mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Added object for scrolls and hero placeholders. Typo fix
This commit is contained in:
parent
f01e30a3b1
commit
52b17334a0
@ -262,11 +262,11 @@
|
||||
"objectDungeon" : { "index" : 5},
|
||||
"objectStronghold" : { "index" : 6},
|
||||
"objectFortress" : { "index" : 7},
|
||||
"objectCastle" : { "index" : 8},
|
||||
"objectConflux" : { "index" : 8},
|
||||
}
|
||||
},
|
||||
|
||||
// don't have subtypes (at least now), but closely connected to this objects
|
||||
"spellScroll" : { "index" :93, "handler": "artifact" },
|
||||
"heroPlaceholder" : { "index" :214, "handler": "heroPlaceholder" }
|
||||
"spellScroll" : { "index" :93, "handler": "artifact", "types" : { "object" : { "index" : 0 } } },
|
||||
"heroPlaceholder" : { "index" :214, "handler": "heroPlaceholder", "types" : { "object" : { "index" : 0 } } }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user