diff options
-rw-r--r-- | item.xml | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/item.xml b/item.xml deleted file mode 100644 index 3852741a..00000000 --- a/item.xml +++ /dev/null @@ -1,41 +0,0 @@ - <item id="597" - image="usable/chocolatebunny.png" - name="Chocolate Bunny" - description="A delicious chocolate bunny" - useButton="Eat" - effect="Heal 1300-1800 HP" - type="usable" - weight="350"/> - <item id="598" - image="usable/snakeeggmodel.png|W:#806020;R:#604010;G:#705018" - name="Mountain Snake Egg" - description="An edible mountain snake egg." - useButton="Eat" - effect="Heal 300-600 HP" - type="usable" - weight="6"/> - <item id="2977" - image="equipment/head/magicgmtophat.png" - name="Magic GM Top Hat" - description="Probably not the best way to stay hidden." - type="equip-head" - effect="PRIVATE" - weight="1"> - <sprite>equipment/head/magicgmtophat.xml</sprite> - - <item id="2993" - image="equipment/head/fluffyhat.png" - name="Fluffy Hat" - description="A cozy sweet fluffy hat." - defense="39" - level="22" - type="equip-head" - weight="410"> - <sprite>equipment/head/fluffyhat.xml</sprite> - <replace sprite="hair"> - <item from="-5" to="-4"/> - <item from="-14" to="-9"/> - <item from="-15" to="-19"/> - </replace> - </item> - |