| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "name" : "In The Wake of Gods",
- "description" : "Unnofficial addon for Heroes of Might and Magic III",
- "version" : "0.0.0",
- "author" : "WoG Team",
- "contact" : "http://forum.vcmi.eu/index.php",
- "modType" : "Expansion",
- "artifacts" :
- [
- "config/wog/artifacts.json"
- ],
- "creatures" :
- [
- "config/wog/creatures.json"
- ],
- "factions" :
- [
- "config/wog/factions.json"
- ],
- "filesystem":
- {
- "" :
- [
- { "type" : "map", "path" : "/Config/wogFileOverrides.json"}
- ],
- "CONFIG/" :
- [
- { "type" : "dir", "path" : "/Config"}
- ],
- "DATA/" :
- [
- {"type" : "lod", "path" : "/Data/hmm35wog.pac"},
- {"type" : "dir", "path" : "/Data"}
- ],
- "SPRITES/":
- [
- {"type" : "lod", "path" : "/Data/hmm35wog.pac"},
- {"type" : "lod", "path" : "/Data/wog - animated objects.pac"},
- {"type" : "lod", "path" : "/Data/wog - animated trees.pac"},
- {"type" : "lod", "path" : "/Data/wog - battle decorations.pac"}
- ],
- "SOUNDS/":
- [
- {"type" : "snd", "path" : "/Data/wog - sounds.snd"},
- {"type" : "snd", "path" : "/Data/wog.snd"}
- ],
- "MUSIC/":
- [
- {"type" : "dir", "path" : "/Mp3"}
- ],
- "VIDEO/":
- [
- {"type" : "vid", "path" : "/Data/wog - video.vid"},
- {"type" : "vid", "path" : "/Data/wog.vid"}
- ],
- "MAPS/":
- [
- {"type" : "dir", "path" : "/Maps"}
- ]
- }
- }
|