Attach Effecter - Vanilla-Expanded/VanillaExpandedFramework GitHub Wiki
CompAttachEffecter attaches a purely graphical EffecterDef to an animal
public EffecterDef effecterDef;
It is a comp class, so you just add it in XML in the <comps>
tag. For example, this attaches a constant falling anima leaves effect to the Anima Colossus in Alpha Animals
<comps>
<li Class="VEF.AnimalBehaviours.CompProperties_AttachEffecter">
<effecterDef>AA_AnimaLeaves</effecterDef>
</li>
</comps>