mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Explicitly define garrison subtypes
(!) named subtypes are required for future map format.
This commit is contained in:
parent
5f8ecc22d5
commit
478a1b8dfd
@ -200,9 +200,22 @@
|
||||
}
|
||||
},
|
||||
|
||||
// subtype: 0 = normal, 1 = anti-magic
|
||||
"garrisonHorizontal" : { "index" :33, "handler": "garrison" },
|
||||
"garrisonVertical" : { "index" :219, "handler": "garrison" },
|
||||
"garrisonHorizontal": {
|
||||
"index" :33,
|
||||
"handler": "garrison",
|
||||
"types":{
|
||||
"normal":{"index": 0},
|
||||
"antiMagic":{"index": 1}
|
||||
}
|
||||
},
|
||||
"garrisonVertical": {
|
||||
"index" :219,
|
||||
"handler": "garrison",
|
||||
"types":{
|
||||
"normal":{"index": 0},
|
||||
"antiMagic":{"index": 1}
|
||||
}
|
||||
},
|
||||
|
||||
// Subtype: paired monoliths
|
||||
"monolithOneWayEntrance" : {
|
||||
|
Loading…
Reference in New Issue
Block a user