xmlns:android="http://schemas.android.com/apk/res/android"
package="com.gpl.rpg.AndorsTrail"
android:versionCode="32"
- android:versionName="0.6.12b1"
+ android:versionName="0.6.12b2"
android:installLocation="auto"
>
<uses-sdk
<string name="skill_longdescription_concussion">When making an attack on a target whose block chance (BC) is at least %1$d lower than your attack chance (AC), there is a %2$d %% chance that the hit will cause a concussion on the target. A concussion will severely lower the target\'s offensive combat abilities, making the target less able to land successful attacks.</string>
<string name="about_button4">About</string>
+
+ <!-- =========================================== -->
+ <!-- Added in v0.6.12 -->
+
<string name="preferences_ui_category">Interface</string>
<string name="preferences_ui_enable_animations_title">Enable animations</string>
<string name="preferences_ui_enable_animations">Show animations for various interface elements, such as the combat bar.</string>
<string name="display_worldmap_not_available">The map cannot be displayed from this location.</string>
<string name="display_worldmap_title">Map</string>
- <!-- =========================================== -->
- <!-- Added in v0.6.12 -->
-
<string name="inventory_equip_offhand">Equip (offhand)</string>
<string name="iteminfo_effect_weapon_attack_cost">Attack cost: %1$d AP</string>
public static final boolean DEVELOPMENT_DEBUGMESSAGES = false;\r
public static final boolean DEVELOPMENT_INCOMPATIBLE_SAVEGAMES = DEVELOPMENT_DEBUGRESOURCES;\r
public static final int CURRENT_VERSION = DEVELOPMENT_INCOMPATIBLE_SAVEGAMES ? 999 : 32;\r
- public static final String CURRENT_VERSION_DISPLAY = "0.6.12b1";\r
+ public static final String CURRENT_VERSION_DISPLAY = "0.6.12b2";\r
\r
public final WorldContext world = new WorldContext();\r
public final WorldSetup setup = new WorldSetup(world, this);\r