mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Lower default fertilization chance to 10%/ml to account for the increased cums injected.
This commit is contained in:
parent
e9e352cf9a
commit
af6003911c
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ namespace RJW_Menstruation
|
||||||
{
|
{
|
||||||
public const float ImplantationChanceDefault = 0.65f;
|
public const float ImplantationChanceDefault = 0.65f;
|
||||||
public const int ImplantationChanceAdjustDefault = 65;
|
public const int ImplantationChanceAdjustDefault = 65;
|
||||||
public const float FertilizeChanceDefault = 0.15f;
|
public const float FertilizeChanceDefault = 0.10f;
|
||||||
public const int FertilizeChanceAdjustDefault = 150;
|
public const int FertilizeChanceAdjustDefault = 150;
|
||||||
public const float CumDecayRatioDefault = 0.30f;
|
public const float CumDecayRatioDefault = 0.30f;
|
||||||
public const int CumDecayRatioAdjustDefault = 300;
|
public const int CumDecayRatioAdjustDefault = 300;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue