Guest User

Untitled

a guest
Jul 9th, 2021
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. <Operation Class="PatchOperationFindMod">
  2. <mods>
  3. <li>Alpha Animals</li>
  4. </mods>
  5. <match Class="PatchOperationReplace">
  6. <xpath>/Defs/ThingDef[defName = "AA_Darkbeast"]/race/leatherDef</xpath>
  7. <value>
  8. <leatherDef>Leather_Chitin</leatherDef>
  9. </value>
  10. </match>
  11. </Operation>
  12.  
  13. <Operation Class="PatchOperationFindMod">
  14. <mods>
  15. <li>Alpha Animals</li>
  16. </mods>
  17. <match Class="PatchOperationReplace">
  18. <xpath>/Defs/ThingDef[defName = "AA_SandProwler"]/race/leatherDef</xpath>
  19. <value>
  20. <leatherDef>Leather_Chitin</leatherDef>
  21. </value>
  22. </match>
  23. </Operation>
  24.  
  25. <Operation Class="PatchOperationFindMod">
  26. <mods>
  27. <li>Alpha Animals</li>
  28. </mods>
  29. <match Class="PatchOperationReplace">
  30. <xpath>/Defs/ThingDef[defName = "AA_Thunderbeast"]/race/leatherDef</xpath>
  31. <value>
  32. <leatherDef>Leather_Chitin</leatherDef>
  33. </value>
  34. </match>
  35. </Operation>
Advertisement
Add Comment
Please, Sign In to add comment