Advertisement
Tritonio

Thoughts_Situation_Social.xml (fixes selling prisoner social debuff)

Sep 17th, 2022
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <Defs>
  3.  
  4. <ThoughtDef>
  5. <defName>FailedConvertIdeoAttemptResentment</defName>
  6. <thoughtClass>Thought_MemorySocial</thoughtClass>
  7. <durationDays>1</durationDays>
  8. <stackLimit>5</stackLimit>
  9. <stackedEffectMultiplier>0.9</stackedEffectMultiplier>
  10. <stages>
  11. <li>
  12. <label>conversion resentment</label>
  13. <description>Someone tried to convert me. I hate being proselytized this way.</description>
  14. <baseMoodEffect>-4</baseMoodEffect>
  15. <baseOpinionOffset>-15</baseOpinionOffset>
  16. </li>
  17. </stages>
  18. </ThoughtDef>
  19.  
  20. <ThoughtDef>
  21. <defName>SoldPrisoner</defName>
  22. <thoughtClass>Thought_Tale</thoughtClass>
  23. <workerClass>ThoughtWorker_Tale</workerClass>
  24. <taleDef>SoldPrisoner</taleDef>
  25. <validWhileDespawned>true</validWhileDespawned>
  26. <nullifyingPrecepts>
  27. <li MayRequire="Ludeon.RimWorld.Ideology">Slavery_Acceptable</li>
  28. <li MayRequire="Ludeon.RimWorld.Ideology">Slavery_Honorable</li>
  29. </nullifyingPrecepts>
  30. <stages>
  31. <li>
  32. <label>sold prisoner to slavery</label>
  33. <baseOpinionOffset>-15</baseOpinionOffset>
  34. </li>
  35. </stages>
  36. <nullifyingTraits>
  37. <li>Psychopath</li>
  38. </nullifyingTraits>
  39. <nullifiedIfNotColonist>true</nullifiedIfNotColonist>
  40. </ThoughtDef>
  41.  
  42. </Defs>
  43.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement