Skip to content

Disease Event Immunity

KylianB edited this page Oct 6, 2022 · 2 revisions

CompDiseaseEventImmunity is a comp class that allows an animal to not be affected by the animal disease event. If they get animal flu or animal plague through a different means, this will NOT heal them, though, for that use CompDiseaseImmunity

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 allows the constructs in Vanilla Psycasts Expanded to avoid animal diseases

<comps>
	<li Class="AnimalBehaviours.CompProperties_DiseaseEventImmunity">			
	</li>
</comps>

VFE Core

General Comp classes

General DefModExtensions

Item Processor

PipeSystem

Custom Structure Generation

Multi Verb Combat Framework - MVCF

Animal Behaviours

Genes

Apparel

Cuisine

Furniture

Plants

Deprecated

Clone this wiki locally