diff options
author | Reid <reidyaro@gmail.com> | 2015-07-23 05:41:31 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-07-23 05:41:31 +0200 |
commit | 1c65e302ad75ad29f2873e972e99d670a651499c (patch) | |
tree | 7921e4599150f50611d887f09a6a2859b0fccb4e | |
parent | 8d06249622f65640ca8dd71979973bfca942d412 (diff) | |
download | clientdata-1c65e302ad75ad29f2873e972e99d670a651499c.tar.gz clientdata-1c65e302ad75ad29f2873e972e99d670a651499c.tar.bz2 clientdata-1c65e302ad75ad29f2873e972e99d670a651499c.tar.xz clientdata-1c65e302ad75ad29f2873e972e99d670a651499c.zip |
Add training gladius as item #3502.
-rw-r--r-- | LICENSE | 1 | ||||
-rw-r--r-- | items.xml | 16 |
2 files changed, 17 insertions, 0 deletions
@@ -65,6 +65,7 @@ https://www.gitorious.org/evol/clientdata-beta/blobs/master/LICENSE ### Weapons graphics/items/equipment/weapons/knife.png (EJlol) (CC BY-SA 3.0) (Reid) graphics/items/equipment/weapons/piouslayer.png (Reid) (CC BY-SA 3.0) (Enchilado) + graphics/items/equipment/weapons/traininggladius.png (Reid) (CC BY-SA 3.0) (-) ## Generic graphics/items/generic/box-aquada.png (Hal9000) (CC BY-SA 3.0) (Reid) graphics/items/generic/box-croconut.png (Hal9000) (CC BY-SA 3.0) (Reid) @@ -850,6 +850,22 @@ 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="3502" + image="equipment/weapons/traininggladius.png" + name="Training Gladius" + description="" + attack="25" + level="5" + type="equip-1hand" + weapon-type="sword" + attack-action="attack" + weight="58" + maxFloorOffsetX="8" + maxFloorOffsetY="10"> + <sprite>equipment/weapons/piouslayer.xml</sprite> + <sound event="hit">weapons/piouslayer/hit1.ogg</sound> + <sound event="miss">weapons/piouslayer/miss1.ogg</sound> + </item> <!-- Pets --> <item id="4000" |