]>
Commit | Line | Data |
---|---|---|
d07f3caa SW |
1 | { |
2 | "Commodities": [ | |
3 | { | |
4 | "Name": "AntiCloak Scanners", | |
5 | "BasePrice": 100000, | |
6 | "CanSell": true, | |
7 | "Limit": 0 | |
8 | }, | |
9 | { | |
10 | "Name": "Big Cargo Spaces", | |
11 | "BasePrice": 0, | |
12 | "CanSell": false, | |
13 | "Limit": 0 | |
14 | }, | |
15 | { | |
16 | "Name": "Clothes Bundles", | |
17 | "BasePrice": 450, | |
18 | "CanSell": true, | |
19 | "Limit": 0 | |
20 | }, | |
21 | { | |
22 | "Name": "Device Of Cloakings", | |
23 | "BasePrice": 5000, | |
24 | "CanSell": true, | |
25 | "Limit": 0 | |
26 | }, | |
27 | { | |
28 | "Name": "Eden Warp Units", | |
29 | "BasePrice": 25000, | |
30 | "CanSell": true, | |
31 | "Limit": 2 | |
32 | }, | |
33 | { | |
34 | "Name": "Fighter Drones", | |
35 | "BasePrice": 200, | |
36 | "CanSell": false, | |
37 | "Limit": 0 | |
38 | }, | |
39 | { | |
40 | "Name": "Ground Weapons", | |
41 | "BasePrice": 350, | |
42 | "CanSell": true, | |
43 | "Limit": 0 | |
44 | }, | |
45 | { | |
46 | "Name": "Heating Units", | |
47 | "BasePrice": 1500, | |
48 | "CanSell": true, | |
49 | "Limit": 0 | |
50 | }, | |
51 | { | |
52 | "Name": "Ice Units", | |
53 | "BasePrice": 200, | |
54 | "CanSell": true, | |
55 | "Limit": 0 | |
56 | }, | |
57 | { | |
58 | "Name": "Jewels", | |
59 | "BasePrice": 2000, | |
60 | "CanSell": true, | |
61 | "Limit": 0 | |
62 | }, | |
63 | { | |
64 | "Name": "Medical Units", | |
65 | "BasePrice": 500, | |
66 | "CanSell": true, | |
67 | "Limit": 0 | |
68 | }, | |
69 | { | |
70 | "Name": "Novelty Packs", | |
71 | "BasePrice": 100, | |
72 | "CanSell": true, | |
73 | "Limit": 0 | |
74 | }, | |
75 | { | |
76 | "Name": "Onboard Printing Kits", | |
77 | "BasePrice": 100000, | |
78 | "CanSell": true, | |
79 | "Limit": 0 | |
80 | }, | |
81 | { | |
82 | "Name": "Plastic Trinkets", | |
83 | "BasePrice": 150, | |
84 | "CanSell": true, | |
85 | "Limit": 0 | |
86 | }, | |
87 | { | |
88 | "Name": "Reactor Units", | |
89 | "BasePrice": 100000, | |
90 | "CanSell": false, | |
91 | "Limit": 0 | |
92 | }, | |
93 | { | |
94 | "Name": "Shield Batterys", | |
95 | "BasePrice": 100, | |
96 | "CanSell": false, | |
97 | "Limit": 0 | |
98 | }, | |
99 | { | |
100 | "Name": "Tree Growth Kits", | |
101 | "BasePrice": 800, | |
102 | "CanSell": true, | |
103 | "Limit": 0 | |
104 | }, | |
105 | { | |
106 | "Name": "Utopia Planetary Defenses", | |
107 | "BasePrice": 5000000, | |
108 | "CanSell": true, | |
109 | "Limit": 0 | |
110 | } | |
111 | ], | |
112 | "Planets": [ | |
113 | { | |
114 | "Name": "Earth", | |
115 | "BeaconOn": true, | |
9b3b3d9a SW |
116 | "RelativePrices": { |
117 | "Shield Batterys": 100, | |
118 | "Device Of Cloakings": 100, | |
119 | "AntiCloak Scanners": 100, | |
120 | "Big Cargo Spaces": 100, | |
121 | "Medical Units": 100, | |
122 | "Heating Units": 100, | |
123 | "Ice Units": 100, | |
124 | "Ground Weapons": 100, | |
125 | "Reactor Units": 100, | |
126 | "Novelty Packs": 100, | |
127 | "Tree Growth Kits": 100, | |
128 | "Jewels": 100, | |
129 | "Plastic Trinkets": 100, | |
130 | "Clothes Bundles": 100, | |
131 | "Fighter Drones": 100 | |
132 | } | |
d07f3caa SW |
133 | }, |
134 | { | |
135 | "Name": "Hothor", | |
136 | "BeaconOn": true, | |
9b3b3d9a SW |
137 | "RelativePrices": { |
138 | "Shield Batterys": 176, | |
139 | "Device Of Cloakings": 112, | |
140 | "Medical Units": 134, | |
141 | "Heating Units": 600, | |
142 | "Ice Units": 12, | |
143 | "Ground Weapons": 123, | |
144 | "Novelty Packs": 156, | |
145 | "Plastic Trinkets": 98, | |
146 | "Clothes Bundles": 290 | |
147 | } | |
d07f3caa SW |
148 | }, |
149 | { | |
150 | "Name": "Volcana", | |
151 | "BeaconOn": true, | |
9b3b3d9a SW |
152 | "RelativePrices": { |
153 | "Device Of Cloakings": 187, | |
154 | "Medical Units": 143, | |
155 | "Heating Units": 18, | |
156 | "Ice Units": 1232, | |
157 | "Ground Weapons": 98, | |
158 | "Tree Growth Kits": 345, | |
159 | "Clothes Bundles": 57 | |
160 | } | |
d07f3caa SW |
161 | }, |
162 | { | |
163 | "Name": "Metallica", | |
164 | "BeaconOn": true, | |
9b3b3d9a SW |
165 | "RelativePrices": { |
166 | "Shield Batterys": 67, | |
167 | "Device Of Cloakings": 78, | |
168 | "AntiCloak Scanners": 87, | |
169 | "Ground Weapons": 63, | |
170 | "Tree Growth Kits": 576, | |
171 | "Fighter Drones": 322 | |
172 | } | |
d07f3caa SW |
173 | }, |
174 | { | |
175 | "Name": "Medoca", | |
176 | "BeaconOn": true, | |
9b3b3d9a SW |
177 | "RelativePrices": { |
178 | "Medical Units": 23, | |
179 | "Ice Units": 124, | |
180 | "Novelty Packs": 187, | |
181 | "Tree Growth Kits": 467, | |
182 | "Clothes Bundles": 54 | |
183 | } | |
d07f3caa SW |
184 | }, |
185 | { | |
186 | "Name": "Gojuon", | |
187 | "BeaconOn": true, | |
9b3b3d9a SW |
188 | "RelativePrices": { |
189 | "Heating Units": 99, | |
190 | "Ice Units": 1187, | |
191 | "Ground Weapons": 87, | |
192 | "Novelty Packs": 4384, | |
193 | "Tree Growth Kits": 89, | |
194 | "Plastic Trinkets": 12, | |
195 | "Clothes Bundles": 89 | |
196 | } | |
d07f3caa SW |
197 | }, |
198 | { | |
199 | "Name": "Desha Rockna", | |
200 | "BeaconOn": true, | |
9b3b3d9a SW |
201 | "RelativePrices": { |
202 | "Medical Units": 134, | |
203 | "Heating Units": 124, | |
204 | "Ice Units": 167, | |
205 | "Ground Weapons": 89, | |
206 | "Reactor Units": 97, | |
207 | "Tree Growth Kits": 674, | |
208 | "Jewels": 68, | |
209 | "Clothes Bundles": 87 | |
210 | } | |
d07f3caa SW |
211 | }, |
212 | { | |
213 | "Name": "Dogafetch", | |
214 | "BeaconOn": true, | |
9b3b3d9a SW |
215 | "RelativePrices": { |
216 | "Shield Batterys": 123, | |
217 | "Device Of Cloakings": 67, | |
218 | "Big Cargo Spaces": 134, | |
219 | "Medical Units": 123, | |
220 | "Ice Units": 234, | |
221 | "Ground Weapons": 98, | |
222 | "Novelty Packs": 3750, | |
223 | "Tree Growth Kits": 87, | |
224 | "Plastic Trinkets": 1760, | |
225 | "Clothes Bundles": 23 | |
226 | } | |
d07f3caa SW |
227 | }, |
228 | { | |
229 | "Name": "Eden", | |
230 | "BeaconOn": false, | |
9b3b3d9a SW |
231 | "RelativePrices": { |
232 | "Medical Units": 100, | |
233 | "Tree Growth Kits": 11, | |
234 | "Eden Warp Units": 100 | |
235 | } | |
d07f3caa SW |
236 | }, |
237 | { | |
238 | "Name": "Richiana", | |
239 | "BeaconOn": true, | |
9b3b3d9a SW |
240 | "RelativePrices": { |
241 | "Device Of Cloakings": 157, | |
242 | "Medical Units": 654, | |
243 | "Heating Units": 564, | |
244 | "Ice Units": 2538, | |
245 | "Ground Weapons": 754, | |
246 | "Novelty Packs": 1277, | |
247 | "Tree Growth Kits": 498, | |
248 | "Jewels": 323, | |
249 | "Plastic Trinkets": 2783, | |
250 | "Clothes Bundles": 465 | |
251 | } | |
d07f3caa SW |
252 | }, |
253 | { | |
254 | "Name": "Tribonia", | |
255 | "BeaconOn": true, | |
9b3b3d9a SW |
256 | "RelativePrices": { |
257 | "Medical Units": 187, | |
258 | "Heating Units": 345, | |
259 | "Ground Weapons": 1953, | |
260 | "Novelty Packs": 5736, | |
261 | "Tree Growth Kits": 76, | |
262 | "Jewels": 96, | |
263 | "Plastic Trinkets": 4, | |
264 | "Clothes Bundles": 898 | |
265 | } | |
d07f3caa SW |
266 | }, |
267 | { | |
268 | "Name": "Dune", | |
269 | "BeaconOn": true, | |
9b3b3d9a SW |
270 | "RelativePrices": { |
271 | "Shield Batterys": 143, | |
272 | "Device Of Cloakings": 176, | |
273 | "Medical Units": 198, | |
274 | "Heating Units": 100, | |
275 | "Ice Units": 876, | |
276 | "Ground Weapons": 122, | |
277 | "Reactor Units": 85, | |
278 | "Tree Growth Kits": 890, | |
279 | "Jewels": 88 | |
280 | } | |
d07f3caa SW |
281 | }, |
282 | { | |
283 | "Name": "Plague", | |
284 | "BeaconOn": true, | |
9b3b3d9a SW |
285 | "RelativePrices": { |
286 | "Medical Units": 239, | |
287 | "Heating Units": 88, | |
288 | "Novelty Packs": 3321, | |
289 | "Tree Growth Kits": 87, | |
290 | "Jewels": 100, | |
291 | "Plastic Trinkets": 133, | |
292 | "Clothes Bundles": 90 | |
293 | } | |
d07f3caa SW |
294 | }, |
295 | { | |
296 | "Name": "Norhaven", | |
297 | "BeaconOn": true, | |
9b3b3d9a SW |
298 | "RelativePrices": { |
299 | "Shield Batterys": 100, | |
300 | "Device Of Cloakings": 88, | |
301 | "AntiCloak Scanners": 89, | |
302 | "Big Cargo Spaces": 100, | |
303 | "Medical Units": 132, | |
304 | "Heating Units": 122, | |
305 | "Ice Units": 95, | |
306 | "Ground Weapons": 88, | |
307 | "Reactor Units": 100, | |
308 | "Novelty Packs": 60, | |
309 | "Tree Growth Kits": 99, | |
310 | "Jewels": 233, | |
311 | "Plastic Trinkets": 87, | |
312 | "Clothes Bundles": 100, | |
313 | "Fighter Drones": 106, | |
314 | "Onboard Printing Kits": 100 | |
315 | } | |
d07f3caa SW |
316 | }, |
317 | { | |
318 | "Name": "Loony", | |
319 | "BeaconOn": true, | |
9b3b3d9a SW |
320 | "RelativePrices": { |
321 | "Shield Batterys": 500, | |
322 | "Device Of Cloakings": 55, | |
323 | "AntiCloak Scanners": 107, | |
324 | "Medical Units": 1123, | |
325 | "Heating Units": 100, | |
326 | "Ice Units": 2324, | |
327 | "Novelty Packs": 1942, | |
328 | "Plastic Trinkets": 2002, | |
329 | "Clothes Bundles": 67 | |
330 | } | |
d07f3caa SW |
331 | }, |
332 | { | |
333 | "Name": "WeaponWorld", | |
334 | "BeaconOn": true, | |
9b3b3d9a SW |
335 | "RelativePrices": { |
336 | "Shield Batterys": 100, | |
337 | "Device Of Cloakings": 98, | |
338 | "AntiCloak Scanners": 88, | |
339 | "Medical Units": 100, | |
340 | "Heating Units": 100, | |
341 | "Ice Units": 121, | |
342 | "Ground Weapons": 3, | |
343 | "Jewels": 287, | |
344 | "Plastic Trinkets": 112, | |
345 | "Clothes Bundles": 100, | |
346 | "Fighter Drones": 96, | |
347 | "Utopia Planetary Defenses": 100, | |
348 | "Onboard Printing Kits": 100 | |
349 | } | |
d07f3caa SW |
350 | }, |
351 | { | |
352 | "Name": "Zoolie", | |
353 | "BeaconOn": true, | |
9b3b3d9a SW |
354 | "RelativePrices": { |
355 | "Medical Units": 78, | |
356 | "Heating Units": 344, | |
357 | "Ice Units": 2500, | |
358 | "Novelty Packs": 365, | |
359 | "Tree Growth Kits": 980, | |
360 | "Plastic Trinkets": 100, | |
361 | "Clothes Bundles": 100 | |
362 | } | |
d07f3caa SW |
363 | }, |
364 | { | |
365 | "Name": "Baboria", | |
366 | "BeaconOn": true, | |
9b3b3d9a SW |
367 | "RelativePrices": { |
368 | "Medical Units": 100, | |
369 | "Heating Units": 122, | |
370 | "Ice Units": 88, | |
371 | "Ground Weapons": 233, | |
372 | "Novelty Packs": 544, | |
373 | "Tree Growth Kits": 398, | |
374 | "Jewels": 234, | |
375 | "Plastic Trinkets": 4540, | |
376 | "Clothes Bundles": 345 | |
377 | } | |
d07f3caa SW |
378 | }, |
379 | { | |
380 | "Name": "StockWorld", | |
381 | "BeaconOn": true, | |
9b3b3d9a SW |
382 | "RelativePrices": { |
383 | "Shield Batterys": 103, | |
384 | "Device Of Cloakings": 102, | |
385 | "AntiCloak Scanners": 99, | |
386 | "Medical Units": 101, | |
387 | "Heating Units": 105, | |
388 | "Ice Units": 97, | |
389 | "Ground Weapons": 95, | |
390 | "Reactor Units": 100, | |
391 | "Novelty Packs": 107, | |
392 | "Tree Growth Kits": 94, | |
393 | "Jewels": 111, | |
394 | "Plastic Trinkets": 110, | |
395 | "Clothes Bundles": 98 | |
396 | } | |
d07f3caa SW |
397 | }, |
398 | { | |
399 | "Name": "HugeLind Mar", | |
400 | "BeaconOn": true, | |
9b3b3d9a SW |
401 | "RelativePrices": { |
402 | "Device Of Cloakings": 123, | |
403 | "Medical Units": 117, | |
404 | "Heating Units": 189, | |
405 | "Ice Units": 167, | |
406 | "Ground Weapons": 1673, | |
407 | "Jewels": 88, | |
408 | "Clothes Bundles": 1320 | |
409 | } | |
d07f3caa SW |
410 | }, |
411 | { | |
412 | "Name": "Sickonia", | |
413 | "BeaconOn": true, | |
9b3b3d9a SW |
414 | "RelativePrices": { |
415 | "Medical Units": 1756, | |
416 | "Heating Units": 100, | |
417 | "Ice Units": 566, | |
418 | "Tree Growth Kits": 354, | |
419 | "Clothes Bundles": 1302 | |
420 | } | |
d07f3caa SW |
421 | }, |
422 | { | |
423 | "Name": "Schooloria", | |
424 | "BeaconOn": true, | |
9b3b3d9a SW |
425 | "RelativePrices": { |
426 | "Heating Units": 100, | |
427 | "Ice Units": 100, | |
428 | "Ground Weapons": 6, | |
429 | "Tree Growth Kits": 234, | |
430 | "Jewels": 134 | |
431 | } | |
d07f3caa SW |
432 | }, |
433 | { | |
434 | "Name": "Uniland", | |
435 | "BeaconOn": true, | |
9b3b3d9a SW |
436 | "RelativePrices": { |
437 | } | |
d07f3caa SW |
438 | }, |
439 | { | |
440 | "Name": "HomeWorld", | |
441 | "BeaconOn": true, | |
9b3b3d9a SW |
442 | "RelativePrices": { |
443 | "Medical Units": 1783, | |
444 | "Heating Units": 232, | |
445 | "Ice Units": 3223, | |
446 | "Ground Weapons": 34, | |
447 | "Novelty Packs": 345, | |
448 | "Jewels": 123, | |
449 | "Plastic Trinkets": 543, | |
450 | "Clothes Bundles": 123 | |
451 | } | |
d07f3caa SW |
452 | }, |
453 | { | |
454 | "Name": "Dreamora", | |
455 | "BeaconOn": true, | |
9b3b3d9a SW |
456 | "RelativePrices": { |
457 | "Device Of Cloakings": 123, | |
458 | "Medical Units": 87, | |
459 | "Heating Units": 101, | |
460 | "Ice Units": 783, | |
461 | "Tree Growth Kits": 103, | |
462 | "Plastic Trinkets": 1489, | |
463 | "Clothes Bundles": 908, | |
464 | "Fighter Drones": 101 | |
465 | } | |
d07f3caa SW |
466 | }, |
467 | { | |
468 | "Name": "Nirvana", | |
469 | "BeaconOn": true, | |
9b3b3d9a SW |
470 | "RelativePrices": { |
471 | "Device Of Cloakings": 67, | |
472 | "AntiCloak Scanners": 92, | |
473 | "Medical Units": 56, | |
474 | "Heating Units": 78, | |
475 | "Ice Units": 34, | |
476 | "Novelty Packs": 44, | |
477 | "Tree Growth Kits": 54, | |
478 | "Jewels": 89, | |
479 | "Plastic Trinkets": 24, | |
480 | "Clothes Bundles": 68 | |
481 | } | |
d07f3caa SW |
482 | } |
483 | ] | |
484 | } |