-
Notifications
You must be signed in to change notification settings - Fork 0
Xenotypes and Genes
DESKTOP-5KM6RA3\david edited this page Feb 27, 2026
·
1 revision
This page covers the custom xenotypes and gene package design in Rimgate, including where these pawns appear and what each Rimgate gene does in play.
For faction encounter context, see Factions and Pawn Types. For Goa'uld symbiote host workflows, see Symbiotes and Prim'ta. For Wraith feeding/ability loops, see Wraith Essence Manangement. For clone inheritance and mutation risk, see Cloning Systems.
- Rimgate currently defines
3custom xenotypes:Goa'uld Jaffa,Kull, andWraith. - These xenotypes are
inheritableand used directly by faction/player pawn kinds. - Most Rimgate genes are not random-roll genes; they are attached through xenotypes or scripted outcomes.
-
cellular degradationis the main instability gene and is central to Kull identity and some clone outcomes.
| Xenotype | Def Name | Identity | Typical Sources |
|---|---|---|---|
Goa'uld Jaffa |
Rimgate_GoauldJaffa |
Symbiote-capable warrior host with discipline/resilience package | Goa'uld military classes and Free Jaffa Nation start pawns |
Kull |
Rimgate_KullWarrior |
Engineered supersoldier with very high combat throughput and built-in biological decline | Elite Goa'uld Kull warrior units |
Wraith |
Rimgate_Wraith |
Ageless, essence-fed predator package with webbing and psychic utility | Wraith faction pawns and Wraith Co-Op start pawns |
Included genes:
Body_StandardMoveSpeed_QuickRimgate_JaffaLongevityRimgate_SymbiotePouchMutationRimgate_JaffaWarriorRimgate_JaffaCombatDiscipline
Practical profile:
- Built for long service life and military reliability.
- Can host Prim'ta due to the pouch mutation.
- Trades away civilian utility (multiple work tags disabled).
Included genes:
Eyes_GrayHair_BaldOnlySkin_LightGrayBeard_NoBeardOnlyBody_HulkBeauty_UglyMoveSpeed_VeryQuickPain_ReducedMeleeDamage_StrongUnstoppableRobustPsychicAbility_DeafImmunity_WeakWoundHealing_SlowRimgate_CellularDegradation
Practical profile:
- Extremely dangerous front-line combat package.
- Built-in downside is accelerated aging/biological collapse pressure from
cellular degradation.
Included genes:
Hair_SnowWhiteSkin_SheerWhiteNeversleepArchiteMetabolismDarkVisionMeleeDamage_StrongPain_ReducedRobustRimgate_WraithBeautyRimgate_WraithEssenceMetabolismRimgate_WraithAgelessRimgate_WraithMovementRimgate_WraithPsychicRimgate_WraithWebbingGene
Practical profile:
- Core Wraith loop pawn: no normal food need, essence resource management, cocoon/webbing toolkit.
- Strong combat/mobility baseline plus long-lifespan scaling.
| Gene | Def Name | Biostats (C/M/A) | Key Gameplay Effect |
|---|---|---|---|
| life longevity | Rimgate_JaffaLongevity |
2 / -1 / 2 |
Major adult aging slowdown; reduced learning rate (0.70x). |
| symbiote pouch | Rimgate_SymbiotePouchMutation |
1 / 0 / 0 |
Adds Rimgate_SymbiotePouch hediff to stomach, enabling Prim'ta hosting. |
| warrior caste discipline | Rimgate_JaffaCombatDiscipline |
3 / -4 / 0 |
Combat accuracy/dodge package; disables several civilian work tags (Caring, Mining, Artistic, Social, Cleaning). |
| jaffa resilience | Rimgate_JaffaWarrior |
2 / -4 / 0 |
Higher pain/toxin resilience and lower break threshold; suppresses Wimp trait. |
| wraith beauty | Rimgate_WraithBeauty |
1 / 0 / 0 |
High beauty offset plus forced Wraith visual profile (hair/head/beard filters). |
| wraith mobility | Rimgate_WraithMovement |
2 / -2 / 0 |
Flat movement boost (MoveSpeed +0.6). |
| wraith psionics | Rimgate_WraithPsychic |
1 / -1 / 0 |
Psychic sensitivity boost (+0.35). |
| wraith regeneration | Rimgate_WraithAgeless |
3 / -2 / 2 |
High healing/immunity multipliers with very slow long-term biological aging. |
| essence metabolism | Rimgate_WraithEssenceMetabolism |
3 / -2 / 3 |
Disables Food, adds essence resource (loss 0.02/day), grants drain life and regenerative trance; activates at age 18+. |
| webbing protein glands | Rimgate_WraithWebbingGene |
3 / -2 / 3 |
Grants web shot and cocoon wrap; also required for Wraith cocoon/bill workflows. |
| cellular degradation | Rimgate_CellularDegradation |
1 / -3 / 0 |
Extreme accelerated aging curve (up to 5.75x biological age ticks at adulthood). |
- All three custom xenotypes are set
inheritable=trueinXenoTypeDefs.xml. - Wraith and Jaffa player starts use fixed xenotype sets (
Rimgate_Wraith,Rimgate_GoauldJaffa). - Goa'uld and Wraith slave classes use mixed vanilla xenotype pools, so not every pawn in those factions is a custom xenotype.
-
primogenitor sphereis a one-use artifact that grantsRimgate_SymbiotePouchMutation. - Clones inherit host xenotype and genes, then may gain
Rimgate_CellularDegradation(Biotech active):20%(Genome),25%(Full/Reconstruction),40%(Enhanced).