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
@@ -25,7 +25,6 @@ import com.shatteredpixel.shatteredpixeldungeon.actors.hero.Hero;
public class PotionOfExperience extends Potion {
{
name = "Potion of Experience";
initials = "Ex";
bones = true;
@@ -34,7 +34,6 @@ public class PotionOfFrost extends Potion {
private static final int DISTANCE = 2;
{
name = "Potion of Frost";
initials = "Fr";
}
@@ -33,7 +33,6 @@ import com.shatteredpixel.shatteredpixeldungeon.utils.GLog;
public class PotionOfHealing extends Potion {
{
name = "Potion of Healing";
initials = "He";
bones = true;
@@ -34,7 +34,6 @@ public class PotionOfInvisibility extends Potion {
private static final float ALPHA = 0.4f;
{
name = "Potion of Invisibility";
initials = "In";
}
@@ -34,7 +34,6 @@ import com.watabou.noosa.audio.Sample;
public class PotionOfLevitation extends Potion {
{
name = "Potion of Levitation";
initials = "Le";
}
@@ -34,7 +34,6 @@ import com.shatteredpixel.shatteredpixeldungeon.scenes.GameScene;
public class PotionOfLiquidFlame extends Potion {
{
name = "Potion of Liquid Flame";
initials = "LF";
}
@@ -28,7 +28,6 @@ import com.shatteredpixel.shatteredpixeldungeon.utils.GLog;
public class PotionOfMight extends Potion {
{
name = "Potion of Might";
initials = "Mi";
bones = true;
@@ -29,7 +29,6 @@ import com.shatteredpixel.shatteredpixeldungeon.utils.GLog;
public class PotionOfMindVision extends Potion {
{
name = "Potion of Mind Vision";
initials = "MV";
}
@@ -30,7 +30,6 @@ import com.shatteredpixel.shatteredpixeldungeon.scenes.GameScene;
public class PotionOfParalyticGas extends Potion {
{
name = "Potion of Paralytic Gas";
initials = "PG";
}
@@ -47,7 +47,6 @@ public class PotionOfPurity extends Potion {
private static final int DISTANCE = 5;
{
name = "Potion of Purification";
initials = "Pu";
}
@@ -28,7 +28,6 @@ import com.shatteredpixel.shatteredpixeldungeon.utils.GLog;
public class PotionOfStrength extends Potion {
{
name = "Potion of Strength";
initials = "St";
bones = true;
@@ -30,7 +30,6 @@ import com.shatteredpixel.shatteredpixeldungeon.scenes.GameScene;
public class PotionOfToxicGas extends Potion {
{
name = "Potion of Toxic Gas";
initials = "TG";
}