2024-06-27 12:28:24 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-12-19 10:25:27 +00:00
|
|
|
<Defs>
|
2024-06-27 12:28:24 +00:00
|
|
|
|
2023-05-08 05:58:31 +00:00
|
|
|
<GeneDef Name="SpecialBase" Abstract="True">
|
2024-06-27 12:28:24 +00:00
|
|
|
<displayCategory>rjw_genes_special</displayCategory>
|
|
|
|
<modExtensions>
|
|
|
|
<li MayRequire="OskarPotocki.VanillaFactionsExpanded.Core"
|
|
|
|
Class="VanillaGenesExpanded.GeneExtension">
|
|
|
|
<backgroundPathEndogenes>Genes/Icons/RJW_Genes_Endogene_Background</backgroundPathEndogenes>
|
|
|
|
<backgroundPathXenogenes>Genes/Icons/RJW_Genes_Xenogene_Background</backgroundPathXenogenes>
|
|
|
|
</li>
|
2023-05-08 05:58:31 +00:00
|
|
|
</modExtensions>
|
|
|
|
</GeneDef>
|
|
|
|
|
2023-05-10 18:57:49 +00:00
|
|
|
<GeneDef ParentName="SpecialBase">
|
2022-12-19 10:25:27 +00:00
|
|
|
<defName>rjw_genes_orgasm_rush</defName>
|
2024-06-01 11:44:53 +00:00
|
|
|
<label>orgasm rush</label>
|
2024-06-27 12:28:24 +00:00
|
|
|
<description>On orgasm, carriers of this gene get a boost in activity. (rest-need is
|
|
|
|
partially filled)</description>
|
2022-12-19 10:25:27 +00:00
|
|
|
<biostatCpx>1</biostatCpx>
|
2023-01-06 16:14:51 +00:00
|
|
|
<biostatMet>-2</biostatMet>
|
2022-12-19 10:25:27 +00:00
|
|
|
<iconPath>UI/Memes/FleshPurity</iconPath>
|
|
|
|
<displayOrderInCategory>1</displayOrderInCategory>
|
|
|
|
</GeneDef>
|
2024-06-27 12:28:24 +00:00
|
|
|
|
2023-05-10 18:57:49 +00:00
|
|
|
<GeneDef ParentName="SpecialBase">
|
2023-01-06 16:08:22 +00:00
|
|
|
<defName>rjw_genes_youth_fountain</defName>
|
2024-06-01 11:44:53 +00:00
|
|
|
<label>youth fountain</label>
|
2024-06-27 12:28:24 +00:00
|
|
|
<description>Having sex with a carrier of this gene makes the partner slightly younger.
|
|
|
|
(Partner stays adult)</description>
|
2023-01-06 16:14:51 +00:00
|
|
|
<biostatCpx>2</biostatCpx>
|
|
|
|
<biostatMet>-2</biostatMet>
|
2023-01-06 16:08:22 +00:00
|
|
|
<iconPath>UI/Ideoligions/FireLeaves</iconPath>
|
|
|
|
<displayOrderInCategory>2</displayOrderInCategory>
|
2023-05-10 18:57:49 +00:00
|
|
|
<modExtensions>
|
|
|
|
<li Class="RJW_Genes.AgeTransferExtension">
|
|
|
|
<!-- 60k = 1 day -->
|
|
|
|
<ageTickChange>60000</ageTickChange>
|
|
|
|
<minAgeInYears>18</minAgeInYears>
|
|
|
|
</li>
|
|
|
|
</modExtensions>
|
2023-01-06 16:08:22 +00:00
|
|
|
</GeneDef>
|
2024-06-27 12:28:24 +00:00
|
|
|
|
2023-05-10 18:57:49 +00:00
|
|
|
<GeneDef ParentName="SpecialBase">
|
2023-01-06 16:08:22 +00:00
|
|
|
<defName>rjw_genes_sex_age_drain</defName>
|
2024-06-01 11:44:53 +00:00
|
|
|
<label>sexual age drain</label>
|
2024-06-27 12:28:24 +00:00
|
|
|
<description>Having sex transfers some of the partners life-time to themselves. (Pawn stays
|
|
|
|
adult)</description>
|
2023-01-06 16:14:51 +00:00
|
|
|
<biostatCpx>2</biostatCpx>
|
|
|
|
<biostatMet>-1</biostatMet>
|
2023-01-06 16:08:22 +00:00
|
|
|
<iconPath>UI/Icons/ColonistBar/Idle</iconPath>
|
|
|
|
<displayOrderInCategory>3</displayOrderInCategory>
|
2023-05-10 18:57:49 +00:00
|
|
|
<modExtensions>
|
|
|
|
<li Class="RJW_Genes.AgeTransferExtension">
|
|
|
|
<!-- 120k = 2 days -->
|
|
|
|
<ageTickChange>120000</ageTickChange>
|
|
|
|
<minAgeInYears>18</minAgeInYears>
|
|
|
|
</li>
|
|
|
|
</modExtensions>
|
2023-01-06 16:08:22 +00:00
|
|
|
</GeneDef>
|
2024-06-27 12:28:24 +00:00
|
|
|
|
2023-05-10 18:57:49 +00:00
|
|
|
<GeneDef ParentName="SpecialBase">
|
2022-12-25 11:38:05 +00:00
|
|
|
<defName>rjw_genes_aphrodisiac_pheromones</defName>
|
2024-06-01 11:44:53 +00:00
|
|
|
<label>aphrodisiac pheromones</label>
|
2024-06-27 12:28:24 +00:00
|
|
|
<geneClass>RJW_Genes.Gene_Aphrodisiac_Pheromones</geneClass>
|
2022-12-25 11:38:05 +00:00
|
|
|
<description>Pheremones of this pawn induce an incressed sexdrive to others nearby.</description>
|
2023-05-08 05:33:26 +00:00
|
|
|
<iconPath>Genes/Icons/Pheromones</iconPath>
|
2023-01-15 15:43:21 +00:00
|
|
|
<displayOrderInCategory>4</displayOrderInCategory>
|
|
|
|
<biostatCpx>1</biostatCpx>
|
|
|
|
<biostatMet>1</biostatMet>
|
2023-07-17 05:21:32 +00:00
|
|
|
<modExtensions>
|
2024-06-27 12:28:24 +00:00
|
|
|
<li Class="RJW_Genes.TickIntervalExtension">
|
|
|
|
<!-- One day has 60k ticks, so we check every hour with 60000/48 = 1250-->
|
|
|
|
<tickInterval>1250</tickInterval>
|
|
|
|
</li>
|
|
|
|
<li Class="RJW_Genes.DistanceExtension">
|
|
|
|
<!-- distance 25 means 25 tiles in every direction from the pheromone-pawn.-->
|
|
|
|
<distance>25</distance>
|
|
|
|
</li>
|
2023-07-17 05:21:32 +00:00
|
|
|
</modExtensions>
|
2022-12-25 11:38:05 +00:00
|
|
|
</GeneDef>
|
2024-06-27 12:28:24 +00:00
|
|
|
|
2023-06-05 13:51:15 +00:00
|
|
|
<GeneDef ParentName="SpecialBase">
|
|
|
|
<defName>rjw_genes_sexual_mytosis</defName>
|
2024-06-01 11:44:53 +00:00
|
|
|
<label>orgasmic mytosis</label>
|
2024-06-27 12:28:24 +00:00
|
|
|
<!-- <geneClass>RJW_Genes.Gene_Aphrodisiac_Pheromones</geneClass> -->
|
|
|
|
<description>Carriers have malfunctioning regenerative archites that grow more unstable with
|
|
|
|
ongoing multiple orgasms - climaxing in a process of mytosis. This will result in an
|
|
|
|
(biologically) identical pawn and both twins are set in a regenerative state. Also, the
|
|
|
|
pawn can have multiple orgasms: In a state of higher unstableness, they come quicker.</description>
|
2023-06-05 13:51:15 +00:00
|
|
|
<iconPath>UI/Icons/Genes/Gene_PsychicBonding</iconPath>
|
|
|
|
<displayOrderInCategory>5</displayOrderInCategory>
|
|
|
|
<biostatCpx>5</biostatCpx>
|
2023-06-05 14:31:11 +00:00
|
|
|
<biostatMet>-5</biostatMet>
|
2024-06-27 12:28:24 +00:00
|
|
|
<biostatArc>1</biostatArc>
|
|
|
|
</GeneDef>
|
2023-06-05 13:51:15 +00:00
|
|
|
|
2023-07-16 08:59:06 +00:00
|
|
|
<GeneDef ParentName="SpecialBase">
|
|
|
|
<defName>rjw_genes_hormonal_saliva</defName>
|
2024-06-01 11:44:53 +00:00
|
|
|
<label>hormonal saliva</label>
|
2024-06-27 12:28:24 +00:00
|
|
|
<description>The saliva of this xenotype stimulates growth in penises. Regular contact will
|
|
|
|
lead to noticable growth.</description>
|
2023-07-16 08:59:06 +00:00
|
|
|
<biostatCpx>2</biostatCpx>
|
|
|
|
<biostatMet>-1</biostatMet>
|
|
|
|
<iconPath>Genes/Icons/Big_Male_Genitalia</iconPath>
|
|
|
|
<displayOrderInCategory>6</displayOrderInCategory>
|
|
|
|
<modExtensions>
|
|
|
|
<li Class="RJW_Genes.HormonalSalivaExtension">
|
|
|
|
<!-- SizeIncrement is applied "flat" -->
|
|
|
|
<sizeIncrement>0.02</sizeIncrement>
|
|
|
|
<maxBodySize>2.5</maxBodySize>
|
|
|
|
<!-- CumMultiplier is applied "exponential" -->
|
|
|
|
<cumMultiplier>1.05</cumMultiplier>
|
|
|
|
</li>
|
|
|
|
</modExtensions>
|
|
|
|
</GeneDef>
|
|
|
|
|
2024-05-30 07:40:57 +00:00
|
|
|
<GeneDef ParentName="SpecialBase">
|
2024-06-27 12:28:24 +00:00
|
|
|
<defName>rjw_genes_cocoonweaver</defName>
|
|
|
|
<label>cocoon weaver</label>
|
|
|
|
<labelShortAdj>cocooner</labelShortAdj>
|
|
|
|
<description>Carriers of this gene can produce a cocoon to prepare helpless (or willing)
|
|
|
|
victims for breeding.</description>
|
|
|
|
<iconPath>Genes/Icons/Cocoon</iconPath>
|
|
|
|
<displayOrderInCategory>11</displayOrderInCategory>
|
|
|
|
<abilities>
|
|
|
|
<li>rjw_genes_ability_cocoonweaver</li>
|
|
|
|
</abilities>
|
|
|
|
<descriptionHyperlinks>
|
|
|
|
<AbilityDef>rjw_genes_ability_cocoonweaver</AbilityDef>
|
|
|
|
</descriptionHyperlinks>
|
|
|
|
<biostatCpx>1</biostatCpx>
|
|
|
|
<biostatMet>-1</biostatMet>
|
|
|
|
<modExtensions>
|
|
|
|
<li Class="RJW_Genes.QirkExtension">
|
|
|
|
<Satisfiedquirk>BreederQuirk</Satisfiedquirk>
|
|
|
|
</li>
|
|
|
|
</modExtensions>
|
|
|
|
</GeneDef>
|
2024-05-30 07:40:57 +00:00
|
|
|
|
2024-05-31 15:28:11 +00:00
|
|
|
<GeneDef ParentName="SpecialBase">
|
|
|
|
<defName>rjw_genes_sex_tamer</defName>
|
|
|
|
<label>Sexual Tamer</label>
|
|
|
|
<labelShortAdj>sextamer</labelShortAdj>
|
|
|
|
<description>Bestiality has a chance to tame animals or advance their training.</description>
|
2024-06-26 15:38:21 +00:00
|
|
|
<iconPath>Genes/Icons/RJW_Genes_SexualTamer</iconPath>
|
2024-06-27 12:28:24 +00:00
|
|
|
<displayOrderInCategory>14</displayOrderInCategory>
|
|
|
|
<biostatCpx>2</biostatCpx>
|
|
|
|
<biostatMet>-1</biostatMet>
|
2024-05-31 15:28:11 +00:00
|
|
|
</GeneDef>
|
2024-06-27 12:28:24 +00:00
|
|
|
|
2022-12-19 10:25:27 +00:00
|
|
|
</Defs>
|