-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdepths.json
365 lines (365 loc) · 12 KB
/
depths.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
{
"warrant_funding": {
"display": "Warrant Funding",
"description": "Allows the monarch and guards to enter the black market.",
"price": 100,
"currency": "coins",
"location": "-922,22,-4199",
"requires": ["depths_start"]
},
"farmland_acquisition": {
"display": "Farmland Acquisition",
"description": "Unlocks a farm in the depths.",
"price": 1500,
"currency": "gold",
"location": "-918,22,-4202",
"requires": ["depths_start"]
},
"even_quicker_trading": {
"display": "Even Quicker Trading",
"description": "Quicker Trading is now 400% faster.",
"price": 2000,
"currency": "gold",
"location": "-914,28,-4196",
"requires": ["depths_start"]
},
"luckier_day": {
"display": "Luckier Day",
"description": "Selling melons now gives an additional gold.",
"price": 3000,
"currency": "gold",
"location": "-915,28,-4196",
"requires": ["depths_start"]
},
"value_duplication": {
"display": "Value Duplication",
"description": "The additional gold multiplier is increased by 1.",
"price": 4000,
"currency": "gold",
"location": "-919,28,-4196",
"requires": ["depths_start"]
},
"double_duplication": {
"display": "Double Duplication",
"description": "The additional gold multiplier is increased by 1.",
"price": 6500,
"currency": "gold",
"location": "-920,28,-4196",
"requires": ["value_duplication"]
},
"better_negotiations": {
"display": "Better Negotiations",
"description": "Banking gold banks 0.5 more gold.",
"price": 3000,
"currency": "gold",
"location": "-922,28,-4202",
"requires": ["depths_start"]
},
"triple_city_funding": {
"display": "Triple City Funding",
"description": "Gold put into the city bank is now worth three times as much.",
"price": 4000,
"currency": "gold",
"location": "-921,28,-4202",
"requires": ["depths_start"]
},
"dual_polishing_measures": {
"display": "Dual-Polishing Measures",
"description": "Banking gold banks 0.5 more gold.",
"price": 3000,
"currency": "gold",
"location": "-920,28,-4202",
"requires": ["depths_start"]
},
"upgrade_town_east": {
"display": "Upgrade Town",
"description": "Opens a new area in the Depths.",
"price": 50000,
"currency": "gold",
"location": "-913,22,-4188",
"requires": ["warrant_funding", "farmland_acquisition", "even_quicker_trading", "luckier_day", "value_duplication", "double_duplication", "better_negotiations", "triple_city_funding", "dual_polishing_measures"],
"has_duplicate_names": true
},
"blacklight_photosynthesis": {
"display": "Blacklight Photosynthesis",
"description": "The farm in the depths is now 60% faster.",
"price": 100,
"currency": "coins",
"location": "-910,21,-4179",
"requires": ["upgrade_town_east"]
},
"farmland_expansion": {
"display": "Farmland Expansion",
"description": "Expands the farm in the depths.",
"price": 15000,
"currency": "gold",
"location": "-906,23,-4180",
"requires": ["upgrade_town_east"]
},
"greed_is_good": {
"display": "Greed Is Good",
"description": "The additional gold multiplier is increased by 1.",
"price": 20000,
"currency": "gold",
"location": "-906,24,-4177",
"requires": ["upgrade_town_east"]
},
"exponential_scaling": {
"display": "Exponential Scaling",
"description": "The additional gold multiplier is increased by 1.",
"price": 20000,
"currency": "gold",
"location": "-908,24,-4175",
"requires": ["upgrade_town_east"]
},
"quadruple_city_funding": {
"display": "Quadruple City Funding",
"description": "Gold put into the city bank is now worth four times as much.",
"price": 15000,
"currency": "gold",
"location": "-911,23,-4175",
"requires": ["upgrade_town_east"]
},
"expert_economists": {
"display": "Expert Economists",
"description": "Banking gold banks 0.75 more gold.",
"price": 8000,
"currency": "gold",
"location": "-916,22,-4177",
"requires": ["upgrade_town_east"]
},
"underground_trade_routes": {
"display": "Underground Trade Routes",
"description": "Selling gold in The Beneath will also fund the city bank with an amount equal to 50% the amount sold.",
"price": 10000,
"currency": "gold",
"location": "-916,22,-4178",
"requires": ["upgrade_town_east"]
},
"extrinsic_value": {
"display": "Extrinsic Value",
"description": "Banking gold banks 0.75 more gold.",
"price": 8000,
"currency": "gold",
"location": "-916,22,-4179",
"requires": ["upgrade_town_east"]
},
"upgrade_town_north": {
"display": "Upgrade Town",
"description": "Opens a new area in the Depths.",
"price": 150000,
"currency": "gold",
"location": "-933,21,-4194",
"requires": ["blacklight_photosynthesis", "farmland_expansion", "greed_is_good", "exponential_scaling", "quadruple_city_funding", "expert_economists", "underground_trade_routes", "extrinsic_value"],
"has_duplicate_names": true
},
"melon_to_melon_ratio": {
"display": "Melon To Melon Ratio",
"description": "Melons drop an additional melon per melon.",
"price": 100,
"currency": "coins",
"location": "-933,22,-4208",
"requires": ["upgrade_town_north"]
},
"insider_knowledge": {
"display": "Insider Knowledge",
"description": "Banking gold banks 1 more gold.",
"price": 70000,
"currency": "gold",
"location": "-938,22,-4202",
"requires": ["upgrade_town_north"]
},
"value_incrementation": {
"display": "Value Incrementation",
"description": "Banking gold banks 1 more gold.",
"price": 70000,
"currency": "gold",
"location": "-938,22,-4204",
"requires": ["upgrade_town_north"]
},
"the_house_always_wins": {
"display": "The House Always Wins",
"description": "The additional gold multiplier is increased by 1.",
"price": 85000,
"currency": "gold",
"location": "-934,24,-4211",
"requires": ["upgrade_town_north"]
},
"quintuple_city_funding": {
"display": "Quintuple City Funding",
"description": "Gold put into the city bank is now worth five times as much.",
"price": 100000,
"currency": "gold",
"location": "-933,24,-4211",
"requires": ["upgrade_town_north"]
},
"multiply_demand": {
"display": "Multiply Demand",
"description": "The additional gold multiplier is increased by 1.",
"price": 85000,
"currency": "gold",
"location": "-932,24,-4211",
"requires": ["upgrade_town_north"]
},
"quantum_fluctuations": {
"display": "Quantum Fluctuations",
"description": "Gold value is increased by a random, though small, amount.",
"price": 70000,
"currency": "gold",
"location": "-928,22,-4204",
"requires": ["upgrade_town_north"]
},
"farming_permits": {
"display": "Farming Permits",
"description": "Expands the farm in the depths.",
"price": 70000,
"currency": "gold",
"location": "-928,24,-4202",
"requires": ["upgrade_town_north"]
},
"upgrade_town_south": {
"display": "Upgrade Town",
"description": "Opens a new area in the Depths.",
"price": 450000,
"currency": "gold",
"location": "-927,22,-4172",
"requires": ["melon_to_melon_ratio", "insider_knowledge", "value_incrementation", "the_house_always_wins", "quintuple_city_funding", "multiply_demand", "quantum_fluctuations", "farming_permits"],
"has_duplicate_names": true
},
"tri_polishing_process": {
"display": "Tri-Polishing Process",
"description": "The additional gold multiplier is increased by 2.",
"price": 250000,
"currency": "gold",
"location": "-921,21,-4165",
"requires": ["upgrade_town_south"]
},
"sextuple_city_funding": {
"display": "Sextuple City Funding",
"description": "Gold put into the city bank is now worth six times as much.",
"price": 300000,
"currency": "gold",
"location": "-920,21,-4161",
"requires": ["upgrade_town_south"]
},
"repeated_multiplication": {
"display": "Repeated Multiplication",
"description": "The additional gold multiplier is increased by 2.",
"price": 250000,
"currency": "gold",
"location": "-921,21,-4157",
"requires": ["upgrade_town_south"]
},
"farmland_reclamation": {
"display": "Farmland Reclamation",
"description": "Expands the farm in the depths.",
"price": 200000,
"currency": "gold",
"location": "-934,21,-4157",
"requires": ["upgrade_town_south"]
},
"the_foundry": {
"display": "The Foundry",
"description": "Spawns a merchant that allows the selling of all your gold simultaneously.",
"price": 250000,
"currency": "gold",
"location": "-935,21,-4161",
"requires": ["upgrade_town_south"]
},
"perfect_profits": {
"display": "Perfect Profits",
"description": "Banking gold banks 1.25 more gold.",
"price": 200000,
"currency": "gold",
"location": "-934,21,-4165",
"requires": ["upgrade_town_south"]
},
"we_need_to_go_deeper": {
"display": "We Need To Go Deeper",
"description": "Unlocks the ending, as well as a room with incredibly expensive upgrades.",
"price": 1000000,
"currency": "gold",
"location": "-927,21,-4153",
"requires": ["tri_polishing_process", "sextuple_city_funding", "repeated_multiplication", "farmland_reclamation", "the_foundry", "perfect_profits"]
},
"final_funding": {
"display": "Final Funding",
"description": "You win.",
"price": 100,
"currency": "coins",
"location": "-928,21,-4153",
"requires": ["we_need_to_go_deeper"]
},
"better_farmers": {
"display": "Better Farmers",
"description": "Breaking melons also breaks adjacent melons.",
"price": 5000000,
"currency": "gold",
"location": "-944,21,-4189",
"requires": ["we_need_to_go_deeper"]
},
"a_little_richer": {
"display": "A Little Richer",
"description": "Banking gold banks 2 more gold, and the additional gold multiplier is increased by 2.",
"price": 10000000,
"currency": "gold",
"location": "-945,21,-4189",
"requires": ["we_need_to_go_deeper"]
},
"septuple_city_funding": {
"display": "Septuple City Funding",
"description": "Gold put into the city bank is now worth seven times as much.",
"price": 20000000,
"currency": "gold",
"location": "-946,21,-4189",
"requires": ["we_need_to_go_deeper"]
},
"fullest_farmland": {
"display": "Fullest Farmland",
"description": "Expands the depths farm to its maximum size.",
"price": 50000000,
"currency": "gold",
"location": "-946,20,-4190",
"requires": ["we_need_to_go_deeper"]
},
"octuple_city_funding": {
"display": "Octuple City Funding",
"description": "Gold put into the city bank is now worth eight times as much.",
"price": 100000000,
"currency": "gold",
"location": "-946,21,-4193",
"requires": ["we_need_to_go_deeper"]
},
"true_value": {
"display": "True Value",
"description": "Banking gold banks 2 more gold, and the additional gold multiplier is increased by 2.",
"price": 200000000,
"currency": "gold",
"location": "-945,21,-4193",
"requires": ["we_need_to_go_deeper"]
},
"ultimate_exponential": {
"display": "Ultimate Exponential",
"description": "All gold is now worth twice as much, applied after other multipliers.",
"price": 400000000,
"currency": "gold",
"location": "-944,21,-4193",
"requires": ["we_need_to_go_deeper"]
},
"flawless_extraction": {
"display": "Flawless Extraction",
"description": "Melons drop 1-2 extra melons per melon.",
"price": 700000000,
"currency": "gold",
"location": "-944,20,-4192",
"requires": ["we_need_to_go_deeper"]
},
"one_billion_gold": {
"display": "One Billion Gold",
"description": "Selling melons now gives an additional gold.",
"price": 1000000000,
"currency": "gold",
"location": "-947,21,-4191",
"requires": ["better_farmers", "a_little_richer", "septuple_city_funding", "fullest_farmland", "octuple_city_funding", "true_value", "ultimate_exponential", "flawless_extraction"]
}
}