From 1db82e96d51c0e378787f4ca5ff371b101982d88 Mon Sep 17 00:00:00 2001 From: Vegapnk Date: Mon, 21 Nov 2022 15:15:33 +0100 Subject: [PATCH] Updated todos and some docs --- Common/Assemblies/Rjw-Genes.dll | Bin 28160 -> 28160 bytes Common/Defs/{ => Genes}/GeneDefs_Breeding.xml | 4 ++-- Source/Genes/Breeding/PatchPawnExtensions.cs | 2 ++ TODOS.md | 9 --------- 4 files changed, 4 insertions(+), 11 deletions(-) rename Common/Defs/{ => Genes}/GeneDefs_Breeding.xml (99%) diff --git a/Common/Assemblies/Rjw-Genes.dll b/Common/Assemblies/Rjw-Genes.dll index db2c867ce6c4d27b48f81db8f37fa623a3da28f0..c6063711a67107d04eeeb95a4b67a386a332816d 100644 GIT binary patch delta 38 ucmZp;!`N_#aY6@ke|z=D?%X(m{mU4h|IH9~+*&?SlfyE2{$`H&AAA5(lMuWB delta 38 ucmZp;!`N_#aY6^PNOaZ4?%X(mMUj(C&)BSS+wS{a)u$)Ubu&l&4?X}sYY52 rjw_genes_breeding - + rjw_genes_insectbreeder @@ -28,5 +28,5 @@ 53 rjw_genes_breeding - + \ No newline at end of file diff --git a/Source/Genes/Breeding/PatchPawnExtensions.cs b/Source/Genes/Breeding/PatchPawnExtensions.cs index 2c36716..f3df7a8 100644 --- a/Source/Genes/Breeding/PatchPawnExtensions.cs +++ b/Source/Genes/Breeding/PatchPawnExtensions.cs @@ -6,6 +6,8 @@ namespace RJW_Genes { /// /// Kindly provided by 'shabalox' https://github.com/Shabalox/RJW_Genes_Addons/ + /// + /// Note on the logic: the result mentioned below is changing the result of fertilization (true or false) to true if the pawn has the insect-breeder gene. /// [HarmonyPatch(typeof(PawnExtensions), "RaceImplantEggs")] public static class PatchPawnExtensions diff --git a/TODOS.md b/TODOS.md index afd4c19..73715a9 100644 --- a/TODOS.md +++ b/TODOS.md @@ -8,15 +8,6 @@ So any help is very appreciated, even if it is just pointing me to existing simi **Sanguophage like Cumwhores** adding Hemogen and refilling it by getting semen. Showstopper here is the amount of code required, and that I need to understand a bit better of harmony to run the AfterSexUtility and modulate SexChances. -**MechBreeder** hetch mechanoids without harm. -Showstopper: The damage to the pawn is hardcoded in MechBirth, so I might want to do a Deathstasis like Hediff after - -**InsectBreeder** pawn fertilizes the insect eggs in his partner - -**InsectIncubator** increase amount of eggs that fit inside pawn. -Issue is that the MaxEggSize and Eggsize have hardcoded criteria, mostly around pawn size. -This might need a small change in RJW base code to split the function up with parameters (e.g. MaxEggSize) - **Traits** such as Hypersexual and LikesCumflation, Sexuality Genes? **Modulation of FluidAmount** for Cocks and Tiddies