Guest User

Untitled

a guest
Apr 20th, 2020
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <Patch>
  3.  
  4. <Operation Class="PatchOperationReplace">
  5. <xpath>/Defs/ThoughtDef[defName="MoodOffsetSanguine"]/stages/li[1]/description</xpath>
  6. <value>
  7. <description>Nothing can bring me down!</description>
  8. </value>
  9. </Operation>
  10.  
  11. <Operation Class="PatchOperationReplace">
  12. <xpath>/Defs/ThoughtDef[defName="MoodOffsetOptimist"]/stages/li[1]/description</xpath>
  13. <value>
  14. <description>I'm always looking at the bright side of life.</description>
  15. </value>
  16. </Operation>
  17.  
  18. <Operation Class="PatchOperationReplace">
  19. <xpath>/Defs/ThoughtDef[defName="MoodOffsetPessimist"]/stages/li[1]/description</xpath>
  20. <value>
  21. <description>Life always finds a way to let me down.</description>
  22. </value>
  23. </Operation>
  24.  
  25. <Operation Class="PatchOperationReplace">
  26. <xpath>/Defs/ThoughtDef[defName="MoodOffsetDepressive"]/stages/li[1]/description</xpath>
  27. <value>
  28. <description>Life is dull and colorless.</description>
  29. </value>
  30. </Operation>
  31.  
  32. <Operation Class="PatchOperationReplace">
  33. <xpath>/Defs/ThoughtDef[defName="MoodOffsetTorturedArtist"]/stages/li[1]/description</xpath>
  34. <value>
  35. <description>Nobody understands my vision. My art is my only respite.</description>
  36. </value>
  37. </Operation>
  38.  
  39. </Patch>
Advertisement
Add Comment
Please, Sign In to add comment