diff options
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -5695,6 +5695,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="equipment/weapons/bansheebow.png" name="Banshee Bow" description="Need to banish something? Do not fret, use the Banshee Bow!" + effect="-15 HP/Shoot" attack="210" attack-range="7" missile-particle="graphics/particles/training-arrow.xml" @@ -5732,7 +5733,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="error.png" name="Pyn Gatling Gun" description="That things shoot so fast! It is so fun shooting with it! Oh... Ran out of ammo already? %%a" - effect="Acc. -10%" + effect="Acc. -10%, Critical -100%, Base Atk -60%" attack="30" attack-range="6" missile-particle="graphics/particles/training-arrow.xml" @@ -5746,6 +5747,24 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. weight="1190"> <sprite>equipment/weapons/woodenbow.xml</sprite> </item> + <item id="6020" + image="error.png" + name="Pyn Shotgun" + description="Developed on Saulc's Palace, that thing causes splash damage." + effect="Acc. -30%, Dodge -25%" + attack="50" + 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-2hand" + attack-action="attack_bow" + weight="1190"> + <sprite>equipment/weapons/woodenbow.xml</sprite> + </item> <!-- Arrows --> <item id="6500" |