mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Resizing Genes now trigger on 20th Birthday Earliest, Fixes #11
This commit is contained in:
parent
fd88a13848
commit
4cd77eba50
14 changed files with 140 additions and 119 deletions
|
@ -57,7 +57,7 @@
|
|||
|
||||
<GeneCategoryDef>
|
||||
<defName>rjw_genes_special</defName>
|
||||
<label>Genital Related Damage</label>
|
||||
<label>Genital Based Special Abilities</label>
|
||||
<displayPriorityInXenotype>8</displayPriorityInXenotype>
|
||||
</GeneCategoryDef>
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<GeneDef ParentName="GeneGenitaliaSizeBase">
|
||||
<defName>rjw_genes_big_male_genitalia</defName>
|
||||
<label>Big Male Genitaliasize</label>
|
||||
<description>Penises of this Xenotype are bigger.</description>
|
||||
<description>Penises of this Xenotype are bigger.(Resizing takes place at 20th Birthday)</description>
|
||||
<iconPath>Genes/Icons/Small_Male_Genitalia</iconPath>
|
||||
<geneClass>RJW_Genes.Gene_BigMaleGenitalia</geneClass>
|
||||
<displayOrderInCategory>751</displayOrderInCategory>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<GeneDef ParentName="GeneGenitaliaSizeBase">
|
||||
<defName>rjw_genes_small_male_genitalia</defName>
|
||||
<label>Small Male Genitaliasize</label>
|
||||
<description>Penises of this Xenotype are smaller.</description>
|
||||
<description>Penises of this Xenotype are smaller. (Resizing takes place at 20th Birthday)</description>
|
||||
<iconPath>Genes/Icons/Big_Male_Genitalia</iconPath>
|
||||
<geneClass>RJW_Genes.Gene_SmallMaleGenitalia</geneClass>
|
||||
<displayOrderInCategory>753</displayOrderInCategory>
|
||||
|
@ -34,7 +34,7 @@
|
|||
<GeneDef ParentName="GeneGenitaliaSizeBase">
|
||||
<defName>rjw_genes_loose_female_genitalia</defName>
|
||||
<label>Loose Female Genitalia</label>
|
||||
<description>Vaginas of this Xenotype are quite spacy.</description>
|
||||
<description>Vaginas of this Xenotype are quite spacy. (Resizing takes place at 20th Birthday)</description>
|
||||
<iconPath>Genes/Icons/Loose_Female_Genitalia</iconPath>
|
||||
<geneClass>RJW_Genes.Gene_LooseFemaleGenitalia</geneClass>
|
||||
<displayOrderInCategory>754</displayOrderInCategory>
|
||||
|
@ -46,7 +46,7 @@
|
|||
<GeneDef ParentName="GeneGenitaliaSizeBase">
|
||||
<defName>rjw_genes_tight_female_genitalia</defName>
|
||||
<label>Tight Female Genitalia</label>
|
||||
<description>Vaginas of this Xenotype are pretty tight.</description>
|
||||
<description>Vaginas of this Xenotype are pretty tight.(Resizing takes place at 20th Birthday)</description>
|
||||
<iconPath>Genes/Icons/Tight_Female_Genitalia</iconPath>
|
||||
<geneClass>RJW_Genes.Gene_TightFemaleGenitalia</geneClass>
|
||||
<displayOrderInCategory>756</displayOrderInCategory>
|
||||
|
@ -59,7 +59,7 @@
|
|||
<GeneDef ParentName="GeneGenitaliaSizeBase">
|
||||
<defName>rjw_genes_big_breasts</defName>
|
||||
<label>Big Breasts</label>
|
||||
<description>Females of this Xenotype have big honkers.</description>
|
||||
<description>Females of this Xenotype have big honkers.(Resizing takes place at 20th Birthday)</description>
|
||||
<iconPath>Genes/Icons/Big_Breasts</iconPath>
|
||||
<geneClass>RJW_Genes.Gene_BigBreasts</geneClass>
|
||||
<displayOrderInCategory>757</displayOrderInCategory>
|
||||
|
@ -71,7 +71,7 @@
|
|||
<GeneDef ParentName="GeneGenitaliaSizeBase">
|
||||
<defName>rjw_genes_small_breasts</defName>
|
||||
<label>Small Breasts</label>
|
||||
<description>Females of this Xenotype have smaller breasts.</description>
|
||||
<description>Females of this Xenotype have smaller breasts.(Resizing takes place at 20th Birthday)</description>
|
||||
<iconPath>Genes/Icons/Small_Breasts</iconPath>
|
||||
<geneClass>RJW_Genes.Gene_SmallBreasts</geneClass>
|
||||
<displayOrderInCategory>759</displayOrderInCategory>
|
||||
|
@ -84,7 +84,7 @@
|
|||
<GeneDef ParentName="GeneGenitaliaSizeBase">
|
||||
<defName>rjw_genes_loose_anus</defName>
|
||||
<label>Loose Anus</label>
|
||||
<description>The Anus of this Xenotype is roomy.</description>
|
||||
<description>The Anus of this Xenotype is roomy.(Resizing takes place at 20th Birthday)</description>
|
||||
<iconPath>Genes/Icons/Loose_Anus</iconPath>
|
||||
<geneClass>RJW_Genes.Gene_LooseAnus</geneClass>
|
||||
<displayOrderInCategory>760</displayOrderInCategory>
|
||||
|
@ -96,7 +96,7 @@
|
|||
<GeneDef ParentName="GeneGenitaliaSizeBase">
|
||||
<defName>rjw_genes_tight_anus</defName>
|
||||
<label>Tight Anus</label>
|
||||
<description>The anus of this Xenotype is small.</description>
|
||||
<description>The anus of this Xenotype is small.(Resizing takes place at 20th Birthday)</description>
|
||||
<iconPath>Genes/Icons/Tight_Anus</iconPath>
|
||||
<geneClass>RJW_Genes.Gene_TightAnus</geneClass>
|
||||
<displayOrderInCategory>762</displayOrderInCategory>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue