Advertisement
Guest User

Business Tour

a guest
May 25th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.10 KB | None | 0 0
  1. {
  2.   "Granada":{
  3.     "land": 60000,
  4.     "house": 50000,
  5.     "hotel": 150000
  6.   },
  7.   "Seville":{
  8.     "land": 60000,
  9.     "house": 50000,
  10.     "hotel": 150000
  11.   },
  12.   "Madrid":{
  13.     "land": 60000,
  14.     "house": 50000,
  15.     "hotel": 150000
  16.   },
  17.   "Bali":{
  18.     "land": 200000
  19.   },
  20.   "Hongkong":{
  21.     "land": 100000,
  22.     "house": 50000,
  23.     "hotel": 150000
  24.   },
  25.   "Beijing":{
  26.     "land": 100000,
  27.     "house": 50000,
  28.     "hotel": 150000
  29.   },
  30.   "Shanghai":{
  31.     "land": 120000,
  32.     "house": 50000,
  33.     "hotel": 150000
  34.   },
  35.   "Venice":{
  36.     "land": 140000,
  37.     "house": 100000,
  38.     "hotel": 250000
  39.   },
  40.   "Milano":{
  41.     "land": 140000,
  42.     "house": 100000,
  43.     "hotel": 250000
  44.   },
  45.   "Rom":{
  46.     "land": 60000,
  47.     "house": 50000,
  48.     "hotel": 250000
  49.   },
  50.   "Hamborg":{
  51.     "land": 180000,
  52.     "house": 100000,
  53.     "hotel": 250000
  54.   },
  55.   "Zypern":{
  56.     "land": 200000
  57.   },
  58.   "Berlin":{
  59.     "land": 200000,
  60.     "house": 100000,
  61.     "hotel": 250000
  62.   },
  63.   "London":{
  64.     "land": 220000,
  65.     "house": 150000,
  66.     "hotel": 375000
  67.   },
  68.   "Dubai":{
  69.     "land": 200000
  70.   },
  71.   "Sydney":{
  72.     "land": 240000,
  73.     "house": 150000,
  74.     "hotel": 375000
  75.   },
  76.   "Chicago":{
  77.     "land": 260000,
  78.     "house": 150000,
  79.     "hotel": 375000
  80.   },
  81.   "Las Vegas":{
  82.     "land": 260000,
  83.     "house": 150000,
  84.     "hotel": 375000
  85.   },
  86.   "New York":{
  87.     "land": 280000,
  88.     "house": 150000,
  89.     "hotel": 375000
  90.   },
  91.   "Nice":{
  92.     "land": 200000
  93.   },
  94.   "Lyon":{
  95.     "land": 300000,
  96.     "house": 200000,
  97.     "hotel": 500000
  98.   },
  99.   "Paris":{
  100.     "land": 320000,
  101.     "house": 200000,
  102.     "hotel": 500000
  103.   },
  104.   "Osaka":{
  105.     "land": 350000,
  106.     "house": 200000,
  107.     "hotel": 500000
  108.   },
  109.   "Tokyo":{
  110.     "land": 400000,
  111.     "house": 200000,
  112.     "hotel": 500000
  113.   },
  114.  
  115.   "Lost Island": {
  116.     "message": [
  117.       "When you land on a Lost Island you can't move for tree turns.",
  118.       "How to escape:",
  119.       "1. Roll any pair",
  120.       "2. Pay 200000 to the bank",
  121.       "3. use a special card"
  122.     ],
  123.     "price": [
  124.       200000,
  125.       "roll",
  126.       "special card"
  127.     ]
  128.   },
  129.   "Chance": {
  130.     "message": [
  131.       "Chance cards can both help and hinder your chances at victory."
  132.     ]
  133.   },
  134.   "Beach": {
  135.     "message": [
  136.       "Remt depends on the number of resorts the player owns.",
  137.       "1 Resort: 25000",
  138.       "2 Resorts: 50000",
  139.       "3 Resorts: 100000",
  140.       "4 Resorts: Win",
  141.       "",
  142.       "Land Value",
  143.       "250 000",
  144.       "",
  145.       "Resorts can't be rebought!"
  146.     ]
  147.   },
  148.   "WorldChampionships": {
  149.     "message": [
  150.       "Cost to hold the championships 50000",
  151.       "1. Holding the World Championships increases the rent multiplier",
  152.       "2. The World Championship can only be held in one city at a time"
  153.     ]
  154.   },
  155.   "WorldTour": {
  156.     "message": [
  157.       "World tour price 50000",
  158.       "1. Lets you move to any square on the board that aren't owned to your opponents",
  159.       "2. Available for ise on your next turn"
  160.     ]
  161.   },
  162.   "Tax": {
  163.     "message": [
  164.       "Currext tax rate",
  165.       "10% of your current property value"
  166.     ]
  167.   }
  168. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement