Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <Patch>
- <Operation Class="PatchOperationFindMod">
- <mods>
- <li>Vanilla Expanded Framework</li>
- </mods>
- <match Class="PatchOperationSequence">
- <!-- <success>Always</success> -->
- <operations>
- <li Class="PatchOperationReplace">
- <xpath>/Defs/ThingDef[@Name="EccentricUndersuitBase"]/equippedStatOffsets</xpath>
- <value>
- <equippedStatOffsets>
- <MoveSpeed>1.0</MoveSpeed>
- <VEF_MassCarryCapacity>25</VEF_MassCarryCapacity>
- <Flammability>-0.5</Flammability>
- <ToxicResistance>0.50</ToxicResistance>
- <ToxicEnvironmentResistance>0.50</ToxicEnvironmentResistance>
- <DecompressionResistance MayRequire="kentington.saveourship2">0.75</DecompressionResistance>
- </equippedStatOffsets>
- </value>
- </li>
- <li Class="PatchOperationReplace">
- <xpath>/Defs/ThingDef[defName="EccentricUndersuitApsara"]/equippedStatOffsets</xpath>
- <value>
- <equippedStatOffsets>
- <VEF_MassCarryCapacity>50</VEF_MassCarryCapacity>
- <WorkSpeedGlobal>0.1</WorkSpeedGlobal>
- <CarryWeight MayRequire="CETeam.CombatExtended">40</CarryWeight>
- <CarryBulk MayRequire="CETeam.CombatExtended">10</CarryBulk>
- </equippedStatOffsets>
- </value>
- </li>
- <li Class="PatchOperationReplace">
- <xpath>/Defs/ThingDef[defName="EccentricApronHalf"]/equippedStatOffsets</xpath>
- <value>
- <equippedStatOffsets>
- <VEF_MassCarryCapacity>25</VEF_MassCarryCapacity>
- <PlantWorkSpeed>0.05</PlantWorkSpeed>
- <AnimalGatherSpeed>0.05</AnimalGatherSpeed>
- <MedicalOperationSpeed>0.05</MedicalOperationSpeed>
- <MedicalTendSpeed>0.05</MedicalTendSpeed>
- <MedicalTendQuality>0.1</MedicalTendQuality>
- <CleaningSpeed MayRequire="Aelanna.CleaningSpeed">0.50</CleaningSpeed>
- <CarryBulk MayRequire="CETeam.CombatExtended">20</CarryBulk>
- </equippedStatOffsets>
- </value>
- </li>
- <li Class="PatchOperationReplace">
- <xpath>/Defs/ThingDef[defName="EccentricApronTech"]/equippedStatOffsets</xpath>
- <value>
- <equippedStatOffsets>
- <VEF_MassCarryCapacity>25</VEF_MassCarryCapacity>
- <GeneralLaborSpeed>0.05</GeneralLaborSpeed>
- <ConstructionSpeed>0.05</ConstructionSpeed>
- <SmoothingSpeed>0.05</SmoothingSpeed>
- <ResearchSpeed>0.05</ResearchSpeed>
- <CarryBulk MayRequire="CETeam.CombatExtended">30</CarryBulk>
- <ReloadSpeed MayRequire="CETeam.CombatExtended">0.1</ReloadSpeed>
- </equippedStatOffsets>
- </value>
- </li>
- <li Class="PatchOperationReplace">
- <xpath>/Defs/ThingDef[defName="EccentricLBEBasic"]/equippedStatOffsets</xpath>
- <value>
- <equippedStatOffsets>
- <VEF_MassCarryCapacity>25</VEF_MassCarryCapacity>
- <AimingDelayFactor>-0.10</AimingDelayFactor>
- <CarryBulk MayRequire="CETeam.CombatExtended">50</CarryBulk>
- <ReloadSpeed MayRequire="CETeam.CombatExtended">0.1</ReloadSpeed>
- </equippedStatOffsets>
- </value>
- </li>
- </operations>
- </match>
- </Operation>
- </Patch>
Advertisement
Add Comment
Please, Sign In to add comment