mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
Mod system improvement Part I : Special buildings should work in the modders towns
This commit is contained in:
@@ -170,12 +170,12 @@
|
||||
"resourceSilo": { "id" : 15, "requires" : [ "marketplace" ], "produce": { "ore": 1, "wood": 1 } },
|
||||
"blacksmith": { "id" : 16 },
|
||||
|
||||
"special1": { "id" : 17, "requires" : [ "shipyard" ] },
|
||||
"special1": { "requires" : [ "shipyard" ] },
|
||||
"horde1": { "id" : 18, "upgrades" : "dwellingLvl3" },
|
||||
"horde1Upgr": { "id" : 19, "upgrades" : "dwellingUpLvl3", "requires" : [ "horde1" ], "mode" : "auto" },
|
||||
"ship": { "id" : 20, "upgrades" : "shipyard" },
|
||||
"special2": { "id" : 21, "requires" : [ "dwellingLvl4" ] },
|
||||
"special3": { "id" : 22, "upgrades" : "tavern" },
|
||||
"special2": { "type" : "stables", "requires" : [ "dwellingLvl4" ] },
|
||||
"special3": { "type" : "brotherhoodOfSword", "upgrades" : "tavern" },
|
||||
"grail": { "id" : 26, "mode" : "grail", "produce": { "gold": 5000 }},
|
||||
|
||||
"dwellingLvl1": { "id" : 30, "requires" : [ "fort" ] },
|
||||
|
||||
Reference in New Issue
Block a user