mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-20 20:23:03 +02:00
8824f5e2d5
- creatures configs moved into confg/creatures files, similar to factions. - creatures ID's use same camelCase format as the rest of the game
14 lines
191 B
JSON
14 lines
191 B
JSON
{
|
|
"neutral" :
|
|
{
|
|
"index" : 9,
|
|
"alignment" : "neutral",
|
|
"creatureBackground" :
|
|
{
|
|
"120px" : "TPCASNEU",
|
|
"130px" : "CRBKGNEU"
|
|
},
|
|
"commander" : "enchanter" //just in case
|
|
}
|
|
}
|