summaryrefslogtreecommitdiff
path: root/items/equip-2hand/item609_ImperialBow.xml
blob: 8930f1ffc3cb1ffb381bb74ec53123e2a8f1ffb6 (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
<?xml version="1.0"?>
<items>
    <item id="609"
	image="equipment/weapon/bow-life.png"
	name="Imperial Bow"
	description="No one remembers the emperor's name, though."
	effect="HP Drain 4%"
	attack="110"
	mattack="-9"
	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>
</items>