diff options
author | Ledmitz <smoothshifter@tuta.io> | 2024-04-09 23:16:21 -0300 |
---|---|---|
committer | Ledmitz <smoothshifter@tuta.io> | 2024-04-09 23:16:21 -0300 |
commit | d1f5eaf0a7b5aa7d933a2f980ca44130c507cff1 (patch) | |
tree | 1272678f05dc06bffd66970670ca496f4eeaaefb /items/equip-1hand | |
parent | 09af6f1d2383a34aca32ba2992c9503f65ab6b55 (diff) | |
download | clientdata-d1f5eaf0a7b5aa7d933a2f980ca44130c507cff1.tar.gz clientdata-d1f5eaf0a7b5aa7d933a2f980ca44130c507cff1.tar.bz2 clientdata-d1f5eaf0a7b5aa7d933a2f980ca44130c507cff1.tar.xz clientdata-d1f5eaf0a7b5aa7d933a2f980ca44130c507cff1.zip |
Rainerang
Diffstat (limited to 'items/equip-1hand')
-rw-r--r-- | items/equip-1hand/item0910_Rainerang.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/items/equip-1hand/item0910_Rainerang.xml b/items/equip-1hand/item0910_Rainerang.xml new file mode 100644 index 00000000..c0f73013 --- /dev/null +++ b/items/equip-1hand/item0910_Rainerang.xml @@ -0,0 +1,14 @@ +<?xml version="1.0"?> +<items> + <item id="906" + image="equipment/weapon/rainerang.png" + name="Rainerang" + description="An interesting find. Not too powerful, but possibly useful." + attack="60" + attack-range="4" + type="equip-1hand" + weight="115" + missile-particle="graphics/particles/rainerang.xml" + sellProtected="true"> + </item> +</items> |