mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-18 03:21:27 +02:00
04358ed0c6
- filesystem initialization works in conjuction with modHandler - (config) split buildings.json in multiple files in "factions" directory - (mods) merged filesystem.json and config/mod.json into mod.json
16 lines
367 B
JSON
16 lines
367 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"
|
|
]
|
|
}
|