mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
77 lines
2.1 KiB
XML
77 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Defs>
|
|
|
|
<HediffDef>
|
|
<defName>rjw_genes_orgasm_rush_hediff</defName>
|
|
<hediffClass>HediffWithComps</hediffClass>
|
|
<label>orgasm rush</label>
|
|
<description>Xenotypes with this Gene are pushed beyond normal limits when they have an orgasm.</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.75</severityPerDay>
|
|
</li>
|
|
</comps>
|
|
<stages>
|
|
<li>
|
|
<label>pumped</label>
|
|
<statOffsets>
|
|
<MeleeDodgeChance>4</MeleeDodgeChance>
|
|
<ShootingAccuracyPawn>4</ShootingAccuracyPawn>
|
|
</statOffsets>
|
|
<capMods>
|
|
<li>
|
|
<capacity>Consciousness</capacity>
|
|
<offset>0.05</offset>
|
|
</li>
|
|
</capMods>
|
|
</li>
|
|
<li>
|
|
<label>charged</label>
|
|
<minSeverity>0.4</minSeverity>
|
|
<statOffsets>
|
|
<MeleeDodgeChance>8</MeleeDodgeChance>
|
|
<ShootingAccuracyPawn>8</ShootingAccuracyPawn>
|
|
</statOffsets>
|
|
<capMods>
|
|
<li>
|
|
<capacity>Moving</capacity>
|
|
<offset>0.08</offset>
|
|
</li>
|
|
<li>
|
|
<capacity>Consciousness</capacity>
|
|
<offset>0.08</offset>
|
|
</li>
|
|
</capMods>
|
|
</li>
|
|
<li>
|
|
<label>super-charged</label>
|
|
<minSeverity>0.7</minSeverity>
|
|
<statOffsets>
|
|
<MeleeDodgeChance>10</MeleeDodgeChance>
|
|
<ShootingAccuracyPawn>10</ShootingAccuracyPawn>
|
|
</statOffsets>
|
|
<capMods>
|
|
<li>
|
|
<capacity>Moving</capacity>
|
|
<offset>0.1</offset>
|
|
</li>
|
|
<li>
|
|
<capacity>Consciousness</capacity>
|
|
<offset>0.1</offset>
|
|
</li>
|
|
<li>
|
|
<capacity>BloodPumping</capacity>
|
|
<offset>0.1</offset>
|
|
</li>
|
|
</capMods>
|
|
</li>
|
|
|
|
</stages>
|
|
</HediffDef>
|
|
|
|
</Defs>
|