diff options
author | Povo <trithodex@gmail.com> | 2024-05-08 11:43:01 +0000 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2024-05-08 13:44:39 +0200 |
commit | 39065ec984965eabb06f338e5c83419602061af6 (patch) | |
tree | 0ac46495a511c7bb65ea998b2804b32feb713769 | |
parent | 75952a3c8e5e20e77c6626abcabd02a55d0b8124 (diff) | |
download | clientdata-39065ec984965eabb06f338e5c83419602061af6.tar.gz clientdata-39065ec984965eabb06f338e5c83419602061af6.tar.bz2 clientdata-39065ec984965eabb06f338e5c83419602061af6.tar.xz clientdata-39065ec984965eabb06f338e5c83419602061af6.zip |
Add red dye quest
* Correct teal->red dye and add ingredients list to complete state as
well, for player convenience
* Fix formatting
* Update quests.xml - fix level requirement
* Update quests.xml- add quest
see !116
****
Co-authored-by: Fedja Beader <fedja@protonmail.ch>
-rw-r--r-- | quests.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/quests.xml b/quests.xml index 1a447bcd5..9ecdcf20a 100644 --- a/quests.xml +++ b/quests.xml @@ -3027,6 +3027,27 @@ Copyright (C) 2018 TMW2: Moubootaur Legends --> </quest> </var> + <var id="280"> + <quest name="Axzell's Civic Pride" group="LoF Village" incomplete="1"> + <name>Axzell's Civic Pride</name> + <text>Axzell can make Red Dye but needs me to collect some materials first.</text> + <text>He needs: 3500 GP, 200 Alizarin Herbs, 20 Coral, 10 Sulfur Powder, and 1 Bottle of Sewer Water.</text> + <text></text> + <questgiver>Axzell</questgiver> + <coordinates x="25" y="30">LoF Alchemy Shop</coordinates> + <reward text1="[Red Dye]">{@@1}</reward> + <level>50</level> + </quest> + <quest name="Axzell's Civic Pride" group="LoF Village" complete="2"> + <name>Axzell's Civic Pride</name> + <text>Axzell can now make me Red Dye whenever I want....for a price.</text> + <text>He needs: 3500 GP, 200 Alizarin Herbs, 20 Coral, 10 Sulfur Powder, and 1 Bottle of Sewer Water.</text> + <text></text> + <questgiver>Axzell</questgiver> + <coordinates x="25" y="30">LoF Alchemy Shop</coordinates> + <reward text1="[Red Dye]">{@@1}</reward> + </quest> + </var> <!-- WIKI Quests --> <var id="300"> |