summaryrefslogtreecommitdiff
path: root/items.xml
blob: 11d6bfffc1bb4f75b1b64b7a93b25828fb0f0e9e (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
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="items.xsl"?>
<!-- Copyright (C) 2010-2011  Evol Online
Author : Reid, Piman, 4144.

New management (04/12/11).
-0 -99 = Hairstyles
-100 -infiny = Races
30 500 = Weapons animation
501 699 = Usable items
700 999 = Common items
1000 1299 = Necklaces
1300 1799 = Chests
1800 1999 = Boots
2000 2199 = Gloves
2200 2499 = Pants
2500 2699 = Wings
2700 2899 = Shields
2900 3199 = Heads
3200 3499 = Neck
3500 + = Weapons

Colors is now seted up by itemcolors.xml.
-->

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


    <!-- Hairsprites -->
    <item id="-1" type="hairsprite" name="Flat ponytail">
        <sprite>hairstyles/hairstyle1.xml</sprite>
    </item>
    <item id="-2" type="hairsprite" name="Bowl cut">
        <sprite>hairstyles/hairstyle2.xml</sprite>
    </item>
    <item id="-3" type="hairsprite" name="Combed back">
        <sprite>hairstyles/hairstyle3.xml</sprite>
    </item>
    <item id="-4" type="hairsprite" name="Emo">
        <sprite>hairstyles/hairstyle4.xml</sprite>
    </item>
    <item id="-5" type="hairsprite" name="Mohawk">
        <sprite>hairstyles/hairstyle5.xml</sprite>
    </item>
    <item id="-6" type="hairsprite" name="Pompadour">
        <sprite>hairstyles/hairstyle6.xml</sprite>
    </item>
    <item id="-7" type="hairsprite" name="Center parting">
        <sprite>hairstyles/hairstyle7.xml</sprite>
    </item>
    <item id="-8" type="hairsprite" name="Long and slick">
        <sprite>hairstyles/hairstyle8.xml</sprite>
    </item>
    <item id="-9" type="hairsprite" name="Short and curly">
        <sprite>hairstyles/hairstyle9.xml</sprite>
    </item>
    <item id="-10" type="hairsprite" name="Pigtails">
        <sprite>hairstyles/hairstyle10.xml</sprite>
    </item>
    <item id="-11" type="hairsprite" name="Long and curly">
        <sprite>hairstyles/hairstyle11.xml</sprite>
    </item>
    <item id="-12" type="hairsprite" name="Parted">
        <sprite>hairstyles/hairstyle12.xml</sprite>
    </item>
    <item id="-13" type="hairsprite" name="Perky ponytail">
        <sprite>hairstyles/hairstyle13.xml</sprite>
    </item>
    <item id="-14" type="hairsprite" name="Wave">
        <sprite>hairstyles/hairstyle14.xml</sprite>
    </item>
    <item id="-15" type="hairsprite" name="Mane">
        <sprite>hairstyles/hairstyle15.xml</sprite>
    </item>
    <item id="-16" type="hairsprite" name="Bun">
        <sprite>hairstyles/hairstyle16.xml</sprite>
    </item>
    <item id="-17" type="hairsprite" name="Wavy">
        <sprite>hairstyles/hairstyle17.xml</sprite>
    </item>
    <item id="-18" type="hairsprite" name="Punk">
        <sprite>hairstyles/hairstyle18.xml</sprite>
    </item>
    <item id="-19" type="hairsprite" name="Long ponytail">
        <sprite>hairstyles/hairstyle19.xml</sprite>
    </item>
    <item id="-20" type="hairsprite" name="Wild">
        <sprite>hairstyles/hairstyle20.xml</sprite>
    </item>
    <item id="-21" type="hairsprite" name="Choppy">
        <sprite>hairstyles/hairstyle21.xml</sprite>
    </item>
    <item id="-22" type="hairsprite" name="Infinitely long">
        <sprite>hairstyles/hairstyle22.xml</sprite>
    </item>
    <item id="-23" type="hairsprite" name="Wedding">
        <sprite>hairstyles/hairstyle23.xml</sprite>
    </item>
    <item id="-24" type="hairsprite" name="Imperial">
        <sprite>hairstyles/hairstyle24.xml</sprite>
    </item>
    <item id="-25" type="hairsprite" name="Tousled layers">
        <sprite>hairstyles/hairstyle25.xml</sprite>
    </item>

    <!-- Races -->
    <item id="-100" type="racesprite" name="Human">
        <sprite gender="male">players/human_male_base.xml</sprite>
        <sprite gender="female">players/human_female_base.xml</sprite>
    </item>
    <item id="-101" type="racesprite" name="Ukar">
        <sprite gender="male">players/ukar_male_base.xml</sprite>
        <sprite gender="female">players/ukar_female_base.xml</sprite>
    </item>
    <item id="-102" type="racesprite" name="Demon">
        <sprite gender="male">players/demon_male_base.xml</sprite>
        <sprite gender="female">players/demon_female_base.xml</sprite>
    </item>
    <item id="-103" type="racesprite" name="Elven">
        <sprite gender="male">players/elven_male_base.xml</sprite>
        <sprite gender="female">players/elven_female_base.xml</sprite>
    </item>
    <item id="-104" type="racesprite" name="Orc">
        <sprite gender="male">players/orc_male_base.xml</sprite>
        <sprite gender="female">players/orc_female_base.xml</sprite>
    </item>
	<item id="-105" type="racesprite" name="Raijin">
        <sprite gender="male">players/raijin_male_base.xml</sprite>
        <sprite gender="female">players/raijin_female_base.xml</sprite>
    </item>
    <item id="-106" type="racesprite" name="Tritan">
        <sprite gender="male">players/tritan_male_base.xml</sprite>
        <sprite gender="female">players/tritan_female_base.xml</sprite>
    </item>

    <!-- Weapons -->
    <item id="30"
        type="other"
        weapon_type="12">
        <sprite>aurisghard.xml</sprite>
    </item>
    <item id="31"
        type="other"
        weapon_type="12">
        <sprite>axe.xml</sprite>
    </item>
    <item id="32"
        type="other"
        weapon_type="12">
        <sprite>bow.xml</sprite>
        <sound event="swing">weapons/bows/bow_shoot_1.ogg</sound>
    </item>
    <item id="33"
        type="other"
        weapon_type="12">
        <sprite>dagger.xml</sprite>
        <sound event="strike">weapons/swords/short-sword-miss1.ogg</sound>
        <sound event="hit">weapons/swords/short-sword-hit1.ogg</sound>
    </item>
    <item id="34"
        type="other"
        weapon_type="12">
        <sprite>death scyth.xml</sprite>
    </item>
    <item id="35"
        type="other"
        weapon_type="12">
        <sprite>mining-pick.xml</sprite>
    </item>
    <item id="36"
        type="other"
        weapon_type="12">
        <sprite>scythe.xml</sprite>
    </item>
    <item id="37"
        type="other"
        weapon_type="12">
        <sprite>staff.xml</sprite>
    </item>
    <item id="38"
        type="other"
        weapon_type="12">
        <sprite>sword.xml</sprite>
    </item>
    <item id="39"
        type="other"
        weapon_type="12">
        <sprite>whip.xml</sprite>
    </item>


    <!-- Items -->
    <item id="501"
        image="generic/use/acorn.png"
        name="Acorn"
        description="Squichy's food, should be good in a cake."
        effect="+15 HP"
        type="usable"
        weight="2"/>
    <item id="502"
        image="generic/use/bread.png"
        name="Bread"
        description="Home-made bread."
        effect="+30 HP"
        type="usable"
        weight="5"/>
    <item id="503"
        image="generic/use/carrot.png"
        name="Carrot"
        description="Good in cakes."
        effect="+25 HP"
        type="usable"
        weight="6"/>
    <item id="504"
        image="generic/use/cheese.png"
        name="Cheese"
        description="A ratto's left-overs."
        effect="+40 HP"
        type="usable"
        weight="6"/>
    <item id="505"
        image="generic/use/chickleg.png"
        name="Pious legs"
        description="Tasty Pious's legs, well spiced!"
        effect="+10 HP"
        type="usable"
        weight="8"/>
    <item id="506"
        image="generic/use/lettuce.png"
        name="Lettuce"
        description="Perfect for when you want to lose some weight."
        effect="+15 HP"
        type="usable"
        weight="5"/>
    <item id="507"
        image="generic/use/piberries.png"
        name="Piberries"
        description="The famous staining-fruit."
        effect="+20 HP"
        type="usable"
        weight="3"/>
    <item id="508"
        image="generic/use/waterdrop.png"
        name="Sea drop"
        description="Some waters drops from the sea, may you shouldn't drink it..."
        effect="+15 HP, Headache"
        type="usable"
        weight="2"/>


    <!-- Generic -->
    <item id="700"
        image="generic/3leafclover.png"
        name="Three-leaf clover"
        description="A simple clover."
        type="generic"
        weight="5"/>
     <item id="701"
        image="generic/feathers.png"
        name="Pious feathers"
        description="Some yellow feathers.. A pious might have dropped them."
        type="generic"
        weight="1"/>
    <item id="702"
        image="generic/fragmentturtleshell.png"
        name="Tortugas shell fragment"
        description="Yeah, it's really a fragment of a tortugas's shell."
        type="generic"
        weight="15"/>
    <item id="703"
        image="generic/halfeggshell.png"
        name="Half eggshell"
        description="Maybe it was broken to prepare a fried egg."
        type="generic"
        weight="5"/>
    <item id="704"
        image="generic/rattotail.png"
        name="Ratto tail"
        description="A long tail from a Ratto."
        type="generic"
        weight="5"/>
    <item id="705"
        image="generic/rattotooth.png"
        name="Ratto tooth"
        description="Some Ratto's tooth."
        type="generic"
        weight="3"/>
    <item id="706"
        image="generic/root.png"
        name="Root"
        description="Could be useful for cooking."
        type="generic"
        weight="5"/>
    <item id="707"
        image="generic/squichyclaw.png"
        name="Squichy claws"
        description="Claws from a wild Squichy."
        type="generic"
        weight="10"/>
    <item id="708"
        image="generic/tortugasshell.png"
        name="Tortugas shell"
        description="This shell comes from a Tortugas."
        type="generic"
        weight="35"/>
    <item id="709"
        image="generic/tortugastongue.png"
        name="Tortugas tongue"
        description="A tongue from a Tortugas."
        type="generic"
        weight="5"/>


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


    <!-- Chest -->
    <item id="1300"
        image="equipment/chest/cottonshirt.png|W:#3e3c38,514d47,706662,99917b,c0b698,e4dfca"
        name="Used shirt"
        description="A used shirt given to you by a sailor."
        effect="+2 Defense"
        type="equip-torso"
        weight="50">
        <sprite gender="male">equipment/chest/cottonshirt-male.xml|#43413d,59544f,7a706c,8a8176,a69e88,d1c7a7,e4dfca</sprite>
        <sprite gender="female">equipment/chest/cottonshirt-female.xml|#43413d,59544f,7a706c,8a8176,a69e88,d1c7a7,e4dfca</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="40"
        max-per-slot="1"
        colors="simple">
        <sprite gender="male">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="75">
        <sprite gender="male">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|W"
        name="%Color% boots"
        description="%Color% boots made for beginners."
        effect="+1% Defense"
        type="equip-feet"
        weight="30"
        colors="simple">
        <sprite gender="male">equipment/feet/boots-male.xml</sprite>
        <sprite gender="female">equipment/feet/boots-female.xml</sprite>
    </item>


    <!-- Gloves
    <item id="2001"
        image="equipment/hands/bracelets.png"
        name="Bracelets"
        description="Made out of wood and iron."
        effect="+1% Defense"
        type="equip-arms"
        weight="30">
        <sprite>equipment/hands/bracelets.xml</sprite>
    </item> -->


    <!-- Pants -->
    <item id="2200"
        image="equipment/leg/shorts.png|W:#514d47,706662,99917b,c0b698,e4dfca"
        name="Used shorts"
        description="A used pair of shorts given to you by a sailor, erk..."
        effect="+2% Defense"
        type="equip-legs"
        weight="35">
        <sprite gender="male">equipment/leg/shorts-male.xml|#43413d,59544f,7a706c,8a8176,a69e88,d1c7a7,e4dfca</sprite>
        <sprite gender="female">equipment/leg/shorts-female.xml|#43413d,59544f,7a706c,8a8176,a69e88,d1c7a7,e4dfca</sprite>
    </item>


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


    <!-- Shield
    <item id="2700"
        image="equipment/shield/.png"
        name=""
        description=""
        effect="+% Defense"
        type="equip-shield"
        defense=""
        weight="">
        <sprite>equipment/shield/</sprite>
    </item> -->

    <!-- Head -->
    <item id="2900"
        image="equipment/head/bandana hat.png"
        name="Bandana"
        description="A striped bandana."
        effect="+1% Defense"
        type="equip-head"
        defense="1"
        weight="13"
        max-per-slot="1">
        <sprite>equipment/head/bandana hat.xml</sprite>
        <replace sprite="hair">
            <item from="-3" to="-2" />
            <item from="-5" to="-4" />
            <item from="-6" to="-7" />
            <item from="-13" to="-1" />
            <item from="-14" to="-13" />
            <item from="-15" to="-13" />
        </replace>
    </item>


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


    <!-- Weapons -->
    <item id="3500"
        image="equipment/weapons/sword/knife.png"
        name="Knife"
        description="A simple knife."
        effect="Damage +10"
        type="equip-1hand"
        weapon-type="knife"
        attack-action="attack"
        weight="50">
        <sprite>equipment/weapons/dagger.xml</sprite>
        <sound event="strike">weapons/swords/short-sword-miss1.ogg</sound>
        <sound event="hit">weapons/swords/short-sword-hit1.ogg</sound>
    </item>

</items>