mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-02 09:02:03 +02:00
50 lines
679 B
JSON
50 lines
679 B
JSON
|
{
|
||
|
"hero_0" : {
|
||
|
"l" : 0,
|
||
|
"template" : {
|
||
|
"animation" : "AH00_",
|
||
|
"editorAnimation" : "AH00_E",
|
||
|
"mask" : [
|
||
|
"VV",
|
||
|
"AV"
|
||
|
],
|
||
|
"visitableFrom" : [
|
||
|
"+++",
|
||
|
"+-+",
|
||
|
"+++"
|
||
|
]
|
||
|
},
|
||
|
"x" : 2,
|
||
|
"y" : 2,
|
||
|
"type" : "hero",
|
||
|
"subtype" : "knight",
|
||
|
"options" : {
|
||
|
"owner" : "red",
|
||
|
"type" : "catherine"
|
||
|
}
|
||
|
},
|
||
|
"hero_1" : {
|
||
|
"l" : 0,
|
||
|
"template" : {
|
||
|
"animation" : "AH00_",
|
||
|
"editorAnimation" : "AH00_E",
|
||
|
"mask" : [
|
||
|
"VV",
|
||
|
"AV"
|
||
|
],
|
||
|
"visitableFrom" : [
|
||
|
"+++",
|
||
|
"+-+",
|
||
|
"+++"
|
||
|
]
|
||
|
},
|
||
|
"x" : 6,
|
||
|
"y" : 2,
|
||
|
"type" : "hero",
|
||
|
"subtype" : "knight",
|
||
|
"options" : {
|
||
|
"owner" : "blue",
|
||
|
"type" : "christian"
|
||
|
}
|
||
|
}
|
||
|
}
|