Attach Effecter - Vanilla-Expanded/VanillaExpandedFramework GitHub Wiki

<- Back

CompAttachEffecter attaches a purely graphical EffecterDef to an animal

         public EffecterDef effecterDef;

How do I use this code?

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>
⚠️ **GitHub.com Fallback** ⚠️