Dev Notes: Brain hurt moments - openly-retro/stellaris-machine-robot-expansion GitHub Wiki
leader_trait_maniacal_3:
Coded as being for commander and scientist. Tier 1 and 2 are locked to Scientists Requirement to add tier 1 is "not have paragons dlc" or have subclass "subclass_scientist_councilor". Tier 3 is for commander and scientist.
bureaucrat_2
The triggered planet modifier is planet_administrators_unity_produces_mult
.
so the tooltip naturally would be mod_planet_administrators_unity_produces_mult
however that mod_ tooltip is part of Megacorp.
HOWEVER.. if a player doesnt have megacorp, mod_planet_administrators_unity_produces_mult tooltip shows up blank!
So PDX got around that by writing a somewhat incorrect tooltip. Shows planet unity jobs are modified but really it's only for admin jobs??
tooltips being upper/lower and even mixed_CASE
It really hurt my brain to figure out the reason the tooltips werent showing is because some of them have uppercase keys 🙄