mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Changes to NoBreasts - Split in Nipples and Featureless Chest. Adjusted Logs accordingly
This commit is contained in:
parent
1b590ba2a2
commit
90204f9134
8 changed files with 113 additions and 18 deletions
|
@ -70,7 +70,7 @@
|
|||
<GeneDef ParentName="GeneExtraGenitaliaBase">
|
||||
<defName>rjw_genes_no_breasts</defName>
|
||||
<label>no breasts</label>
|
||||
<description>Females of this do not have a pair of breasts.</description>
|
||||
<description>Females of this do not have a pair of breasts, but only nipples.</description>
|
||||
<iconPath>Genes/Icons/No_Breasts</iconPath>
|
||||
<geneClass>RJW_Genes.Gene_NoBreasts</geneClass>
|
||||
<displayOrderInCategory>706</displayOrderInCategory>
|
||||
|
@ -106,7 +106,7 @@
|
|||
<GeneDef ParentName="GeneExtraGenitaliaBase">
|
||||
<defName>rjw_genes_futa</defName>
|
||||
<label>futanari</label>
|
||||
<description>Males of this xenotype grow additional female genitalia, Females grow additional male genitalia.</description>
|
||||
<description>Males with this gene grow additional female genitalia, females grow additional male genitalia.</description>
|
||||
<iconPath>Genes/Icons/Futa</iconPath>
|
||||
<geneClass>RJW_Genes.Gene_Futa</geneClass>
|
||||
<displayOrderInCategory>709</displayOrderInCategory>
|
||||
|
@ -116,4 +116,16 @@
|
|||
</exclusionTags>
|
||||
</GeneDef>
|
||||
|
||||
<GeneDef ParentName="GeneExtraGenitaliaBase">
|
||||
<defName>rjw_genes_featureless_chest</defName>
|
||||
<label>Featureless Chest</label>
|
||||
<description>Carriers of this gene do not have breasts or nipples.</description>
|
||||
<iconPath>Genes/Icons/No_Breasts</iconPath>
|
||||
<geneClass>RJW_Genes.Gene_FeaturelessChest</geneClass>
|
||||
<displayOrderInCategory>710</displayOrderInCategory>
|
||||
<exclusionTags>
|
||||
<li>BreastAmount</li>
|
||||
</exclusionTags>
|
||||
</GeneDef>
|
||||
|
||||
</Defs>
|
|
@ -39,17 +39,17 @@
|
|||
<li>
|
||||
<label>fertilin craving</label>
|
||||
<description>My bones ache. I really need fertilin.</description>
|
||||
<baseMoodEffect>-10</baseMoodEffect>
|
||||
<baseMoodEffect>-25</baseMoodEffect>
|
||||
</li>
|
||||
<li>
|
||||
<label>fertilin craving</label>
|
||||
<description>This hurts bad and I can't stop thinking about sex. I would do anything for some cum.</description>
|
||||
<baseMoodEffect>-15</baseMoodEffect>
|
||||
<baseMoodEffect>-40</baseMoodEffect>
|
||||
</li>
|
||||
<li>
|
||||
<label>fertilin craving</label>
|
||||
<description>Can't think. Sex. Sex. Must. Have. Cum.</description>
|
||||
<baseMoodEffect>-20</baseMoodEffect>
|
||||
<baseMoodEffect>-55</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue