diff options
author | Povo <trithodex@gmail.com> | 2024-05-08 17:13:50 +0000 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2024-05-08 19:14:05 +0200 |
commit | c1a332d4c0613125b6f77db91de6c68a8543877e (patch) | |
tree | e39ca0a4023ee3d9f66b81436e544e9454138d0d | |
parent | 39065ec984965eabb06f338e5c83419602061af6 (diff) | |
download | clientdata-c1a332d4c0613125b6f77db91de6c68a8543877e.tar.gz clientdata-c1a332d4c0613125b6f77db91de6c68a8543877e.tar.bz2 clientdata-c1a332d4c0613125b6f77db91de6c68a8543877e.tar.xz clientdata-c1a332d4c0613125b6f77db91de6c68a8543877e.zip |
Add Cyndala's Yellow Dye Quest
* Technically, only the first part of quest is level-gated. This brings <level> tag in line with other quests
* Are level tags even used? Note: in serverdata it's >20
* Formatting + duplicate ingredients list into completed quest state for player convenience.
See clientdata!107
****
Co-authored-by: Fedja Beader <fedja@protonmail.ch>
-rw-r--r-- | quests.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/quests.xml b/quests.xml index 9ecdcf20a..8fe43702b 100644 --- a/quests.xml +++ b/quests.xml @@ -1455,6 +1455,29 @@ Copyright (C) 2018 TMW2: Moubootaur Legends --> <reward text1="[Coal]">6 {@@1}, 200 gp</reward> </quest> </var> + + <var id="67"> + <quest name="Cyndala's Passion" group="Tulimshar" incomplete="1"> + <name>Cyndala's Passion</name> + <text>Cyndala can make Yellow Dye but needs me to collect some materials first.</text> + <text>She needs: 50 GP, 50 Piou Feathers, and 1 Bottle of Sewer Water</text> + <text></text> + <questgiver>Cyndala</questgiver> + <coordinates x="33" y="30">Tulimshar's Laundry</coordinates> + <reward text1="[Yellow Dye]">{@@1}</reward> + <level>21</level> + </quest> + <quest name="Cyndala's Passion" group="Tulimshar" complete="2"> + <name>Cyndala's Passion</name> + <text>Cyndala can now make me Yellow Dye whenever I want....for a price.</text> + <text>She needs: 50 GP, 50 Piou Feathers, and 1 Bottle of Sewer Water</text> + <text></text> + <questgiver>Cyndala</questgiver> + <coordinates x="33" y="30">Tulimshar's Laundry</coordinates> + <reward text1="[Yellow Dye]">{@@1}</reward> + </quest> + </var> + <var id="191"> <quest name="Tycoon's Hunt" group="Tulimshar" incomplete="2,3,5,6,8,9,11,14"> <name>Tycoon's Hunt</name> |