mirror of
https://github.com/vcmi/vcmi.git
synced 2025-09-16 09:26:28 +02:00
Add checking handler type for validness, deprecate 'bank' handler
This commit is contained in:
@@ -17,7 +17,13 @@
|
||||
"type" : "number"
|
||||
},
|
||||
"handler" : {
|
||||
"type" : "string"
|
||||
"type" : "string",
|
||||
"enum" : [
|
||||
"configurable", "dwelling", "hero", "town", "boat", "market", "hillFort", "shipyard", "monster", "resource", "static", "randomArtifact",
|
||||
"randomHero", "randomResource", "randomTown", "randomMonster", "randomDwelling", "generic", "artifact", "borderGate", "borderGuard", "denOfThieves",
|
||||
"event", "garrison", "heroPlaceholder", "keymaster", "lighthouse", "magi", "mine", "obelisk", "pandora", "prison", "questGuard", "seerHut", "sign",
|
||||
"siren", "monolith", "subterraneanGate", "whirlpool", "terrain"
|
||||
]
|
||||
},
|
||||
"base" : {
|
||||
"type" : "object"
|
||||
|
Reference in New Issue
Block a user