mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Succubus xenotype & pawnkind, sex preferencees & start incident
Made xenotype and pawnkind, modified part preferences
This commit is contained in:
parent
09157e923d
commit
4a4b436270
13 changed files with 234 additions and 54 deletions
|
@ -34,7 +34,7 @@
|
|||
</GeneDef>
|
||||
|
||||
<GeneDef>
|
||||
<defName>LifeForceDrain</defName>
|
||||
<defName>rjw_genes_lifeforcedrain</defName>
|
||||
<label>fertilin drain</label>
|
||||
<labelShortAdj>draining</labelShortAdj>
|
||||
<description>Carriers lose an additional 15 fertilin per day from biological entropy.</description>
|
||||
|
@ -50,7 +50,7 @@
|
|||
</GeneDef>
|
||||
|
||||
<GeneDef>
|
||||
<defName>rjw_genes_pussyhealer</defName>
|
||||
<defName>rjw_genes_pussyhealing</defName>
|
||||
<label>Pussy Healer</label>
|
||||
<labelShortAdj>pussyhealer</labelShortAdj>
|
||||
<description>Carriers of this gene are able use vaginal sex to tend to other's wounds.</description>
|
||||
|
|
30
Common/Defs/Genes/XenotypeDefs.xml
Normal file
30
Common/Defs/Genes/XenotypeDefs.xml
Normal file
|
@ -0,0 +1,30 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
|
||||
<XenotypeDef>
|
||||
<defName>Succubus</defName>
|
||||
<label>succubus</label>
|
||||
<description>A succubus, an ancient race created long ago to fullfill sexual fantasies of humankind. (better description required) \n\nSuccubi require fertilin to survive, which is commonly derived from cum.</description> <iconPath>UI/Icons/Xenotypes/Baseliner</iconPath>
|
||||
<inheritable>true</inheritable>
|
||||
<displayPriority>1000</displayPriority>
|
||||
<factionlessGenerationWeight>0</factionlessGenerationWeight>
|
||||
<genes>
|
||||
<li>rjw_genes_female_only</li>
|
||||
<li>Beauty_Beautiful</li>
|
||||
<li>rjw_genes_succubus_tail</li>
|
||||
<li>rjw_genes_Succubus_Wings</li>
|
||||
<li>rjw_genes_aphrodisiac_pheromones</li>
|
||||
<li>rjw_genes_orgasm_rush</li>
|
||||
<li>rjw_genes_hypersexual</li>
|
||||
<li>rjw_genes_lifeforce</li>
|
||||
<li>rjw_genes_lifeforcedrain</li>
|
||||
<li>rjw_genes_pussyhealer</li>
|
||||
<li>rjw_genes_cockeater</li>
|
||||
<li>rjw_genes_paralysingkiss</li>
|
||||
<li>rjw_genes_seduce</li>
|
||||
<li>rjw_genes_vaginal_absorber</li>
|
||||
<li>rjw_genes_anal_absorber</li>
|
||||
<li>rjw_genes_drainer</li>
|
||||
</genes>
|
||||
</XenotypeDef>
|
||||
</Defs>
|
Loading…
Add table
Add a link
Reference in a new issue