summaryrefslogtreecommitdiff
path: root/items/equip-2hand/item1170_SweetToothStaff.xml
blob: eb87c0a59b665ce108e5f98e8046e8e01db9f07f (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
<?xml version="1.0"?>
<items>
    <item id="1170"
	image="equipment/weapon/staff-woodstaff.png"
	name="Sweet Tooth Staff"
	description="Turning gore into cake which recovers your MP, it is the Grandmaster's favorite staff."
	effect="Lvl 2 Wand / 5% MP Recovery when a monster is killed"
	req-int="60+"
	attack="50"
	mattack="15"
	type="equip-2hand"
	attack-action="attack_wand"
	attack-range="2"
	weight="1000">
	<sprite gender="unisex">equipment/weapons/staff.xml</sprite>
	<sound event="strike">weapons/other/staff/staff-miss1.ogg</sound>
	<sound event="strike">weapons/other/staff/staff-miss2.ogg</sound>
	<sound event="strike">weapons/other/staff/staff-miss3.ogg</sound>
	<sound event="hit">weapons/other/staff/staff-hit1.ogg</sound>
	<sound event="hit">weapons/other/staff/staff-hit2.ogg</sound>
	<sound event="hit">weapons/other/staff/staff-hit3.ogg</sound>
    </item>
</items>