diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2007-12-07 00:50:15 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2007-12-07 00:50:15 +0000 |
commit | e6f51b5e11063726bf58c1cf8f195bbc64628428 (patch) | |
tree | 844efb5b7200d2e8214c4e717ad8783faf39b529 | |
parent | c4f52e3a97c419785b7a59a79ac32efd8ccd6681 (diff) | |
download | clientdata-e6f51b5e11063726bf58c1cf8f195bbc64628428.tar.gz clientdata-e6f51b5e11063726bf58c1cf8f195bbc64628428.tar.bz2 clientdata-e6f51b5e11063726bf58c1cf8f195bbc64628428.tar.xz clientdata-e6f51b5e11063726bf58c1cf8f195bbc64628428.zip |
Added a new drop item for the christmas event.
-rw-r--r-- | graphics/items/generic-santacookie.png | bin | 0 -> 530 bytes | |||
-rw-r--r-- | items.xml | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/items/generic-santacookie.png b/graphics/items/generic-santacookie.png Binary files differnew file mode 100644 index 00000000..1970595d --- /dev/null +++ b/graphics/items/generic-santacookie.png @@ -338,6 +338,8 @@ <item id="634" image="armor-head-mask.png" name="Face Mask" description="A wooden mask to conceal your face." effect="Defense: +15" type="0" weight="20"> <sprite>head-mask.xml</sprite> </item> + <item id="635" image="generic-santacookie.png" name="Santa Cookie" description="This isn't for you to eat. It is for Santa Clause." effect="" type="0" weight="1" slot="0"/> + <item id="1199" image="weapon-arrow-arrow.png" name="Arrow" description="A standard arrow." effect="Damage: +25" type="0" weight="8"/> <item id="1200" image="weapon-bow-bow.png" name="Bow" description="A distance weapon." effect="Damage: +15 / Range: 5" type="0" weapon_type="10" weight="125" attacktype="bow"> <sprite>weapon-bow.xml</sprite> |