mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +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
35 lines
812 B
JSON
35 lines
812 B
JSON
{
|
|
"factions" :
|
|
[
|
|
"config/factions/castle.json",
|
|
"config/factions/rampart.json",
|
|
"config/factions/tower.json",
|
|
"config/factions/necropolis.json",
|
|
"config/factions/inferno.json",
|
|
"config/factions/dungeon.json",
|
|
"config/factions/stronghold.json",
|
|
"config/factions/fortress.json",
|
|
"config/factions/conflux.json",
|
|
"config/factions/neutral.json"
|
|
],
|
|
|
|
"creatures" :
|
|
[
|
|
"config/creatures/castle.json",
|
|
"config/creatures/rampart.json",
|
|
"config/creatures/tower.json",
|
|
|
|
"config/creatures/necropolis.json",
|
|
"config/creatures/inferno.json",
|
|
"config/creatures/dungeon.json",
|
|
|
|
"config/creatures/stronghold.json",
|
|
"config/creatures/fortress.json",
|
|
"config/creatures/conflux.json",
|
|
|
|
"config/creatures/neutral.json",
|
|
"config/creatures/special.json",
|
|
"config/creatures/wog.json"
|
|
]
|
|
}
|