mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
VE genetics patching
This commit is contained in:
parent
dfd93c7185
commit
af6577a9bb
12 changed files with 1641 additions and 0 deletions
Binary file not shown.
BIN
Common/Textures/Genes/Icons/sex_curiosity.dds
Normal file
BIN
Common/Textures/Genes/Icons/sex_curiosity.dds
Normal file
Binary file not shown.
BIN
Common/Textures/Genes/Icons/sex_disabled.dds
Normal file
BIN
Common/Textures/Genes/Icons/sex_disabled.dds
Normal file
Binary file not shown.
BIN
Common/Textures/Genes/Icons/sex_enabled.dds
Normal file
BIN
Common/Textures/Genes/Icons/sex_enabled.dds
Normal file
Binary file not shown.
|
@ -14,5 +14,6 @@
|
|||
<li IfModActive="vanillaracesexpanded.fungoid">Mods/Fungoid</li>
|
||||
<li IfModActive="vanillaracesexpanded.archon">Mods/Archon</li>
|
||||
<li IfModActive="vanillaracesexpanded.android">Mods/Android</li>
|
||||
<li IfModActive="VanillaExpanded.VGeneticsE">Mods/VE_Genetics</li>
|
||||
</v1.5>
|
||||
</loadFolders>
|
22
Mods/VE_Genetics/Defs/HedifDef/Hediffs_Animals.xml
Normal file
22
Mods/VE_Genetics/Defs/HedifDef/Hediffs_Animals.xml
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
|
||||
|
||||
|
||||
<HediffDef>
|
||||
<defName>RJWGenes_AnimalControlHediff</defName>
|
||||
<label>part human</label>
|
||||
<description>This creature is more controlable with a natural huamn part.</description>
|
||||
<hediffClass>HediffWithComps</hediffClass>
|
||||
<defaultLabelColor>(0.9, 1.0, 0.35)</defaultLabelColor>
|
||||
<initialSeverity>1</initialSeverity>
|
||||
<comps>
|
||||
<li Class="AnimalBehaviours.HediffCompProperties_Draftable">
|
||||
<makeNonFleeingToo>true</makeNonFleeingToo>
|
||||
</li>
|
||||
</comps>
|
||||
<isBad>false</isBad>
|
||||
</HediffDef>
|
||||
|
||||
|
||||
</Defs>
|
654
Mods/VE_Genetics/Defs/RaceGeneDef/RaceGeneDefs_VEgenetic.xml
Normal file
654
Mods/VE_Genetics/Defs/RaceGeneDef/RaceGeneDefs_VEgenetic.xml
Normal file
|
@ -0,0 +1,654 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Defs>
|
||||
|
||||
<RJW_BGS.RaceGeneDef>
|
||||
<defName>GR_Manbear_GenGroup</defName>
|
||||
|
||||
<raceNames>
|
||||
<li>GR_Manbear</li>
|
||||
<li>GR_Bearman</li>
|
||||
</raceNames>
|
||||
|
||||
|
||||
<genes>
|
||||
<li>
|
||||
<defName>Immunity_Strong</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>MinTemp_LargeDecrease</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Aggression_Aggressive</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Sleepy</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Beard_Always</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>VoiceRoar</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Body_Fat</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Body_Hulk</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Hair_ReddishBrown</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Hair_DarkBrown</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Hair_DarkSaturatedReddish</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Hair_DarkReddish</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>RobustDigestion</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Furskin</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Unstoppable</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>AptitudeTerrible_Artistic</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>AptitudeTerrible_Social</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>AptitudePoor_Intellectual</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
|
||||
</genes>
|
||||
|
||||
</RJW_BGS.RaceGeneDef>
|
||||
|
||||
<RJW_BGS.RaceGeneDef>
|
||||
<defName>GR_Manalope_GenGroup</defName>
|
||||
|
||||
<raceNames>
|
||||
<li>GR_Manalope</li>
|
||||
<li>GR_Booman</li>
|
||||
</raceNames>
|
||||
|
||||
|
||||
<genes>
|
||||
<li>
|
||||
<defName>FireSpew</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Beauty_Ugly</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Hair_Blonde</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Hair_SandyBlonde</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Hair_LightOrange</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>rjw_genes_udder</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
|
||||
</genes>
|
||||
|
||||
</RJW_BGS.RaceGeneDef>
|
||||
|
||||
<RJW_BGS.RaceGeneDef>
|
||||
<defName>GR_Manchicken_GenGroup</defName>
|
||||
|
||||
<raceNames>
|
||||
<li>GR_Manchicken</li>
|
||||
<li>GR_Turkeyman</li>
|
||||
</raceNames>
|
||||
|
||||
|
||||
<genes>
|
||||
<li>
|
||||
<defName>Mood_Optimist</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Delicate</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Beauty_Pretty</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Body_Thin</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>AptitudeTerrible_Melee</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>AptitudeTerrible_Mining</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>AptitudeRemarkable_Social</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>AptitudeStrong_Intellectual</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
|
||||
</genes>
|
||||
|
||||
</RJW_BGS.RaceGeneDef>
|
||||
|
||||
<RJW_BGS.RaceGeneDef>
|
||||
<defName>GR_Manffalo_GenGroup</defName>
|
||||
|
||||
<raceNames>
|
||||
<li>GR_Manffalo</li>
|
||||
<li>GR_Muffaloman</li>
|
||||
</raceNames>
|
||||
|
||||
|
||||
<genes>
|
||||
<li>
|
||||
<defName>Headbone_Human</defName>
|
||||
<chance>0.9</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Headbone_MiniHorns</defName>
|
||||
<chance>0.9</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Furskin</defName>
|
||||
<chance>0.9</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>MinTemp_SmallIncrease</defName>
|
||||
<chance>0.9</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>rjw_genes_big_male_genitalia</defName>
|
||||
<chance>0.7</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>rjw_genes_loose_female_genitalia</defName>
|
||||
<chance>0.7</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>rjw_genes_big_breasts</defName>
|
||||
<chance>0.7</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>rjw_genes_udder</defName>
|
||||
<chance>0.7</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>rjw_genes_Needle_genitalia</defName>
|
||||
<chance>0.7</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>rjw_mc_genes_perm_lactating</defName>
|
||||
<chance>0.05</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>rjw_genes_zoophile</defName>
|
||||
<chance>0.5</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>AptitudeTerrible_Intellectual</defName>
|
||||
<chance>0.05</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>AptitudePoor_Intellectual</defName>
|
||||
<chance>0.7</chance>
|
||||
</li>
|
||||
</genes>
|
||||
|
||||
</RJW_BGS.RaceGeneDef>
|
||||
|
||||
<RJW_BGS.RaceGeneDef>
|
||||
<defName>GR_Manwolf_GenGroup</defName>
|
||||
|
||||
<raceNames>
|
||||
<li>GR_Manwolf</li>
|
||||
<li>GR_Dogman</li>
|
||||
</raceNames>
|
||||
|
||||
|
||||
<genes>
|
||||
<li>
|
||||
<defName>AptitudeTerrible_Mining</defName>
|
||||
<chance>0.05</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>PsychicBonding</defName>
|
||||
<chance>0.05</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Mood_Sanguine</defName>
|
||||
<chance>0.05</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Ears_Floppy</defName>
|
||||
<chance>0.9</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>rjw_genes_canine_genitalia</defName>
|
||||
<chance>0.9</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Furskin</defName>
|
||||
<chance>0.9</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>MinTemp_SmallIncrease</defName>
|
||||
<chance>0.9</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Libido_High</defName>
|
||||
<chance>0.9</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>AptitudePoor_Mining</defName>
|
||||
<chance>0.5</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>rjw_genes_zoophile</defName>
|
||||
<chance>0.5</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Mood_Optimist</defName>
|
||||
<chance>0.5</chance>
|
||||
</li>
|
||||
</genes>
|
||||
|
||||
</RJW_BGS.RaceGeneDef>
|
||||
|
||||
<RJW_BGS.RaceGeneDef>
|
||||
<defName>GR_Mancat_GenGroup</defName>
|
||||
|
||||
<raceNames>
|
||||
<li>GR_Mancat</li>
|
||||
<li>GR_Catman</li>
|
||||
</raceNames>
|
||||
|
||||
|
||||
<genes>
|
||||
<li>
|
||||
<defName>PsychicBonding</defName>
|
||||
<chance>0.05</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>AptitudeTerrible_Animals</defName>
|
||||
<chance>0.05</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Ears_Cat</defName>
|
||||
<chance>0.9</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Body_Thin</defName>
|
||||
<chance>0.9</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>rjw_genes_feline_genitalia</defName>
|
||||
<chance>0.9</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Furskin</defName>
|
||||
<chance>0.9</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>MinTemp_SmallIncrease</defName>
|
||||
<chance>0.9</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>rjw_genes_small_male_genitalia</defName>
|
||||
<chance>0.7</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>rjw_genes_tight_female_genitalia</defName>
|
||||
<chance>0.7</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>rjw_genes_small_breasts</defName>
|
||||
<chance>0.7</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>rjw_genes_tight_anus</defName>
|
||||
<chance>0.7</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>DarkVision</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>AptitudePoor_Animals</defName>
|
||||
<chance>0.5</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Beauty_Pretty</defName>
|
||||
<chance>0.7</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>rjw_genes_zoophile</defName>
|
||||
<chance>0.5</chance>
|
||||
</li>
|
||||
</genes>
|
||||
|
||||
</RJW_BGS.RaceGeneDef>
|
||||
|
||||
<RJW_BGS.RaceGeneDef>
|
||||
<defName>GR_Mansquirrel_GenGroup</defName>
|
||||
|
||||
<raceNames>
|
||||
<li>GR_Mansquirrel</li>
|
||||
<li>GR_Moleman</li>
|
||||
</raceNames>
|
||||
|
||||
|
||||
<genes>
|
||||
<li>
|
||||
<defName>MoveSpeed_VeryQuick</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>KindInstinct</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Delicate</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Ears_Cat</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Body_Thin</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Tail_Furry</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>AptitudeTerrible_Shooting</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>AptitudeTerrible_Melee</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>AptitudeTerrible_Mining</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>AptitudeTerrible_Animals</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>AptitudeStrong_Intellectual</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>rjw_genes_Needle_genitalia</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>rjw_genes_zoophile</defName>
|
||||
<chance>0.8</chance>
|
||||
</li>
|
||||
|
||||
</genes>
|
||||
|
||||
</RJW_BGS.RaceGeneDef>
|
||||
|
||||
<RJW_BGS.RaceGeneDef>
|
||||
<defName>GR_Thrumboman_GenGroup</defName>
|
||||
|
||||
<raceNames>
|
||||
<li>GR_Thrumboman</li>
|
||||
</raceNames>
|
||||
|
||||
|
||||
<genes>
|
||||
<li>
|
||||
<defName>Unstoppable</defName>
|
||||
<chance>0.25</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Headbone_CenterHorn</defName>
|
||||
<chance>0.9</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>VoiceRoar</defName>
|
||||
<chance>0.6</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>MaxTemp_SmallIncrease</defName>
|
||||
<chance>0.7</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>MaxTemp_LargeIncrease</defName>
|
||||
<chance>0.1</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>rjw_genes_dragon_genitalia</defName>
|
||||
<chance>0.6</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>FireResistant</defName>
|
||||
<chance>0.15</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>rjw_genes_much_cum</defName>
|
||||
<chance>0.3</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>rjw_genes_very_much_cum</defName>
|
||||
<chance>0.05</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Body_Hulk</defName>
|
||||
<chance>0.7</chance>
|
||||
</li>
|
||||
|
||||
</genes>
|
||||
|
||||
</RJW_BGS.RaceGeneDef>
|
||||
|
||||
|
||||
|
||||
<RJW_BGS.RaceGeneDef>
|
||||
<defName>GR_Hurseman_GenGroup</defName>
|
||||
|
||||
<raceNames>
|
||||
<li>GR_Hurseman</li>
|
||||
</raceNames>
|
||||
|
||||
|
||||
<genes>
|
||||
<li>
|
||||
<defName>Body_Standard</defName>
|
||||
<chance>0.9</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Body_Hulk</defName>
|
||||
<chance>0.7</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>rjw_genes_equine_genitalia</defName>
|
||||
<chance>0.9</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>rjw_genes_zoophile</defName>
|
||||
<chance>0.5</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>rjw_genes_much_cum</defName>
|
||||
<chance>0.5</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>MoveSpeed_Quick</defName>
|
||||
<chance>0.5</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>AptitudeTerrible_Mining</defName>
|
||||
<chance>0.5</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>AptitudeTerrible_Intellectual</defName>
|
||||
<chance>0.5</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Furskin</defName>
|
||||
<chance>0.9</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>MinTemp_SmallIncrease</defName>
|
||||
<chance>0.9</chance>
|
||||
</li>
|
||||
|
||||
</genes>
|
||||
|
||||
</RJW_BGS.RaceGeneDef>
|
||||
|
||||
|
||||
|
||||
<RJW_BGS.RaceGeneDef>
|
||||
<defName>GR_Manscarab_GenGroup</defName>
|
||||
|
||||
<raceNames>
|
||||
<li>GR_Manscarab</li>
|
||||
</raceNames>
|
||||
|
||||
|
||||
<genes>
|
||||
<li>
|
||||
<defName>Beauty_Ugly</defName>
|
||||
<chance>0.5</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Immunity_Strong</defName>
|
||||
<chance>0.6</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>ToxicEnvironmentResistance_Partial</defName>
|
||||
<chance>0.4</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>rjw_genes_ovipositor_genitalia</defName>
|
||||
<chance>0.15</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>rjw_genes_insectincubator</defName>
|
||||
<chance>0.1</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>rjw_genes_insectbreeder</defName>
|
||||
<chance>0.1</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Body_Thin</defName>
|
||||
<chance>0.3</chance>
|
||||
</li>
|
||||
|
||||
</genes>
|
||||
|
||||
</RJW_BGS.RaceGeneDef>
|
||||
|
||||
<RJW_BGS.RaceGeneDef>
|
||||
<defName>GR_Lizardman_GenGroup</defName>
|
||||
|
||||
<raceNames>
|
||||
<li>GR_Lizardman</li>
|
||||
</raceNames>
|
||||
|
||||
|
||||
<genes>
|
||||
<li>
|
||||
<defName>AcidSpray</defName>
|
||||
<chance>0.7</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>MinTemp_SmallIncrease</defName>
|
||||
<chance>0.7</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>MaxTemp_SmallIncrease</defName>
|
||||
<chance>0.7</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Robust</defName>
|
||||
<chance>0.7</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Hair_BaldOnly</defName>
|
||||
<chance>0.7</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Beard_NoBeardOnly</defName>
|
||||
<chance>0.7</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Body_Standard</defName>
|
||||
<chance>0.7</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>Headbone_CenterHorn</defName>
|
||||
<chance>0.7</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>AptitudeTerrible_Artistic</defName>
|
||||
<chance>0.7</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>AptitudeTerrible_Social</defName>
|
||||
<chance>0.7</chance>
|
||||
</li>
|
||||
<li>
|
||||
<defName>rjw_genes_reptilian_genitalia</defName>
|
||||
<chance>0.7</chance>
|
||||
</li>
|
||||
|
||||
</genes>
|
||||
|
||||
</RJW_BGS.RaceGeneDef>
|
||||
|
||||
</Defs>
|
795
Mods/VE_Genetics/Defs/RaceGroupDef/Hybrid_Group.xml
Normal file
795
Mods/VE_Genetics/Defs/RaceGroupDef/Hybrid_Group.xml
Normal file
|
@ -0,0 +1,795 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
|
||||
<Defs>
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Bear_Grizzly_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Bear_Grizzly</li>
|
||||
</hybridRaceParents>
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Manbear</li>
|
||||
<li>GR_Bearman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Bear_Polar_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Bear_Polar</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Manbear</li>
|
||||
<li>GR_Bearman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>GR_Manbear_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>GR_Manbear</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>Human</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>GR_Bearman_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>GR_Bearman</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>Human</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Boomalope_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Boomalope</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Manalope</li>
|
||||
<li>GR_Booman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>GR_Manalope_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>GR_Manalope</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>Human</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>GR_Booman_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>GR_Booman</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>Human</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Chicken_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Chicken</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Manchicken</li>
|
||||
<li>GR_Turkeyman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Duck_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Duck</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Manchicken</li>
|
||||
<li>GR_Turkeyman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Turkey_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Turkey</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Manchicken</li>
|
||||
<li>GR_Turkeyman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Goose_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Goose</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Manchicken</li>
|
||||
<li>GR_Turkeyman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Ostrich_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Ostrich</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Manchicken</li>
|
||||
<li>GR_Turkeyman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Emu_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Emu</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Manchicken</li>
|
||||
<li>GR_Turkeyman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Cassowary_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Cassowary</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Manchicken</li>
|
||||
<li>GR_Turkeyman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>GR_Manchicken_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>GR_Manchicken</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>Human</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>GR_Turkeyman_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>GR_Turkeyman</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>Human</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Cow_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Cow</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Manffalo</li>
|
||||
<li>GR_Muffaloman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Muffalo_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Muffalo</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Manffalo</li>
|
||||
<li>GR_Muffaloman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Bison_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Bison</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Manffalo</li>
|
||||
<li>GR_Muffaloman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Yak_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Yak</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Manffalo</li>
|
||||
<li>GR_Muffaloman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>GR_Manffalo_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>GR_Manffalo</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>Human</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>GR_Muffaloman_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>GR_Muffaloman</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>Human</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Warg_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Warg</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Manwolf</li>
|
||||
<li>GR_Dogman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Wolf_Timber_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Wolf_Timber</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Manwolf</li>
|
||||
<li>GR_Dogman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Wolf_Arctic_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Wolf_Arctic</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Manwolf</li>
|
||||
<li>GR_Dogman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Fox_Fennec_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Fox_Fennec</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Manwolf</li>
|
||||
<li>GR_Dogman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Fox_Red_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Fox_Red</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Manwolf</li>
|
||||
<li>GR_Dogman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Fox_Arctic_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Fox_Arctic</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Manwolf</li>
|
||||
<li>GR_Dogman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Husky_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Husky</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Manwolf</li>
|
||||
<li>GR_Dogman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>LabradorRetriever_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>LabradorRetriever</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Manwolf</li>
|
||||
<li>GR_Dogman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>YorkshireTerrier_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>YorkshireTerrier</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Manwolf</li>
|
||||
<li>GR_Dogman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>GR_Manwolf_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>GR_Manwolf</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>Human</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>GR_Dogman_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>GR_Dogman</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>Human</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Cougar_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Cougar</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Mancat</li>
|
||||
<li>GR_Catman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Panther_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Panther</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Mancat</li>
|
||||
<li>GR_Catman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Lynx_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Lynx</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Mancat</li>
|
||||
<li>GR_Catman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Cat_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Cat</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Mancat</li>
|
||||
<li>GR_Catman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>GR_Mancat_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>GR_Mancat</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>Human</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>GR_Catman_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>GR_Catman</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>Human</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>GuineaPig_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>GuineaPig</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Mansquirrel</li>
|
||||
<li>GR_Moleman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Hare_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Hare</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Mansquirrel</li>
|
||||
<li>GR_Moleman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Snowhare_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Snowhare</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Mansquirrel</li>
|
||||
<li>GR_Moleman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Squirrel_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Squirrel</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Mansquirrel</li>
|
||||
<li>GR_Moleman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Rat_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Rat</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Mansquirrel</li>
|
||||
<li>GR_Moleman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Raccoon_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Raccoon</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Mansquirrel</li>
|
||||
<li>GR_Moleman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>GR_Mansquirrel_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>GR_Mansquirrel</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>Human</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>GR_Moleman_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>GR_Moleman</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>Human</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Thrumbo_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Thrumbo</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Thrumboman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>GR_Thrumboman_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>GR_Thrumboman</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>Human</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
|
||||
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Dromedary_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Dromedary</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Hurseman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Elk_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Elk</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Hurseman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Horse_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Horse</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Hurseman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Caribou_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Caribou</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Hurseman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Donkey_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Donkey</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Hurseman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>GR_Hurseman_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>GR_Hurseman</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>Human</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Megascarab_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Megascarab</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Manscarab</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Spelopede_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Spelopede</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Manscarab</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Megaspider_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Megaspider</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Manscarab</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>GR_Manscarab_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>GR_Manscarab</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>Human</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Iguana_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Iguana</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Lizardman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Cobra_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Cobra</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Lizardman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>Tortoise_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>Tortoise</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>GR_Lizardman</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
<rjw.RaceGroupDef>
|
||||
<defName>GR_Lizardman_Group</defName>
|
||||
<hybridRaceParents><!-- hybrid Pregnancy checks both parents races (who are not same race) -->
|
||||
<li>Human</li>
|
||||
<li>GR_Lizardman</li>
|
||||
</hybridRaceParents>
|
||||
|
||||
<hybridChildKindDef><!-- hybrid Pregnancy child KindDef output -->
|
||||
<li>Human</li>
|
||||
</hybridChildKindDef>
|
||||
</rjw.RaceGroupDef>
|
||||
|
||||
</Defs>
|
108
Source/Animal_Inheritance/Patches/BasePregnancyPatcher.cs
Normal file
108
Source/Animal_Inheritance/Patches/BasePregnancyPatcher.cs
Normal file
|
@ -0,0 +1,108 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Verse;
|
||||
using UnityEngine;
|
||||
using HarmonyLib;
|
||||
using rjw;
|
||||
|
||||
namespace RJW_BGS
|
||||
{
|
||||
[HarmonyPatch(typeof(Hediff_BasePregnancy))]
|
||||
public class BasePregnancyPatcher
|
||||
{
|
||||
public static List<string> racesgen1 = new List<string>()
|
||||
{
|
||||
"GR_Manbear",
|
||||
"GR_Bearman",
|
||||
"GR_Manalope",
|
||||
"GR_Booman",
|
||||
"GR_Manchicken",
|
||||
"GR_Turkeyman",
|
||||
"GR_Manffalo",
|
||||
"GR_Muffaloman",
|
||||
"GR_Manwolf",
|
||||
"GR_Dogman",
|
||||
"GR_Mancat",
|
||||
"GR_Catman",
|
||||
"GR_Mansquirrel",
|
||||
"GR_Moleman",
|
||||
"GR_Thrumboman",
|
||||
"GR_Hurseman",
|
||||
"GR_Manscarab",
|
||||
"GR_Lizardman"
|
||||
};
|
||||
|
||||
public static List<string> racesgen0 = new List<string>()
|
||||
{
|
||||
"Bear_Grizzly",
|
||||
"Bear_Polar",
|
||||
"Boomalope",
|
||||
"Chicken",
|
||||
"Duck",
|
||||
"Turkey",
|
||||
"Goose",
|
||||
"Ostrich",
|
||||
"Emu",
|
||||
"Cassowary",
|
||||
"Cow",
|
||||
"Muffalo",
|
||||
"Bison",
|
||||
"Yak",
|
||||
"Warg",
|
||||
"Wolf_Timber",
|
||||
"Wolf_Arctic",
|
||||
"Fox_Fennec",
|
||||
"Fox_Red",
|
||||
"Fox_Arctic",
|
||||
"Husky",
|
||||
"LabradorRetriever",
|
||||
"YorkshireTerrier",
|
||||
"Cougar",
|
||||
"Panther",
|
||||
"Lynx",
|
||||
"Cat",
|
||||
"GuineaPig",
|
||||
"Hare",
|
||||
"Snowhare",
|
||||
"Squirrel",
|
||||
"Rat",
|
||||
"Raccoon",
|
||||
"Thrumbo",
|
||||
"Dromedary",
|
||||
"Elk",
|
||||
"Horse",
|
||||
"Caribou",
|
||||
"Donkey",
|
||||
"Megascarab",
|
||||
"Spelopede",
|
||||
"Megaspider",
|
||||
"Iguana",
|
||||
"Cobra",
|
||||
"Tortoise"
|
||||
};
|
||||
public static HediffDef controler = DefDatabase<HediffDef>.GetNamed("RJWGenes_AnimalControlHediff", true);
|
||||
[HarmonyPostfix]
|
||||
[HarmonyPatch("GenerateBabies")]
|
||||
public static void addHedif (Hediff_BasePregnancy __instance)
|
||||
{
|
||||
if (controler == null) return;
|
||||
|
||||
foreach (Pawn p in __instance.babies)
|
||||
{
|
||||
if(p != null)
|
||||
{
|
||||
if (racesgen1.Contains(p.kindDef.race.defName))
|
||||
{
|
||||
p.health.AddHediff(controler);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
55
Source/Animal_Inheritance/Patches/PregnancyHelperPatcher.cs
Normal file
55
Source/Animal_Inheritance/Patches/PregnancyHelperPatcher.cs
Normal file
|
@ -0,0 +1,55 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Verse;
|
||||
using RJW_BGS;
|
||||
using HarmonyLib;
|
||||
using rjw;
|
||||
using static rjw.Hediff_BasePregnancy;
|
||||
|
||||
namespace RJW_BGS
|
||||
{
|
||||
[HarmonyPatch(typeof(PregnancyHelper))]
|
||||
public class PregnancyHelperPatcher
|
||||
{
|
||||
|
||||
[HarmonyPrefix]
|
||||
[HarmonyPatch("AddPregnancyHediff")]
|
||||
public static bool AddPregnancyHediffPrefix(Pawn mother, Pawn father)
|
||||
{
|
||||
if (!RJW_BGSSettings.rjw_bgs_VE_genetics) return true;
|
||||
if (mother == null || father == null) return true;
|
||||
bool a = mother.IsHuman() && BasePregnancyPatcher.racesgen0.Contains(father.kindDef.race.defName);
|
||||
bool b = mother.IsHuman() && BasePregnancyPatcher.racesgen1.Contains(father.kindDef.race.defName);
|
||||
bool c = father.IsHuman() && BasePregnancyPatcher.racesgen0.Contains(mother.kindDef.race.defName);
|
||||
bool d = father.IsHuman() && BasePregnancyPatcher.racesgen1.Contains(mother.kindDef.race.defName);
|
||||
|
||||
if (!(a || b||c|| d)) return true;
|
||||
if (a)
|
||||
{
|
||||
Hediff_BasePregnancy.Create<Hediff_BestialPregnancy>(mother, father, DnaGivingParent.Father);
|
||||
return false;
|
||||
}
|
||||
else if (b)
|
||||
{
|
||||
ModLog.Message("preg hediffdefof PregnantHuman " + RimWorld.HediffDefOf.PregnantHuman);
|
||||
PregnancyHelper.StartVanillaPregnancy(mother, father);
|
||||
return false;
|
||||
}
|
||||
else if (c)
|
||||
{
|
||||
Hediff_BasePregnancy.Create<Hediff_BestialPregnancy>(mother, father, DnaGivingParent.Mother);
|
||||
return false;
|
||||
}
|
||||
else if (d)
|
||||
{
|
||||
Hediff_BasePregnancy.Create<Hediff_BestialPregnancy>(mother, father, DnaGivingParent.Father);
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
|
@ -30,6 +30,8 @@ namespace RJW_BGS
|
|||
listing_Standard.Gap(5f);
|
||||
listing_Standard.CheckboxLabeled("genes as xenogenes", ref rjw_bgs_animal_genes_as_xenogenes, "If toggled, animal genes will be added as xenogenes.", 0f, 1f);
|
||||
listing_Standard.Gap(5f);
|
||||
listing_Standard.CheckboxLabeled("enable VE genetics hybridation", ref rjw_bgs_VE_genetics, "If enabled and if you have VE genetics it will enable the hybridation system.", 0f, 1f);
|
||||
listing_Standard.Gap(5f);
|
||||
listing_Standard.CheckboxLabeled("detailed-debug", ref rjw_bgs_detailed_debug, "Adds detailed information to the log about pregnancies and genes.", 0f, 1f);
|
||||
listing_Standard.End();
|
||||
}
|
||||
|
@ -41,11 +43,13 @@ namespace RJW_BGS
|
|||
Scribe_Values.Look<float>(ref RJW_BGSSettings.rjw_bgs_global_gene_chance, "rjw_bgs_global_gene_chance", RJW_BGSSettings.rjw_bgs_global_gene_chance, true);
|
||||
Scribe_Values.Look<bool>(ref RJW_BGSSettings.rjw_bgs_animal_genes_as_xenogenes, "rjw_bgs_animal_genes_as_xenogenes", RJW_BGSSettings.rjw_bgs_animal_genes_as_xenogenes, true);
|
||||
Scribe_Values.Look<bool>(ref RJW_BGSSettings.rjw_bgs_detailed_debug, "rjw_bgs_detailed_debug", RJW_BGSSettings.rjw_bgs_detailed_debug, true);
|
||||
Scribe_Values.Look<bool>(ref RJW_BGSSettings.rjw_bgs_VE_genetics, "rjw_bgs_VE_genetics", RJW_BGSSettings.rjw_bgs_VE_genetics, true);
|
||||
}
|
||||
|
||||
public static float rjw_bgs_global_gene_chance = 1f;
|
||||
public static bool rjw_bgs_enabled = true;
|
||||
public static bool rjw_bgs_animal_genes_as_xenogenes = false;
|
||||
public static bool rjw_bgs_detailed_debug = false;
|
||||
public static bool rjw_bgs_VE_genetics = true;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -53,6 +53,8 @@
|
|||
<Compile Include="Animal_Inheritance\Patches\Patch_Vanilla_PregnancyUtility.cs" />
|
||||
<Compile Include="Animal_Inheritance\Defs\RaceGeneDef.cs" />
|
||||
<Compile Include="Animal_Inheritance\Defs\RaceGeneDef_Helper.cs" />
|
||||
<Compile Include="Animal_Inheritance\Patches\PregnancyHelperPatcher.cs" />
|
||||
<Compile Include="Animal_Inheritance\Patches\BasePregnancyPatcher.cs" />
|
||||
<Compile Include="Animal_Inheritance\Settings\RJW_BGSSettings.cs" />
|
||||
<Compile Include="Animal_Inheritance\Settings\RJW_BGSSettingsController.cs" />
|
||||
<Compile Include="Animal_Inheritance\Defs\BestialityGeneInheritanceDef.cs" />
|
||||
|
|
Loading…
Reference in a new issue