diff options
author | wushin <pasekei@gmail.com> | 2015-09-06 10:15:46 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2015-09-13 21:44:44 -0500 |
commit | 917afa94a63281ef8c66434b7657c0f51c1d793e (patch) | |
tree | aaec3c00300c8efac124c72b9c8c075e3bdc3d04 /quests/tonori/sarah.xml | |
parent | d4950dc4c47a36abf048e1cdfea5543ba1325304 (diff) | |
download | clientdata-917afa94a63281ef8c66434b7657c0f51c1d793e.tar.gz clientdata-917afa94a63281ef8c66434b7657c0f51c1d793e.tar.bz2 clientdata-917afa94a63281ef8c66434b7657c0f51c1d793e.tar.xz clientdata-917afa94a63281ef8c66434b7657c0f51c1d793e.zip |
Add some Tonori and Argeas Quest Log
Diffstat (limited to 'quests/tonori/sarah.xml')
-rw-r--r-- | quests/tonori/sarah.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/quests/tonori/sarah.xml b/quests/tonori/sarah.xml new file mode 100644 index 00000000..1d1b984e --- /dev/null +++ b/quests/tonori/sarah.xml @@ -0,0 +1,21 @@ +<?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="12"> + <effect map="002-1.tmx" npc="106" value="0" effect="45"/> + <effect map="002-1.tmx" npc="106" value="1" effect="46"/> + <quest name="Sarah" group="Tonori" incomplete="1"> + <name>Let me eat cake!</name> + <text>Sarah wants a piece of Cherry Cake</text> + </quest> + <quest name="Sarah" group="Tonori" complete="2"> + <name>Let me eat cake!</name> + <text>Sarah has her cake and eaten it too</text> + </quest> + </var> +</quests> |