Skip to content

Instantly share code, notes, and snippets.

@ArseniyShestakov
Created September 12, 2016 00:45
Show Gist options
  • Save ArseniyShestakov/11878f08aa0d74e543fd371aa5f7dc90 to your computer and use it in GitHub Desktop.
Save ArseniyShestakov/11878f08aa0d74e543fd371aa5f7dc90 to your computer and use it in GitHub Desktop.
VCMI Duel mode minimal config
Source:
http://wiki.vcmi.eu/index.php?title=Opis_zadania_%E2%80%94_bitewne_AI_dla_VCMI
{
"terType" : 1,
"bfieldType" : 1,
"obstacles" : [],
"sides" : [
{
"side" : 0,
"heroid" : 0,
"heroPrimSkills" : [0,1,2,3],
"heroSecSkills" : [],
"spells" : "all",
"army" : [
[10, 10]
]
},
{
"side" : 1,
"heroid" : 1,
"heroPrimSkills" : [0,1,2,3],
"heroSecSkills" : [],
"spells" : "all",
"army" : [
[10, 10]
]
}
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment