Advertisement
Guest User

Untitled

a guest
Jul 16th, 2021
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. <li Class="PatchOperationReplace">
  2. <xpath>/Defs/ThingDef[defName="MiniBrainJar"]/costList</xpath>
  3. <value>
  4. <costList>
  5. <ComponentIndustrial>4</ComponentIndustrial>
  6. <Steel>15</Steel>
  7. <Gold>10</Gold>
  8. <Cloth>15</Cloth>
  9. <Brain>1</Brain>
  10. </costList>
  11. </value>
  12. </li>
  13. <li Class="PatchOperationReplace">
  14. <xpath>/Defs/ThingDef[defName="MiniBrainJar"]/description</xpath>
  15. <value>
  16. <description>Put a brain in a jar! Boosts research speed by +2%</description>
  17. </value>
  18. </li>
  19. <li Class="PatchOperationRemove">
  20. <xpath>/Defs/ThingDef[defName="MiniBrainJar"]/comps/li[@Class="CompProperties_Power"]</xpath>
  21. </li>
  22. <li Class="PatchOperationReplace">
  23. <xpath>/Defs/ThingDef[defName="MiniBrainJar"]/comps/li[@Class="CompProperties_Facility"]/statOffsets/ResearchSpeedFactor</xpath>
  24. <value>
  25. <ResearchSpeedFactor>0.02</ResearchSpeedFactor>
  26. </value>
  27. </li>
  28. <li Class="PatchOperationRemove">
  29. <xpath>/Defs/ThingDef[defName="MiniBrainJar"]/researchPrerequisites</xpath>
  30. </li>
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement