1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-14 02:33:51 +02:00
vcmi/b1.json
Michał W. Urbańczyk 92e508fe1f Further changes for programming challenge.
* setting obstacles and creature params in duel config file
* handling arguments for Odpalarka
* handling runner + runner + runner + client scenario (memory measura AND visualziation)
2011-10-20 23:29:32 +00:00

27 lines
374 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,
"spells" : [1,2,3,4]
},
{
"side" : 1,
"army" : [[11, 41]]
}
],
"creatures" :
[
{
"id" : 10,
"attack" : 50
}
]
}