<?xml version="1.0" encoding="utf-8" ?>
<Defs>

  <ThoughtDef>
    <defName>OtherTravelerArrested</defName>
    <durationDays>10</durationDays>
    <stackLimit>5</stackLimit>
    <stages>
      <li>
        <label>traveler arrested</label>
        <description>One of our companions was taken prisoner!</description>
        <baseMoodEffect>-12</baseMoodEffect>
      </li>
    </stages>
  </ThoughtDef>

  <ThoughtDef>
    <defName>OtherTravelerSurgicallyViolated</defName>
    <durationDays>10</durationDays>
    <stackLimit>5</stackLimit>
    <stages>
      <li>
        <label>traveler surgically violated</label>
        <description>One of our companions was surgically violated. Nothing could justify that.</description>
        <baseMoodEffect>-12</baseMoodEffect>
      </li>
    </stages>
  </ThoughtDef>

</Defs>