fix baseMoodEffects
This commit is contained in:
parent
bd1cdab082
commit
16a11e1f5a
@ -81,7 +81,7 @@
|
||||
<li>
|
||||
<label>colleague destroyed</label>
|
||||
<description>My colleague was destroyed. Did she fulfill her duties?</description>
|
||||
<baseMoodEffect>0</baseMoodEffect>
|
||||
<baseMoodEffect>-1</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
@ -98,7 +98,7 @@
|
||||
<li>
|
||||
<label>favorite colleague {0} destroyed</label>
|
||||
<description>My friend was destroyed. It's so sad that we can't carry out our duties with her.</description>
|
||||
<baseMoodEffect>-1</baseMoodEffect>
|
||||
<baseMoodEffect>-5</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
@ -112,7 +112,7 @@
|
||||
<li>
|
||||
<label>hateful Automaton {0} destroyed</label>
|
||||
<description>That scrap was finally destroyed.</description>
|
||||
<baseMoodEffect>1</baseMoodEffect>
|
||||
<baseMoodEffect>5</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
@ -131,7 +131,7 @@
|
||||
<li>
|
||||
<label>witnessed ally automaton's destroyed</label>
|
||||
<description>I saw one of our colleague destroyed. Did she fulfill her duties?</description>
|
||||
<baseMoodEffect>0</baseMoodEffect>
|
||||
<baseMoodEffect>-1</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
|
Loading…
x
Reference in New Issue
Block a user