diff options
author | seeds <abby.hulka@gmail.com> | 2021-06-06 20:11:35 +0000 |
---|---|---|
committer | seeds <abby.hulka@gmail.com> | 2021-06-06 20:11:35 +0000 |
commit | 46494155fd4d89de3ae769350b80f9a69f8886ad (patch) | |
tree | cc970d292e0b3d859ddbee72326b80763b6f04cc /items.xml | |
parent | 028df8a061af8a88b5c9b02de7238048ac9a8fb2 (diff) | |
download | clientdata-46494155fd4d89de3ae769350b80f9a69f8886ad.tar.gz clientdata-46494155fd4d89de3ae769350b80f9a69f8886ad.tar.bz2 clientdata-46494155fd4d89de3ae769350b80f9a69f8886ad.tar.xz clientdata-46494155fd4d89de3ae769350b80f9a69f8886ad.zip |
Piou isles
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -209,6 +209,11 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <sound event="hit">monsters/pollet/hurt5.ogg</sound> <sound event="hit">monsters/pollet/hurt6.ogg</sound> </item> + <item id="-154" type="racesprite" name="Piou Knight"> + <sprite gender="unisex">monsters/piouknight.xml</sprite> + <sound event="hit">monsters/piou/hit1.ogg</sound> + <sound event="miss">monsters/piou/miss1.ogg</sound> + </item> <!-- Usable Items --> <item id="501" @@ -1587,6 +1592,35 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <!-- Mounts --> <!-- TODO FIXME: Add mouboo head in sprite, so it shows up when down. --> + <item id="695" + image="generic/bronzepin.png" + name="Bronze Pin" + description="A shiny bronze pin with strange side effects." + useButton="Ride" + effect="Attack speed +5% / Flee +5% / HP Regen -50% / SP Regen -50% / no knockback / HP -200 / move speed++" + defense="5" + level="30" + sellProtected="true" + type="equip-necklace" + weight="300" > + <replace /> + <replace sprite="race"> + <item from="-100" to="-154"/> + <item from="-101" to="-154"/> + <item from="-102" to="-154"/> + <item from="-103" to="-154"/> + <item from="-104" to="-154"/> + <item from="-105" to="-154"/> + <item from="-106" to="-154"/> + <item from="-107" to="-154"/> + <item from="-108" to="-154"/> + <item from="-109" to="-154"/> + <item from="-150" to="-154"/> + <item from="-151" to="-154"/> + <item from="-152" to="-154"/> + <item from="-153" to="-154"/> + </replace> + </item> <item id="696" image="usable/food/chocolatemouboo.png" name="Riding Mouboo" |