bumcheekcity
Active member
Bale, the problem is to do with capital letters in the names. The mafia data file comes with the mafia monsters' names, with may be capitalised differently to the in-game. But the check is case-sensetive, so I first check for the exact match, so "L Imp" which matches nothing. Then if it gets no results, I check for "l imp" which matchest nothing (i.e. lowercase everything, as a catch all).
But the KoL Monster name is "L imp" so these just need correcting in the data file.
Of course, some monsters, like the "Mimic (Bottom 2 Rows)" aren't the KoL monsters name at all.
I've checked all the monsters you supplied and I don't have the following, so I can't clarify the exact capitalisation for the following monsters:
0 - An Angry Bugbear
0 - An Annoying Spooky Gravy Fairy
0 - A Bugged Bugbear
3 - Mad Bugbears
0 - A Revolting Bugbear
0 - A Revolving Bugbear
0 - Knob Goblin Poseur
0 - Roller-skating Muse
0 - Tiger-Lily
0 - An Usher
0 - The Master of Ceremonies
0 - Cobb's Knob Oven
0 - Frat Warrior Drill Sergeant
0 - One-Eyed Gnoll
0 - Mimic (Bottom 2 Rows)
0 - Mimic (Middle 2 Rows)
0 - Mimic (Top 2 Rows)
Note: Other frequent problems were use of "The" and "A"/"An" or special characters in the name. For monsters that have the same name, the script also checks the first factoid, like for the Orcish Frat Boys. For those monsters which have the same name, like the mimic, can you let me know the first factoid?
But the KoL Monster name is "L imp" so these just need correcting in the data file.
Of course, some monsters, like the "Mimic (Bottom 2 Rows)" aren't the KoL monsters name at all.
I've checked all the monsters you supplied and I don't have the following, so I can't clarify the exact capitalisation for the following monsters:
0 - An Angry Bugbear
0 - An Annoying Spooky Gravy Fairy
0 - A Bugged Bugbear
3 - Mad Bugbears
0 - A Revolting Bugbear
0 - A Revolving Bugbear
0 - Knob Goblin Poseur
0 - Roller-skating Muse
0 - Tiger-Lily
0 - An Usher
0 - The Master of Ceremonies
0 - Cobb's Knob Oven
0 - Frat Warrior Drill Sergeant
0 - One-Eyed Gnoll
0 - Mimic (Bottom 2 Rows)
0 - Mimic (Middle 2 Rows)
0 - Mimic (Top 2 Rows)
Note: Other frequent problems were use of "The" and "A"/"An" or special characters in the name. For monsters that have the same name, the script also checks the first factoid, like for the Orcish Frat Boys. For those monsters which have the same name, like the mimic, can you let me know the first factoid?