Several genes and changes

- Succubus wings now have the flight abilty (same as longjump)
- Modified aphrodisiac pheromones to increase with strenght based on carrier's sexdrive.
- Added paralysing kiss, touch range stun which uses fertilin
- Added seduce, beckon like ability which results in sex if target reached caster. Uses fertilin
This commit is contained in:
Shabakur 2023-01-06 12:42:04 +01:00
parent 5555083bc2
commit 400b48787d
25 changed files with 687 additions and 171 deletions

View file

@ -1,6 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<!--all pregnancies-->
<Defs>
<HediffDef>
<defName>Aphrodisiac_Pheromone</defName>
@ -16,7 +14,7 @@
</comps>
<stages>
<li>
<becomeVisible>false</becomeVisible>
<becomeVisible>true</becomeVisible>
<statFactors>
<SexFrequency>2</SexFrequency>
</statFactors>
@ -88,4 +86,24 @@
</li>
</stages>
</HediffDef>
<HediffDef>
<defName>rjw_genes_sexually_exhausted</defName>
<hediffClass>HediffWithComps</hediffClass>
<label>Exhausted</label>
<description>Has been exhaused due to sexual activities and needs a little break before being able to stand up again.\n\nWill remove submitting hediff.</description>
<defaultLabelColor>(1,1,1)</defaultLabelColor>
<stages>
<li>
<becomeVisible>true</becomeVisible>
</li>
</stages>
<comps>
<li Class="HediffCompProperties_Disappears">
<disappearsAfterTicks>300~900</disappearsAfterTicks>
<showRemainingTime>true</showRemainingTime>
</li>
<li Class="RJW_Genes.HediffCompProperties_RemoveSubmit"/>
</comps>
</HediffDef>
</Defs>