summaryrefslogtreecommitdiff
path: root/items/equip-1hand/item5284_Flintlock.xml
blob: dfb341c9f78e5cbead4c7cd4e565870cf0d3bfb5 (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
<?xml version="1.0"?>
<items>
	<item id="5284"
		image="equipment/weapon/flintlock.png"
		name="Flintlock Pistol"
		description="Brought by Blanc to The Mana World from Mirror Lake."
		effect="Unobtainable. / Weapon Level 1"
		attack="120"
		attack-range="5"
		missile-particle="graphics/particles/bullet.xml"
		missile-z="32"
		missile-lifetime="500"
		missile-speed="5"
		missile-diedistance="5"
		type="equip-1hand"
		attack-action="attack_bow"
		weight="3000"
		sellProtected="true">
		<sprite>equipment/weapons/flintlock.xml</sprite>
		<sound event="hit">weapons/gun/gun-hit1.ogg</sound>
		<sound event="miss">weapons/gun/gun-miss1.ogg</sound>
		<sound event="miss">weapons/gun/gun-miss2.ogg</sound>
		<sound event="miss">weapons/gun/gun-miss3.ogg</sound>
	</item>
</items>