diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-12 22:53:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-12 22:53:55 -0300 |
commit | eab78a6081127198221884d684ed7af28af0a475 (patch) | |
tree | 3bf91f83d7200e45e7f8a4b0ba29ba475410d873 /items.xml | |
parent | 182ed379a8edab977aba0ed38d842490fde48fc0 (diff) | |
download | clientdata-eab78a6081127198221884d684ed7af28af0a475.tar.gz clientdata-eab78a6081127198221884d684ed7af28af0a475.tar.bz2 clientdata-eab78a6081127198221884d684ed7af28af0a475.tar.xz clientdata-eab78a6081127198221884d684ed7af28af0a475.zip |
Revolver
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -5729,6 +5729,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="error.png" name="Pyn Rifle" description="When a single big hole in your enemies' chests is all you need." + effect="Critical +40%" attack="510" attack-range="6" missile-particle="graphics/particles/training-arrow.xml" @@ -5778,6 +5779,24 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. weight="1190"> <sprite>equipment/weapons/woodenbow.xml</sprite> </item> + <item id="6040" + image="error.png" + name="Pyn Revolver" + description="You better raise your dextry, or you won't hit anything with it." + effect="Acc. -40%, Critical -60%" + attack="160" + attack-range="4" + missile-particle="graphics/particles/training-arrow.xml" + missile-z="32" + missile-lifetime="500" + missile-speed="5" + missile-diedistance="3" + level="70" + type="equip-1hand" + attack-action="attack_bow" + weight="1190"> + <sprite>equipment/weapons/woodenbow.xml</sprite> + </item> <!-- Arrows --> <item id="6500" |