Skip to content

Commit 1e32e66

Browse files
authored
Merge pull request #59 from Olegmods/vcmi-1.7
Fixes for the icons
2 parents 9bfd75c + 3d76961 commit 1e32e66

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

Mods/bonusIcons/mods/Bonus Icons/Content/config/bonusIcons/bonuses.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,12 @@
292292
}
293293
},
294294

295+
"core:ALWAYS_MAXIMUM_DAMAGE" : {
296+
"graphics" : {
297+
"icon" : "zvs/Lib1.res/e_MaxDamage"
298+
}
299+
},
300+
295301
"core:MECHANICAL" : {
296302
"graphics" : {
297303
"icon" : "zvs/Lib1.res/Mechanical"

mod.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
22
"name" : "VCMI extras",
33
"description" : "Collection of enhancements and fixes for VCMI interface and gameplay:<br><br>• <b>Extended lobby options</b><br> Adds template selection, map size buttons (H/XH/G), chess timer, and support for simultaneous turns<br><br>• <b>Revisit & Search buttons</b><br> Adds buttons to revisit the current object and perform contextual searches on the adventure map<br><br>• <b>Quick Exchange</b><br> Improves the hero exchange screen with one-click swap buttons for all creatures and artifacts<br><br>• <b>Vertical layout (portrait mode)</b><br> Optimizes the adventure map interface for vertical screen orientation (portrait mode)<br><br>• <b>Bonus icons</b><br> Adds visual indicators for unit bonuses and special abilities<br><br>• <b>Spell immunity icons</b><br> Displays spell immunity icons for creatures during combat<br><br>• <b>Emoji support</b><br> Enables emoji font rendering in the in-game chat",
4-
"version" : "3.8.0",
54
"author" : "VCMI Team",
5+
"version" : "3.8.1",
66
"contact" : "http://forum.vcmi.eu/index.php",
77
"modType" : "Graphical",
88
"changelog" : {
9+
"3.8.1" : [
10+
"Added maximum damage icon"
11+
],
912
"3.8.0" : [
1013
"Fixed issue with Bonus icons submod on Android and Linux",
1114
"Improved all adventure button icons"

0 commit comments

Comments
 (0)