From cc3e2d52f8f491052de4c54cb319617f0afb7695 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Tue, 21 Aug 2018 16:56:40 -0400 Subject: [PATCH] fixes and pregnancy breast growth rate tweaks --- devNotes/VersionChangeLog-Premod+LoliMod.txt | 5 +++++ devNotes/twine JS.txt | 2 ++ src/uncategorized/peConcubineInterview.tw | 4 ++-- src/uncategorized/saLongTermEffects.tw | 16 +++++++++++----- src/uncategorized/seNicaeaPreperation.tw | 2 +- 5 files changed, 21 insertions(+), 8 deletions(-) diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index 4e914d2e750..928e6e82ac9 100644 --- a/devNotes/VersionChangeLog-Premod+LoliMod.txt +++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt @@ -2,6 +2,11 @@ 0.10.7.1-0.6.x +8/21/2018 + + 8 + -slightly adjusted pregnancy breast growth rates + 8/20/2018 7 diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt index 51919dcc5ae..a8ef27273f0 100644 --- a/devNotes/twine JS.txt +++ b/devNotes/twine JS.txt @@ -1,3 +1,5 @@ +config.history.maxStates = 1; /* If you remove this, I will fucking yell at you. Stop. Doing. It. */ + /*:: StoryJS [script]*/ /*config.history.tracking = false;*/ diff --git a/src/uncategorized/peConcubineInterview.tw b/src/uncategorized/peConcubineInterview.tw index 3b8dced8571..b090e0c522e 100644 --- a/src/uncategorized/peConcubineInterview.tw +++ b/src/uncategorized/peConcubineInterview.tw @@ -225,7 +225,7 @@ You receive an official communication from a popular talk show ehosted in one of She's rather blunt in her responses, answering with a little too much detail; not that the audience minds. <</if>> The host, taken off guard, laughs in surprise and says he envies you that. He asks a follow up question that hints at her sexual preferences without coming straight out and asking how she likes it. - <<if $activeSlave.intelligenceImplant + $activeSlave.entertainSkill >= 100>> + <<if $activeSlave.intelligence + $activeSlave.intelligenceImplant + Math.floor($activeSlave.entertainSkill/50) >= 3 && $activeSlave.tankBaby == 0>> She has enough knowledge of the old world to be able to answer without going too far, and @@.green;subtly alludes@@ to how much she enjoys <<if ($activeSlave.fetish == "submissive")>> submitting to you in bed. @@ -262,7 +262,7 @@ You receive an official communication from a popular talk show ehosted in one of <</if>> <<set $rep += 100>> <<else>> - Her answer betrays how much she's forgotten about the old world: she mildly shocks the studio audience by describing + Her answer betrays how <<if $activeSlave.tankBaby > 0>>little she knows<</if>>much she's forgotten<</if>> about the old world: she mildly shocks the studio audience by describing <<if ($activeSlave.fetish == "submissive")>> how good it feels when you hold her down and fuck her <<elseif ($activeSlave.fetish == "cumslut")>> diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index 061e11605e5..ba13882e91d 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -4120,8 +4120,10 @@ <<set _boobTarget = 5000>> <<elseif $slaves[$i].pregType >= 10>> <<set _boobTarget = 2000>> - <<else>> + <<elseif $slaves[$i].pregType >= 2>> <<set _boobTarget = 1000>> + <<else>> + <<set _boobTarget = 800>> <</if>> <<elseif $slaves[$i].physicalAge >= 13>> <<if $slaves[$i].pregType >= 50>> @@ -4130,8 +4132,10 @@ <<set _boobTarget = 3200>> <<elseif $slaves[$i].pregType >= 10>> <<set _boobTarget = 1800>> + <<elseif $slaves[$i].pregType >= 2>> + <<set _boobTarget = 1000>> <<else>> - <<set _boobTarget = 800>> + <<set _boobTarget = 700>> <</if>> <<elseif $slaves[$i].physicalAge >= 8>> <<if $slaves[$i].pregType >= 50>> @@ -4140,6 +4144,8 @@ <<set _boobTarget = 1400>> <<elseif $slaves[$i].pregType >= 10>> <<set _boobTarget = 1000>> + <<elseif $slaves[$i].pregType >= 2>> + <<set _boobTarget = 800>> <<else>> <<set _boobTarget = 600>> <</if>> @@ -4163,7 +4169,7 @@ <<if (random(1,100) > 60)>> <<if (($slaves[$i].boobs - $slaves[$i].boobsImplant) < _boobTarget)>> $His breasts @@.lime;greatly swell@@ to meet the upcoming demand. - <<set $slaves[$i].boobs += 200>> + <<set $slaves[$i].boobs += 100>> <<if $slaves[$i].boobShape != "saggy" && $slaves[$i].preg > 32 && ($slaves[$i].breastMesh != 1) && ($slaves[$i].drugs != "sag-B-gone")>> $His immensely engorged @@.orange;breasts become saggy@@ in the last stages of $his pregnancy as $his body undergoes changes in anticipation of the forthcoming birth. <<set $slaves[$i].boobShape = "saggy">> @@ -4181,7 +4187,7 @@ <<elseif ($slaves[$i].pregType >= 10)>> <<if random(1,100) > 80 && (($slaves[$i].boobs - $slaves[$i].boobsImplant) < _boobTarget)>> $His breasts @@.lime;swell@@ in preparation for $his growing brood. - <<set $slaves[$i].boobs += 100>> + <<set $slaves[$i].boobs += 50>> <<if $slaves[$i].boobShape != "saggy" && ($slaves[$i].breastMesh != 1) && ($slaves[$i].drugs != "sag-B-gone")>> <<if $slaves[$i].preg > random(32,82)>> $His swollen @@.orange;breasts become saggy@@ in the last stages of $his pregnancy as $his body undergoes changes in anticipation of the forthcoming birth. @@ -4192,7 +4198,7 @@ <<elseif ($slaves[$i].boobs - $slaves[$i].boobsImplant) < _boobTarget>> <<if random(1,100) > 80>> Pregnancy @@.lime;causes $his breasts to swell somewhat.@@ - <<set $slaves[$i].boobs += 50>> + <<set $slaves[$i].boobs += 25>> <<if $slaves[$i].boobShape != "saggy" && $slaves[$i].preg > random(32,100) && ($slaves[$i].breastMesh != 1) && ($slaves[$i].drugs != "sag-B-gone")>> $His @@.orange;breasts become saggy@@ in the last stages of $his pregnancy as $his body undergoes changes in anticipation of the forthcoming birth. <<set $slaves[$i].boobShape = "saggy">> diff --git a/src/uncategorized/seNicaeaPreperation.tw b/src/uncategorized/seNicaeaPreperation.tw index 64469f77157..fcf445365b3 100644 --- a/src/uncategorized/seNicaeaPreperation.tw +++ b/src/uncategorized/seNicaeaPreperation.tw @@ -62,7 +62,7 @@ Finally, you could use money to influence the Council. Everyone who's likely to The Council doesn't need the distraction of a lot of less important people enjoying themselves loudly nearby, so you decide not to broaden the event. <</replace>> <</link>> -<br><<link "Leverage reputation into power">> +<br><<link "Host a festival to coincide with their arrival">> <<replace "#result3">> Good works will spread the joy of a Chattel Religionist revival, and make you even more influential with the Council. You plan a public festival as part of the event. <<set $cash -= 50000, $nicaeaInfluence += 1>> -- GitLab