mirror of
https://gitgud.io/AbstractConcept/overt-underwear.git
synced 2024-08-15 03:19:13 +00:00
v1.0.0
This commit is contained in:
commit
545cb16d50
30 changed files with 491 additions and 0 deletions
32
Defs/ThoughtDefs/ThoughtDefsUnderwear.xml
Normal file
32
Defs/ThoughtDefs/ThoughtDefsUnderwear.xml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
|
||||
<ThoughtDef>
|
||||
<defName>UnderwearThoughts</defName>
|
||||
<workerClass>Overt_Underwear.ThoughtWorker_Underwear</workerClass>
|
||||
<validWhileDespawned>true</validWhileDespawned>
|
||||
<stages>
|
||||
<li>
|
||||
<label>forced to wear underwear</label>
|
||||
<description>Urgh, it's so uncomfortable!</description>
|
||||
<baseMoodEffect>-3</baseMoodEffect>
|
||||
</li>
|
||||
<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>So what if my underwear is showing? People need to grow up.</description>
|
||||
<baseMoodEffect>0</baseMoodEffect>
|
||||
</li>
|
||||
<li>
|
||||
<label>faunting underwear</label>
|
||||
<description>My underwear is on display... How risque!</description>
|
||||
<baseMoodEffect>1</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
|
||||
</Defs>
|
||||
Loading…
Add table
Add a link
Reference in a new issue