Skip to content

Instantly share code, notes, and snippets.

@Neceros
Created August 1, 2020 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Neceros/ff419342925f1b1deda057abe3de08e8 to your computer and use it in GitHub Desktop.
Save Neceros/ff419342925f1b1deda057abe3de08e8 to your computer and use it in GitHub Desktop.
hediff giver 2
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<HediffGiverSetDef>
<defName>ChjAndroidStandard</defName>
<hediffGivers>
<!-- Environmental -->
<li Class="HediffGiver_Bleeding">
<hediff>ChjCoolantLoss</hediff>
</li>
<li Class="HediffGiver_Heat">
<hediff>Heatstroke</hediff>
</li>
<!-- Responsive and special -->
<li Class="Androids.HediffGiver_Machinelike">
<!-- Stop EdB Prepare Carefully from bitching. -->
<hediff>ChjCoolantLoss</hediff>
</li>
<li Class="Androids.HediffGiver_Overheat">
<hediff>ChjOverheating</hediff>
<contributingHediff>ChjCoolantLoss</contributingHediff>
<startToOverheatAt>0.90</startToOverheatAt>
</li>
</hediffGivers>
</HediffGiverSetDef>
</Defs>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment