mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-26 22:57:00 +02:00
85588b6bda
* stupid AI will print more info * proper handling of too long processing of battle end calls * doxygenized some comments
28 lines
411 B
JSON
28 lines
411 B
JSON
{
|
|
"terType" : 1,
|
|
"bfieldType" : 0,
|
|
"obstacles" : [77, 94, 111, [28, 7]], //vector of positions or vectored pairs [type, pos]
|
|
|
|
"sides" :
|
|
[
|
|
{
|
|
"side" : 0,
|
|
"army" : [[10, 40]],
|
|
"heroid" : 0,
|
|
"heroPrimSkills" : [4, 4, 3, 2],
|
|
"spells" : [1,2,3,4]
|
|
},
|
|
{
|
|
"side" : 1,
|
|
"army" : [[11, 41]]
|
|
}
|
|
],
|
|
|
|
"creatures" :
|
|
[
|
|
{
|
|
"id" : 10,
|
|
"attack" : 50
|
|
}
|
|
]
|
|
} |