summaryrefslogtreecommitdiff
path: root/items.xml
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-09-12 07:15:56 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-09-12 07:15:56 +0000
commitee2edb3126b37b029e5da90a6d73cc96527f1bbf (patch)
tree8cf15c13cbb388b6edb9e65e8f9ddaeb53df3731 /items.xml
parent3bceaacaf60535677143286667425bd10c9192eb (diff)
downloadclientdata-ee2edb3126b37b029e5da90a6d73cc96527f1bbf.tar.gz
clientdata-ee2edb3126b37b029e5da90a6d73cc96527f1bbf.tar.bz2
clientdata-ee2edb3126b37b029e5da90a6d73cc96527f1bbf.tar.xz
clientdata-ee2edb3126b37b029e5da90a6d73cc96527f1bbf.zip
Added temporary weapon IDs below 256 to use as view-ID in eAthena's item DB.
Diffstat (limited to 'items.xml')
-rw-r--r--items.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/items.xml b/items.xml
index 54a748b5..8c29630d 100644
--- a/items.xml
+++ b/items.xml
@@ -96,6 +96,20 @@
<sprite gender="female">chest-lightplatemail-female.xml</sprite>
</item>
+ <!-- Temporary low weapon IDs (< 256) -->
+ <item id="30" slot="0" attacktype="stab">
+ <sprite>weapon-dagger.xml</sprite>
+ <sound event="strike">short-sword-miss1.ogg</sound>
+ <sound event="hit">short-sword-hit1.ogg</sound>
+ </item>
+ <item id="31" slot="0" attacktype="bow">
+ <sprite>weapon-bow.xml</sprite>
+ <sound event="swing">bow_shoot_1.ogg</sound>
+ </item>
+ <item id="32" slot="0" attacktype="swing">
+ <sprite>weapon-scythe.xml</sprite>
+ </item>
+
<item id="501" image="use-potion-cactusdrink.png" name="Cactus drink" description="A fresh drink." effect="+15 HP" type="0" weight="25" slot="0"/>
<item id="502" image="use-potion-cactuspotion.png" name="Cactus potion" description="A fresh potion." effect="+25 HP/+10 MP" type="0" weight="40" slot="0"/>
<item id="503" image="generic-casinocoins.png" name="Casino coins" description="Just some casino coins." effect="" type="0" weight="10" slot="0"/>