@@ -131,27 +131,56 @@ public void onClick(float x, float y) {
131
131
//**********************
132
132
// v0.6.3
133
133
//**********************
134
-
135
- ChangeInfo changes = new ChangeInfo ("v0.6.3a " , true , "" );
134
+
135
+ ChangeInfo changes = new ChangeInfo ("v0.6.3 " , true , "" );
136
136
changes .hardlight (Window .TITLE_COLOR );
137
137
infos .add (changes );
138
-
138
+
139
+ changes = new ChangeInfo ("v0.6.3b" , false , "" );
140
+ changes .hardlight (Window .TITLE_COLOR );
141
+ infos .add (changes );
142
+
143
+ changes .addButton ( new ChangeButton (new ItemSprite (ItemSpriteSheet .STYLUS , null ), "Obfuscation" ,
144
+ "With its downside removed in 0.6.3, the glyph of obfuscation has become extremely powerful.\n " +
145
+ "\n " +
146
+ "To reign it in a bit, its effectiveness has been reduced at higher levels:\n " +
147
+ "_-_ Base power increased\n " +
148
+ "_-_ Power scaling has been decreased by 67%" ));
149
+
150
+ changes .addButton ( new ChangeButton (new Image (Assets .WARRIOR , 0 , 90 , 12 , 15 ), "Berserker" ,
151
+ "The berserker remains extremely powerful, so further adjustments have been made:\n \n " +
152
+ "_-_ Re-applied bonus damage nerf from 0.6.2: bonus damage below 50% health reduced significantly, 2x damage while at 0 hp unchanged.\n \n " +
153
+ "_-_ Bonus damage is now calculated using reduced max hp, not true max hp. This means that past rages effectively reduce bonus damage." ));
154
+
155
+ changes .addButton ( new ChangeButton (new Image (Assets .SPINNER , 144 , 0 , 16 , 16 ), Messages .get (this , "bugfixes" ),
156
+ "Fixed a serious memory leak on android 8.0+\n \n " +
157
+ "Fixed serious crash issues on older custom ROMs\n \n " +
158
+ "Fixed (caused by 0.6.3):\n " +
159
+ "_-_ Sleep darts causing phantom sleep bubbles\n " +
160
+ "_-_ Mimics not dropping loot when corrupted\n " +
161
+ "_-_ Bugs caused by berserker hp reduction\n \n " +
162
+ "Fixed (existed before 0.6.3):\n " +
163
+ "_-_ Rankings not retaining challenges completed" ));
164
+
165
+ changes .addButton ( new ChangeButton (Icons .get (Icons .LANGS ), Messages .get (this , "language" ),
166
+ "Updated Translations" ));
167
+
168
+ changes = new ChangeInfo ("v0.6.3a" , false , "" );
169
+ changes .hardlight (Window .TITLE_COLOR );
170
+ infos .add (changes );
171
+
139
172
changes .addButton ( new ChangeButton (Icons .get (Icons .PREFS ), Messages .get (this , "misc" ),
140
173
"_-_ Reduced burning damage against high health enemies\n \n " +
141
- "_-_ Reduced game install size by ~2.5%" ));
142
-
174
+ "_-_ Reduced game install size by ~2.5%" ));
175
+
143
176
changes .addButton ( new ChangeButton (new Image (Assets .SPINNER , 144 , 0 , 16 , 16 ), Messages .get (this , "bugfixes" ),
144
177
"Fixed (caused by 0.6.3):\n " +
145
178
"_-_ Health potions being craftable with pharmacophobia enabled\n " +
146
179
"_-_ Ring of sharpshooting increasing damage a bit more than displayed\n " +
147
180
"_-_ Various rare crashes" ));
148
-
181
+
149
182
changes .addButton ( new ChangeButton (Icons .get (Icons .LANGS ), Messages .get (this , "language" ),
150
183
"Updated Translations" ));
151
-
152
- changes = new ChangeInfo ("v0.6.3" , true , "" );
153
- changes .hardlight (Window .TITLE_COLOR );
154
- infos .add (changes );
155
184
156
185
changes = new ChangeInfo (Messages .get (this , "new" ), false , null );
157
186
changes .hardlight ( Window .TITLE_COLOR );
0 commit comments