summaryrefslogtreecommitdiff
path: root/items.xml
blob: 7c6d79a0a56e4d008f9f2e0219f3b036caaa7ffd (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
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="items.xsl"?>
<!-- Authors: 4144, Piman, Reid
Copyright (C) 2010-2012 Evol Online -->

<!--
New organization (04/12/11).
-0      -99       = Hairstyles
-100    -infinity = Races
30      500       = Weapon Animations
501     699       = Usable Items
700     999       = Generic Items
1000    1299      = Necklaces
1300    1799      = Chest Armors
1800    1999      = Boots
2000    2199      = Gloves
2200    2499      = Pants
2500    2699      = Wings
2700    2899      = Shields
2900    3199      = Head Gears
3200    3499      = Neck Armors
3500    +infinity = Weapons

Colors for dyeable equipments or items are now set up by itemcolors.xml.
-->

<items>
    <version revision="$Revision$"/>

    <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0">
        <its:translateRule selector="//item/@name" translate="yes"/>
        <its:translateRule selector="//item/@description" translate="yes"/>
        <its:translateRule selector="//item/@effect" translate="yes"/>
        <its:translateRule selector="//*" translate="no"/>
    </its:rules>

    <!-- Hairstyles -->
    <item id="-1" type="hairsprite" name="Bald">
        <sprite>hairstyles/hairstyle01.xml</sprite>
    </item>
    <item id="-2" type="hairsprite" name="Bowl Cut" colors="hairS">
        <sprite>hairstyles/hairstyle02.xml</sprite>
    </item>
    <item id="-3" type="hairsprite" name="Combed Back" colors="hairS">
        <sprite>hairstyles/hairstyle03.xml</sprite>
    </item>
    <item id="-4" type="hairsprite" name="Emo" colors="hairS">
        <sprite>hairstyles/hairstyle04.xml</sprite>
    </item>
    <item id="-5" type="hairsprite" name="Mohawk" colors="hairS">
        <sprite>hairstyles/hairstyle05.xml</sprite>
    </item>
    <item id="-6" type="hairsprite" name="Pompadour" colors="hairS">
        <sprite>hairstyles/hairstyle06.xml</sprite>
    </item>
    <item id="-7" type="hairsprite" name="Center Parting" colors="hairS">
        <sprite>hairstyles/hairstyle07.xml</sprite>
    </item>
    <item id="-8" type="hairsprite" name="Long and Slick" colors="hair">
        <sprite>hairstyles/hairstyle08.xml</sprite>
    </item>
    <item id="-9" type="hairsprite" name="Short and Curly" colors="hair">
        <sprite>hairstyles/hairstyle09.xml</sprite>
    </item>
    <item id="-10" type="hairsprite" name="Pigtails" colors="hair">
        <sprite>hairstyles/hairstyle10.xml</sprite>
    </item>
    <item id="-11" type="hairsprite" name="Long and Curly" colors="hair">
        <sprite>hairstyles/hairstyle11.xml</sprite>
    </item>
    <item id="-12" type="hairsprite" name="Parted" colors="hair">
        <sprite>hairstyles/hairstyle12.xml</sprite>
    </item>
    <item id="-13" type="hairsprite" name="Perky Ponytail" colors="hairS">
        <sprite>hairstyles/hairstyle13.xml</sprite>
    </item>
    <item id="-14" type="hairsprite" name="Wave" colors="hairS">
        <sprite>hairstyles/hairstyle14.xml</sprite>
    </item>
    <item id="-15" type="hairsprite" name="Mane" colors="hairS">
        <sprite>hairstyles/hairstyle15.xml</sprite>
    </item>
    <item id="-16" type="hairsprite" name="Bun" colors="hairS">
        <sprite>hairstyles/hairstyle16.xml</sprite>
    </item>
    <item id="-17" type="hairsprite" name="Wavy" colors="hairS">
        <sprite>hairstyles/hairstyle17.xml</sprite>
    </item>
    <item id="-18" type="hairsprite" name="Bunches" colors="hairS">
        <sprite>hairstyles/hairstyle18.xml</sprite>
    </item>
    <item id="-19" type="hairsprite" name="Long Ponytail" colors="hairS">
        <sprite>hairstyles/hairstyle19.xml</sprite>
    </item>
    <item id="-20" type="hairsprite" name="Infinitely Long" colors="hair">
        <sprite>hairstyles/hairstyle20.xml</sprite>
    </item>
    <item id="-21" type="hairsprite" name="Choppy" colors="hair">
        <sprite>hairstyles/hairstyle21.xml</sprite>
    </item>
    <item id="-22" type="hairsprite" name="Wild" colors="hair">
        <sprite>hairstyles/hairstyle22.xml</sprite>
    </item>
    <item id="-23" type="hairsprite" name="Punk" colors="hairS">
        <sprite>hairstyles/hairstyle23.xml</sprite>
    </item>
    <item id="-24" type="hairsprite" name="Imperial" colors="hairS">
        <sprite>hairstyles/hairstyle24.xml</sprite>
    </item>
    <item id="-25" type="hairsprite" name="Side Strand" colors="hairS">
        <sprite>hairstyles/hairstyle25.xml</sprite>
    </item>
    <item id="-26" type="hairsprite" name="Messy" colors="hairS">
        <sprite>hairstyles/hairstyle26.xml</sprite>
    </item>
    <item id="-27" type="hairsprite" name="Flat Ponytail" colors="hairS">
        <sprite>hairstyles/hairstyle27.xml</sprite>
    </item>

    <!-- Races -->
    <item id="-100" type="racesprite" name="Human">
        <sprite gender="unisex">races/human-male.xml</sprite>
        <sprite gender="female">races/human-female.xml</sprite>
    </item>
    <item id="-101" type="racesprite" name="Ukar">
        <sprite gender="unisex">races/ukar-male.xml</sprite>
        <sprite gender="female">races/ukar-female.xml</sprite>
    </item>
    <item id="-102" type="racesprite" name="Demon">
        <sprite gender="unisex">races/demon-male.xml</sprite>
        <sprite gender="female">races/demon-female.xml</sprite>
    </item>
    <item id="-103" type="racesprite" name="Elven">
        <sprite gender="unisex">races/elven-male.xml</sprite>
        <sprite gender="female">races/elven-female.xml</sprite>
    </item>
    <item id="-104" type="racesprite" name="Orc">
        <sprite gender="unisex">races/orc-male.xml</sprite>
        <sprite gender="female">races/orc-female.xml</sprite>
    </item>
    <item id="-105" type="racesprite" name="Raijin">
        <sprite gender="unisex">races/raijin-male.xml</sprite>
        <sprite gender="female">races/raijin-female.xml</sprite>
    </item>
    <item id="-106" type="racesprite" name="Tritan">
        <sprite gender="unisex">races/tritan-male.xml</sprite>
        <sprite gender="female">races/tritan-female.xml</sprite>
    </item>

    <!-- Usable Items -->
    <item id="501"
        image="usable/acorn.png"
        name="Acorn"
        description="Squichy's food which could taste good in a cake."
        effect="+15 HP"
        type="usable"
        weight="3"
        maxFloorOffset="10"/>
    <item id="502"
        image="usable/bread.png"
        name="Bread"
        description="Home-made bread."
        effect="+30 HP"
        type="usable"
        weight="25"
        maxFloorOffsetX="6"
        maxFloorOffsetY="10"/>
    <item id="503"
        image="usable/fungus.png"
        name="Fungus"
        description="A non-toxic mushroom growing in moist places."
        effect="+25 HP"
        type="usable"
        weight="8"
        maxFloorOffset="9"/>
    <item id="504"
        image="usable/cheese.png"
        name="Cheese"
        description="A ratto's meal left-overs."
        effect="+40 HP"
        type="usable"
        weight="3"
        maxFloorOffsetX="9"
        maxFloorOffsetY="8"/>
    <item id="505"
        image="usable/pioulegs.png"
        name="Piou Legs"
        description="Tasty and well spiced piou legs."
        effect="+10 HP"
        type="usable"
        weight="4"
        maxFloorOffsetX="7"
        maxFloorOffsetY="9"/>
    <item id="506"
        image="usable/lettuceleaf.png"
        name="Lettuce Leaf"
        description="The perfect food if you're hungry but want to lose weight."
        effect="+15 HP"
        type="usable"
        weight="1"
        maxFloorOffsetX="7"
        maxFloorOffsetY="5"/>
    <item id="507"
        image="usable/piberries.png"
        name="Piberries"
        description="The famous staining fruit."
        effect="+20 HP"
        type="usable"
        weight="2"
        maxFloorOffsetX="9"
        maxFloorOffsetY="7"/>
    <item id="508"
        image="usable/drops.png|S:#898989,7287a0,aeaeae,96abc6,cecece,bccce0,e5e5e5,dce4ee"
        name="Sea Drops"
        description="Some water drops from the sea. Maybe you shouldn't drink them."
        effect="+15 HP / Headache"
        type="usable"
        weight="4"
        maxFloorOffsetX="6"
        maxFloorOffsetY="8"/>
    <item id="509"
        image="usable/aquada.png"
        name="Aquada"
        description="A strange sea fruit. The blue part seems edible."
        effect="+60 HP"
        type="usable"
        weight="16"
        maxFloorOffsetX="8"
        maxFloorOffsetY="10"/>
    <item id="510"
        image="usable/blobime.png|S:#686868,695977,919191,9f79a9,bababa,d69ec0,dcdcdc,eccddf"
        name="Pink Blobime"
        description="Some pink residue dropped by a little blub."
        effect="+4 HP / Headache"
        type="usable"
        weight="10"
        maxFloorOffsetX="8"
        maxFloorOffsetY="12"/>
<!--<item id="511"
        image="usable/blobime.png|S:#686868,to,919191,to,bababa,to,dcdcdc,to"
        name="Purple Blobime"
        description="Some purple residue dropped by a blub."
        effect="+4 HP / Headache"
        type="usable"
        weight="10"
        maxFloorOffsetX="8"
        maxFloorOffsetY="12"/>-->
    <item id="512"
        image="usable/croconut-half.png"
        name="Half Croconut"
        description="Its inside seems delicious."
        effect="+40 HP"
        type="usable"
        weight="55"
        maxFloorOffset="10"/>
    <item id="513"
        image="usable/croconut.png"
        name="Croconut"
        description="Fallen from a crocotree, this fruit could be opened."
        type="usable"
        weight="100"
        maxFloorOffsetX="10"
        maxFloorOffsetY="11"/>
    <item id="514"
        image="usable/book-old.png"
        name="Old Book"
        description="A book that threatens to fall apart in your hands as you carefully browse the pages."
        type="usable"
        weight="25"
        maxFloorOffsetX="5"/>
    <item id="515"
        image="usable/plushroom.png"
        name="Plushroom"
        description="This mushroom, with a skin as soft as fur, seems to wriggle in your hands!"
        effect="+25 HP"
        type="usable"
        weight="8"
        maxFloorOffsetX="12"
        maxFloorOffsetY="9"/>
    <item id="516"
        image="usable/pumpkinseeds.png"
        name="Pumpkin Seeds"
        description="Doesn't seem very appetizing..."
        effect="+1 HP / Headache"
        type="usable"
        weight="1"/>
    <item id="517"
        image="usable/deliciouscookie.png"
        name="Delicious Cookie"
        description="A biscuit full of cream."
        effect="Unknown"
        type="usable"
        weight="2"/>

    <!-- Generic Items -->
    <item id="700"
        image="generic/smalltentacles.png"
        name="Small Tentacles"
        description="Three tentacles taken from a little blub."
        type="generic"
        weight="5"
        maxFloorOffset="12"/>
     <item id="701"
        image="generic/pioufeathers.png"
        name="Piou Feathers"
        description="A bunch of small feathers. A piou might have dropped them."
        type="generic"
        weight="1"
        maxFloorOffset="8"/>
    <item id="702"
        image="generic/tortugashell-fragment.png"
        name="Tortuga Shell Fragment"
        description="A fragment of a tortuga shell."
        type="generic"
        weight="25"
        maxFloorOffsetX="10"
        maxFloorOffsetY="7"/>
    <item id="703"
        image="generic/eggshell-half.png"
        name="Half Eggshell"
        description="It maybe got broken in order to cook a fried egg."
        type="generic"
        weight="2"
        maxFloorOffsetX="13"
        maxFloorOffsetY="14"/>
    <item id="704"
        image="generic/rattotail.png"
        name="Ratto Tail"
        description="A very long tail from a ratto."
        type="generic"
        weight="1"
        maxFloorOffsetX="9"/>
    <item id="705"
        image="generic/teeth-ratto.png"
        name="Ratto Teeth"
        description="Some teeth of a ratto."
        type="generic"
        weight="1"
        maxFloorOffsetX="10"
        maxFloorOffsetY="12"/>
    <item id="706"
        image="generic/crocclaw.png"
        name="Croc Claw"
        description="Could be tasty if well cooked."
        type="generic"
        weight="45"
        maxFloorOffsetX="14"
        maxFloorOffsetY="9"/>
    <item id="707"
        image="generic/squichyclaws.png"
        name="Squichy Claws"
        description="Claws from a wild squichy."
        type="generic"
        weight="1"
        maxFloorOffsetX="8"
        maxFloorOffsetY="10"/>
    <item id="708"
        image="generic/tortugashell.png"
        name="Tortuga Shell"
        description="This shell comes from a tortuga."
        type="generic"
        weight="325"
        maxFloorOffsetX="7"
        maxFloorOffsetY="10"/>
    <item id="709"
        image="generic/tongue.png"
        name="Tortuga Tongue"
        description="The tongue of a tortuga."
        type="generic"
        weight="2"
        maxFloorOffset="12"/>
    <item id="710"
        image="generic/pearl.png"
        name="Pearl"
        description="A perfectly round and shiny pearl."
        type="generic"
        weight="1"
        maxFloorOffset="11"/>
    <item id="711"
        image="generic/coral.png|S:#535353,693d41,808080,b44e4c,999999,da6858,b9b9b9,f1a082,d7d7d7,fbcbb3"
        name="Coral"
        description="The kind of coral you can see in Oceania."
        type="generic"
        weight="10"
        maxFloorOffset="9"/>
    <item id="712"
        image="generic/coral.png|S:#535353,473746,808080,5b5a84,999999,6c7ec6,b9b9b9,7eb1e0,d7d7d7,c2f6fa"
        name="Blue Coral"
        description="A coral dyed in blue by a blub."
        type="generic"
        weight="10"
        maxFloorOffset="9"/>
    <item id="713"
        image="generic/box-fish.png"
        name="Fish Box"
        description="A wooden box full of fresh fish that Couwan gave you."
        type="generic"
        weight="1250"
        maxFloorOffsetX="7"
        maxFloorOffsetY="9"/>
    <item id="714"
        image="generic/box-aquada.png"
        name="Aquada Box"
        description="A wooden box full of aquadas."
        type="generic"
        weight="850"
        maxFloorOffsetX="7"
        maxFloorOffsetY="9"/>
    <item id="715"
        image="generic/box-croconut.png"
        name="Croconut Box"
        description="A wooden box full of croconuts."
        type="generic"
        weight="1400"
        maxFloorOffsetX="7"
        maxFloorOffsetY="9"/>
    <item id="716"
        image="generic/box-plushroom.png"
        name="Plushroom Box"
        description="A wooden box full of plushrooms."
        type="generic"
        weight="720"
        maxFloorOffsetX="7"
        maxFloorOffsetY="9"/>
    <item id="717"
        image="generic/dish-poisoned.png"
        name="Poisoned Dish"
        description="A special dish made of strange ingredients."
        type="generic"
        weight="20"
        maxFloorOffset="12"/>
    <item id="718"
        image="generic/key-ship.png"
        name="La Johanne's Key"
        description="An iron key to open La Johanne's entrance door."
        type="generic"
        weight="1"
        maxFloorOffset="12"/>
    <item id="719"
        image="generic/wing-bat.png|S:#4d4d4d,3d2e37,686868,4f3c47,919191,664f4f,b6b6b6,948573"
        name="Fouit Wing"
        description="This wing is slight and soft unlike its former owner."
        type="generic"
        weight="35"
        maxFloorOffset="17"/>
    <item id="720"
        image="generic/teeth-bat.png"
        name="Bat Teeth"
        description="What sharp teeth! They seem to be more dangerous than a knife."
        type="generic"
        weight="3"
        maxFloorOffset="16"/>
    <item id="721"
        image="generic/wing-bat.png|S:#4d4d4d,4b3126,686868,624632,919191,af6b3b,b6b6b6,de8f40"
        name="Oufti Wing"
        description="This wing is slight and soft unlike its former owner."
        type="generic"
        weight="35"
        maxFloorOffset="17"/>
    <item id="722"
        image="generic/pumpkin.png"
        name="Pumpkin"
        description="A pumpkin that can be carved for Halloween."
        type="generic"
        weight="530"
        maxFloorOffset="10"/>

    <!-- Necklaces
    <item id="1000"
        image="equipment/amulet/.png"
        name=""
        description="."
        effect="."
        type="equip-necklace"
        weight=""/> -->

    <!-- Chest Armors -->
    <item id="1300"
        image="equipment/chest/cottonshirt.png|S:#3c3c3c,3e3c38,4d4d4d,514d47,686868,706662,919191,99917b,b6b6b6,c0b698,dfdfdf,e4dfca"
        name="Creased Shirt"
        description="An old shirt given to you by a sailor. It isn't very fashionable..."
        effect="+2 Defense"
        type="equip-torso"
        weight="17"
        maxFloorOffsetX="8"
        maxFloorOffsetY="10">
        <sprite gender="unisex">equipment/chest/cottonshirt-male.xml|#43413d,59544f,7a706c,8a8176,a69e88,d1c7a7,e0d5bf</sprite>
        <sprite gender="female">equipment/chest/cottonshirt-female.xml|#43413d,59544f,7a706c,8a8176,a69e88,d1c7a7,e0d5bf</sprite>
    </item>
    <item id="1301"
        image="equipment/chest/tanktop.png|W"
        name="%Color% Sailor Tank Top"
        description="A %color% tank top used by sailors and seamen."
        effect="+3 Defense"
        type="equip-torso"
        weight="11"
        colors="simple"
        maxFloorOffset="10">
        <sprite gender="unisex">equipment/chest/tanktop-male.xml</sprite>
        <sprite gender="female">equipment/chest/tanktop-female.xml</sprite>
    </item>
    <item id="1302"
        image="equipment/chest/sailorshirt.png"
        name="Sailor Shirt"
        description="Proof that ye be in the crew, matey!"
        effect="+4 Defense"
        type="equip-torso"
        weight="22"
        maxFloorOffsetX="8"
        maxFloorOffsetY="10">
        <sprite gender="unisex">equipment/chest/shirt-male.xml|#131913,1b231d,233129,35433e,4e6059,6c8279;#72571e,836737,a5854d,b18f45</sprite>
        <sprite gender="female">equipment/chest/shirt-female.xml|#131913,1b231d,233129,35433e,4e6059,6c8279;#72571e,836737,a5854d,b18f45</sprite>
    </item>

    <!-- Boots -->
    <item id="1800"
        image="equipment/feet/boots.png|S:#3c3c3c,40332d,4d4d4d,5e4a3d,686868,705740,919191,a1825d,b6b6b6,b59767,dfdfdf,dbbf88"
        name="Lousy Moccasins"
        description="Orc-made moccasins. Not sure from which skin these shoes were made."
        effect="+2 Defense"
        type="equip-feet"
        weight="18"
        maxFloorOffset="8">
        <sprite gender="unisex">equipment/feet/boots-male.xml|#40332d,5e4a3d,705740,a1825d,b59767,dbbf88</sprite>
        <sprite gender="female">equipment/feet/boots-female.xml|#40332d,5e4a3d,705740,a1825d,b59767,dbbf88</sprite>
    </item>

    <!-- Gloves -->
    <item id="2000"
        image="equipment/hands/armbands.png"
        name="Armbands"
        description="Small armbands made of wood and iron."
        effect="+3 Defense"
        type="equip-arms"
        weight="8"
        maxFloorOffset="16">
        <sprite gender="unisex">equipment/hands/armbands-male.xml</sprite>
        <sprite gender="female">equipment/hands/armbands-female.xml</sprite>
    </item>

    <!-- Pants -->
    <item id="2200"
        image="equipment/legs/shorts.png|S:#4d4d4d,514d47,686868,706662,919191,99917b,b6b6b6,c0b698,dfdfdf,e4dfca"
        name="Creased Shorts"
        description="An old pair of shorts given to you by a sailor. They smell awful."
        effect="+2 Defense"
        type="equip-legs"
        weight="20"
        maxFloorOffset="9">
        <sprite gender="unisex">equipment/legs/shorts-male.xml|#4d4d4d,514d47,686868,706662,919191,99917b,b6b6b6,c0b698,dfdfdf,e0d5bf</sprite>
        <sprite gender="female">equipment/legs/shorts-female.xml|#4d4d4d,514d47,686868,706662,919191,99917b,b6b6b6,c0b698,dfdfdf,e0d5bf</sprite>
    </item>

    <!-- Wings
    <item id="2500"
        image="equipment/wings/.png"
        name=""
        description="."
        effect="."
        type="equip-charm"
        weight="">
        <sprite>equipment/wings/</sprite>
    </item> -->

    <!-- Shields
    <item id="2700"
        image="equipment/shield/.png"
        name=""
        description="."
        effect="."
        type="equip-shield"
        weight="">
        <sprite>equipment/shield/</sprite>
    </item> -->

    <!-- Head Gears -->
    <item id="2900"
        image="equipment/head/bandana.png"
        name="Bandana"
        description="A striped bandana worn by some sailors."
        effect="+2 Defense"
        type="equip-head"
        weight="4"
        maxFloorOffsetX="8"
        maxFloorOffsetY="12">
        <sprite>equipment/head/bandana.xml</sprite>
        <replace sprite="hair">
            <item from="-3" to="-7"/>
            <item from="-4" to="-7"/>
            <item from="-5" to="-27"/>
            <item from="-6" to="-7"/>
            <item from="-13" to="-1"/>
            <item from="-14" to="-7"/>
            <item from="-15" to="-7"/>
            <item from="-16" to="-10"/>
            <item from="-21" to="-7"/>
            <item from="-23" to="-1"/>
            <item from="-25" to="-7"/>
            <item from="-26" to="-21"/>
        </replace>
    </item>
    <item id="2901"
        image="equipment/head/pumpkinhat.png"
        name="Pumpkin Hat"
        description="A carved pumpkin, the face will scare your enemy off."
        effect="+3 Defense"
        type="equip-head"
        weight="50">
        <sprite>equipment/head/pumpkinhat.xml</sprite>
        <replace sprite="hair"/>
    </item>
    <item id="2902"
        image="equipment/head/fancyhat.png"
        name="Fancy Hat"
        description="A fancy hat, what else?"
        effect="+1 Defense"
        type="equip-head"
        weight="11">
        <sprite>equipment/head/fancyhat.xml</sprite>
        <replace sprite="hair">
            <item from="-5" to="-4"/>
            <item from="-13" to="-27"/>
            <item from="-23" to="-27"/>
        </replace>
    </item>

    <!-- Neck Armors
    <item id="3200"
        image="equipment/neck/.png"
        name=""
        description="."
        effect="."
        type="equip-ring"
        weight=""
        <sprite>equipment/neck/</sprite>
    </item> -->

    <!-- Weapons -->
    <item id="3500"
        image="equipment/weapons/knife.png"
        name="Knife"
        description="A simple, but sharp knife."
        effect="+5 Damage"
        type="equip-1hand"
        weapon-type="knife"
        attack-action="attack"
        weight="6"
        maxFloorOffsetX="9"
        maxFloorOffsetY="12">
        <sprite>equipment/weapons/knife.xml</sprite>
        <sound event="hit">weapons/knife/hit1.ogg</sound>
        <sound event="miss">weapons/knife/miss1.ogg</sound>
    </item>
    <item id="3501"
        image="equipment/weapons/piouslayer.png"
        name="Piou Slayer"
        description="A short sword for novice fighters, more useful in the kitchen than in a real fight..."
        effect="+13 Damage"
        type="equip-1hand"
        weapon-type="sword"
        attack-action="attack"
        weight="26"
        maxFloorOffsetX="9"
        maxFloorOffsetY="12">
        <sprite>equipment/weapons/piouslayer.xml</sprite>
        <sound event="hit">weapons/piouslayer/hit1.ogg</sound>
        <sound event="miss">weapons/piouslayer/miss1.ogg</sound>
    </item>
</items>