mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Added a thoughtworker for pawns to dislike pawns with more genetic diseases
This commit is contained in:
parent
5920de6bbd
commit
35454db937
6 changed files with 85 additions and 1 deletions
|
@ -24,4 +24,26 @@
|
|||
</stages>
|
||||
</ThoughtDef>
|
||||
|
||||
<ThoughtDef>
|
||||
<defName>rjw_genes_has_more_diseases</defName>
|
||||
<thoughtClass>Thought_SituationalSocial</thoughtClass>
|
||||
<workerClass>RJW_Genes.ThoughtWorker_HasMoreDiseasesThanMe_Social</workerClass>
|
||||
<validWhileDespawned>true</validWhileDespawned>
|
||||
|
||||
<stages>
|
||||
<li>
|
||||
<label>carries more genetic diseases than me</label>
|
||||
<baseOpinionOffset>-3</baseOpinionOffset>
|
||||
</li>
|
||||
<li>
|
||||
<label>carries more way genetic diseases than me</label>
|
||||
<baseOpinionOffset>-8</baseOpinionOffset>
|
||||
</li>
|
||||
<li>
|
||||
<label>the genetic diseases on this fellow are off charts</label>
|
||||
<baseOpinionOffset>-18</baseOpinionOffset>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
|
||||
</Defs>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue