1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Merge pull request #2841 from krs0/quickfix/fix_market_of_time_missing_template

Fix Market of Time missing Template
This commit is contained in:
Nordsoft91
2023-09-18 01:49:41 +02:00
committed by GitHub

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"
]
}
}
}
}