random.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "random":
  3. {
  4. "index": -1,
  5. "town":
  6. {
  7. "mapObject" :
  8. {
  9. "templates" :
  10. {
  11. "castle" : { "editorAnimation" : "AVCRANX0.def" },
  12. "village" : { "editorAnimation" : "AVCRAND0.def" },
  13. "capitol" : { "editorAnimation" : "AVCRANZ0.def" }
  14. }
  15. },
  16. "buildings" :
  17. {
  18. "mageGuild1": { "id" : 0 },
  19. "mageGuild2": { "id" : 1, "upgrades" : "mageGuild1" },
  20. "mageGuild3": { "id" : 2, "upgrades" : "mageGuild2" },
  21. "mageGuild4": { "id" : 3, "upgrades" : "mageGuild3" },
  22. "mageGuild5": { "id" : 4, "upgrades" : "mageGuild4" },
  23. "tavern": { "id" : 5 },
  24. "shipyard": { "id" : 6 },
  25. "fort": { "id" : 7 },
  26. "citadel": { "id" : 8, "upgrades" : "fort" },
  27. "castle": { "id" : 9, "upgrades" : "citadel" },
  28. "villageHall": { "id" : 10, "mode" : "auto", "produce" : { "gold": 500 } },
  29. "townHall": { "id" : 11, "upgrades" : "villageHall", "requires" : [ "tavern" ], "produce" : { "gold": 1000 } },
  30. "cityHall": { "id" : 12, "upgrades" : "townHall", "requires" : [ "allOf", [ "mageGuild1" ], [ "marketplace" ], [ "blacksmith" ] ], "produce": { "gold": 2000 } },
  31. "capitol": { "id" : 13, "upgrades" : "cityHall", "requires" : [ "castle" ], "produce" : { "gold": 4000 } },
  32. "marketplace": { "id" : 14 },
  33. "resourceSilo": { "id" : 15, "upgrades" : "marketplace", "produce": { "ore": 1, "wood": 1 } },
  34. "blacksmith": { "id" : 16 },
  35. "horde1": { "id" : -30, "upgrades" : "dwellingLvl1" },
  36. "horde2": { "id" : -31, "upgrades" : "dwellingLvl2" },
  37. "horde3": { "id" : -32, "upgrades" : "dwellingLvl3" },
  38. "horde4": { "id" : -33, "upgrades" : "dwellingLvl4" },
  39. "horde5": { "id" : -34, "upgrades" : "dwellingLvl5" },
  40. "horde6": { "id" : -35, "upgrades" : "dwellingLvl6" },
  41. "horde7": { "id" : -36, "upgrades" : "dwellingLvl7" },
  42. "grail": { "id" : 26, "mode" : "grail", "produce" : { "gold": 5000 } },
  43. "dwellingLvl1": { "id" : 30 },
  44. "dwellingLvl2": { "id" : 31 },
  45. "dwellingLvl3": { "id" : 32 },
  46. "dwellingLvl4": { "id" : 33 },
  47. "dwellingLvl5": { "id" : 34 },
  48. "dwellingLvl6": { "id" : 35 },
  49. "dwellingLvl7": { "id" : 36 },
  50. "dwellingUpLvl1": { "id" : 37, "upgrades" : "dwellingLvl1" },
  51. "dwellingUpLvl2": { "id" : 38, "upgrades" : "dwellingLvl2" },
  52. "dwellingUpLvl3": { "id" : 39, "upgrades" : "dwellingLvl3" },
  53. "dwellingUpLvl4": { "id" : 40, "upgrades" : "dwellingLvl4" },
  54. "dwellingUpLvl5": { "id" : 41, "upgrades" : "dwellingLvl5" },
  55. "dwellingUpLvl6": { "id" : 42, "upgrades" : "dwellingLvl6" },
  56. "dwellingUpLvl7": { "id" : 43, "upgrades" : "dwellingLvl7" }
  57. }
  58. }
  59. }
  60. }