1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00
This commit is contained in:
AlexVinS 2018-01-13 05:05:28 +03:00
parent 2498f917d4
commit 759416ed88

View File

@ -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" : {