mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
94 lines
2.9 KiB
XML
94 lines
2.9 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Defs>
|
|
<HediffDef>
|
|
<defName>rjw_genes_filled_living_cumbucket</defName>
|
|
<hediffClass>HediffWithComps</hediffClass>
|
|
<label>filled living cumbucket</label>
|
|
<description>This pawn is a (filled) living cum bucket. Thanks to a generous donation, this pawn will slowly generate cum for pickup.</description>
|
|
<defaultLabelColor>(240,200,110)</defaultLabelColor>
|
|
<scenarioCanAdd>false</scenarioCanAdd>
|
|
<!-- <maxSeverity>1.0</maxSeverity> -->
|
|
<isBad>false</isBad>
|
|
<tendable>false</tendable>
|
|
<comps>
|
|
<li Class="HediffCompProperties_SeverityPerDay">
|
|
<severityPerDay>-0.5</severityPerDay>
|
|
</li>
|
|
<li Class="RJW_Genes.HediffsCompProperties_ProcessCumbucketMTB">
|
|
<mtbDaysPerStage>
|
|
<li>0</li>
|
|
<li>0.5</li>
|
|
<li>0.25</li>
|
|
<li>0.1</li>
|
|
<li>0.5</li>
|
|
</mtbDaysPerStage>
|
|
</li>
|
|
</comps>
|
|
<stages>
|
|
<li>
|
|
<label>slight</label>
|
|
<statOffsets>
|
|
<Vulnerability>-0.1</Vulnerability>
|
|
</statOffsets>
|
|
</li>
|
|
<li>
|
|
<label>moderate</label>
|
|
<minSeverity>0.4</minSeverity>
|
|
<hungerRateFactor>0.8</hungerRateFactor>
|
|
<statOffsets>
|
|
<Vulnerability>-0.25</Vulnerability>
|
|
</statOffsets>
|
|
<capMods>
|
|
<li>
|
|
<capacity>Moving</capacity>
|
|
<offset>-0.05</offset>
|
|
</li>
|
|
</capMods>
|
|
</li>
|
|
<li>
|
|
<label>full</label>
|
|
<minSeverity>0.65</minSeverity>
|
|
<hungerRateFactor>0.75</hungerRateFactor>
|
|
<statOffsets>
|
|
<Vulnerability>-0.25</Vulnerability>
|
|
</statOffsets>
|
|
<capMods>
|
|
<li>
|
|
<capacity>Moving</capacity>
|
|
<offset>-0.1</offset>
|
|
</li>
|
|
</capMods>
|
|
</li>
|
|
<li>
|
|
<label>over-full</label>
|
|
<minSeverity>1.1</minSeverity>
|
|
<hungerRateFactor>0.6</hungerRateFactor>
|
|
<statOffsets>
|
|
<Vulnerability>-0.5</Vulnerability>
|
|
</statOffsets>
|
|
<capMods>
|
|
<li>
|
|
<capacity>Moving</capacity>
|
|
<offset>-0.15</offset>
|
|
</li>
|
|
</capMods>
|
|
</li>
|
|
<li>
|
|
<label>living reservior</label>
|
|
<minSeverity>10.1</minSeverity>
|
|
<hungerRateFactor>0.1</hungerRateFactor>
|
|
<statOffsets>
|
|
<Vulnerability>-1.5</Vulnerability>
|
|
</statOffsets>
|
|
<capMods>
|
|
<li>
|
|
<capacity>Moving</capacity>
|
|
<offset>-0.55</offset>
|
|
</li>
|
|
</capMods>
|
|
</li>
|
|
</stages>
|
|
</HediffDef>
|
|
|
|
|
|
</Defs>
|