diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-01-26 23:49:35 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-01-26 23:49:35 +0100 |
commit | 8199711e3b5bd17911123a4ff5492c96807994c5 (patch) | |
tree | b9a00b8d94fccc75732810d0fa3acf66e62ca868 /items.xml | |
parent | 93e3eef6564d3301ca8e747ed5812d11eb2ddd8d (diff) | |
download | clientdata-8199711e3b5bd17911123a4ff5492c96807994c5.tar.gz clientdata-8199711e3b5bd17911123a4ff5492c96807994c5.tar.bz2 clientdata-8199711e3b5bd17911123a4ff5492c96807994c5.tar.xz clientdata-8199711e3b5bd17911123a4ff5492c96807994c5.zip |
add GP and Kg units
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 26 |
1 files changed, 23 insertions, 3 deletions
@@ -1349,7 +1349,13 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. type="generic"
weight="0"
maxFloorOffset="20"/>
-
+ <item id="819"
+ image="generic/crystallizedmaggot.png"
+ name="Crystallized Maggot"
+ description=""
+ type="generic"
+ weight="10"
+ maxFloorOffset="20"/>
<!-- Necklaces -->
<item id="1000"
image="equipment/amulet/bromenalfourleafamulet.png"
@@ -1834,8 +1840,8 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. level="15"
type="equip-torso"
weight="5">
- <sprite gender="unisex">equipment/chest/silkrobe-male.xml</sprite>
- <sprite gender="female">equipment/chest/silkrobe-female.xml</sprite>
+ <sprite gender="unisex">equipment/chest/silkrobe-male.xml|#831f2d,f07401,f8cc8b</sprite>
+ <sprite gender="female">equipment/chest/silkrobe-female.xml|#40332d,5e4a3d,705740,a1825d,b59767,dbbf88</sprite>
</item>
<item id="1317"
image="equipment/chest/sorcererrobe.png"
@@ -2829,7 +2835,21 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <sound event="hit">weapons/piouslayer/hit1.ogg</sound>
<sound event="miss">weapons/piouslayer/miss1.ogg</sound>
</item>
+ <item id="3505"
+ image="equipment/weapons/sharpknife.png"
+ name="Sharp Knife"
+ description="a ssharp knife pefect for cut meat."
+ attack="100"
+ attack-range="1"
+ level="5"
+ type="equip-1hand"
+ attack-action="attack"
+ weight="50">
+ <sprite>equipment/weapons/knife.xml</sprite>
+ <sound event="hit">weapons/knife/hit1.ogg</sound>
+ <sound event="miss">weapons/knife/miss1.ogg</sound>
+ </item>
<!-- Pets -->
<item id="4000"
image="usable/piouegg.png"
|