Trait Tracker Injector
This script enables modders to add new trait inheritance rules to the TRAIT_INHERITANCE data structure contained within trait_tracker.py and thus eliminates any override conflicts.
Using this mod is very simple as it uses the exact same structure for trait inheritance as the game's trait_tracker XML tuning. For ease of use, I have included an optional file which contains an example of a functional trait inheritance mod.
It is important to note that this is meant to be used with non-personality traits (Traits that you cannot select in CAS). Why? No idea, ask EA about it.
It is also important to note that, in these tests, parent A and B are interchangeable as the game tests both combinations.
Copy MAL22_TraitTrackerInjector.ts4script to your Mods folder. Note that this script will not do anything without installing mods that make use of it.