diff options
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> |