forked from vcmi-mods/tides-of-war
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.json
executable file
·58 lines (58 loc) · 1.97 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
50
51
52
53
54
55
56
57
58
{
"name" : "Tides of War",
"description" : "In every nine standard H3 town, you have oppurtunity to build one dwelling for altenative creature.",
"modType" : "Expansion",
"author" : "Mod Design Team (Witchking, Hobbicus, Trith, Sower, Drwal, Khemiel, avatar), fred79, Andruids, Undead Artist, Ragoon, MURArt, Kuririn",
"contact" : "http://www.forum.acidcave.net/topic.php?TID=1423",
"licenseName" : "Creative Commons Attribution-ShareAlike",
"licenseURL" : "http://creativecommons.org/licenses/by-sa/4.0/deed",
"version" : "1.0.10",
"downloadSize" : 28.4,
"compatibility" :
{
"min" : "1.4.0"
},
"changelog" :
{
"1.0.10" : [ "Restructured jsons and splitted into submods" ],
"1.0.9" : [ "Polish translation by Dru" ],
"1.0.8" : [ "hota-balance-compatibility-patch added" ],
"1.0.7" : [ "Fixed (?) Aura of Power" ],
"1.0.6" : [ "Conversion to vcmi-1.3" ],
"1.0.5" : [ "Chinese translation from https://www.h3wog.com/thread-77661-1-1.html" ],
"1.0.4" : [ "Move ToW Menu into submod" ],
"1.0.3" : [ "New bonus format system" ],
"1.0.2" : [ "Fixes" ],
"1.0.1" : [ "Fixes" ],
"1.0.0" : [ "Initial release" ]
},
"chinese" :
{
"name" : "Tides of War",
"description" : "In every nine standard H3 town, you have oppurtunity to build one dwelling for altenative creature.",
"translations" : [
"translation/tow/chinese.json"
]
},
"german" :
{
"name" : "Tides of War",
"description" : "In jeder der neun Standard-H3-Städte gibt es die Möglichkeit, eine Behausung für eine alternative Kreatur zu bauen.",
"translations" : [
"translation/tow/german.json"
]
},
"polish" :
{
"name" : "Tides of War",
"description" : "W każdym z dziewięciu standardowych miast H3 istnieje możliwość zbudowania mieszkania dla alternatywnego stworzenia.",
"translations" : [
"translation/tow/polish.json"
]
},
"settings" : {
"combat": {
"badLuckDice" : [ 12, 6, 4 ]
}
}
}