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 Weapons Expanded</li>
- </mods>
- <match Class="PatchOperationSequence">
- <operations>
- <li Class="PatchOperationConditional">
- <xpath>Defs/ThingDef[defName="VWE_Throwing_Rocks"]/recipeMaker</xpath>
- <match Class="PatchOperationAdd">
- <xpath>/Defs/ThingDef[defName = "VWE_Throwing_Rocks"]/recipeMaker</xpath>
- <value>
- <researchPrerequisite>TS_Crafting</researchPrerequisite>
- </value>
- </match>
- <nomatch Class="PatchOperationAdd">
- <xpath>Defs/RecipeDef[defName="MakeThrowingRocks"]</xpath>
- <value>
- <researchPrerequisite>TS_Crafting</researchPrerequisite>
- </value>
- </nomatch>
- </li>
- <li Class="PatchOperationAdd">
- <xpath>/Defs/ThingDef[defName = "VWE_MeleeWeapon_Axe"]/recipeMaker</xpath>
- <value>
- <researchPrerequisite>TS_PrimitiveWeapons</researchPrerequisite>
- </value>
- </li>
- </operations>
- </match>
- </Operation>
- </Patch>
Advertisement
Add Comment
Please, Sign In to add comment