vegapnk / RJW-Genes

Rimworld Biotech Genes related to RJW
MIT License
33 stars 35 forks source link

Mod-Conflict Vanilla Races Expanded - Insector #96

Closed vegapnk closed 3 months ago

vegapnk commented 3 months ago

From Discord:

Okay, I've flipped into one hell of a bug (ironic given the geneline is insect-like.)
It might be due to the new genetics added by the VRE-Insector mod, but my lead pawn, using Littered Births is currently middle of round seven of popping out babies. I'm digging up the HugsLib log now.

The Insector genes includes a Chestburst Pregnancy (not dissimilar from parasitic implantation,) and a sub-gene system that allows for self-impregnation (Parthenogenesis) or live births (Spawning Sacks)... so yeah, might be from that...
Had to use Character Editor to stop it, because the pawn had already popped out eleven kids and was trying for round eight.
I think it's from the Geneline Evolution genetic.
The issue, that is.

My one pregnant pawn, using Littered Births, is turning out babies like a factory turns out parts...

Hugslib Here: https://gist.github.com/HugsLibRecordKeeper/d29347152fa27d0af058e7b43773f5bd

vegapnk commented 3 months ago

The relevant gene:

<?xml version="1.0" encoding="utf-8" ?>
<Defs>
    <GeneDef>
        <defName>VRE_ChestburstPregnancy</defName>
        <label>chestburst pregnancy</label>
        <description>Carriers of this gene do not carry their own fetus. Instead, fetus needs to be implanted in another willing or unwilling individual or animal. Once the fetus matures, it will burst out of the ribcage of the victim, killing the host.</description>
        <iconPath>UI/Icons/Genes/Gene_ChestburstPregnancy</iconPath>
        <displayCategory>Reproduction</displayCategory>
        <exclusionTags>
            <li>Egglaying</li>
            <li>AG_Egglaying</li>
        </exclusionTags>
        <customEffectDescriptions>
            <li>Colonist needs to get pregnant in a conventional way before being able to proceed with the chestburst pregnancy.</li>
        </customEffectDescriptions>
        <displayOrderInCategory>115.3</displayOrderInCategory>
        <biostatMet>2</biostatMet>
        <biostatCpx>1</biostatCpx>

    </GeneDef>
</Defs>

Relevant ModMetaData :

<name>Vanilla Races Expanded - Insector</name>
<packageId>vanillaracesexpanded.insector</packageId>