Guest User

Untitled

a guest
Jun 9th, 2024
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.22 KB | Gaming | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Patch>
  3.     <Operation Class="PatchOperationFindMod">
  4.         <mods>
  5.             <li>Vanilla Expanded Framework</li>
  6.         </mods>
  7.             <match Class="PatchOperationSequence">
  8.                 <!-- <success>Always</success> -->
  9.                 <operations>
  10.                    
  11.                     <li Class="PatchOperationReplace">
  12.                         <xpath>/Defs/ThingDef[@Name="EccentricUndersuitBase"]/equippedStatOffsets</xpath>
  13.                         <value>
  14.                             <equippedStatOffsets>
  15.                               <MoveSpeed>1.0</MoveSpeed>
  16.                               <VEF_MassCarryCapacity>25</VEF_MassCarryCapacity>
  17.                               <Flammability>-0.5</Flammability>
  18.                               <ToxicResistance>0.50</ToxicResistance>
  19.                               <ToxicEnvironmentResistance>0.50</ToxicEnvironmentResistance>
  20.                               <DecompressionResistance MayRequire="kentington.saveourship2">0.75</DecompressionResistance>
  21.                             </equippedStatOffsets>
  22.                         </value>
  23.                     </li>
  24.                    
  25.                     <li Class="PatchOperationReplace">
  26.                         <xpath>/Defs/ThingDef[defName="EccentricUndersuitApsara"]/equippedStatOffsets</xpath>
  27.                         <value>
  28.                             <equippedStatOffsets>
  29.                               <VEF_MassCarryCapacity>50</VEF_MassCarryCapacity>
  30.                               <WorkSpeedGlobal>0.1</WorkSpeedGlobal>
  31.                               <CarryWeight MayRequire="CETeam.CombatExtended">40</CarryWeight>
  32.                               <CarryBulk MayRequire="CETeam.CombatExtended">10</CarryBulk>
  33.                             </equippedStatOffsets>
  34.                         </value>
  35.                     </li>          
  36.                    
  37.                     <li Class="PatchOperationReplace">
  38.                         <xpath>/Defs/ThingDef[defName="EccentricApronHalf"]/equippedStatOffsets</xpath>
  39.                         <value>
  40.                             <equippedStatOffsets>
  41.                               <VEF_MassCarryCapacity>25</VEF_MassCarryCapacity>
  42.                               <PlantWorkSpeed>0.05</PlantWorkSpeed>
  43.                               <AnimalGatherSpeed>0.05</AnimalGatherSpeed>
  44.                               <MedicalOperationSpeed>0.05</MedicalOperationSpeed>
  45.                               <MedicalTendSpeed>0.05</MedicalTendSpeed>
  46.                               <MedicalTendQuality>0.1</MedicalTendQuality>
  47.                               <CleaningSpeed MayRequire="Aelanna.CleaningSpeed">0.50</CleaningSpeed>
  48.                               <CarryBulk MayRequire="CETeam.CombatExtended">20</CarryBulk>
  49.                             </equippedStatOffsets>
  50.                         </value>
  51.                     </li>
  52.                    
  53.                     <li Class="PatchOperationReplace">
  54.                         <xpath>/Defs/ThingDef[defName="EccentricApronTech"]/equippedStatOffsets</xpath>
  55.                         <value>
  56.                             <equippedStatOffsets>
  57.                               <VEF_MassCarryCapacity>25</VEF_MassCarryCapacity>
  58.                               <GeneralLaborSpeed>0.05</GeneralLaborSpeed>
  59.                               <ConstructionSpeed>0.05</ConstructionSpeed>
  60.                               <SmoothingSpeed>0.05</SmoothingSpeed>
  61.                               <ResearchSpeed>0.05</ResearchSpeed>
  62.                               <CarryBulk MayRequire="CETeam.CombatExtended">30</CarryBulk>
  63.                               <ReloadSpeed MayRequire="CETeam.CombatExtended">0.1</ReloadSpeed>
  64.                             </equippedStatOffsets>
  65.                         </value>
  66.                     </li>
  67.                    
  68.                     <li Class="PatchOperationReplace">
  69.                         <xpath>/Defs/ThingDef[defName="EccentricLBEBasic"]/equippedStatOffsets</xpath>
  70.                         <value>
  71.                             <equippedStatOffsets>
  72.                               <VEF_MassCarryCapacity>25</VEF_MassCarryCapacity>
  73.                               <AimingDelayFactor>-0.10</AimingDelayFactor>
  74.                               <CarryBulk MayRequire="CETeam.CombatExtended">50</CarryBulk>
  75.                               <ReloadSpeed MayRequire="CETeam.CombatExtended">0.1</ReloadSpeed>
  76.                             </equippedStatOffsets>
  77.                         </value>
  78.                     </li>
  79.                    
  80.                 </operations>  
  81.             </match>           
  82.     </Operation>
  83. </Patch>
Advertisement
Add Comment
Please, Sign In to add comment