-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathurban.json
93 lines (93 loc) · 2.79 KB
/
urban.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"melon_fertilizer": {
"display": "Melon Fertilizer",
"description": "Increases melon spawn rate by 50%.",
"price": 24,
"currency": "coins",
"location": "-947,51,-4245",
"requires": ["urban_start"]
},
"significantly_melonier_melons": {
"display": "Significantly Melonier Melons",
"description": "Increases the melon sell price by 0.2.",
"price": 15,
"currency": "coins",
"location": "-956,44,-4258",
"requires": ["urban_start"]
},
"faster_cooking": {
"display": "Faster Cooking",
"description": "Allows players to sneak while cooking to quintuple speed.",
"price": 25,
"currency": "coins",
"location": "-953,44,-4255",
"requires": ["urban_start"]
},
"intensive_research": {
"display": "Intensive Research",
"description": "Adds three additional upgrades to one of the houses.",
"price": 45,
"currency": "coins",
"location": "-954,44,-4257",
"requires": ["urban_start"]
},
"melon_teleporter": {
"display": "Melon Teleporter",
"description": "Adds a teleporter that can only be used by the monarch and guards.",
"price": 20,
"currency": "coins",
"location": "-953,45,-4251",
"requires": ["urban_start"]
},
"melon_harvesting_technology": {
"display": "Melon Harvesting Technology",
"description": "Increases melons per melon from 2-5 to 3-7.",
"price": 25,
"currency": "coins",
"location": "-951,51,-4237",
"requires": ["intensive_research"]
},
"better_return_rates": {
"display": "Better Return Rates",
"description": "Citizens are 16.67% more likely to get gold from selling to the merchant.",
"price": 25,
"currency": "coins",
"location": "-952,51,-4237",
"requires": ["intensive_research"]
},
"extreme_economy": {
"display": "Extreme Economy",
"description": "Increases the melon sell price by 0.15, melon spawn rate by 25%, and underground melon spawn rate by 100%.",
"price": 40,
"currency": "coins",
"location": "-953,51,-4237",
"requires": ["intensive_research"]
},
"science_start": {
"path": "science",
"display": "What We Know To Be True",
"description": "Prepares for science.",
"price": 180,
"currency": "coins",
"location": "-963,47,-4251",
"requires": ["urban_start"]
},
"democracy_start": {
"path": "democracy",
"display": "Board Meeting",
"description": "TODO",
"price": 180,
"currency": "coins",
"location": "-967,47,-4255",
"requires": ["urban_start"]
},
"true_urban_start": {
"path": "true_urban",
"display": "The Button",
"description": "Expands the merchant house and basement, adding 3 new areas to get upgrades in.",
"price": 180,
"currency": "coins",
"location": "-963,47,-4259",
"requires": ["urban_start"]
}
}