Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
2.17.2: actual finale
Browse files Browse the repository at this point in the history
  • Loading branch information
TrashboxBobylev committed Apr 11, 2024
1 parent 37c2171 commit 2b379c3
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ public static void addAllChanges( ArrayList<ChangeInfo> changeInfos ){
changes.addButton( new ChangeButton(Icons.BOBBY_IS_VERY_STRANGE_PERSON_BECAUSE_HE_TRIES_TO_REFERENCE_HIMSELF_IN_NEW_SHATTERED_CREDITS_SCREEN.get(), "Developer Commentary",
"_-_ Released April 11th, 2024\n" +
"_-_ 2 days after Experienced Pixel Dungeon 2.17.1"));
changes.addButton( new ChangeButton(new Image(Assets.Sprites.SPINNER, 144, 0, 16, 16), "Bugfixes",
"_-_ Fixed Dwarf King becoming unbeatable when affected by Fate Lock's stat boost\n" +
"_-_ Fixed harden boost being applied to every weapon and armor regardless of them being hardened or not\n" +
"_-_ Fixed hero's accuracy and evasion being decreased with luck"
));
changes.addButton( new ChangeButton(Icons.BUFFS.get(), "Buffs and Nerfs",
"_-_ Changed Ring of Elements:\n" +
" _-_ now appears 2x less frequently in Refined Lucky Bag\n" +
Expand All @@ -90,6 +85,12 @@ public static void addAllChanges( ArrayList<ChangeInfo> changeInfos ){
"_-_ Massively increased virtual depth escalation with cycles to make debuffs and gases more potent\n" +
"_-_ Capped Blazing enchantment's particle amount at 100"
));
changes.addButton( new ChangeButton(new Image(Assets.Sprites.SPINNER, 144, 0, 16, 16), "Bugfixes",
"_-_ Fixed Dwarf King becoming unbeatable when affected by Fate Lock's stat boost\n" +
"_-_ Fixed harden boost being applied to every weapon and armor regardless of them being hardened or not\n" +
"_-_ Fixed hero's accuracy and evasion being decreased with luck\n" +
"_-_ Fixed Scroll of Determination's text being not available"
));

changes = new ChangeInfo("ExpPD-2.17.1", true, "");
changes.hardlight(Window.TITLE_COLOR);
Expand Down

0 comments on commit 2b379c3

Please sign in to comment.