Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <li Class="PatchOperationReplace">
- <xpath>/Defs/ThingDef[defName="MiniBrainJar"]/costList</xpath>
- <value>
- <costList>
- <ComponentIndustrial>4</ComponentIndustrial>
- <Steel>15</Steel>
- <Gold>10</Gold>
- <Cloth>15</Cloth>
- <Brain>1</Brain>
- </costList>
- </value>
- </li>
- <li Class="PatchOperationReplace">
- <xpath>/Defs/ThingDef[defName="MiniBrainJar"]/description</xpath>
- <value>
- <description>Put a brain in a jar! Boosts research speed by +2%</description>
- </value>
- </li>
- <li Class="PatchOperationRemove">
- <xpath>/Defs/ThingDef[defName="MiniBrainJar"]/comps/li[@Class="CompProperties_Power"]</xpath>
- </li>
- <li Class="PatchOperationReplace">
- <xpath>/Defs/ThingDef[defName="MiniBrainJar"]/comps/li[@Class="CompProperties_Facility"]/statOffsets/ResearchSpeedFactor</xpath>
- <value>
- <ResearchSpeedFactor>0.02</ResearchSpeedFactor>
- </value>
- </li>
- <li Class="PatchOperationRemove">
- <xpath>/Defs/ThingDef[defName="MiniBrainJar"]/researchPrerequisites</xpath>
- </li>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement