v0.3.4: externalized almost all item names

This commit is contained in:
Evan Debenham
2015-12-31 23:49:49 -05:00
committed by Evan Debenham
parent 0ca46e72cc
commit c1aca208b4
144 changed files with 191 additions and 337 deletions
@@ -29,7 +29,6 @@ import com.shatteredpixel.shatteredpixeldungeon.windows.WndBag;
public class ScrollOfIdentify extends InventoryScroll {
{
name = "Scroll of Identify";
initials = "Id";
inventoryTitle = "Select an item to identify";
@@ -34,7 +34,6 @@ import com.shatteredpixel.shatteredpixeldungeon.utils.GLog;
public class ScrollOfLullaby extends Scroll {
{
name = "Scroll of Lullaby";
initials = "Lu";
}
@@ -37,7 +37,6 @@ public class ScrollOfMagicMapping extends Scroll {
private static final String TXT_LAYOUT = "You are now aware of the level layout.";
{
name = "Scroll of Magic Mapping";
initials = "MM";
}
@@ -35,7 +35,6 @@ public class ScrollOfMagicalInfusion extends InventoryScroll {
private static final String TXT_INFUSE = "your %s is infused with arcane energy!";
{
name = "Scroll of Magical Infusion";
initials = "MaI";
inventoryTitle = "Select an item to infuse";
@@ -36,7 +36,6 @@ public class ScrollOfMirrorImage extends Scroll {
private static final int NIMAGES = 3;
{
name = "Scroll of Mirror Image";
initials = "MI";
}
@@ -38,7 +38,6 @@ import com.watabou.utils.Random;
public class ScrollOfPsionicBlast extends Scroll {
{
name = "Scroll of Psionic Blast";
initials = "PB";
bones = true;
@@ -36,7 +36,6 @@ import com.shatteredpixel.shatteredpixeldungeon.utils.GLog;
public class ScrollOfRage extends Scroll {
{
name = "Scroll of Rage";
initials = "Ra";
}
@@ -35,7 +35,6 @@ public class ScrollOfRecharging extends Scroll {
public static final float BUFF_DURATION = 30f;
{
name = "Scroll of Recharging";
initials = "Re";
}
@@ -39,7 +39,6 @@ public class ScrollOfRemoveCurse extends Scroll {
"Your pack glows with a cleansing light, but nothing happens.";
{
name = "Scroll of Remove Curse";
initials = "RC";
}
@@ -39,7 +39,6 @@ public class ScrollOfTeleportation extends Scroll {
"Strong magic aura of this place prevents you from teleporting!";
{
name = "Scroll of Teleportation";
initials = "TP";
}
@@ -34,7 +34,6 @@ import com.shatteredpixel.shatteredpixeldungeon.utils.GLog;
public class ScrollOfTerror extends Scroll {
{
name = "Scroll of Terror";
initials = "Te";
}
@@ -33,7 +33,6 @@ public class ScrollOfUpgrade extends InventoryScroll {
public static final String TXT_LOOKS_BETTER = "your %s certainly looks better now";
{
name = "Scroll of Upgrade";
initials = "Up";
inventoryTitle = "Select an item to upgrade";