mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Improved SuccubusDreamVisitIncident, added settings & incubus xenotype draft
This commit is contained in:
parent
a72dc01d73
commit
71b89e43fa
20 changed files with 416 additions and 108 deletions
|
@ -40,10 +40,9 @@
|
|||
<subNodes>
|
||||
<!--If sexneed is low do rape or masturbate (like a nymph)-->
|
||||
<li Class="rjw.ThinkNode_ConditionalFrustrated">
|
||||
<subNodes>
|
||||
<li Class="rjw.JobGiver_ViolateCorpse" />
|
||||
<subNodes>
|
||||
<li Class="rjw.JobGiver_RandomRape" />
|
||||
<li Class="rjw.JobGiver_Masturbate"/>
|
||||
<li Class="rjw.JobGiver_Masturbate"/> <!--Won't work if fap everywhere is disabled-->
|
||||
</subNodes>
|
||||
</li>
|
||||
<!--Will sometimes try and hookup with target pawn-->
|
||||
|
@ -56,12 +55,11 @@
|
|||
</subNodes>
|
||||
</li>
|
||||
|
||||
<!--Flirt with target pawn and try hookup with them, increases sexneed in target pawn, maybe flirt has custom text-->
|
||||
<!--Flirt with target pawn, decreasing their sexneed. Flirt has no custom text yet-->
|
||||
<li Class="RJW_Genes.JobGiver_Flirt" />
|
||||
|
||||
<li Class="JobGiver_WanderNearDutyLocation">
|
||||
<wanderRadius>5</wanderRadius>
|
||||
</li>
|
||||
<!--Just wander around if you can't flirt with anyone-->
|
||||
<li Class="JobGiver_WanderAnywhere"/>
|
||||
</subNodes>
|
||||
</thinkNode>
|
||||
</DutyDef>
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
<AbilityDef>rjw_genes_flight</AbilityDef>
|
||||
</descriptionHyperlinks>
|
||||
<biostatCpx>1</biostatCpx>
|
||||
<biostatMet>-1</biostatMet>
|
||||
<graphicData>
|
||||
<graphicPath>Things/Pawn/Humanlike/BodyAttachments/rjw_genes_Succubus_Wings/Succubus_Wings</graphicPath>
|
||||
<colorType>Skin</colorType>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
|
||||
<Defs>
|
||||
<InteractionDef ParentName="RJW_InteractionDefBaseSex">
|
||||
<InteractionDef ParentName="RJW_InteractionDefBaseRape">
|
||||
<defName>Rape_SuccubusTail_Tailjob</defName>
|
||||
<label>succubustail tailjob</label>
|
||||
<logRulesInitiator>
|
||||
|
@ -39,7 +39,7 @@
|
|||
</modExtensions>
|
||||
</InteractionDef>
|
||||
|
||||
<InteractionDef ParentName="RJW_InteractionDefBaseSex">
|
||||
<InteractionDef ParentName="RJW_InteractionDefBaseRape">
|
||||
<defName>Rape_SuccubusTail_Vaginal</defName>
|
||||
<label>succubustail vaginal</label>
|
||||
<logRulesInitiator>
|
||||
|
@ -76,7 +76,7 @@
|
|||
</modExtensions>
|
||||
</InteractionDef>
|
||||
|
||||
<InteractionDef ParentName="RJW_InteractionDefBaseSex">
|
||||
<InteractionDef ParentName="RJW_InteractionDefBaseRape">
|
||||
<defName>Rape_SuccubusTail_Anal</defName>
|
||||
<label>succubustail anal</label>
|
||||
<logRulesInitiator>
|
||||
|
@ -114,7 +114,7 @@
|
|||
</InteractionDef>
|
||||
|
||||
<!--Top of tail opens up and evelops the penis-->
|
||||
<InteractionDef ParentName="RJW_InteractionDefBaseSex">
|
||||
<InteractionDef ParentName="RJW_InteractionDefBaseRape">
|
||||
<defName>Rape_SuccubusTail_Envelop</defName>
|
||||
<label>succubustail envelop</label>
|
||||
<logRulesInitiator>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
|
||||
<Defs>
|
||||
<InteractionDef ParentName="RJW_InteractionDefBaseSex">
|
||||
<InteractionDef ParentName="RJW_InteractionDefBaseRape">
|
||||
<defName>Rape_SuccubusTail_Reverse_Tailjob</defName>
|
||||
<label>succubustail tailjob</label>
|
||||
<logRulesInitiator>
|
||||
|
@ -40,7 +40,7 @@
|
|||
</modExtensions>
|
||||
</InteractionDef>
|
||||
|
||||
<InteractionDef ParentName="RJW_InteractionDefBaseSex">
|
||||
<InteractionDef ParentName="RJW_InteractionDefBaseRape">
|
||||
<defName>Rape_SuccubusTail_Reverse_Vaginal</defName>
|
||||
<label>succubustail vaginal</label>
|
||||
<logRulesInitiator>
|
||||
|
@ -79,7 +79,7 @@
|
|||
</modExtensions>
|
||||
</InteractionDef>
|
||||
|
||||
<InteractionDef ParentName="RJW_InteractionDefBaseSex">
|
||||
<InteractionDef ParentName="RJW_InteractionDefBaseRape">
|
||||
<defName>Rape_SuccubusTail_Reverse_Anal</defName>
|
||||
<label>succubustail anal</label>
|
||||
<logRulesInitiator>
|
||||
|
@ -119,7 +119,7 @@
|
|||
</InteractionDef>
|
||||
|
||||
<!--Top of tail opens up and evelops the penis-->
|
||||
<InteractionDef ParentName="RJW_InteractionDefBaseSex">
|
||||
<InteractionDef ParentName="RJW_InteractionDefBaseRape">
|
||||
<defName>Rape_SuccubusTail_Reverse_Envelop</defName>
|
||||
<label>succubustail envelop</label>
|
||||
<logRulesInitiator>
|
||||
|
|
|
@ -42,4 +42,46 @@
|
|||
<initialWillRange>2~4</initialWillRange>
|
||||
<initialResistanceRange>28~44</initialResistanceRange>
|
||||
</PawnKindDef>
|
||||
|
||||
<PawnKindDef>
|
||||
<defName>rjw_genes_incubus</defName>
|
||||
<label>succubus</label>
|
||||
<combatPower>50</combatPower>
|
||||
<race>Human</race>
|
||||
<xenotypeSet>
|
||||
<xenotypeChances>
|
||||
<rjw_genes_incubus>999</rjw_genes_incubus>
|
||||
</xenotypeChances>
|
||||
</xenotypeSet>
|
||||
<acceptArrestChanceFactor>0.5</acceptArrestChanceFactor>
|
||||
<useFactionXenotypes>false</useFactionXenotypes>
|
||||
<minGenerationAge>18</minGenerationAge>
|
||||
<maxGenerationAge>27</maxGenerationAge>
|
||||
<itemQuality>Poor</itemQuality>
|
||||
<backstoryCryptosleepCommonality>0.0</backstoryCryptosleepCommonality>
|
||||
<isFighter>false</isFighter>
|
||||
<gearHealthRange>
|
||||
<min>0.3</min>
|
||||
<max>0.9</max>
|
||||
</gearHealthRange>
|
||||
<apparelIgnoreSeasons>true</apparelIgnoreSeasons>
|
||||
<apparelTags>
|
||||
<li>Tribal</li>
|
||||
</apparelTags>
|
||||
<apparelMoney>
|
||||
<min>0</min>
|
||||
<max>0</max>
|
||||
</apparelMoney>
|
||||
<apparelAllowHeadgearChance>0</apparelAllowHeadgearChance>
|
||||
<techHediffsMoney>
|
||||
<min>0</min>
|
||||
<max>0</max>
|
||||
</techHediffsMoney>
|
||||
<techHediffsTags>
|
||||
<li>Poor</li>
|
||||
</techHediffsTags>
|
||||
<techHediffsChance>0.0</techHediffsChance>
|
||||
<initialWillRange>2~4</initialWillRange>
|
||||
<initialResistanceRange>28~44</initialResistanceRange>
|
||||
</PawnKindDef>
|
||||
</Defs>
|
|
@ -1,52 +0,0 @@
|
|||
<?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>
|
||||
<inheritable>true</inheritable>
|
||||
<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_paralysingkiss</li>
|
||||
<li>rjw_genes_seduce</li>
|
||||
<li>rjw_genes_elasticity</li>
|
||||
<li>rjw_genes_succubus_wings</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>
|
96
Common/Defs/Xenotypes/Xenotype_Lifeforce.xml
Normal file
96
Common/Defs/Xenotypes/Xenotype_Lifeforce.xml
Normal file
|
@ -0,0 +1,96 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
|
||||
<XenotypeDef>
|
||||
<defName>rjw_genes_succubus</defName>
|
||||
<label>Succubus</label>
|
||||
<description>Succubi are strongly enhanced xenohumans. 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>
|
||||
<inheritable>true</inheritable>
|
||||
<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_paralysingkiss</li>
|
||||
<li>rjw_genes_seduce</li>
|
||||
<li>rjw_genes_elasticity</li>
|
||||
<li>rjw_genes_succubus_wings</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>
|
||||
|
||||
<XenotypeDef>
|
||||
<defName>rjw_genes_incubus</defName>
|
||||
<label>Incubus</label>
|
||||
<description>Incubi are strongly enhanced xenohumans. These overnaturally beautiful creatures strive parasitically on the Fertilin found in semen.</description>
|
||||
<descriptionShort>Incubi 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>
|
||||
<inheritable>true</inheritable>
|
||||
<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_hypersexual</li>
|
||||
<li>rjw_genes_male_only</li>
|
||||
<li>rjw_genes_lifeforce</li>
|
||||
<li>rjw_genes_lifeforce_drain</li>
|
||||
<li>rjw_genes_drainer</li>
|
||||
|
||||
<li>rjw_genes_seduce</li>
|
||||
<li>rjw_genes_succubus_wings</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_Intellectual</li>
|
||||
<li>Ears_Pointed</li>
|
||||
<li>Headbone_MiniHorns</li>
|
||||
<li>Skin_Purple</li>
|
||||
</genes>
|
||||
</XenotypeDef>
|
||||
|
||||
</Defs>
|
Loading…
Add table
Add a link
Reference in a new issue