mirror of
https://gitgud.io/AbstractConcept/privacy-please.git
synced 2024-08-15 00:03:18 +00:00
Initial commit
This commit is contained in:
parent
fe7c28ad8e
commit
55402b9891
54 changed files with 2515 additions and 92 deletions
27
Defs/ThoughtDefs/ThoughtDefsUnderwear.xml
Normal file
27
Defs/ThoughtDefs/ThoughtDefsUnderwear.xml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
|
||||
<ThoughtDef>
|
||||
<defName>ExposeUnderwear</defName>
|
||||
<workerClass>Privacy_Please.ThoughtWorker_ExposedUnderwear</workerClass>
|
||||
<validWhileDespawned>true</validWhileDespawned>
|
||||
<stages>
|
||||
<li>
|
||||
<label>exposed underwear</label>
|
||||
<description>People can see my underwear, it's embarassing.</description>
|
||||
<baseMoodEffect>-2</baseMoodEffect>
|
||||
</li>
|
||||
<li>
|
||||
<label>visible underwear</label>
|
||||
<description>My underwear is showing, but's not a big deal.</description>
|
||||
<baseMoodEffect>0</baseMoodEffect>
|
||||
</li>
|
||||
<li>
|
||||
<label>faunting underwear</label>
|
||||
<description>It's a bit thrilling to be showing my underwear off!</description>
|
||||
<baseMoodEffect>1</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
|
||||
</Defs>
|
Loading…
Add table
Add a link
Reference in a new issue