rjw-rbse/1.2/Defs/HediffDefs/Hediffs_Synthetic.xml

56 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<HediffDef Name="addedPartSyntheticRJW" ParentName="addedPartSynthetic" Abstract="True">
<hediffClass>HediffWithComps</hediffClass>
</HediffDef>
<HediffDef ParentName="addedPartSyntheticRJW">
<defName>SyntheticUterus</defName>
<label>synthetic uterus</label>
<labelNoun>a synthetic uterus</labelNoun>
<description>An enhanced artificial uterus augmented with nanocells to increase organ efficiency improve defense against disease.</description>
<spawnThingOnRemoved>SyntheticUterus</spawnThingOnRemoved>
<scenarioCanAdd>true</scenarioCanAdd>
<addedPartProps>
<solid>true</solid>
<partEfficiency>1</partEfficiency>
</addedPartProps>
<stages>
<li>
<statOffsets>
<ImmunityGainSpeed>0.05</ImmunityGainSpeed>
</statOffsets>
<capMods>
<li>
<capacity>RJW_Fertility</capacity>
<offset>0.2</offset>
</li>
</capMods>
</li>
</stages>
</HediffDef>
<HediffDef ParentName="addedPartSyntheticRJW">
<defName>SyntheticTesticles</defName>
<label>synthetic testicles</label>
<labelNoun>a set of synthetic testicles</labelNoun>
<description>An enhanced set of atrificial testicles augmented with nanocells to increase organ efficiency and reduce pain from vigorous activity.</description>
<spawnThingOnRemoved>SyntheticTesticles</spawnThingOnRemoved>
<scenarioCanAdd>true</scenarioCanAdd>
<addedPartProps>
<solid>true</solid>
<partEfficiency>1</partEfficiency>
</addedPartProps>
<stages>
<li>
<painFactor>0.95</painFactor>
<capMods>
<li>
<capacity>RJW_Fertility</capacity>
<offset>0.2</offset>
</li>
</capMods>
</li>
</stages>
</HediffDef>
</Defs>