Files
FCP-Lore/1.6/Defs/ThoughtDefs/Thoughts_Holotapes.xml
T
2026-05-27 05:32:48 -05:00

24 lines
679 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<!--__________ Holotape Thoughts __________-->
<!-- Read Holotape -->
<ThoughtDef>
<defName>FCP_ReadHolotape</defName>
<thoughtClass>Thought_Memory</thoughtClass>
<durationDays>1</durationDays>
<stackLimit>3</stackLimit>
<stackedEffectMultiplier>0.75</stackedEffectMultiplier>
<stages>
<li>
<label>read holotape</label>
<description>I learned something from that old recording. Fascinating stuff.</description>
<baseMoodEffect>3</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
</Defs>