CompApparelHediffs - AndroidQuazar/VanillaExpandedFramework GitHub Wiki

CompApparelHediffs allows you to define a list of hediffs that will be applied to a wearer and will be vanish as soon as the apparel with this comp is removed from the wearer. This allows the introduction of various kinds of wearable effects that affect the pawn. Example of usage:

		<tickerType>Normal</tickerType>
		<comps>
			<li Class="VFECore.CompProperties_ApparelHediffs">
				<hediffDefnames>
					<li>VFEV_BleedrateCrypto_20</li>
				</hediffDefnames>
			</li>
		</comps>

This xml block must be placed in a xml of apparel. if the list of comps is present, then you just need to add the <li> node to this list. Note: it is very important to put the <tickerType>Normal</tickerType> value in xml, since it is needed to enable the comp functionality.

⚠️ **GitHub.com Fallback** ⚠️