Implemented Kaverin's quest in Remgard, continuation on the Vacor/Unzel story (thanks Nyktos, sdevaney!)

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@245 08aca716-68be-ccc6-4d58-36f5abd142ac
This commit is contained in:
oskar.wiksten
2012-05-14 18:49:14 +00:00
parent cf744a7b92
commit d11f4b565c
13 changed files with 295 additions and 30 deletions

View File

@@ -1,34 +1,41 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="about_interface"><![CDATA[
<resources><string name="about_interface"><![CDATA[
<div><b>Game Settings</b> can be found by pressing your device\'s Menu Button.</div>
<p>________________</p>
<h1>Interface Icons</h1>
<div><b>The Chest</b><img alt="chest" src="chest.png" /></div>
<p>Quickslots [Long press the pouches inside to assign items for instant use]</p>
<div><b>The Hero</b><img alt="hero" src="char_hero.png" /></div>
<p>Menu [Overview, Quests, Skills &amp; Inventory *]</p>
<p>* (While in inventory, press an item for information &amp; long press for more options)</p>
<p>* (While in inventory, "press" an item for information &amp; "long press" for more options)</p>
<div><b>The Enemy</b><img alt="monster" src="monster.png" /></div>
<p>Information [Appears during Combat]</p>
<p>________________</p>
<p>________________</p>
<h1>Combat</h1>
<p>Actions taken during battle cost AP...</p>
<div><b>Attacking</b> - [3AP] *</div>
<img alt="attacking" src="doubleattackexample.png" />
<p>* (Equipping Gear &amp; Using Items may alter AP &amp; usage cost)</p>
<div><b>Using Items</b> - [5AP]</div>
<div><b>Fleeing</b> - [6AP]</div>
<p>________________</p>
<p>________________</p>
<h1>Advanced Combat</h1>
<div>During Combat, long press a tile adjacent to The Hero...</div>
<div><b>To Flee</b></div>
@@ -39,5 +46,5 @@
<div><b>To Change Targets</b></div>
<p>(the red target highlight shifts between enemies)</p>
<p>[the target has been changed]</p>
]]></string>
</resources>
]]></string></resources>