v0.7.4b: actual final commit

This commit is contained in:
Evan Debenham 2019-08-07 21:09:34 -04:00
parent ade3620618
commit d6db2b6a45
2 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,7 @@ allprojects {
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 360
appVersionCode = 361
appVersionName = '0.7.4b'
appAndroidCompileSDK = 28

View File

@ -81,7 +81,9 @@ public class v0_7_X_Changes {
changes.addButton( new ChangeButton(new WandOfLivingEarth(),
"The wand of living earth is performing fairly reasonably now, but the staff of living earth continues to be really strong. This has led me to re-evaluate the battlemage living earth ability, and to nerf it significantly:\n\n" +
"_-_ Earthen armor generated from battlemage melee hits reduced to 0.25x damage from 1x damage.\n\n" +
"_-_ Battlemage can no longer stack earthen armor past the max HP of the earthen guardian."));
"_-_ Battlemage can no longer stack earthen armor past the max HP of the earthen guardian.\n\n" +
"Additionally:\n" +
"_-_ Guardian armor is now equivalent to cloth armor when 'faith is my armor' challenge is enabled."));
changes.addButton( new ChangeButton(Icons.get(Icons.PREFS), Messages.get(ChangesScene.class, "misc"),
"_-_ Updated hero icons in rankings and saved game screens.\n\n" +