diff options
-rw-r--r-- | LICENSE | 3 | ||||
-rw-r--r-- | graphics/items/equipment/charms/rubberducky.png | bin | 0 -> 1089 bytes | |||
-rw-r--r-- | items.xml | 14 | ||||
-rw-r--r-- | mana_skills.xml | 7 | ||||
-rw-r--r-- | quests.xml | 31 |
5 files changed, 54 insertions, 1 deletions
@@ -186,6 +186,7 @@ https://gitlab.com/TMW2/Docs/wikis/Contributors graphics/items/equipment/charms/treasuremap2.png (Salmondine) (GPLv2) (-) graphics/items/equipment/charms/zarkorscroll.png (Saulc) (CC BY-SA 3.0) (-) graphics/items/equipment/charms/graduationalbum.png (Donald) (CC BY-SA 3.0) (-) + graphics/items/equipment/charms/rubberducky.png (Salmondine) (CC BY-SA 3.0) (dangerDuck) #### Chest graphics/items/equipment/chest/assassinchest.png (Black Don) (GPLv2) (-) graphics/items/equipment/chest/bathrobe.png (Micksha) (CC BY-SA 3.0) (-) @@ -2349,7 +2350,7 @@ https://gitlab.com/TMW2/Docs/wikis/Contributors maps/018-5-3.tmx (Jesusalva) (GPLv2) (jesusalva) maps/018-5-boss.tmx (TMW-BR) (GPLv2) (jesusalva) maps/018-6-0.tmx (Jesusalva) (GPLv2) (jesusalva) - maps/018-6-1.tmx (Jesusalva) (GPLv2,CC BY-SA 3.0)) (Saulc, DangerDuck) + maps/018-6-1.tmx (Jesusalva) (GPLv2,CC BY-SA 3.0)) (Saulc, dangerDuck) maps/018-6-2.tmx (Jesusalva) (GPLv2) (jesusalva) maps/018-6-3.tmx (Jesusalva) (GPLv2,CC BY-SA 3.0) (Saulc) maps/019-1.tmx (jesusalva) (GPLv2) (TMW Org., TMW/LOF) diff --git a/graphics/items/equipment/charms/rubberducky.png b/graphics/items/equipment/charms/rubberducky.png Binary files differnew file mode 100644 index 00000000..d490627f --- /dev/null +++ b/graphics/items/equipment/charms/rubberducky.png @@ -3368,6 +3368,20 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. level="100" type="equip-necklace" weight="900"/> + <item id="1179" + image="equipment/charms/rubberducky.png" + name="Rubber Ducky" + description="Expert craftsmanship! And it even quacks like a duck!" + effect="Max HP -25%, MP Regen -20%" + str="5" + agi="5" + vit="5" + int="5" + dex="5" + luk="5" + level="50" + type="equip-necklace" + weight="500"/> <!-- Chest Armors --> <item id="1300" image="equipment/chest/cottonshirt.png|S:#3c3c3c,3e3c38,4d4d4d,514d47,686868,706662,919191,99917b,b6b6b6,c0b698,dfdfdf,e4dfca" diff --git a/mana_skills.xml b/mana_skills.xml index 8931799e..487dbb0e 100644 --- a/mana_skills.xml +++ b/mana_skills.xml @@ -128,6 +128,13 @@ /> <skill + id="20047" + name="Summon Ducks" + icon="graphics/skills/none.png" + description="1x Cherry Cake. Req. Rubber Ducky." + /> + + <skill id="20023" name="Summon Cave Maggot" icon="graphics/skills/none.png" @@ -2393,6 +2393,37 @@ Copyright (C) 2018 TMW2: Moubootaur Legends --> <text>Lilit Island, Indoors.</text> </quest> </var> + <var id="252"> + <quest name="Pirates of S.A.R.A.H." group="Lilit" incomplete="1"> + <name>Pirates of S.A.R.A.H.</name> + <text>The Elder requested my help with restocking the island's supplies.</text> + <text>Apparently the island was recently raided by pirates suspected of working with S.A.R.A.H.</text> + <text></text> + <questgiver>Elder</questgiver> + <coordinates x="28" y="73">Duck Island.</coordinates> + <reward text1="[Rubber Ducky]">{@@1}</reward> + <level>50</level> + </quest> + <quest name="Pirates of S.A.R.A.H." group="Lilit" incomplete="2"> + <name>Pirates of S.A.R.A.H.</name> + <text>The supplies have been restocked, but scouts report unusual activity from the tritons.</text> + <text></text> + <text>Perhaps I should talk to the Elder . . .</text> + <text></text> + <questgiver>Elder</questgiver> + <coordinates x="28" y="73">Duck Island.</coordinates> + <level>75</level> + </quest> + <quest name="Pirate of S.A.R.A.H" group="Lilit" complete="3"> + <name>Pirates of S.A.R.A.H.</name> + <text>The tritons have been defeated. Unsurprisingly, S.A.R.A.H. was behind the attack.</text> + <text>The ducks are quite grateful for my help. Even so, Duck Island is in ruins.</text> + <text>My work is not done yet . . . the Elder mentioned something about 'replanting' the island.</text> + <text></text> + <questgiver>Elder</questgiver> + <coordinates x="28" y="73">Duck Island.</coordinates> + </quest> + </var> <!-- LAND OF FIRE VILLAGE QUESTS --> <var id="270"> |