blob: f737ecf9ae6faf58190c6d8facef39a10e27ab2d (
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
27
28
29
|
<?xml version="1.0"?>
<items>
<item id="590"
image="equipment/weapon/sword-dragon.png"
name="Dragon Sword"
description="Empowered by demure's drakes, relic of a long forsaken war."
effect="Attack Speed +2% / Accuracy +5 / Base Attack Delay -25 / Weapon Level 2"
req-str="50+"
req-agi="50+"
req-vit="50+"
req-dex="50+"
req-luk="50+"
attack="171"
attack-range="1"
str="5"
level="99"
type="equip-1hand"
attack-action="attack"
hit-effect-id="32"
critical-hit-effect-id="30"
weight="1000"
sellProtected="true">
<sprite>equipment/weapons/sword-dragon.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>
|