mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
1.0.1.12_1
This commit is contained in:
parent
a4e1be39f2
commit
dbeac6d68c
3 changed files with 2 additions and 38 deletions
|
@ -34,48 +34,10 @@
|
||||||
<cumColor>(255,255,255,255)</cumColor>
|
<cumColor>(255,255,255,255)</cumColor>
|
||||||
<cumThickness>0.2</cumThickness>
|
<cumThickness>0.2</cumThickness>
|
||||||
<hybridExtension>
|
<hybridExtension>
|
||||||
<Horse>
|
|
||||||
<Alien_Eponalike>1.0</Alien_Eponalike>
|
|
||||||
</Horse>
|
|
||||||
</hybridExtension>
|
</hybridExtension>
|
||||||
</li>
|
</li>
|
||||||
</value>
|
</value>
|
||||||
</Operation>
|
</Operation>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<Operation Class="PatchOperationAddModExtension">
|
|
||||||
<xpath>Defs/ThingDef[defName="Horse"]</xpath>
|
|
||||||
<value>
|
|
||||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
|
||||||
<fetusTexPath>Fetus/Fetus_Default</fetusTexPath>
|
|
||||||
<cumColor>(255,255,255,255)</cumColor>
|
|
||||||
<cumThickness>0.2</cumThickness>
|
|
||||||
<hybridExtension>
|
|
||||||
<Donkey>
|
|
||||||
<Mule>1.0</Mule>
|
|
||||||
</Donkey>
|
|
||||||
</hybridExtension>
|
|
||||||
</li>
|
|
||||||
</value>
|
|
||||||
</Operation>
|
|
||||||
|
|
||||||
<Operation Class="PatchOperationAddModExtension">
|
|
||||||
<xpath>Defs/ThingDef[defName="Donkey"]</xpath>
|
|
||||||
<value>
|
|
||||||
<li Class="RJW_Menstruation.PawnDNAModExtension">
|
|
||||||
<fetusTexPath>Fetus/Fetus_Default</fetusTexPath>
|
|
||||||
<cumColor>(255,255,255,255)</cumColor>
|
|
||||||
<cumThickness>0.2</cumThickness>
|
|
||||||
<hybridExtension>
|
|
||||||
<Horse>
|
|
||||||
<Hinny>1.0</Hinny>
|
|
||||||
</Horse>
|
|
||||||
</hybridExtension>
|
|
||||||
</li>
|
|
||||||
</value>
|
|
||||||
</Operation>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</Patch>
|
</Patch>
|
|
@ -1,4 +1,5 @@
|
||||||
Version 1.0.1.12
|
Version 1.0.1.12
|
||||||
|
- requires RJW 4.6.1 or later
|
||||||
- added HybridExtension attribute to PawnDNAModExtension
|
- added HybridExtension attribute to PawnDNAModExtension
|
||||||
- this will overrides RJW's hybrid definitions
|
- this will overrides RJW's hybrid definitions
|
||||||
- supports more detailed hybrid definition
|
- supports more detailed hybrid definition
|
||||||
|
|
|
@ -325,6 +325,7 @@ namespace RJW_Menstruation
|
||||||
Configurations.UseMultiplePregnancy = true;
|
Configurations.UseMultiplePregnancy = true;
|
||||||
Configurations.MaxEnzygoticTwins = Configurations.MaxEnzygoticTwinsDefault;
|
Configurations.MaxEnzygoticTwins = Configurations.MaxEnzygoticTwinsDefault;
|
||||||
Configurations.BleedingAmount = Configurations.BleedingAmountDefault;
|
Configurations.BleedingAmount = Configurations.BleedingAmountDefault;
|
||||||
|
Configurations.MotherFirst = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
listmain.End();
|
listmain.End();
|
||||||
|
|
Loading…
Reference in a new issue