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:
parent
2d6ef9049a
commit
f80f594688
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user