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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
|
<?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" />
<item id="1244"
image="generic/iten.png"
name="Dark Talisman"
description="A small cube. It radiates unimaginable power, and is quite dizzying to look at."
mattack="100"
type="equip-torso"
mdefense="30"
sellProtected="true">
<particlefx>graphics/particles/dark-talisman.xml</particlefx>
</item>
<item id="5272"
image="equipment/charms/manapearl.png"
name="Mana Pearl"
description="This pearl resonates with a natural mana flow and channels some power from the Mana Seed to the user."
int="1"
mattack="11"
mdefense="11"
maxmp="55"
type="equip-charm"
weight="0"
sellProtected="true">
<particlefx>graphics/particles/manapearl.particle.xml</particlefx>
</item>
<item id="5275"
image="equipment/charms/assassin-amulet.png"
name="Assassin Amulet"
description="Amulet for a master assassin."
effect="Double Damage +5% / Hit Chance +25"
agi="1"
type="equip-charm"
weight="1"
sellProtected="true"/>
</items>
|