<?xml version="1.0" encoding="utf-8" ?>
<Defs>

  <HediffDef ParentName="Sterilized">
    <defName>Vasectomy</defName>
    <label>vasectomy</label>
    <description>This creature's reproductive parts have been disabled by cutting and sealing the vas deferens, a tube which carries sperm to the urethra. This can be surgically reversed in most cases, but there is a chance of permanent sterilization.</description>
    <everCurableByItem>false</everCurableByItem>
    <tags>
      <li>ReversibleSterilized</li>
    </tags>
  </HediffDef>

  <HediffDef ParentName="Sterilized">
    <defName>ImplantedIUD</defName>
    <label>implanted IUD</label>
    <description>A small metal device has been implanted in this individual's uterus, preventing pregnancy. This can be surgically reversed in most cases, but there is a chance of permanent sterilization.</description>
    <everCurableByItem>false</everCurableByItem>
    <tags>
      <li>ReversibleSterilized</li>
    </tags>
  </HediffDef>

  <HediffDef ParentName="Sterilized">
    <defName>TubalLigation</defName>
    <label>tubal ligation</label>
    <description>This individual's reproductive parts have been shut down by closing off the fallopian tubes, preventing ova from traveling from the ovary to the uterus.</description>
    <everCurableByItem>false</everCurableByItem>
    <tags>
      <li>ReversibleSterilized</li>
    </tags>
  </HediffDef>

  <HediffDef>
    <defName>BloodfeederMark</defName>
    <label>bloodfeeder mark</label>
    <hediffClass>HediffWithComps</hediffClass>
    <labelNoun>a bloodfeeder mark</labelNoun>
    <description>Two small puncture wounds.</description>
    <tendable>false</tendable>
    <stages>
      <li>
        <painOffset>0.0125</painOffset>
      </li>
    </stages>
    <comps>
      <li Class="HediffCompProperties_Disappears">
        <disappearsAfterTicks>15000</disappearsAfterTicks><!-- 6 hours -->
      </li>
    </comps>
  </HediffDef>

  <HediffDef ParentName="BurnBase">
    <defName>AcidBurn</defName>
    <label>acid burn</label>
    <labelNoun>an acid burn</labelNoun>
    <description>An acid burn.</description>
    <comps>
      <li Class="HediffCompProperties_GetsPermanent">
        <permanentLabel>acid burn scar</permanentLabel>
      </li>
    </comps>
    <injuryProps>
      <destroyedLabel>Dissolved off</destroyedLabel>
      <destroyedOutLabel>Dissolved</destroyedOutLabel>
    </injuryProps>
  </HediffDef>

  <HediffDef>
    <defName>ToxGasExposure</defName>
    <label>tox gas</label>
    <description>Aftereffects of exposure to tox gas, a poisonous chemical gas. It burns the lungs and eyes, causing a temporary shortness of breath and reduction in sight. Continued exposure to tox gas results in toxic buildup and eventually death.</description>
    <hediffClass>HediffWithComps</hediffClass>
    <maxSeverity>3</maxSeverity>
    <initialSeverity>1</initialSeverity>
    <stages>
      <li>
        <label>mild</label>
        <minSeverity>1</minSeverity>
        <painOffset>0.1</painOffset>
        <capMods>
          <li>
            <capacity>Sight</capacity>
            <offset>-0.1</offset>
          </li>
          <li>
            <capacity>Breathing</capacity>
            <offset>-0.15</offset>
          </li>
        </capMods>
      </li>
      <li>
        <label>moderate</label>
        <minSeverity>2</minSeverity>
        <painOffset>0.15</painOffset>
        <capMods>
          <li>
            <capacity>Sight</capacity>
            <offset>-0.25</offset>
          </li>
          <li>
            <capacity>Breathing</capacity>
            <offset>-0.30</offset>
          </li>
        </capMods>
      </li>
      <li>
        <label>severe</label>
        <minSeverity>3</minSeverity>
        <painOffset>0.25</painOffset>
        <capMods>
          <li>
            <capacity>Sight</capacity>
            <offset>-0.40</offset>
          </li>
          <li>
            <capacity>Breathing</capacity>
            <offset>-0.60</offset>
          </li>
        </capMods>
      </li>
    </stages>
    <comps>
      <li Class="HediffCompProperties_SeverityFromGasDensityDirect">
        <gasType>ToxGas</gasType>
        <densityStages>
          <li>0.2</li>
          <li>0.5</li>
          <li>1</li>
        </densityStages>
      </li>
    </comps>
  </HediffDef>
  
</Defs>
