summaryrefslogtreecommitdiff
path: root/items.xml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-01-20 12:01:19 -0300
committerJesusaves <cpntb1@ymail.com>2024-01-20 12:01:19 -0300
commitd9b88df93b00a4da5c799470ff61b034a6387a85 (patch)
tree4863f01db7d7251b3adecebcf8346a23b111da39 /items.xml
parent77ce65bbbccb9aee5504d4ae2cb25f19936b52da (diff)
downloadclientdata-d9b88df93b00a4da5c799470ff61b034a6387a85.tar.gz
clientdata-d9b88df93b00a4da5c799470ff61b034a6387a85.tar.bz2
clientdata-d9b88df93b00a4da5c799470ff61b034a6387a85.tar.xz
clientdata-d9b88df93b00a4da5c799470ff61b034a6387a85.zip
This is the initial functionality of cooking system (client-side).
Includes the food icons, the new status conditions for the new donuts, update collisions, add the skill and other minor changes.
Diffstat (limited to 'items.xml')
-rw-r--r--items.xml142
1 files changed, 123 insertions, 19 deletions
diff --git a/items.xml b/items.xml
index 271362fe..863c53f5 100644
--- a/items.xml
+++ b/items.xml
@@ -17,7 +17,8 @@ Copyright (C) 2018-2022 TMW2: Moubootaur Legends
1300 1799 = Chest Armors
1800 1999 = Boots
2000 2199 = Gloves
-2200 2499 = Pants
+2200 2299 = Pants
+2300 2499 = Cooked Food
2500 2699 = Rings
2700 2899 = Shields
2900 3199 = Head Gears
@@ -819,13 +820,14 @@ Colors for dyeable equipments or items are set up by itemcolors.xml.
type="usable"
weight="4"/>
<item id="574"
- image="usable/food/zombienachos.png"
- name="Zombie Nachos"
- description="Zombies love this dish."
+ image="usable/food/tomato.png"
+ name="Tomato"
+ description="Crunchy, tasty, and useful for cooking."
useButton="Eat"
- effect="Heal 3%-5% HP"
+ effect="Heal 15-75 HP"
type="usable"
- weight="4"/>
+ weight="5"/>
+ <!-- ID 575-582 is free -->
<item id="583"
image="usable/food/chocolatebiscuit.png"
name="Chocolate Biscuit"
@@ -1797,12 +1799,11 @@ Colors for dyeable equipments or items are set up by itemcolors.xml.
type="generic"
weight="720"/>
<item id="717"
- image="generic/poisoneddish.png"
- name="Poisoned Dish"
- description="A special dish made from strange ingredients."
+ image="generic/fish/trout.png"
+ name="Trout"
+ description="Freshwater closer to marshes have those instead."
type="generic"
- weight="20"
- maxFloorOffset="12"/>
+ weight="150"/>
<item id="718"
image="generic/key/shipkey.png"
name="Silver Key"
@@ -2400,7 +2401,12 @@ Colors for dyeable equipments or items are set up by itemcolors.xml.
description="A seed that can be replanted."
type="generic"
weight="20"/>
- <!-- ID 816 is free -->
+ <item id="816"
+ image="generic/flour.png"
+ name="Flour"
+ description="Made with acorns, can be used for cooking."
+ type="generic"
+ weight="80"/>
<item id="817"
image="generic/key/shipkey.png"
name="Saxso Key"
@@ -4825,6 +4831,104 @@ Colors for dyeable equipments or items are set up by itemcolors.xml.
<sprite gender="female">equipment/legs/luffyxsummershorts-female.xml</sprite>
-->
</item>
+ <!-- Cooked Food -->
+ <item id="2300"
+ image="equipment/food/pizza.png"
+ name="Pepperoni Pizza"
+ description="I hope you also have something to drink."
+ effect="All Stats +2"
+ useButton="Consume"
+ type="equip-necklace"
+ sellProtected="true"
+ weight="1"/>
+ <item id="2301"
+ image="equipment/food/caramelapple.png"
+ name="Caramel Apple"
+ description="A bit too high on sugar, perhaps."
+ effect="Reflect 5% damage"
+ useButton="Consume"
+ type="equip-necklace"
+ sellProtected="true"
+ weight="1"/>
+ <item id="2302"
+ image="equipment/food/sandwich-carp.png"
+ name="Carp Sandwich"
+ description="Be careful with the bones."
+ effect="Hit +5 / Perfect Hit +10%"
+ useButton="Consume"
+ type="equip-necklace"
+ sellProtected="true"
+ weight="1"/>
+ <item id="2303"
+ image="equipment/food/sandwich-manana.png"
+ name="Tortuga Shell Sandwich"
+ description="I didn't knew this delicacy was edible."
+ effect="AOE +1 / ATK -15%"
+ useButton="Consume"
+ type="equip-necklace"
+ sellProtected="true"
+ weight="1"/>
+ <item id="2304"
+ image="equipment/food/sandwich-pioulegs.png"
+ name="Chicken Legs Sandwich"
+ description="It somehow lasts longer this way."
+ effect="HP Regeneration"
+ useButton="Consume"
+ type="equip-necklace"
+ sellProtected="true"
+ weight="1"/>
+ <item id="2305"
+ image="equipment/food/sushi.png"
+ name="Sushi"
+ description="Seafood. More powerful than a carp sandwich."
+ effect="Double Attack 10% / Hit +25"
+ useButton="Consume"
+ type="equip-necklace"
+ sellProtected="true"
+ weight="1"/>
+ <item id="2306"
+ image="equipment/food/steak-and-eggs.png"
+ name="Steak and Eggs"
+ description="Makes you muscular."
+ effect="Physical DMG Reduction 5%"
+ useButton="Consume"
+ type="equip-necklace"
+ sellProtected="true"
+ weight="1"/>
+ <item id="2307"
+ image="equipment/food/fruit-salad.png"
+ name="Fruit Salad"
+ description="Cruelty free, sweet and endorsed by Hocus."
+ effect="MP Regen / Full recover on revive"
+ useButton="Consume"
+ type="equip-necklace"
+ sellProtected="true"
+ weight="1"/>
+ <item id="2308"
+ image="generic/poisoneddish.png"
+ name="Poisoned Dish"
+ description="A special dish made from strange ingredients."
+ effect="MaxHP -35% / Monsters always drop GP"
+ useButton="Consume"
+ type="equip-necklace"
+ weight="1"
+ maxFloorOffset="12"/>
+ <item id="2309"
+ image="equipment/food/zombienachos.png"
+ name="Zombie Nachos"
+ description="Zombies love this dish."
+ effect="All monsters drop... ore?"
+ useButton="Consume"
+ type="equip-necklace"
+ weight="1"/>
+ <item id="2310"
+ image="equipment/food/pancake.png"
+ name="Pancake"
+ description="Why is a single pancake so defensive?"
+ effect="CritDef +5 / Melee Def +5 / Luk +3"
+ useButton="Consume"
+ type="equip-necklace"
+ weight="1"/>
<!-- Rings -->
<item id="2500"
image="equipment/rings/weddingring.png"
@@ -9716,25 +9820,25 @@ Colors for dyeable equipments or items are set up by itemcolors.xml.
<item id="8053"
image="usable/donuts/donut2.png"
name="Chocolate Donut"
- description="This item is unavailable at the moment."
+ description="Oh, look, I can see the enemy in the hole!"
useButton="Eat"
- effect="Blame Saulc"
+ effect="Hit +20"
type="usable"
weight="20"/>
<item id="8054"
image="usable/donuts/donut3.png"
name="Sparkly Chocolate Donut"
- description="This item is unavailable at the moment."
+ description="Don't overeat or you'll get fat."
useButton="Eat"
- effect="Blame Saulc"
+ effect="Crit +1"
type="usable"
- weight="20"/>
+ weight="24"/>
<item id="8055"
image="usable/donuts/donut4.png"
name="Mint Donut"
- description="This item is unavailable at the moment."
+ description="Makes you feel nimbler."
useButton="Eat"
- effect="Blame Saulc"
+ effect="Move slightly faster"
type="usable"
weight="20"/>
<item id="8056"