2
0

economy.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "IRON_MINE": {
  3. "maxLevel": 10,
  4. "costs": {
  5. "1": { "stone": 40, "wood": 20 },
  6. "2": { "stone": 5, "wood": 10 },
  7. "3": { "stone": 50, "wood": 50 },
  8. "4": { "stone": 500, "wood": 100 }
  9. },
  10. "lighthouseLevels": {
  11. "1": 1,
  12. "2": 4
  13. },
  14. "maxAmountPerLighthouseLevel": {
  15. "1": 1,
  16. "2": 2,
  17. "3": 4
  18. },
  19. "productionTimeInSec": {
  20. "1": 30,
  21. "2": 28,
  22. "3": 25,
  23. "4": 20
  24. }
  25. },
  26. "SAWMILL": {
  27. "maxLevel": 5,
  28. "costs": {
  29. "1": { "wood": 1 },
  30. "2": { "stone": 54, "wood": 40 }
  31. },
  32. "lighthouseLevels": {
  33. "1": 1,
  34. "2": 3
  35. },
  36. "maxAmountPerLighthouseLevel": {
  37. "1": 1,
  38. "2": 2,
  39. "3": 4
  40. },
  41. "productionTimeInSec": {
  42. "1": 30,
  43. "2": 28,
  44. "3": 25,
  45. "4": 20
  46. }
  47. },
  48. "BARRACKS": {
  49. "maxLevel": 5,
  50. "costs": {
  51. "1": { "wood": 1 },
  52. "2": { "stone": 54, "wood": 40 }
  53. },
  54. "lighthouseLevels": {
  55. "1": 1,
  56. "2": 3
  57. },
  58. "maxAmountPerLighthouseLevel": {
  59. "1": 1,
  60. "2": 2,
  61. "3": 4
  62. },
  63. "productionTimeInSec": {
  64. "1": 30,
  65. "2": 28,
  66. "3": 25,
  67. "4": 20
  68. }
  69. },
  70. "ANIMAL_ENCLOSURE": {
  71. "maxLevel": 5,
  72. "costs": {
  73. "1": { "wood": 1 },
  74. "2": { "stone": 54, "wood": 40 }
  75. },
  76. "lighthouseLevels": {
  77. "1": 1,
  78. "2": 3
  79. },
  80. "maxAmountPerLighthouseLevel": {
  81. "1": 1,
  82. "2": 2,
  83. "3": 4
  84. },
  85. "productionTimeInSec": {
  86. "1": 30,
  87. "2": 28,
  88. "3": 25,
  89. "4": 20
  90. }
  91. },
  92. "MINE": {
  93. "maxLevel": 5,
  94. "costs": {
  95. "1": { "wood": 1 },
  96. "2": { "stone": 54, "wood": 40 }
  97. },
  98. "lighthouseLevels": {
  99. "1": 1,
  100. "2": 3
  101. },
  102. "maxAmountPerLighthouseLevel": {
  103. "1": 1,
  104. "2": 2,
  105. "3": 4
  106. },
  107. "productionTimeInSec": {
  108. "1": 30,
  109. "2": 28,
  110. "3": 25,
  111. "4": 20
  112. }
  113. }
  114. }