Genes - Vanilla-Expanded/VanillaExpandedFramework GitHub Wiki
The Genes part of the Vanilla Expanded Framework includes a lot of classes that add functionality to the genetics system added with the Biotech DLC.
- Gene Extension, the main way modders have to add new functionality to genes
- Gene HediffComps, several comps that are added to hediffs, related to genes
- Gene Conditional Stat Affecters, conditional stat affecters that only trigger when a condition is met
How do I use this code?
Read each of the sections for details.
Inside the framework, the namespace to access all the Animal Behaviours classes is "VanillaGenesExpanded".