diff options
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 37 |
1 files changed, 36 insertions, 1 deletions
@@ -1136,6 +1136,27 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. type="generic" weight="25" maxFloorOffset="1"/> + <item id="758" + image="generic/smallmushroom.png" + name="Small Mushroom" + description="A small mushroom. You do not know if it is edible, though." + type="generic" + weight="75" + maxFloorOffset="4"/> + <item id="759" + image="generic/scorpionstinger.png|W:#111111,222222,333333,444444,555555,aaaaaa" + name="Black Scorpion Stinger" + description="The stinger from a Black Scorpion." + type="generic" + weight="200" + maxFloorOffset="4"/> + <item id="760" + image="generic/scorpionstinger.png|W:#4e431e,87681f,b48221,ce9c3d,f9c466,f1d7a4,fffef1" + name="Golden Scorpion Stinger" + description="The stinger from the legendary Golden Scorpion." + type="generic" + weight="500" + maxFloorOffset="4"/> <item id="800" image="generic/gem-shard.png|W:#315a67,a4a4ae,dce5d6,ffffff" @@ -2112,7 +2133,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. image="equipment/weapons/setzer.png" name="Setzer" description="A knife named after a famous gambler." - attack="600" + attack="150" attack-range="1" level="20" type="equip-1hand" @@ -2196,6 +2217,20 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <sound event="hit">weapons/knife/hit1.ogg</sound> <sound event="miss">weapons/knife/miss1.ogg</sound> </item> + <item id="3516" + image="equipment/weapons/boneknife.png" + name="Bone Knife" + description="A knife made from bones. Quite effective." + attack="125" + attack-range="1" + level="15" + type="equip-1hand" + attack-action="attack" + weight="250"> + <sprite>equipment/weapons/knife.xml</sprite> + <sound event="hit">weapons/knife/hit1.ogg</sound> + <sound event="miss">weapons/knife/miss1.ogg</sound> + </item> <!-- Pets --> |