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:
@@ -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 }
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user