summaryrefslogtreecommitdiff
path: root/homunculuses.xml
blob: fe05b8c71b89cd1b93f7d771558726fb344da6c7 (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
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: 4144, Jesusalva, Duke_M
Copyright (C) 2016 Evol Online
Copyright (C) 2019 Moubootaur Legends -->

<homunculuses>

<!--
	Basic attributes (default values used for homunculus here):
		hoverCursor
		targetOffsetX
		targetOffsetY
		nameOffsetX
		nameOffsetY
		sortOffsetY
		hpBarOffsetX
		hpBarOffsetY
	
	Walking attribute (defaults to walk, default used here for homunculus)
		walkType
			walk, ground, fly, air, all, wall, monsterwall, swim, water
			(walkswim, swimwalk (legacy))
			
	AI attributes (used here!)
		startFollowDistance
			If the distance gets greater than this, the homunculus moves to the owner.
		followDistance
			The distance in tiles for following owner (walk follow)
		warpDistance
			The distance at which the homunculus warps to the owner
		offsetX
			The normal stand offset. Positive is to the right, assuming the owner is facing
			towards player. Or: positive is to the left of the owner.
		offsetY
			The normal stand offset. Positive is down, assuming the owner facing towards
			player. Or: In the direction the owner looks.
		sitOffsetX
			The same for sit
		sitOffsetY
			The same for sit
		moveOfsetX
		moveOffsetY
			The relative follow position. X and Y as above.
		deadOffsetX
		deadOffsetY
			Don't know for what this is.
		attackOffsetX
		attackOffsetY
			That seems to set the attack distance. 
			A negative Y offset means: n steps behind the player char.
			So for ranged homunculi set a negative value here.
		thinkTime
			Standard value is 100. Probably how fast the AI checks and applies these values here.
		directionType
			The direction in which the homunculus looks. Depends on owner.
				0: Unknown (maybe random)
				1: Same direction as the owner
				2:
				3:
				4: Opposite direction as owner
		sitDirectionType
			Same as directionType
		deadDirectionType
			Unknown
		attackDirectionType
			Purpose unknown
	Unknown:
		maxHP
			No idea if this does anything useful. This value should be controlled by server.
		deadSortOffsetY
			Unknown
		colors
			Unknown
			
		#################################################################################
		
	Hint for players:
	It is possible to override these settings with a local file. To do so,
	create a "local" directory in the updates folder. On Linux this is
	${HOME}/.local/share/mana/updates/updates.tmw2.org
	Then in that folder put a copy of the homunculuses.xml file and
	edit it as wanted. These modifications are local only. So outfit
	changes are only visible to you locally. But movement modifications
	are visible globally because they are controlled by the client. But they
	too apply locally only. So if you want your melee homunculus to stay
	behind, just set a negative attack Y offset (To be tested!).
-->


	<!--======================================================================-->
	<!-- Mage attack range = 7 -->
	<homunculus
		id="6001"
		name="Mage"
		startFollowDistance="3"
		followDistance="-5"
		warpDistance="11"
		offsetX="1"
		offsetY="-5"
		sitOffsetX="1"
		sitOffsetY="0"
		moveOffsetX="0"
		moveOffsetY="-5"
		deadOffsetX="0"
		deadOffsetY="0"
		attackOffsetX="0"
		attackOffsetY="-7"
		thinkTime="100"
		directionType="1"
		sitDirectionType="1"
		deadDirectionType="1"
		attackDirectionType="1"
	>
	<!-- 
		Sprites to use (tag <sprite>), has a "variant" attribute.
		Different attack types (tag <attack>)
			id
			effect-id
			hit-effect-id
			action		default=attack
					others found so far: attack_distance, attack_magic
			skyaction	default=skyattack (no idea what these do)
			wateraction	default=waterattack
			rideaction	default=rideattack
			missile-particle For ranged attack?
			missile-z
			missile-lifetime
			missile-speed
			missile-diedistance
		fx, <particlefx> node	
		Sounds for different events (<sound> tag)
			Events: hit, miss, hurt, spawn, die		
	-->
		<sprite>races/elven-female.xml</sprite>
		<!-- for hair colors see itemcolors.xml, section list name="hairS" 
		The simple hair colors don't work here. -->
		<sprite>hairstyles/hairstyle19.xml|#2b2b2b,3d2613,3f3f3f,4e3117,585858,774c20,858585,8f5d22,a7a7a7,ae772d,d6d6d6,dbae5c,ffffff,f7e1ad</sprite>
		<sprite>equipment/head/wizardhat.xml|#4f0a76,8010c0,d699f7</sprite>
		<sprite>equipment/feet/boots-female.xml</sprite>
		<sprite>equipment/chest/silkrobe-female.xml|#3c1554,6d3195,c987d1</sprite>
		<sprite>equipment/weapons/weapon-staff.xml</sprite>
		<!-- <attack id="382" action="attack_distance"/> -->
		<!-- <attack id="382" action="attack_magic"/> -->
		<!-- ID attribute = skill ID? -->
		<attack id="1" missile-particle="graphics/particles/misc.firebolt.xml" action="attack_distance"/>
		<attack id="8013" missile-particle="graphics/particles/darkblueflame.particle.xml" action="attack_magic"/>
		<sound event="hit">weapons/wand/wand01.ogg</sound>
		<sound event="miss">weapons/wand/gluhk.ogg</sound>
		<sound event="hurt">Ouch/ouch03.ogg</sound>
		<!--<sound event="spawn">special/homspawn.ogg</sound> --> <!-- useful for debugging -->
		<sound event="die">monsters/shit.ogg</sound>
	</homunculus>
	<!--======================================================================-->
	<homunculus
		id="6002"
		name="Tanker"
		startFollowDistance="3"
		followDistance="1"
		warpDistance="11"
		offsetX="1"
		offsetY="-1"
		sitOffsetX="1"
		sitOffsetY="0"
		moveOffsetX="0"
		moveOffsetY="5"
		deadOffsetX="0"
		deadOffsetY="0"
		attackOffsetX="0"
		attackOffsetY="2"
		thinkTime="100"
		directionType="1"
		sitDirectionType="1"
		deadDirectionType="1"
		attackDirectionType="4"
	>
		<sprite>races/ukar-female.xml</sprite>
		<sprite>hairstyles/hairstyle26.xml|#2b2b2b,000002,3f3f3f,020004,585858,0d0d13,858585,181c20,a7a7a7,2b302d,d6d6d6,616b64,ffffff,c7ccbf</sprite> <!-- black -->
		<sprite>equipment/head/infantryhelmet.xml</sprite>
		<sprite>equipment/feet/boots-female.xml|#3f221d,754d23,f5cea4</sprite> <!-- brown -->
		<sprite>equipment/hands/cottongloves-female.xml|#3f221d,754d23,f5cea4</sprite>
		<sprite>equipment/legs/cottonskirt-female.xml|#594d36,b49b6c,f4d293</sprite>
		<sprite>equipment/weapons/shortgladius.xml</sprite>
		<sprite>equipment/shields/bladeshield.xml</sprite>
		<sound event="hurt">Ouch/ouch03.ogg</sound>
		<!--<sound event="spawn">special/homspawn.ogg</sound> --> <!-- useful for debugging -->
		<sound event="hit">weapons/metal/sword_hit06.ogg</sound>
		<sound event="die">monsters/shit.ogg</sound>
	</homunculus>
	<!--======================================================================-->
	<homunculus
		id="6003"
		name="Agile"
		startFollowDistance="3"
		followDistance="1"
		warpDistance="11"
		offsetX="1"
		offsetY="-1"
		sitOffsetX="1"
		sitOffsetY="0"
		moveOffsetX="0"
		moveOffsetY="5"
		deadOffsetX="0"
		deadOffsetY="0"
		attackOffsetX="0"
		attackOffsetY="2"
		thinkTime="100"
		directionType="1"
		sitDirectionType="1"
		deadDirectionType="1"
		attackDirectionType="4"
	>
		<sprite>races/raijin-female.xml</sprite>
		<sprite>hairstyles/hairstyle16.xml|#2b2b2b,470320,3f3f3f,570c27,585858,8e2b41,858585,a42d2d,a7a7a7,c82525,d6d6d6,e89687,ffffff,fcd4a4</sprite>
		<sprite>equipment/feet/assassinboots-female.xml</sprite>
		<sprite>equipment/hands/assassingloves-female.xml</sprite>
		<sprite>equipment/chest/assassinchest-female.xml</sprite>
		<sprite>equipment/legs/assassinpants-female.xml</sprite>
		<sprite>equipment/weapons/backsword.xml</sprite>
		<sound event="hit">weapons/metal/katana07.ogg</sound>
		<sound event="hit">weapons/metal/katana09.ogg</sound>
		<sound event="miss">weapons/piouslayer/miss1.ogg</sound>
		<sound event="hurt">Ouch/ouch03.ogg</sound>
		<!--<sound event="spawn">special/homspawn.ogg</sound> --> <!-- useful for debugging -->
		<sound event="die">monsters/shit.ogg</sound>
	</homunculus>
	<!--======================================================================-->
	<homunculus
		id="6004"
		name="Strong"
		startFollowDistance="3"
		followDistance="1"
		warpDistance="11"
		offsetX="1"
		offsetY="-1"
		sitOffsetX="1"
		sitOffsetY="0"
		moveOffsetX="0"
		moveOffsetY="5"
		deadOffsetX="0"
		deadOffsetY="0"
		attackOffsetX="0"
		attackOffsetY="2"
		thinkTime="100"
		directionType="1"
		sitDirectionType="1"
		deadDirectionType="1"
		attackDirectionType="4"
	>
		<sprite>races/orc-male.xml</sprite>
		<sprite>hairstyles/hairstyle14.xml|#2b2b2b,273a2e,3f3f3f,2f4a37,585858,2c5235,858585,3a6935,a7a7a7,4b802c,d6d6d6,8bb449,ffffff,d2e489</sprite> <!-- Forest Green -->
		<sprite>equipment/feet/bromenalboots-male.xml</sprite>
		<sprite>equipment/hands/bromenalgloves-male.xml</sprite>
		<sprite>equipment/legs/jeanschaps-male.xml</sprite>
		<sprite>equipment/chest/trainingshirt-male.xml</sprite>
		<sprite>equipment/head/vikinghelmet.xml</sprite>
		<sprite>equipment/weapons/kanabo.xml</sprite>
		<sound event="hit">weapons/bass_hit.ogg</sound>
		<sound event="hurt">Ouch/ouch02.ogg</sound>
		<!--<sound event="spawn">special/homspawn.ogg</sound> --> <!-- useful for debugging -->
		<sound event="die">monsters/grunt02.ogg</sound>
	</homunculus>
	<!--======================================================================-->
	<!-- Lucky attack range = 9 -->
	<homunculus
		id="6005"
		name="Lucky"
		
		targetOffsetX="0"
		targetOffsetY="12"
		
		startFollowDistance="3"
		followDistance="-5"
		warpDistance="11"
		offsetX="1"
		offsetY="-5"
		sitOffsetX="1"
		sitOffsetY="0"
		moveOffsetX="1"
		moveOffsetY="-5"
		deadOffsetX="0"
		deadOffsetY="0"
		attackOffsetX="0"
		attackOffsetY="-9"
		thinkTime="100"
		directionType="1"
		sitDirectionType="1"
		deadDirectionType="1"
		attackDirectionType="1"
	>
		<sprite>races/human-female.xml</sprite>
		<sprite>hairstyles/hairstyle18.xml|#2b2b2b,273a2e,3f3f3f,2f4a37,585858,2c5235,858585,3a6935,a7a7a7,4b802c,d6d6d6,8bb449,ffffff,d2e489</sprite> <!-- forest green -->
		<sprite>equipment/head/leprechaunhat.xml</sprite>
<!--		<sprite>equipment/head/fairyhat.xml</sprite> --> <!-- other option, would look nice too -->
		<sprite>equipment/feet/boots-female.xml|#3f221d,754d23,f5cea4</sprite> <!-- brown -->
		<sprite>equipment/hands/cottongloves-female.xml|#3f221d,754d23,f5cea4</sprite>
		<sprite>equipment/legs/bandittrousers-female.xml</sprite>
		<sprite>equipment/chest/forestarmor-female.xml</sprite>
		<!-- Copied from Robin Bandit: -->
		<sprite>monsters/accessories/banditbow.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite>
		<attack id="2" missile-particle="graphics/particles/training-arrow.xml" action="attack_distance"/>
		<!-- New sounds -->
		<sound event="hit">weapons/bow/bow_release.ogg</sound>
		<sound event="miss">weapons/wand/gluhk.ogg</sound>
		<sound event="hurt">Ouch/ouch03.ogg</sound>
		<!--<sound event="spawn">special/homspawn.ogg</sound> --> <!-- useful for debugging -->
		<sound event="die">monsters/shit.ogg</sound>
	</homunculus>
	<!--======================================================================-->
	<!-- TODO Accurate attack range = 5 -->
	<homunculus
		id="6006"
		name="Accurate"
		startFollowDistance="3"
		followDistance="1"
		warpDistance="11"
		offsetX="0"
		offsetY="2"
		sitOffsetX="1"
		sitOffsetY="0"
		moveOffsetX="0"
		moveOffsetY="5"
		deadOffsetX="0"
		deadOffsetY="0"
		attackOffsetX="0"
		attackOffsetY="-5"
		thinkTime="100"
		directionType="1"
		sitDirectionType="1"
		deadDirectionType="1"
		attackDirectionType="1"
	>
		<!--
			The accurate is a piou? In server data it is a demi-human like
			the others. But if this is wanted...
		
		<sprite>monsters/tipiou.xml</sprite> -->
		<!-- New sprite copied from grenadier, except hat -->
		<sprite>races/human-male-medium.xml</sprite>
		<sprite>hairstyles/hairstyle01.xml</sprite>
		<sprite>equipment/chest/sorcererrobe-male.xml|#5178a0,1a294c;#d5b02c</sprite>
		<sprite>equipment/legs/cottontrousers-male.xml|#5178a0,1a294c</sprite>
		<sprite>equipment/head/bowlerhat.xml</sprite>
		<sprite>equipment/neck/monocle.xml</sprite>
		<sprite>equipment/neck/mustache.xml</sprite>
		<sprite>equipment/hands/cottongloves-male.xml|#4e2e18,c8752f</sprite>
		<sprite>equipment/feet/boots-male.xml|#212121,444444</sprite>
		<sprite>equipment/weapons/gun.xml</sprite>
		<attack id="1" critical-hit-effect-id="31" hit-effect-id="402" missile-particle="graphics/particles/lobbed-object.xml" action="attack"/>
		<sound event="spawn">special/homspawn.ogg</sound>
		<sound event="hurt">Ouch/ouch02.ogg</sound>
		<sound event="die">monsters/grunt02.ogg</sound>
		<sound event="hit">weapons/gun/hit1.ogg</sound>
		<sound event="miss">weapons/gun/miss1.ogg</sound>
		<sound event="miss">weapons/gun/miss2.ogg</sound>
		<sound event="miss">weapons/gun/miss3.ogg</sound>
	</homunculus>
	<!--======================================================================-->
	<!-- 
		Allrounder is melee.
		Since it is not specialized in melee, maybe an attack offset
		of -2 (2 steps behind player char) is better for keeping
		it alive? To be tested.
	-->
	<homunculus
		id="6007"
		name="All Rounder"
		startFollowDistance="3"
		followDistance="1"
		warpDistance="11"
		offsetX="1"
		offsetY="-1"
		sitOffsetX="1"
		sitOffsetY="0"
		moveOffsetX="0"
		moveOffsetY="5"
		deadOffsetX="0"
		deadOffsetY="0"
		attackOffsetX="0"
		attackOffsetY="-2"
		thinkTime="100"
		directionType="1"
		sitDirectionType="1"
		deadDirectionType="1"
		attackDirectionType="4"
	>
		<sprite>races/human-female.xml</sprite>
		<sprite>hairstyles/hairstyle20.xml|#2b2b2b,471c26,3f3f3f,591f20,585858,8f2f2c,858585,a63e25,a7a7a7,c85a2f,d6d6d6,f39855,ffffff,ffe3b6</sprite> <!-- copper blonde -->
		<sprite>equipment/head/deserthelmet.xml</sprite>
		<sprite>equipment/feet/boots-female.xml|#3f221d,754d23,f5cea4</sprite> <!-- brown -->
		<sprite>equipment/hands/cottongloves-female.xml|#3f221d,754d23,f5cea4</sprite>
		<sprite>equipment/legs/cottonskirt-female.xml|#594d36,b49b6c,f4d293</sprite>
		<sprite>equipment/chest/leathershirt-female.xml|#3f221d,754d23,f5cea4</sprite>
		<sprite>equipment/weapons/sword-iron.xml</sprite>
		<sprite>equipment/shields/buckler.xml</sprite>
		<sound event="hit">weapons/metal/katana03.ogg</sound>
		<sound event="miss">weapons/piouslayer/miss1.ogg</sound>
		<sound event="hurt">Ouch/ouch03.ogg</sound>
		<!--<sound event="spawn">special/homspawn.ogg</sound> --> <!-- useful for debugging -->
		<sound event="die">monsters/shit.ogg</sound>
	</homunculus>
	<!--======================================================================-->
	<!--
		TODO: Move this to female
	-->
	<homunculus
		id="6008"
		name="Superior Machine"
		startFollowDistance="3"
		followDistance="1"
		warpDistance="11"
		offsetX="1"
		offsetY="-1"
		sitOffsetX="1"
		sitOffsetY="0"
		moveOffsetX="0"
		moveOffsetY="5"
		deadOffsetX="0"
		deadOffsetY="0"
		attackOffsetX="0"
		attackOffsetY="2"
		thinkTime="100"
		directionType="1"
		sitDirectionType="1"
		deadDirectionType="1"
		attackDirectionType="4"
	>
		<sprite>races/human-male.xml</sprite>
		<sprite>hairstyles/hairstyle21.xml|#2b2b2b,1c261a,3f3f3f,3e3e31,585858,514f42,858585,92887f,a7a7a7,9b9890,d6d6d6,cfcdbf,ffffff,fffff6</sprite> <!-- Silver Gray -->
		<sprite>equipment/feet/warlordboots-male.xml</sprite>
		<sprite>equipment/hands/warlordgloves-male.xml</sprite>
		<sprite>equipment/legs/chainmailskirt-male.xml</sprite>
		<sprite>equipment/chest/chainmail-male.xml</sprite>
		<sprite>equipment/head/prsmhelmet.xml</sprite>
		<sprite>equipment/weapons/sword-iron.xml</sprite>
		<sound event="hit">weapons/metal/katana03.ogg</sound>
		<!--<sound event="spawn">special/homspawn.ogg</sound> --> <!-- useful for debugging -->
		<sound event="die">monsters/grunt02.ogg</sound>
	</homunculus>
	<!--======================================================================-->
	<!-- Little girl with black dress 
		This homunculus is not editable. At least not the visual.
		What might be edited are stand and walk positions.
	-->
	<homunculus
		id="6010"
		name="Elli"
		startFollowDistance="2"
		followDistance="1"
		warpDistance="11"
		offsetX="0"
		offsetY="2"
		sitOffsetX="1"
		sitOffsetY="0"
		moveOffsetX="0"
		moveOffsetY="5"
		deadOffsetX="0"
		deadOffsetY="0"
		attackOffsetX="0"
		attackOffsetY="2"
		thinkTime="100"
		directionType="2"
		sitDirectionType="1"
		deadDirectionType="1"
		attackDirectionType="4"
	>
		<sprite>monsters/elli.xml</sprite>
		<sound event="hurt">Ouch/ouch03.ogg</sound>
		<!--<sound event="spawn">special/homspawn.ogg</sound> --> <!-- useful for debugging -->
		<sound event="die">monsters/shit.ogg</sound>
	</homunculus>

	<!--======================================================================-->
	<!--
		Evolution of Lucky and Mage.
		Focus on ? 
		Element: Wind
		Range = 7
		No sex adjustments necessary, base and evolved all same
	-->
	<homunculus
		id="6020"
		name="Ranger"
		startFollowDistance="3"
		followDistance="5"
		warpDistance="11"
		offsetX="1"
		offsetY="-5"
		sitOffsetX="1"
		sitOffsetY="0"
		moveOffsetX="0"
		moveOffsetY="5"
		deadOffsetX="0"
		deadOffsetY="0"
		attackOffsetX="0"
		attackOffsetY="-7"
		thinkTime="100"
		directionType="1"
		sitDirectionType="1"
		deadDirectionType="1"
		attackDirectionType="4"
	>
		<sprite>races/human-female.xml</sprite>
		<sprite>equipment/chest/leathershirt-female.xml|#3f221d,754d23,f5cea4</sprite>
		<sprite>hairstyles/hairstyle20.xml|#37273b,422c48,615282,6f78ab,90abcd,96cdd9,d1e9eb</sprite>
		<sprite>equipment/head/deserthelmet.xml</sprite>
		<sprite>equipment/feet/boots-female.xml|#3f221d,754d23,f5cea4</sprite> <!-- brown -->
		<sprite>equipment/hands/cottongloves-female.xml|#3f221d,754d23,f5cea4</sprite>
		<sprite>equipment/legs/cottonskirt-female.xml|#594d36,b49b6c,f4d293</sprite>
		<sprite>equipment/weapons/staff-wizard.xml</sprite>
	</homunculus>
	<!--======================================================================-->
	<!--
		Warrior is evolution of Strong and Accurate.
		Focus on STR and DEX
		Element: Fire
		TODO: Strong: male, Accurate: male, so change Warrior to male
	-->
	<homunculus
		id="6021"
		name="Warrior"
		startFollowDistance="3"
		followDistance="1"
		warpDistance="11"
		offsetX="0"
		offsetY="2"
		sitOffsetX="1"
		sitOffsetY="0"
		moveOffsetX="0"
		moveOffsetY="5"
		deadOffsetX="0"
		deadOffsetY="0"
		attackOffsetX="0"
		attackOffsetY="2"
		thinkTime="100"
		directionType="1"
		sitDirectionType="1"
		deadDirectionType="1"
		attackDirectionType="1"
	>
		<sprite>races/ukar-male.xml</sprite>
		<sprite>equipment/chest/bromenalchest-male.xml|#3f221d,754d23,f5cea4</sprite>
		<sprite>hairstyles/hairstyle20.xml|#37273b,422c48,615282,6f78ab,90abcd,96cdd9,d1e9eb</sprite>
		<sprite>equipment/head/bromenalhelmet.xml</sprite>
		<sprite>equipment/feet/bromenalboots-male.xml</sprite>
		<sprite>equipment/hands/bromenalgloves-male.xml</sprite>
<!--		<sprite>equipment/legs/cottonskirt-female.xml|#594d36,b49b6c,f4d293</sprite>-->
		<sprite>equipment/legs/bromenalpants-male.xml</sprite>
<!--		<sprite>equipment/weapons/immortal.xml</sprite>-->
		<sprite>equipment/weapons/sword-iron.xml</sprite>
		<sprite>equipment/shields/bladeshield.xml</sprite> <!-- TODO: replace with bromenal shield -->
		<sound event="hit">weapons/knife/hit1.ogg</sound>
		<sound event="hit">weapons/piouslayer/hit1.ogg</sound>
		<sound event="miss">weapons/piouslayer/miss1.ogg</sound>
		<sound event="hurt">Ouch/ouch01.ogg</sound>
		<!--<sound event="spawn">special/homspawn.ogg</sound> --> <!-- useful for debugging -->
		<sound event="die">monsters/grunt02.ogg</sound>
	</homunculus>
	
	<!--======================================================================-->
	<!--
		Stalwart is evolution of Tanker and Agile
		Focus on VIT and AGI
		Element: Earth
		Tanker: male, Agile: female, Stalwart: female
		TODO: So adjust tanker to female
	-->
	<homunculus
		id="6022"
		name="Stalwart"
		startFollowDistance="3"
		followDistance="1"
		warpDistance="11"
		offsetX="0"
		offsetY="2"
		sitOffsetX="1"
		sitOffsetY="0"
		moveOffsetX="0"
		moveOffsetY="5"
		deadOffsetX="0"
		deadOffsetY="0"
		attackOffsetX="0"
		attackOffsetY="2"
		thinkTime="100"
		directionType="1"
		sitDirectionType="1"
		deadDirectionType="1"
		attackDirectionType="4"
	>
		<sprite>races/human-female.xml</sprite>
		<sprite>equipment/chest/leathershirt-female.xml|#3f221d,754d23,f5cea4</sprite>
		<sprite>hairstyles/hairstyle20.xml|#37273b,422c48,615282,6f78ab,90abcd,96cdd9,d1e9eb</sprite>
		<sprite>equipment/feet/bromenalboots-female.xml</sprite>
		<sprite>equipment/hands/bromenalgloves-female.xml</sprite>
		<sprite>equipment/legs/bromenalpants-female.xml</sprite>
		<sprite>equipment/chest/bromenalchest-female.xml</sprite>
		<sprite>equipment/head/bromenalhelmet.xml</sprite>
		<sprite>equipment/weapons/sword-bronze.xml</sprite>
		<sprite>equipment/shields/braknar.xml</sprite>
		<sound event="hurt">Ouch/ouch03.ogg</sound>
		<!--<sound event="spawn">special/homspawn.ogg</sound> --> <!-- useful for debugging -->
		<sound event="hurt">weapons/metal/sword_hit06.ogg</sound>
		<sound event="die">monsters/shit.ogg</sound>
	</homunculus>
	
	<!--======================================================================-->
	<!--
		Evolution of Allrounder and Superior Machine
		Focus none, balanced
		Element: Water
		Allrounder: female, Superior Machine: male, Paladin: female
		-> TODO: Move Superior Machine to female
	-->
	<homunculus
		id="6023"
		name="Paladin"
		startFollowDistance="3"
		followDistance="1"
		warpDistance="11"
		offsetX="0"
		offsetY="2"
		sitOffsetX="1"
		sitOffsetY="0"
		moveOffsetX="0"
		moveOffsetY="5"
		deadOffsetX="0"
		deadOffsetY="0"
		attackOffsetX="0"
		attackOffsetY="2"
		thinkTime="100"
		directionType="1"
		sitDirectionType="1"
		deadDirectionType="1"
		attackDirectionType="4"
	>
		<sprite>races/human-female-medium.xml</sprite>
<!--		<sprite>equipment/chest/leathershirt-female.xml|#3f221d,754d23,f5cea4</sprite>-->
		<sprite>equipment/chest/lightplatemail-female.xml|#573f10,9c8226,d3c04b,ffffff</sprite>
		<sprite>hairstyles/hairstyle20.xml|#37273b,422c48,615282,6f78ab,90abcd,96cdd9,d1e9eb</sprite>
		<sprite>equipment/head/centurionhelmet.xml</sprite>
		<sprite>equipment/feet/bromenalboots-female.xml</sprite>
		<sprite>equipment/hands/bromenalgloves-female.xml</sprite>
<!--		<sprite>equipment/legs/cottonskirt-female.xml|#594d36,b49b6c,f4d293</sprite>-->
		<sprite>equipment/legs/chainmailskirt-female.xml|#573f10,9c8226,d3c04b,ffffff</sprite>
		<sprite>equipment/weapons/sword-iron.xml</sprite>
	</homunculus>

</homunculuses>