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

Work.

parent 8174f1bf
No related branches found
No related tags found
4 merge requests!843Delete Please.,!833Pregmod master,!758Pregmod master,!670Work.
...@@ -128,7 +128,7 @@ vector art added later is drawn over previously added art ...@@ -128,7 +128,7 @@ vector art added later is drawn over previously added art
<<if $args[0].customHairVector>> <<if $args[0].customHairVector>>
<<set _hairStyle = $args[0].customHairVector>> <<set _hairStyle = $args[0].customHairVector>>
<<else>> <<else>>
<<set _hairStyle = ["neat", "ponytail", "messy"].includes($args[0].hStyle) ? $args[0].hStyle : "neat">> <<set _hairStyle = ["neat", "eary", "ponytail", "messy"].includes($args[0].hStyle) ? $args[0].hStyle : "neat">>
<</if>> <</if>>
<<set _imgSkinLoc = _folderLoc + "/body/white">> <<set _imgSkinLoc = _folderLoc + "/body/white">>
......
...@@ -812,6 +812,7 @@ Image display ...@@ -812,6 +812,7 @@ Image display
<<else>> <<else>>
@@.red;DISABLED@@. [[Enable|Intro Summary][$seeVectorArtHighlights = 1]] @@.red;DISABLED@@. [[Enable|Intro Summary][$seeVectorArtHighlights = 1]]
<</if>> <</if>>
<br>@@.red;Git compiled only, no exceptions.@@
<<elseif $imageChoice == 2>> <<elseif $imageChoice == 2>>
''Vector art by NoX - non-embed version'' is selected. [[Switch to rendered imagepack|Intro Summary][$imageChoice = 0]] | [[Switch to embedded vector art|Intro Summary][$imageChoice = 1]] ''Vector art by NoX - non-embed version'' is selected. [[Switch to rendered imagepack|Intro Summary][$imageChoice = 0]] | [[Switch to embedded vector art|Intro Summary][$imageChoice = 1]]
<<elseif $imageChoice == 0>> <<elseif $imageChoice == 0>>
......
:: pregJS [script] :: pregJS [script]
/*Major props to the anons who worked together to forge the Super Pregnancy Project. Let your legacy go unforgotten.*/ /*Major props to the anons who worked together to forge the Super Pregnancy Project. Let your legacy go unforgotten.*/
window.getPregBellySize = function(slave) { window.getPregBellySize = function(s) {
var gestastionWeek = slave.preg; var gestastionWeek = s.preg;
var fetuses = slave.pregType; var fetuses = s.pregType;
var phi = 1.618; var phi = 1.618;
var bellySize = 0;
if(gestastionWeek <= 32) { if(gestastionWeek <= 32) {
var targetLen = ((0.00006396 * (gestastionWeek ^ 4)) - (0.005501 * (gestastionWeek ^ 3)) + (0.161 * (gestastionWeek ^ 2)) - (0.76 * gestastionWeek) + 0.208); var targetLen = ((0.00006396 * (gestastionWeek ^ 4)) - (0.005501 * (gestastionWeek ^ 3)) + (0.161 * (gestastionWeek ^ 2)) - (0.76 * gestastionWeek) + 0.208);
...@@ -15,6 +14,6 @@ window.getPregBellySize = function(slave) { ...@@ -15,6 +14,6 @@ window.getPregBellySize = function(slave) {
var targetLen = ((-0.00003266 * (gestastionWeek ^ 2)) + (0.076 * gestastionWeek) + 43.843); var targetLen = ((-0.00003266 * (gestastionWeek ^ 2)) + (0.076 * gestastionWeek) + 43.843);
} }
bellySize = ((4 /3 ) * (Math.PI) * (phi / 2) * ((targetLen / 2) ^ 3)); var bellySize = (((4 / 3) * (Math.PI) * (phi / 2) * ((targetLen / 2) ^ 3)) * fetuses);
return bellySize return bellySize
}; };
\ No newline at end of file
...@@ -140,8 +140,26 @@ You have @@.orange;$PC.skin skin.@@<<if $PC.skin != $PC.origSkin>> Your original ...@@ -140,8 +140,26 @@ You have @@.orange;$PC.skin skin.@@<<if $PC.skin != $PC.origSkin>> Your original
<<else>>over-crowded belly. <<else>>over-crowded belly.
<</if>> <</if>>
<br> <br>
<<elseif $PC.preg >= 110000>>
"My god! What happened to you? You might now want to hit the fertility drugs so hard next time. Then again, I don't think you'll see us complaining when you come in for a tummy tuck to get everything back where it used to be." She says with a wink as she uses both hands to massage your
<<if $PC.preg > 40>>overdue septuplet-stuffed belly, enjoying the kicks from your children within. "If you go into labor, we have everything you'll need, so don't worry."
<<else>>over-crowded belly.
<</if>>
<br>
<<elseif $PC.preg >= 95000>>
Oh wow! It's like a party in there!" She says as she uses both hands to massage your
<<if $PC.preg > 40>>overdue sextuplet-stuffed belly, enjoying the kicks from your children within. "If you go into labor, we have everything you'll need, so don't worry."
<<else>>crowded belly.
<</if>>
<br>
<<elseif $PC.preg >= 80000>>
You must feel so full, like all the time. What's it feel like? Do they every calm down?" She says as she uses both hands to massage your
<<if $PC.preg > 40>>overdue quadruplet-filled belly, enjoying the kicks from your children within. "If you go into labor, we have everything you'll need, so don't worry."
<<else>>crowded belly.
<</if>>
<br>
<<elseif $PC.preg >= 64000>> <<elseif $PC.preg >= 64000>>
Oh wow! You're immense! Are you sure you want to have surgery in this state? Things start to get complicated when you're this pregnant." She says as she uses both hands to massage your Oh wow! You're immense! I almost can't wrap my arms around it!." She says as she uses both hands to massage your
<<if $PC.preg > 40>>overdue quadruplet-filled belly, enjoying the kicks from your children within. "If you go into labor, we have everything you'll need, so don't worry." <<if $PC.preg > 40>>overdue quadruplet-filled belly, enjoying the kicks from your children within. "If you go into labor, we have everything you'll need, so don't worry."
<<else>>crowded belly. <<else>>crowded belly.
<</if>> <</if>>
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<<set $nextButton = "Back", $nextLink = "Main", $showEncyclopedia = 0>> <<set $nextButton = "Back", $nextLink = "Main", $showEncyclopedia = 0>>
<<PCTitle>> <<PCTitle>>
<<set $PC.belly = getPregBellySize($PC)>>
You pause for a moment from your busy day to day life to return to <<if $masterSuite != 0>>$masterSuiteName<<else>>your room<</if>> to consider some things about yourself. You pause for a moment from your busy day to day life to return to <<if $masterSuite != 0>>$masterSuiteName<<else>>your room<</if>> to consider some things about yourself.
<br>You take yourself in a full length mirror. You are a $PC.race <<if $PC.dick == 1 && $PC.vagina == 1>>futanari<<elseif $PC.dick == 1>>man<<else>>woman<</if>> with<<if $PC.markings == "freckles">> freckled<<elseif $PC.markings == "heavily freckled">> heavily freckled<</if>> <<print $PC.skin>> skin, $PC.hColor hair and $PC.eyeColor eyes. <br>You take yourself in a full length mirror. You are a $PC.race <<if $PC.dick == 1 && $PC.vagina == 1>>futanari<<elseif $PC.dick == 1>>man<<else>>woman<</if>> with<<if $PC.markings == "freckles">> freckled<<elseif $PC.markings == "heavily freckled">> heavily freckled<</if>> <<print $PC.skin>> skin, $PC.hColor hair and $PC.eyeColor eyes.
...@@ -484,7 +485,7 @@ In total, you have given birth to: ...@@ -484,7 +485,7 @@ In total, you have given birth to:
<br> <br>
<<if $PC.preg >= 8>> <<if $PC.preg >= 8>>
You're currently <<print $PC.preg>> week<<if $PC.preg > 1>>s<</if>> pregnant, so contraception doesn't matter right now. You're currently <<print $PC.preg>> week<<if $PC.preg > 1>>s<</if>> pregnant, so contraception doesn't matter right now. <<print $PC.belly>>
<<elseif $PC.preg >= 6>> <<elseif $PC.preg >= 6>>
You're having morning sickness. You're having morning sickness.
<<elseif $PC.preg > 3>> <<elseif $PC.preg > 3>>
......
This diff is collapsed.
...@@ -215,28 +215,47 @@ A $PC.visualAge year old<<if $PC.markings == "freckles">>, freckled<<elseif $PC. ...@@ -215,28 +215,47 @@ A $PC.visualAge year old<<if $PC.markings == "freckles">>, freckled<<elseif $PC.
<<else>> <<else>>
Your chest is quite masculine<<if $PC.preg > 30 || $PC.births > 0>>, though the pair of wetspots forming over your nipples suggest otherwise<</if>><<if $PC.markings == "freckles">>, and covered in a light spray of freckles<<elseif $PC.markings == "heavily freckled">>, and covered in dense freckles<</if>>. Your chest is quite masculine<<if $PC.preg > 30 || $PC.births > 0>>, though the pair of wetspots forming over your nipples suggest otherwise<</if>><<if $PC.markings == "freckles">>, and covered in a light spray of freckles<<elseif $PC.markings == "heavily freckled">>, and covered in dense freckles<</if>>.
<</if>> <</if>>
<<if $PC.preg >= 41>> <<if $PC.preg > 0>>
You don't know why you even bother getting out of bed; you are overdue and ready to drop at many time, making your life as arcology owner very difficult. You try to relax and enjoy your slaves, but you can only manage so much in this state. <<if $PC.belly >= 120000>>
<<elseif $PC.preg >= 39>> Your belly is coated with stretch marks and is taut as a drum; you don't know how much more your poor womb can endure. Kicks can almost constantly be seen dotting its surface. You give it a pat for good measure, only encouraging your octuplets to squirm in excitement.<<if $PC.dick == 1>> As your dick hardens under the prostate stimulation, you call for a slave to recieve the incoming load.<</if>>
You feel absolutely massive; your full-term belly makes your life as arcology owner very difficult. You try your best to not wander too far from your penthouse, not with labor and birth so close. <<elseif $PC.belly >= 105000>>
<<elseif $PC.preg >= 36>> Getting out of your chair is practically a dream at this point. It takes far too much effort to do it on your own and is a little embarrassing to ask help with.
You can barely wrap your arms around your huge pregnant belly, and when you do, your popped navel reminds you your bun is almost ready. <<elseif $PC.belly >= 90000>>
<<elseif $PC.preg >= 32>> You can barely reach around your gravid mass any longer. You also had to reinforce your chair under your growing weight.
Your pregnancy has gotten quite huge, none of your clothes fit it right. <<elseif $PC.belly >= 75000>>
<<elseif $PC.preg >= 28>> Your belly is starting to become worrying; you feel over-filled at all times, and your children like to remind you just how full you are.
Your pregnant belly juts out annoyingly far, just getting dressed is a pain now. <<elseif $PC.belly >= 60000>>
<<elseif $PC.preg >= 24>> You're definitely having multiples, there is no denying it at this point. All you can do is try to relax and keep try to stave off the stretch marks.
Half way there! Your belly has gotten quite large with child; it is beginning to get the way of sex and business. <<elseif $PC.belly >= 45000>>
<<elseif $PC.preg >= 20>> You both look and feel enormous, your belly juts out so much now. You stand to chance of sitting at your desk normally and have taken to angling you chair and belly to the side instead.
Your belly is now large enough that there is no hiding it. <<elseif $PC.belly >= 30000>>
<<elseif $PC.preg >= 16>> Your chair has taken to creaking ominously whenever you shift your pregnant bulk, while you've taken to keeping your belly uncovered to give it room.
Your belly is rounded by your early pregnancy. <<elseif $PC.belly >= 14000>>
<<elseif $PC.preg >= 12>> You can barely fit before your desk anymore and have had to take measures to accommodate your gravidity
Your lower belly is beginning to stick out, you're definitely pregnant. <<elseif $PC.belly >= 12000>>
<<elseif $PC.preg >= 8>> You can barely wrap your arms around your huge pregnant belly, and when you do, your popped navel reminds you just how full you are.
Your belly is slightly swollen; combined with your missed period, odds are you're pregnant. <<elseif $PC.belly >= 10000>>
<<elseif $PC.preg >= 3>> Your pregnancy has gotten quite huge, none of your clothes fit it right.
Your period hasn't happened in some time, you might be pregnant. <<elseif $PC.belly >= 7000>>
Your pregnant belly juts out annoyingly far, just getting dressed is a pain now.
<<elseif $PC.belly >= 5000>>
Your belly has gotten quite large with child; it is beginning to get the way of sex and business.
<<elseif $PC.belly >= 1500>>
Your belly is now large enough that there is no hiding it.
<<elseif $PC.belly >= 500>>
Your belly is rounded by your early pregnancy.
<<elseif $PC.belly >= 250>>
Your lower belly is beginning to stick out, you're definitely pregnant.
<<elseif $PC.belly >= 100>>
Your belly is slightly swollen; combined with your missed period, odds are you're pregnant.
<<elseif $PC.belly < 100>>
Your period hasn't happened in some time, you might be pregnant.
<</if>>
<<if $PC.preg >= 41>>
You don't know why you even bother getting out of bed; you are overdue and ready to drop at many time, making your life as arcology owner very difficult. You try to relax and enjoy your slaves, but you can only manage so much in this state.
<<elseif $PC.preg >= 39>>
You feel absolutely massive; your full-term belly makes your life as arcology owner very difficult. You try your best to not wander too far from your penthouse, not with labor and birth so close.
<</if>>
<</if>> <</if>>
<<if $PC.ballsImplant > 3>> <<if $PC.ballsImplant > 3>>
<<if $ballsAccessibility == 1>> <<if $ballsAccessibility == 1>>
......
...@@ -45,6 +45,7 @@ Image display ...@@ -45,6 +45,7 @@ Image display
<<else>> <<else>>
@@.red;DISABLED@@. [[Enable|Options][$seeVectorArtHighlights = 1]] @@.red;DISABLED@@. [[Enable|Options][$seeVectorArtHighlights = 1]]
<</if>> <</if>>
<br>@@.red;Git compiled only, no exceptions.@@
<<elseif $imageChoice == 2>> <<elseif $imageChoice == 2>>
@@.yellow;Vector art by NoX - non-embed version@@ is selected. [[Switch to rendered imagepack|Options][$imageChoice = 0]] | [[Switch to embedded vector art|Options][$imageChoice = 1]] @@.yellow;Vector art by NoX - non-embed version@@ is selected. [[Switch to rendered imagepack|Options][$imageChoice = 0]] | [[Switch to embedded vector art|Options][$imageChoice = 1]]
<<elseif $imageChoice == 0>> <<elseif $imageChoice == 0>>
......
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