

Mod Folder/Mod ID Navigate to the mod folder of the mod that has the issue. What we need to locate are the string tables. It's suprisingly easy to fix! We just need to fix or add entries to the string tables and run the uploader. Either there is a problem with the localization files or the corresponding text string entry is just missing. There can be two reasons for that to happen. We've all seen them - pesky blue strings of code. blank.quirk_library.json <- you may rename blank to anything you want <- you may rename the prefix blank to anything you want <- you may rename the prefix blank to anything you want Blank files are literally blank, templates however contain one or more examples of what is supposed to be in such a file. My google drive folder "Sherin's Modding Resources" contains lots of blank and template files that you can use to add new things easily. You can extend those libraries by adding your own files that use different prefixes. You can see files like, or quirk_library.json literally like libraries, they contain all of the base game effects, buffs or quirks.

If you don't plan on making a big overhaul of the whole game then it would be better to add new things. By editing them you may create incompatibilities and screw up things for the users of your mod. It's better to not edit most of the base game files. I recommend to not touch files like, or quirk_library.json.
