We have to manually go thru every freaking trait modifier and search to find in base stellaris whether it's going to be uppercase or lowercase there, and then make a kludge table where we link the sanely autogenerated tooltip key, which is just the trait modifier name with _mod prepended.. with whatever the hell is in base Stellaris.
Soo ... I guess we scrape all of modifiers_l_english.yml, take all the uppercase keys, and make a table where our sanely-named key is the left side and the wtf-ever Stellaris version is on the right side.
This sucks bigtime for programming tooltips.
We have to manually go thru every freaking trait modifier and search to find in base stellaris whether it's going to be uppercase or lowercase there, and then make a kludge table where we link the sanely autogenerated tooltip key, which is just the trait modifier name with
_mod
prepended.. with whatever the hell is in base Stellaris.Soo ... I guess we scrape all of
modifiers_l_english.yml
, take all the uppercase keys, and make a table where our sanely-named key is the left side and the wtf-ever Stellaris version is on the right side.omfg this is so annoying.