v0.2.1c: final commit
This commit is contained in:
parent
1198c96a53
commit
b4d4e6a4d6
|
@ -1,8 +1,8 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.shatteredpixel.shatteredpixeldungeon"
|
package="com.shatteredpixel.shatteredpixeldungeon"
|
||||||
android:versionCode="11"
|
android:versionCode="12"
|
||||||
android:versionName="0.2.1b"
|
android:versionName="0.2.1c"
|
||||||
android:installLocation="auto">
|
android:installLocation="auto">
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.VIBRATE"/>
|
<uses-permission android:name="android.permission.VIBRATE"/>
|
||||||
|
|
|
@ -85,7 +85,7 @@ public class Ghost extends Mob.NPC {
|
||||||
|
|
||||||
private static final String TXT_RAT2 =
|
private static final String TXT_RAT2 =
|
||||||
"Please... Help me... Slay the abomination...\n\n" +
|
"Please... Help me... Slay the abomination...\n\n" +
|
||||||
"_Fight it near water... Avoid the cloud..._";
|
"_Fight it near water... Avoid the stench..._";
|
||||||
|
|
||||||
private static final String TXT_GNOLL1 =
|
private static final String TXT_GNOLL1 =
|
||||||
"Hello adventurer... Once I was like you - strong and confident... " +
|
"Hello adventurer... Once I was like you - strong and confident... " +
|
||||||
|
@ -96,7 +96,7 @@ public class Ghost extends Mob.NPC {
|
||||||
|
|
||||||
private static final String TXT_GNOLL2 =
|
private static final String TXT_GNOLL2 =
|
||||||
"Please... Help me... Slay the trickster...\n\n" +
|
"Please... Help me... Slay the trickster...\n\n" +
|
||||||
"_Don't let it hit you.. Get near to it..._";
|
"_Don't let it hit you... Get near to it..._";
|
||||||
|
|
||||||
private static final String TXT_CRAB1 =
|
private static final String TXT_CRAB1 =
|
||||||
"Hello adventurer... Once I was like you - strong and confident... " +
|
"Hello adventurer... Once I was like you - strong and confident... " +
|
||||||
|
|
|
@ -39,10 +39,11 @@ public class WelcomeScene extends PixelScene {
|
||||||
"variety in the early stages of the game.";
|
"variety in the early stages of the game.";
|
||||||
|
|
||||||
private static final String TXT_SameVer =
|
private static final String TXT_SameVer =
|
||||||
"v0.2.1a was a hotfix patch to correct a serious issue with floor 5.\n\n" +
|
"v0.2.1c is a balance patch, all the new quest bosses have been made less punishing and it has been made more clear how to counter them. " +
|
||||||
"v0.2.1b corrects several less severe issues, including a bug with the Wandmaker quest and minor visual bugs. " +
|
"Players still need to understand how to beat them, but they should no longer be as crushingly tough, good luck!\n\n" +
|
||||||
"The Gnoll trickster boss has been made just a little less punishing as well.\n\n\n" +
|
"v0.2.1b corrected several less severe issues, including a bug with the Wandmaker quest and minor visual bugs. " +
|
||||||
"If you're still having issues please let me know!";
|
"The Gnoll trickster boss has been made just a little less punishing as well.\n\n" +
|
||||||
|
"v0.2.1a was a hotfix patch to correct a serious issue with floor 5.";
|
||||||
|
|
||||||
private static final String TXT_Future =
|
private static final String TXT_Future =
|
||||||
"It seems that your current saves are from a future version of Shattered Pixel Dungeon.\n\n"+
|
"It seems that your current saves are from a future version of Shattered Pixel Dungeon.\n\n"+
|
||||||
|
|
Loading…
Reference in New Issue
Block a user