mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Resolve Merge conflicts
This commit is contained in:
commit
bf5617ffe0
35 changed files with 641 additions and 123 deletions
|
@ -3,7 +3,7 @@
|
|||
<AbilityDef>
|
||||
<defName>rjw_genes_flight</defName>
|
||||
<label>fly</label>
|
||||
<description>Fly to a distant location using wings.</description>
|
||||
<description>Fly to a short location using your wings.</description>
|
||||
<iconPath>Genes/Icons/Succubus_Wings</iconPath>
|
||||
<cooldownTicksRange>1250</cooldownTicksRange>
|
||||
<hostile>false</hostile>
|
||||
|
|
47
Common/Defs/AbilityDefs/Ability_NakedProwess.xml
Normal file
47
Common/Defs/AbilityDefs/Ability_NakedProwess.xml
Normal file
|
@ -0,0 +1,47 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
<AbilityDef>
|
||||
<defName>rjw_genes_naked_prowess</defName>
|
||||
<label>naked prowess</label>
|
||||
<description>Enhance the strenght and resilience of your naked body with fertilin.</description>
|
||||
<iconPath>Things/Mote/Heart</iconPath>
|
||||
<warmupMoteSocialSymbol>Things/Mote/Heart</warmupMoteSocialSymbol>
|
||||
<jobDef>CastAbilityOnThing</jobDef>
|
||||
<targetRequired>False</targetRequired>
|
||||
<canUseAoeToGetTargets>False</canUseAoeToGetTargets>
|
||||
<stunTargetWhileCasting>True</stunTargetWhileCasting>
|
||||
<statBases>
|
||||
<Ability_Duration>126</Ability_Duration>
|
||||
<Ability_EffectRadius>0</Ability_EffectRadius>
|
||||
</statBases>
|
||||
<verbProperties>
|
||||
<verbClass>Verb_CastAbility</verbClass>
|
||||
<warmupTime>2</warmupTime>
|
||||
<range>0</range>
|
||||
<drawAimPie>False</drawAimPie>
|
||||
<requireLineOfSight>False</requireLineOfSight>
|
||||
<targetParams>
|
||||
<canTargetSelf>true</canTargetSelf>
|
||||
<canTargetPawns>false</canTargetPawns>
|
||||
<canTargetBuildings>false</canTargetBuildings>
|
||||
<canTargetAnimals>false</canTargetAnimals>
|
||||
<canTargetHumans>false</canTargetHumans>
|
||||
<canTargetMechs>false</canTargetMechs>
|
||||
</targetParams>
|
||||
</verbProperties>
|
||||
<comps>
|
||||
<li Class="CompProperties_AbilityGiveHediff">
|
||||
<compClass>CompAbilityEffect_GiveHediff</compClass>
|
||||
<hediffDef>rjw_genes_naked_prowess</hediffDef>
|
||||
<onlyApplyToSelf>True</onlyApplyToSelf>
|
||||
<replaceExisting>true</replaceExisting>
|
||||
</li>
|
||||
<li Class="RJW_Genes.CompProperties_CasterIsNaked"/>
|
||||
<li Class="RJW_Genes.CompProperties_AbilityLifeForceCost">
|
||||
<fertilinCost>0.1</fertilinCost>
|
||||
</li>
|
||||
</comps>
|
||||
|
||||
|
||||
</AbilityDef>
|
||||
</Defs>
|
|
@ -4,7 +4,7 @@
|
|||
<defName>rjw_genes_paralysingkiss</defName>
|
||||
<label>paralysing kiss</label>
|
||||
<description>Paralyse someone briefly with a kiss.</description>
|
||||
<iconPath>Things/Mote/Heart</iconPath>
|
||||
<iconPath>Genes/Icons/rjw_genes_lips</iconPath>
|
||||
<stunTargetWhileCasting>true</stunTargetWhileCasting>
|
||||
<displayGizmoWhileUndrafted>true</displayGizmoWhileUndrafted>
|
||||
<disableGizmoWhileUndrafted>false</disableGizmoWhileUndrafted>
|
||||
|
@ -34,7 +34,7 @@
|
|||
<goodwillImpact>-15</goodwillImpact>
|
||||
</li>
|
||||
<li Class="CompProperties_AbilityFleckOnTarget">
|
||||
<fleckDef>Heart</fleckDef> <!--Will change to kiss when I have a good icon/fleck for it-->
|
||||
<fleckDef>rjw_genes_lips</fleckDef> <!--Will change to kiss when I have a good icon/fleck for it-->
|
||||
</li>
|
||||
<li Class="RJW_Genes.CompProperties_AbilityLifeForceCost">
|
||||
<fertilinCost>0.05</fertilinCost>
|
||||
|
|
|
@ -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>
|
||||
|
|
14
Common/Defs/Effects/Fleck_Lifeforce.xml
Normal file
14
Common/Defs/Effects/Fleck_Lifeforce.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
<FleckDef ParentName="FleckBase_Thrown">
|
||||
<defName>rjw_genes_lips</defName>
|
||||
<graphicData>
|
||||
<texPath>Genes/Icons/rjw_genes_lips</texPath>
|
||||
</graphicData>
|
||||
<altitudeLayer>MetaOverlays</altitudeLayer>
|
||||
<fadeInTime>0.08</fadeInTime>
|
||||
<solidTime>1.4</solidTime>
|
||||
<fadeOutTime>1.5</fadeOutTime>
|
||||
</FleckDef>
|
||||
|
||||
</Defs>
|
|
@ -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>
|
||||
|
|
|
@ -105,7 +105,7 @@
|
|||
<label>paralysing kiss</label>
|
||||
<labelShortAdj>paralysing kiss</labelShortAdj>
|
||||
<description>Carriers of this gene are able to briefly stun an enemy with a kiss.</description>
|
||||
<iconPath>Things/Mote/Heart</iconPath>
|
||||
<iconPath>Genes/Icons/rjw_genes_lips</iconPath>
|
||||
<prerequisite>rjw_genes_lifeforce</prerequisite>
|
||||
<displayOrderInCategory>12</displayOrderInCategory>
|
||||
<displayCategory>rjw_genes_fertilin</displayCategory>
|
||||
|
@ -151,6 +151,24 @@
|
|||
</symbolPack>
|
||||
</GeneDef>
|
||||
|
||||
<GeneDef>
|
||||
<defName>rjw_genes_naked_prowess</defName>
|
||||
<label>naked prowess</label>
|
||||
<description>Carriers of this gene are able to temporarily increase their strenght and resilience, while they are naked.</description>
|
||||
<iconPath>Things/Mote/Heart</iconPath>
|
||||
<prerequisite>rjw_genes_lifeforce</prerequisite>
|
||||
<displayOrderInCategory>13</displayOrderInCategory>
|
||||
<displayCategory>rjw_genes_fertilin</displayCategory>
|
||||
<abilities>
|
||||
<li>rjw_genes_naked_prowess</li>
|
||||
</abilities>
|
||||
<descriptionHyperlinks>
|
||||
<AbilityDef>rjw_genes_naked_prowess</AbilityDef>
|
||||
</descriptionHyperlinks>
|
||||
<biostatCpx>1</biostatCpx>
|
||||
<biostatMet>-1</biostatMet>
|
||||
</GeneDef>
|
||||
|
||||
<GeneDef>
|
||||
<defName>rjw_genes_cum_eater</defName>
|
||||
<label>Cum eater</label>
|
||||
|
|
|
@ -151,4 +151,37 @@
|
|||
</li>
|
||||
</comps>
|
||||
</HediffDef>
|
||||
|
||||
<HediffDef ParentName="RoleStatBuff">
|
||||
<defName>rjw_genes_naked_prowess</defName>
|
||||
<label>naked prowss</label>
|
||||
<description>Driven by fertilin, this person has greatly increased strength and resilience.</description>
|
||||
<hediffClass>HediffWithComps</hediffClass>
|
||||
<stages>
|
||||
<li>
|
||||
<!--Maybe a bit to much, but they are supposed to be strong-->
|
||||
<statOffsets>
|
||||
<ArmorRating_Sharp>0.5</ArmorRating_Sharp>
|
||||
<ArmorRating_Blunt>0.5</ArmorRating_Blunt>
|
||||
<ArmorRating_Heat>0.5</ArmorRating_Heat>
|
||||
<!-- <Insulation_Cold>10</Insulation_Cold>
|
||||
<Insulation_Heat>10</Insulation_Heat> -->
|
||||
</statOffsets>
|
||||
<statFactors>
|
||||
<IncomingDamageFactor>0.5</IncomingDamageFactor>
|
||||
<MeleeDamageFactor>1.5</MeleeDamageFactor>
|
||||
</statFactors>
|
||||
</li>
|
||||
</stages>
|
||||
<comps>
|
||||
<li Class="HediffCompProperties_Disappears">
|
||||
<showRemainingTime>True</showRemainingTime>
|
||||
<disappearsAfterTicks>5000</disappearsAfterTicks> <!-- 2 hours -->
|
||||
</li>
|
||||
<li Class="HediffCompProperties_DisappearsOnDeath"/>
|
||||
<!--TODO: Make hediff disappear if pawn is nolonger naked-->
|
||||
</comps>
|
||||
<isBad>false</isBad>
|
||||
</HediffDef>
|
||||
|
||||
</Defs>
|
|
@ -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>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<mentalState>rjw_genes_lifeforce_randomrape</mentalState>
|
||||
<baseCommonality>1.5</baseCommonality>
|
||||
<intensity>Extreme</intensity>
|
||||
<workerClass>RJW_Genes.LifeForceMentalBreakWorker</workerClass>
|
||||
</MentalBreakDef>
|
||||
|
||||
<MentalStateDef ParentName="BaseMentalState">
|
||||
|
|
|
@ -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>
|
97
Common/Defs/Xenotypes/Xenotype_Lifeforce.xml
Normal file
97
Common/Defs/Xenotypes/Xenotype_Lifeforce.xml
Normal file
|
@ -0,0 +1,97 @@
|
|||
<?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_cum_eater</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_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