v0.3.4: fixed typos in enchantment name keys
This commit is contained in:
parent
0315cfec77
commit
2d96bfd8a4
|
@ -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="74"
|
android:versionCode="75"
|
||||||
android:versionName="0.3.3b"
|
android:versionName="0.3.4-beta1"
|
||||||
android:installLocation="auto">
|
android:installLocation="auto">
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.VIBRATE"/>
|
<uses-permission android:name="android.permission.VIBRATE"/>
|
||||||
|
|
|
@ -513,25 +513,25 @@ items.wands.wandofvenom.desc=This wand has a purple body which opens to a brilli
|
||||||
|
|
||||||
|
|
||||||
###enchantments
|
###enchantments
|
||||||
items.weapon.enchantment.death.name=grim %s
|
items.weapon.enchantments.death.name=grim %s
|
||||||
|
|
||||||
items.weapon.enchantment.fire.name=blazing %s
|
items.weapon.enchantments.fire.name=blazing %s
|
||||||
|
|
||||||
items.weapon.enchantment.horror.name=eldritch %s
|
items.weapon.enchantments.horror.name=eldritch %s
|
||||||
|
|
||||||
items.weapon.enchantment.instability.name=unstable %s
|
items.weapon.enchantments.instability.name=unstable %s
|
||||||
|
|
||||||
items.weapon.enchantment.leech.name=vampiric %s
|
items.weapon.enchantments.leech.name=vampiric %s
|
||||||
|
|
||||||
items.weapon.enchantment.luck.name=lucky %s
|
items.weapon.enchantments.luck.name=lucky %s
|
||||||
|
|
||||||
items.weapon.enchantment.paralysis.name=stunning %s
|
items.weapon.enchantments.paralysis.name=stunning %s
|
||||||
|
|
||||||
items.weapon.enchantment.poison.name=venomous %s
|
items.weapon.enchantments.poison.name=venomous %s
|
||||||
|
|
||||||
items.weapon.enchantment.shock.name=shocking %s
|
items.weapon.enchantments.shock.name=shocking %s
|
||||||
|
|
||||||
items.weapon.enchantment.slow.name=chilling %s
|
items.weapon.enchantments.slow.name=chilling %s
|
||||||
|
|
||||||
|
|
||||||
###melee weapons
|
###melee weapons
|
||||||
|
|
Loading…
Reference in New Issue
Block a user