rjw-rbse/1.2/Patches/Bodypart_Stats_Advanced.xml

138 lines
5.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<!-- Advanced Bionic Spine -->
<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[defName="AdvancedBionicSpine"]/stages/li</xpath>
<value>
<statOffsets>
<SexAbility>0.2</SexAbility>
<Vulnerability>-0.1</Vulnerability>
</statOffsets>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName="AdvancedBionicSpine"]/description</xpath>
<value>
<description>An upgraded bionic spine. This durable device makes the user extremely mobile and unbelievably flexible.</description>
</value>
</Operation>
<!-- Advanced Bionic Arms/Hands -->
<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[defName="AdvancedBionicHand"]</xpath>
<value>
<stages>
<li>
<statOffsets>
<SexAbility>0.1</SexAbility>
<Vulnerability>-0.2</Vulnerability>
</statOffsets>
</li>
</stages>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[defName="AdvancedBionicArm"]</xpath>
<value>
<stages>
<li>
<statOffsets>
<SexAbility>0.2</SexAbility>
<Vulnerability>-0.2</Vulnerability>
</statOffsets>
</li>
</stages>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName="AdvancedBionicHand"]/description</xpath>
<value>
<description>An upgraded bionic hand. An adjuystable dermal layer allows the skin of the hand to be hard as steel or soft as velvet. Some people would chop their own hands off just to get this gorgeous piece of tech.</description>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName="AdvancedBionicArm"]/description</xpath>
<value>
<description>An upgraded bionic arm. An adjuystable dermal layer allows the skin of the hand to be hard as steel or soft as velvet. Remember when you struggled with opening jars? Now you will struggle to not break them instantly.</description>
</value>
</Operation>
<!-- Advanced Bionic Feet/Legs -->
<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[defName="AdvancedBionicFoot"]</xpath>
<value>
<stages>
<li>
<statOffsets>
<SexAbility>0.05</SexAbility>
</statOffsets>
</li>
</stages>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[defName="AdvancedBionicLeg"]</xpath>
<value>
<stages>
<li>
<statOffsets>
<SexAbility>0.1</SexAbility>
</statOffsets>
</li>
</stages>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName="AdvancedBionicFoot"]/description</xpath>
<value>
<description>An upgraded bionic foot. Dozens of servomotors grant faster movement and enough dexterity to comfortably write with this foot.</description>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName="AdvancedBionicLeg"]/description</xpath>
<value>
<description>An upgraded bionic leg. Impressive technology which allows the user to move around faster than ever. Improved servomotors give enough dexterity to comfortably write with this foot.</description>
</value>
</Operation>
<!-- Archotech Arms -->
<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[defName="ArchotechArm"]</xpath>
<value>
<stages>
<li>
<statOffsets>
<SexAbility>0.3</SexAbility>
<Vulnerability>-0.3</Vulnerability>
</statOffsets>
</li>
</stages>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName="ArchotechArm"]/description</xpath>
<value>
<description>An artifical arm built by an archotech. It's strong enough to crush a thick hardwood branch in its hand, and precise enough to write a sonnet on a grain of rice. The hand include heating and vibration functions. It looks and feels like natural flesh, but it's harder to damage than plasteel while being as soft as silk. Even if it is harmed, it repairs itself over time. Its internal workings are a mystery to all human minds.</description>
</value>
</Operation>
<!-- Archotech Legs -->
<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[defName="ArchotechLeg"]</xpath>
<value>
<stages>
<li>
<statOffsets>
<SexAbility>0.2</SexAbility>
</statOffsets>
</li>
</stages>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName="ArchotechLeg"]/description</xpath>
<value>
<description>An artifical leg built by an archotech. It looks and feels like natural flesh, but a pair of these can move the user as fast as a decent car, and it's harder to damage than plasteel while being as soft as silk. The thighs are adjustable to any desired thickness, and the feet are dexterous enough to paint a masterpiece with. Even if it is harmed, it repairs itself over time. Its internal workings are a mystery to all human minds.</description>
</value>
</Operation>
</Patch>