1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-26 22:57:00 +02:00
vcmi/b1.json
Michał W. Urbańczyk 85588b6bda [programming challenge]
* stupid AI will print more info
* proper handling of too long processing of battle end calls
* doxygenized some comments
2011-12-03 23:40:56 +00:00

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
}
]
}