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

Merge branch 'pregmod-master' into 'pregmod-master'

Pregmod v1022-27

See merge request pregmodfan/fc-pregmod!1742
parents 534111ac a1822ad7
No related branches found
No related tags found
2 merge requests!2047RA rework,!1742Pregmod v1022-27
......@@ -4,9 +4,13 @@
4/05/2018
27
-fixed a bad $i in nextWeek
-added a basic overpower roll for slave vs player
26
-added anon's aphrodisiac demonstration to FCTV
-fuckdoll onversion now unsets inflation
-fuckdoll conversion now unsets inflation
4/04/2018
......
......@@ -979,13 +979,13 @@ window.nippleColor = function(slave) {
window.overpowerCheck = function(slave, PC) {
var strength;
 
if(State.variables.arcologies[0].FSPhyscialIdealist != "unset") {
if(State.variables.arcologies[0].FSPhysicalIdealist != "unset") {
if(PC.title == 1) {
strength = 130;
} else {
strength = 100;
}
} elseif(PC.title == 1) {
} else if(PC.title == 1) {
strength = 50;
} else {
strength = 30;
......
......@@ -975,6 +975,26 @@ window.nippleColor = function(slave) {
}
}
window.overpowerCheck = function(slave, PC) {
var strength;
if(State.variables.arcologies[0].FSPhysicalIdealist != "unset") {
if(PC.title == 1) {
strength = 130;
} else {
strength = 100;
}
} else if(PC.title == 1) {
strength = 50;
} else {
strength = 30;
}
strength += (185-slave.height);
strength -= (PC.belly/1000);
return strength;
}
window.jsAlert = function(obj)
{
alert(obj);
......
......@@ -149,7 +149,7 @@
They are all natural, heavy, and a bit saggy though they retain some perk. Every single move you make sends ripples through your cleavage. You catch yourself watching them move in the mirror every so often.
<</if>>
<<if $PC.preg > 30 || $PC.births > 0>>
Your breasts feel even more enormous lately; likely a side effect of your lactation, though you could do without the wetspots forming over your nipples.
Your breasts feel even more enormous lately; likely a side effect of your lactation, though you could do without the wet spots forming over your nipples.
<</if>>
<<elseif $PC.boobsBonus == 2>>
Your breasts are
......@@ -166,7 +166,7 @@
They are all natural and a little heavy. They bounce lewdly when you shake them and take a little too long to calm down.
<</if>>
<<if $PC.preg > 30 || $PC.births > 0>>
Your breasts feel even more huge lately; likely a side effect of your lactation, though you could do without the wetspots forming over your nipples.
Your breasts feel even more huge lately; likely a side effect of your lactation, though you could do without the wet spots forming over your nipples.
<</if>>
<<elseif $PC.boobsBonus == 1>>
Your breasts are pretty
......@@ -183,7 +183,7 @@
They are nice and perky, despite their size. They bounce lewdly when you shake them.
<</if>>
<<if $PC.preg > 30 || $PC.births > 0>>
Your breasts feel bigger lately; likely a side effect of your lactation, though you could do without the wetspots forming over your nipples.
Your breasts feel bigger lately; likely a side effect of your lactation, though you could do without the wet spots forming over your nipples.
<</if>>
<<elseif $PC.boobsBonus == -0.5>>
Your breasts are certainly
......@@ -196,7 +196,7 @@
<</if>>
They are nice and perky, with just the right amount of bounce when you shake them.
<<if $PC.preg > 30 || $PC.births > 0>>
Your breasts feel bigger lately; likely a side effect of your lactation, though you could do without the wetspots forming over your nipples.
Your breasts feel bigger lately; likely a side effect of your lactation, though you could do without the wet spots forming over your nipples.
<</if>>
<<elseif $PC.boobsBonus == -1>>
Your breasts are fairly average, at least to old world
......@@ -209,17 +209,17 @@
<</if>>
They are very perky, but aren't big enough to have a nice bounce when you shake them.
<<if $PC.preg > 30 || $PC.births > 0>>
Your breasts feel bigger lately; likely a side effect of your lactation, though you could do without the wetspots forming over your nipples.
Your breasts feel bigger lately; likely a side effect of your lactation, though you could do without the wet spots forming over your nipples.
<</if>>
<<elseif $PC.boobs == 1>>
Your breasts are on the larger side of things<<if $PC.preg > 30 || $PC.births > 0>>, though you could do without the wetspots forming over your nipples<</if>>.
Your breasts are on the larger side of things<<if $PC.preg > 30 || $PC.births > 0>>, though you could do without the wet spots forming over your nipples<</if>>.
<<if $PC.markings == "freckles">>
The tops of your breasts and your cleavage are lightly freckled.
<<elseif $PC.markings == "heavily freckled">>
They are covered in freckles, which are particularly dense in the cleft between them.
<</if>>
<<elseif $PC.title == 1>>
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 wet spots 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>>.
<<else>>
Your chest is non-existent<<if $PC.preg > 30 || $PC.births > 0>>, save for the pair of bulging milk glands beneath your nipples,<</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>>
......
......@@ -30,7 +30,7 @@
<<if $seeAge == 1>>
<<set $slaves[_i].physicalAge += 1, $slaves[_i].actualAge += 1, $slaves[_i].visualAge += 1>>
<<set $slaves[_i].ovaryAge += either(.8, .9, .9, 1, 1, 1, 1.1)>> /*Hopefully this works. It is intended, over a slave's lifetime, to cause her menopause to shift.*/
<<if $slaves[$i].broodmother == 1>>
<<if $slaves[_i].broodmother == 1>>
<<set $slaves[_i].ovaryAge += .2>>
<</if>>
<<if $slaves[_i].physicalAge <= 18 && $loliGrow == 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