mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-04 00:15:53 +02:00
8273f323b1
- mods can access only ID's from dependenies, virtual "core" mod and itself (optional for some mods compatibility) - metadata field for JsonNode, used to track source mod - moved wog creatures into wog mod - (linux) convertMP3 option for vcmibuilder for systems where SDL_Mixer can't play mp3's
39 lines
493 B
JSON
39 lines
493 B
JSON
{
|
|
"core:castle" :
|
|
{
|
|
"commander" : "paladin1"
|
|
},
|
|
"core:conflux" :
|
|
{
|
|
"commander" : "astralSpirit1"
|
|
},
|
|
"core:dungeon" :
|
|
{
|
|
"commander" : "brute1"
|
|
},
|
|
"core:fortress" :
|
|
{
|
|
"commander" : "shaman1"
|
|
},
|
|
"core:inferno" :
|
|
{
|
|
"commander" : "succubus1"
|
|
},
|
|
"core:necropolis" :
|
|
{
|
|
"commander" : "soulEater1"
|
|
},
|
|
"core:rampart" :
|
|
{
|
|
"commander" : "hierophant1"
|
|
},
|
|
"core:stronghold" :
|
|
{
|
|
"commander" : "ogreLeader1"
|
|
},
|
|
"core:tower" :
|
|
{
|
|
"commander" : "templeGuardian1"
|
|
}
|
|
}
|