Files
FCP-Caesars-Legion/1.6/Defs/ThoughtsDefs/Thoughts_Misc.xml
T
noddistVitae c39191c8e0 Create Thoughts_Misc.xml
create thought for turning in a slave to the legion
2025-12-26 14:46:18 -03:00

19 lines
486 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<Defs>
<ThoughtDef>
<defName>FCP_Legion_Turned_In_A_Slave</defName>
<durationDays>4</durationDays>
<stackLimit>5</stackLimit>
<doNotApplyToQuestLodgers>true</doNotApplyToQuestLodgers>
<stages>
<li>
<label>turned in a slave</label>
<description>This colony turned in a prisoner to the Legion. Everyone shall know of our might!</description>
<baseMoodEffect>3</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
</Defs>