summaryrefslogtreecommitdiff
path: root/items/equip-1hand/item584_Jackal.xml
blob: 68868b2cdd10ad1549bd0da5852beffa0557d6c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<items>
    <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 5%"
	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>
</items>