summaryrefslogblamecommitdiff
path: root/db/re/mob_db.conf
blob: 2eef8fd1da74a62ed3f995550bf5fad1f06d9ad7 (plain) (tree)
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
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777








































































































































































































































































































































































































































































































































































































































































































































































































                                                                               
mob_db: (
//  Mobs Database
//
/******************************************************************************
 ************* Entry structure ************************************************
 ******************************************************************************
{
	// =================== Mandatory fields ===============================
	Id: ID                                (int)
	SpriteName: "SPRITE_NAME"             (string)
	Name: "Mob name"                      (string)
	// =================== Optional fields ================================
	Lv: level                             (int, defaults to 1)
	Hp: health                            (int, defaults to 1)
	Sp: mana                              (int, defaults to 0)
	Exp: basic experience                 (int, defaults to 0)
	JExp: job experience                  (int, defaults to 0)
	AttackRange: attack range             (int, defaults to 1)
	Attack: [attack1, attack2]            (int, defaults to 0)
	Def: defence                          (int, defaults to 0)
	Mdef: magic defence                   (int, defaults to 0)
	Stats: {
		Str: strength                 (int, defaults to 0)
		Agi: agility                  (int, defaults to 0)
		Vit: vitality                 (int, defaults to 0)
		Int: intelligence             (int, defaults to 0)
		Dex: dexterity                (int, defaults to 0)
		Luk: luck                     (int, defaults to 0)
	}
	ViewRange: view range                 (int, defaults to 1)
	ChaseRange: chase range               (int, defaults to 1)
	Size: size                            (int, defaults to 1)
	Race: race                            (int, defaults to 0)
	Element: (type, level)
	Mode: {
		CanMove: true/false           (bool)
		Looter: true/false            (bool)
		Aggressive: true/false        (bool)
		Assist: true/false            (bool)
		CastSensorIdle:true/false     (bool)
		Boss: true/false              (bool)
		Plant: true/false             (bool)
		CanAttack: true/false         (bool)
		Detector: true/false          (bool)
		CastSensorChase: true/false   (bool)
		ChangeChase: true/false       (bool)
		Angry: true/false             (bool)
		ChangeTargetMelee: true/false (bool)
		ChangeTargetChase: true/false (bool)
		TargetWeak: true/false        (bool)
	}
	MoveSpeed: move speed                 (int, defaults to 0)
	AttackDelay: attack delay             (int, defaults to 4000)
	AttackMotion: attack motion           (int, defaults to 2000)
	DamageMotion: damage motion           (int, defaults to 0)
	MvpExp: mvp experience                (int, defaults to 0)
	MvpDrops: {
		AegisName: chance             (string: int)
		...
	}
	Drops: {
		AegisName: chance         (string: int)
		...
	}

},
******************************************************************************/


{
	Id: 1002
	SpriteName: "Piou"
	Name: "Piou"
	Lv: 1
	Hp: 40
	Sp: 0
	Exp: 1
	JExp: 0
	AttackRange: 1
	Attack: [1, 4]
	Def: 0
	Mdef: 0
	Stats: {
		Str: 1
		Agi: 1
		Vit: 1
		Int: 0
		Dex: 6
		Luk: 1
	}
	ViewRange: 1
	ChaseRange: 1000
	Size: 0
	Race: 2
	Element: (4, 1)
	Mode: {
		CanMove: true
		CanAttack: true
	}
	MoveSpeed: 800
	AttackDelay: 1872
	AttackMotion: 672
	DamageMotion: 480
	MvpExp: 0
	Drops: {
		PiouFeathers: 2300
		PiouLegs: 2700
	}
},
{
	Id: 1003
	SpriteName: "Piousse"
	Name: "Piousse"
	Lv: 3
	Hp: 40
	Sp: 0
	Exp: 2
	JExp: 0
	AttackRange: 1
	Attack: [5, 8]
	Def: 1
	Mdef: 0
	Stats: {
		Str: 2
		Agi: 1
		Vit: 1
		Int: 1
		Dex: 6
		Luk: 1
	}
	ViewRange: 1
	ChaseRange: 1000
	Size: 0
	Race: 2
	Element: (4, 1)
	Mode: {
		CanMove: true
		CanAttack: true
	}
	MoveSpeed: 800
	AttackDelay: 1872
	AttackMotion: 672
	DamageMotion: 480
	MvpExp: 0
	Drops: {
		HalfEggshell: 4000
		PiouLegs: 3000
		PiouFeathers: 3000
	}
},
{
	Id: 1004
	SpriteName: "Tortuga"
	Name: "Tortuga"
	Lv: 2
	Hp: 120
	Sp: 0
	Exp: 3
	JExp: 0
	AttackRange: 1
	Attack: [8, 13]
	Def: 5
	Mdef: 0
	Stats: {
		Str: 4
		Agi: 1
		Vit: 1
		Int: 1
		Dex: 8
		Luk: 5
	}
	ViewRange: 1
	ChaseRange: 12
	Size: 0
	Race: 2
	Element: (1, 1)
	Mode: {
		CanMove: true
		CanAttack: true
		CastSensorChase: true
	}
	MoveSpeed: 900
	AttackDelay: 1872
	AttackMotion: 672
	DamageMotion: 480
	MvpExp: 0
	Drops: {
		TortugaShellFragment: 1880
		LettuceLeaf: 1800
		TortugaTongue: 1000
		Fungus: 800
		SeaDrops: 500
		Aquada: 500
		TortugaShell: 500
		Moss: 500
	}
},
{
	Id: 1005
	SpriteName: "Ratto"
	Name: "Ratto"
	Lv: 5
	Hp: 140
	Sp: 0
	Exp: 5
	JExp: 0
	AttackRange: 1
	Attack: [10, 15]
	Def: 2
	Mdef: 0
	Stats: {
		Str: 5
		Agi: 10
		Vit: 1
		Int: 1
		Dex: 6
		Luk: 5
	}
	ViewRange: 1
	ChaseRange: 12
	Size: 0
	Race: 2
	Element: (5, 1)
	Mode: {
		CanMove: true
		Looter: true
		CanAttack: true
		CastSensorChase: true
	}
	MoveSpeed: 400
	AttackDelay: 1872
	AttackMotion: 672
	DamageMotion: 480
	MvpExp: 0
	Drops: {
		Cheese: 2000
		RattoTeeth: 1000
		RattoTail: 700
		Piberries: 700
		Moss: 700
	}
},
{
	Id: 1006
	SpriteName: "Croc"
	Name: "Croc"
	Lv: 10
	Hp: 240
	Sp: 0
	Exp: 14
	JExp: 0
	AttackRange: 1
	Attack: [30, 45]
	Def: 10
	Mdef: 0
	Stats: {
		Str: 10
		Agi: 1
		Vit: 2
		Int: 1
		Dex: 10
		Luk: 10
	}
	ViewRange: 1
	ChaseRange: 12
	Size: 0
	Race: 2
	Element: (1, 1)
	Mode: {
		CanMove: true
		CanAttack: true
		CastSensorChase: true
	}
	MoveSpeed: 800
	AttackDelay: 1872
	AttackMotion: 672
	DamageMotion: 480
	MvpExp: 0
	Drops: {
		CrocClaw: 2000
		BlueCoral: 1300
		Aquada: 1800
		SeaDrops: 700
		Coral: 500
	}
},
{
	Id: 1007
	SpriteName: "LittleBlub"
	Name: "Little Blub"
	Lv: 4
	Hp: 160
	Sp: 0
	Exp: 6
	JExp: 0
	AttackRange: 1
	Attack: [18, 28]
	Def: 4
	Mdef: 0
	Stats: {
		Str: 3
		Agi: 7
		Vit: 5
		Int: 1
		Dex: 12
		Luk: 7
	}
	ViewRange: 1
	ChaseRange: 12
	Size: 0
	Race: 2
	Element: (1, 1)
	Mode: {
		CanMove: true
		Looter: true
		Assist: true
		CanAttack: true
	}
	MoveSpeed: 500
	AttackDelay: 1872
	AttackMotion: 672
	DamageMotion: 480
	MvpExp: 0
	Drops: {
		SmallTentacles: 1500
		PinkBlobime: 1500
		Aquada: 1500
		SeaDrops: 1000
		Coral: 1000
		Pearl: 10
	}
},
{
	Id: 1008
	SpriteName: "Blub"
	Name: "Blub"
	Lv: 15
	Hp: 400
	Sp: 0
	Exp: 25
	JExp: 0
	AttackRange: 1
	Attack: [30, 36]
	Def: 20
	Mdef: 0
	Stats: {
		Str: 8
		Agi: 15
		Vit: 20
		Int: 1
		Dex: 13
		Luk: 20
	}
	ViewRange: 1
	ChaseRange: 12
	Size: 1
	Race: 2
	Element: (1, 1)
	Mode: {
		CanMove: true
		Looter: true
		Aggressive: true
		Boss: true
		CanAttack: true
		CastSensorChase: true
	}
	MoveSpeed: 700
	AttackDelay: 1872
	AttackMotion: 672
	DamageMotion: 480
	MvpExp: 0
	Drops: {
		Tentacles: 1800
		PinkBlobime: 2000
		Aquada: 1500
		SeaDrops: 1600
		Coral: 3000
		Pearl: 70
	}
},
{
	Id: 1009
	SpriteName: "ToppyBlub"
	Name: "Toppy Blub"
	Lv: 18
	Hp: 250
	Sp: 0
	Exp: 30
	JExp: 0
	AttackRange: 1
	Attack: [45, 55]
	Def: 15
	Mdef: 0
	Stats: {
		Str: 15
		Agi: 10
		Vit: 5
		Int: 1
		Dex: 20
		Luk: 13
	}
	ViewRange: 1
	ChaseRange: 12
	Size: 1
	Race: 2
	Element: (1, 1)
	Mode: {
		CanMove: true
		Looter: true
		CanAttack: true
		CastSensorChase: true
	}
	MoveSpeed: 600
	AttackDelay: 1872
	AttackMotion: 672
	DamageMotion: 480
	MvpExp: 0
	Drops: {
		Tentacles: 2300
		PurpleBlobime: 1800
		Aquada: 1200
		SeaDrops: 4000
		BlueCoral: 2200
		Pearl: 100
	}
},
{
	Id: 1010
	SpriteName: "Crocotree"
	Name: "Crocotree"
	Lv: 1
	Hp: 300
	Sp: 0
	Exp: 1
	JExp: 0
	AttackRange: 1
	Attack: [1, 1]
	Def: 1
	Mdef: 0
	Stats: {
		Str: 2
		Agi: 8
		Vit: 10
		Int: 1
		Dex: 1
		Luk: 20
	}
	ViewRange: 1
	ChaseRange: 12
	Size: 0
	Race: 3
	Element: (2, 1)
	MoveSpeed: 800
	AttackDelay: 800
	AttackMotion: 672
	DamageMotion: 480
	MvpExp: 0
	Drops: {
		HalfCroconut: 4200
		Croconut: 3300
	}
},
{
	Id: 1011
	SpriteName: "PlushroomField"
	Name: "Plushroom Field"
	Lv: 1
	Hp: 1
	Sp: 0
	Exp: 0
	JExp: 0
	AttackRange: 1
	Attack: [0, 0]
	Def: 0
	Mdef: 0
	Stats: {
		Str: 1
		Agi: 1
		Vit: 1
		Int: 1
		Dex: 1
		Luk: 1
	}
	ViewRange: 1
	ChaseRange: 12
	Size: 2
	Race: 3
	Element: (2, 1)
	MoveSpeed: 1000
	AttackDelay: 800
	AttackMotion: 672
	DamageMotion: 480
	MvpExp: 0
	Drops: {
		Plushroom: 7000
		MushroomSpores: 2000
		Moss: 300
	}
},
{
	Id: 1012
	SpriteName: "Frostiana"
	Name: "Frostiana"
	Lv: 6
	Hp: 80
	Sp: 0
	Exp: 2
	JExp: 0
	AttackRange: 1
	Attack: [8, 13]
	Def: 5
	Mdef: 0
	Stats: {
		Str: 2
		Agi: 1
		Vit: 5
		Int: 1
		Dex: 10
		Luk: 5
	}
	ViewRange: 1
	ChaseRange: 12
	Size: 2
	Race: 3
	Element: (2, 1)
	Mode: {
		Aggressive: true
		CanAttack: true
	}
	MoveSpeed: 1000
	AttackDelay: 2400
	AttackMotion: 672
	DamageMotion: 480
	MvpExp: 0
	Drops: {
		MushroomSpores: 4000
		Moss: 700
	}
},
{
	Id: 1013
	SpriteName: "Pikpik"
	Name: "Pikpik"
	Lv: 10
	Hp: 10
	Sp: 0
	Exp: 5
	JExp: 0
	AttackRange: 0
	Attack: [40, 58]
	Def: 15
	Mdef: 0
	Stats: {
		Str: 5
		Agi: 1
		Vit: 10
		Int: 1
		Dex: 15
		Luk: 10
	}
	ViewRange: 1
	ChaseRange: 12
	Size: 0
	Race: 2
	Element: (1, 1)
	Mode: {
		Aggressive: true
		CanAttack: true
	}
	MoveSpeed: 1000
	AttackDelay: 1872
	AttackMotion: 672
	DamageMotion: 480
	MvpExp: 0
},
{
	Id: 1014
	SpriteName: "CroconutMob"
	Name: "CroconutMob"
	Lv: 5
	Hp: 5
	Sp: 0
	Exp: 0
	JExp: 0
	AttackRange: 1
	Attack: [10, 15]
	Def: 1
	Mdef: 0
	Stats: {
		Str: 5
		Agi: 1
		Vit: 1
		Int: 1
		Dex: 14
		Luk: 7
	}
	ViewRange: 1
	ChaseRange: 12
	Size: 0
	Race: 3
	Element: (1, 1)
	Mode: {
		Aggressive: true
		CanAttack: true
	}
	MoveSpeed: 1000
	AttackDelay: 800
	AttackMotion: 672
	DamageMotion: 480
	MvpExp: 0
	Drops: {
		HalfCroconut: 4200
		Croconut: 3300
	}
},
{
	Id: 1015
	SpriteName: "Tipiu"
	Name: "Tipiu"
	Lv: 20
	Hp: 2000
	Sp: 0
	Exp: 100
	JExp: 0
	AttackRange: 1
	Attack: [20, 40]
	Def: 20
	Mdef: 0
	Stats: {
		Str: 10
		Agi: 5
		Vit: 20
		Int: 0
		Dex: 35
		Luk: 15
	}
	ViewRange: 1
	ChaseRange: 1000
	Size: 0
	Race: 2
	Element: (4, 1)
	Mode: {
		CanMove: true
		Aggressive: true
		Assist: true
		CanAttack: true
		ChangeTargetMelee: true
	}
	MoveSpeed: 300
	AttackDelay: 1120
	AttackMotion: 1672
	DamageMotion: 100
	MvpExp: 0
	Drops: {
		PiouFeathers: 3700
		PiouLegs: 4000
		EasterEgg: 3000
	}
},
{
	Id: 1016
	SpriteName: "Tipiou"
	Name: "Tipiou"
	Lv: 15
	Hp: 1800
	Sp: 0
	Exp: 90
	JExp: 0
	AttackRange: 1
	Attack: [30, 47]
	Def: 15
	Mdef: 0
	Stats: {
		Str: 15
		Agi: 5
		Vit: 15
		Int: 0
		Dex: 25
		Luk: 10
	}
	ViewRange: 1
	ChaseRange: 12
	Size: 0
	Race: 2
	Element: (4, 1)
	Mode: {
		CanMove: true
		Assist: true
		CanAttack: true
		ChangeTargetMelee: true
	}
	MoveSpeed: 300
	AttackDelay: 1120
	AttackMotion: 1672
	DamageMotion: 100
	MvpExp: 0
	Drops: {
		PiouFeathers: 3300
		PiouLegs: 3700
		EasterEgg: 3000
	}
},
{
	Id: 1017
	SpriteName: "Mananatree"
	Name: "Manana tree"
	Lv: 10
	Hp: 500
	Sp: 0
	Exp: 2
	JExp: 0
	AttackRange: 1
	Attack: [1, 1]
	Def: 10
	Mdef: 1
	Stats: {
		Str: 1
		Agi: 1
		Vit: 10
		Int: 1
		Dex: 1
		Luk: 1
	}
	ViewRange: 1
	ChaseRange: 12
	Size: 1
	Race: 3
	Element: (2, 1)
	MoveSpeed: 1000
	AttackDelay: 800
	AttackMotion: 672
	DamageMotion: 480
	MvpExp: 0
},
{
	Id: 1018
	SpriteName: "Crafty"
	Name: "Crafty"
	Lv: 16
	Hp: 200
	Sp: 0
	Exp: 10
	JExp: 0
	AttackRange: 1
	Attack: [25, 45]
	Def: 4
	Mdef: 40
	Stats: {
		Str: 4
		Agi: 30
		Vit: 20
		Int: 1
		Dex: 35
		Luk: 10
	}
	ViewRange: 1
	ChaseRange: 1000
	Size: 0
	Race: 2
	Element: (4, 1)
	Mode: {
		CanMove: true
		Looter: true
		CanAttack: true
		CastSensorChase: true
	}
	MoveSpeed: 400
	AttackDelay: 800
	AttackMotion: 672
	DamageMotion: 270
	MvpExp: 0
	Drops: {
		FouitWing: 4000
		BatTeeth: 4000
	}
},
)