blob: 0a37d05e79208e01fc18f10eb32be20cec419b88 (
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
<?xml version="1.0"?>
<items>
<item id="1227"
image="equipment/charms/enchanter.png"
name="Enchanter's Amulet"
description="An amulet made for true enchanters."
effect="Hit Chance +22"
type="equip-charm"
weight="1" />
<item id="677"
image="equipment/charms/heartnecklace.png"
name="Heart Necklace"
description="A gold and ruby heart necklace."
type="equip-charm"
weight="10">
<particlefx>graphics/particles/heartnecklace.particle.xml</particlefx>
</item>
<item id="742"
image="equipment/charms/clover.png"
name="Four-Leaf Clover"
description="A lucky four-leaf clover."
mattack="5"
type="equip-charm"
luk="1"
weight="1"
sellProtected="true" />
<item id="749"
image="equipment/charms/towel.png"
name="Towel"
description="You can dry yourself off with it if it still seems to be clean enough. - Douglas Adams"
mattack="5"
type="equip-charm"
weight="50"
sellProtected="true" />
<item id="829"
image="equipment/charms/fourleaf-amulet.png|W:#332f27,584a31,af7817,ffffff"
name="Crozenite Four-Leaf Amulet"
description="An amulet that brings the wearer luck where ever they go."
mattack="5"
type="equip-charm"
luk="1"
weight="10"
sellProtected="true" />
<item id="830"
image="equipment/charms/fourleaf-amulet.png|W:#3f2e26,644435,7c513c,ffffff"
name="Bromenal Four-Leaf Amulet"
description="An amulet that brings the wearer good luck where ever they go."
mattack="5"
type="equip-charm"
luk="2"
weight="10"
sellProtected="true" />
<item id="831"
image="equipment/charms/fourleaf-amulet.png|W:#272f33,384347,6f7e85,ffffff"
name="Silver Four-Leaf Amulet"
description="An amulet that brings the wearer great luck where ever they go."
mattack="5"
type="equip-charm"
luk="3"
weight="10"
sellProtected="true" />
<item id="832"
image="equipment/charms/fourleaf-amulet.png|W:#857a4d,bc9600,fdd017,ffffff"
name="Golden Four-Leaf Amulet"
description="An amulet that brings the wearer excellent luck where ever they go."
mattack="5"
type="equip-charm"
luk="4"
weight="10"
sellProtected="true" />
<item id="865"
image="generic/spell-book.png"
name="Grimoire"
description="An ancient spellbook filled with the wisdom of generations of magic. If you could only read it!"
mattack="5"
maxmp="30"
type="equip-charm"
weight="100" />
<item id="879"
image="equipment/charms/heart-of-isis.png"
name="Heart of Isis"
description="Life emanates through the natural warmth of this jewel."
effect="MaxHP +15% / HP Recovery Rate +65%"
level="85"
type="equip-charm"
weight="40"
sellProtected="true" />
</items>
|