mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-28 08:48:48 +02:00
Fixed terrain type to "subterra". Updated Object Format on WIki to list all possible terrain types.
This commit is contained in:
parent
df80c50106
commit
37f9d898ac
@ -354,7 +354,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", "subterranean"] },
|
||||
"brown" : { "animation" : "avxdend0.def", "visitableFrom" : [ "---", "+++", "+++" ], "mask" : [ "VV", "BA"], "allowedTerrains":["sand", "lava", "rough", "snow", "subterra"] },
|
||||
},
|
||||
"rmg" : {
|
||||
"value" : 100,
|
||||
|
Loading…
Reference in New Issue
Block a user