1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/config/factions/neutral.json
Ivan Savenko 7d7e65a316 changes in hero class format:
- new property: affinity (might/magic) since in mods it is impossible to
rely on odd/even numeric indexes
- property commander is now part of hero class
2013-12-13 18:27:54 +00:00

14 lines
169 B
JSON

{
"neutral" :
{
"name" : "Neutral",
"index" : 9,
"alignment" : "neutral",
"creatureBackground" :
{
"120px" : "TPCASNEU",
"130px" : "CRBKGNEU"
}
}
}