blob: 5ade59f2eafb2eda8c291876dc244d19700fc6be (
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
25
26
|
<?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="Attack Speed +1% / Accuracy +5% / HP +50 / HP Drain 5% / Weapon Level 1"
attack="150"
attack-range="1"
defense="5"
criticaldefense="2"
str="1"
level="90"
type="equip-1hand"
attack-action="attack"
hit-effect-id="32"
critical-hit-effect-id="30"
weight="1000"
sellProtected="true">
<sprite>equipment/weapons/sword-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>
|