summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoromattornot <m.vuoso@laposte.net>2016-05-18 17:42:58 +0200
committeromattornot <m.vuoso@laposte.net>2016-05-18 17:42:58 +0200
commitca830c178f6f47f806150c3006abf2e2955f1020 (patch)
tree2be74855eb027ea48dcb07155a584ae4150a32c6
parentfd36be5b2b3ea5af56e2d6e562c1a8860457a941 (diff)
downloadclientdata-ca830c178f6f47f806150c3006abf2e2955f1020.tar.gz
clientdata-ca830c178f6f47f806150c3006abf2e2955f1020.tar.bz2
clientdata-ca830c178f6f47f806150c3006abf2e2955f1020.tar.xz
clientdata-ca830c178f6f47f806150c3006abf2e2955f1020.zip
add scythe_quest, and update include
-rw-r--r--quests/argeas/_include.xml1
-rw-r--r--quests/argeas/scythe_quest.xml27
2 files changed, 28 insertions, 0 deletions
diff --git a/quests/argeas/_include.xml b/quests/argeas/_include.xml
index 3e73e69e..1683e719 100644
--- a/quests/argeas/_include.xml
+++ b/quests/argeas/_include.xml
@@ -5,4 +5,5 @@
<include name="quests/argeas/letter_quest.xml"/>
<include name="quests/argeas/orum_quest.xml"/>
<include name="quests/argeas/celestia.xml"/>
+ <include name="quests/argeas/scythe_quest.xml"/>
</quests>
diff --git a/quests/argeas/scythe_quest.xml b/quests/argeas/scythe_quest.xml
new file mode 100644
index 00000000..9409be25
--- /dev/null
+++ b/quests/argeas/scythe_quest.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<quests>
+ <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0">
+ <its:translateRule selector="//var/quest/@name" translate="yes"/>
+ <its:translateRule selector="//var/quest/name" translate="yes"/>
+ <its:translateRule selector="//var/quest/text" translate="yes"/>
+ <its:translateRule selector="//*" translate="no"/>
+ </its:rules>
+ <var id="26">
+ <effect map="008-1.tmx" npc="142" value="1" effect="45"/>
+ <effect map="008-1.tmx" npc="142" value="2" effect="46"/>
+ <quest name="Farmer's Scythe" group="Argeas" incomplete="1">
+ <name>Hinnak</name>
+ <text>The Hinnak farmer want catch pinkies who destroy his harvest.</text>
+ <text>He want pink antennas for proof of their capture.</text>
+ <text/>
+ <text>%%E 10 [@@614|@@]</text>
+ </quest>
+ <quest name="Farmer's Scythe" group="Argeas" complete="2">
+ <name>Hinnak</name>
+ <text>He is happy by your hunt. You got a great weapon for your success.</text>
+ <text/>
+ <text>Quest Giver: Hinnak.</text>
+ <text>Reward: [@@623|@@].</text>
+ </quest>
+ </var>
+</quests>