mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
This commit is contained in:
parent
2498f917d4
commit
759416ed88
@ -593,7 +593,30 @@
|
||||
|
||||
/// Random objects
|
||||
"randomTown" : { "index" :77, "handler": "randomTown", "types" : { "object" : { "index" : 0} } },
|
||||
"randomHero" : { "index" :70, "handler": "randomHero", "types" : { "object" : { "index" : 0} } },
|
||||
"randomHero" : {
|
||||
"index" :70,
|
||||
"handler": "randomHero",
|
||||
"types" : {
|
||||
"object" : {
|
||||
"index" : 0,
|
||||
"templates" : {
|
||||
"normal" : {
|
||||
"animation" : "AHRANDOM",
|
||||
"editorAnimation" : "AHRANDOM",
|
||||
"visitableFrom" : [
|
||||
"+++",
|
||||
"+-+",
|
||||
"+++"
|
||||
],
|
||||
"mask" : [
|
||||
"VVV",
|
||||
"VAV"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"randomDwelling" : { "index" :216, "handler": "randomDwelling", "types" : { "object" : { "index" : 0} } },
|
||||
|
||||
"randomResource" : {
|
||||
|
Loading…
Reference in New Issue
Block a user