mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Draft for Succubus Xenotype
This commit is contained in:
parent
0c3af21c3a
commit
c4a64c345f
4 changed files with 58 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
||||||
</GeneDef>
|
</GeneDef>
|
||||||
|
|
||||||
<GeneDef ParentName="rjw_genes_wings">
|
<GeneDef ParentName="rjw_genes_wings">
|
||||||
<defName>rjw_genes_Succubus_Wings</defName>
|
<defName>rjw_genes_succubus_wings</defName>
|
||||||
<label>succubus wings</label>
|
<label>succubus wings</label>
|
||||||
<description>Carriers of this gene grow succubus wings.</description>
|
<description>Carriers of this gene grow succubus wings.</description>
|
||||||
<iconPath>Genes/Icons/Succubus_Wings</iconPath>
|
<iconPath>Genes/Icons/Succubus_Wings</iconPath>
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
</GeneDef>
|
</GeneDef>
|
||||||
|
|
||||||
<GeneDef>
|
<GeneDef>
|
||||||
<defName>LifeForceDrain</defName>
|
<defName>rjw_genes_lifeforce_drain</defName>
|
||||||
<label>fertilin drain</label>
|
<label>fertilin drain</label>
|
||||||
<labelShortAdj>draining</labelShortAdj>
|
<labelShortAdj>draining</labelShortAdj>
|
||||||
<description>Carriers lose an additional 15 fertilin per day from biological entropy.</description>
|
<description>Carriers lose an additional 15 fertilin per day from biological entropy.</description>
|
||||||
|
|
53
Common/Defs/Xenotypes/Succubus.xml
Normal file
53
Common/Defs/Xenotypes/Succubus.xml
Normal file
|
@ -0,0 +1,53 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<Defs>
|
||||||
|
|
||||||
|
<XenotypeDef>
|
||||||
|
<defName>rjw_genes_succubus</defName>
|
||||||
|
<label>Succubus</label>
|
||||||
|
<description>Succubi are strongly enhanced xenohumans. Powered by archites, their abilities go far beyond normal genetic enhancements. These overnaturally beautiful creatures strive parasitically on the Fertilin found in semen. </description>
|
||||||
|
<descriptionShort>Succubi are beautiful and extremely hungry Xenohumans. They strive on having sex and extracting their victims life-force through this. </descriptionShort>
|
||||||
|
<iconPath>UI/Icons/Xenotypes/Sanguophage</iconPath>
|
||||||
|
<soundDefOnImplant>PawnBecameSanguophage</soundDefOnImplant>
|
||||||
|
<generateWithXenogermReplicatingHediffChance>0.5</generateWithXenogermReplicatingHediffChance>
|
||||||
|
<xenogermReplicatingDurationLeftDaysRange>0.1~140</xenogermReplicatingDurationLeftDaysRange>
|
||||||
|
<combatPowerFactor>1</combatPowerFactor>
|
||||||
|
<displayPriority>-1000</displayPriority>
|
||||||
|
<factionlessGenerationWeight>0.005</factionlessGenerationWeight>
|
||||||
|
<doubleXenotypeChances>
|
||||||
|
<Pigskin>0.02</Pigskin>
|
||||||
|
<Impid>0.02</Impid>
|
||||||
|
<Yttakin>0.02</Yttakin>
|
||||||
|
<Neanderthal>0.02</Neanderthal>
|
||||||
|
<Waster>0.02</Waster>
|
||||||
|
<Dirtmole>0.02</Dirtmole>
|
||||||
|
</doubleXenotypeChances>
|
||||||
|
<genes>
|
||||||
|
<li>rjw_genes_bisexual</li>
|
||||||
|
<li>rjw_genes_hypersexual</li>
|
||||||
|
<li>rjw_genes_female_only</li>
|
||||||
|
<li>rjw_genes_lifeforce</li>
|
||||||
|
<li>rjw_genes_lifeforce_drain</li>
|
||||||
|
<li>rjw_genes_vaginal_absorber</li>
|
||||||
|
<li>rjw_genes_anal_absorber</li>
|
||||||
|
|
||||||
|
<li>rjw_genes_drainer</li>
|
||||||
|
|
||||||
|
<li>rjw_genes_pussyhealer</li>
|
||||||
|
<li>rjw_genes_paralysingkiss</li>
|
||||||
|
<li>rjw_genes_seduce</li>
|
||||||
|
<li>rjw_genes_elasticity</li>
|
||||||
|
<li>rjw_genes_succubus_tail</li>
|
||||||
|
<li>rjw_genes_aphrodisiac_pheromones</li>
|
||||||
|
|
||||||
|
<li>Beauty_Pretty</li>
|
||||||
|
<li>MoveSpeed_Quick</li>
|
||||||
|
<li>Robust</li>
|
||||||
|
<li>UVSensitivity_Intense</li>
|
||||||
|
<li>AptitudeStrong_Social</li>
|
||||||
|
<li>Ears_Pointed</li>
|
||||||
|
<li>Headbone_MiniHorns</li>
|
||||||
|
<li>Skin_Purple</li>
|
||||||
|
</genes>
|
||||||
|
</XenotypeDef>
|
||||||
|
|
||||||
|
</Defs>
|
|
@ -79,6 +79,7 @@ namespace RJW_Genes
|
||||||
|
|
||||||
// LifeForce
|
// LifeForce
|
||||||
public static readonly GeneDef rjw_genes_lifeforce;
|
public static readonly GeneDef rjw_genes_lifeforce;
|
||||||
|
public static readonly GeneDef rjw_genes_lifeforce_drain;
|
||||||
public static readonly GeneDef rjw_genes_pussyhealer;
|
public static readonly GeneDef rjw_genes_pussyhealer;
|
||||||
public static readonly GeneDef rjw_genes_vaginal_absorber;
|
public static readonly GeneDef rjw_genes_vaginal_absorber;
|
||||||
public static readonly GeneDef rjw_genes_anal_absorber;
|
public static readonly GeneDef rjw_genes_anal_absorber;
|
||||||
|
@ -86,6 +87,7 @@ namespace RJW_Genes
|
||||||
|
|
||||||
// Cosmetic
|
// Cosmetic
|
||||||
public static readonly GeneDef rjw_genes_succubus_tail;
|
public static readonly GeneDef rjw_genes_succubus_tail;
|
||||||
|
public static readonly GeneDef rjw_genes_succubus_wings;
|
||||||
|
|
||||||
// Others & Non-Genes
|
// Others & Non-Genes
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue