Guest User

Untitled

a guest
Feb 10th, 2021
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2.  
  3. <Patch>
  4.  
  5. <Operation Class="PatchOperationFindMod">
  6. <mods>
  7. <li>Vanilla Weapons Expanded</li>
  8. </mods>
  9. <match Class="PatchOperationSequence">
  10. <operations>
  11. <li Class="PatchOperationConditional">
  12. <xpath>Defs/ThingDef[defName="VWE_Throwing_Rocks"]/recipeMaker</xpath>
  13. <match Class="PatchOperationAdd">
  14. <xpath>/Defs/ThingDef[defName = "VWE_Throwing_Rocks"]/recipeMaker</xpath>
  15. <value>
  16. <researchPrerequisite>TS_Crafting</researchPrerequisite>
  17. </value>
  18. </match>
  19. <nomatch Class="PatchOperationAdd">
  20. <xpath>Defs/RecipeDef[defName="MakeThrowingRocks"]</xpath>
  21. <value>
  22. <researchPrerequisite>TS_Crafting</researchPrerequisite>
  23. </value>
  24. </nomatch>
  25. </li>
  26. <li Class="PatchOperationAdd">
  27. <xpath>/Defs/ThingDef[defName = "VWE_MeleeWeapon_Axe"]/recipeMaker</xpath>
  28. <value>
  29. <researchPrerequisite>TS_PrimitiveWeapons</researchPrerequisite>
  30. </value>
  31. </li>
  32. </operations>
  33. </match>
  34. </Operation>
  35. </Patch>
Advertisement
Add Comment
Please, Sign In to add comment