mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2026-06-18 19:25:57 +00:00
- Removed DDS Files - Added Initial Support for Rimworld 1.6 - Added Additional mod requirement to PatchBSShared.xml to prevent premature loading. - Refactored Cumpilation integration to make it optional rather then a Required Mod. - Disabled succubus tail interactions pending rewrite for RJW's new interactions system. - Disabled Quirks pending rewrite RJW separating them into their own mod.
51 lines
No EOL
1.7 KiB
XML
51 lines
No EOL
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Defs>
|
|
<HediffDef>
|
|
<defName>rjw_genes_genetic_rut</defName>
|
|
<hediffClass>HediffWithComps</hediffClass>
|
|
<label>Rut</label>
|
|
<description>Based on genetics, this pawn is in heat.</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>-1.00</severityPerDay>
|
|
</li>
|
|
</comps>
|
|
<stages>
|
|
<li>
|
|
<label>calming down</label>
|
|
<statOffsets>
|
|
<SexFrequency>0.50</SexFrequency>
|
|
</statOffsets>
|
|
<capMods>
|
|
<li>
|
|
<capacity>BloodPumping</capacity>
|
|
<offset>0.1</offset>
|
|
</li>
|
|
</capMods>
|
|
</li>
|
|
<li>
|
|
<label>in heat</label>
|
|
<minSeverity>0.4</minSeverity>
|
|
<statOffsets>
|
|
<SexFrequency>2.00</SexFrequency>
|
|
</statOffsets>
|
|
<capMods>
|
|
<li>
|
|
<capacity>Moving</capacity>
|
|
<offset>0.1</offset>
|
|
</li>
|
|
<li>
|
|
<capacity>BloodPumping</capacity>
|
|
<offset>0.15</offset>
|
|
</li>
|
|
</capMods>
|
|
</li>
|
|
</stages>
|
|
</HediffDef>
|
|
|
|
</Defs> |