|
|
<?xml version="1.0"?>
<items>
<include name="items/hairsprite/_include.xml"/>
<include name="items/racesprite/_include.xml"/>
<include name="items/misc/_include.xml"/>
<include name="items/usable/_include.xml"/>
<include name="items/generic/_include.xml"/>
<include name="items/equip-head/_include.xml"/>
<include name="items/equip-1hand/_include.xml"/>
<include name="items/equip-torso/_include.xml"/>
<include name="items/equip-feet/_include.xml"/>
<include name="items/equip-ammo/_include.xml"/>
<include name="items/equip-2hand/_include.xml"/>
<include name="items/equip-arms/_include.xml"/>
<include name="items/equip-legs/_include.xml"/>
<include name="items/equip-shield/_include.xml"/>
<include name="items/equip-charm/_include.xml"/>
<include name="items/equip-ring/_include.xml"/>
<!-- New items may go below this line -->
<item id="584"
image="equipment/weapon/sword-jackal.png"
name="Jackal"
description="Made to parry attacks from drakes, relic of a long forsaken war."
effect="HP +50 / HP Drain 2%"
attack="125"
attack-range="1"
defense="2"
str="1"
level="90"
type="equip-1hand"
attack-action="attack"
hit-effect-id="32"
critical-hit-effect-id="30"
weight="1000">
<sprite>equipment/weapons/jackal.xml</sprite>
<sound event="hit">weapons/other/halberd/halberd-hit1.ogg</sound>
<sound event="hit">weapons/other/halberd/halberd-hit2.ogg</sound>
<sound event="hit">weapons/other/halberd/halberd-hit3.ogg</sound>
<sound event="miss">weapons/swords/sword-miss1.ogg</sound>
</item>
<item id="589"
image="equipment/weapon/sword-dragon.png"
name="Dragon Sword"
description="Empowered by demure's drakes, relic of a long forsaken war."
effect="HP -100 / Vanishes HP by 2% of damages dealt"
attack="141"
attack-range="1"
defense="-2"
str="1"
level="90"
type="equip-1hand"
attack-action="attack"
hit-effect-id="32"
critical-hit-effect-id="30"
weight="1000">
<sprite gender="unisex">equipment/weapons/sword-long.xml|#a8488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite>
<sprite gender="female">equipment/weapons/sword-long-female.xml|#a8488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite>
<sound event="hit">weapons/other/halberd/halberd-hit1.ogg</sound>
<sound event="hit">weapons/other/halberd/halberd-hit2.ogg</sound>
<sound event="hit">weapons/other/halberd/halberd-hit3.ogg</sound>
<sound event="miss">weapons/swords/sword-miss1.ogg</sound>
</item>
<item id="609"
image="equipment/weapon/bow-life.png"
name="Imperial Bow"
description="No one remember the emperor's name, though."
effect="HP Drain 2%"
attack="110"
criticaldefense="10"
flee="10"
req-dex="80+"
level="90"
type="equip-2hand"
weight="900"
missile-particle="graphics/particles/arrow.particle.xml"
attack-action="attack_bow"
attack-range="6">
<sprite>equipment/weapons/bow-life.xml</sprite>
<sound event="strike">weapons/bows/banshee/banshee-miss1.ogg</sound>
<sound event="strike">weapons/bows/banshee/banshee-miss2.ogg</sound>
<sound event="strike">weapons/bows/banshee/banshee-miss3.ogg</sound>
<sound event="hit">weapons/bows/banshee/banshee-hit1.ogg</sound>
<sound event="hit">weapons/bows/banshee/banshee-hit2.ogg</sound>
<sound event="hit">weapons/bows/banshee/banshee-hit3.ogg</sound>
</item>
<item id="5288"
image="generic/naftalin.png"
name="Naphthalene"
description="Used to produce powerful dyes and medicine, and usually produced from burning a special kind of Coal."
type="generic"
weight="1"/>
<item id="5289"
image="equipment/ammo/cursedarrow.png"
name="Armor Breaker Arrow"
description="Used against heavily armored targets."
effect="Critical +50"
type="equip-ammo"
attack="-150"
weight="2"/>
<item id="5290"
image="equipment/ammo/silverarrow.png"
name="Silver Arrow"
description="Traditionally used in holy crusades to kill undead."
effect="Range +1"
type="equip-ammo"
attack="65"
weight="1"/>
<item id="5291"
image="equipment/ammo/thornarrow.png"
name="Thorn Arrow"
description="A superior arrow which never misses."
effect="Critical +5 / Hit +15"
type="equip-ammo"
attack="65"
weight="12"/>
</items>
|