-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathmod.json
executable file
·60 lines (59 loc) · 2.82 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
59
{
"name" : "VCMI extras",
"description" : "Extra mods to enable core VCMI functionality",
"version" : "3.6.1",
"author" : "VCMI Team",
"contact" : "http://forum.vcmi.eu/index.php",
"modType" : "Graphical",
"changelog" : {
"3.6.1" : ["New search button by Kuririn"],
"3.6.0" : ["Removed deprecated true types fonts mod, due to being integrated in vcmi", "Removed unused files"],
"3.5.9" : ["New bonuses icons by Ben Yan"],
"3.5.8" : ["Added compatibility to Arrow Towers Icons submod"],
"3.5.7" : ["Czech translation by George King"],
"3.5.6" : ["Add search button"],
"3.5.5" : ["Adjust font size to fit in boxes"],
"3.5.4" : ["Added disintigrate icon; replaced king2 icon"],
"3.5.3" : ["Revisit object button text fix"],
"3.5.2" : ["Update for Extended Lobby submod with simturns control"],
"3.5.1" : ["Revisit object button for vcmi-1.4"],
"3.5.0" : ["Old submod Extended RMG was replaced with new mod Extended Lobby"],
"3.4.7" : ["Added revisit object button to adventure map" ],
"3.4.6" : ["Compatibility fix with vcmi 1.3 release" ],
"3.4.5" : ["Replaced defaultTemplate text property with randomTemplate"],
"3.4.4" : ["Added a name to OK and Cancel button in RMG teams tab, needed to fix team setings"],
"3.4.3" : ["Fixed underground icon on templates without underground"],
"3.4.2" : ["Replaced TTF fallback font in fallback submod"],
"3.4.1" : ["Removed deprectaed extra resolutions submod, vcmi now provides identical functionality by default"],
"3.4.0" : ["Updated battlefield actions submod to 1.3 format"],
"3.3.6" : ["RMG templates submod has been removed and added to vcmi directly"],
"3.3.5" : ["Added True Type Fonts mod (disabled by default)"],
"3.3.4" : ["Fixed graphical artifacts in battlefield actions submod"],
"3.3.3" : ["Added Andruid's icon for LIMITED_SHOOTING_RANGE bonus"],
"3.2.2" : ["Fixed mod validation for vcmi-1.2"],
"3.2.1" : ["Adopt extended RMG submod to latest develop changes"],
"3.2.0" : ["Added battlefieldActions submod"],
"3.1.2" : ["Added three testing G+U-sized templates"],
"3.1.1" : ["Fixed 'doubled 8mm6' RMG template"],
"3.1" : ["Tweaked many RMG templates"],
"3.0" : ["Added extended RMG mod"],
"2.5" : ["Updated tower arrows mod for new format"],
"2.4" : ["Adder arrow tower mod"],
"2.3" : ["Added resolution 1366x644 fits better for iPhone"],
"2.2" : ["Remove Resourceful AI as submod"],
"2.1" : ["Added Resourceful AI as submod"],
"2.0" : ["Restructure of the essential files mod"],
"1.00" : ["Update defaultTemplates submod"]
},
"compatibility" : {
"min" : "1.6.0"
},
"czech" : {
"name" : "Rozšíření VCMI",
"description" : "Dodatečné módy pro umožnění základní funkčnosti VCMI"
},
"polish" : {
"name" : "Dodatki VCMI",
"description" : "Dodatkowe mody, które zapewniają dostęp do podstawowych funkcjonalności VCMI"
}
}