Hediffs - Vanilla-Expanded/VanillaExpandedFramework GitHub Wiki
The Hediffs module includes code that modifies Hediffs. A hediff is a pawn health condition (diseases, implants, etc)
- Hediff Comp Classes, several classes to modify the behaviour of a hediff via comp
- Hediff Comps that are instead in AnimalBehaviours: although these classes are part of AnimalBehaviours because they were originally designed for animals, the hediffs can be applied to any pawn!
How do I use this code?
Inside the framework, the namespace to access all the Hediffs classes is "VEF.Hediffs"