mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Update default values
This commit is contained in:
parent
a90d6bf343
commit
eade57bd9e
1 changed files with 6 additions and 6 deletions
|
@ -10,12 +10,12 @@ namespace RJW_Menstruation
|
|||
{
|
||||
public const float ImplantationChanceDefault = 0.65f;
|
||||
public const int ImplantationChanceAdjustDefault = 65;
|
||||
public const float FertilizeChanceDefault = 0.10f;
|
||||
public const int FertilizeChanceAdjustDefault = 100;
|
||||
public const float CumDecayRatioDefault = 0.30f;
|
||||
public const int CumDecayRatioAdjustDefault = 300;
|
||||
public const float CumFertilityDecayRatioDefault = 0.2f;
|
||||
public const int CumFertilityDecayRatioAdjustDefault = 200;
|
||||
public const float FertilizeChanceDefault = 0.15f;
|
||||
public const int FertilizeChanceAdjustDefault = 150;
|
||||
public const float CumDecayRatioDefault = 0.15f;
|
||||
public const int CumDecayRatioAdjustDefault = 150;
|
||||
public const float CumFertilityDecayRatioDefault = 0.05f;
|
||||
public const int CumFertilityDecayRatioAdjustDefault = 50;
|
||||
public const int CycleAccelerationDefault = 6;
|
||||
public const float EnzygoticTwinsChanceDefault = 0.002f;
|
||||
public const int EnzygoticTwinsChanceAdjustDefault = 2;
|
||||
|
|
Loading…
Reference in a new issue