diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt index 29fa276daf0b4bbc0d407f07f515926589627c40..0f87ab4928e216490ead718ad3601977f1189b2a 100644 --- a/slave variables documentation - Pregmod.txt +++ b/slave variables documentation - Pregmod.txt @@ -3532,3 +3532,35 @@ WombZeroID($activeSlave, _SlaveID) - automatically scan all fetuses and if their All this womb system can be much more automated (.preg .pregType .pregSource .pregWeek may have to be done in a way, that they will have no need to be controlled manually anywhere at all. Just will be set fully automatically). But in this case many changes in present game code needed, to REMOVE legacy code. Right now they are set correctly, based on state of .womb object through pregnancy, but not outside. Also old style pregnancy initiation (setting only .preg to >0 and .pregType to >=1 ) working too - WombImpregnation function for proper setup of .womb will be called on next SetBellySize call. Also old style pregnancy progression through using .preg++ is supported too, but can have minor issues with character descriptions in some cases, if SetBellySize widget not called before descriptions widgets. + + + +Advanced pregnancy control structure: + +Now, with support of human-animal pregnancy, there is need for ability to change values that been constant before. New structure designed for it. + +.pregData property for slave should now contain object with describle pregnancy process. By default it will be set to human data. Templates stored in setup.pregData.x where "x" - name of species. + +<<set slave.pregData = setup.pregData.human>> + +In code at any time properties that contain data can be acessed now. Properties is RW, so slaves can be changed individually later. Example: + +<<if slave.pregData.type == "human">> +or +<<set slave.pregData.normalOvaMin = 2, slave.pregData.normalOvaMax = 4>> (setting normal ova count 2-4 on every ovulation). + + Proprty list: + + type - name of species. Should math slave.ovaType + normalOvaMin - normal/base ova count on ovulation (minimal) + normalOvaMax - normal/base ova count on ovulation (maximal) + normalBirth - typical normal pregnancy length in weeks + minLiveBirth - typical weeks that guarantee at least 90% chance to fetus survival if normal birth occur. + fetusWeek - array with weeks control points. + fetusSize - array with size control points. + fetusCTR - array with CTR control points. + + These three array is linked, and values in second and third should be in the same order as in first. (Week of .fetusWeek[i] is correspond to .fetusSize[i] and fetusCTR[i]) + Control points - it's points of graph as if it builded on paper (one axis - fetusWeek, other - fetusSize/fetusCTR). This graph data used to get actual size of fetus, so no need for manual setting of every week data in array. + + What is CTR? In most medical data, human fetus size (length) measured as "crown to rump" from 1 to 20 weeks, and "crown to heel" later. Formula that calculate volume of womb should get data in single format. So there is need CTR rate - value that describe difference between full "crown to heel" and "crown to rump" length of fetus (also it's can be used to control aproximation of legs, hands and tails volume). For most animal fetus data it's always 1 as they are not bipedal and "crown to rump" is natural measurements for them. But CTR rate changes might be needed to get more accurate results for volume calculations, as fetus is not sphere and length - not always have the same relation to it's volume. diff --git a/src/Mods/DinnerParty/dinnerPartyExecution.tw b/src/Mods/DinnerParty/dinnerPartyExecution.tw index 0a89a7bd320dd2cabd89e08efc4dd4479d49c7b2..b156399914b852cd13ef69e61f28148b2452a412 100644 --- a/src/Mods/DinnerParty/dinnerPartyExecution.tw +++ b/src/Mods/DinnerParty/dinnerPartyExecution.tw @@ -198,18 +198,18 @@ /*<br style="clear:both" />*/ <br> /% Bonus dish Baby Veal Ragout %/ - <<if $activeSlave.preg >= 10>> + <<if $activeSlave.preg >= $activeSlave.pregData.normalBirth/4>> <<set _dishRating = 5>> /*<img src='resources/veal ragout.jpg' style="float:left" />*/ The next course is a bonus dish ''//Baby Veal Ragout//'': <br> $activeSlave.slaveName was pregnant so $he has a special bonus dish to offer your guests. $His fetus is boiled in a vinegar stock and stewed in butter. - <<if $activeSlave.preg >= 25>> + <<if $activeSlave.preg >= $activeSlave.pregData.normalBirth/1.6>> Your guests are pleased with the huge size of the dish. - <<elseif $activeSlave.preg >= 20>> + <<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth/2>> Your guests are pleased with the large size of the dish. <<set _dishRating -= 1>> - <<elseif $activeSlave.preg >= 15>> + <<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth/2.66>> Your guests are satisfied with the decent size of the dish. <<set _dishRating -= 2>> <<else>> diff --git a/src/SecExp/attackHandler.tw b/src/SecExp/attackHandler.tw index cf0e6fcd8bbd1cc06940a4d890b80b63368baf12..281cdf4c1915602a013f2d368875327efa5f66ae 100644 --- a/src/SecExp/attackHandler.tw +++ b/src/SecExp/attackHandler.tw @@ -312,7 +312,7 @@ <<if $Bodyguard.butt >= 6>> <<set _woundChance += 1>> <</if>> - <<if $Bodyguard.preg >= 30>> + <<if $Bodyguard.belly >= 10000>> <<set _woundChance += 1>> <</if>> <<if $Bodyguard.dick >= 8>> @@ -440,7 +440,7 @@ <<if $HeadGirl.butt >= 6>> <<set _woundChance += 1>> <</if>> - <<if $HeadGirl.preg >= 30>> + <<if $HeadGirl.belly >= 10000>> <<set _woundChance += 1>> <</if>> <<if $HeadGirl.dick >= 8>> diff --git a/src/SecExp/rebellionReport.tw b/src/SecExp/rebellionReport.tw index a581e681d80b25d6e06f2b23f823430f1bddd1af..60da4c3b81557d20c516e45bea2e8ac9b31436f2 100644 --- a/src/SecExp/rebellionReport.tw +++ b/src/SecExp/rebellionReport.tw @@ -640,7 +640,7 @@ <<if $Concubine.butt >= 6>> <<set _woundChance += 1>> <</if>> - <<if $Concubine.preg >= 30>> + <<if $Concubine.belly >= 10000>> <<set _woundChance += 1>> <</if>> <<if $Concubine.dick >= 8>> @@ -703,7 +703,7 @@ <<if $Bodyguard.butt >= 6>> <<set _woundChance += 1>> <</if>> - <<if $Bodyguard.preg >= 30>> + <<if $Bodyguard.belly >= 10000>> <<set _woundChance += 1>> <</if>> <<if $Bodyguard.dick >= 8>> @@ -810,7 +810,7 @@ <<if $Concubine.butt >= 6>> <<set _woundChance += 1>> <</if>> - <<if $Concubine.preg >= 30>> + <<if $Concubine.belly >= 10000>> <<set _woundChance += 1>> <</if>> <<if $Concubine.dick >= 8>> @@ -918,7 +918,7 @@ <<if $Concubine.butt >= 6>> <<set _woundChance += 1>> <</if>> - <<if $Concubine.preg >= 30>> + <<if $Concubine.belly >= 10000>> <<set _woundChance += 1>> <</if>> <<if $Concubine.dick >= 8>> diff --git a/src/facilities/nursery/childInteract.tw b/src/facilities/nursery/childInteract.tw index 2d63bea476afcdbc8ab12497f26261309b2328ca..bd7724cefcc07a921829c62d0cef2307414f8f96 100644 --- a/src/facilities/nursery/childInteract.tw +++ b/src/facilities/nursery/childInteract.tw @@ -961,7 +961,7 @@ Aphrodisiacs: <span id="aphrodisiacs"><strong><<if $activeSlave.aphrodisiacs > 1 <</link>> <<elseif $activeSlave.induce == 1>> //Hormones are being slipped into $his food, $he will give birth suddenly and rapidly this week// - <<elseif ($activeSlave.preg > 38) && ($activeSlave.broodmother == 0) && ($activeSlave.labor == 0)>> + <<elseif ($activeSlave.preg >= $activeSlave.pregData.normalBirth-2 && $activeSlave.preg > $activeSlave.pregData.minLiveBirth) && ($activeSlave.broodmother == 0) && ($activeSlave.labor == 0)>> [[Induce labor|Child Interact][$activeSlave.labor = 1,$activeSlave.induce = 1,$birthee = 1]] | <<link "Give $him a cesarean section" "csec">><</link>> <<elseif ($activeSlave.broodmother > 0)>> @@ -971,7 +971,7 @@ Aphrodisiacs: <span id="aphrodisiacs"><strong><<if $activeSlave.aphrodisiacs > 1 <<if ($activeSlave.preg > 37)>> | [[Induce mass childbirth|BirthStorm]] <</if>> - <<elseif ($activeSlave.preg > 35)>> + <<elseif ($activeSlave.preg > $activeSlave.pregData.minLiveBirth)>> | <<link "Give $him a cesarean section" "csec">><</link>> <<elseif ($activeSlave.preg > 0) && $activeSlave.breedingMark == 1 && $propOutcome == 1 && $activeSlave.pregSource == -1>> //You are forbidden from aborting an elite child// @@ -983,14 +983,14 @@ Aphrodisiacs: <span id="aphrodisiacs"><strong><<if $activeSlave.aphrodisiacs > 1 <<if ($activeSlave.pregKnown == 1) && ($pregSpeedControl == 1) && ($activeSlave.breedingMark != 1 || $propOutcome == 0) && ($activeSlave.indentureRestrictions < 1) && ($activeSlave.broodmother == 0) && $seePreg != 0>> <br> __Pregnancy control__: <<if $activeSlave.pregControl == "labor supressors">>Labor is suppressed<<elseif $activeSlave.pregControl == "slow gestation">>Slowed gestation speed<<elseif $activeSlave.pregControl == "speed up">>Faster gestation speed, staffed clinic recommended<<else>>Normal gestation and birth<</if>>. - <<if ($activeSlave.preg >= 38)>> + <<if ($activeSlave.preg >= $activeSlave.pregData.minLiveBirth)>> <br> <<if $activeSlave.pregControl == "labor supressors">> <<link "Normal Birth">><<set $activeSlave.pregControl = "none">><<SlaveInteractFertility>><</link>> <<else>> <<link "Supress Labor">><<set $activeSlave.pregControl = "labor supressors">><<SlaveInteractFertility>><</link>> <</if>> - <<elseif ($activeSlave.preg < 40)>> + <<elseif ($activeSlave.preg < $activeSlave.pregData.normalBirth)>> <br> <<if $activeSlave.pregControl != "none">> <<link "Normal Gestation">><<set $activeSlave.pregControl = "none">><<SlaveInteractFertility>><</link>> | diff --git a/src/init/setupVars.tw b/src/init/setupVars.tw index cf4b588547931b063cdc0122a78e280015e72de9..885a8694d36fc9a08db0be79eac62857761f8190 100644 --- a/src/init/setupVars.tw +++ b/src/init/setupVars.tw @@ -6,13 +6,31 @@ /*** pregmod exclusive start ***/ + +/* Double 20 week point for human data - not a bug. Do not change! (It's transfer point in data source, from data without CTR to with CTR) */ +/* Any profile graph data should begin from week 0. Size can be 0 or 1, but CTR should be set to the same value as next graph point.*/ +<<set setup.pregData = { + +human: {type: "human", normalOvaMin:1, normalOvaMax: 1, normalBirth: 40, minLiveBirth: 32, drugsEffect: 1, fetusWeek: [0, 9, 20, 20, 40, 52, 64, 80, 384, 99999], fetusSize: [1, 3, 16, 25.6, 51, 60, 67.5, 71.6, 129.5, 130], fetusRate: [1, 1, 1, 0.64, 0.6513, 0.6459, 0.644, 0.6393, 0.58, 0.51], sizeType: 0}, + +humanWG: {type: "humanWG", normalOvaMin:1, normalOvaMax: 1, normalBirth: 40, minLiveBirth: 32, drugsEffect: 1, fetusWeek: [0, 8, 11, 15, 20, 28, 34, 38, 40, 42, 52, 64, 76, 88, 384, 99999], fetusSize: [0, 1, 7, 70, 300, 1005, 2146, 3088, 3462, 3685, 6300, 7700, 8400, 8800, 65000, 65000], fetusRate: [4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4], sizeType: 1}, + +canineM: {type: "canineM", normalOvaMin:4, normalOvaMax: 8, normalBirth: 9, minLiveBirth: 8, drugsEffect: 0.3, fetusWeek: [0, 4, 5, 9, 9+4*4, 9+12*4, 24*4, 99999], fetusSize: [0, 1, 165, 300, 9525, 17236, 18000, 18000], fetusRate: [4, 4, 4, 4, 4, 4, 4, 4], sizeType: 1}, + +canineL: {type: "canineL", normalOvaMin:2, normalOvaMax: 6, normalBirth: 9, minLiveBirth: 8, drugsEffect: 0.3, fetusWeek: [0, 4, 5, 9, 9+4*4, 9+12*4, 24*4, 99999], fetusSize: [0, 1, 165, 453, 17236, 31751, 34000, 34000], fetusRate: [4, 4, 4, 4, 4, 4, 4, 4], sizeType: 1}, + +pig: {type: "pig", normalOvaMin:8, normalOvaMax: 12, normalBirth: 16, minLiveBirth: 14, drugsEffect: 0.5, fetusWeek: [0, 3, 16, 16+28, 16+48, 99999], fetusSize: [0, 1, 1700, 94000, 170000, 170000], fetusRate: [4, 4, 4, 4, 4, 4], sizeType: 1}, + +equine: {type: "equine", normalOvaMin:1, normalOvaMax: 1, normalBirth: 48, minLiveBirth: 44, drugsEffect: 0.05, fetusWeek: [0, 5.7, 8.5, 11.4, 14.2, 21.4, 25.7, 34.2, 38.5, 45.7, 48, 192, 99999], fetusSize: [0, 14.1, 28.3, 56.7, 453, 2721, 11339, 20411, 34019, 54431, 57000, 600000, 600000], fetusRate: [4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4], sizeType: 1} + +}>> /* Source data for canine include CTR (not head to toe size), so CTR do not apply anywhere, always 1.*/ +/* sizeType: control of source data type 0 - length in centimeters for fetusSize and CTR for fetusRate, 1 - weight in gramms and womb to fetus rate, 2 - direct volume in cc, fetusRate not used*/ + +/* equine: {type: "equine", normalOvaMin:1, normalOvaMax: 1, normalBirth: 48, minLiveBirth: 44, fetusWeek: [0, 4, 7, 9, 10, 12, 17, 21, 25, 34, 38, 48, 192, 99999], fetusSize: [0, 2.5, 3, 4, 6.3, 14, 17.7, 30, 61, 76.2, 92, 121, 235, 235], fetusRate: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1] sizeType: 0} */ + <<set setup.filterRaces = ["Amerindian", "Asian", "Black", "Indo-Aryan", "Latina", "Malay", "Middle Eastern", "Mixed Race", "Pacific Islander", "Semitic", "Southern European", "White"]>> <<set setup.filterRegions = ["Africa", "Asia", "Australia", "Europe", "Middle East", "North America", "South America"]>> -/* sizes for broodmothers - easier than trying to sum it week to week */ -<<set setup.broodSizeOne = [0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 30, 80, 180, 340, 600, 990, 1540, 2300, 3300, 4590, 6210, 8200, 10600, 13440, 16770, 20620, 25020, 30020, 35660, 42000, 49100, 57030, 65900, 75700, 86300, 97720, 109970, 123060, 137000]>> -<<set setup.broodSizeOneShutDown = [0, 13090, 25340, 36760, 47360, 57160, 66030, 73960, 81060, 87400, 93040, 98040, 102440, 106290, 109620, 112460, 114860, 116850, 118470, 119760, 120760, 121520, 122070, 122460, 122720, 122880, 122980, 123030, 123050, 123060, 123060, 123060, 123060, 123060, 123060, 123060, 123060, 123060]>> - /* START Custom Nationalities region filter */ /* Not currently weighted, but will accept weights */ <<set setup.northamericaNationalities = {"American": 1, "Antiguan": 1, "Aruban": 1, "Bahamian": 1, "Barbadian": 1, "Belizean": 1, "Bermudian": 1, "Canadian": 1, "Costa Rican": 1, "Cuban": 1, "Curaçaoan": 1, "Dominican": 1, "Dominiquais": 1, "Greenlandic": 1, "Grenadian": 1, "Guatemalan": 1, "Haitian": 1, "Honduran": 1, "Jamaican": 1, "Kittitian": 1, "Mexican": 1, "Nicaraguan": 1, "Panamanian": 1, "Puerto Rican": 1, "Saint Lucian": 1, "Salvadoran": 1, "Trinidadian": 1, "Vincentian": 1}>> diff --git a/src/js/DefaultRules.tw b/src/js/DefaultRules.tw index d9bc69af428db1d5e4a9eac96255e04ec002eabc..823cef231fc0865d828d99f5c0849e8a21f06e3e 100644 --- a/src/js/DefaultRules.tw +++ b/src/js/DefaultRules.tw @@ -1660,16 +1660,16 @@ window.DefaultRules = (function() { function ProcessPregnancyDrugs(slave, rule) { if (slave.pregKnown == 1 && rule.pregSpeed != "no default setting" && (slave.breedingMark != 1 || V.propOutcome == 0) && slave.indentureRestrictions < 1 && slave.broodmother === 0) { - if (rule.pregSpeed == "slow" && slave.preg < 35) { + if (rule.pregSpeed == "slow" && slave.preg < slave.pregData.minLiveBirth) { slave.pregControl = "slow gestation"; r += `<br>${slave.slaveName} is pregnant, so she has been put on the gestation slowing agents.`; - } else if (rule.pregSpeed == "fast" && slave.preg < 35 && slave.health > -50) { + } else if (rule.pregSpeed == "fast" && slave.preg < slave.pregData.minLiveBirth && slave.health > -50) { slave.pregControl = "speed up"; r += `<br>${slave.slaveName} is pregnant, so she has been put on rapid gestation agents. CAUTION! Can be dangerous. Clinic supervision is recommended.`; - } else if (rule.pregSpeed == "suppress" && slave.preg > 34 && slave.health > -50) { + } else if (rule.pregSpeed == "suppress" && slave.preg >= slave.pregData.minLiveBirth && slave.health > -50) { slave.pregControl = "labor supressors"; r += `<br>${slave.slaveName} is ready to birth, so she has been put on labor suppressing agents.`; - } else if (rule.pregSpeed == "stimulate" && slave.preg >= 37 && slave.health > -50) { + } else if (rule.pregSpeed == "stimulate" && slave.preg > slave.pregData.minLiveBirth && slave.health > -50) { slave.labor = 1; slave.induce = 1; V.birthee = 1; diff --git a/src/js/assayJS.tw b/src/js/assayJS.tw index 7d1ec2ed3addbe91309d2e1ef54261629c7aa248..558fb8c3851c69db1e4178da06400fdd9d9dc09e 100644 --- a/src/js/assayJS.tw +++ b/src/js/assayJS.tw @@ -150,13 +150,13 @@ window.TatScore = function(slave) { tatScore += 1; } if (slave.bellyTat !== 0) { - if (((slave.preg > 30) && (slave.pregType >= 20)) || (slave.belly >= 300000)) { + if (((slave.preg > $activeSlave.pregData.normalBirth/1.33) && (slave.pregType >= 20)) || (slave.belly >= 300000)) { tatScore += 0.75; - } else if (((slave.preg > 20) && (slave.pregType >= 20)) || ((slave.preg > 30) && (slave.pregType >= 10)) || (slave.belly >= 150000)) { + } else if (((slave.preg > $activeSlave.pregData.normalBirth/2) && (slave.pregType >= 20)) || ((slave.preg > $activeSlave.pregData.normalBirth/1.33) && (slave.pregType >= 10)) || (slave.belly >= 150000)) { tatScore += 1; } else if ((slave.belly >= 10000) || (slave.bellyImplant >= 8000)) { tatScore += 1; - } else if (((slave.preg >= 10) && (slave.pregType >= 20)) || ((slave.preg > 10) && (slave.pregType >= 10)) || (slave.belly >= 5000)) { + } else if (((slave.preg >= $activeSlave.pregData.normalBirth/4) && (slave.pregType >= 20)) || ((slave.preg > $activeSlave.pregData.normalBirth/4) && (slave.pregType >= 10)) || (slave.belly >= 5000)) { tatScore += 0.5; } else if (slave.belly >= 1500) { tatScore += 0.25; @@ -1328,7 +1328,7 @@ window.SlaveTitle = function SlaveTitle(slave) { r = "indentured " + r; } - if (slave.preg > 10 && slave.pregKnown === 1) { + if (slave.preg > slave.pregData.normalBirth/4 && slave.pregKnown === 1) { r = "pregnant " + r; } else if (slave.bellyFluid >= 5000) { r = "bloated " + r; @@ -1539,7 +1539,7 @@ window.SlaveTitle = function SlaveTitle(slave) { r = "indentured " + r; } - if (slave.preg > 10 && slave.pregKnown === 1) { + if (slave.preg > slave.pregData.normalBirth/4 && slave.pregKnown === 1) { r = "pregnant " + r; } else if (slave.bellyFluid >= 5000) { r = "bloated " + r; @@ -1697,7 +1697,7 @@ window.DegradingName = function DegradingName(slave) { names.push("Potent"); suffixes.push("Cannon", "Daddy"); } - if (slave.preg > 30) { + if (slave.preg > slave.pregData.normalBirth/1.33) { if (slave.broodmother === 2) { names.push("Bursting", "Seeded"); suffixes.push("Factory", "Nursery"); @@ -2181,7 +2181,7 @@ window.Deadliness = function Deadliness(slave) { if (slave.labor === 1) { deadliness -= 15; - } else if (slave.preg >= 40 && slave.pregControl !== "labor supressors") { + } else if (slave.preg >= slave.pregData.normalBirth && slave.pregControl !== "labor supressors") { deadliness -= 5; } diff --git a/src/js/economyJS.tw b/src/js/economyJS.tw index 03e1955e6b3babfcd6819780988b92c5fe6fcc88..2c0a51ce590072503956974eccb3377e7fcfb955 100644 --- a/src/js/economyJS.tw +++ b/src/js/economyJS.tw @@ -460,7 +460,7 @@ window.getSlaveCost = function(s) { if(s.lactation > 0) { cost += foodCost * s.lactation * (1 + Math.trunc(s.boobs/10000)); } - if(s.preg > 5) { + if(s.preg > s.pregData.normalBirth/8) { if(s.assignment === Job.DAIRY && State.variables.dairyFeedersSetting > 0) { // Extra feeding costs to support pregnancy are covered by dairy feeders. // TODO: Include them here anyway? @@ -541,7 +541,7 @@ window.getSlaveCost = function(s) { cost += 50; } if((s.assignment !== Job.DAIRY || State.variables.dairyRestraintsSetting < 2) && (s.assignment !== Job.ARCADE)) { - if(s.preg > 35 && State.variables.universalRulesBirthing === 1) { + if(s.preg > s.pregData.minLiveBirth && State.variables.universalRulesBirthing === 1) { cost += 50; } } diff --git a/src/js/pregJS.tw b/src/js/pregJS.tw index 7e17b5554ab6e643ed1176c5a535874f6bd07817..9ef54e189296dd59563b7a722e47e3ea484fd862 100644 --- a/src/js/pregJS.tw +++ b/src/js/pregJS.tw @@ -22,25 +22,25 @@ window.bellyAdjective = function(slave) { slave = slave || State.variables.activeSlave; if(slave.belly >= 1500) { if(slave.belly >= 1000000) { - if(slave.preg > 10) { + if(slave.preg > slave.pregData.normalBirth/4) { return 'unfathomably distended, brimming with life'; } else { return 'unfathomable'; } } else if(slave.belly >= 750000) { - if(slave.preg > 10) { + if(slave.preg > slave.pregData.normalBirth/4) { return 'monolithic bulging'; } else { return 'monolithic'; } } else if(slave.belly >= 600000) { - if(slave.preg > 10) { + if(slave.preg > slave.pregData.normalBirth/4) { return 'titanic bulging'; } else { return 'titanic'; } } else if(slave.belly >= 450000) { - if(slave.preg > 10) { + if(slave.preg > slave.pregData.normalBirth/4) { return 'gigantic bulgy'; } else { return 'gigantic'; @@ -65,9 +65,20 @@ window.bellyAdjective = function(slave) { window.setPregType = function(actor) { /* IMHO rework is posssible. Can be more interesting to play, if this code will take in account more body conditions - age, fat, food, hormone levels, etc. */ - var ovum = 1; + var ovum = jsRandom(actor.pregData.normalOvaMin, actor.pregData.normalOvaMax); //for default human profile it's always 1. var fertilityStack = 0; // adds an increasing bonus roll for stacked fertility drugs + /* Suggestion for better animal pregnancy support - usage of another variable then ovum for fertility drugs bonus, and then adding actor.pregData.drugsEffect multiplier to it before adding to ovum. Example: + + var bonus = 0; + + ... (code below where ovum changed to bonus) + + bonus *= actor.pregData.drugsEffect; + ovum += bonus; + + */ + if(actor.broodmother < 1) { // Broodmothers should be not processed here. Necessary now. if(typeof actor.readyOva == "number" && actor.readyOva != 0) { ovum = actor.readyOva; //just single override; for delayed impregnation cases diff --git a/src/js/slaveCostJS.tw b/src/js/slaveCostJS.tw index 259209ecda5023c231d92ad8917c56a72bc708ce..a177252022731dc9afafbc8c6b65089c120e8352 100644 --- a/src/js/slaveCostJS.tw +++ b/src/js/slaveCostJS.tw @@ -757,7 +757,7 @@ window.Beauty = (function() { }; function calcRepopulationPregBeauty(slave) { - if (slave.preg > 30) { /*limited huge boost for full term */ + if (slave.preg > slave.pregData.normalBirth/1.33) { /*limited huge boost for full term */ if (slave.broodmother > 0) { beauty += 0.4*(slave.broodmother*arcology.FSRepopulationFocus); /*40-80 limited due to constant presence. Also good breeders, but subpar mothers*/ } else if (slave.bellyPreg >= 600000) { @@ -769,7 +769,7 @@ window.Beauty = (function() { } else { beauty += 0.8*arcology.FSRepopulationFocus; /*80*/ } - } else if (slave.preg > 20) { + } else if (slave.preg > slave.pregData.normalBirth/2) { if (slave.pregType >= 20) { beauty += 10*(arcology.FSRepopulationFocus/40); /*25*/ } else if (slave.pregType >= 10) { @@ -777,7 +777,7 @@ window.Beauty = (function() { } else { beauty += 8*(arcology.FSRepopulationFocus/40); /*20*/ } - } else if (slave.preg > 10) { + } else if (slave.preg > slave.pregData.normalBirth/4) { if (slave.pregType >= 20) { beauty += arcology.FSRepopulationFocus/5; /*20*/ } else if (slave.pregType >= 10) { @@ -800,7 +800,7 @@ window.Beauty = (function() { }; function calcTrendyPregBeauty(slave) { - if (slave.preg > 30) { /*limited huge boost for full term */ + if (slave.preg > slave.pregData.normalBirth/1.33) { /*limited huge boost for full term */ beauty += 20; } else if (slave.bellyPreg >= 1500) { beauty += 10; @@ -809,11 +809,11 @@ window.Beauty = (function() { function calcRestartPregBeauty(slave) { if (slave.breedingMark === 1 && V.propOutcome === 1) { - if (slave.preg > 5 && slave.pregSource === -1) { + if (slave.preg > slave.pregData.normalBirth/8 && slave.pregSource === -1) { beauty += arcology.FSRestart; /*100*/ } } else { - if (slave.preg > 30) { + if (slave.preg > slave.pregData.normalBirth/1.33) { if (slave.bellyPreg >= 600000) { beauty -= 2.5*arcology.FSRestart; /*-250*/ } else if (slave.bellyPreg >= 300000) { @@ -823,7 +823,7 @@ window.Beauty = (function() { } else { beauty -= 0.75*arcology.FSRestart; /*-75*/ } - } else if (slave.preg > 20) { + } else if (slave.preg > slave.pregData.normalBirth/2) { if (slave.pregType >= 20) { beauty -= arcology.FSRestart/1.5; /*-66.6*/ } else if (slave.pregType >= 10) { @@ -831,7 +831,7 @@ window.Beauty = (function() { } else { beauty -= arcology.FSRestart/3; /*-33.3*/ } - } else if (slave.preg > 10) { + } else if (slave.preg > slave.pregData.normalBirth/4) { if (slave.pregType >= 20) { beauty -= 3*(arcology.FSRestart/8); /*-37.5*/ } else if (slave.pregType >= 10) { @@ -1666,7 +1666,7 @@ window.slaveCost = (function() { multiplier += 1; } else if (slave.bellyPreg >= 120000) { multiplier += 0.5; - } else if (slave.preg > 10) { + } else if (slave.preg > slave.pregData.normalBirth/4) { multiplier += 0.1; } } else if (arcology.FSRestartSMR === 1) { @@ -1676,7 +1676,7 @@ window.slaveCost = (function() { multiplier -= 2.5; } else if (slave.bellyPreg >= 30000) { multiplier -= 1.5; - } else if (slave.preg > 10) { + } else if (slave.preg > slave.pregData.normalBirth/4) { multiplier -= 1.0; } } else { @@ -1686,7 +1686,7 @@ window.slaveCost = (function() { multiplier -= 1.5; } else if (V.activeSlave.bellyPreg >= 120000) { multiplier -= 0.5; - } else if (slave.preg > 10) { + } else if (slave.preg > slave.pregData.normalBirth/4) { multiplier -= 0.1; } } diff --git a/src/js/slaveSummaryWidgets.tw b/src/js/slaveSummaryWidgets.tw index dc2361a700dbc02a4e9358eb8fe84c3cc4af62e5..cb5e37e686863baf25c68d81dbae7b0bc15d2b3f 100644 --- a/src/js/slaveSummaryWidgets.tw +++ b/src/js/slaveSummaryWidgets.tw @@ -848,7 +848,7 @@ window.SlaveSummaryUncached = (function(){ r += `<strong>CC</strong>`; } else if (slave.preg === 0 && (slave.ovaries === 1 || slave.mpreg === 1)) { r += `<strong>Fert+</strong>`; - } else if (((slave.preg < 4) && (slave.preg > 0) && slave.pregKnown === 0) || slave.pregWeek === 1) { + } else if (((slave.preg < slave.pregData.normalBirth/10) && (slave.preg > 0) && slave.pregKnown === 0) || slave.pregWeek === 1) { r += `<strong>Preg?</strong>`; } else if ((slave.preg >= 36) && (slave.broodmother > 0)) { r += `<strong>Perm preg</strong>`; @@ -925,7 +925,7 @@ window.SlaveSummaryUncached = (function(){ r += `On contraceptives.`; } else if (slave.preg === 0 && (slave.ovaries === 1 || slave.mpreg === 1)) { r += `Fertile.`; - } else if (((slave.preg < 4) && (slave.preg > 0) && slave.pregKnown === 0) || slave.pregWeek === 1) { + } else if (((slave.preg < slave.pregData.normalBirth/10) && (slave.preg > 0) && slave.pregKnown === 0) || slave.pregWeek === 1) { r += `May be pregnant.`; } else if ((slave.preg >= 36) && (slave.broodmother > 0)) { r += `Permanently pregnant.`; @@ -958,6 +958,9 @@ window.SlaveSummaryUncached = (function(){ r += `twins.`; } } + if (slave.preg > slave.pregData.normalBirth && slave.broodmother == 0) { + r += ` (Overdue.)`; + } } r += `</span> `; if (slave.induce === 1) { diff --git a/src/js/storyJS.tw b/src/js/storyJS.tw index db03ff4ec8daf0fc315ad7747ac1cb92bb32b6ee..e42d3627a269030f92590ae273657d5c46dbff1e 100644 --- a/src/js/storyJS.tw +++ b/src/js/storyJS.tw @@ -849,25 +849,25 @@ window.toJson = function(obj) { window.nippleColor = function(slave) { slave = slave || State.variables.activeSlave; if(slave.skin === 'tanned' || slave.skin === 'fair') { - if(slave.preg > 10 || (slave.birthsTotal > 0 && slave.lactation > 0)) { + if(slave.preg > slave.pregData.normalBirth/4 || (slave.birthsTotal > 0 && slave.lactation > 0)) { return 'dark brown'; } else { return 'pink'; } } else if((slave.skin === 'pale' || slave.race === 'white')) { - if(slave.preg > 10 || (slave.birthsTotal > 0 && slave.lactation > 0)) { + if(slave.preg > slave.pregData.normalBirth/4 || (slave.birthsTotal > 0 && slave.lactation > 0)) { return 'brown'; } else { return 'pink'; } } else if((slave.skin === 'brown' || slave.race === 'black')) { - if(slave.preg > 10 || (slave.birthsTotal > 0 && slave.lactation > 0)) { + if(slave.preg > slave.pregData.normalBirth/4 || (slave.birthsTotal > 0 && slave.lactation > 0)) { return 'black'; } else { return 'dark brown'; } } else { - if(slave.preg > 10 || (slave.birthsTotal > 0 && slave.lactation > 0)) { + if(slave.preg > slave.pregData.normalBirth/4 || (slave.birthsTotal > 0 && slave.lactation > 0)) { return 'dark brown'; } else { return 'brown'; diff --git a/src/js/vignettes.tw b/src/js/vignettes.tw index 6b7c7f80ed56bf6b0181de52f2751f4fcf19cb5c..6264a1b94b31971f4d12efbd48b7a1e5a59809e0 100644 --- a/src/js/vignettes.tw +++ b/src/js/vignettes.tw @@ -1355,7 +1355,7 @@ window.GetVignette = function GetVignette(slave) { effect: 1, }); } - if (slave.preg > 10 && slave.pregKnown > 1 && slave.bellyPreg >= 5000) { + if (slave.preg > slave.pregData.normalBirth/4 && slave.pregKnown > 1 && slave.bellyPreg >= 5000) { vignettes.push({ text: `a customer loved ${his} pregnant belly so much that he came back for repeat business,`, type: "cash", @@ -2932,7 +2932,7 @@ window.GetVignette = function GetVignette(slave) { effect: 1, }); } - if (slave.preg > 10 && slave.pregKnown > 1 && slave.bellyPreg >= 5000) { + if (slave.preg > slave.pregData.normalBirth/4 && slave.pregKnown > 1 && slave.bellyPreg >= 5000) { vignettes.push({ text: `a citizen loved ${his} pregnant belly so much that he came back for repeat service,`, type: "rep", diff --git a/src/js/wombJS.tw b/src/js/wombJS.tw index 1ec4edb4fec6e043c6534ec8aac9108da4a32976..4b56123e14c0a5b1e510c4a754c8bf691df100cd 100644 --- a/src/js/wombJS.tw +++ b/src/js/wombJS.tw @@ -45,6 +45,13 @@ window.WombInit = function(actor) { actor.readyOva = 0; } + if ( actor.pregData == undefined) + { + actor.pregData = deepCopy( setup.pregData.human ); + //Setup should be through deep copy, so in future, if we like, these values can be changed individually. Gameplay expansion posibilities. But for dev time to simplify debugging: + //actor.pregData = setup.pregData.human; // any changes in setup pregData template will be applied immideatly to all. But can't be made seperate changes. + } + //backward compatibility setup. Fully accurate for normal pregnancy only. if (actor.womb.length > 0 && actor.womb[0].genetics == undefined) { var i=0 @@ -57,7 +64,7 @@ window.WombInit = function(actor) { } else if (actor.womb.length == 0 && actor.pregType != 0 && actor.broodmother > 0 && actor.broodmotherOnHold < 1) { //sorry but for already present broodmothers it's impossible to calculate fully, approximation used. var i, pw = actor.preg, bCount, bLeft; - if (pw > 40) pw = 40; //to avoid disaster. + if (pw > actor.pregData.normalBirth) pw = actor.pregData.normalBirth; //to avoid disaster. bCount = Math.floor(actor.pregType/pw); bLeft = actor.pregType - (bCount*pw); if (pw > actor.pregType) { @@ -183,41 +190,150 @@ window.WombBirthReady = function(actor, readyAge) { return readyCnt; }; -window.WombGetVolume = function(actor) { //most code from pregJS.tw with minor adaptation. - var gestastionWeek; - var phi = 1.618; - var targetLen; - var wombSize = 0; - try { - actor.womb.forEach(ft => { - gestastionWeek = ft.age; - if (gestastionWeek <= 32) { - targetLen = (0.00006396 * Math.pow(gestastionWeek, 4)) - - (0.005501 * Math.pow(gestastionWeek, 3)) + - (0.161 * Math.pow(gestastionWeek, 2)) - - (0.76 * gestastionWeek) + - 0.208; - } else if (gestastionWeek <= 106) { - targetLen = (-0.0000004675 * Math.pow(gestastionWeek, 4)) + - (0.0001905 * Math.pow(gestastionWeek, 3)) - - (0.029 * Math.pow(gestastionWeek, 2)) + - (2.132 * gestastionWeek) - - 16.575; - } else { - targetLen = (-0.00003266 * Math.pow(gestastionWeek,2)) + - (0.076 * gestastionWeek) + - 43.843; - } - ft.volume = ((4 / 3) * (Math.PI) * (phi / 2) * (Math.pow((targetLen / 2), 3))); - wombSize += ft.volume; - }); - } catch(err){ - WombInit(actor); - alert("WombGetVolume warning - " + actor.slaveName + " " + err); - } - if (wombSize < 0) //catch for strange cases, to avoid messing with outside code. - wombSize = 0; - return wombSize; +window.WombGetVolume = function(actor) { //most legacy code from pregJS.tw with minor adaptation. + + + if (actor.pregData.sizeType == 0) + return getVolByLen(actor); + else if (actor.pregData.sizeType == 1) + return getVolByWeight(actor); + else if (actor.pregData.sizeType == 2) + return getVolByRaw(actor); + else + return 0; + + function getCurData(actor, age) + { + let i = 0; + let min, max, ageMin, ageMax, rateMin, rateMax, one, rateOne, rate, cage, csize; + let data = {}; + + while (actor.pregData.fetusWeek[i+1] < age && i < actor.pregData.fetusWeek.length-1) + i++; + + min = actor.pregData.fetusSize[i]; + max = actor.pregData.fetusSize[i+1]; + ageMin = actor.pregData.fetusWeek[i]; + ageMax = actor.pregData.fetusWeek[i+1]; + rateMin = actor.pregData.fetusRate[i]; + rateMax = actor.pregData.fetusRate[i+1]; + + cage = age - ageMin; + + one = (max - min) / (ageMax - ageMin); + rateOne = (rateMax - rateMin) / (ageMax - ageMin); + + rate = rateMin + (rateOne * cage); + + csize = (min + (one * cage)); + //console.log("min:"+min+" max:"+max+" ageMin:"+ageMin+" ageMax:"+ageMax+" one:"+one+" rateOne:"+rateOne+" cage:"+cage+" rate:"+rate+" csize:"+csize+" final size:"+csize*rate); + + data.size = csize; + data.rate = rate; + + return data; //csize * rate; + //maybe not very effective code, but simple and easy to debug. May be optimized more in future. + } + + + function getVolByLen(actor){ + + try { + + var phi = 1.618; + var targetData, targetLen; + var wombSize = 0; + + actor.womb.forEach(ft => { + + /* legacy block for debug only + let gestastionWeek = ft.age; + let oldLen; + let oldVol; + if (gestastionWeek <= 32) { + oldLen = (0.00006396 * Math.pow(gestastionWeek, 4)) - + (0.005501 * Math.pow(gestastionWeek, 3)) + + (0.161 * Math.pow(gestastionWeek, 2)) - + (0.76 * gestastionWeek) + + 0.208; + } else if (gestastionWeek <= 106) { + oldLen = (-0.0000004675 * Math.pow(gestastionWeek, 4)) + + (0.0001905 * Math.pow(gestastionWeek, 3)) - + (0.029 * Math.pow(gestastionWeek, 2)) + + (2.132 * gestastionWeek) - + 16.575; + } else { + oldLen = (-0.00003266 * Math.pow(gestastionWeek,2)) + + (0.076 * gestastionWeek) + + 43.843; + } + */ + + targetData = getCurData(actor, ft.age); + targetLen = targetData.size * targetData.rate; + + ft.volume = ((4 / 3) * (Math.PI) * (phi / 2) * (Math.pow((targetLen / 2), 3))); + wombSize += ft.volume; + + //oldVol = ((4 / 3) * (Math.PI) * (phi / 2) * (Math.pow((oldLen / 2), 3))); //for debug + + //console.log("fetus.age:" + ft.age + " oldLen:"+oldLen+" targetLen:"+targetLen+" ft.volume:"+ft.volume+ " old volume:"+oldVol ); + /* + I found, that previous targetLen calculation not exactly accurate if compared to the actual medical data chart for fetal length. It's been rough aproximation based only on pregnancy week (giving smaller fetus size then it should in most cases). So I need all this debug code to compare data and verify calculations. After final tweaking I will remove or comment out legacy code. Please not touch this before it. + Pregmodfan. + */ + }); + } catch(err){ + WombInit(actor); + alert("WombGetVolume warning - " + actor.slaveName + " " + err); + } + if (wombSize < 0) //catch for strange cases, to avoid messing with outside code. + wombSize = 0; + + return wombSize; + + } + + + function getVolByWeight(actor) + { + var targetData; + var wombSize = 0; + + actor.womb.forEach(ft => { + + targetData = getCurData(actor, ft.age); + + wombSize += targetData.size * targetData.rate; + + }); + + if (wombSize < 0) //catch for strange cases, to avoid messing with outside code. + wombSize = 0; + + return wombSize; + } + + + function getVolByRaw(actor) + { + var targetData; + var wombSize = 0; + + actor.womb.forEach(ft => { + + targetData = getCurData(actor, ft.age); + + wombSize += targetData.size; + + }); + + if (wombSize < 0) //catch for strange cases, to avoid messing with outside code. + wombSize = 0; + + return wombSize; + } + }; window.WombUpdatePregVars = function(actor) { diff --git a/src/npc/acquisition.tw b/src/npc/acquisition.tw index 831728a100eac224d1603d30cc3a20e893eec1fe..e8915d07d445661bd37d1fec4dc3199051b366f3 100644 --- a/src/npc/acquisition.tw +++ b/src/npc/acquisition.tw @@ -626,7 +626,7 @@ The previous owner seems to have left in something of a hurry. <<elseif $activeSlave.energy > 95>> $activeSlave.slaveName is a remarkable sexual addict, and I believe she will be very happy to meet you. <<elseif $activeSlave.fetish == "pregnancy">> - <<if $activeSlave.preg > 10>> + <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/4>> $activeSlave.slaveName is currently in the dormitory masturbating over her growing pregnancy, and <<if $PC.belly >= 5000>>will certainly be eager to meet you<<else>>I believe she will be happy to show it to you<</if>>. <<else>> $activeSlave.slaveName is currently in the dormitory examining herself to try to discern her fertility, and I believe she will be <<if $PC.belly >= 5000>>eager to get acquainted with you<<else>>happy to meet you<</if>>. diff --git a/src/npc/fAbuse.tw b/src/npc/fAbuse.tw index 70a29249b83d4b422659aa14d7b669b5e0046a83..5b6c8206db4a765470b00cbe168a59b976aa6f54 100644 --- a/src/npc/fAbuse.tw +++ b/src/npc/fAbuse.tw @@ -40,7 +40,7 @@ a vicious pinch to each side of $his sensitive, fully inverted nipples, <<elseif $activeSlave.bellyPreg >= 100000>> a vicious slap across $his overfull pregnant belly, - <<elseif ($activeSlave.preg > 10)>> + <<elseif ($activeSlave.preg > $activeSlave.pregData.normalBirth/4)>> a vicious slap across $his pregnant belly, <<elseif ($activeSlave.heels > 0)>> a vicious thrust to $his altered tendons, @@ -364,7 +364,7 @@ from your victim. <<elseif $activeSlave.bellyPreg >= 120000>> The bitch is hugely pregnant, so hard intercourse will be uncomfortable and worrying for $him. You have hard intercourse. $He sobs as you rock the huge weight of $his belly back and forth without mercy, forcing $his already straining belly to bulge further, and whines as $he feels your cockhead batter $his womb.<<if ($PC.vagina == 1) && ($PC.dick == 1)>> Fortunately for $him, this gets you so wet that some of your pussyjuice makes it down onto your shaft and serves as improvised lube.<</if>> More cum won't make the bitch more pregnant, but you cum inside $him anyway. <<= VaginalVCheck()>> -<<elseif ($activeSlave.preg > 20)>> +<<elseif ($activeSlave.preg > $activeSlave.pregData.normalBirth/2)>> The bitch is pregnant, so hard intercourse will be uncomfortable and even worrying for $him. You have hard intercourse. $He sobs as you saw the huge weight of $his belly back and forth without mercy, and whines as $he feels your cockhead batter $his womb.<<if ($PC.vagina == 1) && ($PC.dick == 1)>> Fortunately for $him, this gets you so wet that some of your pussyjuice makes it down onto your shaft and serves as improvised lube.<</if>> More cum won't make the bitch more pregnant, but you cum inside $him anyway. <<= VaginalVCheck()>> <<elseif ($activeSlave.pregKnown == 1)>> diff --git a/src/npc/fFeelings.tw b/src/npc/fFeelings.tw index abf5c89f647e0dfc83982ed8e0d28e730fb6c299..0c68f80f6e12c8eb7c5d9efc8368a58132bc82d8 100644 --- a/src/npc/fFeelings.tw +++ b/src/npc/fFeelings.tw @@ -938,7 +938,7 @@ My favorite part of my body i<<s>> It'<<s>> ni<<c>>e being a whore, <<s>>ometime<<s>> customer<<s>> ju<<s>>t play with my belly for hour<<s>>. <<elseif isFertile($activeSlave)>> It'<<s>> great being a whore, I'm going to get pregnant and there'<<s>> nothing I can do to <<s>>top it. - <<elseif $activeSlave.preg > 10>> + <<elseif $activeSlave.preg > $activeSlave.pregData.normalBirth/4>> It'<<s>> great being a pregnant whore, I get to watch my belly <<s>>well a<<s>> I get fucked. Every week it gets a little bigger. <<elseif $activeSlave.pregKnown == 1>> Being a whore i<<s>> okay, but it will be great once my belly get<<s>> bigger. @@ -981,7 +981,7 @@ My favorite part of my body i<<s>> It'<<s>> ni<<c>>e being a public <<s>>lut, <<s>>ometime<<s>> citizen<<s>> ju<<s>>t play with my belly for hour<<s>>. <<elseif isFertile($activeSlave)>> It'<<s>> great being a public <<s>>lut, I'm going to get pregnant and there'<<s>> nothing I can do to <<s>>top it. - <<elseif $activeSlave.preg > 10>> + <<elseif $activeSlave.preg > $activeSlave.pregData.normalBirth/4>> It'<<s>> great being a pregnant public <<s>>lut, I get to <<sh>>ow off my belly all the time. <<elseif $activeSlave.pregKnown == 1>> Being a public <<s>>lut i<<s>> okay, but it will be great once my belly get<<s>> bigger. @@ -1266,7 +1266,7 @@ My favorite part of my body i<<s>> I really hope we can <<s>>ave humanity like thi<<s>>. <<elseif ($activeSlave.fetishKnown == 1) && ($activeSlave.fetish == "pregnancy")>> I really like how you are encouraging girl<<s>> to get pregnant." $He giggles. "I really like big, pregnant bellie<<s>>! - <<elseif ($activeSlave.preg > 10)>> + <<elseif ($activeSlave.preg > $activeSlave.pregData.normalBirth/4)>> I'm relieved I fit into your vi<<s>>ion of the future. I hope I can give you lot<<s>> of healthy children. <<else>> I know I'm not a perfect fit for your vi<<s>>ion of the future, but I'll do my be<<s>>t to be a good $girl. diff --git a/src/pregmod/csec.tw b/src/pregmod/csec.tw index 111f2d8b3bc7159eafefb02e740cda091b169898..cdeca1b7c2ad93474967f5951a8689c0d6ac1140 100644 --- a/src/pregmod/csec.tw +++ b/src/pregmod/csec.tw @@ -10,7 +10,7 @@ <<set $activeSlave.pregControl = "none">> <<set _beforeSize = WombGetVolume($activeSlave)>> -<<set $activeSlave.curBabies = WombBirth($activeSlave, 34)>> /* 34 week is minimal gestation time for live birth. Here we take only ready to survive. With others we will deal later in code. */ +<<set $activeSlave.curBabies = WombBirth($activeSlave, $activeSlave.pregData.minLiveBirth)>> /* 34 week is minimal gestation time for human live birth. Here we take only ready to survive. With others we will deal later in code. */ <<set $activeSlave.curStillBirth = 0 >> <<set _curBabies = $activeSlave.curBabies.length>> /*just to improve speed and usability here.*/ diff --git a/src/pregmod/fSlaveFeed.tw b/src/pregmod/fSlaveFeed.tw index c6e251c2bf2c93d69debd8f74af31db33db88635..5ba2c39886c7f99f553c8d211f3e53d271d45905 100644 --- a/src/pregmod/fSlaveFeed.tw +++ b/src/pregmod/fSlaveFeed.tw @@ -159,8 +159,8 @@ Next, you see to $activeSlave.slaveName. <br><br> -<<if $activeSlave.preg > 3 && $activeSlave.pregKnown == 0 && $activeSlave.inflation > 1>> - It becomes abundantly clear that something is wrong with $activeSlave.slaveName as $he struggles to down $his milky meal. Before $his health can be affected further, you pull $him into a medical exam. While most of the tests come back normal, one in particular catches your eye; @@.lime;$he is pregnant<<if $activeSlave.preg > 10>> and surprisingly far along<</if>>.@@ $he should be able to still handle at least two liters of milk, however. +<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/13.33 && $activeSlave.pregKnown == 0 && $activeSlave.inflation > 1>> + It becomes abundantly clear that something is wrong with $activeSlave.slaveName as $he struggles to down $his milky meal. Before $his health can be affected further, you pull $him into a medical exam. While most of the tests come back normal, one in particular catches your eye; @@.lime;$he is pregnant<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/4>> and surprisingly far along<</if>>.@@ $he should be able to still handle at least two liters of milk, however. <<set $activeSlave.inflation = 0, $activeSlave.inflationType = "none", $activeSlave.inflationMethod = 0, $activeSlave.pregKnown = 1>> <<set _pregDiscovery = 1>> diff --git a/src/pregmod/fillUpButt.tw b/src/pregmod/fillUpButt.tw index 97c1088043825d958a0ae6ba27b69fc25f5615b0..fe2cb25dff3318e2828d5bd28abb5b411b8a943a 100644 --- a/src/pregmod/fillUpButt.tw +++ b/src/pregmod/fillUpButt.tw @@ -67,7 +67,7 @@ before calling $him over so you can play with $his <</if>> <<if _pregDiscovery == 1>> - Not wanting to risk such a mess, you send $him for a medical examination. While most of the tests come back normal, one in particular catches your eye; @@.lime;$he is pregnant<<if $activeSlave.preg > 10>> and surprisingly far along<</if>>.@@ $he should be able to still handle at least two liters of $activeSlave.inflationType up $his ass, however. + Not wanting to risk such a mess, you send $him for a medical examination. While most of the tests come back normal, one in particular catches your eye; @@.lime;$he is pregnant<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/4>> and surprisingly far along<</if>>.@@ $he should be able to still handle at least two liters of $activeSlave.inflationType up $his ass, however. <<set $activeSlave.inflation = 0, $activeSlave.inflationType = "none", $activeSlave.inflationMethod = 0, $activeSlave.pregKnown = 1>> <<elseif $activeSlave.fetish == "mindbroken">> <<if canWalk($activeSlave)>> diff --git a/src/pregmod/fillUpFace.tw b/src/pregmod/fillUpFace.tw index 6f7b0c25aeb0e9def744729a829683e6c361a9a3..04b1cc506a6a08ad60f67764f582e793a4728bb2 100644 --- a/src/pregmod/fillUpFace.tw +++ b/src/pregmod/fillUpFace.tw @@ -23,7 +23,7 @@ You attach a hose to $dairyName tap with the pipes set to pump $activeSlave.infl <</if>> <<if _pregDiscovery == 1>> - Not wanting to risk such a mess, you send $him for a medical examination. While most of the tests come back normal, one in particular catches your eye; @@.lime;$He is pregnant<<if $activeSlave.preg > 10>> and surprisingly far along<</if>>.@@ $He should be able to still handle at least two liters of $activeSlave.inflationType, however. + Not wanting to risk such a mess, you send $him for a medical examination. While most of the tests come back normal, one in particular catches your eye; @@.lime;$He is pregnant<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/4>> and surprisingly far along<</if>>.@@ $He should be able to still handle at least two liters of $activeSlave.inflationType, however. <<set $activeSlave.inflation = 0, $activeSlave.inflationType = "none", $activeSlave.inflationMethod = 0, $activeSlave.pregKnown = 1>> <<elseif $activeSlave.fetish == "mindbroken">> <<if canWalk($activeSlave)>> diff --git a/src/pregmod/forceFeeding.tw b/src/pregmod/forceFeeding.tw index 163080eb1ba1dc1613f93a5ccecd060f4174a1c4..a1ee9373f953f37e8bde57ab2ffc7f70c391c73c 100644 --- a/src/pregmod/forceFeeding.tw +++ b/src/pregmod/forceFeeding.tw @@ -190,7 +190,7 @@ and a little jiggle from $his gut. <br><br> -<<if $activeSlave.pregKnown == 0 && $activeSlave.preg > 3 && _isDone > 0>> +<<if $activeSlave.pregKnown == 0 && $activeSlave.preg > $activeSlave.pregData.normalBirth/13.33 && _isDone > 0>> As soon as the next helping enters $him you feel something is wrong. $He begins to heave, <<if $activeSlave.fetish != "mindbroken" && $activeSlave.devotion > 50>> struggling to keep down the slave food, @@ -641,7 +641,7 @@ and a little jiggle from $his gut. Once you've managed to stop $him heaving and clean up, you get to the root of this mess. While most of the tests come back normal, one in particular catches your eye; @@.lime;$He is pregnant - <<if $activeSlave.preg > 10>> and surprisingly far along<</if>>.@@ + <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/4>> and surprisingly far along<</if>>.@@ <<set $activeSlave.inflation = 0, $activeSlave.inflationType = "none", $activeSlave.inflationMethod = 0, diff --git a/src/pregmod/organFarmOptions.tw b/src/pregmod/organFarmOptions.tw index b604bb827fbce8ea04b6f894bfc8d3246b67ef4e..ac508c4ded2f36ea342a301f78e6852615415341 100644 --- a/src/pregmod/organFarmOptions.tw +++ b/src/pregmod/organFarmOptions.tw @@ -1212,6 +1212,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<set $activeSlave.eggType = "human">> <<set $activeSlave.preg = 0>> <<set $activeSlave.health -= 20>> + <<set $activeSlave.pregData = deepCopy($setup.pregData.human)>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 20>> <</if>> @@ -1264,6 +1265,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<set $activeSlave.eggType = "human">> <<set $activeSlave.preg = 0>> <<set $activeSlave.health -= 20>> + <<set $activeSlave.pregData = deepCopy($setup.pregData.human)>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 20>> <</if>> @@ -1325,6 +1327,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<set $activeSlave.eggType = "pig">> <<set $activeSlave.preg = 0>> <<set $activeSlave.health -= 20>> + <<set $activeSlave.pregData = deepCopy($setup.pregData.pig)>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 20>> <</if>> @@ -1377,6 +1380,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<set $activeSlave.eggType = "pig">> <<set $activeSlave.preg = 0>> <<set $activeSlave.health -= 20>> + <<set $activeSlave.pregData = deepCopy($setup.pregData.pig)>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 20>> <</if>> @@ -1438,6 +1442,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<set $activeSlave.eggType = "dog">> <<set $activeSlave.preg = 0>> <<set $activeSlave.health -= 20>> + <<set $activeSlave.pregData = deepCopy($setup.pregData.canineM)>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 20>> <</if>> @@ -1490,6 +1495,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<set $activeSlave.eggType = "dog">> <<set $activeSlave.preg = 0>> <<set $activeSlave.health -= 20>> + <<set $activeSlave.pregData = deepCopy($setup.pregData.canineM)>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 20>> <</if>> @@ -1551,6 +1557,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<set $activeSlave.eggType = "horse">> <<set $activeSlave.preg = 0>> <<set $activeSlave.health -= 20>> + <<set $activeSlave.pregData = deepCopy($setup.pregData.equine)>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 20>> <</if>> @@ -1603,6 +1610,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<set $activeSlave.eggType = "horse">> <<set $activeSlave.preg = 0>> <<set $activeSlave.health -= 20>> + <<set $activeSlave.pregData = deepCopy($setup.pregData.equine)>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 20>> <</if>> @@ -2011,6 +2019,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<set $activeSlave.eggType = "human">> <<set $activeSlave.preg = 0>> <<set $activeSlave.health -= 40>> + <<set $activeSlave.pregData = deepCopy($setup.pregData.human)>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 20>> <</if>> @@ -2063,6 +2072,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<set $activeSlave.eggType = "pig">> <<set $activeSlave.preg = 0>> <<set $activeSlave.health -= 40>> + <<set $activeSlave.pregData = deepCopy($setup.pregData.pig)>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 20>> <</if>> @@ -2115,6 +2125,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<set $activeSlave.eggType = "dog">> <<set $activeSlave.preg = 0>> <<set $activeSlave.health -= 40>> + <<set $activeSlave.pregData = deepCopy($setup.pregData.canineM)>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 20>> <</if>> @@ -2167,6 +2178,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<set $activeSlave.eggType = "horse">> <<set $activeSlave.preg = 0>> <<set $activeSlave.health -= 40>> + <<set $activeSlave.pregData = deepCopy($setup.pregData.equine)>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 20>> <</if>> diff --git a/src/pregmod/ovaTransplantWorkaround.tw b/src/pregmod/ovaTransplantWorkaround.tw index 2d57378db82db4a86d4b0b25dac8ba29acf5ae68..c3d8d21bb429747373a546c4e9bce80800f935dc 100644 --- a/src/pregmod/ovaTransplantWorkaround.tw +++ b/src/pregmod/ovaTransplantWorkaround.tw @@ -12,7 +12,7 @@ __Select a slave to serve as the host__ <<for _otw = 0; _otw < $slaves.length; _otw++>> <<capture _otw>> - <<if ($donatrix.ID != $slaves[_otw].ID && $slaves[_otw].ovaries > 0 || $slaves[_otw].mpreg > 0) && isSlaveAvailable($slaves[_otw]) && $slaves[_otw].preg >= 0 && $slaves[_otw].preg < 4 && $slaves[_otw].pregWeek >= 0 && $slaves[_otw].pubertyXX == 1 && $slaves[_otw].pregType < 12 && $slaves[_otw].bellyImplant == -1 && $slaves[_otw].broodmother == 0 && $slaves[_otw].inflation <= 2 && $slaves[_otw].physicalAge < 70>> + <<if ($donatrix.ID != $slaves[_otw].ID && $slaves[_otw].ovaries > 0 || $slaves[_otw].mpreg > 0) && isSlaveAvailable($slaves[_otw]) && $slaves[_otw].preg >= 0 && $slaves[_otw].preg < $slaves[_otw].pregData.normalBirth/10 && $slaves[_otw].pregWeek >= 0 && $slaves[_otw].pubertyXX == 1 && $slaves[_otw].pregType < 12 && $slaves[_otw].bellyImplant == -1 && $slaves[_otw].broodmother == 0 && $slaves[_otw].inflation <= 2 && $slaves[_otw].physicalAge < 70>> <<set _name = SlaveFullName($slaves[_otw])>> <br><<print "[[_name|Surrogacy][$receptrix = $slaves[" + _otw + "], $cash -= ($surgeryCost*2), $surgeryType = 'transplant']]">> <<if $slaves[_otw].pregType >= 4>>//Using a slave carrying multiples is unadvisable//<</if>> <<set _eligibility = 1>> diff --git a/src/pregmod/rePregInventor.tw b/src/pregmod/rePregInventor.tw index e978665e3ab312bef0e6fcb9231358773abc46d5..ce4c3c28096d16ad4ba019282fe2934bc03fefb6 100644 --- a/src/pregmod/rePregInventor.tw +++ b/src/pregmod/rePregInventor.tw @@ -101,7 +101,7 @@ $he cries out in a reciprocating orgasm and then cries out a second time when, massive stomach shuddering, <<if $activeSlave.broodmother > 1>> $he begins to give birth to yet another child. You call your menials back to your office and decide to take a walk. By the time you're at the door, the head of $activeSlave.slaveName's next child is already cresting. - <<elseif $activeSlave.broodmother != 1 && $activeSlave.preg > 37>> + <<elseif $activeSlave.broodmother == 0 && $activeSlave.preg > $activeSlave.pregData.minLiveBirth+1>> $his water breaks. You call your menials back to your office and decide to take a walk. As you pass by $him, it's clear that $he'll have more important things to think about it the coming day. <<set $activeSlave.labor = 1>> <<else>> diff --git a/src/pregmod/saAgent.tw b/src/pregmod/saAgent.tw index a19f10c5fd180db2eb8341b606aff713df3e8eba..7ce552d6ebdaa0194c3c5466aee1abc6c1a340c9 100644 --- a/src/pregmod/saAgent.tw +++ b/src/pregmod/saAgent.tw @@ -117,7 +117,7 @@ <</if>> <<if ($slaves[$i].preg > 0)>> /*EFFECTS OF PREGNANCY*/ - <<if $slaves[$i].preg == 5>> /* bad condition logic - with pregnancy control drugs can be not triggered. Or may be trigged by broodmother several times. Need to be revorked. */ + <<if $slaves[$i].preg == $slaves[$i].pregData.normalBirth/8>> /* !!! Very bad condition logic - with pregnancy control drugs can be not triggered. Or may be trigged by broodmother several times. Need to be revorked. !!! */ <<if $slaves[$i].pregSource == -1>> <<set $PC.slavesKnockedUp++>> <<elseif $slaves[$i].pregSource > 0>> @@ -128,7 +128,7 @@ <</if>> <</if>> <</if>> - <<if ($slaves[$i].preg >= 10)>> + <<if ($slaves[$i].preg >= $slaves[$i].pregData.normalBirth/4)>> <<if $slaves[$i].geneMods.NCS == 1>> /* Sort-of No-op, NCS prevents boob growth */ <<set _boobTarget = 0>> @@ -180,7 +180,7 @@ <<if (($slaves[$i].geneMods.NCS == 0) && (random(1,100) > 60))>> <<if (($slaves[$i].boobs - $slaves[$i].boobsImplant) < _boobTarget)>> <<set $slaves[$i].boobs += 200>> - <<if $slaves[$i].boobShape != "saggy" && $slaves[$i].preg > 32 && ($slaves[$i].breastMesh != 1)>> + <<if $slaves[$i].boobShape != "saggy" && $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.25 && ($slaves[$i].breastMesh != 1)>> <<set $slaves[$i].boobShape = "saggy">> <</if>> <</if>> @@ -195,7 +195,7 @@ <<if random(1,100) > 80 && (($slaves[$i].boobs - $slaves[$i].boobsImplant) < _boobTarget)>> <<set $slaves[$i].boobs += 100>> <<if $slaves[$i].boobShape != "saggy" && ($slaves[$i].breastMesh != 1)>> - <<if $slaves[$i].preg > random(32,82)>> + <<if $slaves[$i].preg > random($slaves[$i].pregData.normalBirth/1.25, $slaves[$i].pregData.normalBirth*2)>> <<set $slaves[$i].boobShape = "saggy">> <</if>> <</if>> @@ -203,24 +203,24 @@ <<elseif (($slaves[$i].geneMods.NCS == 0) && (($slaves[$i].boobs - $slaves[$i].boobsImplant) < _boobTarget))>> <<if random(1,100) > 80>> <<set $slaves[$i].boobs += 50>> - <<if $slaves[$i].boobShape != "saggy" && $slaves[$i].preg > random(32,100) && ($slaves[$i].breastMesh != 1)>> + <<if $slaves[$i].boobShape != "saggy" && $slaves[$i].preg > random($slaves[$i].pregData.normalBirth/1.25, $slaves[$i].pregData.normalBirth*2.5) && ($slaves[$i].breastMesh != 1)>> <<set $slaves[$i].boobShape = "saggy">> <</if>> <</if>> <</if>> <<if $slaves[$i].geneMods.NCS == 1>> /* No-op, we don't grow hips on NCS */ - <<elseif $slaves[$i].preg > 32 && $slaves[$i].physicalAge >= 18 && $slaves[$i].hips == 1 && $slaves[$i].hipsImplant == 0 && random(1,100) > 90>> + <<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.25 && $slaves[$i].physicalAge >= 18 && $slaves[$i].hips == 1 && $slaves[$i].hipsImplant == 0 && random(1,100) > 90>> <<set $slaves[$i].hips += 1>> - <<elseif $slaves[$i].preg > 28 && $slaves[$i].physicalAge >= 18 && $slaves[$i].hips == 0 && $slaves[$i].hipsImplant == 0 && random(1,100) > 70>> + <<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.42 && $slaves[$i].physicalAge >= 18 && $slaves[$i].hips == 0 && $slaves[$i].hipsImplant == 0 && random(1,100) > 70>> <<set $slaves[$i].hips += 1>> <</if>> <<if $slaves[$i].bellyPreg >= 1500>> <<if setup.fakeBellies.includes($slaves[$i].bellyAccessory)>> <<set $slaves[$i].bellyAccessory = "none">> <</if>> - <<if ($slaves[$i].preg > 20) && ($slaves[$i].lactation == 0) && $slaves[$i].health >= -20 && $slaves[$i].weight > -30>> - <<if $slaves[$i].preg > random(18,30)>> + <<if ($slaves[$i].preg > $slaves[$i].pregData.normalBirth/2) && ($slaves[$i].lactation == 0) && $slaves[$i].health >= -20 && $slaves[$i].weight > -30>> + <<if $slaves[$i].preg > random($slaves[$i].pregData.normalBirth/2.22, $slaves[$i].pregData.normalBirth/1.33)>> <<set $slaves[$i].lactation = 1>> <</if>> <</if>> @@ -419,10 +419,10 @@ <</if>> <</if>> -<<if ($slaves[$i].preg > 37) && ($slaves[$i].broodmother == 0) && (random(1,100) > 90)>> - <<set $slaves[$i].birthsTotal += WombBirthReady($slaves[$i], 35), WombBirth($slaves[$i], 35), WombFlush($slaves[$i]), $slaves[$i].preg = 0, $slaves[$i].pregWeek = -4, $slaves[$i].pregSource = 0, $slaves[$i].pregType = 0, $slaves[$i].pregKnown = 0 >> -<<elseif ($slaves[$i].preg > 41) && ($slaves[$i].broodmother == 0)>> - <<set $slaves[$i].birthsTotal += WombBirthReady($slaves[$i], 35), WombBirth($slaves[$i], 35), WombFlush($slaves[$i]), $slaves[$i].preg = 0, $slaves[$i].pregWeek = -4, $slaves[$i].pregSource = 0, $slaves[$i].pregType = 0, $slaves[$i].pregKnown = 0>> +<<if ($slaves[$i].preg > $slaves[$i].pregData.minLiveBirth) && ($slaves[$i].broodmother == 0) && (random(1,100) < 90)>> + <<set $slaves[$i].birthsTotal += WombBirthReady($slaves[$i], $slaves[$i].pregData.minLiveBirth), WombBirth($slaves[$i], $slaves[$i].pregData.minLiveBirth), WombFlush($slaves[$i]), $slaves[$i].preg = 0, $slaves[$i].pregWeek = -4, $slaves[$i].pregSource = 0, $slaves[$i].pregType = 0, $slaves[$i].pregKnown = 0 >> +<<elseif ($slaves[$i].preg > $slaves[$i].pregData.normalBirth) && ($slaves[$i].broodmother == 0)>> + <<set $slaves[$i].birthsTotal += WombBirthReady($slaves[$i], $slaves[$i].pregData.minLiveBirth), WombBirth($slaves[$i], $slaves[$i].pregData.minLiveBirth), WombFlush($slaves[$i]), $slaves[$i].preg = 0, $slaves[$i].pregWeek = -4, $slaves[$i].pregSource = 0, $slaves[$i].pregType = 0, $slaves[$i].pregKnown = 0>> <<elseif ($slaves[$i].preg > 37) && ($slaves[$i].broodmother > 0)>> <<if $slaves[$i].broodmother > 0>> <<set $slaves[$i].birthsTotal += WombBirthReady($slaves[$i], 37), WombBirth($slaves[$i], 37), $slaves[$i].preg = WombMaxPreg($slaves[$i])>> diff --git a/src/pregmod/saClothes.tw b/src/pregmod/saClothes.tw index a515bac07e21d91cc2ded14020ab6a728971596a..db30132e92cc3b562ed50f875f0bb2e5f40e6f71 100644 --- a/src/pregmod/saClothes.tw +++ b/src/pregmod/saClothes.tw @@ -769,7 +769,7 @@ <</if>> <</if>> <<if ($slaves[$i].vaginalAccessory == "long, huge dildo") || ($slaves[$i].vaginalAccessory == "long, large dildo") || ($slaves[$i].vaginalAccessory == "long dildo")>> - <<if ($slaves[$i].preg > 4) && $slaves[$i].pregKnown == 1>> + <<if ($slaves[$i].preg > $slaves[$i].pregData.normalBirth/10) && $slaves[$i].pregKnown == 1>> <<if (random(1,100) > 50)>> The dildo penetrating $his womb @@.orange;caused $him to miscarry,@@ which @@.red;damages $his health.@@ <<set $slaves[$i].health -= 20>> diff --git a/src/pregmod/widgets/seBirthWidgets.tw b/src/pregmod/widgets/seBirthWidgets.tw index 36bf36e713eb62c66b7cfdcbe7f263f96d6080ba..c3b939e1134badd5b56e9999de71266a4e047edf 100644 --- a/src/pregmod/widgets/seBirthWidgets.tw +++ b/src/pregmod/widgets/seBirthWidgets.tw @@ -61,7 +61,7 @@ <<if $slaves[$i].wombImplant == "restraint">> <<set $birthDamage += 2>> <</if>> -<<if $slaves[$i].preg >= 59>> /* better get her a c-sec*/ +<<if $slaves[$i].preg >= $slaves[$i].pregData.normalBirth*1.5>> /* better get her a c-sec*/ <<if $slaves[$i].physicalAge < 6>> <<set $birthDamage += 50>> <<elseif $slaves[$i].physicalAge < 9>> @@ -72,7 +72,7 @@ <<if $slaves[$i].hips < 0>> <<set $birthDamage += (20-$slaves[$i].hips)>> <</if>> -<<elseif $slaves[$i].preg > 50>> +<<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth*1.25>> <<if $slaves[$i].physicalAge < 6>> <<set $birthDamage += 10>> <<elseif $slaves[$i].physicalAge < 9>> @@ -297,9 +297,9 @@ <<if $slaves[$i].broodmother > 0>> <<set $slaves[$i].curBabies = WombBirth($slaves[$i], 37)>> /*broodmothers - give birth for all 37+ week fetuses.*/ <<elseif $slaves[$i].prematureBirth == 1>> - <<set $slaves[$i].curBabies = WombBirth($slaves[$i], 22)>> + <<set $slaves[$i].curBabies = WombBirth($slaves[$i], $slaves[$i].pregData.minLiveBirth/1.5)>> /*around 22 weeks for human*/ <<else>> - <<set $slaves[$i].curBabies = WombBirth($slaves[$i], 34)>> /*Normal pregnancy - 34 week is minimal gestation time for live birth.*/ + <<set $slaves[$i].curBabies = WombBirth($slaves[$i], $slaves[$i].pregData.minLiveBirth)>> /*Normal human pregnancy - 34 week is minimal gestation time for live birth.*/ <</if>> <<set $slaves[$i].curStillBirth = 0 >> @@ -685,7 +685,7 @@ This decriptions can be expanded with more outcomes later. But it's not practica <br> $His weak body @@.red;struggled to push@@ out $his <<if _curBabies >1>>children<<else>>child<</if>>. <</if>> - <<if $slaves[$i].preg > 50>> + <<if $slaves[$i].preg > $slaves[$i].pregData.normalBirth*1.25>> <br> $His <<if _curBabies > 1>>children<<else>>child<</if>> had extra time to grow @@.red;greatly complicating childbirth@@. <<set _compoundCondition = 1>> diff --git a/src/uncategorized/RECI.tw b/src/uncategorized/RECI.tw index c2f978341b0d83ab51218206634c816b99321c7f..04468c4a27a6210eb20c3f77184520ab07b1d8e3 100644 --- a/src/uncategorized/RECI.tw +++ b/src/uncategorized/RECI.tw @@ -493,7 +493,7 @@ $He looks pensive, and goes through two false starts before $he clears $his thro <<link "Yes $he can">> <<EventNameDelink $activeSlave>> <<replace "#result">> - When $he sees you stand up from behind your desk<<if ($PC.dick == 0)>>and pull on a strap-on<</if>>, $he turns fully away from you, cocking $his hips at just the right angle to offer you $his anus, without any preamble or foreplay. But you come up behind her and encircle $his <<if ($activeSlave.belly >= 1500)>><<if $activeSlave.preg > 5>>pregnant <<else>>rounded <</if>>belly<<elseif ($activeSlave.weight > 10)>>plush belly<<elseif ($activeSlave.muscles > 5)>>toned stomach<<else>>trim waist<</if>> with your capable hands, your lips nibbling along the line of $his <<if ($activeSlave.muscles > 30)>>strong<<elseif ($activeSlave.muscles > 5)>>toned<<else>>soft<</if>> shoulders and neck. $He shudders as the embrace brings your <<if ($PC.dick == 0)>>strap-on<<else>>dick<</if>> <<if ($activeSlave.height >= 185)>>up between $his buttocks, since she's nearly as tall as you<<elseif ($activeSlave.height >= 170)>>pressing into $his asscrack, since she's shorter than you<<else>>nestling down into $his asscrack, since she's so much shorter than you<</if>>. You whisper that a good slave girl doesn't have to touch $himself to come when $his <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> fucks $his butt, and ask whether she's a good slave girl. $He shivers and promises that she is, rubbing $his asshole against your <<if ($PC.dick == 0)>>phallus<<else>>cockhead<</if>>. $He gives a feminine sigh as it slides into her, and moves softly within your embrace, doing $his best to pleasure you with $his girly ass. $He was already very close, and your loving touch so aroused her that she gasps and stiffens after only a few thrusts, + When $he sees you stand up from behind your desk<<if ($PC.dick == 0)>>and pull on a strap-on<</if>>, $he turns fully away from you, cocking $his hips at just the right angle to offer you $his anus, without any preamble or foreplay. But you come up behind her and encircle $his <<if ($activeSlave.belly >= 1500)>><<if $activeSlave.preg > $activeSlave.pregData.normalBirth/8>>pregnant <<else>>rounded <</if>>belly<<elseif ($activeSlave.weight > 10)>>plush belly<<elseif ($activeSlave.muscles > 5)>>toned stomach<<else>>trim waist<</if>> with your capable hands, your lips nibbling along the line of $his <<if ($activeSlave.muscles > 30)>>strong<<elseif ($activeSlave.muscles > 5)>>toned<<else>>soft<</if>> shoulders and neck. $He shudders as the embrace brings your <<if ($PC.dick == 0)>>strap-on<<else>>dick<</if>> <<if ($activeSlave.height >= 185)>>up between $his buttocks, since she's nearly as tall as you<<elseif ($activeSlave.height >= 170)>>pressing into $his asscrack, since she's shorter than you<<else>>nestling down into $his asscrack, since she's so much shorter than you<</if>>. You whisper that a good slave girl doesn't have to touch $himself to come when $his <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> fucks $his butt, and ask whether she's a good slave girl. $He shivers and promises that she is, rubbing $his asshole against your <<if ($PC.dick == 0)>>phallus<<else>>cockhead<</if>>. $He gives a feminine sigh as it slides into her, and moves softly within your embrace, doing $his best to pleasure you with $his girly ass. $He was already very close, and your loving touch so aroused her that she gasps and stiffens after only a few thrusts, <<if ($activeSlave.dick > 0) && ($activeSlave.dickAccessory == "chastity")>> shuddering <<elseif ($activeSlave.dick > 0) && canAchieveErection($activeSlave)>> diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index 1379df812545bae66c524f4068ad0eeb6bff92cd..106d526edce2f7fe33a55b3030eb8cbb41916887 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -261,7 +261,7 @@ With $his back arched and $his thighs together $his <<if $activeSlave.butt > 5>> <<case "sore shoulders">> -<<EventNameLink $activeSlave>> comes before you for a routine inspection. The <<if $activeSlave.muscles > 95>>heavily muscled<<elseif $activeSlave.muscles > 30>>ripped<<else>>toned<</if>><<if $activeSlave.preg > 30>> and heavily pregnant<<elseif $activeSlave.preg > 20>>pregnant<</if>> $desc is looking good, but as $he raises $his arms over $his head to spin $his nude torso under your gaze, $he winces slightly. <<if canSee($activeSlave)>>$His $activeSlave.eyeColor eyes flick up to see if you noticed, and $his face falls a little when $he sees that you did. You raise one eyebrow, and the obedient slave explains $himself<<elseif canHear($activeSlave)>>$His ears perk up to hear if you noticed. You clear your throat, startling $him and making $him explain $himself<<else>>$He tries to affect a stoic expression, but when you tentatively touch one of $his shoulders, $he grimaces slightly and quickly opts to explain $himself<</if>>. +<<EventNameLink $activeSlave>> comes before you for a routine inspection. The <<if $activeSlave.muscles > 95>>heavily muscled<<elseif $activeSlave.muscles > 30>>ripped<<else>>toned<</if>><<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.33>> and heavily pregnant<<elseif $activeSlave.preg > $activeSlave.pregData.normalBirth/2>>pregnant<</if>> $desc is looking good, but as $he raises $his arms over $his head to spin $his nude torso under your gaze, $he winces slightly. <<if canSee($activeSlave)>>$His $activeSlave.eyeColor eyes flick up to see if you noticed, and $his face falls a little when $he sees that you did. You raise one eyebrow, and the obedient slave explains $himself<<elseif canHear($activeSlave)>>$His ears perk up to hear if you noticed. You clear your throat, startling $him and making $him explain $himself<<else>>$He tries to affect a stoic expression, but when you tentatively touch one of $his shoulders, $he grimaces slightly and quickly opts to explain $himself<</if>>. <<if !canTalk($activeSlave)>> $He uses gestures to beg your pardon, and explains that yesterday was arm day for $him, and $he went out a little hard. $His shoulders are a little sore, but $he gestures that $he's all right. <<else>> @@ -1701,7 +1701,7 @@ Apparently, $he can't wait to play the dom. <<elseif ($activeSlave.fetish == "sadist")>> find a willing masochist. -<<elseif ($activeSlave.fetish == "pregnancy") && ($activeSlave.preg > 10)>> +<<elseif ($activeSlave.fetish == "pregnancy") && ($activeSlave.preg > $activeSlave.pregData.normalBirth/4)>> have $his pregnancy fondled. <<elseif ($activeSlave.fetish == "pregnancy")>> pretend to get knocked up. @@ -2310,7 +2310,7 @@ A perfectly devoted slave might display $himself, and a rebellious one might try <<case "diet">> -<<EventNameLink $activeSlave>> is on a diet, and $he needs it. That doesn't make it any easier for $him. Your slaves are not permitted time to waste over meals. They enter the simple kitchen, drink their allotted portion of slave food out of a cup, and get on with their duties.<<if $activeSlave.preg > 10>> Despite eating for <<if $activeSlave.pregType <= 1>>two<<elseif $activeSlave.pregType >= 10>>far too many<<elseif $activeSlave.pregType == 9>>ten<<elseif $activeSlave.pregType == 8>>nine<<elseif $activeSlave.pregType == 7>>eight<<elseif $activeSlave.pregType == 6>>seven,<<elseif $activeSlave.pregType == 5>>six<<elseif $activeSlave.pregType == 4>>five<<elseif $activeSlave.pregType == 3>>four<<else>>three<</if>>, $his diet is still in full effect.<</if>> <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> catches $activeSlave.slaveName, whose cup is always filled less than halfway, skulking around in the hope that one of the others will take $his eyes off $his cup, or even leave leftovers. +<<EventNameLink $activeSlave>> is on a diet, and $he needs it. That doesn't make it any easier for $him. Your slaves are not permitted time to waste over meals. They enter the simple kitchen, drink their allotted portion of slave food out of a cup, and get on with their duties.<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.33>> Despite eating for <<if $activeSlave.pregType <= 1>>two<<elseif $activeSlave.pregType >= 10>>far too many<<elseif $activeSlave.pregType == 9>>ten<<elseif $activeSlave.pregType == 8>>nine<<elseif $activeSlave.pregType == 7>>eight<<elseif $activeSlave.pregType == 6>>seven,<<elseif $activeSlave.pregType == 5>>six<<elseif $activeSlave.pregType == 4>>five<<elseif $activeSlave.pregType == 3>>four<<else>>three<</if>>, $his diet is still in full effect.<</if>> <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> catches $activeSlave.slaveName, whose cup is always filled less than halfway, skulking around in the hope that one of the others will take $his eyes off $his cup, or even leave leftovers. <<case "huge naturals">> @@ -2725,7 +2725,7 @@ When it's time for refreshments, $assistantName directs the closest unoccupied s <<elseif $PC.refreshmentType == 6>> several sheets of $PC.refreshment <</if>> -on a tray<<if $activeSlave.preg > 30>> carefully held against $his pregnant belly, doing $his best to will $his child<<if $activeSlave.pregType > 1>>ren<</if>> to not kick the tray off balance<<elseif $activeSlave.belly >= 10000>> carefully held against $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnant <</if>>belly<</if>>. +on a tray<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.33>> carefully held against $his pregnant belly, doing $his best to will $his child<<if $activeSlave.pregType > 1>>ren<</if>> to not kick the tray off balance<<elseif $activeSlave.belly >= 10000>> carefully held against $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnant <</if>>belly<</if>>. <br><br> @@ -2749,7 +2749,7 @@ $He comes to a stop right beside your elbow, waiting for further direction, just <<elseif $PC.refreshmentType == 6>> threatening to knock the sheets of $PC.refreshment off the tray. <</if>> -<<elseif $activeSlave.preg > 30>> +<<elseif $activeSlave.preg > $activeSlave.pregData.normalBirth/1.33>> $He keeps the tray balanced atop $his _belly pregnancy, though the weight encourages $his child<<if $activeSlave.pregType > 1>>ren<</if>> to begin kicking. As you glance over at $him, $he lets out a minute, tired sigh, as kicks from $his child<<if $activeSlave.pregType > 1>>ren<</if>> <<if $PC.refreshmentType == 0>> cause the $PC.refreshment collection to roll from side to side. @@ -3324,7 +3324,7 @@ Just as you're about to give <<EventNameLink $activeSlave>> $his weekly inspecti <<elseif ($activeSlave.attrXX > 50) && ($PC.boobs == 1)>> $He finds your prominent breasts attractive, and $his gaze rests most frequently <<if canSee($activeSlave)>>on<<else>>towards<</if>> them. <<elseif $activeSlave.fetish == "pregnancy">> - <<if $activeSlave.preg > 30>> + <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.33>> The combination of being hugely pregnant and a pregnancy fetishist keeps $his libido raging. <<elseif $PC.belly >= 10000>> $He finds your protruding pregnancy attractive, and $his gaze rests most frequently <<if canSee($activeSlave)>>on<<else>>towards<</if>> it. @@ -3358,7 +3358,7 @@ During $his routine weekly inspection, <<EventNameLink $activeSlave>> cradles $h "<<Master>>," $he mumbles, "can I plea<<s>>e be taken off the brea<<s>>t expan<<s>>ion drug<<s>>?" $He swallows, nervous that $he's crossed a line, but $he presses on, hefting $his tits a little higher to show $he's talking about them. "They're <<s>>o heavy and awkward. I'm <<s>>ore every night, and my back hurt<<s>>. I feel like a cow with boob<<s>> thi<<s>> big, and I can't imagine what it'll be like if they get any bigger." In one sense, it's amusing that $he feels that way, because<<if ($arcologies[0].FSAssetExpansionist != "unset") || ($arcologies[0].FSTransformationFetishist != "unset" && $arcologies[0].FSSlimnessEnthusiast == "unset") || ($arcologies[0].FSPastoralist != "unset")>> as many slaves in this very arcology know quite well,<</if>> it's possible for the miracles of modern medicine to grow a $desc's tits until they're so heavy they immobilize $him completely. <<if $activeSlave.muscles > 5>>$He has the muscles to carry $his boobs around, so some of this may be simple whining.<<else>>It's not surprising that $his breasts would be uncomfortable, since $he lacks anything in the way of muscle tone to help support them.<</if>> -<<if $activeSlave.lactation > 0>>$He complained of feeling like a cow without detectable irony, despite the fact that $his left nipple has a <<if $activeSlave.nipples != "fuckable">>droplet of cream clinging to<<else>>rivulet of cream running from<</if>> it right now<<elseif $activeSlave.preg > 15>>$He complained of feeling like a cow without detectable irony, despite the fact that $he is pregnant and likely to begin lactating soon<</if>>. +<<if $activeSlave.lactation > 0>>$He complained of feeling like a cow without detectable irony, despite the fact that $his left nipple has a <<if $activeSlave.nipples != "fuckable">>droplet of cream clinging to<<else>>rivulet of cream running from<</if>> it right now<<elseif $activeSlave.preg > $activeSlave.pregData.normalBirth/2.66>>$He complained of feeling like a cow without detectable irony, despite the fact that $he is pregnant and likely to begin lactating soon<</if>>. $He waits anxiously for your response, wondering if $he'll be punished for expressing reservations about your expansion of $his breasts and, comically, still cradling $his heavy udders as $he does so. <<case "gaped asshole">> @@ -3541,7 +3541,7 @@ Your slaves get dressed in a large wardrobe area adjacent to the dormitory, room growing explosively due to the hyper expansion injections. <<elseif $activeSlave.diet == "fattening">> apparently bigger today than it was yesterday, which isn't surprising, considering how much $he's being fed. -<<elseif $activeSlave.preg > 8 && $activeSlave.pregKnown == 1>> +<<elseif $activeSlave.preg > $activeSlave.pregData.normalBirth/5 && $activeSlave.pregKnown == 1>> apparently bigger today than it was yesterday. Pregnancy often causes minor redistributions of weight like this. <<elseif $activeSlave.hormoneBalance >= 200>> apparently bigger today than it was yesterday. Intensive female hormone regimens like $hers sometimes cause minor ass expansion. @@ -3671,7 +3671,7 @@ $He begins $his cleaning dutifully, fluttering about your office in a flurry of $His middle has become so enormous it's a miracle $he can even reach objects to clean them. It greatly complicates $his cleaning duties, often causing $him to attack any blemishes sideways lest $his _belly belly prevent $him from reaching the offending smudge at all. $He moves very carefully, not wanting to accidentally knock something to the floor and be forced to figure out how to return it to its proper place. <<elseif $activeSlave.boobs > 4000>> $His breasts are so massive that a whole ream of cloth is needed to provide even the semblance of covering $his massive chest. They do little to aid in $his cleaning duties, often causing $him to attack any blemish on the wall sideways lest $his gigantic boobs prevent $him from reaching the offending smudge at all. - <<elseif $activeSlave.preg > 20>> + <<elseif $activeSlave.preg > $activeSlave.pregData.normalBirth/2>> Despite $his pregnancy, $he manages to clean with surprising efficacy. $He often cradles $his gravid belly through $his sheer skirt as $he dusts or scrubs with one hand, conscious of the fragile life within $him even as $he works hard to cleanse your office of any unsightly blemishes. <<elseif $activeSlave.boobs > 800>> $His breasts are pleasingly large and appealingly visible despite the minor concealment provided by $his blouse. They often cause $him difficulty by mashing against the top surface of your desk as $he tries to duck beneath to clean the underside. The struggle is surprisingly erotic - if not without humor. @@ -3701,7 +3701,7 @@ $He begins $his cleaning dutifully, fluttering about your office in a flurry of $His middle has become so enormous it's a miracle $he can even reach objects to clean them. It greatly complicates $his cleaning duties, often causing $him to attack any blemishes sideways lest $his _belly belly prevent $him from reaching the offending smudge at all. $He moves very carefully, not wanting to accidentally knock something to the floor and be forced to figure out how to return it to its proper place. <<elseif $activeSlave.boobs > 4000>> $His breasts are so massive that several reams of cloth are needed to provide $his massive chest with any semblance of modesty. They do little to aid in $his cleaning duties, often causing $him to attack any blemish on the wall sideways lest $his gigantic boobs prevent $him from reaching the offending smudge at all. - <<elseif $activeSlave.preg > 20>> + <<elseif $activeSlave.preg > $activeSlave.pregData.normalBirth/2>> Despite $his pregnancy, $he manages to clean with surprising efficacy. $He often cradles $his gravid belly through $his thick apron as $he dusts or scrubs with one hand, conscious of the fragile life within $him even as $he works hard to cleanse your office of any unsightly blemishes. <<elseif $activeSlave.boobs > 800>> $His breasts are pleasingly large and appealingly visible, even beneath the folds and ruffles of $his dress. They often cause $him difficulty by mashing against the top surface of your desk as $he tries to duck beneath to clean the underside. The struggle is surprisingly erotic - if not without humor. @@ -6446,18 +6446,18 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del $his abs playing across $his midsection as $he does<<else>>$his trim rear catching your eye. <</if>> In the same straightforward tone, you ask about $his health. $He swallows nervously and stammers, - <<if ($activeSlave.preg > 5) && ($activeSlave.preg < 12)>> + <<if ($activeSlave.preg > $activeSlave.pregData.normalBirth/8) && ($activeSlave.preg < $activeSlave.pregData.normalBirth/3.33)>> "I, I haven't been feeling good in the morning, <<elseif ($activeSlave.health < -20)>> "I, I don't feel very good, - <<elseif ($activeSlave.preg > 0) && ($activeSlave.preg < 6)>> + <<elseif ($activeSlave.preg > 0) && ($activeSlave.preg < $activeSlave.pregData.normalBirth/6.66)>> "I, I feel a little off. The food ta<<s>>te<<s>> weird lately and my brea<<s>>t<<s>> are really <<s>>en<<s>>itive, <<elseif ($activeSlave.health > 20)>> "I'm, I'm okay, <<else>> "I, I feel healthy, <</if>> - <<if $activeSlave.preg > 38 && $activeSlave.pregControl != "labor supressors">> + <<if $activeSlave.preg > $activeSlave.pregData.normalBirth-2 && $activeSlave.pregControl != "labor supressors">> and I think it might be time <<s>>oon, <</if>> <<if $activeSlave.rudeTitle == 1>><<= PoliteRudeTitle($activeSlave)>><<else>><<Master>><</if>>." @@ -10165,14 +10165,14 @@ You tell her kindly that you understand, and that $he'll be trained to address t <</if>> briefly. Comprehension dawns across $his<<if $activeSlave.faceShape != "normal">> $activeSlave.faceShape<</if>> face. "Yes <<Master>>," $he <<say>>s quietly, more to buy time to formulate a response than anything else. "Um. I <<s>>till really, really want to cum, though. W-would you plea<<s>>e fuck me? Plea<<s>>e, plea<<s>>e, <<Master>>, plea<<s>>e fuck - <<if ($activeSlave.vagina > 0) && ($activeSlave.preg > 10) && canDoVaginal($activeSlave)>> + <<if ($activeSlave.vagina > 0) && ($activeSlave.preg > $activeSlave.pregData.normalBirth/4) && canDoVaginal($activeSlave)>> my pregnant pu<<ss>>y." <<elseif ($activeSlave.vagina > 0) && canDoVaginal($activeSlave)>> me." <<elseif canDoAnal($activeSlave)>> my butt." <<else>> - <<if ($activeSlave.vagina > 0) && ($activeSlave.preg > 10)>> + <<if ($activeSlave.vagina > 0) && ($activeSlave.preg > $activeSlave.pregData.normalBirth/4)>> my pregnant pu<<ss>>y. <<elseif ($activeSlave.vagina > 0)>> me. @@ -10932,7 +10932,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<else>> breasts and describing in whispers how big they'll swell if $he got pregnant. <</if>> - <<elseif $activeSlave.preg > 20>> + <<elseif $activeSlave.preg > $activeSlave.pregData.normalBirth/2>> <<if $activeSlave.lactation == 1>> nipples and describing in whispers how nice and swollen $he is with milk. <<else>> @@ -10961,7 +10961,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<else>> breasts and describing in whispers how big they'll swell if $he got pregnant. <</if>> - <<elseif $activeSlave.preg > 20>> + <<elseif $activeSlave.preg > $activeSlave.pregData.normalBirth/2>> <<if $activeSlave.lactation == 1>> nipples and describing in whispers how nice and swollen $he is with milk. <<else>> @@ -11223,7 +11223,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t <br><<link "Delay her milking and then fuck her in public">> <<EventNameDelink $activeSlave>> <<replace "#result">> - $activeSlave.slaveName obeys <<if $activeSlave.devotion > 20>>without hesitation<<else>>hesitantly<</if>> when you order $him to kneel next to your desk the next time $he tries to go to the milkers. $His equanimity is severely tested over the next hours as you ignore $him. The occasional glance at her shows her growing increasingly frantic as $his breasts grow heavier and $his nipples <<if $activeSlave.nipples != "fuckable">>get prouder<<else>>begin to prolapse<</if>>. <<if $activeSlave.preg > 30>>Soon, her child's kicking is forcing milk out of her swollen breasts.<</if>> Eventually, the slight rising and falling of her ribcage as $he inhales and exhales induces enough motion in her overfull breasts that milk spurts out of her with each breath. Satisfied that $he's ready, you<<if $PC.dick == 0>> don a strap-on and<</if>> lead the whimpering, dripping slave out to a public street. Here, you hold her upright so you can fuck her standing. When $he finally comes through the pain of her overfull udders, you reach forward and squeeze her so that $he screams in pain and relief, spraying jets of milk. $He continually aftershock orgasms as you continue pounding. You offer $his breasts to the growing crowd, many of whom come forward to taste her cream. + $activeSlave.slaveName obeys <<if $activeSlave.devotion > 20>>without hesitation<<else>>hesitantly<</if>> when you order $him to kneel next to your desk the next time $he tries to go to the milkers. $His equanimity is severely tested over the next hours as you ignore $him. The occasional glance at her shows her growing increasingly frantic as $his breasts grow heavier and $his nipples <<if $activeSlave.nipples != "fuckable">>get prouder<<else>>begin to prolapse<</if>>. <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.33>>Soon, her child's kicking is forcing milk out of her swollen breasts.<</if>> Eventually, the slight rising and falling of her ribcage as $he inhales and exhales induces enough motion in her overfull breasts that milk spurts out of her with each breath. Satisfied that $he's ready, you<<if $PC.dick == 0>> don a strap-on and<</if>> lead the whimpering, dripping slave out to a public street. Here, you hold her upright so you can fuck her standing. When $he finally comes through the pain of her overfull udders, you reach forward and squeeze her so that $he screams in pain and relief, spraying jets of milk. $He continually aftershock orgasms as you continue pounding. You offer $his breasts to the growing crowd, many of whom come forward to taste her cream. <<if !canDoVaginal($activeSlave)>> You fuck $his butt until they've sucked her empty. <<= AnalVCheck()>> @@ -11456,7 +11456,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t <br><<link "Give her some aftercare">> <<EventNameDelink $activeSlave>> <<replace "#result">> - $activeSlave.slaveName returns many hours later. $He carefully took breaks for her own safety <<if $activeSlave.preg > 30>>,especially so given her advanced pregnancy<</if>>, and cleaned $himself periodically, so there isn't much evidence, but $he's obviously bone tired. When you meet her at the entrance to your penthouse $he's surprised to <<if canSee($activeSlave)>>see<<else>>find<</if>> you, but $he gives you a little smile anyway. You give $him a strong massage and put $him to bed. Afterward you turn to be about your business, but $he wordlessly offers $himself to you as you do. + $activeSlave.slaveName returns many hours later. $He carefully took breaks for her own safety <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.33>>,especially so given her advanced pregnancy<</if>>, and cleaned $himself periodically, so there isn't much evidence, but $he's obviously bone tired. When you meet her at the entrance to your penthouse $he's surprised to <<if canSee($activeSlave)>>see<<else>>find<</if>> you, but $he gives you a little smile anyway. You give $him a strong massage and put $him to bed. Afterward you turn to be about your business, but $he wordlessly offers $himself to you as you do. <<if canDoVaginal($activeSlave)>> <<if $activeSlave.vagina == 0>> $His virgin pussy is certainly tempting. @@ -11758,7 +11758,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<if $PC.dick == 0>> own.<<if $activeSlave.belly >= 5000>> You move your hands under $him to better support her <<if $activeSlave.bellyPreg >= 3000>>gravid bulk<<else>>distended body<</if>>.<</if>> $He moans in pain as you scissor against her sore pussy, <<else>> - stiff prick.<<if $activeSlave.preg > 20>> You move your hands under $him to better support her <<if $activeSlave.bellyPreg >= 3000>>gravid bulk<<else>>distended body<</if>>.<</if>> $He gasps in pain as you press past her sore pussylips, + stiff prick.<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/2>> You move your hands under $him to better support her <<if $activeSlave.bellyPreg >= 3000>>gravid bulk<<else>>distended body<</if>>.<</if>> $He gasps in pain as you press past her sore pussylips, <</if>> but before long $he's grinding against you with her back propped against the wall, using the embrace of her strong legs to provide the power for a vigorous fuck. When $he finally slides down the wall to stand again, a look of @@.hotpink;profound pleasure@@ on her face, $he lets you know that $he understands your meaning and that $he'll put up with sore petals, since her <<= WrittenMaster()>> prefers $him that way. <<= VaginalVCheck()>> @@ -13979,7 +13979,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t chubby <<elseif $activeSlave.muscles > 30>> heavily muscled - <<elseif $activeSlave.preg >= 5>> + <<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth/8>> motherly <<elseif $activeSlave.weight > 10>> plush @@ -15110,7 +15110,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<link "Go clubbing">> <<EventNameDelink $activeSlave>> <<replace "#result">> - You inform $activeSlave.slaveName of your plans and tell $him to get dressed appropriately. $He meets you at the door wearing glitzy heels, an extremely short skirt<<if $activeSlave.belly >= 5000>> barely noticeable under her _belly <<if $activeSlave.bellyPreg >= 3000>>pregnant <</if>>belly<</if>>, and a string bikini top so brief that $his areolae are clearly visible. As you descend through $arcologies[0].name the beats get faster and the drops get heavier. By the time you reach the club where the Free Cities' hottest DJ has a show tonight, $activeSlave.slaveName is a whirlwind of sexual energy in motion, moving <<if canHear($activeSlave)>>with every beat<<else>>wildly<</if>> and catching every eye<<if $activeSlave.preg > 30>>, despite how far along $he is<<elseif $activeSlave.belly >= 5000 || $activeSlave.weight > 130>>, despite how big $he is<</if>>. $His skills could have half the club lining up to fuck $him for money, but tonight $he's all yours. The entire floor is envious of you as the night wears on and $his dancing turns into sexually servicing you<<if canHear($activeSlave)>> in time with the music<</if>>. + You inform $activeSlave.slaveName of your plans and tell $him to get dressed appropriately. $He meets you at the door wearing glitzy heels, an extremely short skirt<<if $activeSlave.belly >= 5000>> barely noticeable under her _belly <<if $activeSlave.bellyPreg >= 3000>>pregnant <</if>>belly<</if>>, and a string bikini top so brief that $his areolae are clearly visible. As you descend through $arcologies[0].name the beats get faster and the drops get heavier. By the time you reach the club where the Free Cities' hottest DJ has a show tonight, $activeSlave.slaveName is a whirlwind of sexual energy in motion, moving <<if canHear($activeSlave)>>with every beat<<else>>wildly<</if>> and catching every eye<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.33>>, despite how far along $he is<<elseif $activeSlave.belly >= 5000 || $activeSlave.weight > 130>>, despite how big $he is<</if>>. $His skills could have half the club lining up to fuck $him for money, but tonight $he's all yours. The entire floor is envious of you as the night wears on and $his dancing turns into sexually servicing you<<if canHear($activeSlave)>> in time with the music<</if>>. <<if ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>> The smell of her pre-cum is noticeable even over the stink of sweat. <<elseif ($activeSlave.dick > 0) && canAchieveErection($activeSlave)>> @@ -15188,14 +15188,14 @@ You tell her kindly that you understand, and that $he'll be trained to address t <br><<link "Require double repayment and spend it on her">> <<EventNameDelink $activeSlave>> <<replace "#result">> - Your tenant knows that abject surrender is his only hope once you make it clear to him that his scheme is known to you. He complies all too eagerly with your demand that he repay double what he owes. Slaves are not permitted to keep possessions, especially money, so you spend it on $activeSlave.slaveName directly. $He spends the day <<if $activeSlave.preg > 20>>having her pregnant belly moisturized, her tired feet rubbed, her cravings fulfilled, being<<else>>being<</if>> massaged, beautified, and pampered. You then take her out for a lovely meal, allowing $him to wear clothing that's almost conservative by Free Cities standards, and take a nice walk around $arcologies[0].name's club, talking on light subjects. $He's @@.hotpink;deeply touched@@ by an evening of affection without sex. + Your tenant knows that abject surrender is his only hope once you make it clear to him that his scheme is known to you. He complies all too eagerly with your demand that he repay double what he owes. Slaves are not permitted to keep possessions, especially money, so you spend it on $activeSlave.slaveName directly. $He spends the day <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/2>>having her pregnant belly moisturized, her tired feet rubbed, her cravings fulfilled, being<<else>>being<</if>> massaged, beautified, and pampered. You then take her out for a lovely meal, allowing $him to wear clothing that's almost conservative by Free Cities standards, and take a nice walk around $arcologies[0].name's club, talking on light subjects. $He's @@.hotpink;deeply touched@@ by an evening of affection without sex. <<set $activeSlave.devotion += 10>> <</replace>> <</link>> <br><<link "Leverage the situation and reward her">> <<EventNameDelink $activeSlave>> <<replace "#result">> - Archimedes might have his lever, but give you a place to set such information as this, and you can move a mountain of money. Before he knows what has beset him, your tenant is bustled out of $arcologies[0].name and replaced by a favored and hopefully more honest competitor, who @@.green;is well aware of the score here.@@ $activeSlave.slaveName, who made this possible, spends the day <<if $activeSlave.preg > 20>>having her pregnant belly moisturized, her tired feet rubbed, her cravings fulfilled, being<<else>>being<</if>> massaged, beautified, and pampered. You then take her out for a lovely meal, allowing $him to wear clothing that's almost conservative by Free Cities standards, and take a nice walk around $arcologies[0].name's club, talking on light subjects. $He's @@.hotpink;deeply touched@@ by an evening of affection without sex, and $he @@.mediumaquamarine;trusts you@@ with all sorts of amusing whorehouse rumors. + Archimedes might have his lever, but give you a place to set such information as this, and you can move a mountain of money. Before he knows what has beset him, your tenant is bustled out of $arcologies[0].name and replaced by a favored and hopefully more honest competitor, who @@.green;is well aware of the score here.@@ $activeSlave.slaveName, who made this possible, spends the day <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/2>>having her pregnant belly moisturized, her tired feet rubbed, her cravings fulfilled, being<<else>>being<</if>> massaged, beautified, and pampered. You then take her out for a lovely meal, allowing $him to wear clothing that's almost conservative by Free Cities standards, and take a nice walk around $arcologies[0].name's club, talking on light subjects. $He's @@.hotpink;deeply touched@@ by an evening of affection without sex, and $he @@.mediumaquamarine;trusts you@@ with all sorts of amusing whorehouse rumors. <<set $activeSlave.devotion += 3, $activeSlave.trust += 3>> <<set $cash -= 2000>> <<set $arcologies[0].prosperity += 1>> @@ -15398,7 +15398,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t <br><<link "Just watch her for a little while">> <<EventNameDelink $activeSlave>> <<replace "#result">> - You stand there for a while, watching the exhausted slave sleep. It's an oddly restful sight, and the aesthetics of her slumbering little movements hold your attention for a time.<<if $activeSlave.preg > 20>> You watch the subtle movements going on within her womb as well.<</if>> After a while, you head to your own bed. Several of her fellow slaves came and went as you watched $him, but if they're surprised by the sight, they have the presence of mind not to show it. + You stand there for a while, watching the exhausted slave sleep. It's an oddly restful sight, and the aesthetics of her slumbering little movements hold your attention for a time.<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/2>> You watch the subtle movements going on within her womb as well.<</if>> After a while, you head to your own bed. Several of her fellow slaves came and went as you watched $him, but if they're surprised by the sight, they have the presence of mind not to show it. <br><br> One of them quietly lets $him know about the incident the next day, though, and the overall impact on her mental state is surprisingly positive. In a more normal human setting, the news that someone watched her sleep last night without her consent or even knowledge at the time would disturb her greatly. However, it's not uncommon for slaves in the dormitory to wake up to the sounds of the occupant of the bedroll next to theirs getting fucked, and without her consent, either. Perhaps you're odd, $he's obviously thinking, but @@.mediumaquamarine;perhaps you won't rape her while $he sleeps.@@ <<set $activeSlave.trust += 4>> @@ -16451,7 +16451,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<else>> nipples and playing with her boobs. <</if>> - Deciding that you're done with the $PC.refreshment, you pull a long draw of smoke into your mouth, bringing the coal at its foot to a fine glow. Then you pull it out of your mouth and press it against the slave's defenseless $activeSlave.skin <<if $activeSlave.preg > 20>>pregnant belly<<else>>breast<</if>>. $He <<if $activeSlave.voice == 0>>makes the horrible rasping noise that her mute throat substitutes for screams of agony<<else>>shrieks with agony<</if>>, flinching away instinctively, and collapses to the ground<<if $activeSlave.fetish == "masochist">>, orgasming from the sudden rush of stimulation<</if>>. Writhing in pain, $he cherishes the burn on her <<if $activeSlave.preg > 20>>stomach<<else>>breast<</if>> with both hands, her sobbing only interrupted by ragged gasps for breath. You order $him to go get her burn looked at, and go back to your work. $He scrabbles toward the door, weeping,<<if $activeSlave.fetish == "masochist">> horrified at $himself for getting off to that, @@.hotpink;more convinced than ever that $he's a pain slut,@@ and yet<</if>> @@.gold;eager to get away.@@ + Deciding that you're done with the $PC.refreshment, you pull a long draw of smoke into your mouth, bringing the coal at its foot to a fine glow. Then you pull it out of your mouth and press it against the slave's defenseless $activeSlave.skin <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/2>>pregnant belly<<else>>breast<</if>>. $He <<if $activeSlave.voice == 0>>makes the horrible rasping noise that her mute throat substitutes for screams of agony<<else>>shrieks with agony<</if>>, flinching away instinctively, and collapses to the ground<<if $activeSlave.fetish == "masochist">>, orgasming from the sudden rush of stimulation<</if>>. Writhing in pain, $he cherishes the burn on her <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/2>>stomach<<else>>breast<</if>> with both hands, her sobbing only interrupted by ragged gasps for breath. You order $him to go get her burn looked at, and go back to your work. $He scrabbles toward the door, weeping,<<if $activeSlave.fetish == "masochist">> horrified at $himself for getting off to that, @@.hotpink;more convinced than ever that $he's a pain slut,@@ and yet<</if>> @@.gold;eager to get away.@@ <<set $activeSlave.trust -= 5>> <<if $activeSlave.fetish == "masochist">><<set $activeSlave.devotion += 4>><</if>> <</replace>> @@ -17542,7 +17542,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<else>> $he is being fed significant amounts of ejaculate. <</if>> - While her <<if $activeSlave.dietCum == 2>>extreme <</if>>diet is still engineered to <<if $activeSlave.dietCum == 2>>barely <</if>> provide the nutrition $he needs, if $he can't hold the stuff down, $he can't gain weight<<if $activeSlave.pregKnown == 1 && $activeSlave.preg > 10>>, even more so with her growing child<<if $activeSlave.pregType > 1>>ren<</if>> taking whatever nutrients <<if $activeSlave.pregType > 1>>they<<else>>it<</if>> can<</if>>. With a few taps on the keyboard you change her orders so that $he will be fed a much more nutritionally rich diet that is free of ejaculate. However, you make sure to warn $him that $assistantName will be monitoring $him, and you may change your mind once $he reaches a more attractive weight. $He thanks you profusely, <<if $activeSlave.vagina != 0>>even attempting to offer $his body for use in gratitude,<</if>> but you simply send her away. You find yourself concerned that you are becoming soft by allowing slaves to dictate what they will and won't eat, but your benevolent decision has already had a @@.hotpink;positive effect on her attitude@@. $He @@.mediumaquamarine;trusts you a little more@@ too. + While her <<if $activeSlave.dietCum == 2>>extreme <</if>>diet is still engineered to <<if $activeSlave.dietCum == 2>>barely <</if>> provide the nutrition $he needs, if $he can't hold the stuff down, $he can't gain weight<<if $activeSlave.pregKnown == 1 && $activeSlave.preg > $activeSlave.pregData.normalBirth/4>>, even more so with her growing child<<if $activeSlave.pregType > 1>>ren<</if>> taking whatever nutrients <<if $activeSlave.pregType > 1>>they<<else>>it<</if>> can<</if>>. With a few taps on the keyboard you change her orders so that $he will be fed a much more nutritionally rich diet that is free of ejaculate. However, you make sure to warn $him that $assistantName will be monitoring $him, and you may change your mind once $he reaches a more attractive weight. $He thanks you profusely, <<if $activeSlave.vagina != 0>>even attempting to offer $his body for use in gratitude,<</if>> but you simply send her away. You find yourself concerned that you are becoming soft by allowing slaves to dictate what they will and won't eat, but your benevolent decision has already had a @@.hotpink;positive effect on her attitude@@. $He @@.mediumaquamarine;trusts you a little more@@ too. <<set $activeSlave.trust += 2, $activeSlave.devotion += 2, $activeSlave.dietCum = 0>> <</replace>> <</link>> @@ -17920,7 +17920,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<elseif $activeSlave.weight > 160>> fat folds. <<elseif $activeSlave.belly >= 5000>> - <<if $activeSlave.preg >= 3000>> + <<if $activeSlave.bellyPreg >= 3000>> gravidness. <<elseif $activeSlave.bellyImplant >= 3000>> distended belly. @@ -18973,7 +18973,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t Together, the two of you make fiercely intimate love, while you whisper romantic reassurances into $his ear, nip at $his neck, <<if $activeSlave.bellyPreg >= 300000>> run your hands across $his squirming brood, - <<elseif $activeSlave.preg > 20>> + <<elseif $activeSlave.preg > $activeSlave.pregData.normalBirth/2>> stroke $his pregnant belly, <<elseif $activeSlave.belly >= 5000>> caress the curve of $his _belly belly, @@ -19125,7 +19125,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t Together, the two of you make fiercely intimate love, while you whisper romantic reassurances into her ear, nip at her neck, <<if $activeSlave.bellyPreg >= 300000>> run your hands across her squirming brood, - <<elseif $activeSlave.preg > 20>> + <<elseif $activeSlave.preg > $activeSlave.pregData.normalBirth/2>> stroke her pregnant belly, <<elseif $activeSlave.belly >= 5000>> caress the curve of her _belly belly, @@ -19734,8 +19734,8 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<EventNameDelink $activeSlave>> <<replace "#result">> <<if $activeSlave.belly >= 3000000>> - You pull your chair back from your desk and order $him to lie on $his back with $his _belly belly to the ceiling. $He isn't sure what you are up to, but it quickly dawns on her as you straddle $his stomach and take a seat. $He groans under the massive pressure increase inside $him, but does her best to hold your weight. - <<if $activeSlave.preg > 10>> + You pull your chair back from your desk and order $him to lie on her back with her _belly belly to the ceiling. $He isn't sure what you are up to, but it quickly dawns on her as you straddle $his stomach and take a seat. $He groans under the massive pressure increase inside $him, but does her best to hold your weight. + <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/4>> You manage to get very little work done. The sheer amount of motion <<if $PC.dick == 1>> beneath your balls diff --git a/src/uncategorized/RETS.tw b/src/uncategorized/RETS.tw index 135d6a0b2fbb9190d903037ed17ad3230a40bdc8..1937f6c8a538c4f3ebbef3e92fad2846837b45a5 100644 --- a/src/uncategorized/RETS.tw +++ b/src/uncategorized/RETS.tw @@ -219,7 +219,7 @@ $activeSlave.slaveName <<else>> lowers $his cup for a moment. <</if>> -<<if $activeSlave.preg > 20>> +<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/2>> "The <<s>>our pickle flavor," $he responds, patting $his rounded middle. "I ju<<s>>t can't get enough of it." <<else>> "The tart fruity kind," $he responds. "It'<<s>> refre<<sh>>ing fir<<s>>t thing in the morning." @@ -287,15 +287,15 @@ liquid food into $his mouth. $He turns to $subSlave.slaveName. <<elseif ($subSlave.boobs > 5000)>> ($subSlave.slaveName's tits are so huge that _he2 has to press them hard against $activeSlave.slaveName to get close enough to kiss.) <<elseif ($activeSlave.belly >= 5000) && ($subSlave.belly >= 5000)>> - (Their bellies are so swollen <<if ($activeSlave.preg > 5) && ($subSlave.preg > 5)>>with life <</if>>that _he2 has to fight to get close enough to kiss.) + (Their bellies are so swollen <<if ($activeSlave.preg > $activeSlave.pregData.normalBirth/8) && ($subSlave.preg > $subSlave.pregData.normalBirth/8)>>with life <</if>>that _he2 has to fight to get close enough to kiss.) <<elseif ($activeSlave.belly >= 300000)>> - ($activeSlave.slaveName's <<if ($activeSlave.preg > 5)>>pregnancy<<else>>belly<</if>> is so massive that _he2 has to practically climb atop it to get close enough to kiss.) + ($activeSlave.slaveName's <<if ($activeSlave.preg > $activeSlave.pregData.normalBirth/8)>>pregnancy<<else>>belly<</if>> is so massive that _he2 has to practically climb atop it to get close enough to kiss.) <<elseif ($subSlave.belly >= 300000)>> - ($subSlave.slaveName's <<if ($subSlave.preg > 5)>>pregnancy<<else>>belly<</if>> is so massive that _he2 has to practically climb atop it to get close enough to kiss.) + ($subSlave.slaveName's <<if ($subSlave.preg > $subSlave.pregData.normalBirth/8)>>pregnancy<<else>>belly<</if>> is so massive that _he2 has to practically climb atop it to get close enough to kiss.) <<elseif ($activeSlave.belly >= 10000)>> - ($activeSlave.slaveName's <<if ($activeSlave.preg > 5)>>pregnancy<<else>>belly<</if>> is so big that _he2 has to press hard against it to get close enough to kiss.) + ($activeSlave.slaveName's <<if ($activeSlave.preg > $activeSlave.pregData.normalBirth/8)>>pregnancy<<else>>belly<</if>> is so big that _he2 has to press hard against it to get close enough to kiss.) <<elseif ($subSlave.belly >= 10000)>> - ($subSlave.slaveName's <<if ($subSlave.preg > 5)>>pregnancy<<else>>belly<</if>> is so big that _he2 has to press it firmly against $activeSlave.slaveName to get close enough to kiss.) + ($subSlave.slaveName's <<if ($subSlave.preg > $subSlave.pregData.normalBirth/8)>>pregnancy<<else>>belly<</if>> is so big that _he2 has to press it firmly against $activeSlave.slaveName to get close enough to kiss.) <</if>> _He2 stiffens with the lewd feeling of the warm fluid pressing into _his2 mouth. After a moment _he2 tries to back off and concentrate on the food, but $activeSlave.slaveName is having none of that, and uses $his arms to hug $subSlave.slaveName close, making out with $his catch. <<if ($subSlave.energy > 60)>> @@ -316,7 +316,7 @@ asks if $he can beg a favor. Absurd though it sounds, $he does exactly that, say As you approach your office as you return from an unexpected but minor matter, you hear the unmistakable sounds of sexual congress. Reviewing your schedule as you cover the last meters on your way there, you see that indeed, <<EventNameLink $activeSlave>> is due to be inspected. It seems likely that while waiting for your return, $he called a fellow slave who was passing your office in to keep $him company. And as you enter, you see that this is true. <br><br> -$He's sitting on the end of the couch, though only $his legs, crotch and hands are immediately visible. This is because $he has $subSlave.slaveName on top of $him, impaled on <<if canPenetrate($activeSlave)>>$his cock<<else>>a strap-on $he's wearing<</if>>. $subSlave.slaveName is bent almost double. $activeSlave.slaveName has $his $activeSlave.skin hands up on the backs of $subSlave.slaveName's $subSlave.skin knees, holding _his2 legs<<if $activeSlave.belly >= 5000>> to either side of _his2 <<if ($activeSlave.preg > 5)>>pregnancy<<else>>belly<</if>>,<</if>> up against _his2 <<if $subSlave.boobs > 2000>>inconveniently big boobs<<else>>shoulders<</if>>. $subSlave.slaveName is completely helpless, and _he2's being fucked hard: +$He's sitting on the end of the couch, though only $his legs, crotch and hands are immediately visible. This is because $he has $subSlave.slaveName on top of $him, impaled on <<if canPenetrate($activeSlave)>>$his cock<<else>>a strap-on $he's wearing<</if>>. $subSlave.slaveName is bent almost double. $activeSlave.slaveName has $his $activeSlave.skin hands up on the backs of $subSlave.slaveName's $subSlave.skin knees, holding _his2 legs<<if $activeSlave.belly >= 5000>> to either side of _his2 <<if ($activeSlave.preg > $activeSlave.pregData.normalBirth/8)>>pregnancy<<else>>belly<</if>>,<</if>> up against _his2 <<if $subSlave.boobs > 2000>>inconveniently big boobs<<else>>shoulders<</if>>. $subSlave.slaveName is completely helpless, and _he2's being fucked hard: <<if canPenetrate($activeSlave)>> <<if ($activeSlave.dick - $subSlave.anus > 2)>> $activeSlave.slaveName's cock is very big, <<if $subSlave.anus > 2>>even for $subSlave.slaveName's loose anus<<elseif $subSlave.anus > 1>>even for $subSlave.slaveName's experienced anus<<else>>especially for $subSlave.slaveName's tight anus<</if>>, so $activeSlave.slaveName is bouncing $his anal bottom up and down only a little way, allowing $him to do so fast. @@ -763,9 +763,9 @@ Early in the morning, you run across $subSlave.slaveName using one of the pentho <<if $subSlave.lactation == 0>> _he2's not lactating, but _he2's a good semen producer and when _he2 wakes up, _he2's usually very ready to have one of the machines drain _his2 balls for _him2. <<else>> - <<if $subSlave.preg > 30>> + <<if $subSlave.preg > $subSlave.pregData.normalBirth/1.33>> it's late in _his2 pregnancy and _he2 wakes up every day with _his2 $subSlave.boobShape breasts sore, painfully swollen with rich, nutritious milk. - <<elseif $subSlave.preg > 20>> + <<elseif $subSlave.preg > $subSlave.pregData.normalBirth/2>> _he2's pregnant and _he2 wakes up every day with _his2 $subSlave.boobShape breasts sore and swollen with rich, nutritious milk. <<elseif $subSlave.lactation > 1>> the tiny little slow-release implant in each of _his2 breasts is merciless. It keeps _his2 mammary glands in a permanent state of barely-safe hyperproduction, and _he2 wakes up every day with _his2 terribly sore breasts spontaneously dribbling milk. @@ -837,7 +837,7 @@ voice. It's $subSlave.slaveName. <</if>> <<elseif $subSlave.bellyFluid >= 10000 && $activeSlave.dick > 3>> "I'm really full of $subSlave.inflationType. I don't know what will happen if you fuck me." -<<elseif $subSlave.preg > 30 && $activeSlave.dick > 3>> +<<elseif $subSlave.preg > $subSlave.pregData.normalBirth/1.33 && $activeSlave.dick > 3>> "I'm really pregnant, and it'<<s>> getting uncomfortable to take a big cock like your<<s>>." <<elseif $subSlave.assignment == "work in the brothel" || $subSlave.assignment == "whore">> "And my <<if _vaginal>>pu<<ss>>y<<else>>a<<ss>><</if>> i<<s>> <<s>>ore. Cu<<s>>tomer<<s>> <<if _vaginal>>fucked me<<else>>pounded it<</if>> all day." @@ -1032,7 +1032,7 @@ $he adds impishly. Hearing this, $subSlave.slaveName lets the breast pop free of You move in. $activeSlave.slaveName <<if canSee($activeSlave)>>catches sight of<<else>>notices<</if>> your approach, and you see the corners of $his mouth quirk upward. $He breaks the lip lock and says breathily, "Hey $subSlave.slaveName, I think there'<<s>> <<s>>omething el<<s>>e you <<sh>>ould ta<<s>>te te<<s>>t." <br><br> <<run Enunciate($subSlave)>> - "Whaa-" the slave starts to ask warily before $activeSlave.slaveName pushes _him2 to _his2 knees, spinning _him2 around as $he does so. This brings $subSlave.slaveName face to face with your <<if $PC.dick == 1>>stiff prick, a bead of precum already present at its tip<<else>>wet cunt, a bead of pussyjuice already trailing down your inner thigh<</if>>. "Oh, um, hi <<Master $subSlave>>," _he2 stammers, and then starts to <<if $PC.dick == 1>>suck your dick<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eat your pussy<</if>>. This leaves poor $activeSlave.slaveName without anyone to make out with, so you step in there, grabbing $him and pulling the giggling slave in to kiss $him deeply. $His mouth is indeed a bit <<if $activeSlave.preg > 20>>sour<<else>>tart<</if>>. $He moans into your mouth as $he feels $his nipples press against <<if $PC.boobs == 1>>yours<<else>>your hard chest<</if>>, and then again as your tongue invades $him. When you <<if $PC.dick == 1>>fill $subSlave.slaveName's mouth with cum<<else>>climax wetly against $subSlave.slaveName's mouth<</if>>, you pull away slightly, letting the slave on _his2 knees below you gasp "You ta<<s>>te great, <<Master>>!" before you spin _him2 around in turn so _he2 can give $activeSlave.slaveName $his own allotment of oral sex. You leave them to it. They @@.mediumaquamarine;trust you a bit more@@ after such a lighthearted little escapade. + "Whaa-" the slave starts to ask warily before $activeSlave.slaveName pushes _him2 to _his2 knees, spinning _him2 around as $he does so. This brings $subSlave.slaveName face to face with your <<if $PC.dick == 1>>stiff prick, a bead of precum already present at its tip<<else>>wet cunt, a bead of pussyjuice already trailing down your inner thigh<</if>>. "Oh, um, hi <<Master $subSlave>>," _he2 stammers, and then starts to <<if $PC.dick == 1>>suck your dick<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eat your pussy<</if>>. This leaves poor $activeSlave.slaveName without anyone to make out with, so you step in there, grabbing $him and pulling the giggling slave in to kiss $him deeply. $His mouth is indeed a bit <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/2>>sour<<else>>tart<</if>>. $He moans into your mouth as $he feels $his nipples press against <<if $PC.boobs == 1>>yours<<else>>your hard chest<</if>>, and then again as your tongue invades $him. When you <<if $PC.dick == 1>>fill $subSlave.slaveName's mouth with cum<<else>>climax wetly against $subSlave.slaveName's mouth<</if>>, you pull away slightly, letting the slave on _his2 knees below you gasp "You ta<<s>>te great, <<Master>>!" before you spin _him2 around in turn so _he2 can give $activeSlave.slaveName $his own allotment of oral sex. You leave them to it. They @@.mediumaquamarine;trust you a bit more@@ after such a lighthearted little escapade. <<set $activeSlave.trust += 2, $subSlave.trust += 2, $subSlave.oralCount += 2>> <<set $oralTotal += 2>> <<set $slaves[$slaveIndices[$subSlave.ID]] = $subSlave>> @@ -1532,7 +1532,7 @@ $he adds impishly. Hearing this, $subSlave.slaveName lets the breast pop free of <<link "<<= $Girl>>s' butts are for loving">> <<EventNameDelink $activeSlave>> <<replace "#result">> - You tell $him that $his butt is for lovemaking, just like $subSlave.slaveName's. $He looks horrified. You clear $his schedule and sit $him down on the couch ($he carefully avoids the spot where you and $subSlave.slaveName embraced) before continuing with your day. $subSlave.slaveName was your first inspection of the day, so $activeSlave.slaveName has nothing to do for hours and hours other than sit there and <<if canSee($activeSlave)>>watch you<<else>>listen to your actions<</if>>. $He's a healthy $girl,<<if $activeSlave.preg > 20>> ripe with pregnancy,<</if>> and $his food is laced with mild aphrodisiacs. The boredom and $his building arousal begin to torture $him, until finally $he grinds out a hesitant "P-plea<<s>>e fuck me, <<Master>>." You glance at $him and $he quickly looks down, blushing. You go back to your work, and an hour later $he manages a more confident "Plea<<s>>e fuck me, <<Master>>." + You tell $him that $his butt is for lovemaking, just like $subSlave.slaveName's. $He looks horrified. You clear $his schedule and sit $him down on the couch ($he carefully avoids the spot where you and $subSlave.slaveName embraced) before continuing with your day. $subSlave.slaveName was your first inspection of the day, so $activeSlave.slaveName has nothing to do for hours and hours other than sit there and <<if canSee($activeSlave)>>watch you<<else>>listen to your actions<</if>>. $He's a healthy $girl,<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/2>> ripe with pregnancy,<</if>> and $his food is laced with mild aphrodisiacs. The boredom and $his building arousal begin to torture $him, until finally $he grinds out a hesitant "P-plea<<s>>e fuck me, <<Master>>." You glance at $him and $he quickly looks down, blushing. You go back to your work, and an hour later $he manages a more confident "Plea<<s>>e fuck me, <<Master>>." <br><br> Judging $him ready, you tell $him to kneel on the couch. $He does, trembling with fear and arousal; <<if ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>> @@ -1573,7 +1573,7 @@ $he adds impishly. Hearing this, $subSlave.slaveName lets the breast pop free of <br><<link "<<= $Girl>>s' butts are for pounding">> <<EventNameDelink $activeSlave>> <<replace "#result">> - You tell $him that $his butt is your property, just like $subSlave.slaveName's. $He looks @@.gold;terrified.@@ You continue, telling $him to bring your property over to you. $He stumbles over, begging, "P-plea<<s>>e, fuck me <<Master>>, plea<<s>>e don't do <<s>>tuff to my butt. It'<<s>> going t-to h-hurt.<<if $activeSlave.preg > 20>> And I-I'm r-really pregnant.<<elseif $activeSlave.pregKnown == 1>> And I-I'm p-pregnant.<</if>>" You push $him down across your desk, giving $him a swat across the rump to warn $him to shut up. $He does, though $he makes a little squealing noise when you begin to grope $his ass, working your way in towards $his virgin backdoor. When $he feels <<if $PC.dick == 1>>your lubed cockhead<<else>>a lubed strap-on<</if>> sliding between $his buttocks and then pressing against $his anus, $he bursts out, "Plea<<s>>e no, <<Master>>! Plea<<s>>e not my - AAAH! OW!" and bursts into tears. You give $him a few seconds to get used to your girth and then begin to fuck $his delicious little virgin behind. Despite the pain, the <<if $activeSlave.vagina != -1>>stimulation gets $him wet<<elseif $activeSlave.prostate != 0>>prostate stimulation gets $him hard<<else>>stimulation brings a little fluid out of $him<</if>>, and you tell $him that $he clearly wants it. $He doesn't know what to say in response, so $he just cries harder as <<if $activeSlave.dick == 0>>you reach around to cup $his soaking cunt possessively<<else>>$he starts to leak despite $his displeasure<</if>>. $His butthole is so wonderfully tight that you orgasm quickly, throwing $his unresisting butt over onto the couch for another round. $He's @@.green;no longer repressed,@@ but $he now @@.red;hates@@ having $his @@.lime;newly loosened butt@@ fucked. + You tell $him that $his butt is your property, just like $subSlave.slaveName's. $He looks @@.gold;terrified.@@ You continue, telling $him to bring your property over to you. $He stumbles over, begging, "P-plea<<s>>e, fuck me <<Master>>, plea<<s>>e don't do <<s>>tuff to my butt. It'<<s>> going t-to h-hurt.<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/2>> And I-I'm r-really pregnant.<<elseif $activeSlave.pregKnown == 1>> And I-I'm p-pregnant.<</if>>" You push $him down across your desk, giving $him a swat across the rump to warn $him to shut up. $He does, though $he makes a little squealing noise when you begin to grope $his ass, working your way in towards $his virgin backdoor. When $he feels <<if $PC.dick == 1>>your lubed cockhead<<else>>a lubed strap-on<</if>> sliding between $his buttocks and then pressing against $his anus, $he bursts out, "Plea<<s>>e no, <<Master>>! Plea<<s>>e not my - AAAH! OW!" and bursts into tears. You give $him a few seconds to get used to your girth and then begin to fuck $his delicious little virgin behind. Despite the pain, the <<if $activeSlave.vagina != -1>>stimulation gets $him wet<<elseif $activeSlave.prostate != 0>>prostate stimulation gets $him hard<<else>>stimulation brings a little fluid out of $him<</if>>, and you tell $him that $he clearly wants it. $He doesn't know what to say in response, so $he just cries harder as <<if $activeSlave.dick == 0>>you reach around to cup $his soaking cunt possessively<<else>>$he starts to leak despite $his displeasure<</if>>. $His butthole is so wonderfully tight that you orgasm quickly, throwing $his unresisting butt over onto the couch for another round. $He's @@.green;no longer repressed,@@ but $he now @@.red;hates@@ having $his @@.lime;newly loosened butt@@ fucked. <<set $activeSlave.behavioralFlaw = 0, $activeSlave.sexualFlaw = "hates anal", $activeSlave.trust -= 5, $activeSlave.anus += 1, $activeSlave.analCount++>> <<set $analTotal++>> <<if canImpreg($activeSlave, $PC)>> @@ -2207,7 +2207,7 @@ $he adds impishly. Hearing this, $subSlave.slaveName lets the breast pop free of <</if>> <<elseif $activeSlave.pregKnown == 1>> "and keep doing that. Ju<<s>>t, ju<<s>>t touch my belly, too. - <<if $activeSlave.preg > 35>> + <<if $activeSlave.preg > $activeSlave.pregData.minLiveBirth>> You're going to have a <<s>>i<<s>>ter <<s>>oon." <<elseif $activeSlave.belly >= 10000>> Your <<s>>i<<s>>ter<<if $activeSlave.pregType > 1>><<s>> are<<else>> i<<s>><</if>> kicking away, <<s>>ay hello to your family. diff --git a/src/uncategorized/brothelReport.tw b/src/uncategorized/brothelReport.tw index 27927fc1d18f57138618e05ea670443d81d1a865..b1d93e70fbc0e9af8b3efee9c0e27bbd050e9821 100644 --- a/src/uncategorized/brothelReport.tw +++ b/src/uncategorized/brothelReport.tw @@ -288,7 +288,7 @@ <<for _dI = 0; _dI < _DL; _dI++>> <<set $i = $slaveIndices[$BrothiIDs[_dI]]>> <<setLocalPronouns $slaves[$i]>> - <<if ($legendaryWombID == 0) && ($slaves[$i].amp != 1) && ($slaves[$i].preg > 30) && ($slaves[$i].broodmother == 0) && ($slaves[$i].eggType == "human") && ($slaves[$i].births > 10) && ($slaves[$i].devotion > 50) && ($slaves[$i].prestige == 0)>> + <<if ($legendaryWombID == 0) && ($slaves[$i].amp != 1) && ($slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.33) && ($slaves[$i].broodmother == 0) && ($slaves[$i].eggType == "human") && ($slaves[$i].births > 10) && ($slaves[$i].devotion > 50) && ($slaves[$i].prestige == 0)>> <<set $legendaryWombID = $slaves[$i].ID>> <</if>> <<if ($legendaryWhoreID == 0) && ($slaves[$i].whoreSkill >= 100) && ($slaves[$i].devotion > 50) && ($slaves[$i].prestige == 0)>> diff --git a/src/uncategorized/clinicReport.tw b/src/uncategorized/clinicReport.tw index c8eacb9a6c6f51c0cf679da2c97b530c5bc323be..898aef812d33a25fe901df0e0e7fd8f37ad0826c 100644 --- a/src/uncategorized/clinicReport.tw +++ b/src/uncategorized/clinicReport.tw @@ -161,7 +161,7 @@ _He2 is filled to the maximum that _his2 implant can stand. <</if>> <</if>> - <<if $slaves[$i].pregKnown == 1 && $slaves[$i].preg < 40 && $slaves[$i].pregControl == "speed up">> + <<if $slaves[$i].pregKnown == 1 && $slaves[$i].preg < $slaves[$i].pregData.normalBirth && $slaves[$i].pregControl == "speed up">> <<setLocalPronouns $slaves[$i] 2>> <br>''@@.pink;$slaves[$i].slaveName@@'' spends most of _his2 time on bedrest being filled with rapid gestation agents and concentrated slave food. All _he2 can do is <<if $slaves[$i].amp != 1 && canSee($slaves[$i])>>watch and feel _his2 belly pushing further and further out with life<<elseif $slaves[$i].amp != 1>>watch _his2 belly bulging further and further out with life<<elseif !canSee($slaves[$i])>>feel _his2 belly pushing further and further out with life beneath _his2 fingers<<else>>feel the every growing pressure inside _his2 abdomen<</if>>. Careful attention, along with numerous drug injections, are used to make sure _his2 body is able to safely adjust to _his2 pregnancy's rapid growth. <<set $slaves[$i].health -= 10>> @@ -172,7 +172,7 @@ <<else>> <<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 10>> <</if>> - <<if $slaves[$i].preg >= 35 && $slaves[$i].pregControl == "speed up">> + <<if $slaves[$i].preg >= $slaves[$i].pregData.minLiveBirth && $slaves[$i].pregControl == "speed up">> <<set $slaves[$i].pregControl = "none">> ''@@.pink;$slaves[$i].slaveName's@@'' child is ready to pop out of _his2 womb, ''@@.yellow;_his2 course of rapid gestation agents is finished''. <</if>> @@ -265,7 +265,7 @@ <<if ($slaves[$i].health <= 40)>> <<elseif ($Nurse != 0) && ($slaves[$i].chem > 15) && ($clinicUpgradeFilters == 1)>> <<elseif ($Nurse != 0) && ($slaves[$i].pregKnown == 1) && ($clinicSpeedGestation >= 0 || $slaves[$i].pregControl == "speed up")>> - <<elseif ($Nurse != 0) && ($slaves[$i].pregAdaptation*1000 < $slaves[$i].bellyPreg || $slaves[$i].preg > 30)>> + <<elseif ($Nurse != 0) && ($slaves[$i].pregAdaptation*1000 < $slaves[$i].bellyPreg || $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.33)>> <<elseif ($Nurse != 0) && ($clinicInflateBelly > 0) && ($slaves[$i].bellyImplant >= 0) && ($slaves[$i].bellyImplant <= ($arcologies[0].FSTransformationFetishistResearch ? 800000 : 130000))>> <<else>> <br><br>''__@@.pink;$slaves[$i].slaveName@@__'' has been returned to health<<if ($Nurse != 0) && ($clinicUpgradeFilters == 1)>> and purity<</if>>, so @@.yellow;$his assignment has defaulted to rest.@@ diff --git a/src/uncategorized/clubReport.tw b/src/uncategorized/clubReport.tw index c261005b1000f8a8b7d4f7a17c5ff477f53cc235..377cc76986694290faeafe1a6bd95ada0dc3b8c2 100644 --- a/src/uncategorized/clubReport.tw +++ b/src/uncategorized/clubReport.tw @@ -202,7 +202,7 @@ <<if ($legendaryEntertainerID == 0) && ($slaves[$i].prestige == 0) && ($slaves[$i].entertainSkill >= 100) && ($slaves[$i].devotion > 50)>> <<set $legendaryEntertainerID = $slaves[$i].ID>> <</if>> - <<if ($legendaryWombID == 0) && ($slaves[$i].amp != 1) && ($slaves[$i].preg > 30) && ($slaves[$i].broodmother == 0) && ($slaves[$i].eggType == "human") && ($slaves[$i].births > 10) && ($slaves[$i].devotion > 50) && ($slaves[$i].prestige == 0)>> + <<if ($legendaryWombID == 0) && ($slaves[$i].amp != 1) && ($slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.33) && ($slaves[$i].broodmother == 0) && ($slaves[$i].eggType == "human") && ($slaves[$i].births > 10) && ($slaves[$i].devotion > 50) && ($slaves[$i].prestige == 0)>> <<set $legendaryWombID = $slaves[$i].ID>> <</if>> <<if ($slaves[$i].devotion <= 20) && ($slaves[$i].trust >= -20)>> diff --git a/src/uncategorized/costsReport.tw b/src/uncategorized/costsReport.tw index 87fc1c7d2c48533fa572abb755c688853c38c27e..783c2499379d20dbe178e26df35bc73406c60a43 100644 --- a/src/uncategorized/costsReport.tw +++ b/src/uncategorized/costsReport.tw @@ -467,7 +467,7 @@ $nursery > 0 || $masterSuiteUpgradePregnancy > 0 || $incubator > 0 || <<print cashFormat($foodCost*$slaves[$i].lactation*(1+Math.trunc($slaves[$i].boobs/10000)))>> <<set _individualCosts += $foodCost*$slaves[$i].lactation*(1+Math.trunc($slaves[$i].boobs/10000))>> <</if>> - <<if $slaves[$i].preg > 5>> + <<if $slaves[$i].preg > $slaves[$i].pregData.normalBirth/8>> <<if $slaves[$i].assignment == "work in the dairy" && $dairyFeedersSetting > 0>> <br> <i>Extra feeding costs to support pregnancy are covered by dairy feeders.</i> <<elseif ($slaves[$i].assignment == "serve in the master suite" || $slaves[$i].assignment == "be your concubine") && $masterSuiteUpgradePregnancy == 1>> @@ -591,7 +591,7 @@ $nursery > 0 || $masterSuiteUpgradePregnancy > 0 || $incubator > 0 || <<set _individualCosts += 50>> <</if>> <</if>> - <<if $slaves[$i].preg > 35>> + <<if $slaves[$i].preg > $slaves[$i].pregData.minLiveBirth>> <<if $universalRulesBirthing == 1>> <<if ($slaves[$i].assignment != "work in the dairy" || $dairyRestraintsSetting < 2)>> <br> <i>Coverage cost for daily pregnancy scanning:</i> <<print cashFormat(50)>> diff --git a/src/uncategorized/masterSuiteReport.tw b/src/uncategorized/masterSuiteReport.tw index 86f91981777c076d6309c4e17bf9ace8665130f2..4bf64a0617584c9456c0266c72eee49f4983bc70 100644 --- a/src/uncategorized/masterSuiteReport.tw +++ b/src/uncategorized/masterSuiteReport.tw @@ -327,7 +327,7 @@ /* Once we know they're knocked up, get the counter going. */ <<set _masterSuitePregnantSlaves += 1>> /* Don't know about twins/triplets etc until 10 weeks. Once we do, get the counter going */ - <<if ($slaves[$i].pregType > 1) && ($slaves[$i].preg >= 10)>> + <<if ($slaves[$i].pregType > 1) && ($slaves[$i].preg >= $slaves[$i].pregData.normalBirth/1.33)>> <<set _masterSuitePregnantSlavesMultiple += 1>> <</if>> /* If they're preggo and in the upgraded suite, give them extra devotion. More if they're being given lighter duties. */ diff --git a/src/uncategorized/matchmaking.tw b/src/uncategorized/matchmaking.tw index d232e94b31a0b862ee19be6f250612b9b2cdbdc2..9cea2fc95874ea1e4b11faacba693f2a53613a60 100644 --- a/src/uncategorized/matchmaking.tw +++ b/src/uncategorized/matchmaking.tw @@ -434,15 +434,15 @@ Being ordered into a relationship would be difficult for anyone, but they're so $subSlave.slaveName fetishized breasts so much that _he2 thinks $eventSlave.slaveName's udders are one of the sexiest things _he2's ever seen. <<elseif ($eventSlave.fetish == "pregnancy") && ($subSlave.fetish == "pregnancy") && $subSlave.bellyPreg >= 300000 && $eventSlave.bellyPreg >= 300000>> $eventSlave.slaveName and $subSlave.slaveName are both enormously laden with children, much to the other's delight. They can't wait to explore each other's baby filled middle. -<<elseif ($eventSlave.fetish == "pregnancy") && ($subSlave.fetish == "pregnancy") && $subSlave.preg > 20 && $eventSlave.preg > 20>> +<<elseif ($eventSlave.fetish == "pregnancy") && ($subSlave.fetish == "pregnancy") && $subSlave.preg > $subSlave.pregData.normalBirth/2 && $eventSlave.preg > $eventSlave.pregData.normalBirth/2>> $eventSlave.slaveName and $subSlave.slaveName are both heavily pregnant, much to the other's delight. <<elseif ($subSlave.fetish == "pregnancy") && $eventSlave.bellyPreg >= 300000>> $subSlave.slaveName fetishizes pregnant bellies so much that _he2 is awestruck by $eventSlave.slaveName's enormous, baby filled middle. <<elseif ($eventSlave.fetish == "pregnancy") && $subSlave.bellyPreg >= 300000>> $eventSlave.slaveName fetishizes pregnant bellies so much that $he is awestruck by $subSlave.slaveName's enormous, baby filled middle. -<<elseif ($subSlave.fetish == "pregnancy") && $eventSlave.preg > 20>> +<<elseif ($subSlave.fetish == "pregnancy") && $eventSlave.preg > $eventSlave.pregData.normalBirth/2>> $subSlave.slaveName fetishizes pregnant bellies so much that _he2 thinks $eventSlave.slaveName gravid middle is one of the sexiest things _he2's ever seen. -<<elseif ($eventSlave.fetish == "pregnancy") && $subSlave.preg > 20>> +<<elseif ($eventSlave.fetish == "pregnancy") && $subSlave.preg > $subSlave.pregData.normalBirth/2>> $eventSlave.slaveName fetishizes pregnant bellies so much that $he thinks $subSlave.slaveName's gravid middle is one of the sexiest things $he's ever seen. <<elseif ($eventSlave.fetish == "pregnancy") && ($subSlave.fetish == "pregnancy") && $subSlave.bellyPreg >= 100 && $eventSlave.bellyPreg >= 100>> $eventSlave.slaveName and $subSlave.slaveName are both pregnant and just beginning to show. They'll both be able to enjoy the other's swelling body. diff --git a/src/uncategorized/newSlaveIntro.tw b/src/uncategorized/newSlaveIntro.tw index 4c27ed8a95f9ce8933ccd234980a2fe863b67ecb..1582f45e5fc3981b4a9f14396bf8bcd187d3700b 100644 --- a/src/uncategorized/newSlaveIntro.tw +++ b/src/uncategorized/newSlaveIntro.tw @@ -1066,9 +1066,9 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' << <br> <<link "Sterilize $him">> <<replace "#introResult">> - You drag $him to the remote surgery and strap $his face up with $his<<if $activeSlave.bellyPreg >= 1500>> pregnant<</if>> stomach bare. $He doesn't understand what's coming for a while, even as $his belly is carefully cleaned and disinfected. $He begins to panic at the sight of the approaching surgical manipulators, cringing as they cut into $his<<if $activeSlave.bellyPreg >= 1500>> rounded<</if>> abdomen. $He squeals in horror as $his<<if $activeSlave.preg > 30>> swollen womb, still moving with life,<<elseif $activeSlave.bellyPreg >= 1500>> pregnant womb<<else>> womb<</if>> and ovaries are extracted before $his eyes. + You drag $him to the remote surgery and strap $his face up with $his<<if $activeSlave.bellyPreg >= 1500>> pregnant<</if>> stomach bare. $He doesn't understand what's coming for a while, even as $his belly is carefully cleaned and disinfected. $He begins to panic at the sight of the approaching surgical manipulators, cringing as they cut into $his<<if $activeSlave.bellyPreg >= 1500>> rounded<</if>> abdomen. $He squeals in horror as $his<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.33>> swollen womb, still moving with life,<<elseif $activeSlave.bellyPreg >= 1500>> pregnant womb<<else>> womb<</if>> and ovaries are extracted before $his eyes. <<if $activeSlave.fetish == "pregnancy" && $activeSlave.pregKnown == 1>> - <<if $activeSlave.preg > 25>> + <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.6>> $He watches $his exposed womb with absolute terror in $his eyes. A small handprint bulges against the organ; $he sobs once before $his mind @@.red;shatters at the sight.@@ <<set $activeSlave.fetish = "mindbroken", $activeSlave.fetishKnown = 1, $activeSlave.behavioralQuirk == "none", $activeSlave.behavioralFlaw == "none", $activeSlave.sexualQuirk == "none", $activeSlave.sexualFlaw == "none">> <<else>> diff --git a/src/uncategorized/pCoupAttempt.tw b/src/uncategorized/pCoupAttempt.tw index 0084e0742fa9ccca9fdaa6dba197a66e8edf16ca..256b03af319ccf2c4df10499ab74184acf320313 100644 --- a/src/uncategorized/pCoupAttempt.tw +++ b/src/uncategorized/pCoupAttempt.tw @@ -7,8 +7,8 @@ <<set WombProgress($traitor, _pregWeeks)>> /* In all cases should be done */ <<set WombUpdatePregVars($traitor)>> - <<if WombBirthReady($traitor, 40) > 0 >> /* normal birth case, partial birthers not supported*/ - <<set $traitor.preg = -1, $traitor.birthsTotal += WombBirthReady($traitor, 40), $traitor.pregType = 0, $traitor.pregSource = 0, $traitor.pregWeek = 0, $traitor.pregKnown = 0>> + <<if WombBirthReady($traitor, $traitor.pregData.normalBirth) > 0 >> /* normal birth case, partial birthers not supported*/ + <<set $traitor.preg = -1, $traitor.birthsTotal += WombBirthReady($traitor, $traitor.pregData.normalBirth), $traitor.pregType = 0, $traitor.pregSource = 0, $traitor.pregWeek = 0, $traitor.pregKnown = 0>> <<set WombFlush($traitor)>> <<else>>/* still pregnant slave */ <<set $traitor.preg = WombMaxPreg($traitor)>> /*most ready fetus is a base*/ diff --git a/src/uncategorized/pCoupCollaboration.tw b/src/uncategorized/pCoupCollaboration.tw index 2c9b37a9b7255213c8e0a01684d1f241f639a081..0a6afe6549c835ad898ce2fd80a15c20189c0419 100644 --- a/src/uncategorized/pCoupCollaboration.tw +++ b/src/uncategorized/pCoupCollaboration.tw @@ -6,8 +6,8 @@ <<set WombProgress($traitor, _pregWeeks)>> /* In all cases should be done */ <<set WombUpdatePregVars($traitor)>> -<<if WombBirthReady($traitor, 40) > 0 >> /* normal birth case, partial birthers not supported*/ - <<set $traitor.preg = -1, $traitor.birthsTotal += WombBirthReady($traitor, 40), $traitor.pregType = 0, $traitor.pregSource = 0, $traitor.pregWeek = 0, $traitor.pregKnown = 0>> +<<if WombBirthReady($traitor, $traitor.pregData.normalBirth) > 0 >> /* normal birth case, partial birthers not supported*/ + <<set $traitor.preg = -1, $traitor.birthsTotal += WombBirthReady($traitor, $traitor.pregData.normalBirth), $traitor.pregType = 0, $traitor.pregSource = 0, $traitor.pregWeek = 0, $traitor.pregKnown = 0>> <<set WombFlush($traitor)>> <<else>>/* still pregnant slave */ <<set $traitor.preg = WombMaxPreg($traitor)>> /*most ready fetus is a base*/ diff --git a/src/uncategorized/pCoupLoss.tw b/src/uncategorized/pCoupLoss.tw index 7ed6d5372076dd639ddb2105a879da99d8cf7050..e6ea560ff933dc4066feb38f4d6e8e1f08ddb8ae 100644 --- a/src/uncategorized/pCoupLoss.tw +++ b/src/uncategorized/pCoupLoss.tw @@ -5,8 +5,8 @@ <<set WombProgress($traitor, _pregWeeks)>> /* In all cases should be done */ <<set WombUpdatePregVars($traitor)>> -<<if WombBirthReady($traitor, 40) > 0 >> /* normal birth case, partial birthers not supported*/ - <<set $traitor.preg = -1, $traitor.birthsTotal += WombBirthReady($traitor, 40), $traitor.pregType = 0, $traitor.pregSource = 0, $traitor.pregWeek = 0, $traitor.pregKnown = 0>> +<<if WombBirthReady($traitor, $traitor.pregData.normalBirth) > 0 >> /* normal birth case, partial birthers not supported*/ + <<set $traitor.preg = -1, $traitor.birthsTotal += WombBirthReady($traitor, $traitor.pregData.normalBirth), $traitor.pregType = 0, $traitor.pregSource = 0, $traitor.pregWeek = 0, $traitor.pregKnown = 0>> <<set WombFlush($traitor)>> <<else>>/* still pregnant slave */ <<set $traitor.preg = WombMaxPreg($traitor)>> /*most ready fetus is a base*/ diff --git a/src/uncategorized/pTraitorMessage.tw b/src/uncategorized/pTraitorMessage.tw index 377cc4d96a3d7d855e014f3145a4bfbd6500b379..5127bb2c2188cadbcc96d04de81ec70400cfd561 100644 --- a/src/uncategorized/pTraitorMessage.tw +++ b/src/uncategorized/pTraitorMessage.tw @@ -17,8 +17,8 @@ <<if $traitor.broodmother > 0>> /* Broodmother implant is assumed as removed.*/ <<set $traitor.preg = -1, $traitor.birthsTotal += WombBirthReady($traitor, 37), $traitor.pregType = 0, $traitor.pregSource = 0, $traitor.pregWeek = 0, $traitor.pregKnown = 0, $traitor.broodmother == 0, $traitor.broodmotherFetuses = 0>> <<set WombFlush($traitor)>> -<<elseif WombBirthReady($traitor, 40) > 0 >> /* normal birth case, partial birthers not supported*/ - <<set $traitor.preg = -1, $traitor.birthsTotal += WombBirthReady($traitor, 40), $traitor.pregType = 0, $traitor.pregSource = 0, $traitor.pregWeek = 0, $traitor.pregKnown = 0>> +<<elseif WombBirthReady($traitor, $traitor.pregData.normalBirth) > 0 >> /* normal birth case, partial birthers not supported*/ + <<set $traitor.preg = -1, $traitor.birthsTotal += WombBirthReady($traitor, $traitor.pregData.normalBirth), $traitor.pregType = 0, $traitor.pregSource = 0, $traitor.pregWeek = 0, $traitor.pregKnown = 0>> <<set WombFlush($traitor)>> <<else>>/* still pregnant slave */ <<set $traitor.preg = WombMaxPreg($traitor)>> /*most ready fetus is a base*/ diff --git a/src/uncategorized/pePitFight.tw b/src/uncategorized/pePitFight.tw index 8c385563c976436707c3f6bd4888b69d76d85d7d..253feefba0a34e4f1a496ac3670534d5e8f43a73 100644 --- a/src/uncategorized/pePitFight.tw +++ b/src/uncategorized/pePitFight.tw @@ -102,7 +102,7 @@ Across the ring, $his opponent's owner nods civilly to you and examines $activeS <</if>> <<if $activeSlave.labor == 1>> $He's feeling labor pains. $His child<<if $activeSlave.pregType > 1>>ren are<<else>> is<</if>> ready to be born. -<<elseif $activeSlave.preg >= 40 && $activeSlave.pregControl != "labor supressors">> +<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth && $activeSlave.pregControl != "labor supressors">> $He'll be going into labor any time now and $he knows it. <</if>> diff --git a/src/uncategorized/reBoomerang.tw b/src/uncategorized/reBoomerang.tw index 4c92ad9edaabad8ff76122723349108d8b834f04..36ea23f96398bdc7d656a6a65472dd556424ecc3 100644 --- a/src/uncategorized/reBoomerang.tw +++ b/src/uncategorized/reBoomerang.tw @@ -27,8 +27,8 @@ brings up the relevant feeds. There's a naked body crumpled pathetically against <<if $activeSlave.broodmother > 0>> /* Broodmother implant is assumed as removed.*/ <<set $activeSlave.preg = -1, $activeSlave.birthsTotal += WombBirthReady($activeSlave, 37), $activeSlave.pregType = 0, $activeSlave.pregSource = 0, $activeSlave.pregWeek = 0, $activeSlave.pregKnown = 0, $activeSlave.broodmother == 0, $activeSlave.broodmotherFetuses = 0>> <<set WombFlush($activeSlave)>> -<<elseif WombBirthReady($activeSlave, 40) > 0 >> /* normal birth case, partial birthers not supported*/ - <<set $activeSlave.preg = -1, $activeSlave.birthsTotal += WombBirthReady($activeSlave, 40), $activeSlave.pregType = 0, $activeSlave.pregSource = 0, $activeSlave.pregWeek = 0, $activeSlave.pregKnown = 0>> +<<elseif WombBirthReady($activeSlave, $activeSlave.pregData.normalBirth) > 0 >> /* normal birth case, partial birthers not supported*/ + <<set $activeSlave.preg = -1, $activeSlave.birthsTotal += WombBirthReady($activeSlave, $activeSlave.pregData.normalBirth), $activeSlave.pregType = 0, $activeSlave.pregSource = 0, $activeSlave.pregWeek = 0, $activeSlave.pregKnown = 0>> <<set WombFlush($activeSlave)>> <<else>>/* still pregnant slave */ <<set $activeSlave.preg = WombMaxPreg($activeSlave)>> /*most ready fetus is a base*/ @@ -44,7 +44,7 @@ brings up the relevant feeds. There's a naked body crumpled pathetically against <<if $activeSlave.preg > 0>> <<set $activeSlave.preg += _weeks>> <<set $activeSlave.pregWeek += _weeks>> - <<if $activeSlave.preg > 40>> + <<if $activeSlave.preg > $activeSlave.pregData.normalBirth>> <<set $activeSlave.preg = -1, $activeSlave.birthsTotal += $activeSlave.pregType, $activeSlave.pregType = 0, $activeSlave.pregSource = 0, $activeSlave.pregWeek = 0, $activeSlave.pregKnown = 0>> <</if>> <<run SetBellySize($activeSlave)>> diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw index 63089f896e3f3af5d07b27eafc1f76f627b1cff1..c97e67e61e2b97de8b1ca6d40f79bc9479baca48 100644 --- a/src/uncategorized/remoteSurgery.tw +++ b/src/uncategorized/remoteSurgery.tw @@ -471,7 +471,7 @@ Work on her chest: //$His supportive mesh implant prevents reconstruction// <<else>> <<if ($activeSlave.boobShape == "saggy") || ($activeSlave.boobShape == "downward-facing")>> - [[Breast lift|Surgery Degradation][$activeSlave.boobShape = "normal", $activeSlave.health -= 20,$cash -= $surgeryCost, $surgeryType = "breastLift"]]<<if $activeSlave.preg > 20 || ($activeSlave.boobs >= 5000 && $activeSlave.boobs < 8000)>>//$His current state may result in $his breasts becoming saggy again//<</if>> + [[Breast lift|Surgery Degradation][$activeSlave.boobShape = "normal", $activeSlave.health -= 20,$cash -= $surgeryCost, $surgeryType = "breastLift"]]<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.42 || ($activeSlave.boobs >= 5000 && $activeSlave.boobs < 8000)>>//$His current state may result in $his breasts becoming saggy again//<</if>> <<else>> <<if ($activeSlave.boobShape == "normal")>> [[Reshape them to be perkier|Surgery Degradation][$activeSlave.boobShape = "perky",$cash -= $surgeryCost,$activeSlave.health -= 10,$surgeryType = "breastReconstruction"]] diff --git a/src/uncategorized/saDrugs.tw b/src/uncategorized/saDrugs.tw index 8270b138064115d16e1a3972f11681d566d72dc9..a07cb00e326ded7f2b1b3d34243c7dae0dc6c7ee 100644 --- a/src/uncategorized/saDrugs.tw +++ b/src/uncategorized/saDrugs.tw @@ -1063,10 +1063,10 @@ <<switch $slaves[$i].pregControl>> <<case "slow gestation">> <<set $slaves[$i].chem += 1>> - <<if $slaves[$i].preg >= 40>> + <<if $slaves[$i].preg >= $slaves[$i].pregData.normalBirth>> $He is full term; gestation restriction agents @@.red;can't suppress labor@@ and $his regimen is ended to prevent health damage. <<set $slaves[$i].pregControl = "none">> - <<elseif $slaves[$i].preg >= 16>> + <<elseif $slaves[$i].preg >= $slaves[$i].pregData.normalBirth/2.5>> $His belly feels very docile, $his gestation rate is @@.coral;greatly reduced@@. <<elseif $slaves[$i].preg > 0>> $His gestation rate is @@.coral;greatly reduced,@@ delaying how long it will be until $his pregnancy is visible. @@ -1104,16 +1104,16 @@ <<case "labor supressors">> <<set $slaves[$i].chem += 2>> - <<if WombBirthReady($slaves[$i], 60) > 0>> + <<if WombBirthReady($slaves[$i], $activeSlave.pregData.normalBirth*1.5) > 0>> <<set $slaves[$i].health -= 20>> <<set $slaves[$i].labor = 1>> <<set $slaves[$i].induce = 1>> <<set $birthee = 1>> $He has been ready to give birth for some time now. Suppressing birth for so long @@.red;greatly affects $his health.@@ $He may @@.red;have trouble@@ giving birth to $his oversized child<<if $slaves[$i].pregType > 1>>ren<</if>>. $He seems to be in distress, $his body is @@.red;forcing $his child<<if $slaves[$i].pregType > 1>>ren<</if>> out!@@ - <<elseif WombBirthReady($slaves[$i], 50) > 0>> + <<elseif WombBirthReady($slaves[$i], $activeSlave.pregData.normalBirth*1.25) > 0>> <<set $slaves[$i].health -= 20>> $He has been ready to give birth for some time now. Suppressing birth for so long @@.red;greatly affects $his health.@@ $He may @@.red;have trouble@@ giving birth to $his oversized child<<if $slaves[$i].pregType > 1>>ren<</if>>. - <<elseif WombBirthReady($slaves[$i], 40) > 0>> + <<elseif WombBirthReady($slaves[$i], $activeSlave.pregData.normalBirth) > 0>> <<set $slaves[$i].health -= 10>> Labor suppressing agents @@.red;negatively affect $his health.@@ <</if>> diff --git a/src/uncategorized/saGetMilked.tw b/src/uncategorized/saGetMilked.tw index 4f408fedff99978f7b107c3f1174c46df18bb261..eae94c41fa7d1042f63107db81313389f2121bce 100644 --- a/src/uncategorized/saGetMilked.tw +++ b/src/uncategorized/saGetMilked.tw @@ -88,7 +88,7 @@ gets milked this week. <</if>> <</if>> - <<if ($slaves[$i].preg > 5) && ($slaves[$i].pregKnown == 1)>> + <<if ($slaves[$i].preg > $slaves[$i].pregData.normalBirth/8) && ($slaves[$i].pregKnown == 1)>> $His pregnancy helps $his body produce more milk naturally<<if $slaves[$i].lactationAdaptation < 100>>, and also helps it adapt to milk production<<set $slaves[$i].lactationAdaptation += 1>><</if>>. <</if>> diff --git a/src/uncategorized/saGuardsYou.tw b/src/uncategorized/saGuardsYou.tw index e5058e703c2f96dfb9b5974b1ccfdec545f5cdcd..35f0b16ab67055ac20c50cb3151014e297f4669c 100644 --- a/src/uncategorized/saGuardsYou.tw +++ b/src/uncategorized/saGuardsYou.tw @@ -129,7 +129,7 @@ carries arms in your defense. <</if>> <<if $slaves[$i].labor == 1>> $He's feeling labor pains, greatly detracting from $his ability to protect you. -<<elseif $slaves[$i].preg >= 40 && $slaves[$i].pregControl != "labor supressors">> +<<elseif $slaves[$i].preg >= $slaves[$i].pregData.normalBirth && $slaves[$i].pregControl != "labor supressors">> $He'll be going into labor any time now detracting from $his ability to protect you. <</if>> diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index 00a1403b40a7b8c44bdb94b203c0ba4bb2710f62..125162413d54bc88d2b48e61cf2a50a2ee4304b4 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -1327,7 +1327,7 @@ $He knows $he will be pregnant until $his body gives out, and @@.hotpink;$he couldn't be happier.@@ <<set _para = 1>> <<set $slaves[$i].devotion += 5>> - <<elseif $slaves[$i].pregControl == "labor supressors" && $slaves[$i].preg >= 40>> + <<elseif $slaves[$i].pregControl == "labor supressors" && $slaves[$i].preg >= $slaves[$i].pregData.normalBirth>> Under the effects of labor suppression drugs, $he knows $he will be pregnant until you decided to allow $his birth. @@.hotpink;$He couldn't be happier.@@ <<set _para = 1>> <<set $slaves[$i].devotion += 5>> @@ -2918,7 +2918,7 @@ <<if ($slaves[$i].preg > 0)>> /*EFFECTS OF PREGNANCY*/ - <<if $slaves[$i].preg == 5>> + <<if $slaves[$i].preg == $slaves[$i].pregData.normalBirth/8>> /*BAD design - with speed control drugs and animal pregnancy 5th week can be not integer value, and block will be skipped as it's will be not strict == */ <<if $slaves[$i].pregSource == -1>> <<set $PC.slavesKnockedUp++>> <<elseif $slaves[$i].pregSource > 0>> @@ -2936,7 +2936,7 @@ $His body cannot handle having so much $slaves[$i].inflationType inside it, forcing $him to release $his contents until $he feels better. <</if>> <<if $slaves[$i].pregKnown == 0>> - The cause? @@.lime;$He's pregnant<<if $slaves[$i].preg > 10>> and rather far along<</if>>.@@ + The cause? @@.lime;$He's pregnant<<if $slaves[$i].preg > $slaves[$i].pregData.normalBirth/4>> and rather far along<</if>>.@@ <<else>> This will likely be the case for the duration of $his pregnancy. <</if>> @@ -2944,19 +2944,19 @@ <<if ($slaves[$i].fuckdoll == 0) && ($slaves[$i].fetish != "mindbroken")>> <<if ($slaves[$i].fetish == "pregnancy")>> - <<if $slaves[$i].preg >= 40>> + <<if $slaves[$i].preg >= $slaves[$i].pregData.normalBirth>> $He's full-term and has never been hornier. $His pregnancy fetish combined with $his ripe belly confers a @@.green;huge improvement in $his sexual appetite.@@ <<set $slaves[$i].energy += 5>> - <<elseif $slaves[$i].preg > 30>> + <<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.33>> Being a pregnancy fetishist and hugely pregnant confers an @@.green;improvement in $his sexual appetite.@@ <<set $slaves[$i].energy += 3>> - <<elseif $slaves[$i].preg > 20>> + <<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/2>> Being a pregnancy fetishist and pregnant confers a @@.green;slow improvement in $his sexual appetite.@@ <<set $slaves[$i].energy += 2>> - <<elseif $slaves[$i].preg > 10>> + <<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/4>> $His new pregnancy excites $him and produces @@.green;very slow improvement in $his sexual appetite.@@ <<set $slaves[$i].energy += 1>> - <<elseif $slaves[$i].preg <= 10 && $slaves[$i].preg > 3>> + <<elseif $slaves[$i].preg <= $slaves[$i].pregData.normalBirth/4 && $slaves[$i].preg > $slaves[$i].pregData.normalBirth/13.33>> The rigors of early pregnancy do not seem to decrease $his sex drive. If anything, it seems to be exciting $him. <</if>> <<if $slaves[$i].fetishKnown == 0>> @@ -2965,16 +2965,16 @@ <</if>> <<else>> /* not pregnancy fetish */ <<if ($slaves[$i].energy < 41)>> - <<if ($slaves[$i].preg <= 10) && $slaves[$i].preg > 3>> + <<if ($slaves[$i].preg <= $slaves[$i].pregData.normalBirth/4) && $slaves[$i].preg > $slaves[$i].pregData.normalBirth/13.33>> The rigors of early pregnancy @@.red;reduce $his sexual appetite.@@ <<set $slaves[$i].energy -= 3>> - <<elseif ($slaves[$i].preg >= 40)>> + <<elseif ($slaves[$i].preg >= $slaves[$i].pregData.normalBirth)>> $He is full-term and feels massively unattractive, @@.red;greatly suppressing $his sexual appetite.@@ <<set $slaves[$i].energy -= 4>> - <<elseif ($slaves[$i].preg > 30)>> + <<elseif ($slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.33)>> $His advanced pregnancy @@.red;greatly suppresses $his sexual appetite.@@ <<set $slaves[$i].energy -= 3>> - <<elseif ($slaves[$i].preg > 20)>> + <<elseif ($slaves[$i].preg > $slaves[$i].pregData.normalBirth/2)>> $His growing pregnancy @@.red;suppresses $his sexual appetite.@@ <<set $slaves[$i].energy -= 2>> <<elseif ($slaves[$i].bellyPreg >= 1500)>> @@ -2982,40 +2982,40 @@ <<set $slaves[$i].energy -= 1>> <</if>> <<elseif ($slaves[$i].energy < 61)>> - <<if $slaves[$i].preg <= 10 && $slaves[$i].preg > 3>> + <<if $slaves[$i].preg <= $slaves[$i].pregData.normalBirth/4 && $slaves[$i].preg > $slaves[$i].pregData.normalBirth/13.33>> The rigors of early pregnancy @@.red;slightly reduce $his sexual appetite.@@ <<set $slaves[$i].energy -= 1>> - <<elseif ($slaves[$i].preg >= 40)>> + <<elseif ($slaves[$i].preg >= $slaves[$i].pregData.normalBirth)>> $He is full-term and @@.green;hornier than ever.@@ <<set $slaves[$i].energy += 2>> - <<elseif ($slaves[$i].preg > 30)>> + <<elseif ($slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.33)>> $His advanced pregnancy @@.green;increases $his libido.@@ <<set $slaves[$i].energy += 1>> <</if>> <<elseif $slaves[$i].energy < 90>> - <<if ($slaves[$i].preg <= 10) && $slaves[$i].preg > 3>> + <<if ($slaves[$i].preg <= $slaves[$i].pregData.normalBirth/4) && $slaves[$i].preg > $slaves[$i].pregData.normalBirth/13.33>> The rigors of early pregnancy @@.red;reduce $his sexual appetite.@@ <<set $slaves[$i].energy -= 3>> - <<elseif ($slaves[$i].preg >= 40)>> + <<elseif ($slaves[$i].preg >= $slaves[$i].pregData.normalBirth)>> $He is full-term and suffering from an @@.green;unquenchable need for sex.@@ <<set $slaves[$i].energy += 4>> - <<elseif $slaves[$i].preg > 30>> + <<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.33>> $His advanced pregnancy comes with a hugely increased libido, @@.green;greatly increasing $his sexual drive.@@ <<set $slaves[$i].energy += 3>> - <<elseif $slaves[$i].preg > 20>> + <<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/2>> $His growing pregnancy comes with an increased libido, @@.green;spurring $his sexual appetite.@@ <<set $slaves[$i].energy += 2>> <</if>> <<else>> - <<if $slaves[$i].preg <= 10 && $slaves[$i].preg > 3>> + <<if $slaves[$i].preg <= $slaves[$i].pregData.normalBirth/4 && $slaves[$i].preg > $slaves[$i].pregData.normalBirth/13.33>> The rigors of early pregnancy @@.red;reduce $his sexual appetite.@@ <<set $slaves[$i].energy -= 3>> - <<elseif ($slaves[$i].preg >= 40)>> + <<elseif ($slaves[$i].preg >= $slaves[$i].pregData.normalBirth)>> $He is full-term and horny as hell. $His hormones and already high libido have $him acting like $he hasn't had a good fuck in nine months. <<set $slaves[$i].energy += 2>> - <<elseif $slaves[$i].preg > 30>> + <<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.33>> $His advanced pregnancy, combined with $his already high libido, has $him practically begging for sex whenever $he has a spare moment. - <<elseif $slaves[$i].preg > 20>> + <<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/2>> $His growing pregnancy, combined with $his already high libido, has $him always itching for some sex. <</if>> <</if>> @@ -3043,7 +3043,7 @@ <<run SetBellySize($slaves[$i])>> <</if>> - <<if ($slaves[$i].preg >= 10)>> + <<if ($slaves[$i].preg >= $slaves[$i].pregData.normalBirth/4)>> <<if ($slaves[$i].fuckdoll == 0) && ($slaves[$i].fetish != "mindbroken")>> <<if $slaves[$i].career == "a dairy cow" && ($slaves[$i].devotion <= 50)>> $He @@.mediumaquamarine;feels right@@ to be growing heavy with child. To $him, a growing baby means better milk. @@ -3114,13 +3114,13 @@ <<elseif $slaves[$i].pregControl == "labor supressors">> $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> oddly calm; it is unlikely $he will give birth soon, despite being overdue. <<elseif $slaves[$i].broodmother == 0>> - <<if $slaves[$i].preg > 41>> + <<if $slaves[$i].preg > $slaves[$i].pregData.normalBirth+1>> $He is constantly beset by $his squirming child<<if $slaves[$i].pregType > 1>>ren<</if>>. They're overdue, so $he's likely to go into labor at any moment, but they aren't quite ready to leave their home. - <<elseif $slaves[$i].preg > 39>> + <<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth-1 && $slaves[$i].preg > $slaves[$i].pregData.minLiveBirth>> $He is constantly beset by $his squirming child<<if $slaves[$i].pregType > 1>>ren<</if>>. Given their liveliness, and how long $he has been pregnant, it is likely that $he will go into labor at any time now. - <<elseif $slaves[$i].preg > 38>> + <<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth-2 && $slaves[$i].preg > $slaves[$i].pregData.minLiveBirth>> $He often has to stop for breaks to soothe $his kicking child<<if $slaves[$i].pregType > 1>>ren<</if>> and to catch $his breath. $He is far enough along that $he may go into labor any day now. - <<elseif $slaves[$i].preg > 37>> + <<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/-3 && $slaves[$i].preg > $slaves[$i].pregData.minLiveBirth>> $He often has to stop for breaks to soothe $his kicking child<<if $slaves[$i].pregType > 1>>ren<</if>>. $He is far enough along that $he may go into early labor. <</if>> <<elseif $slaves[$i].broodmother > 0 && $slaves[$i].preg > 37>> @@ -3131,7 +3131,7 @@ <</if>> <</if>> /* pregmod end */ - <<if ($slaves[$i].preg > 20) && (random(1,100) == 69)>> + <<if ($slaves[$i].preg > $slaves[$i].pregData.normalBirth/2) && (random(1,100) == 69)>> <<if ($slaves[$i].behavioralFlaw == "none") && ($slaves[$i].behavioralQuirk == "none")>> <<switch random(1,4)>> <<case 1>> @@ -3241,7 +3241,7 @@ <<if (($slaves[$i].boobs - $slaves[$i].boobsImplant) < _boobTarget)>> $His breasts @@.lime;greatly swell@@ to meet the upcoming demand. <<set $slaves[$i].boobs += 100>> - <<if $slaves[$i].boobShape != "saggy" && $slaves[$i].preg > 32 && ($slaves[$i].breastMesh != 1) && ($slaves[$i].drugs != "sag-B-gone")>> + <<if $slaves[$i].boobShape != "saggy" && $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.25 && ($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">> <</if>> @@ -3260,7 +3260,7 @@ $His breasts @@.lime;swell@@ in preparation for $his growing brood. <<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)>> + <<if $slaves[$i].preg > random($slaves[$i].pregData.normalBirth/1.25, $slaves[$i].pregData.normalBirth*2.05)>> $His swollen @@.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">> <</if>> @@ -3270,21 +3270,21 @@ <<if random(1,100) > 80>> Pregnancy @@.lime;causes $his breasts to swell somewhat.@@ <<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")>> + <<if $slaves[$i].boobShape != "saggy" && $slaves[$i].preg > random($slaves[$i].pregData.normalBirth/1.25, $slaves[$i].pregData.normalBirth*2.5) && ($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">> <</if>> <</if>> <</if>> - <<if $slaves[$i].preg > 32 && $slaves[$i].physicalAge >= 18 && $slaves[$i].hips == 1 && $slaves[$i].hipsImplant == 0 && random(1,100) > 90>> + <<if $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.25 && $slaves[$i].physicalAge >= 18 && $slaves[$i].hips == 1 && $slaves[$i].hipsImplant == 0 && random(1,100) > 90>> $His hips @@.lime;widen@@ to better support $his gravidity. <<set $slaves[$i].hips += 1>> - <<elseif $slaves[$i].preg > 28 && $slaves[$i].physicalAge >= 18 && $slaves[$i].hips == 0 && $slaves[$i].hipsImplant == 0 && random(1,100) > 70>> + <<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.42 && $slaves[$i].physicalAge >= 18 && $slaves[$i].hips == 0 && $slaves[$i].hipsImplant == 0 && random(1,100) > 70>> $His hips @@.lime;widen@@ to better support $his gravidity. <<set $slaves[$i].hips += 1>> <</if>> <</if>> - <<if $slaves[$i].preg == 15>> + <<if $slaves[$i].preg == $slaves[$i].pregData.normalBirth/2.66>> <<if $slaves[$i].pregKnown == 0>> $His areolae have oddly darkened. Some cursory tests reveal @@.lime;$he is about fifteen weeks pregnant.@@ <<set $slaves[$i].pregKnown = 1>> @@ -3296,12 +3296,12 @@ $His growing pregnancy renders $his fake belly moot. <<set $slaves[$i].bellyAccessory = "none">> <</if>> - <<if ($slaves[$i].preg > 20) && ($slaves[$i].lactation == 0)>> + <<if ($slaves[$i].preg > $slaves[$i].pregData.normalBirth/2) && ($slaves[$i].lactation == 0)>> <<if $slaves[$i].health < -20>> $He's so unwell that natural lactation is unlikely. <<elseif $slaves[$i].weight <= -30>> $He's so skinny that natural lactation is unlikely. - <<elseif $slaves[$i].preg > random(18,30)>> + <<elseif $slaves[$i].preg > random($slaves[$i].pregData.normalBirth/2.22, $slaves[$i].pregData.normalBirth/1.33)>> Pregnancy @@.lime;causes $him to begin lactating.@@ <<set $slaves[$i].lactation = 1>> <</if>> @@ -4372,7 +4372,7 @@ <</if>> <<if $arcologies[0].FSRepopulationFocus != "unset">> - <<if $slaves[$i].preg > 30>> + <<if $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.33>> <<if $slaves[$i].pregType >= 20>> Society is @@.green;very pleased@@ at $slaves[$i].slaveName's dedication to pregnancy. <<= FSChangePorn("Repopulationist", 5)>> @@ -4471,7 +4471,7 @@ <<= FSChangePorn("Eugenics", 3)>> <</if>> <<else>> - <<if $slaves[$i].preg > 30>> + <<if $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.33>> <<if $slaves[$i].pregType >= 10>> Society is @@.red;furious@@ at $slaves[$i].slaveName's infested womb. <<= FSChangePorn("Eugenics", -10)>> @@ -6623,7 +6623,7 @@ /* <<if $masterSuitePregnancySlaveLuxuries == 1 && $slaves[$i].broodmother == 2 && ($slaves[$i].assignment == "serve in the master suite" || $slaves[$i].assignment == "be your Concubine")>> <<if $slaves[$i].diet != "high caloric">> - <<if $slaves[$i].preg > 20>> + <<if $slaves[$i].preg > $slaves[$i].pregData.normalBirth/2>> The pregnancy generator places heavy strain on $him as $his body @@.red;consumes itself@@ to keep releasing eggs and maintain $his many developing babies. <<set $slaves[$i].health -= 1>> <<if $slaves[$i].weight lt -2>> @@ -7229,7 +7229,7 @@ <</if>> <<if $slaves[$i].breedingMark == 1 && $propOutcome == 1 && $eugenicsFullControl != 1>> - <<if $slaves[$i].preg > 3 || $slaves[$i].pregKnown == 1>> + <<if $slaves[$i].preg > $slaves[$i].pregData.normalBirth/13.33 || $slaves[$i].pregKnown == 1>> <<if $slaves[$i].pregSource != -1>> $slaves[$i].slaveName's weekly health checkup revealed $he is pregnant with an unacceptable child. @@.red;Its life has been terminated, you have been fined <<print cashFormat(100000)>>, and your rep among the Elite has been severely damaged.@@ <<set $slaves[$i].preg = 0>> @@ -7252,14 +7252,14 @@ <</if>> /*--------------- main labor triggers: -------- */ -<<if $slaves[$i].preg > 5>> +<<if $slaves[$i].preg > $slaves[$i].pregData.normalBirth/8>> <<if $slaves[$i].pregControl != "labor supressors" && $slaves[$i].assignment != "labor in the production line">> <<if $slaves[$i].broodmother < 1>> - <<if WombBirthReady($slaves[$i], 43) > 0>> /*check for really ready fetuses - 43 weeks - max, overdue*/ + <<if WombBirthReady($slaves[$i], $slaves[$i].pregData.normalBirth*1.075) > 0>> /*check for really ready fetuses - 43 weeks - max, overdue*/ <<set $slaves[$i].labor = 1, $birthee = 1>> - <<elseif WombBirthReady($slaves[$i], 40) > 0 && (random(1,100) > 50)>> /*check for really ready fetuses - 40 weeks - normal*/ + <<elseif WombBirthReady($slaves[$i], $slaves[$i].pregData.normalBirth) > 0 && (random(1,100) > 50)>> /*check for really ready fetuses - 40 weeks - normal*/ <<set $slaves[$i].labor = 1, $birthee = 1>> - <<elseif WombBirthReady($slaves[$i], 36) > 0 && (random(1,100) > 90)>> /*check for really ready fetuses - 36 weeks minimum */ + <<elseif WombBirthReady($slaves[$i], $slaves[$i].pregData.normalBirth/1.1111) > 0 && (random(1,100) > 90)>> /*check for really ready fetuses - 36 weeks minimum */ <<set $slaves[$i].labor = 1, $birthee = 1>> <</if>> <<else>> @@ -7316,19 +7316,19 @@ <<set _miscarriageChance = Math.round(_miscarriageChance)>> <<if _miscarriageChance > random(0,100)>> <<set _chance = random(1,100)>> - <<if $slaves[$i].preg >= 30>> + <<if $slaves[$i].preg >= $slaves[$i].pregData.normalBirth/1.33>> <<set $slaves[$i].labor = 1, $birthee = 1>> <<set _miscarriage = 1>> - <<elseif $slaves[$i].preg > 27>> + <<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.48>> <<set $slaves[$i].labor = 1, $slaves[$i].prematureBirth = 1, $birthee = 1>> <<set _miscarriage = 1>> - <<elseif $slaves[$i].preg > 25 && _chance > 10>> + <<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.6 && _chance > 10>> <<set $slaves[$i].labor = 1, $slaves[$i].prematureBirth = 1, $birthee = 1>> <<set _miscarriage = 1>> - <<elseif $slaves[$i].preg > 23 && _chance > 40>> + <<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.73 && _chance > 40>> <<set $slaves[$i].labor = 1, $slaves[$i].prematureBirth = 1, $birthee = 1>> <<set _miscarriage = 1>> - <<elseif $slaves[$i].preg > 22 && _chance > 75>> + <<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.81 && _chance > 75>> <<set $slaves[$i].labor = 1, $slaves[$i].prematureBirth = 1, $birthee = 1>> <<set _miscarriage = 1>> <<else>> diff --git a/src/uncategorized/saRecruitGirls.tw b/src/uncategorized/saRecruitGirls.tw index 443a7b9f5fae2e0c1e2fc26d35e7d68adcf4d947..6b4b29f796c0e2d271a9616095afb7ae154fca9e 100644 --- a/src/uncategorized/saRecruitGirls.tw +++ b/src/uncategorized/saRecruitGirls.tw @@ -315,7 +315,7 @@ <</if>> <<elseif $recruiterTarget == "expectant mothers">> /* now you can ginger too */ <<if (($Recruiter.belly >= 1500 || setup.fakeBellies.includes($bellyAccessory) && $Recruiter.weight < 130) || $Recruiter.belly >= 100000)>> - <<if $Recruiter.preg > 5>> + <<if $Recruiter.preg > $Recruiter.pregData.normalBirth/8>> Since $he's visibly pregnant $himself, $he speaks with authority when $he says that Free Cities medicine can keep them and their pregnancies safe and healthy. <<else>> Since $he looks visibly pregnant, $he's more convincing when $he says that Free Cities medicine can keep them and their pregnancies safe and healthy. @@ -520,7 +520,7 @@ <</if>> <</if>> <<if $arcologies[0].FSRepopulationFocus != "unset">> - <<if $slaves[$i].preg > 30>> + <<if $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.33>> <<if $slaves[$i].pregType >= 30>> <<set _seed += 5>> <<elseif $slaves[$i].pregType >= 10>> @@ -529,7 +529,7 @@ <<set _seed += 3>> <</if>> <<set _FSmatch++, $arcologies[0].FSRepopulationFocus += 0.01*$FSSingleSlaveRep>> - <<elseif $slaves[$i].preg > 20>> + <<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/2>> <<if $slaves[$i].pregType >= 30>> <<set _seed += 4>> <<elseif $slaves[$i].pregType >= 10>> @@ -732,9 +732,9 @@ <</if>> <</if>> <<if $arcologies[0].FSRepopulationFocus != "unset">> - <<if $slaves[$i].preg > 30>> + <<if $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.33>> $He makes a habit of allowing the public to fondle and enjoy the movements within $his baby filled belly. - <<elseif $slaves[$i].preg > 15>> + <<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/2.66>> $He makes a habit of allowing the public to fondle and enjoy baby rounded belly. <<elseif $slaves[$i].births > 0>> Any time $he stars in an erotic photo shoot, $he always makes sure to follow up with a, hopefully positive, pregnancy test. Though $he makes sure to hype up $his viewers to sign up to be the one to knock $him up should it come up negative. diff --git a/src/uncategorized/saWorkTheFarm.tw b/src/uncategorized/saWorkTheFarm.tw index 1b9fc6c4a983b38ad7ca46de9eb0977718ac187c..74fb6ac9d30902a62b83b6a2fb137f2d9bf9b16f 100644 --- a/src/uncategorized/saWorkTheFarm.tw +++ b/src/uncategorized/saWorkTheFarm.tw @@ -88,7 +88,7 @@ gets milked this week. <</if>> <</if>> - <<if ($slaves[$i].preg > 5) && ($slaves[$i].pregKnown == 1)>> + <<if ($slaves[$i].preg > $slaves[$i].pregData.normalBirth/8) && ($slaves[$i].pregKnown == 1)>> $His pregnancy helps $his body produce more milk naturally<<if $slaves[$i].lactationAdaptation < 100>>, and also helps it adapt to milk production<<set $slaves[$i].lactationAdaptation += 1>><</if>>. <</if>> diff --git a/src/uncategorized/seCoursingRace.tw b/src/uncategorized/seCoursingRace.tw index 8c05bb90622d7e35abdb57814eec6d9024d102ab..235423522e37b85bde29fb7cc8c58dde50e9ad7a 100644 --- a/src/uncategorized/seCoursingRace.tw +++ b/src/uncategorized/seCoursingRace.tw @@ -84,7 +84,7 @@ You place your hand on the leash's quick release and <<if canHear($Lurcher)>>whi As you watch $him go, $his testicles smack into $his thigh, and $he gasps with pain. <<set _LurcherSpeed -= 1>> <</if>> -<<if $Lurcher.preg >= 40>> +<<if $Lurcher.preg >= $Lurcher.pregData.normalBirth>> $He seems terrified that $his water might break if $he tried to move too fast. <<set _LurcherSpeed -= 10>> <<elseif $Lurcher.belly >= 120000>> diff --git a/src/uncategorized/seLethalPit.tw b/src/uncategorized/seLethalPit.tw index 3511ec0871d36a82f26c48ff8ae7d85ddb6cebfe..ae85c439d8d029d50681d100fc71e3e0c60b8607 100644 --- a/src/uncategorized/seLethalPit.tw +++ b/src/uncategorized/seLethalPit.tw @@ -165,7 +165,7 @@ You review the rules - the <<if $pitAnimal == 0>>combatants<<else>>slave<</if>> <</if>> <<if _fighterOne.labor == 1>> She's feeling labor pains. Her child<<if _fighterOne.pregType > 1>>ren are<<else>> is<</if>> ready to be born, oblivious to the fact that it will mean the death of <<if _fighterOne.pregType > 1>>their<<else>>its<</if>> mother. -<<elseif _fighterOne.preg >= 40 && _fighterOne.pregControl != "labor supressors">> +<<elseif _fighterOne.preg >= _fighterOne.pregData.normalBirth && _fighterOne.pregControl != "labor supressors">> She'll be going into labor any time now and she knows it. She's terrified of the thought of her water breaking during the fight. <</if>> @@ -317,7 +317,7 @@ You review the rules - the <<if $pitAnimal == 0>>combatants<<else>>slave<</if>> <</if>> <<if _fighterTwo.labor == 1>> She's feeling labor pains. Her child<<if _fighterTwo.pregType > 1>>ren are<<else>> is<</if>> ready to be born, oblivious that it will mean the death of <<if _fighterTwo.pregType > 1>>their<<else>>its<</if>> mother. - <<elseif _fighterTwo.preg >= 40 && _fighterTwo.pregControl != "labor supressors">> + <<elseif _fighterTwo.preg >= _fighterTwo.pregData.normalBirth && _fighterTwo.pregControl != "labor supressors">> She'll be going into labor any time now and she knows it. She's terrified of the thought of her water breaking during the fight. <</if>> diff --git a/src/uncategorized/seNonlethalPit.tw b/src/uncategorized/seNonlethalPit.tw index 0830e38cbeba55f9dbad882287badd6fd96caf07..8074c136bae64c430527b46f5425c28561beec83 100644 --- a/src/uncategorized/seNonlethalPit.tw +++ b/src/uncategorized/seNonlethalPit.tw @@ -153,7 +153,7 @@ <</if>> <<if _fighterOne.labor == 1>> She's feeling labor pains. Her child<<if _fighterOne.pregType > 1>>ren are<<else>> is<</if>> ready to be born, oblivious that it will put <<if _fighterOne.pregType > 1>>their<<else>>its<</if>> mother at the mercy of her opponent. - <<elseif _fighterOne.preg >= 40 && _fighterOne.pregControl != "labor supressors">> + <<elseif _fighterOne.preg >= _fighterOne.pregData.normalBirth && _fighterOne.pregControl != "labor supressors">> She'll be going into labor any time now and she knows it. She's terrified of the thought of her water breaking during the fight. <</if>> @@ -293,7 +293,7 @@ <</if>> <<if _fighterTwo.labor == 1>> She's feeling labor pains. Her child<<if _fighterTwo.pregType > 1>>ren are<<else>> is<</if>> ready to be born, oblivious that it will put <<if _fighterTwo.pregType > 1>>their<<else>>its<</if>> mother at the mercy of her opponent. - <<elseif _fighterTwo.preg >= 40 && _fighterTwo.pregControl != "labor supressors">> + <<elseif _fighterTwo.preg >= _fighterTwo.pregData.normalBirth && _fighterTwo.pregControl != "labor supressors">> She'll be going into labor any time now and she knows it. She's terrified of the thought of her water breaking during the fight. <</if>> diff --git a/src/uncategorized/seRaiding.tw b/src/uncategorized/seRaiding.tw index e7dbef613a1455f561a137b077787f3c12d833ff..affef0f5aeb09025bce34fa8cb49f006e2cc2384 100644 --- a/src/uncategorized/seRaiding.tw +++ b/src/uncategorized/seRaiding.tw @@ -658,7 +658,7 @@ The $origin is the primary target of the raid. They're $activeSlave.race. Their balls are likely to hurt while running, enough to slow them down. <<set $targetEscape -= 1>> <</if>> -<<if $activeSlave.preg >= 39>> +<<if $activeSlave.preg >= $activeSlave.pregData.normalBirth-1>> Their ripe pregnant belly is very likely to preclude them from escaping without help at all. All it takes is their water breaking to practically doom their flight. <<set $targetEscape -= 10>> <<elseif $activeSlave.belly >= 60000>> diff --git a/src/uncategorized/sellSlave.tw b/src/uncategorized/sellSlave.tw index bcbb1bafdc027e77946d632a502b61efd9a4e4fc..3e26fb8f8da1015ef8a88668b1c2361d783f05a4 100644 --- a/src/uncategorized/sellSlave.tw +++ b/src/uncategorized/sellSlave.tw @@ -206,41 +206,41 @@ A reputable slave appraiser arrives promptly to inspect $him and certify $his qu <<if $activeSlave.career != 0>> <<if setup.bodyguardCareers.includes($activeSlave.career)>> - $His background would help make $him a good Bodyguard; that's valuable. + $His background would help make $him a good Bodyguard; that's valuable. <<elseif setup.wardenessCareers.includes($activeSlave.career)>> - $His background would help make $him a good Wardeness; that's valuable. + $His background would help make $him a good Wardeness; that's valuable. <<elseif setup.attendantCareers.includes($activeSlave.career)>> - $His background would help make $him a good Attendant; that's valuable. + $His background would help make $him a good Attendant; that's valuable. <<elseif setup.matronCareers.includes($activeSlave.career)>> - $His background would help make $him a good Matron; that's valuable. + $His background would help make $him a good Matron; that's valuable. <<elseif setup.schoolteacherCareers.includes($activeSlave.career)>> - $His background would help make $him a good Schoolteacher; that's valuable. + $His background would help make $him a good Schoolteacher; that's valuable. <<elseif setup.stewardessCareers.includes($activeSlave.career)>> - $His background would help make $him a good Stewardess; that's valuable. + $His background would help make $him a good Stewardess; that's valuable. <<elseif setup.milkmaidCareers.includes($activeSlave.career)>> - $His background would help make $him a good Milkmaid; that's valuable. + $His background would help make $him a good Milkmaid; that's valuable. <<elseif setup.farmerCareers.includes($activeSlave.career)>> - $His background would help make $him a good Farmer; that's valuable. + $His background would help make $him a good Farmer; that's valuable. <<elseif setup.madamCareers.includes($activeSlave.career)>> - $His background would help make $him a good Madam; that's valuable. + $His background would help make $him a good Madam; that's valuable. <<elseif setup.DJCareers.includes($activeSlave.career)>> - $His background would help make $him a good DJ; that's valuable. + $His background would help make $him a good DJ; that's valuable. <<elseif setup.HGCareers.includes($activeSlave.career)>> - $His background would help make $him a good Head Girl; that's valuable. + $His background would help make $him a good Head Girl; that's valuable. <<elseif setup.recruiterCareers.includes($activeSlave.career)>> - $His background would help make $him a good Recruiter; that's valuable. + $His background would help make $him a good Recruiter; that's valuable. <<elseif setup.matronCareers.includes($activeSlave.career)>> - $His background would help make $him a good Matron; that's valuable. + $His background would help make $him a good Matron; that's valuable. <<elseif setup.entertainmentCareers.includes($activeSlave.career)>> - $His background should help $his flirting a little. + $His background should help $his flirting a little. <<elseif setup.whoreCareers.includes($activeSlave.career)>> - $His background should help $his fucking a little. + $His background should help $his fucking a little. <<elseif setup.gratefulCareers.includes($activeSlave.career)>> - $His background should make $him a bit more trusting. + $His background should make $him a bit more trusting. <<elseif setup.menialCareers.includes($activeSlave.career)>> - $His background should make $him a bit more tractable. + $His background should make $him a bit more tractable. <<elseif setup.servantCareers.includes($activeSlave.career)>> - $His background should make $him a good servant. + $His background should make $him a good servant. <</if>> <</if>> <<if ($week-$activeSlave.weekAcquired >= 20) && ($activeSlave.entertainSkill >= 100)>> @@ -379,7 +379,7 @@ A reputable slave appraiser arrives promptly to inspect $him and certify $his qu <<if $activeSlave.attrKnown == 1>> <<if $activeSlave.energy > 95>> - Nymphomania adds a major price bonus. + Nymphomania adds a major price bonus. <</if>> <<else>> With $his sex drive not well tested, I cannot award $him any value in that area. @@ -395,7 +395,7 @@ A reputable slave appraiser arrives promptly to inspect $him and certify $his qu That belly is all child? Incredible. Such fertility will price $him very high, the global market being what it is. <<elseif ($activeSlave.bellyPreg >= 120000)>> Such a massive pregnancy demands a high value, the global market being what it is. - <<elseif ($activeSlave.preg > 10)>> + <<elseif ($activeSlave.preg > $activeSlave.pregData.normalBirth/4)>> The advanced pregnancy adds a little value, the global market being what it is. <</if>> <<elseif $arcologies[0].FSRestartSMR != 0>> @@ -405,7 +405,7 @@ A reputable slave appraiser arrives promptly to inspect $him and certify $his qu That belly is all child? How horrible. $He'd make a better example of the horrors of pregnancy than a sex slave. <<elseif ($activeSlave.bellyPreg >= 30000)>> What a disgusting creature, that filth inside $him will destroy $his value. - <<elseif ($activeSlave.preg > 10)>> + <<elseif ($activeSlave.preg > $activeSlave.pregData.normalBirth/4)>> What a waste, if $he weren't pregnant, $he might be worth something. <</if>> <<else>> @@ -415,7 +415,7 @@ A reputable slave appraiser arrives promptly to inspect $him and certify $his qu Such an obscene and life threatening display of fertility will turn off most buyers and considerably damage $his value, the global market being what it is. <<elseif ($activeSlave.bellyPreg >= 120000)>> Such a massive and dangerous pregnancy removes some value, the global market being what it is. - <<elseif ($activeSlave.preg > 10)>> + <<elseif ($activeSlave.preg > $activeSlave.pregData.normalBirth/4)>> The advanced pregnancy removes a little value, the global market being what it is. <</if>> <</if>> @@ -620,25 +620,25 @@ A reputable slave appraiser arrives promptly to inspect $him and certify $his qu <<if $arcologies[0].FSGenderRadicalistLawFuta != 0>> <<if $arcologies[0].FSGenderRadicalistLawFuta == 1>> <<if $activeSlave.dick > 0>> - <<if $activeSlave.vagina > -1>> - Futas appraise better than ever, thanks to your leadership on gender. - <</if>> + <<if $activeSlave.vagina > -1>> + Futas appraise better than ever, thanks to your leadership on gender. + <</if>> <</if>> <<elseif $arcologies[0].FSGenderRadicalistLawFuta == 2>> <<if $activeSlave.dick > 0>> - <<if $activeSlave.balls > 0>> - Slaves with cocks and balls appraise quite well, thanks to your leadership on gender. - <</if>> + <<if $activeSlave.balls > 0>> + Slaves with cocks and balls appraise quite well, thanks to your leadership on gender. + <</if>> <</if>> <<else>> <<if $activeSlave.butt >= 5>> - <<if $activeSlave.anus >= 2>> - <<if $activeSlave.hips >= 1>> - <<if $activeSlave.analSkill > 60>> - Slaves with big butts and skilled anuses appraise quite well, thanks to your leadership on gender. - <</if>> - <</if>> - <</if>> + <<if $activeSlave.anus >= 2>> + <<if $activeSlave.hips >= 1>> + <<if $activeSlave.analSkill > 60>> + Slaves with big butts and skilled anuses appraise quite well, thanks to your leadership on gender. + <</if>> + <</if>> + <</if>> <</if>> <</if>> <</if>> @@ -736,7 +736,7 @@ __Bids Received__ <<elseif ($activeSlave.boobs > 2000) && (random(1,100) > 80)>> <br>''<<print cashFormat(_Price)>>'' from a citizen with an obvious breast expansion fetish. <<set _NewOwner = 1>> -<<elseif ($activeSlave.preg > 20) && ($activeSlave.lactation == 1) && (random(1,100) > 80)>> +<<elseif ($activeSlave.preg > $activeSlave.pregData.normalBirth/2) && ($activeSlave.lactation == 1) && (random(1,100) > 80)>> <br>''<<print cashFormat(_Price)>>'' from a citizen who pays obsessive attention to $his gravid belly and naturally lactating breasts. <<set _NewOwner = 1>> <<elseif ($activeSlave.ovaries == 1) && ($activeSlave.physicalAge < 25) && (random(1,100) > 80)>> @@ -771,36 +771,36 @@ __Bids Received__ <</if>> <<if $activeSlave.physicalAge > 30>> - <<if $activeSlave.devotion > 20>> - <<if random(1,100) > 50>> - <br>''<<print cashFormat(500*Math.trunc(($slaveCost*0.9)/500))>>'' from a polite older citizen looking for a housekeeper and bedwarmer. - <<link "Accept bid" "Slave Sold">> - <<set $cash += 500*Math.trunc(($slaveCost*0.9)/500)>> - <<set $buyer = "housekeeper">> - <</link>> - <</if>> +<<if $activeSlave.devotion > 20>> + <<if random(1,100) > 50>> + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*0.9)/500))>>'' from a polite older citizen looking for a housekeeper and bedwarmer. + <<link "Accept bid" "Slave Sold">> + <<set $cash += 500*Math.trunc(($slaveCost*0.9)/500)>> + <<set $buyer = "housekeeper">> + <</link>> <</if>> <</if>> +<</if>> <<if isFertile($activeSlave) && $seePreg != 0>> <<if $slaveCost > 10000>> <<if random(1,100) > 60>> - <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from a male citizen who wants to ensure his posterity by using $him to carry his children. - <<link "Accept bid" "Slave Sold">> - <<set $cash += 500*Math.trunc(($slaveCost*1.05)/500)>> - <<set $buyer = "preg fetishist">> - <</link>> + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from a male citizen who wants to ensure his posterity by using $him to carry his children. + <<link "Accept bid" "Slave Sold">> + <<set $cash += 500*Math.trunc(($slaveCost*1.05)/500)>> + <<set $buyer = "preg fetishist">> + <</link>> <</if>> <</if>> <<if $activeSlave.mpreg == 1>> <<if random(1,100) > 60>> - <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from an organ modifier interested in $his anal womb. - <<link "Accept bid" "Slave Sold">> - <<set $cash += 500*Math.trunc(($slaveCost*1.05)/500)>> - <<set $buyer = "organ crafter">> - <</link>> + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from an organ modifier interested in $his anal womb. + <<link "Accept bid" "Slave Sold">> + <<set $cash += 500*Math.trunc(($slaveCost*1.05)/500)>> + <<set $buyer = "organ crafter">> + <</link>> <</if>> <</if>> @@ -831,16 +831,16 @@ __Bids Received__ <</if>> <<if $activeSlave.hips > 1>> - <<if $activeSlave.vagina == 0>> - <<if random(1,100) > 60>> - <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from a fellow arcology owner focusing on building a future society based on his genes: he seeks fertile virgins with wide hips, feeling they will be the best mothers. - <<link "Accept bid" "Slave Sold">> - <<set $cash += 500*Math.trunc(($slaveCost*1.05)/500)>> - <<set $buyer = "repopulationist arcology">> - <</link>> - <</if>> +<<if $activeSlave.vagina == 0>> + <<if random(1,100) > 60>> + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from a fellow arcology owner focusing on building a future society based on his genes: he seeks fertile virgins with wide hips, feeling they will be the best mothers. + <<link "Accept bid" "Slave Sold">> + <<set $cash += 500*Math.trunc(($slaveCost*1.05)/500)>> + <<set $buyer = "repopulationist arcology">> + <</link>> <</if>> <</if>> +<</if>> <<if $activeSlave.vagina == 0>> <<if random(1,100) > 60>> @@ -855,20 +855,20 @@ __Bids Received__ <</if>> <<if $seePreg != 0>> - <<if $seeHyperPreg == 1 && $seeExtreme == 1>> - <<if $activeSlave.preg > 20>> - <<if $activeSlave.bellyPreg >= 300000>> - <<if random(1,100) > 60>> - <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from a group that takes pleasure in performing abortions on live TV. - <<link "Accept bid" "Slave Sold">> - <<set $cash += 400*Math.trunc(($slaveCost*1.05)/500)>> - <<set $buyer = "abortion TV">> - <</link>> - <</if>> - <</if>> - <</if>> +<<if $seeHyperPreg == 1 && $seeExtreme == 1>> +<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/2>> +<<if $activeSlave.bellyPreg >= 300000>> + <<if random(1,100) > 60>> + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from a group that takes pleasure in performing abortions on live TV. + <<link "Accept bid" "Slave Sold">> + <<set $cash += 400*Math.trunc(($slaveCost*1.05)/500)>> + <<set $buyer = "abortion TV">> + <</link>> <</if>> <</if>> +<</if>> +<</if>> +<</if>> <<if $activeSlave.nipples == "huge">> <<if random(1,100) > 60>> @@ -891,18 +891,18 @@ __Bids Received__ <</if>> <<if $activeSlave.balls > 0>> - <<if $activeSlave.analSkill > 10>> - <<if $activeSlave.devotion > 20>> - <<if random(1,100) > 60>> - <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from a citizen who enjoys buttfucking slaves with the necessary equipment, willingness, and anal skill to reward his efforts with messy, hands-free orgasms of their own. - <<link "Accept bid" "Slave Sold">> - <<set $cash += 500*Math.trunc(($slaveCost*1.05)/500)>> - <<set $buyer = "anal fetishist">> - <</link>> - <</if>> - <</if>> +<<if $activeSlave.analSkill > 10>> +<<if $activeSlave.devotion > 20>> + <<if random(1,100) > 60>> + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from a citizen who enjoys buttfucking slaves with the necessary equipment, willingness, and anal skill to reward his efforts with messy, hands-free orgasms of their own. + <<link "Accept bid" "Slave Sold">> + <<set $cash += 500*Math.trunc(($slaveCost*1.05)/500)>> + <<set $buyer = "anal fetishist">> + <</link>> <</if>> <</if>> +<</if>> +<</if>> <<if $activeSlave.oralSkill > 30>> <<if $activeSlave.devotion > 20>> @@ -993,22 +993,22 @@ __Bids Received__ <</if>> <<if $activeSlave.oralSkill >= 100>> - <<if $activeSlave.analSkill >= 100>> - <<if $activeSlave.intelligence+$activeSlave.intelligenceImplant > 15>> - <<if $activeSlave.intelligenceImplant >= 15>> - <<if $activeSlave.physicalAge > 35>> - <<if random(1,100) > 60>> - <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.4)/500))>>'' from a skilled slave trainer who feels that MILFs make the best slave trainers. - <<link "Accept bid" "Slave Sold">> - <<set $cash += 500*Math.trunc(($slaveCost*1.4)/500)>> - <<set $buyer = "D milf staffing">> - <</link>> - <</if>> - <</if>> - <</if>> - <</if>> +<<if $activeSlave.analSkill >= 100>> +<<if $activeSlave.intelligence+$activeSlave.intelligenceImplant > 15>> +<<if $activeSlave.intelligenceImplant >= 15>> +<<if $activeSlave.physicalAge > 35>> + <<if random(1,100) > 60>> + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.4)/500))>>'' from a skilled slave trainer who feels that MILFs make the best slave trainers. + <<link "Accept bid" "Slave Sold">> + <<set $cash += 500*Math.trunc(($slaveCost*1.4)/500)>> + <<set $buyer = "D milf staffing">> + <</link>> <</if>> <</if>> +<</if>> +<</if>> +<</if>> +<</if>> <<if $activeSlave.boobsImplant == 0>> <<if $activeSlave.lactation > 0>> @@ -1059,20 +1059,20 @@ __Bids Received__ <</if>> <<if $activeSlave.vagina == 0>> - <<if ($activeSlave.fetish == "submissive") || ($activeSlave.fetish == "pregnancy")>> - <<if $activeSlave.entertainSkill > 30>> - <<if $activeSlave.physicalAge < 30>> - <<if random(1,100) > 60>> - <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen with moist palms who insistently refers to $him as "his waifu," whatever that means. - <<link "Accept bid" "Slave Sold">> - <<set $cash += 500*Math.trunc(($slaveCost*1.35)/500)>> - <<set $buyer = "D waifu">> - <</link>> - <</if>> - <</if>> - <</if>> +<<if ($activeSlave.fetish == "submissive") || ($activeSlave.fetish == "pregnancy")>> +<<if $activeSlave.entertainSkill > 30>> +<<if $activeSlave.physicalAge < 30>> + <<if random(1,100) > 60>> + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen with moist palms who insistently refers to $him as "his waifu," whatever that means. + <<link "Accept bid" "Slave Sold">> + <<set $cash += 500*Math.trunc(($slaveCost*1.35)/500)>> + <<set $buyer = "D waifu">> + <</link>> <</if>> <</if>> +<</if>> +<</if>> +<</if>> <<if $activeSlave.dick > 0>> <<if $activeSlave.oralSkill >= 100>> @@ -1127,44 +1127,44 @@ __Bids Received__ <</if>> <<if $activeSlave.dick > 1>> - <<if $activeSlave.balls == 1>> - <<if $activeSlave.vagina > -1>> - <<if canAchieveErection($activeSlave)>> - <<if $activeSlave.lactation > 0>> - <<if $activeSlave.face > 10>> - <<if $activeSlave.faceShape != "masculine">> - <<if random(1,100) > 60>> - <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen with strong opinions on futas: he likes a feminine $girl with a nice cock, a lovely pussy, no visible balls and yet the ability to get hard, and plentifully milky nipples. - <<link "Accept bid" "Slave Sold">> - <<set $cash += 500*Math.trunc(($slaveCost*1.35)/500)>> - <<set $buyer = "D milky herm">> - <</link>> - <</if>> - <</if>> - <</if>> - <</if>> - <</if>> - <</if>> +<<if $activeSlave.balls == 1>> +<<if $activeSlave.vagina > -1>> +<<if canAchieveErection($activeSlave)>> +<<if $activeSlave.lactation > 0>> +<<if $activeSlave.face > 10>> +<<if $activeSlave.faceShape != "masculine">> + <<if random(1,100) > 60>> + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen with strong opinions on futas: he likes a feminine $girl with a nice cock, a lovely pussy, no visible balls and yet the ability to get hard, and plentifully milky nipples. + <<link "Accept bid" "Slave Sold">> + <<set $cash += 500*Math.trunc(($slaveCost*1.35)/500)>> + <<set $buyer = "D milky herm">> + <</link>> <</if>> <</if>> +<</if>> +<</if>> +<</if>> +<</if>> +<</if>> +<</if>> <<if $activeSlave.ovaries == 1>> - <<if $activeSlave.preg > -2>> - <<if $activeSlave.muscles > 30>> - <<if $activeSlave.weight <= 10>> - <<if $activeSlave.height < 165>> - <<if random(1,100) > 60>> - <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen whose friends never let him hear the end of his incorrigibly romantic treatment of his apartment full of amazons. - <<link "Accept bid" "Slave Sold">> - <<set $cash += 500*Math.trunc(($slaveCost*1.35)/500)>> - <<set $buyer = "D amazon hunter">> - <</link>> - <</if>> - <</if>> - <</if>> - <</if>> +<<if $activeSlave.preg > -2>> +<<if $activeSlave.muscles > 30>> +<<if $activeSlave.weight <= 10>> +<<if $activeSlave.height < 165>> + <<if random(1,100) > 60>> + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen whose friends never let him hear the end of his incorrigibly romantic treatment of his apartment full of amazons. + <<link "Accept bid" "Slave Sold">> + <<set $cash += 500*Math.trunc(($slaveCost*1.35)/500)>> + <<set $buyer = "D amazon hunter">> + <</link>> <</if>> <</if>> +<</if>> +<</if>> +<</if>> +<</if>> <<if $seePreg != 0>> <<if $activeSlave.dick == 0>> @@ -1419,60 +1419,60 @@ __Bids Received__ <</if>> <<if $activeSlave.face > 10>> - <<if $activeSlave.analCount < 100>> - <<if random(1,100) > 70>> - <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner with interesting religious beliefs, which require beautiful slaves to be available to the public. Since $activeSlave.slaveName is pretty and not heavily used, he considers it a duty to buy $him and make $him a holy prostitute. - <<link "Accept bid" "Slave Sold">> - <<set $cash += 500*Math.trunc(($slaveCost*1.25)/500)>> - <<set $buyer = "chattel religionist arcology">> - <</link>> - <</if>> +<<if $activeSlave.analCount < 100>> + <<if random(1,100) > 70>> + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner with interesting religious beliefs, which require beautiful slaves to be available to the public. Since $activeSlave.slaveName is pretty and not heavily used, he considers it a duty to buy $him and make $him a holy prostitute. + <<link "Accept bid" "Slave Sold">> + <<set $cash += 500*Math.trunc(($slaveCost*1.25)/500)>> + <<set $buyer = "chattel religionist arcology">> + <</link>> <</if>> <</if>> +<</if>> <<if $activeSlave.muscles > 5>> - <<if $activeSlave.muscles <= 95>> - <<if $activeSlave.health > 60>> - <<if random(1,100) > 70>> - <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner devoted to muscular ladies. He seems to feel that $activeSlave.slaveName is not at $his true potential, and wants a try at improving $his physique himself. - <<link "Accept bid" "Slave Sold">> - <<set $cash += 500*Math.trunc(($slaveCost*1.25)/500)>> - <<set $buyer = "physical idealist arcology">> - <</link>> - <</if>> - <</if>> +<<if $activeSlave.muscles <= 95>> +<<if $activeSlave.health > 60>> + <<if random(1,100) > 70>> + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner devoted to muscular ladies. He seems to feel that $activeSlave.slaveName is not at $his true potential, and wants a try at improving $his physique himself. + <<link "Accept bid" "Slave Sold">> + <<set $cash += 500*Math.trunc(($slaveCost*1.25)/500)>> + <<set $buyer = "physical idealist arcology">> + <</link>> <</if>> <</if>> +<</if>> +<</if>> <<if $activeSlave.weight > 30>> - <<if $activeSlave.weight <= 95>> - <<if $activeSlave.health > 60>> - <<if random(1,100) > 70>> - <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner devoted to chubby ladies. He seems to feel that $activeSlave.slaveName can handle a fair bit more weight, and wants a try at fattening $him up himself. - <<link "Accept bid" "Slave Sold">> - <<set $cash += 500*Math.trunc(($slaveCost*1.25)/500)>> - <<set $buyer = "hedonistic decadence arcology">> - <</link>> - <</if>> - <</if>> +<<if $activeSlave.weight <= 95>> +<<if $activeSlave.health > 60>> + <<if random(1,100) > 70>> + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner devoted to chubby ladies. He seems to feel that $activeSlave.slaveName can handle a fair bit more weight, and wants a try at fattening $him up himself. + <<link "Accept bid" "Slave Sold">> + <<set $cash += 500*Math.trunc(($slaveCost*1.25)/500)>> + <<set $buyer = "hedonistic decadence arcology">> + <</link>> <</if>> <</if>> +<</if>> +<</if>> <<if $arcologies[0].FSSlimnessEnthusiast != "unset">> - <<if $activeSlave.weight < 10>> - <<if $activeSlave.muscles < 10>> - <<if $activeSlave.belly == 0 && $activeSlave.preg < 1>> - <<if random(1,100) > 80>> - <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/400))>>'' from a chef that likes stuffing more than just turkeys. - <<link "Accept bid" "Slave Sold">> - <<set $cash += 500*Math.trunc(($slaveCost*1.1)/400)>> - <<set $buyer = "stuffer chef">> - <</link>> - <</if>> - <</if>> - <</if>> +<<if $activeSlave.weight < 10>> +<<if $activeSlave.muscles < 10>> +<<if $activeSlave.belly == 0 && $activeSlave.preg < 1>> + <<if random(1,100) > 80>> + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.1)/400))>>'' from a chef that likes stuffing more than just turkeys. + <<link "Accept bid" "Slave Sold">> + <<set $cash += 500*Math.trunc(($slaveCost*1.1)/400)>> + <<set $buyer = "stuffer chef">> + <</link>> <</if>> <</if>> +<</if>> +<</if>> +<</if>> <<if $activeSlave.boobs > 1000>> <<if $activeSlave.boobsImplant == 0>> @@ -1753,71 +1753,71 @@ __Bids Received__ <</if>> <<if $plot>> - <<if $peacekeepers>> - <<if $peacekeepers.strength >= 50>> - <<if $peacekeepers.attitude < 100>> - <<if $activeSlave.oralSkill + $activeSlave.analSkill + $activeSlave.vaginalSkill > 100>> - <br>''<<print cashFormat(500*Math.trunc(($slaveCost*0.5)/500))>>'' from the officer in charge of 'recreational activities' for General $peacekeepers.generalName's forces. This is far less than the slave is worth, but the bid comes with the implicit offer of more influence over the peacekeepers. - <<link "Accept bid" "Slave Sold">> - <<set $cash += 500*Math.trunc(($slaveCost*0.5)/500), $buyer = "peacekeepers">> - <</link>> - <</if>> - <<else>> - <<switch $peacekeepers.tastes>> - <<case "lusty futanari">> - <<if $activeSlave.balls > 0 && $activeSlave.ballType != "sterile" && $activeSlave.scrotum > 0 && $activeSlave.dick > 0 && $activeSlave.vagina > -1 && $activeSlave.energy > 50>> - <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. - <<link "Accept bid" "Slave Sold">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><</link>> - <</if>> - <<case "cum addicts">> - <<if $activeSlave.fetish == "cumslut" && $activeSlave.fetishStrength > 95 && $activeSlave.sexualFlaw == "cum addict">> - <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. - <<link "Accept bid" "Slave Sold">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><</link>> - <</if>> - <<case "horny MILFs">> - <<if $activeSlave.physicalAge > 34 && $activeSlave.visualAge > 34 && $activeSlave.energy > 80>> - <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. - <<link "Accept bid" "Slave Sold">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><</link>> - <</if>> - <<case "big-breasted cows">> - <<if $activeSlave.boobs > 2000 && $activeSlave.lactation > 1>> - <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. - <<link "Accept bid" "Slave Sold">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><</link>> - <</if>> - <<case "beautiful young sex slaves">> - <<if $activeSlave.physicalAge < 25 && $activeSlave.visualAge < 25 && $activeSlave.face > 95>> - <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. - <<link "Accept bid" "Slave Sold">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><</link>> - <</if>> - <<case "fertile virgins">> - <<if $activeSlave.vagina == 0 && isFertile($activeSlave)>> - <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. - <<link "Accept bid" "Slave Sold">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><</link>> - <</if>> - <<case "lusty preggos">> - <<if $activeSlave.preg > 10 && $activeSlave.energy > 50>> - <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. - <<link "Accept bid" "Slave Sold">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><</link>> - <</if>> - <<case "baby obsessed breeders">> - <<if $activeSlave.preg > 10 && $activeSlave.fetish == "pregnancy" && $activeSlave.sexualFlaw == "breeder">> - <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. - <<link "Accept bid" "Slave Sold">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><</link>> - <</if>> - <<case "bellies with girls attached">> - <<if $activeSlave.belly >= 300000>> - <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. - <<link "Accept bid" "Slave Sold">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><</link>> - <</if>> - <<case "flesh balloons">> - <<if $activeSlave.boobs > 20000 && $activeSlave.butt > 10>> - <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. - <<link "Accept bid" "Slave Sold">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><</link>> - <</if>> - <</switch>> - <</if>> - <</if>> +<<if $peacekeepers>> +<<if $peacekeepers.strength >= 50>> +<<if $peacekeepers.attitude < 100>> + <<if $activeSlave.oralSkill + $activeSlave.analSkill + $activeSlave.vaginalSkill > 100>> + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*0.5)/500))>>'' from the officer in charge of 'recreational activities' for General $peacekeepers.generalName's forces. This is far less than the slave is worth, but the bid comes with the implicit offer of more influence over the peacekeepers. + <<link "Accept bid" "Slave Sold">> + <<set $cash += 500*Math.trunc(($slaveCost*0.5)/500), $buyer = "peacekeepers">> + <</link>> <</if>> +<<else>> + <<switch $peacekeepers.tastes>> + <<case "lusty futanari">> + <<if $activeSlave.balls > 0 && $activeSlave.ballType != "sterile" && $activeSlave.scrotum > 0 && $activeSlave.dick > 0 && $activeSlave.vagina > -1 && $activeSlave.energy > 50>> + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. + <<link "Accept bid" "Slave Sold">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><</link>> + <</if>> + <<case "cum addicts">> + <<if $activeSlave.fetish == "cumslut" && $activeSlave.fetishStrength > 95 && $activeSlave.sexualFlaw == "cum addict">> + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. + <<link "Accept bid" "Slave Sold">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><</link>> + <</if>> + <<case "horny MILFs">> + <<if $activeSlave.physicalAge > 34 && $activeSlave.visualAge > 34 && $activeSlave.energy > 80>> + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. + <<link "Accept bid" "Slave Sold">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><</link>> + <</if>> + <<case "big-breasted cows">> + <<if $activeSlave.boobs > 2000 && $activeSlave.lactation > 1>> + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. + <<link "Accept bid" "Slave Sold">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><</link>> + <</if>> + <<case "beautiful young sex slaves">> + <<if $activeSlave.physicalAge < 25 && $activeSlave.visualAge < 25 && $activeSlave.face > 95>> + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. + <<link "Accept bid" "Slave Sold">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><</link>> + <</if>> + <<case "fertile virgins">> + <<if $activeSlave.vagina == 0 && isFertile($activeSlave)>> + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. + <<link "Accept bid" "Slave Sold">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><</link>> + <</if>> + <<case "lusty preggos">> + <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/4 && $activeSlave.energy > 50>> + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. + <<link "Accept bid" "Slave Sold">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><</link>> + <</if>> + <<case "baby obsessed breeders">> + <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/4 && $activeSlave.fetish == "pregnancy" && $activeSlave.sexualFlaw == "breeder">> + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. + <<link "Accept bid" "Slave Sold">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><</link>> + <</if>> + <<case "bellies with girls attached">> + <<if $activeSlave.belly >= 300000>> + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. + <<link "Accept bid" "Slave Sold">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><</link>> + <</if>> + <<case "flesh balloons">> + <<if $activeSlave.boobs > 20000 && $activeSlave.butt > 10>> + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. + <<link "Accept bid" "Slave Sold">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><</link>> + <</if>> + <</switch>> +<</if>> +<</if>> +<</if>> <</if>> <br><br> diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw index f748d92ed030f49ad90f4cf1c9203771f070f1af..766bb4fd78d1779f1e893759e2013190d4ef63a1 100644 --- a/src/uncategorized/slaveInteract.tw +++ b/src/uncategorized/slaveInteract.tw @@ -578,7 +578,7 @@ <<if $activeSlave.fuckdoll == 0>> /* NON-FUCKDOLL FACILITIES */ <<if $clinic != 0>> - <<if $clinic > $clinicSlaves && ($activeSlave.health < 20 || ($Nurse != 0 && (($activeSlave.chem > 15 && $clinicUpgradeFilters == 1) || ($bellyImplants == 1 && $activeSlave.bellyImplant > -1) || ($activeSlave.pregKnown == 1 && ($clinicSpeedGestation >= 0 || $activeSlave.pregControl == "speed up")) || ($activeSlave.pregAdaptation*1000 < $activeSlave.bellyPreg || $activeSlave.preg > 30))))>> + <<if $clinic > $clinicSlaves && ($activeSlave.health < 20 || ($Nurse != 0 && (($activeSlave.chem > 15 && $clinicUpgradeFilters == 1) || ($bellyImplants == 1 && $activeSlave.bellyImplant > -1) || ($activeSlave.pregKnown == 1 && ($clinicSpeedGestation >= 0 || $activeSlave.pregControl == "speed up")) || ($activeSlave.pregAdaptation*1000 < $activeSlave.bellyPreg || $activeSlave.preg > $activeSlave.pregData.normalBirth/1.33))))>> [[Clinic|Assign][$assignTo = "Clinic", $i = -1]] /* $i = -1 tells Assign to use $activeSlave as-is */ <<else>>Clinic<</if>> <<if _numFacilities-- > 1>>|<</if>> @@ -1309,7 +1309,7 @@ Aphrodisiacs: <span id="aphrodisiacs"><strong><<if $activeSlave.aphrodisiacs > 1 <</link>> <<elseif $activeSlave.induce == 1>> //Hormones are being slipped into $his food, $he will give birth suddenly and rapidly this week// - <<elseif ($activeSlave.preg > 38) && ($activeSlave.broodmother == 0) && ($activeSlave.labor == 0)>> + <<elseif ($activeSlave.preg > $activeSlave.pregData.normalBirth-2 && $activeSlave.preg > $activeSlave.pregData.minLiveBirth) && ($activeSlave.broodmother == 0) && ($activeSlave.labor == 0)>> [[Induce labor|Slave Interact][$activeSlave.labor = 1,$activeSlave.induce = 1,$birthee = 1]] | <<link "Give $him a cesarean section" "csec">><</link>> <<elseif ($activeSlave.broodmother > 0)>> @@ -1319,7 +1319,7 @@ Aphrodisiacs: <span id="aphrodisiacs"><strong><<if $activeSlave.aphrodisiacs > 1 <<if ($activeSlave.preg > 37)>> | [[Induce mass childbirth|BirthStorm]] <</if>> - <<elseif ($activeSlave.preg > 35)>> + <<elseif ($activeSlave.preg > $activeSlave.pregData.minLiveBirth)>> | <<link "Give $him a cesarean section" "csec">><</link>> <<elseif ($activeSlave.preg > 0) && $activeSlave.breedingMark == 1 && $propOutcome == 1 && $activeSlave.pregSource == -1>> //You are forbidden from aborting an elite child// @@ -1334,14 +1334,14 @@ Aphrodisiacs: <span id="aphrodisiacs"><strong><<if $activeSlave.aphrodisiacs > 1 <<if ($activeSlave.pregKnown == 1) && ($pregSpeedControl == 1) && ($activeSlave.breedingMark != 1 || $propOutcome == 0) && ($activeSlave.indentureRestrictions < 1) && ($activeSlave.broodmother == 0) && $seePreg != 0>> <br> __Pregnancy control__: <<if $activeSlave.pregControl == "labor supressors">>Labor is suppressed<<elseif $activeSlave.pregControl == "slow gestation">>Slowed gestation speed<<elseif $activeSlave.pregControl == "speed up">>Faster gestation speed, staffed clinic recommended<<else>>Normal gestation and birth<</if>>. - <<if ($activeSlave.preg >= 38)>> + <<if ($activeSlave.preg >= $activeSlave.pregData.minLiveBirth)>> <br> <<if $activeSlave.pregControl == "labor supressors">> <<link "Normal Birth">><<set $activeSlave.pregControl = "none">><<SlaveInteractFertility>><</link>> <<else>> <<link "Supress Labor">><<set $activeSlave.pregControl = "labor supressors">><<SlaveInteractFertility>><</link>> <</if>> - <<elseif ($activeSlave.preg < 40)>> + <<elseif ($activeSlave.preg < $activeSlave.pregData.normalBirth)>> <br> <<if $activeSlave.pregControl != "none">> <<link "Normal Gestation">><<set $activeSlave.pregControl = "none">><<SlaveInteractFertility>><</link>> | diff --git a/src/uncategorized/slaveSold.tw b/src/uncategorized/slaveSold.tw index b8ff8c85faf0f3c1b6e0480521aa093e431ac011..75968d2dba90cedef8c26bbd7ebf23016c8e4dae 100644 --- a/src/uncategorized/slaveSold.tw +++ b/src/uncategorized/slaveSold.tw @@ -3,7 +3,6 @@ <<set $nextButton = "Back to Main", $nextLink = "Main", $returnTo = "Main", $showEncyclopedia = 1, $encyclopedia = "Personal Assistant">> <<setLocalPronouns $activeSlave>> - <<set $display = 0>> <<if !["abortion TV", "elite auction", "eugenics arcology", "organ crafter", "peacekeepers", "repopulationist arcology", "tentacle bred", "womb filler"].includes($buyer) && ((($activeSlave.actualAge < $retirementAge-1) && $PhysicalRetirementAgePolicy != 1) || (($activeSlave.physicalAge < $retirementAge-1) && $PhysicalRetirementAgePolicy == 1))>> /* organ crafter is not viable now, the elite won't part so easily with a prize, some take place x months later when the event's max is 15 weeks, and the rest are snuff events. You don't want that slave back. */ @@ -1069,6 +1068,7 @@ <</if>> <</for>> + <<case "tentacle bred">> Sometime later, a snuff film starring $activeSlave.slaveName as a heroine captured, raped, and fatally bred by tentacles is released. It receives rave reviews for the scene involving $activeSlave.slaveName, depicting $his aphrodisiac-filled body being penetrated in all $his holes by tentacles. Their thrusting into her increases until large bulges of cum pass through the ones filling $his stretched cunt, visibly bloating $his belly. She then collapses to the ground, $his swollen belly rapidly growing with the tentacle spawn gestating within her. As they bulge against the straining walls of $his implant-filled middle; $he lets out a final moan as $his belly ruptures, releasing $his "spawn" to hunt down the other heroines. <<for _ss = 0; _ss < $slaves.length; _ss++>> @@ -1106,10 +1106,10 @@ <<elseif _influential && $activeSlave.vagina == 0 && isFertile($activeSlave)>> happily taking it vaginally while teasing the growing crowd eager to cum in $his needy pussy. There's a note attached, stating superfluously that $he's very popular. It's not surprising; she has a burning need that they are dutifully fulfilling. General $peacekeepers.generalName's buyer is going to be looking for more eager virgins in the future. <<set $peacekeepers.tastes = "fertile virgins">> - <<elseif _influential && $activeSlave.preg > 10 && $activeSlave.energy > 50>> + <<elseif _influential && $activeSlave.preg > $activeSlave.pregData.normalBirth/4 && $activeSlave.energy > 50>> eagerly bouncing atop one young man while a muscular young woman standing over her rides $his face. She's got dicks in both of $his hands, and is stroking them eagerly, encouraging their owners to cum on $his rounded middle. There's a note attached, stating superfluously that she's very popular. General $peacekeepers.generalName's buyer is going to be looking for more horny preggos in the future. <<set $peacekeepers.tastes = "lusty preggos">> - <<elseif _influential && $activeSlave.preg > 10 && $activeSlave.fetish == "pregnancy" && $activeSlave.sexualFlaw == "breeder">> + <<elseif _influential && $activeSlave.preg > $activeSlave.pregData.normalBirth/4 && $activeSlave.fetish == "pregnancy" && $activeSlave.sexualFlaw == "breeder">> on $his back, getting fucked while teasing $his growing baby bump. That's where she's at home, of course, and as soon as the man she's taking cums in $his <<if $activeSlave.mpreg > 0>>asspussy<<else>>pussy<</if>> and steps away, another immediately replaces him. $activeSlave.slaveName keeps spreading $his legs without hesitation. There's a note attached, stating superfluously that $his apparently bottomless appetite for bareback sex has made her very popular. General $peacekeepers.generalName's buyer is going to be looking for more baby obsessed breeders in the future. <<set $peacekeepers.tastes = "baby obsessed breeders">> <<elseif _influential && $activeSlave.belly >= 300000>> diff --git a/src/uncategorized/slaveSummary.tw b/src/uncategorized/slaveSummary.tw index 9ec2d94c981f6cf6f99101b6f6054888361c11e3..b796356fa751c780ef4a6ae402798272509aff67 100644 --- a/src/uncategorized/slaveSummary.tw +++ b/src/uncategorized/slaveSummary.tw @@ -352,7 +352,7 @@ <<case "Clinic">> <<if $Flag == 0>> <<if $clinic <= $clinicSlaves>><<continue>><</if>> - <<if (_Slave.health < 20) || ($Nurse != 0 && ((_Slave.chem > 15 && $clinicUpgradeFilters == 1) || ($bellyImplants == 1 && _Slave.bellyImplant > -1) || (_Slave.pregKnown == 1 && ($clinicSpeedGestation >= 0 || _Slave.pregControl == "speed up")) || (_Slave.pregAdaptation*1000 < _Slave.bellyPreg || _Slave.preg > 30)))>> + <<if (_Slave.health < 20) || ($Nurse != 0 && ((_Slave.chem > 15 && $clinicUpgradeFilters == 1) || ($bellyImplants == 1 && _Slave.bellyImplant > -1) || (_Slave.pregKnown == 1 && ($clinicSpeedGestation >= 0 || _Slave.pregControl == "speed up")) || (_Slave.pregAdaptation*1000 < _Slave.bellyPreg || _Slave.preg > _Slave.pregData.normalBirth/1.33)))>> <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if ($seeImages == 1) && ($seeSummaryImages == 1)>><div class="imageRef smlImg"><<SlaveArt _Slave 1>></div><</if>> [[_slaveName|Slave Interact][$activeSlave = $slaves[_ssi]]] <<else>> @@ -710,7 +710,7 @@ will <<if _Slave.fuckdoll == 0>> /* NON-FUCKDOLL FACILITIES */ <<if $clinic != 0>> - <<if $clinic > $clinicSlaves && (_Slave.health < 20 || ($Nurse != 0 && ((_Slave.chem > 15 && $clinicUpgradeFilters == 1) || ($bellyImplants == 1 && _Slave.bellyImplant > -1) || (_Slave.pregKnown == 1 && ($clinicSpeedGestation >= 0 || _Slave.pregControl == "speed up")) || (_Slave.pregAdaptation*1000 < _Slave.bellyPreg || _Slave.preg > 30))))>> + <<if $clinic > $clinicSlaves && (_Slave.health < 20 || ($Nurse != 0 && ((_Slave.chem > 15 && $clinicUpgradeFilters == 1) || ($bellyImplants == 1 && _Slave.bellyImplant > -1) || (_Slave.pregKnown == 1 && ($clinicSpeedGestation >= 0 || _Slave.pregControl == "speed up")) || (_Slave.pregAdaptation*1000 < _Slave.bellyPreg || _Slave.preg > _Slave.pregData.normalBirth/1.33))))>> [[Clinic|Assign][$assignTo = "Clinic", $i = _ssi]] /* $i = -1 tells Assign to use _Slave as-is */ <<else>>Clinic<</if>> <<if _numFacilities-- > 1>>|<</if>> diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw index 222b680d9a62d5824c053e67c88e3d9a90649330..4f82b632f31e99d760111d9660aa020e054cd694 100644 --- a/src/utility/descriptionWidgetsFlesh.tw +++ b/src/utility/descriptionWidgetsFlesh.tw @@ -5996,9 +5996,9 @@ $He has <<if $activeSlave.weight > 190>> $His massively fat belly is stretched considerably; $his folds are nearly pulled flat from the strain. $His pregnancy is covered in a thick layer of fat, save for the bulging upper portion where $his fat is thinnest. <</if>> - <<if $activeSlave.preg < 30>> + <<if $activeSlave.preg < $activeSlave.pregData.normalBirth/1.33>> Given how far along $he is, $he is clearly having an obscene number of children. - <<elseif $activeSlave.preg > 42>> + <<elseif $activeSlave.preg > $activeSlave.pregData.normalBirth*1.05>> <<if $activeSlave.pregType == 1>> $His womb contains one single, massive unborn child. It has grown so large that $he will never be able to birth it. <<elseif $activeSlave.pregType == 2>> @@ -7286,7 +7286,7 @@ $He has <<elseif $activeSlave.bellyImplant > 0>> $activeSlave.slaveName's suit has no stomach to it as it's the only way to give $his unfathomable, hyper-swollen, implant-filled belly the space it demands. <<else>> - <<if $activeSlave.preg > 34>> + <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.17>> The front of $activeSlave.slaveName's suit is made of a clear, stretchy plastic that is stretched thin as it reinforces $his unfathomable, hyper-swollen, pregnancy. A hole at the very front of the suit allows $his popped navel to bulge through. The movement of $his countless children is clear to see. <<else>> $activeSlave.slaveName's suit has no stomach to it as it's the only way to give $his monolithic pregnancy the space it requires to shift and bulge ominously. @@ -7297,7 +7297,7 @@ $He has <<elseif $activeSlave.bellyImplant > 0>> $activeSlave.slaveName's suit has no stomach to it, as it's the only way to give $his monolithic implant-filled belly the space it demands. <<else>> - <<if $activeSlave.preg > 34>> + <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.17>> $activeSlave.slaveName's suit is designed to carefully cradle and reinforce $his monolithic pregnancy creating an imposing, lumpy dome capped by $his popped navel. It visibly shifts and pulses as $his brood competes for space. <<else>> $activeSlave.slaveName's suit has no stomach to it, as it's the only way to give $his monolithic pregnancy the space it requires to shift and bulge ominously. @@ -7326,7 +7326,7 @@ $He has <<elseif $activeSlave.bellyImplant > 0>> $activeSlave.slaveName's massive implant-filled belly is allowed to bulge out of a huge hole in the suit. <<else>> - <<if $activeSlave.preg > 34>> + <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.17>> $activeSlave.slaveName's suit is designed to carefully cradle $his massive pregnancy creating an imposing dome capped by $his popped navel. <<else>> $activeSlave.slaveName's massive pregnant belly is allowed to bulge out of a huge hole in the suit. @@ -7337,7 +7337,7 @@ $He has <<elseif $activeSlave.bellyImplant > 0>> $activeSlave.slaveName's giant implant-filled belly is allowed to bulge out of a huge hole in the suit. <<else>> - <<if $activeSlave.preg > 34>> + <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.17>> $activeSlave.slaveName's suit is designed to carefully cradle $his giant pregnancy creating a towering dome capped by $his popped navel. <<else>> $activeSlave.slaveName's giant pregnant belly is allowed to bulge out of a huge hole in the suit. @@ -7348,7 +7348,7 @@ $He has <<elseif $activeSlave.bellyImplant > 0>> $activeSlave.slaveName's giant implant-filled belly is allowed to bulge out of a huge hole in the suit. <<else>> - <<if $activeSlave.preg > 34>> + <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.17>> $activeSlave.slaveName's suit is designed to carefully cradle $his giant pregnancy creating a firm dome capped by $his popped navel. <<else>> $activeSlave.slaveName's giant pregnant belly is allowed to bulge out of a huge hole in the suit. @@ -7359,7 +7359,7 @@ $He has <<elseif $activeSlave.bellyImplant > 0>> $activeSlave.slaveName's huge implant-filled belly is allowed to bulge out of a huge hole in the suit. <<else>> - <<if $activeSlave.preg > 34>> + <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.17>> $activeSlave.slaveName's suit is designed to carefully cradle $his huge pregnant belly creating a firm dome capped by $his popped navel. <<else>> $activeSlave.slaveName's huge pregnant belly is allowed to bulge out of a huge hole in the suit. @@ -7374,7 +7374,7 @@ $He has <<elseif $activeSlave.bellyImplant > 0>> $activeSlave.slaveName's huge implant-filled belly is allowed to bulge out of a huge hole in the suit. <<else>> - <<if $activeSlave.preg > 34>> + <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.17>> $activeSlave.slaveName's suit is designed to carefully cradle $his huge pregnant belly creating a firm dome capped by $his popped navel. <<else>> $activeSlave.slaveName's huge pregnant belly is allowed to bulge out of a huge hole in the suit. @@ -15342,27 +15342,27 @@ $He has <</if>> <<elseif $activeSlave.bellyPreg >= 1000000>> $He is @@.pink;impossibly pregnant@@ with - <<if $activeSlave.preg >= 55>> + <<if $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.375>> <<if $activeSlave.pregType == 1>> a single full grown child. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-40)>> weeks ago. - <<elseif $activeSlave.preg >= 50>> + $He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. + <<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>> <<if $activeSlave.pregType == 1>> a single full grown child. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago. - <<elseif $activeSlave.preg >= 43>> + $He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. + <<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>> <<if $activeSlave.pregType == 1>> a single full grown child. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is very overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago. + $He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. <<else>> a staggering $activeSlave.pregType babies. <</if>> @@ -15373,38 +15373,38 @@ $He has <<else>> @@.pink;unbelievably pregnant@@ with $activeSlave.pregType babies. <</if>> - <<if $activeSlave.preg >= 55>> - $He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-40)>> weeks ago. - <<elseif $activeSlave.preg >= 50>> - $He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago. - <<elseif $activeSlave.preg >= 43>> - $He is very overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago. + <<if $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.375>> + $He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. + <<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>> + $He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. + <<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>> + $He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. <</if>> <<elseif $activeSlave.bellyImplant >= 750000>> $He looks @@.red;ready to pop!@@ $He stomach is <<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>painfully<<else>>frighteningly<</if>> stretched by $his straining <<print $activeSlave.bellyImplant>>cc belly implant. It is well past it's recommended capacity and at risk of rupturing. <<elseif $activeSlave.bellyPreg >= 600000>> $He is @@.pink;dangerously pregnant,@@ $his overburdened womb is filled with - <<if $activeSlave.preg >= 55>> + <<if $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.375>> <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-40)>> weeks ago. - <<elseif $activeSlave.preg >= 50>> + $He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. + <<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>> <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago. - <<elseif $activeSlave.preg >= 43>> + $He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. + <<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>> <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is very overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago. + $He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. <<else>> $activeSlave.pregType babies. <</if>> @@ -15412,27 +15412,27 @@ $He has $He looks @@.pink;dangerously pregnant.@@ $He stomach is massively stretched by $his absurdly overfilled <<print $activeSlave.bellyImplant>>cc belly implant. <<elseif $activeSlave.bellyPreg >= 450000>> $He is @@.pink;grotesquely pregnant,@@ $his womb is packed with - <<if $activeSlave.preg >= 55>> + <<if $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.375>> <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-40)>> weeks ago. - <<elseif $activeSlave.preg >= 50>> + $He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. + <<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>> <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago. - <<elseif $activeSlave.preg >= 43>> + $He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. + <<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>> <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is very overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago. + $He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. <<else>> $activeSlave.pregType babies. <</if>> @@ -15440,27 +15440,27 @@ $He has $He looks @@.pink;absurdly pregnant.@@ $He stomach is massively stretched by $his overfilled <<print $activeSlave.bellyImplant>>cc belly implant. <<elseif $activeSlave.bellyPreg >= 300000>> $He is @@.pink;absurdly pregnant@@ with - <<if $activeSlave.preg >= 55>> + <<if $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.375>> <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-40)>> weeks ago. - <<elseif $activeSlave.preg >= 50>> + $He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. + <<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>> <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago. - <<elseif $activeSlave.preg >= 43>> + $He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. + <<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>> <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is very overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago. + $He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. <<else>> $activeSlave.pregType children. <</if>> @@ -15468,30 +15468,30 @@ $He has $He looks @@.pink;absurdly pregnant.@@ $He overburdened middle is filled by $his <<print $activeSlave.bellyImplant>>cc belly implant. <<elseif $activeSlave.bellyPreg >= 120000>> $He is - <<if $activeSlave.preg >= 55>> + <<if $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.375>> @@.pink;obscenely pregnant@@ with <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-40)>> weeks ago. - <<elseif $activeSlave.preg >= 50>> + $He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. + <<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>> @@.pink;obscenely pregnant@@ with <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago. - <<elseif $activeSlave.preg >= 43>> + $He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. + <<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>> @@.pink;obscenely pregnant@@ with <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is very overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago. + $He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. <<elseif $activeSlave.pregType > 9>> @@.pink;obscenely pregnant@@ with <<if $activeSlave.pregType >= 50>> @@ -15514,30 +15514,30 @@ $He has <<elseif $activeSlave.bellyPreg >= 15000>> $He is <<if $activeSlave.bellyPreg >= 105000>> - <<if $activeSlave.preg >= 55>> + <<if $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.375>> @@.pink;massively pregnant@@ with <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-40)>> weeks ago. - <<elseif $activeSlave.preg >= 50>> + $He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. + <<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>> @@.pink;massively pregnant@@ with <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago. - <<elseif $activeSlave.preg >= 43>> + $He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. + <<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>> @@.pink;massively pregnant@@ with <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is very overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago. + $He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. <<elseif $activeSlave.pregType > 8>> @@.pink;massively pregnant@@ with <<if $activeSlave.pregType >= 50>> @@ -15558,30 +15558,30 @@ $He has <</if>> <</if>> <<elseif $activeSlave.bellyPreg >= 90000>> - <<if $activeSlave.preg >= 55>> + <<if $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.375>> @@.pink;massively pregnant@@ with <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-40)>> weeks ago. - <<elseif $activeSlave.preg >= 50>> + $He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. + <<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>> @@.pink;massively pregnant@@ with <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago. - <<elseif $activeSlave.preg >= 43>> + $He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. + <<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>> @@.pink;massively pregnant@@ with <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is very overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago. + $He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. <<elseif $activeSlave.pregType > 7>> @@.pink;massively pregnant@@ with <<if $activeSlave.pregType >= 50>> @@ -15604,30 +15604,30 @@ $He has <</if>> <</if>> <<elseif $activeSlave.bellyPreg >= 75000>> - <<if $activeSlave.preg >= 55>> + <<if $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.375>> @@.pink;massively pregnant@@ with <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-40)>> weeks ago. - <<elseif $activeSlave.preg >= 50>> + $He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. + <<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>> @@.pink;massively pregnant@@ with <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago. - <<elseif $activeSlave.preg >= 43>> + $He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. + <<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>> @@.pink;massively pregnant@@ with <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is very overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago. + $He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. <<elseif $activeSlave.pregType > 6>> @@.pink;massively pregnant@@ with <<if $activeSlave.pregType >= 50>> @@ -15652,30 +15652,30 @@ $He has <</if>> <</if>> <<elseif $activeSlave.bellyPreg >= 60000>> - <<if $activeSlave.preg >= 55>> + <<if $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.375>> @@.pink;massively pregnant@@ with <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-40)>> weeks ago. - <<elseif $activeSlave.preg >= 50>> + $He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. + <<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>> @@.pink;massively pregnant@@ with <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago. - <<elseif $activeSlave.preg >= 43>> + $He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. + <<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>> @@.pink;massively pregnant@@ with <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is very overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago. + $He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. <<elseif $activeSlave.pregType > 5>> @@.pink;massively pregnant@@ with <<if $activeSlave.pregType >= 50>> @@ -15702,30 +15702,30 @@ $He has <</if>> <</if>> <<elseif $activeSlave.bellyPreg >= 45000>> - <<if $activeSlave.preg >= 55>> + <<if $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.375>> @@.pink;massively pregnant@@ with <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-40)>> weeks ago. - <<elseif $activeSlave.preg >= 50>> + $He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. + <<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>> @@.pink;massively pregnant@@ with <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago. - <<elseif $activeSlave.preg >= 43>> + $He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. + <<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>> @@.pink;massively pregnant@@ with <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is very overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago. + $He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. <<elseif $activeSlave.pregType > 4>> @@.pink;massively pregnant@@ with <<if $activeSlave.pregType >= 50>> @@ -15754,30 +15754,30 @@ $He has <</if>> <</if>> <<elseif $activeSlave.bellyPreg >= 30000>> - <<if $activeSlave.preg >= 55>> + <<if $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.375>> @@.pink;massively pregnant@@ with <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-40)>> weeks ago. - <<elseif $activeSlave.preg >= 50>> + $He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. + <<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>> @@.pink;massively pregnant@@ with <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago. - <<elseif $activeSlave.preg >= 43>> + $He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. + <<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>> @@.pink;massively pregnant@@ with <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is very overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago. + $He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. <<elseif $activeSlave.pregType > 3>> @@.pink;massively pregnant@@ with <<if $activeSlave.pregType >= 50>> @@ -15808,30 +15808,30 @@ $He has <</if>> <</if>> <<else>> - <<if $activeSlave.preg >= 55>> + <<if $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.375>> @@.pink;massively pregnant@@ with <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-40)>> weeks ago. - <<elseif $activeSlave.preg >= 50>> + $He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. + <<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>> @@.pink;massively pregnant@@ with <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago. - <<elseif $activeSlave.preg >= 43>> + $He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. + <<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>> @@.pink;massively pregnant@@ with <<if $activeSlave.pregType == 1>> a single overgrown baby. <<else>> $activeSlave.pregType overgrown babies. <</if>> - $He is very overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago. + $He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago. <<elseif $activeSlave.pregType > 2>> @@.pink;massively pregnant@@ with <<if $activeSlave.pregType >= 50>> @@ -15991,11 +15991,11 @@ $He has <<elseif $activeSlave.preg > 0 && $activeSlave.pregKnown == 0>> $His period is late. <</if>> -<<if $activeSlave.preg+5 <= $activeSlave.pregWeek && $activeSlave.preg <= 42 && $activeSlave.bellyPreg >= 100>> +<<if $activeSlave.preg+5 <= $activeSlave.pregWeek && $activeSlave.preg <= $activeSlave.pregData.normalBirth+2 && $activeSlave.bellyPreg >= 100>> Despite being pregnant for $activeSlave.pregWeek weeks, - <<if $activeSlave.preg > 35 && $activeSlave.preg+10 <= $activeSlave.pregWeek>> + <<if $activeSlave.preg > $activeSlave.pregData.minLiveBirth && $activeSlave.preg+10 <= $activeSlave.pregWeek>> $his pregnancy is finally nearing its end. - <<elseif $activeSlave.preg+40 <= $activeSlave.pregWeek>> + <<elseif $activeSlave.preg+$activeSlave.pregData.normalBirth <= $activeSlave.pregWeek>> <<if $activeSlave.preg == $activeSlave.pregWeek/2>> $he could shockingly pass for a girl half as far along. <<elseif $activeSlave.preg == $activeSlave.pregWeek/4>> @@ -16003,7 +16003,7 @@ $He has <<else>> $he shockingly only looks like a girl on $his <<= ordinalSuffix($activeSlave.preg)>> week of pregnancy. <</if>> - <<elseif $activeSlave.preg+20 <= $activeSlave.pregWeek>> + <<elseif $activeSlave.preg+($activeSlave.pregData.normalBirth/2) <= $activeSlave.pregWeek>> <<if $activeSlave.preg == $activeSlave.pregWeek/2>> $he could surprisingly pass for a girl half as far along. <<elseif $activeSlave.preg == $activeSlave.pregWeek/4>> @@ -16011,7 +16011,7 @@ $He has <<else>> $he surprisingly only looks like a girl on $his <<= ordinalSuffix($activeSlave.preg)>> week of pregnancy. <</if>> - <<elseif $activeSlave.preg+10 <= $activeSlave.pregWeek>> + <<elseif $activeSlave.preg+($activeSlave.pregData.normalBirth/4) <= $activeSlave.pregWeek>> <<if $activeSlave.preg == $activeSlave.pregWeek/2>> $he could pass for a girl half as far along. <<elseif $activeSlave.preg == $activeSlave.pregWeek/4>> @@ -16022,10 +16022,10 @@ $He has <<else>> $his pregnancy is smaller than anticipated. <</if>> -<<elseif $activeSlave.preg > $activeSlave.pregWeek && $activeSlave.preg <= 42 && $activeSlave.bellyPreg >= 100>> - <<if $activeSlave.preg > 35 && $activeSlave.preg >= $activeSlave.pregWeek+10>> +<<elseif $activeSlave.preg > $activeSlave.pregWeek && $activeSlave.preg <= $activeSlave.pregData.normalBirth+2 && $activeSlave.bellyPreg >= 100>> + <<if $activeSlave.preg > $activeSlave.pregData.mniLivelBirth && $activeSlave.preg >= $activeSlave.pregWeek+10>> Even though $he is a mere $activeSlave.pregWeek weeks along, $his pregnancy is at its end. - <<elseif $activeSlave.preg >= $activeSlave.pregWeek+15>> + <<elseif $activeSlave.preg >= $activeSlave.pregWeek+($activeSlave.pregData.normalBirth/2.66)>> Despite being pregnant for only $activeSlave.pregWeek weeks, <<if $activeSlave.preg == $activeSlave.pregWeek*2>> $he could shockingly pass for a girl twice as far along. @@ -16034,7 +16034,7 @@ $He has <<else>> $he shockingly looks like a girl on $his <<= ordinalSuffix($activeSlave.preg)>> week of pregnancy. <</if>> - <<elseif $activeSlave.preg >= $activeSlave.pregWeek+10>> + <<elseif $activeSlave.preg >= $activeSlave.pregWeek+($activeSlave.pregData.normalBirth/4)>> Despite being pregnant for only $activeSlave.pregWeek weeks, <<if $activeSlave.preg == $activeSlave.pregWeek*2>> $he could surprisingly pass for a girl twice as far along. @@ -16043,7 +16043,7 @@ $He has <<else>> $he surprisingly looks like a girl on $his <<= ordinalSuffix($activeSlave.preg)>> week of pregnancy. <</if>> - <<elseif $activeSlave.preg >= $activeSlave.pregWeek+5>> + <<elseif $activeSlave.preg >= $activeSlave.pregWeek+($activeSlave.pregData.normalBirth/8)>> Despite being pregnant for only $activeSlave.pregWeek weeks, <<if $activeSlave.preg == $activeSlave.pregWeek*2>> $he could pass for a girl twice as far along. @@ -16057,7 +16057,7 @@ $He has <</if>> <</if>> <<if $activeSlave.pregKnown == 1 && $saleDescription == 0>> - <<if $activeSlave.preg > 5>> + <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/8>> <<if $activeSlave.pregSource == -1>> Tests show $his womb contains <<if $activeSlave.pregType > 1>><<if $activeSlave.pregType > 10>>many of <</if>>your growing children<<else>>your growing child<</if>>. <<elseif $activeSlave.pregSource == -2>> diff --git a/src/utility/miscWidgets.tw b/src/utility/miscWidgets.tw index a6bd23cf0adc7035a41ffcf5e8c6823a2691bf0b..0152dc87a554fd8abc6c8b09755ef2015587f43b 100644 --- a/src/utility/miscWidgets.tw +++ b/src/utility/miscWidgets.tw @@ -316,7 +316,7 @@ <<link "Let her get pregnant">><<set $activeSlave.preg = 0>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <<elseif $activeSlave.induce == 1>> //Hormones are being slipped into her food, she will give birth suddenly and rapidly this week// - <<elseif ($activeSlave.preg > 38) && ($activeSlave.broodmother == 0) && ($activeSlave.labor == 0)>> + <<elseif ($activeSlave.preg > $activeSlave.pregData.normalBirth-2 && $activeSlave.preg > $activeSlave.pregData.minLiveBirth) && ($activeSlave.broodmother == 0) && ($activeSlave.labor == 0)>> [[Induce labor|Slave Interact][$activeSlave.labor = 1,$activeSlave.induce = 1,$birthee = 1]] | [[Give her a cesarean section|csec]] <<elseif ($activeSlave.broodmother > 0)>> @@ -326,7 +326,7 @@ <<if ($activeSlave.preg > 37)>> | [[Induce mass childbirth|BirthStorm]] <</if>> - <<elseif ($activeSlave.preg > 35)>> + <<elseif ($activeSlave.preg > $activeSlave.pregData.minLiveBirth)>> [[Give her a cesarean section|csec]] <<elseif ($activeSlave.preg > 0) && $activeSlave.breedingMark == 1 && $propOutcome == 1 && $activeSlave.pregSource == -1>> //You are forbidden from aborting an elite child// @@ -362,7 +362,7 @@ <</link>> <<elseif $activeSlave.induce == 1>> //Hormones are being slipped into its food, it will give birth suddenly and rapidly this week// - <<elseif ($activeSlave.preg > 38) && ($activeSlave.broodmother == 0) && ($activeSlave.labor == 0)>> + <<elseif ($activeSlave.preg > $activeSlave.pregData.normalBirth-2 && $activeSlave.preg > $activeSlave.pregData.minLiveBirth) && ($activeSlave.broodmother == 0) && ($activeSlave.labor == 0)>> [[Induce labor|Slave Interact][$activeSlave.labor = 1,$activeSlave.induce = 1,$birthee = 1]] | [[Give it a cesarean section|csec]] <<elseif ($activeSlave.broodmother > 0)>> @@ -372,7 +372,7 @@ <<if ($activeSlave.preg > 37)>> | [[Induce mass childbirth|BirthStorm]] <</if>> - <<elseif ($activeSlave.preg > 35)>> + <<elseif ($activeSlave.preg > $activeSlave.pregData.minLiveBirth)>> [[Give it a cesarean section|csec]] <<elseif ($activeSlave.preg > 0) && $activeSlave.breedingMark == 1 && $propOutcome == 1 && $activeSlave.pregSource == -1>> //You are forbidden from aborting an elite child// @@ -384,14 +384,14 @@ <<if ($activeSlave.pregKnown == 1) && ($pregSpeedControl == 1) && ($activeSlave.breedingMark != 1 || $propOutcome == 0) && ($activeSlave.indentureRestrictions < 1) && ($activeSlave.broodmother == 0) && $seePreg != 0>> <br> __Pregnancy control__: <<if $activeSlave.pregControl == "labor supressors">>Labor is suppressed<<elseif $activeSlave.pregControl == "slow gestation">>Slowed gestation speed<<elseif $activeSlave.pregControl == "speed up">>Faster gestation speed, staffed clinic recommended<<else>>Normal gestation and birth<</if>>. - <<if ($activeSlave.preg >= 38)>> + <<if ($activeSlave.preg >= $activeSlave.pregData.minLiveBirth)>> <br> <<if $activeSlave.pregControl == "labor supressors">> <<link "Normal Birth">><<set $activeSlave.pregControl = "none">><<SlaveInteractFertility>><</link>> <<else>> <<link "Supress Labor">><<set $activeSlave.pregControl = "labor supressors">><<SlaveInteractFertility>><</link>> <</if>> - <<elseif ($activeSlave.preg < 40)>> + <<elseif ($activeSlave.preg < $activeSlave.pregData.normalBirth)>> <br> <<if $activeSlave.pregControl != "none">> <<link "Normal Gestation">><<set $activeSlave.pregControl = "none">><<SlaveInteractFertility>><</link>> |