1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-20 20:23:03 +02:00
vcmi/config/factions/neutral.json
Ivan Savenko 8824f5e2d5 - H3 creatures use subset of mod creature format (todo - unify code)
- creatures configs moved into confg/creatures files, similar to factions.
 - creatures ID's use same camelCase format as the rest of the game
2012-12-22 16:47:12 +00:00

14 lines
191 B
JSON

{
"neutral" :
{
"index" : 9,
"alignment" : "neutral",
"creatureBackground" :
{
"120px" : "TPCASNEU",
"130px" : "CRBKGNEU"
},
"commander" : "enchanter" //just in case
}
}