Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fc-pregmod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
macaronideath
fc-pregmod
Commits
ee591f19
Commit
ee591f19
authored
6 years ago
by
Pregmodder
Browse files
Options
Downloads
Patches
Plain Diff
fix to ng+ PC preg
parent
6ffea5f7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/init/storyInit.tw
+21
-14
21 additions, 14 deletions
src/init/storyInit.tw
src/pregmod/widgets/seBirthWidgets.tw
+29
-8
29 additions, 8 deletions
src/pregmod/widgets/seBirthWidgets.tw
with
50 additions
and
22 deletions
src/init/storyInit.tw
+
21
−
14
View file @
ee591f19
...
@@ -90,6 +90,13 @@ You should have received a copy of the GNU General Public License along with thi
...
@@ -90,6 +90,13 @@ You should have received a copy of the GNU General Public License along with thi
<</if>>
<</if>>
<</if>>
<</if>>
<</for>>
<</for>>
<<if $PC.pregSource > 0>>
<<set $PC.pregSource += 1200000>>
<<set _getFather = $slaveIndices[$PC.pregSource]>>
<<if ndef _getFather>>
<<set $PC.pregSource = 0>>
<</if>>
<</if>>
<<set $genePool = ngUpdateGenePool($genePool)>>
<<set $genePool = ngUpdateGenePool($genePool)>>
/*
/*
<<for $i = 0; $i < $genePool.length; $i++>>
<<for $i = 0; $i < $genePool.length; $i++>>
...
@@ -132,21 +139,21 @@ You should have received a copy of the GNU General Public License along with thi
...
@@ -132,21 +139,21 @@ You should have received a copy of the GNU General Public License along with thi
/*<<set $recruiters.push($slaves[_i])>>*/
/*<<set $recruiters.push($slaves[_i])>>*/
<</if>>
<</if>>
<<else>>
<<else>>
<<if $slaves[_i].relation == 0>>
<<if $slaves[_i].relation == 0>>
<<if random(1,100) <= 5>>
<<if random(1,100) <= 5>>
<<set $slaves[_i].recruiter = "twin">>
<<set $slaves[_i].recruiter = "twin">>
<<elseif ($slaves[_i].actualAge > 32) && (random(1,100) <= 41)>>
<<elseif ($slaves[_i].actualAge > 32) && (random(1,100) <= 41)>>
<<set $slaves[_i].recruiter = "mother">>
<<set $slaves[_i].recruiter = "mother">>
<<elseif ($slaves[_i].actualAge < 24) && (random(1,100) <= 40)>>
<<elseif ($slaves[_i].actualAge < 24) && (random(1,100) <= 40)>>
<<set $slaves[_i].recruiter = "daughter">>
<<set $slaves[_i].recruiter = "daughter">>
<<elseif ($slaves[_i].actualAge < 43) && (random(1,100) <= 20)>>
<<elseif ($slaves[_i].actualAge < 43) && (random(1,100) <= 20)>>
<<set $slaves[_i].recruiter = "older sister">>
<<set $slaves[_i].recruiter = "older sister">>
<<elseif ($slaves[_i].actualAge < 25) && ($slaves[_i].actualAge > 18) && (random(1,100) <= 20)>>
<<elseif ($slaves[_i].actualAge < 25) && ($slaves[_i].actualAge > 18) && (random(1,100) <= 20)>>
<<set $slaves[_i].recruiter = "young sister">>
<<set $slaves[_i].recruiter = "young sister">>
<</if>>
<<else>>
<<set $slaves[_i].recruiter = 0>>
<</if>>
<</if>>
<<else>>
<<set $slaves[_i].recruiter = 0>>
<</if>>
<</if>> /*closes family mode */
<</if>> /*closes family mode */
<<set $slaves[_i].milk = 0>>
<<set $slaves[_i].milk = 0>>
<<set $slaves[_i].cum = 0>>
<<set $slaves[_i].cum = 0>>
...
...
This diff is collapsed.
Click to expand it.
src/pregmod/widgets/seBirthWidgets.tw
+
29
−
8
View file @
ee591f19
...
@@ -105,7 +105,14 @@
...
@@ -105,7 +105,14 @@
<</if>>
<</if>>
<</if>>
<</if>>
<<if $slaves[$i].curatives > 0>>
<<if $slaves[$i].curatives > 0>>
<<set $birthDamage -= 3>>
<<set $birthDamage -= 3>>
<</if>>
<<if $slaves[$i].pregAdaptation >= 1000>>
<<set $birthDamage -= 10>>
<<elseif $slaves[$i].pregAdaptation >= 500>>
<<set $birthDamage -= 3>>
<<elseif $slaves[$i].pregAdaptation >= 100>>
<<set $birthDamage -= 1>>
<</if>>
<</if>>
<<if setup.nurseCareers.includes($slaves[$i].career) && $slaves[$i].fetish != "mindbroken" && $slaves[$i].muscles >= -95>>
<<if setup.nurseCareers.includes($slaves[$i].career) && $slaves[$i].fetish != "mindbroken" && $slaves[$i].muscles >= -95>>
<<set $birthDamage = 0>>
<<set $birthDamage = 0>>
...
@@ -140,6 +147,13 @@
...
@@ -140,6 +147,13 @@
<<elseif $slaves[$i].muscles < -5>>
<<elseif $slaves[$i].muscles < -5>>
<<set $suddenBirth += 1>>
<<set $suddenBirth += 1>>
<</if>>
<</if>>
<<if $slaves[$i].pregAdaptation >= 1000>>
<<set $suddenBirth += 20>> /* baby's ready, giving birth right now */
<<elseif $slaves[$i].pregAdaptation >= 500>>
<<set $suddenBirth += 3>>
<<elseif $slaves[$i].pregAdaptation >= 100>>
<<set $suddenBirth += 1>>
<</if>>
<<if $slaves[$i].health < 0>>
<<if $slaves[$i].health < 0>>
<<set $suddenBirth += 2>>
<<set $suddenBirth += 2>>
<</if>>
<</if>>
...
@@ -164,12 +178,12 @@
...
@@ -164,12 +178,12 @@
<<set $suddenBirth += 2>>
<<set $suddenBirth += 2>>
<</if>>
<</if>>
<<if $slaves[$i].mpreg != 1>>
<<if $slaves[$i].mpreg != 1>>
<<if $slaves[$i].vagina > 2>>
<<if $slaves[$i].vagina > 2>>
<<set $suddenBirth += 2>>
<<set $suddenBirth += 2>>
<</if>>
<</if>>
<<if $slaves[$i].vaginalAccessory != "none">>
<<if $slaves[$i].vaginalAccessory != "none">>
<<set $suddenBirth -= 20>>
<<set $suddenBirth -= 20>>
<</if>>
<</if>>
<</if>>
<</if>>
<<set $suddenBirth -= ($slaves[$i].intelligence + $slaves[$i].intelligenceImplant)>>
<<set $suddenBirth -= ($slaves[$i].intelligence + $slaves[$i].intelligenceImplant)>>
/* end calcs */
/* end calcs */
...
@@ -629,7 +643,7 @@ This decriptions can be expanded with more outcomes later. But it's not practica
...
@@ -629,7 +643,7 @@ This decriptions can be expanded with more outcomes later. But it's not practica
$His's <<if _curBabies > 1>>children<<else>>child<</if>> had extra time to grow @@.red;greatly complicating childbirth@@.
$His's <<if _curBabies > 1>>children<<else>>child<</if>> had extra time to grow @@.red;greatly complicating childbirth@@.
<<set _compoundCondition = 1>>
<<set _compoundCondition = 1>>
<</if>>
<</if>>
<<if (($slaves[$i].vagina >= 2 || $slaves[$i].vaginaLube > 0) && $slaves[$i].mpreg == 1) || $slaves[$i].births > 0 || $slaves[$i].hips > 0 || (setup.nurseCareers.includes($slaves[$i].career) && $slaves[$i].fetish != "mindbroken" && $slaves[$i].muscles >= -95) || $slaves[$i].intelligenceImplant > 0>>
<<if (($slaves[$i].vagina >= 2 || $slaves[$i].vaginaLube > 0) && $slaves[$i].mpreg == 1) || $slaves[$i].births > 0 || $slaves[$i].hips > 0 || (setup.nurseCareers.includes($slaves[$i].career) && $slaves[$i].fetish != "mindbroken" && $slaves[$i].muscles >= -95) || $slaves[$i].intelligenceImplant > 0
|| $slaves[$i].pregAdaptation >= 100
>>
<br>However:
<br>However:
<<if $slaves[$i].mpreg == 1>>
<<if $slaves[$i].mpreg == 1>>
<<if $slaves[$i].anus >= 2>>
<<if $slaves[$i].anus >= 2>>
...
@@ -654,6 +668,13 @@ This decriptions can be expanded with more outcomes later. But it's not practica
...
@@ -654,6 +668,13 @@ This decriptions can be expanded with more outcomes later. But it's not practica
<br>
<br>
$His @@.green;wide hips@@ greatly aided childbirth.
$His @@.green;wide hips@@ greatly aided childbirth.
<</if>>
<</if>>
<<if $slaves[$i].pregAdaptation >= 1000>>
$His body has @@.green;completely adapted to pregnancy;@@ when it is time to give birth, that baby is coming out fast.
<<elseif $slaves[$i].pregAdaptation >= 500>>
$His body is @@.green;highly adapted to bearing life@@ and birth is no small part of that.
<<elseif $slaves[$i].pregAdaptation >= 100>>
$His body has @@.green;become quite adept at bearing children,@@ birth included.
<</if>>
<<if setup.nurseCareers.includes($slaves[$i].career) && $slaves[$i].fetish != "mindbroken" && $slaves[$i].muscles >= -95>>
<<if setup.nurseCareers.includes($slaves[$i].career) && $slaves[$i].fetish != "mindbroken" && $slaves[$i].muscles >= -95>>
<br>
<br>
Thanks to $his @@.green;previous career@@, childbirth went smoothly.
Thanks to $his @@.green;previous career@@, childbirth went smoothly.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment