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
45
Defs/PreceptDefs/PreceptDef_Underwear.xml
Normal file
45
Defs/PreceptDefs/PreceptDef_Underwear.xml
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
|
||||
<!-- Issues -->
|
||||
<IssueDef>
|
||||
<defName>Underwear</defName>
|
||||
<label>underwear</label>
|
||||
<iconPath>UI/Issues/Underwear</iconPath>
|
||||
</IssueDef>
|
||||
|
||||
<!-- Precepts -->
|
||||
<PreceptDef>
|
||||
<defName>Underwear_Disapproved</defName>
|
||||
<issue>Underwear</issue>
|
||||
<label>disapproved</label>
|
||||
<description>Underwear is horribly constricting and should not be worn if it can be avoided.</description>
|
||||
<impact>Low</impact>
|
||||
<displayOrderInIssue>30</displayOrderInIssue>
|
||||
<displayOrderInImpact>1000</displayOrderInImpact>
|
||||
<defaultSelectionWeight>5</defaultSelectionWeight>
|
||||
</PreceptDef>
|
||||
|
||||
<PreceptDef>
|
||||
<defName>Underwear_MustBeConcealed</defName>
|
||||
<issue>Underwear</issue>
|
||||
<label>must be concealed</label>
|
||||
<description>Worn underwear should be hidden under other clothes.</description>
|
||||
<impact>Low</impact>
|
||||
<displayOrderInIssue>20</displayOrderInIssue>
|
||||
<displayOrderInImpact>1000</displayOrderInImpact>
|
||||
<defaultSelectionWeight>100</defaultSelectionWeight>
|
||||
</PreceptDef>
|
||||
|
||||
<PreceptDef>
|
||||
<defName>Underwear_CanBeVisible</defName>
|
||||
<issue>Underwear</issue>
|
||||
<label>can be visible</label>
|
||||
<description>Having underwear visible to others is not a concern.</description>
|
||||
<impact>Low</impact>
|
||||
<displayOrderInIssue>10</displayOrderInIssue>
|
||||
<displayOrderInImpact>1000</displayOrderInImpact>
|
||||
<defaultSelectionWeight>20</defaultSelectionWeight>
|
||||
</PreceptDef>
|
||||
|
||||
</Defs>
|
||||
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