-
Notifications
You must be signed in to change notification settings - Fork 3
/
analyze-creatures.mjs
838 lines (822 loc) · 16 KB
/
analyze-creatures.mjs
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
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
import {
createKillsPerCategoryMap,
writeMap,
} from './utils.mjs';
const CREATURES_PER_CATEGORY = new Map([
// Bestiary categories, per number of kills needed.
// https://tibiadraptor.com/bestiary?kills=5&sortBy=name
['very-rare-bestiary-creature', new Set([
'acolyte of darkness',
'bane bringer',
'bane of light',
'berrypest',
'bride of night',
'cake golem',
'crustacea gigantica',
'crystal wolf',
'diamond servant',
'dire penguin',
'doomsday cultist',
'draptor',
'dryad',
'duskbringer',
'elf overseer',
'goblin leader',
'golden servant',
'grynch clan goblin',
'herald of gloom',
'iks ahpututu',
'iron servant',
'midnight panther',
'midnight spawn',
'midnight warrior',
'nightfiend',
'nightslayer',
'raging fire',
'shadow hound',
'thornfire wolf',
'troll guard',
'undead cavebear',
'undead jester',
'vicious manbat',
'water buffalo',
'wild horse',
'yeti',
])],
// https://tibiadraptor.com/bestiary?kills=25&sortBy=name
['harmless-bestiary-creature', new Set([
'berrypest',
// The kill stats do not distinguish between blue, purple, or
// red butterflies.
'butterfly',
'cat',
'chocolate blob',
'cream blob',
'dog',
'fruit drop',
'gingerbread man',
'husky',
'modified gnarlhound',
'mushroom sniffer',
'northern pike',
'pigeon',
'sugar cube',
'sugar cube worker',
'truffle',
'truffle cook',
'wafer paper butterfly',
])],
// https://tibiadraptor.com/bestiary?kills=250&sortBy=name
['trivial-bestiary-creature', new Set([
'agrestic chicken',
'badger',
'bat',
'black sheep',
'bog frog',
'bug',
'cave parrot',
'cave rat',
'chicken',
'deer',
'dromedary',
'fish',
'flamingo',
'fox',
'frost troll',
'goblin',
'green frog',
// The kill stats do not distinguish between brown,
// grey, or taupe horses.
'horse',
'island troll',
'parrot',
'penguin',
'pig',
'poison spider',
'rabbit',
'rat',
'sandcrawler',
'seagull',
'sheep',
'silver rabbit',
'skunk',
'snake',
'spider',
'squirrel',
'troll',
'wasp',
'white deer',
'winter wolf',
'wisp',
'wolf',
])],
// https://tibiadraptor.com/bestiary?kills=500&sortBy=name
['easy-bestiary-creature', new Set([
'abyssal calamary',
'adventurer',
'amazon',
'assassin',
'azure frog',
'bandit',
'barbarian brutetamer',
'barbarian headsplitter',
'barbarian skullhunter',
'bear',
'blood crab',
'boar',
'bonelord',
'calamary',
'carrion worm',
'centipede',
'chakoya toolshaper',
'chakoya tribewarden',
'chakoya windcaller',
'cobra',
'coral frog',
'corym charlatan',
'crab',
'crazed beggar',
'crimson frog',
'crocodile',
'crypt defiler',
'crypt shambler',
'cyclops',
'damaged crystal golem',
'damaged worker golem',
'dark apprentice',
'dark magician',
'dark monk',
'deepling worker',
'deepsea blood crab',
'dwarf guard',
'dwarf soldier',
'dwarf',
'dworc fleshhunter',
'dworc venomsniper',
'dworc voodoomaster',
'elephant',
'elf arcanist',
'elf scout',
'elf',
'emerald damselfly',
'feverish citizen',
'filth toad',
'fire devil',
'firestarter',
'frost giant',
'frost giantess',
'furious troll',
'gang member',
'gargoyle',
'gazer',
'ghost wolf',
'ghost',
'ghoul',
'gladiator',
'gloom wolf',
'gnarlhound',
'goblin assassin',
'goblin scavenger',
'gozzler',
'grave robber',
'honour guard',
'hunter',
'hyaena',
'insect swarm',
'insectoid scout',
'jellyfish',
'killer rabbit',
'kongra',
'ladybug',
'larva',
'leaf golem',
'lion',
'little corym charlatan',
'lizard sentinel',
'lizard templar',
'mad scientist',
'mammoth',
'marsh stalker',
'mercury blob',
'merlkin',
'minotaur archer',
'minotaur guard',
'minotaur mage',
'minotaur',
'mole',
'monk',
'mummy',
// The kill stats do not distinguish between basic, blue, or red/female nomads.
'nomad',
'novice of the cult',
'orc rider',
'orc shaman',
'orc spearman',
'orc warrior',
'orc',
'orchid frog',
'panda',
'pirate ghost',
'pirate marauder',
'pirate skeleton',
'poacher',
'polar bear',
'quara mantassin scout',
'redeemed soul',
'rorc',
'rotworm',
'salamander',
'scarab',
'scorpion',
'sibang',
'skeleton warrior',
'skeleton',
'slime',
'slug',
'smuggler',
'spit nettle',
'squidgy slime',
'stalker',
'starving wolf',
'stone golem',
'swamp troll',
'swampling',
'tainted soul',
'tarantula',
'tarnished spirit',
'terramite',
'terrified elephant',
'terror bird',
'thornback tortoise',
'tiger',
'toad',
'tortoise',
'troll champion',
'undead mine worker',
'undead prospector',
'valkyrie',
'war wolf',
'white shade',
'white tiger',
'wild warrior',
'witch',
])],
// https://tibiadraptor.com/bestiary?kills=1000&sortBy=name
['medium-bestiary-creature', new Set([
'acid blob',
'acolyte of the cult',
'adept of the cult',
'ancient scarab',
'animated snowman',
'arctic faun',
'askarak demon',
'askarak lord',
'askarak prince',
'baleful bunny',
'banshee',
'barbarian bloodwalker',
'barkless devotee',
'barkless fanatic',
'behemoth',
'bellicose orger',
'berserker chicken',
'betrayed wraith',
'blood beast',
'blood hand',
'blood priest',
'blue djinn',
'bog raider',
'bonebeast',
'boogy',
'braindeath',
'brimstone bug',
'broken shaper',
'carniphila',
'clay guardian',
'clomp',
'corym skirmisher',
'corym vanguard',
'cow',
'crawler',
'crystal spider',
'crystalcrusher',
'cult believer',
'cult enforcer',
'cult scholar',
'cursed ape',
'cyclops drone',
'cyclops smith',
'dark faun',
'death blob',
'death priest',
'deepling brawler',
'deepling elite',
'deepling guard',
'deepling master librarian',
'deepling scout',
'deepling spellsinger',
'deepling warrior',
'demon parrot',
'demon skeleton',
'destroyer',
'devourer',
'diabolic imp',
'diamond servant replica',
'doom deer',
'dragon',
'dragon hatchling',
'dragon lord',
'dragon lord hatchling',
'dragonling',
'draken warmaster',
'drillworm',
'dwarf geomancer',
'dwarf henchman',
'earth elemental',
'efreet',
'elder bonelord',
'elder forest fury',
'elder mummy',
'energy elemental',
'enfeebled silencer',
'enlightened of the cult',
'enraged crystal golem',
'enslaved dwarf',
'eternal guardian',
'evil sheep',
'evil sheep lord',
'execowtioner',
'exotic bat',
'exotic cave spider',
'faun',
'feversleep',
'fire elemental',
'flying book',
'forest fury',
'frost dragon',
'frost dragon hatchling',
'frost flower asura',
'furious fire elemental',
'ghoulish hyaena',
'giant spider',
'glooth anemone',
'glooth bandit',
'glooth blob',
'glooth brigand',
'glooth golem',
'golden servant replica',
'goldhanded cultist',
'goldhanded cultist bride',
'grave guard',
'gravedigger',
'green djinn',
'gryphon',
'haunted treeling',
'hellspawn',
'hero',
'hibernal moth',
'high voltage elemental',
'honey elemental',
'hot dog',
'hydra',
'ice dragon',
'ice golem',
'ice witch',
'iks aucar',
'iks chuka',
'iks churrascan',
'iks pututu',
'infernal frog',
'insectoid worker',
'instable breach brood',
'instable sparkion',
'iron servant replica',
'jungle moa',
'killer caiman',
'kollos',
'lacewing moth',
'lancer beetle',
'lich',
'lizard chosen',
'lizard dragon priest',
'lizard high guard',
'lizard legionnaire',
'lizard magistratus',
'lizard snakecharmer',
'lizard zaogun',
'loricate orger',
'lost basher',
'lost exile',
'lost husher',
'lost soul',
'lost thrower',
'lumbering carnivor',
'manta ray',
'marid',
'massive earth elemental',
'massive energy elemental',
'massive fire elemental',
'massive water elemental',
'metal gargoyle',
'midnight asura',
'minotaur cult follower',
'minotaur cult prophet',
'minotaur cult zealot',
'minotaur hunter',
'minotaur invader',
'misguided bully',
'misguided thief',
'mooh\'tah warrior',
'moohtant',
'mutated bat',
'mutated human',
'mutated rat',
'mutated tiger',
'necromancer',
'nightmare',
'nightmare scion',
'nightstalker',
'noble lion',
'nymph',
'ogre brute',
'ogre savage',
'ogre shaman',
'omnivora',
'orc berserker',
'orc cult fanatic',
'orc cult inquisitor',
'orc cult minion',
'orc cult priest',
'orc cultist',
'orc leader',
'orc marauder',
'orc warlord',
'orclops doomhauler',
'orclops ravager',
'orger',
'parder',
'percht',
'pirat bombardier',
'pirat cutthroat',
'pirat mate',
'pirat scoundrel',
'pirate buccaneer',
'pirate corsair',
'pirate cutthroat',
'pixie',
'plaguesmith',
'pooka',
'priestess',
'putrid mummy',
'quara constrictor',
'quara constrictor scout',
'quara hydromancer',
'quara hydromancer scout',
'quara mantassin',
'quara pincher',
'quara pincher scout',
'quara predator',
'quara predator scout',
'ravenous lava lurker',
'renegade knight',
'renegade quara constrictor',
'renegade quara hydromancer',
'renegade quara mantassin',
'renegade quara pincher',
'renegade quara predator',
'roaring lion',
'roast pork',
'rot elemental',
'rustheap golem',
'sacred spider',
'sandstone scorpion',
'schiach',
'sea serpent',
'serpent spawn',
'shaburak demon',
'shaburak lord',
'shaburak prince',
'shadow pupil',
'shaper matriarch',
'shark',
'silencer',
'souleater',
'spectre',
'spidris',
'spidris elite',
'spitter',
'stabilizing dread intruder',
'stabilizing reality reaver',
'stampor',
'stone rhino',
'stonerefiner',
'swan maiden',
'swarmer',
'tomb servant',
'troll legionnaire',
'twisted pooka',
'twisted shaper',
'undead gladiator',
'vampire',
'vampire bride',
'vampire pig',
'vampire viscount',
'vicious squire',
'vile grandmaster',
'wailing widow',
'walker',
'war golem',
'warlock',
'waspoid',
'water elemental',
'weakened frazzlemaw',
'werebadger',
'werebear',
'wereboar',
'werefox',
'werehyaena',
'werehyaena shaman',
'werewolf',
'wiggler',
'wilting leaf golem',
'worker golem',
'worm priestess',
'wyrm',
'wyvern',
'yielothax',
'young sea serpent',
'zombie',
])],
// https://tibiadraptor.com/bestiary?kills=2500&sortBy=name
['hard-bestiary-creature', new Set([
'adult goanna',
'afflicted strider',
'animated feather',
'arachnophobica',
'armadile',
'bashmu',
'biting book',
'black sphinx acolyte',
'blemished spawn',
'blightwalker',
'boar man',
'brain squid',
'breach brood',
'brinebrute inferniarch',
'broodrider inferniarch',
'bulltaur alchemist',
'bulltaur brute',
'bulltaur forgepriest',
'burning book',
'burning gladiator',
'burster spectre',
'candy floss elemental',
'candy horror',
'carnivostrich',
'cave chimera',
'cave devourer',
'chasm spawn',
'choking fear',
'cliff strider',
'cobra assassin',
'cobra scout',
'cobra vizier',
'crape man',
'crazed summer rearguard',
'crazed summer vanguard',
'crazed winter rearguard',
'crazed winter vanguard',
'crypt warden',
'crypt warrior',
'cunning werepanther',
'cursed book',
'cursed prospector',
'dark carnisylvan',
'dark torturer',
'dawnfire asura',
'deathling scout',
'deathling spellsinger',
'deepling tyrant',
'deepworm',
'defiler',
'demon outcast',
'demon',
'diremaw',
'dragolisk',
'draken abomination',
'draken elite',
'draken spellweaver',
'dread intruder',
'elder wyrm',
'energetic book',
'energuardian of tales',
'evil prospector',
'eyeless devourer',
'falcon knight',
'falcon paladin',
'feral sphinx',
'feral werecrocodile',
'flimsy lost soul',
'floating savant',
'foam stalker',
'frazzlemaw',
'freakish lost soul',
'fury',
'gazer spectre',
'ghastly dragon',
'girtablilu warrior',
'goggle cake',
'gorger inferniarch',
'grim reaper',
'grimeleech',
'guardian of tales',
'guzzlemaw',
'hand of cursed fate',
'harpy',
'haunted dragon',
'hellfire fighter',
'hellflayer',
'hellhound',
'hellhunter inferniarch',
'hideous fungus',
'hive overseer',
'hulking carnisylvan',
'humongous fungus',
'icecold book',
'iks yapunac',
'infected weeper',
'infernalist',
'ink blob',
'insane siren',
'ironblight',
'juggernaut',
'juvenile bashmu',
'knowledge elemental',
'lamassu',
'lava golem',
'lava lurker',
'lavafungus',
'lavaworm',
'liodile',
'lizard noble',
'lost berserker',
'magma crawler',
'makara',
'manticore',
'mean lost soul',
'medusa',
'mega dragon',
'menacing carnivor',
'minotaur amazon',
'mitmah scout',
'mitmah seer',
'naga archer',
'naga warrior',
'nibblemaw',
'ogre rowdy',
'ogre ruffian',
'ogre sage',
'orewalker',
'phantasm',
'poisonous carnisylvan',
'priestess of the wild sun',
'quara looter',
'quara plunderer',
'quara raider',
'rage squid',
'reality reaver',
'retching horror',
'rhindeer',
'ripper spectre',
'rootthing amber shaper',
'rootthing bug tracker',
'rootthing nutshell',
'seacrest serpent',
'shock head',
'sight of surrender',
'sineater inferniarch',
'skeleton elite warrior',
'son of Verminor',
'soul-broken harbinger',
'sparkion',
'spellreaper inferniarch',
'sphinx',
'spiky carnivor',
'squid warden',
'stone devourer',
'streaked devourer',
'terrorsleep',
'thanatursus',
'tremendous tyrant',
'true dawnfire asura',
'true frost flower asura',
'true midnight asura',
'tunnel tyrant',
'two-headed turtle',
'undead dragon',
'undead elite gladiator',
'usurper archer',
'usurper knight',
'usurper warlock',
'varnished diremaw',
'venerable girtablilu',
'vexclaw',
'vulcongra',
'wardragon',
'weeper',
'werecrocodile',
'werelion',
'werelioness',
'werepanther',
'weretiger',
'white lion',
'white weretiger',
'young goanna',
])],
// https://tibiadraptor.com/bestiary?kills=5000&sortBy=name
['challenging-bestiary-creature', new Set([
'bloated man-maggot',
'bony sea devil',
'brachiodemon',
'branchy crawler',
'capricious phantom',
'cloak of terror',
'converter',
'courage leech',
'darklight construct',
'darklight emitter',
'darklight matter',
'darklight source',
'darklight striker',
'distorted phantom',
'druid\'s apparition',
'emerald tortoise',
'gore horn',
'gorerilla',
'headpecker',
'hulking prehemoth',
'infernal demon',
'infernal phantom',
'knight\'s apparition',
'mantosaurus',
'many faces',
'meandering mushroom',
'mercurial menace',
'mould phantom',
'mycobiontic beetle',
'nighthunter',
'noxious ripptor',
'oozing carcass',
'oozing corpus',
'paladin\'s apparition',
'rotten golem',
'rotten man-maggot',
'sabretooth',
'shrieking cry-stal',
'sopping carcass',
'sopping corpus',
'sorcerer\'s apparition',
'stalking stalk',
'sulphider',
'sulphur spouter',
'turbulent elemental',
'undertaker',
'vibrant phantom',
'walking pillar',
'wandering pillar',
])],
['lightbearer-creature', new Set([
'acolyte of darkness',
'bane of light',
'bride of night',
'doomsday cultist',
'duskbringer',
'herald of gloom',
'midnight spawn',
'midnight warrior',
'nightslayer',
'shadow hound',
])],
['azzilon-creature', new Set([
'brinebrute inferniarch',
'broodrider inferniarch',
'gorger inferniarch',
'hellhunter inferniarch',
'sineater inferniarch',
'spellreaper inferniarch',
])],
// TODO: https://github.com/tibiamaps/tibia-kill-stats/issues/1
]);
// All Bestiary creatures.
CREATURES_PER_CATEGORY.set('bestiary-creature', new Set([
...CREATURES_PER_CATEGORY.get('harmless-bestiary-creature'),
...CREATURES_PER_CATEGORY.get('trivial-bestiary-creature'),
...CREATURES_PER_CATEGORY.get('easy-bestiary-creature'),
...CREATURES_PER_CATEGORY.get('medium-bestiary-creature'),
...CREATURES_PER_CATEGORY.get('hard-bestiary-creature'),
...CREATURES_PER_CATEGORY.get('challenging-bestiary-creature'),
]));
const killsPerCategory = createKillsPerCategoryMap(CREATURES_PER_CATEGORY);
for (const [slug, killsPerCreature] of killsPerCategory) {
await writeMap(killsPerCreature, `creatures/${slug}`);
}