diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2006-11-04 23:56:30 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2006-11-04 23:56:30 +0000 |
commit | 6a25aedff608a90a7240bb36348fa1bbbfcd0dc5 (patch) | |
tree | 9c9e15f5c64f5935796d7577addb40511f76a10a /items.xml | |
parent | 6d06963a2963954dc4c61ead9b7de88c52c7ea89 (diff) | |
download | clientdata-6a25aedff608a90a7240bb36348fa1bbbfcd0dc5.tar.gz clientdata-6a25aedff608a90a7240bb36348fa1bbbfcd0dc5.tar.bz2 clientdata-6a25aedff608a90a7240bb36348fa1bbbfcd0dc5.tar.xz clientdata-6a25aedff608a90a7240bb36348fa1bbbfcd0dc5.zip |
added scythe as a permanent weapon.
When you want to test it: either spawn an item with the id 623 or uncomment the lines 439-441 in being.cpp to use the sharp knive as scythe.
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -122,6 +122,7 @@ <item id="620" image="armor-head-circlet.png" art="0" name="Circlet" description="A nice piece of jewelry." effect="Defense: +4" type="0" weight="10" slot="0"/> <item id="621" image="armor-head-eyepatch.png" art="0" name="Eyepatch" description="What really makes you a pirate." effect="Defense: +3" type="0" weight="10" slot="0"/> <item id="622" image="armor-head-bandana.png" art="0" name="Bandana" description="A striped bandana." effect="Defense: +3" type="0" weight="10" slot="0"/> + <item id="623" image="weapon-polearm-scythe.png" art="0" name="Scythe" description="Usually used for farming but also useable as a weapon." effect="Damage: +25 / Range: 1" type="0" weight="10" slot="0"/> <item id="1199" image="weapon-arrow-arrow.png" art="0" name="Arrow" description="A standard arrow" effect="Damage: +25" type="0" weight="10" slot="0"/> <item id="1200" image="weapon-bow-bow.png" art="0" name="Bow" description="A distance weapon" effect="Damage: +15 / Range: 5" type="0" weight="10" slot="0"/> <item id="1201" image="weapon-dagger-knive.png" art="0" name="Knife" description="A small knife, the perfect weapon for a beginner" effect="Damage: 5 / Range: 1" type="0" weight="10" slot="0"/> |