1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00

Fix Market of Time missing Template

This commit is contained in:
krs 2023-09-15 23:13:43 +03:00
parent 2d6ef9049a
commit f80f594688

View File

@ -548,7 +548,7 @@
"templates" :
{
"green" : { "animation" : "avxdent.def", "visitableFrom" : [ "---", "+++", "+++" ], "mask" : [ "VV", "BA"], "allowedTerrains":["grass", "swamp", "dirt"] },
"brown" : { "animation" : "avxdend0.def", "visitableFrom" : [ "---", "+++", "+++" ], "mask" : [ "VV", "BA"], "allowedTerrains":["sand", "lava", "rough", "snow", "subterra"] },
"brown" : { "animation" : "avxdend0.def", "visitableFrom" : [ "---", "+++", "+++" ], "mask" : [ "VV", "BA"], "allowedTerrains":["sand", "lava", "rough", "snow", "subterra"] }
},
"rmg" : {
"value" : 100,
@ -876,6 +876,21 @@
"index" : 0,
"aiValue" : 0,
"rmg" : {
},
"templates" : {
"normal" : {
"animation" : "AVXMKTT0",
"editorAnimation" : "AVXMKTT0",
"visitableFrom" : [
"---",
"--+",
"+++"
],
"mask" : [
"VV",
"BV"
]
}
}
}
}