forked from vcmi-mods/wake-of-gods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.json
49 lines (47 loc) · 1.03 KB
/
mod.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name" : "In The Wake of Gods",
"description" : "Unnofficial addon for Heroes of Might and Magic III",
"version" : "9.0.10",
"author" : "WoG Team & epigones",
"contact" : "http://forum.vcmi.eu/index.php",
"modType" : "Expansion",
"compatibility" :
{
"min" : "1.2.0"
},
"changelog" :
{
"9.0.10" : [ "Fixed WoG Graphics Fix mod" ],
"9.0.9" : [ "Added Alms House" ],
"9.0.8" : [ "Removed 'flight' parameter", "New bonus system used" ],
"9.0.7" : [ "Added Sphinx and Mushrooms object to the map" ],
"9.0.6" : [ "WoG graphic fix submod added" ],
"9.0.5" : [ "Fixed problem with some wog artifacts" ]
},
"artifacts" :
[
"config/artifactsWoG.json",
"config/artifactsWoG2.json"
],
"creatures" :
[
"config/creatures.json"
],
"objects" :
[
"config/dwellings.json",
"config/creatureBanks.json",
"config/mushrooms.json",
"config/objects.json",
"config/sphinx.json",
"config/almsHouse.json"
],
"spells" :
[
"config/arrowTrigger.json"
],
"skills" :
[
"config/ballisticsEnch.json"
]
}