summaryrefslogtreecommitdiff
path: root/items.xml
blob: 246be15c74a70bb670feac107f0b430552e9f700 (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
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
<?xml version="1.0"?>
<!--
    Here are listed all the known items in The Mana World. This file defines
    their name, icon, description, weight, etc. It also defines which sprite
    to use in the case of visible equipment and which sounds to play on certain
    events related to the item.

    Note that the 'attacktype' attribute isn't used anymore since version
    0.0.24, but it is kept until we stop supporting 0.0.23.
-->
<items>
    <!-- Temporarily include low-ID items for View column of eAthena, cause
         it can't go above 255. Get rid of this with tmwserv.
    -->
    <item id="1">
        <sprite gender="male">chest-cotton-male.xml</sprite>
        <sprite gender="female">chest-cotton-female.xml</sprite>
    </item>
    <item id="2">
        <sprite>item002.xml</sprite>
    </item>
    <item id="3">
        <sprite gender="male">chest-leather-male.xml</sprite>
        <sprite gender="female">chest-leather-female.xml</sprite>
    </item>
    <item id="4">
        <sprite gender="male">leg-cotton-male.xml</sprite>
        <sprite gender="female">leg-cotton-female.xml</sprite>
    </item>
    <item id="5">
        <sprite gender="male">leg-jeans-male.xml</sprite>
        <sprite gender="female">leg-jeans-female.xml</sprite>
    </item>
    <item id="6">
        <sprite>item006.xml</sprite>
    </item>
    <item id="7">
        <sprite>item007.xml</sprite>
    </item>
    <item id="8">
        <sprite>item008.xml</sprite>
    </item>
    <item id="9">
        <sprite>item009.xml</sprite>
    </item>
    <item id="10">
        <sprite>item010.xml</sprite>
    </item>
    <item id="11">
        <sprite>item011.xml</sprite>
    </item>
    <item id="12">
        <sprite>item012.xml</sprite>
    </item>
    <item id="13">
        <sprite>item013.xml</sprite>
    </item>
    <item id="14">
        <sprite>item014.xml</sprite>
    </item>
    <item id="15">
        <sprite>item015.xml</sprite>
    </item>
    <item id="16">
        <sprite>item016.xml</sprite>
    </item>
    <item id="17">
        <sprite>item017.xml</sprite>
    </item>
    <item id="18">
        <sprite>item018.xml</sprite>
    </item>
    <item id="19">
        <sprite gender="male">chest-vnecksweater-male.xml</sprite>
        <sprite gender="female">chest-vnecksweater-female.xml</sprite>
    </item>
    <item id="20">
        <sprite gender="male">chest-tnecksweater-male.xml</sprite>
        <sprite gender="female">chest-tnecksweater-female.xml</sprite>
    </item>
    <item id="21">
        <sprite>head-rangerhat.xml</sprite>
    </item>
    <item id="22">
        <sprite>head-antlerhat.xml</sprite>
    </item>
    <item id="23">
        <sprite>head-christmastree.xml</sprite>
    </item>
    <item id="24">
        <sprite>head-santabeardhat.xml</sprite>
    </item>
    <item id="25">
        <sprite gender="male">chest-chainmail-male.xml</sprite>
        <sprite gender="female">chest-chainmail-female.xml</sprite>
    </item>
    <item id="26">
        <sprite gender="male">chest-lightplatemail-male.xml</sprite>
        <sprite gender="female">chest-lightplatemail-female.xml</sprite>
    </item>
    <item id="27">
        <sprite>leg-skirt.xml</sprite>
    </item>

    <!-- Temporary low weapon IDs (< 256) -->
    <item id="30" weapon_type="1" attacktype="stab">
        <sprite>weapon-dagger.xml</sprite>
        <sound event="strike">short-sword-miss1.ogg</sound>
        <sound event="hit">short-sword-hit1.ogg</sound>
    </item>
    <item id="31" weapon_type="10" attacktype="bow">
        <sprite>weapon-bow.xml</sprite>
        <sound event="swing">bow_shoot_1.ogg</sound>
    </item>
    <item id="32" weapon_type="11" attacktype="swing">
        <sprite>weapon-scythe.xml</sprite>
    </item>

    <item id="33">
        <sprite>item-tophat.xml</sprite>
    </item>
    <item id="34">
    	<sprite>item-funkyhead.xml</sprite>
    </item>
    <item id="35">
        <sprite>item-mask.xml</sprite>
    </item>
    <item id="36">
        <sprite>item-elfhat.xml</sprite>
    </item>
    <item id="37">
        <sprite>item-mushroomhat.xml</sprite>
    </item>
    <item id="38">
        <sprite>item-shroomhat.xml</sprite>
    </item>

    <item id="501" image="use-potion-cactusdrink.png" name="Cactus drink" description="A fresh drink." effect="+15 HP" type="0" weight="25"/>
    <item id="502" image="use-potion-cactuspotion.png" name="Cactus potion" description="A fresh potion." effect="+25 HP/+10 MP" type="0" weight="40"/>
    <item id="503" image="generic-casinocoins.png" name="Casino coins" description="Just some casino coins." effect="" type="0" weight="10"/>
    <item id="504" image="use-food-decorcandy.png" name="Decor candy" description="A leftover decor candy from last Christmas." effect="" type="0" weight="20"/>
    <item id="505" image="generic-maggotslime.png" name="Maggot slime" description="Slimy maggot slime." effect="" type="0" weight="10"/>
    <item id="506" image="use-food-candycane.png" name="Candy cane" description="Tasty candy cane." effect="+10 HP" type="0" weight="10"/>
    <item id="507" image="generic-scorpionstinger.png" name="Scorpion stinger" description="A poisoned scorpion stinger." effect="" type="0" weight="12"/>
    <item id="508" image="use-food-xmascake.png" name="Xmas cake" description="A sweet xmas cake." effect="+10 HP" type="0" weight="20"/>
    <item id="509" image="use-food-chocolatebar.png" name="Chocolate bar" description="A chocolate bar made of finest chocolate." effect="+20 HP" type="0" weight="25"/>
    <item id="510" image="use-food-candy.png" name="Candy" description="A sugar-free candy." effect="+ 5 HP" type="0" weight="10"/>
    <item id="511" image="armor-head-santahat.png" name="Santa hat" description="Ask Santa about this hat." effect="Defense: +2" type="0" weight="15">
        <sprite>item010.xml</sprite>
    </item>
    <item id="512" image="use-food-gingerbreadman.png" name="Ginger bread man" description="A tasty ginger bread man." effect="+25 HP" type="0" weight="30"/>
    <item id="513" image="use-food-cake.png" name="Cake" description="A slice of cake." effect="+15 HP" type="0" weight="25"/>
    <item id="514" image="use-food-xmascandycane.png" name="Xmas candy cane" description="A special xmas candy cane." effect="+10 HP" type="0" weight="15"/>
    <item id="515" image="generic-purplepresentbox.png" name="Purple present box" description="Something mysterious inside." effect="" type="0" weight="20"/>
    <item id="516" image="generic-bluepresentbox.png" name="Blue present box" description="Something mysterious inside." effect="" type="0" weight="20"/>
    <item id="517" image="generic-redscorpionstinger.png" name="Red scorpion stinger" description="A highly poisoned red scorpion stinger." effect="" type="0" weight="35"/>
    <item id="518" image="generic-bugleg.png" name="Bug leg" description="A bug's leg. Mostly used for alchemy." effect="" type="0" weight="15"/>
    <item id="519" image="use-food-cherrycake.png" name="Cherry cake" description="A nice cherry cake." effect="+35 HP" type="0" weight="50"/>
    <item id="520" image="use-food-easteregg.png" name="Easter egg" description="A surprise." effect="+100 HP" type="0" weight="180"/>
    <item id="521" image="weapon-dagger-dagger.png" name="Dagger" description="A simple Dagger." effect="Damage: +15 / Range: 1" type="0" weapon_type="1" weight="60" attacktype="stab">
        <sprite>weapon-dagger.xml</sprite>
        <sound event="strike">short-sword-miss1.ogg</sound>
        <sound event="hit">short-sword-hit1.ogg</sound>
    </item>
    <item id="522" image="weapon-dagger-sharpknife.png" name="Sharp knife" description="A really sharp knife Don't hurt yourself!" effect="Damage: +10 / Range: 1" type="0" weapon_type="1" weight="45" attacktype="stab" view="521"/>
    <item id="523" image="armor-chest-leathershirt.png" name="Leather shirt" description="A shirt made of harded leather." effect="Defense: +4" type="0" weight="30">
        <sprite gender="male">chest-leather-male.xml</sprite>
        <sprite gender="female">chest-leather-female.xml</sprite>
    </item>
    <item id="524" image="armor-head-fancyhat.png" name="Fancy hat" description="A fancy hat." effect="Defense: +5" type="0" weight="25">
        <sprite>item008.xml</sprite>
    </item>
    <item id="525" image="armor-head-minershat.png" name="Miners hat" description="A hat used by miners." effect="Defense: +4" type="0" weight="25">
        <sprite>item009.xml</sprite>
    </item>
    <item id="526" image="generic-coinbag.png" name="Coin bag" description="A bag used to transport coins in it. If you own it you can take more coins with you." effect="" type="0" weight="20"/>
    <item id="527" image="use-food-milk.png" name="Milk" description="A fresh litre of ice cold milk. Note: Cool people drink milk!" effect="+150 HP" type="0" weight="300"/>
    <item id="528" image="armor-feet-boots.png" name="Boots" description="Some robust boots, ideal for traveling." effect="Defense: +2" type="0" weight="15"/>
    <item id="529" image="weapon-arrow-iron.png" name="Iron arrow" description="A hard arrow made of iron." effect="Damage: +50" type="0" weight="12"/>
    <item id="530" image="weapon-bow-shortbow.png" name="Short bow" description="A bow for short distances." effect="Damage: +50 / Range: 5" type="0" weapon_type="10" weight="210" attacktype="bow" view="1200"/>
    <item id="531" image="armor-hands-minergloves.png" name="Miner gloves" description="Gloves used by miners; very useful." effect="Defense: +2" type="0" weight="10"/>
    <item id="532" image="armor-hands-leathergloves.png" name="Leather gloves" description="Gloves made of harded leather." effect="Defense: +3" type="0" weight="25"/>
    <item id="533" image="use-food-roastedmaggot.png" name="Roasted maggot" description="Maggot roasted on fire." effect="+150 HP" type="0" weight="290"/>
    <item id="534" image="use-food-orangecupcake.png" name="Orange cupcake" description="A very soft orange cupcake." effect="+100 HP / +10 MP" type="0" weight="185"/>
    <item id="535" image="use-food-apple.png" name="Apple" description="A healthy apple." effect="+50 HP" type="0" weight="70"/>
    <item id="536" image="weapon-dagger-shortsword.png" name="Short sword" description="A small but sharp sword." effect="Damage: +100 / Range: 1" type="0" weapon_type="2" weight="1025" slot ="0" attacktype="stab" view="521"/>
    <item id="537" image="generic-treasurekey.png" name="Treasure key" description="A rusty key." effect="Opens Chests" type="0" weight="35"/>
    <item id="538" image="generic-greenpresentbox.png" name="Green present box" description="Something mysterious inside." effect="" type="0" weight="25"/>
    <item id="539" image="use-food-beer.png" name="Beer" description="A fresh beer." effect="+200 HP" type="0" weight="400"/>
    <item id="540" image="generic-emptybottle.png" name="Empty bottle" description="An empty bottle." effect="" type="0" weight="20"/>
    <item id="541" image="use-food-bottleofwater.png" name="Bottle of water" description="A bottle of water." effect="+250 HP" type="0" weight="495"/>
    <item id="542" image="generic-bottleofsand.png" name="Bottle of sand" description="A bottle with sand in it." effect="" type="0" weight="365"/>
    <item id="543" image="armor-head-standardheadband.png" name="Standard headband" description="Just a standard headband." effect="Defense: +3" type="0" weight="45">
        <sprite>item007.xml</sprite>
    </item>
    <item id="544" image="armor-head-silkheadband.png" name="Silk headband" description="A cool headband made of silk." effect="Defense: +10" type="0" weight="20">
        <sprite>item006.xml</sprite>
    </item>
    <item id="545" image="weapon-bow-forestbow.png" name="Forest bow" description="A bow usually used to hunt." effect="Damage: +65 / Range: 5" type="0" weapon_type="10" weight="530" attacktype="bow" view="1200"/>
    <item id="546" image="armor-chest-desertshirt.png" name="Desert shirt" description="A shirt suitable for desert trips." effect="Defense: +6" type="0" weight="50">
        <sprite>item002.xml</sprite>
    </item>
    <item id="547" image="weapon-polearm-bardiche.png" name="Bardiche" description="A Bardiche." effect="Damage +100" type="0" weight="10"/>
    <item id="548" image="weapon-polearm-halberd.png" name="Halberd" description="A weapon usually carried by guards." effect="Damage +100" type="0" weight="10"/>
    <item id="549" image="weapon-axe-axe.png" name="Axe" description="An axe." effect="Damage +100" type="0" weight="10"/>
    <item id="550" image="weapon-axe-blacksmithsaxe.png" name="Blacksmith's axe" description="An axe usually used by blacksmiths." effect="Damage +100" type="0" weight="10"/>
    <item id="551" image="generic-bluehint.png" name="Hint" description="A hint." effect="" type="0" weight="10"/>
    <item id="552" image="generic-magentahint.png" name="Hint" description="A hint." effect="" type="0" weight="10"/>
    <item id="553" image="generic-yellowhint.png" name="Hint" description="A hint." effect="" type="0" weight="10"/>
    <item id="554" image="generic-greenhint.png" name="Hint" description="A hint." effect="" type="0" weight="10"/>
    <item id="555" image="generic-tealhint.png" name="Hint" description="A hint." effect="" type="0" weight="10"/>
    <item id="556" image="generic-purplehint.png" name="Hint" description="A hint." effect="" type="0" weight="10"/>
    <item id="557" image="generic-redhint.png" name="Hint" description="A hint." effect="" type="0" weight="10"/>
    <item id="558" image="generic-otherbluehint.png" name="Hint" description="A hint." effect="" type="0" weight="10"/>
    <item id="559" image="generic-orangehint.png" name="Hint" description="A hint." effect="" type="0" weight="10"/>
    <item id="560" image="generic-greyhint.png" name="Hint" description="A hint." effect="" type="0" weight="10"/>
    <item id="561" image="weapon-sword-sabre.png" name="Sabre" description="A sword with a very sharp, curved, single-edged blade." effect="" type="0" weight="10"/>
    <item id="562" image="use-food-chickenleg.png" name="Chicken leg" description="A well cooked chicken leg." effect="" type="0" weight="10"/>
    <item id="563" image="armor-hands-wintergloves.png" name="Winter gloves" description="Soft and warm gloves." effect="Defense: +2" type="0" weight="15"/>
    <item id="564" image="armor-chest-tnecksweater.png" name="Turtleneck sweater" description="A soft and warm sweater." effect="Defense: +6" type="0" weight="40">
        <sprite gender="male">chest-tnecksweater-male.xml</sprite>
        <sprite gender="female">chest-tnecksweater-female.xml</sprite>
    </item>
    <item id="565" image="generic-petal.png" name="Petal" description="A petal from an evil flower." effect="" type="0" weight="10"/>
    <item id="566" image="generic-smallmushroom.png" name="Small mushroom" description="A mushroom." effect="" type="0" weight="10"/>
    <item id="567" image="use-potion-ironpotion.png" name="Iron potion" description="Increases your attack strength." effect="" type="0" weight="295"/>
    <item id="568" image="use-potion-concentrationpotion.png" name="Concentration potion" description="Increases your attack speed." effect="" type="0" weight="295"/>
    <item id="569" image="generic-rawlog.png" name="Raw log" description="A raw log." effect="" type="0" weight="10"/>
    <item id="570" image="weapon-dagger-boneknife.png" name="Bone knife" description="A knife masterly carved out of a bone." effect="Damage: +50 " type="0" weight="10"/>
    <item id="571" image="weapon-dagger-setzer.png" name="Setzer" description="A knife named after a famous gambler." effect="Damage: +50 " type="0" weight="10"/>
    <item id="572" image="weapon-sword-scimitar.png" name="Scimitar" description="A sword with a heavy, curved, single-edged blade." effect="Damage: +50 " type="0" weight="10"/>
    <item id="573" image="weapon-sword-falchion.png" name="Falcion" description="A heavy one-handed, single-edged sword." effect="Damage: +50 " type="0" weight="10"/>
    <item id="574" image="weapon-polearm-scorpion.png" name="Scorpion" description="A well crafted glaive." effect="Damage: +50 " type="0" weight="10"/>
    <item id="575" image="weapon-bow-desertbow.png" name="Desert bow" description="A tonorian short bow." effect="Damage: +50 " type="0" weight="10"/>
    <item id="576" image="weapon-sword-beheader.png" name="Beheader" description="An oddly designed sword especially made for beheading enemies." effect="Damage: +50 " type="0" weight="10"/>
    <item id="577" image="weapon-thrown-bonedarts.png" name="Bone darts" description="Some darts made of bones." effect="Damage: +50 " type="0" weight="10"/>
    <item id="578" image="weapon-sword-sandcutter.png" name="Sand cutter" description="A sand cutter." effect="Damage: +50 " type="0" weight="10"/>
    <item id="579" image="weapon-dagger-rockknive.png" name="Rock knife" description="A knife made of stone." effect="Damage: +300 " type="0" weight="10"/>
    <item id="580" image="weapon-staff-staffoflife.png" name="Staff of life" description="A staff that increases healing magic." effect="Damage: +50 " type="0" weight="10"/>
    <item id="581" image="weapon-staff-crescentrod.png" name="Crescent rod" description="A crescent rod." effect="Damage: +50 " type="0" weight="10"/>
    <item id="582" image="weapon-staff-staffoffire.png" name="Staff of fire" description="A staff that increases fire magic." effect="Damage: +50 " type="0" weight="10"/>
    <item id="583" image="weapon-staff-staffofice.png" name="Staff of ice" description="A staff that increases ice magic." effect="Damage: +50 " type="0" weight="10"/>
    <item id="584" image="weapon-sword-jackal.png" name="Jackal" description="A jackal." effect="Damage: +50 " type="0" weight="10"/>
    <item id="585" image="armor-hands-scarabarmlet.png" name="Scarab Armlet" description="A scarab armlet." effect="Defense: +50 " type="0" weight="10"/>
    <item id="586" image="armor-legs-cottonshorts.png" name="Cotton shorts" description="Shorts made of 100% cotton." effect="Defense: +2" type="0" weight="10">
        <sprite gender="male">leg-cotton-male.xml</sprite>
        <sprite gender="female">leg-cotton-female.xml</sprite>
    </item>
    <item id="587" image="weapon-sword-sword.png" name="Sword" description="A simple but reliable sword." effect="" type="0" weight="10"/>
    <item id="588" image="weapon-sword-bastardsword.png" name="Bastard Sword" description="A large two handed sword." effect="" type="0" weight="10"/>
    <item id="589" image="weapon-sword-broadsword.png" name="Broad Sword" description="A two handed sword with a very broad blade." effect="" type="0" weight="10"/>
    <item id="590" image="weapon-sword-baselard.png" name="Baselard" description="A short and powerful sword." effect="" type="0" weight="10"/>
    <item id="591" image="weapon-sword-longsword.png" name="Long Sword" description="A sword with a long and agile blade." effect="" type="0" weight="10"/>
    <item id="592" image="weapon-dagger-stiletto.png" name="Stiletto" description="A dagger with a long and thin blade." effect="" type="0" weight="10"/>
    <item id="593" image="weapon-sword-rapier.png" name="Rapier" description="A light sword made for duels." effect="" type="0" weight="10"/>
    <item id="594" image="weapon-polearm-spear.png" name="Spear" description="A light spear with a wooden pole." effect="" type="0" weight="10"/>
    <item id="595" image="weapon-polearm-heavyspear.png" name="Heavy Spear" description="A heavy spear with a wooden pole." effect="" type="0" weight="10"/>
    <item id="596" image="weapon-polearm-pike.png" name="Pike" description="" effect="A light spear with an iron pole." type="0" weight="10"/>
    <item id="597" image="weapon-polearm-heavypike.png" name="Heavy Pike" description="" effect="A heavy spear with an iron pole." type="0" weight="10"/>
    <item id="598" image="weapon-polearm-dualspear.png" name="Dual Spear" description="A spear with two tops." effect="" type="0" weight="10"/>
    <item id="599" image="weapon-sword-firesword.png" name="Fire Sword" description="A magical sword enchanted with the power of fire." effect="" type="0" weight="10"/>
    <item id="600" image="armor-shield-britshield.png" name="Brit Shield" description="Legendary shield that is said to save queens and rule waves." effect="Cooking: -50" type="0" weight="10"/>
    <item id="601" image="armor-shield-steelshield.png" name="Steel Shield" description="A shield made of steel." effect="" type="0" weight="10"/>
    <item id="602" image="armor-shield-woodenshield.png" name="Wooden Shield" description="A shield made of wood." effect="" type="0" weight="10"/>
    <item id="603" image="armor-shield-leathershield.png" name="Leather Shield" description="A shield made of leather on a wooden frame." effect="" type="0" weight="10"/>
    <item id="604" image="armor-shield-knightshield.png" name="Knight Shield" description="A high quality shield used by knights." effect="" type="0" weight="10"/>
    <item id="605" image="weapon-axe-meatcleaver.png" name="Meat Cleaver" description="A butchers tool that also makes a nice one handed battleaxe." effect="" type="0" weight="10"/>
    <item id="606" image="weapon-axe-hatchet.png" name="Hatchet" description="A short one handed axe." effect="" type="0" weight="10"/>
    <item id="607" image="weapon-polearm-trident.png" name="Trident" description="A spear with three heads." effect="" type="0" weight="10"/>
    <item id="608" image="armor-shield-bladeshield.png" name="Blade-shield" description="A shield made of blades." effect="" type="0" weight="10"/>
    <item id="609" image="weapon-mace-club.png" name="Club" description="A primitive wooden club." effect="" type="0" weight="10"/>
    <item id="610" image="armor-legs-jeanshorts.png" name="Jeans shorts" description="Shorts made of jeans." effect="Defense: +4" type="0" weight="30">
        <sprite gender="male">leg-jeans-male.xml</sprite>
        <sprite gender="female">leg-jeans-female.xml</sprite>
    </item>
    <item id="611" image="generic-whitefur.png" name="White fur" description="A patch of white, fluffy fur." effect="" type="0" weight="10"/>
    <item id="612" image="generic-cavesnakelamp.png" name="Cave snake lamp" description="Feeler of a lamp snake that glows in the dark." effect="" type="0" weight="10"/>
    <item id="613" image="generic-hardspike.png" name="Hard spike" description="The hard spike of a slain monster." effect="" type="0" weight="10"/>
    <item id="614" image="generic-pinkantennae.png" name="Pink antennae" description="No-one knows why violets got these antennaes." effect="" type="0" weight="10"/>
    <item id="615" image="armor-head-pumpkinhelmet.png" name="Pumpkin helmet" description="A helmet made out of a pumpkin." effect="Defense: +4" type="0" weight="30">
        <sprite>item011.xml</sprite>
    </item>
    <item id="616" image="armor-head-axehat.png" name="Axe hat" description="A really cool joke." effect="Defense: +4" type="0" weight="20">
        <sprite>item012.xml</sprite>
    </item>
    <item id="617" image="armor-head-piratehat.png" name="Pirate hat" description="A pirate hat." effect="Defense: +4" type="0" weight="25">
        <sprite>item013.xml</sprite>
    </item>
    <item id="618" image="armor-head-goggles.png" name="Goggles" description="Goggles designed to take care of your eyes." effect="Defense: +2" type="0" weight="20">
        <sprite>item014.xml</sprite>
    </item>
    <item id="619" image="armor-head-leathergoggles.png" name="Leather goggles" description="Goggles designed for desert storms." effect="Defense: +3" type="0" weight="25">
        <sprite>item015.xml</sprite>
    </item>
    <item id="620" image="armor-head-circlet.png" name="Circlet" description="A nice piece of jewelry." effect="Defense: +4" type="0" weight="35">
        <sprite>item016.xml</sprite>
    </item>
    <item id="621" image="armor-head-eyepatch.png" name="Eyepatch" description="What really makes you a pirate." effect="Defense: +3" type="0" weight="15">
        <sprite>item017.xml</sprite>
    </item>
    <item id="622" image="armor-head-bandana.png" name="Bandana" description="A striped bandana." effect="Defense: +3" type="0" weight="15">
        <sprite>item018.xml</sprite>
    </item>
    <item id="623" image="weapon-polearm-scythe.png" name="Scythe" description="Usually used for farming but also useable as a weapon. Slow but deadly." effect="Damage: +75 / Range: 1" type="0" weapon_type="11" weight="400" attacktype="swing">
        <sprite>weapon-scythe.xml</sprite>
    </item>
    <item id="624" image="armor-chest-vnecksweater.png" name="V-neck Sweater" description="A soft and warm sweater." effect="Defense: +8" type="0" weight="45">
        <sprite gender="male">chest-vnecksweater-male.xml</sprite>
        <sprite gender="female">chest-vnecksweater-female.xml</sprite>
    </item>
    <item id="625" image="armor-chest-chainmail.png" name="Chainmail Shirt" description="A shirt made of chains. It weights a lot but offers excellent protection." effect="Defense: +12" type="0" weight="120">
        <sprite gender="male">chest-chainmail-male.xml</sprite>
        <sprite gender="female">chest-chainmail-female.xml</sprite>
    </item>
    <item id="626" image="armor-chest-lightplatemail.png" name="Light Platemail" description="A light cuirass with shoulder pads made of iron. A cheap and plain but efficient armor usually worn by foot soldiers." effect="Defense: +14" type="0" weight="240">
        <sprite gender="male">chest-lightplatemail-male.xml</sprite>
        <sprite gender="female">chest-lightplatemail-female.xml</sprite>
    </item>
    <item id="627" image="armor-head-tophat.png" name="Top hat" description="For the gentry of The Mana World." effect="Defense: +15" type="0" weight="20">
        <sprite>item-tophat.xml</sprite>
    </item>
    <item id="628" image="armor-head-funkyhat.png" name="Funky hat" description="Yawn..." effect="Defense: +18" type="0" weight="20">
        <sprite>item-funkyhead.xml</sprite>
    </item>
    <item id="629" image="armor-head-mushroomhat.png" name="Mush hat" description="Soft and fashionable." effect="Defense: +15" type="0" weight="20">
        <sprite>head-mushroom.xml</sprite>
    </item>
    <item id="630" image="armor-head-shroomhat.png" name="Shroom hat" description="Evil and fashionable." effect="Defense: +18" type="0" weight="20">
        <sprite>head-shroom.xml</sprite>
    </item>
    <item id="631" image="generic-darkcrystal.png" name="Dark Crystal" description="A dark crystal that emits a demonic aura." effect="" type="0" weight="10" slot="0"/>
    <item id="632" image="armor-legs-skirt.png" name="Skirt" description="A light-blue skirt made of linen cloth." effect="Defense: +4" type="0" weight="30">
        <sprite>leg-skirt.xml</sprite>
    </item>
    <item id="633" image="armor-head-xmaself.png" name="Christmas elf hat" description="A hat worn by christmas elfs." effect="Defense: +18" type="0" weight="20">
        <sprite>head-xmaself.xml</sprite>
    </item>
    <item id="634" image="armor-head-mask.png" name="Face Mask" description="A wooden mask to conceal your face." effect="Defense: +15" type="0" weight="20">
        <sprite>head-mask.xml</sprite>
    </item>
    <item id="635" image="generic-santacookie.png" name="Santa Cookie" description="This isn't for you to eat. It is for Santa Clause." effect="" type="0" weight="1" slot="0"/>

    <item id="1199" image="weapon-arrow-arrow.png" name="Arrow" description="A standard arrow." effect="Damage: +25" type="0" weight="8"/>
    <item id="1200" image="weapon-bow-bow.png" name="Bow" description="A distance weapon." effect="Damage: +15 / Range: 5" type="0" weapon_type="10" weight="125" attacktype="bow">
        <sprite>weapon-bow.xml</sprite>
        <sound event="swing">bow_shoot_1.ogg</sound>
    </item>
    <item id="1201" image="weapon-dagger-knive.png" name="Knife" description="A small knife, the perfect weapon for a beginner." effect="Damage: 5 / Range: 1" type="0" weapon_type="1" weight="20" attacktype="stab" view="521"/>
    <item id="1202" image="armor-chest-cottonshirt.png" name="Cotton shirt" description="A shirt made of 100% cotton." effect="Defense: +2" type="0" weight="15">
        <sprite gender="male">chest-cotton-male.xml</sprite>
        <sprite gender="female">chest-cotton-female.xml</sprite>
    </item>
    <item id="1203" image="armor-head-rangerhat.png" name="Ranger hat" description="A leather hat traditionally worn by Rangers." effect="Defense: +2" type="0" weight="55">
        <sprite>head-rangerhat.xml</sprite>
    </item>
    <item id="1204" image="armor-head-antlerhat.png" name="Antler hat" description="A hat with antlers sticking out of it." effect="Defense: +4" type="0" weight="20">
        <sprite>head-antlerhat.xml</sprite>
    </item>
    <item id="1205" image="armor-head-christmastree.png" name="Christmas tree hat" description="A hat shaped like a Christmas tree." effect="Defense: +2" type="0" weight="25">
        <sprite>head-christmastree.xml</sprite>
    </item>
    <item id="1206" image="armor-head-santabeardhat.png" name="Santa beard hat" description="Now you will look just like Santa Claus!" effect="Defense: +5" type="0" weight="30">
        <sprite>head-santabeardhat.xml</sprite>
    </item>
    <item id="1207" image="generic-redstocking.png" name="Red Christmas stocking" description="Eww, it's smelly!" effect="" type="0" weight="20"/>
    <item id="1208" image="generic-easteregg-red.png" name="Red Easter Egg" description="A red easter egg. Find all six different easter eggs to win a prize." effect="" type="0" weight="10"/>
    <item id="1209" image="generic-easteregg-green.png" name="Green Easter Egg" description="A green easter egg. Find all six different easter eggs to win a prize." effect="" type="0" weight="10"/>
    <item id="1210" image="generic-easteregg-blue.png" name="Blue Easter Egg" description="A blue easter egg. Find all six different easter eggs to win a prize." effect="" type="0" weight="10"/>
    <item id="1211" image="generic-easteregg-yellow.png" name="Yellow Easter Egg" description="A yellow easter egg. Find all six different easter eggs to win a prize." effect="" type="0" weight="10"/>
    <item id="1212" image="generic-easteregg-pink.png" name="Pink Easter Egg" description="A pink easter egg. Find all six different easter eggs to win a prize." effect="" type="0" weight="10"/>
    <item id="1213" image="generic-easteregg-teal.png" name="Teal Easter Egg" description="A teal easter egg. Find all six different easter eggs to win a prize." effect="" type="0" weight="10"/>
</items>