Advertisement
Kaedys

Untitled

Jan 9th, 2024 (edited)
813
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.42 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <Patch>
  4.   <Operation Class="PatchOperationReplace">
  5.     <xpath>Defs/ThingDef[defName="NeuralSupercharger"]/costList</xpath>
  6.     <value>
  7.       <!-- Original: 50 Steel and 4 standard components -->
  8.       <costList>
  9.         <Steel>250</Steel>
  10.         <ComponentIndustrial>8</ComponentIndustrial>
  11.         <ComponentSpacer>2</ComponentSpacer>
  12.       </costList>
  13.     </value>
  14.   </Operation>
  15.  
  16.   <Operation Class="PatchOperationReplace">
  17.     <xpath>Defs/ThingDef[defName="NeuralSupercharger"]/comps/li[@Class="CompProperties_Power"]/basePowerConsumption</xpath>
  18.     <value>
  19.       <!-- Original: 400W -->
  20.       <basePowerConsumption>2400</basePowerConsumption>
  21.     </value>
  22.   </Operation>
  23.  
  24.   <Operation Class="PatchOperationReplace">
  25.     <xpath>Defs/ThingDef[defName="NeuralSupercharger"]/comps/li[@Class="CompProperties_NeuralSupercharger"]/ticksToRecharge</xpath>
  26.     <value>
  27.       <!-- Original: 60000 ticks / 24 hours -->
  28.       <ticksToRecharge>10000</ticksToRecharge>      <!-- 4 hours -->
  29.     </value>
  30.   </Operation>
  31.  
  32.   <Operation Class="PatchOperationReplace">
  33.     <xpath>Defs/HediffDef[defName="NeuralSupercharge"]/comps/li[@Class="HediffCompProperties_Disappears"]/disappearsAfterTicks</xpath>
  34.     <value>
  35.       <!-- Original: 60000 ticks / 24 hours -->
  36.       <disappearsAfterTicks>120000</disappearsAfterTicks>      <!-- 48 hours -->
  37.     </value>
  38.   </Operation>
  39. </Patch>
  40.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement