Skip to content
Snippets Groups Projects
Commit c6b07ef0 authored by Pregmodder's avatar Pregmodder
Browse files

tweaks

parent 111eaf5e
No related branches found
No related tags found
No related merge requests found
...@@ -2,10 +2,16 @@ ...@@ -2,10 +2,16 @@
0.10.7.0/1 0.10.7.0/1
2/26/18
372
-more prodding to seBirthWidgets
-sidebar redesign
2/25/18 2/25/18
371 371
-cleaned up seBirthWidgets somemore to bring in back in line with original intent -cleaned up seBirthWidgets some more to bring in back in line with original intent
-various little fixes -various little fixes
370 370
......
...@@ -383,51 +383,47 @@ This decriptions can be expanded with more outcomes later. But it's not practica ...@@ -383,51 +383,47 @@ This decriptions can be expanded with more outcomes later. But it's not practica
<<if _curBabies < 1>> <<if _curBabies < 1>>
no live ones, but a stillbirth only no live ones, but a stillbirth only
<<elseif _curBabies == 1>> <<elseif _curBabies == 1>>
a single baby a single baby,
<<elseif _curBabies >= 40>> <<elseif _curBabies >= 40>>
a massive brood of _curBabies babies a massive brood of _curBabies babies,
<<elseif _curBabies >= 20>> <<elseif _curBabies >= 20>>
a brood of _curBabies babies a brood of _curBabies babies,
<<elseif _curBabies >= 10>> <<elseif _curBabies >= 10>>
a squirming pile of _curBabies babies a squirming pile of _curBabies babies,
<<elseif _curBabies == 9>> <<elseif _curBabies == 9>>
nonuplets nonuplets,
<<elseif _curBabies == 8>> <<elseif _curBabies == 8>>
octuplets octuplets,
<<elseif _curBabies == 7>> <<elseif _curBabies == 7>>
septuplets septuplets,
<<elseif _curBabies == 6>> <<elseif _curBabies == 6>>
sextuplets sextuplets,
<<elseif _curBabies == 5>> <<elseif _curBabies == 5>>
quintuplets quintuplets,
<<elseif _curBabies == 4>> <<elseif _curBabies == 4>>
quadruplets quadruplets,
<<elseif _curBabies == 3>> <<elseif _curBabies == 3>>
triplets triplets,
<<else>> <<else>>
twins twins,
<</if>>
<<if $csec == 1>>
entered the world,
<<else>>
,
<</if>> <</if>>
<<if _curBabies > 0>> <<if _curBabies > 0>>
created by created by
<<if $slaves[$i].pregSource == -1>> <<if $slaves[$i].pregSource == -1>>
your magnificent dick, your magnificent dick<<if $csec == 1>> entered the world,<<else>>.<</if>>
<<elseif $slaves[$i].pregSource == -2>> <<elseif $slaves[$i].pregSource == -2>>
your arcology's eager citizens, your arcology's eager citizens<<if $csec == 1>> entered the world,<<else>>.<</if>>
<<elseif $slaves[$i].pregSource == -3>> <<elseif $slaves[$i].pregSource == -3>>
the Societal Elite, the Societal Elite<<if $csec == 1>> entered the world,<<else>>.<</if>>
<<elseif $slaves[$i].pregSource == 0>> <<elseif $slaves[$i].pregSource == 0>>
an unknown father, an unknown father<<if $csec == 1>> entered the world,<<else>>.<</if>>
<<elseif $slaves[$i].ID == $daddy.ID>> <<elseif $slaves[$i].ID == $daddy.ID>>
$possessive own curiosity over if $pronoun could fuck <<print $possessive>>self, $possessive own curiosity over if $pronoun could fuck <<print $possessive>>self,
<<else>> <<else>>
$daddy's virile cock and balls, $daddy's virile cock and balls<<if $csec == 1>> entered the world,<<else>>.<</if>>
<</if>> <</if>>
<</if>> <</if>>
<</if>> <</if>>
/* ---- Postbirth reactions, body -------------------------------------------------------------------------------------------*/ /* ---- Postbirth reactions, body -------------------------------------------------------------------------------------------*/
...@@ -474,6 +470,25 @@ This decriptions can be expanded with more outcomes later. But it's not practica ...@@ -474,6 +470,25 @@ This decriptions can be expanded with more outcomes later. But it's not practica
<</if>> <</if>>
<</if>> <</if>>
<</if>> <</if>>
<<if ($slaves[$i].hips < -1)>>
<br><br>
$pronounCap had exceedingly narrow hips, completely unsuitable for childbirth. As $pronoun struggled on $possessive <<if _curBabies > 1>>first<</if>> child, $possessive pelvic bone strained under the pressure until it could no longer hold together and @@.red;agonizingly snapped.@@
<<if $slaves[$i].fetish != "mindbroken">>
<<if ($slaves[$i].fetish == "masochist")>>
<<if $slaves[$i].fetishKnown == 0>>What would have made most girls blackout from pain sent $object into the lewdest orgasm you've seen today. $pronounCap @@.lightcoral;must get off to pain.@@.<<set $slaves[$i].fetishKnown = 1>><<else>> $pronounCap claims to have never climaxed so hard and @@.hotpink;wishes her hips could have stayed that narrow for next time.@@<</if>>
<<set $slaves[$i].devotion += 5>>
<<elseif $slaves[$i].devotion > 70>>
When $pronoun comes to, $possessive pelvis has already been patched up. $pronounCap is just glad that $pronoun managed to finish giving birth despite the hinderence.
<<else>>
When $pronoun comes to, $possessive pelvis has already been patched up. $pronounCap @@.mediumorchid;loathes you@@ for forcing $possessive body to undergo such a painful experience and @@.gold;fears@@ what horror you have planned next.
<<set $slaves[$i].devotion -= 25, $slaves[$i].trust -= 25>>
<</if>>
<<else>>
It only hurt for an instant and a second later was promptly forgotten. To $object, $possessive hips were always this wide.
<</if>>
$possessiveCap pelvis has been forced into a @@.lime;more feminine@@ shape.<<if $slaves[$i].hipsImplant > 0>> This has also undone any surgical narrowing $pronoun has undergone.<</if>>
<<set $slaves[$i].health -= 20, $slaves[$i].hips = 0, $slaves[$i].hipsImplant = 0>>
<</if>>
<br><br> <br><br>
<<if $slaves[$i].mpreg == 1>> <<if $slaves[$i].mpreg == 1>>
<<if ($slaves[$i].anus < 0)>> /* you somehow got a pregnant slave with no vagina catch */ <<if ($slaves[$i].anus < 0)>> /* you somehow got a pregnant slave with no vagina catch */
...@@ -541,6 +556,7 @@ This decriptions can be expanded with more outcomes later. But it's not practica ...@@ -541,6 +556,7 @@ This decriptions can be expanded with more outcomes later. But it's not practica
<<if $slaves[$i].birthsTotal == 0>> <<if $slaves[$i].birthsTotal == 0>>
<br> <br>
$possessiveCap inexperience @@.red;complicated $possessive first birth@@. $possessiveCap inexperience @@.red;complicated $possessive first birth@@.
<<set _compoundCondition = 1>>
<</if>> <</if>>
<<if $slaves[$i].mpreg == 1>> <<if $slaves[$i].mpreg == 1>>
<<if $slaves[$i].anus < 2>> <<if $slaves[$i].anus < 2>>
...@@ -564,6 +580,7 @@ This decriptions can be expanded with more outcomes later. But it's not practica ...@@ -564,6 +580,7 @@ This decriptions can be expanded with more outcomes later. But it's not practica
<<if $slaves[$i].weight < -95>> <<if $slaves[$i].weight < -95>>
<br> <br>
$possessiveCap very thin body @@.red;was nearly incapable of birthing $possessive <<if _curBabies >1>>children<<else>>child<</if>>@@. $possessiveCap very thin body @@.red;was nearly incapable of birthing $possessive <<if _curBabies >1>>children<<else>>child<</if>>@@.
<<set _compoundCondition = 1>>
<<elseif $slaves[$i].weight <= -30>> <<elseif $slaves[$i].weight <= -30>>
<br> <br>
$possessiveCap thin body was @@.red;ill-suited $possessive childbirth@@. $possessiveCap thin body was @@.red;ill-suited $possessive childbirth@@.
...@@ -571,6 +588,7 @@ This decriptions can be expanded with more outcomes later. But it's not practica ...@@ -571,6 +588,7 @@ This decriptions can be expanded with more outcomes later. But it's not practica
<<if $slaves[$i].health < -20>> <<if $slaves[$i].health < -20>>
<br> <br>
$possessiveCap poor health made laboring @@.red;exhausting@@. $possessiveCap poor health made laboring @@.red;exhausting@@.
<<set _compoundCondition = 1>>
<</if>> <</if>>
<<if $slaves[$i].physicalAge < 6>> <<if $slaves[$i].physicalAge < 6>>
<br> <br>
...@@ -581,24 +599,29 @@ This decriptions can be expanded with more outcomes later. But it's not practica ...@@ -581,24 +599,29 @@ This decriptions can be expanded with more outcomes later. But it's not practica
<<elseif $slaves[$i].physicalAge < 13>> <<elseif $slaves[$i].physicalAge < 13>>
<br> <br>
$possessiveCap young body had @@.red;trouble birthing@@ $possessive <<if _curBabies >1>>babies<<else>>baby<</if>>. $possessiveCap young body had @@.red;trouble birthing@@ $possessive <<if _curBabies >1>>babies<<else>>baby<</if>>.
<<set _compoundCondition = 1>>
<</if>> <</if>>
<<if $slaves[$i].tired > 0>> <<if $slaves[$i].tired > 0>>
<br> <br>
$pronounCap was so tired, $pronoun @@.red;lacked the energy to effectively push@@. $pronounCap was so tired, $pronoun @@.red;lacked the energy to effectively push@@.
<<set _compoundCondition = 1>>
<</if>> <</if>>
<<if $slaves[$i].muscles < -95>> <<if $slaves[$i].muscles < -95>>
<br> <br>
$pronounCap tried and tried but $possessive frail body @@.red;could not push $possessive <<if _curBabies >1>>children<<else>>child<</if>> out@@. $pronounCap tried and tried but $possessive frail body @@.red;could not push $possessive <<if _curBabies >1>>children<<else>>child<</if>> out@@.
<<set _compoundCondition = 1>>
<<elseif $slaves[$i].muscles < -30>> <<elseif $slaves[$i].muscles < -30>>
<br> <br>
$possessiveCap very weak body @@.red;barely managed to push@@ out $possessive <<if _curBabies >1>>children<<else>>child<</if>>. $possessiveCap very weak body @@.red;barely managed to push@@ out $possessive <<if _curBabies >1>>children<<else>>child<</if>>.
<<set _compoundCondition = 1>>
<<elseif $slaves[$i].muscles < -5>> <<elseif $slaves[$i].muscles < -5>>
<br> <br>
$possessiveCap weak body @@.red;struggled to push@@ out $possessive <<if _curBabies >1>>children<<else>>child<</if>>. $possessiveCap weak body @@.red;struggled to push@@ out $possessive <<if _curBabies >1>>children<<else>>child<</if>>.
<</if>> <</if>>
<<if $slaves[$i].preg > 50>> <<if $slaves[$i].preg > 50>>
<br> <br>
$possessiveCap's <<if _curBabies >1>>children<<else>>child<</if>> had extra time to grow @@.red;greatly complicating childbirth@@. $possessiveCap's <<if _curBabies > 1>>children<<else>>child<</if>> had extra time to grow @@.red;greatly complicating childbirth@@.
<<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>>
<br>However: <br>However:
...@@ -641,18 +664,22 @@ This decriptions can be expanded with more outcomes later. But it's not practica ...@@ -641,18 +664,22 @@ This decriptions can be expanded with more outcomes later. But it's not practica
<<if $slaves[$i].assignment != "work in the dairy" && $csec == 0>> /* && $slaves[$i].broodmother == 0 // removed - broodmother have sensations too */ <<if $slaves[$i].assignment != "work in the dairy" && $csec == 0>> /* && $slaves[$i].broodmother == 0 // removed - broodmother have sensations too */
All in all, All in all,
<<if $birthDamage > 15>> <<if $birthDamage > 15>>
childbirth was @@.red;horrifically difficult for $object and nearly claimed $possessive life@@. childbirth was @@.red;horrifically difficult for $object and nearly claimed $possessive lif.e@@
<<elseif $birthDamage > 10>> <<elseif $birthDamage > 10>>
childbirth was extremely difficult for $object and @@.red;greatly damaged $possessive health@@. childbirth was extremely difficult for $object and @@.red;greatly damaged $possessive health.@@
<<elseif $birthDamage > 5>> <<elseif $birthDamage > 5>>
childbirth was difficult for $object and @@.red;damaged $possessive health@@. childbirth was difficult for $object and @@.red;damaged $possessive health.@@
<<elseif $birthDamage > 0>> <<elseif $birthDamage > 0>>
childbirth was painful for $object, though not abnormally so, and @@.red;damaged $possessive health@@. childbirth was painful for $object, though not abnormally so, and @@.red;damaged $possessive health.@@
<<else>> <<else>>
childbirth was @@.green;no problem@@ for $object. childbirth was @@.green;no problem@@ for $object.
<</if>> <</if>>
<<if $birthDamage > 0>> <<if $birthDamage > 0>>
<<set $slaves[$i].health -= Math.round(($birthDamage/2)*10)>> <<set $slaves[$i].health -= Math.round(($birthDamage/2)*10)>>
<<if $birthDamage > 5 && _compoundCondition == 1>>
Or it would have been, were $pronoun only having one. With each additional child that needed to be birthed, @@.red;the damage to $possessive health was compounded.@@
<<set $slaves[$i].health -= _curBabies>>
<</if>>
<</if>> <</if>>
<</if>> <</if>>
...@@ -868,7 +895,6 @@ All in all, ...@@ -868,7 +895,6 @@ All in all,
<<set $cash += _curBabies*(50+_babyCost)>> <<set $cash += _curBabies*(50+_babyCost)>>
<</replace>> <</replace>>
<</link>> <</link>>
<</if>>
<<else>> <<else>>
| <<link 'Sell them anyway'>> | <<link 'Sell them anyway'>>
<<replace `"#" + $dispositionId`>> <<replace `"#" + $dispositionId`>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment