mirror of
https://github.com/FalloutCollaborationProject/FCP-Lore.git
synced 2026-07-27 17:04:13 -07:00
24 lines
679 B
XML
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>
|