diff options
author | mekolat <mekolat@users.noreply.github.com> | 2015-05-05 16:14:31 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2015-05-13 09:58:48 -0400 |
commit | 85c07b6783be4060c19cb3ce4274fcf9d7d6f2da (patch) | |
tree | 14c7233341acd069b69a0b918244967cd6f0360b /quests | |
parent | 1a6e02eaa70ff6890d41bc1e082ce7aa2a7b206e (diff) | |
download | clientdata-85c07b6783be4060c19cb3ce4274fcf9d7d6f2da.tar.gz clientdata-85c07b6783be4060c19cb3ce4274fcf9d7d6f2da.tar.bz2 clientdata-85c07b6783be4060c19cb3ce4274fcf9d7d6f2da.tar.xz clientdata-85c07b6783be4060c19cb3ce4274fcf9d7d6f2da.zip |
add new states to cindy quest
Diffstat (limited to 'quests')
-rw-r--r-- | quests/kaizei/cindy.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/quests/kaizei/cindy.xml b/quests/kaizei/cindy.xml index 98408bc3..83a32fdd 100644 --- a/quests/kaizei/cindy.xml +++ b/quests/kaizei/cindy.xml @@ -7,13 +7,19 @@ <its:translateRule selector="//*" translate="no"/> </its:rules> <var id="8"> - <effect map="031-1.tmx" npc="195" value="1,2,3" effect="46"/> + <effect map="031-1.tmx" npc="195" value="5" effect="45"/> + <effect map="031-1.tmx" npc="195" value="1,2,3,6" effect="46"/> <effect map="031-2.tmx" npc="196" value="3" effect="45"/> <effect map="031-4.tmx" npc="198" value="2" effect="45"/> <effect map="031-4.tmx" npc="198" value="3" effect="46"/> + <!-- state 5 does not show up in the quest log because it is only to display the icon above the npc --> + <quest name="Angela" group="Kaizei" incomplete="6"> + <name>c 1</name> + <text>you learned about the mother, you should calm her down</text> + </quest> <quest name="Cindy" group="Kaizei" incomplete="1"> <name>c 1</name> - <text>learned about cindy</text> + <text>you calmed the mother, got the quest to rescue cindy</text> </quest> <quest name="Cindy" group="Kaizei" incomplete="2"> <name>c 2</name> |