mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-14 02:33:51 +02:00
92e508fe1f
* setting obstacles and creature params in duel config file * handling arguments for Odpalarka * handling runner + runner + runner + client scenario (memory measura AND visualziation)
27 lines
374 B
JSON
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
|
|
}
|
|
]
|
|
} |