1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Unified interface for object template.

This commit is contained in:
DjWarmonger
2015-03-12 08:31:30 +01:00
parent e0134342c8
commit f894abe494
3 changed files with 12 additions and 5 deletions

View File

@@ -150,13 +150,20 @@
"black" : { "index" : 7 }
}
},
//Seer Hut object is set off bottom-right corner, need to fix that
"seerHut" : {
"index" :83,
"handler": "seerHut",
"base" : {
"base" : {
"visitableFrom" : [ "---", "+++", "+++" ],
"mask" : [ "VVV", "VAV" ]
}
},
"types" : {
"0" : { "index" : 0 },
"1" : { "index" : 1 },
"2" : { "index" : 2 }
"0" : { "index" : 0 },
"1" : { "index" : 1 },
"2" : { "index" : 2 }
}
},