| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- {
- "IRON_MINE": {
- "maxLevel": 10,
- "costs": {
- "1": { "stone": 40, "wood": 20 },
- "2": { "stone": 5, "wood": 10 },
- "3": { "stone": 50, "wood": 50 },
- "4": { "stone": 500, "wood": 100 }
- },
- "lighthouseLevels": {
- "1": 1,
- "2": 4
- },
- "maxAmountPerLighthouseLevel": {
- "1": 1,
- "2": 2,
- "3": 4
- },
- "productionTimeInSec": {
- "1": 30,
- "2": 28,
- "3": 25,
- "4": 20
- }
- },
- "SAWMILL": {
- "maxLevel": 5,
- "costs": {
- "1": { "wood": 1 },
- "2": { "stone": 54, "wood": 40 }
- },
- "lighthouseLevels": {
- "1": 1,
- "2": 3
- },
- "maxAmountPerLighthouseLevel": {
- "1": 1,
- "2": 2,
- "3": 4
- },
- "productionTimeInSec": {
- "1": 30,
- "2": 28,
- "3": 25,
- "4": 20
- }
- },
- "BARRACKS": {
- "maxLevel": 5,
- "costs": {
- "1": { "wood": 1 },
- "2": { "stone": 54, "wood": 40 }
- },
- "lighthouseLevels": {
- "1": 1,
- "2": 3
- },
- "maxAmountPerLighthouseLevel": {
- "1": 1,
- "2": 2,
- "3": 4
- },
- "productionTimeInSec": {
- "1": 30,
- "2": 28,
- "3": 25,
- "4": 20
- }
- },
- "ANIMAL_ENCLOSURE": {
- "maxLevel": 5,
- "costs": {
- "1": { "wood": 1 },
- "2": { "stone": 54, "wood": 40 }
- },
- "lighthouseLevels": {
- "1": 1,
- "2": 3
- },
- "maxAmountPerLighthouseLevel": {
- "1": 1,
- "2": 2,
- "3": 4
- },
- "productionTimeInSec": {
- "1": 30,
- "2": 28,
- "3": 25,
- "4": 20
- }
- },
- "MINE": {
- "maxLevel": 5,
- "costs": {
- "1": { "wood": 1 },
- "2": { "stone": 54, "wood": 40 }
- },
- "lighthouseLevels": {
- "1": 1,
- "2": 3
- },
- "maxAmountPerLighthouseLevel": {
- "1": 1,
- "2": 2,
- "3": 4
- },
- "productionTimeInSec": {
- "1": 30,
- "2": 28,
- "3": 25,
- "4": 20
- }
- }
- }
|