diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt index 34ef147e6420886d86279cb8af9d708e59675746..458bfa3dd53256ebe76d2e273bdab9eafbecb620 100644 --- a/devNotes/twine JS.txt +++ b/devNotes/twine JS.txt @@ -1039,6 +1039,10 @@ window.removeFS = function(FS) { arcology.FSChattelReligionistSMR = 0; arcology.FSChattelReligionistCreed = 0; break; + case "FSRepopulationFocus": + arcology[FSLaw] = 0; + arcology[FSSMR] = 0; + V.universalRulesChildrenBecomeBreeders = 0; case "FSNull": break; default: /* all others have one law and one SMR */ @@ -16054,7 +16058,7 @@ window.DefaultRules = (function() { slave.labor = 1; slave.induce = 1; V.birthee = 1; - r += `<br>slave.slaveName is ready to birth, so her labor has been stimulated.`; + r += `<br>${slave.slaveName} is ready to birth, so her labor has been stimulated.`; } else if (rule.pregSpeed == "fast" && slave.pregControl == "speed up" && slave.health <= -50) { slave.pregControl = "none"; r += `<br>${slave.slaveName} is on rapid gestation agents and dangerously unhealthy, so her agent regimen has been stopped.`; diff --git a/src/art/assistantArt.tw b/src/art/assistantArt.tw index 511da7a1d5aa2fe1ee03d4b0018a416d90118220..9cf48c515a66be3361f92a3e59068d1060b53e63 100644 --- a/src/art/assistantArt.tw +++ b/src/art/assistantArt.tw @@ -68,65 +68,63 @@ window.assistantArt = function assistantArt(sizePlacement) { } } else /* V.imageChoice === 0*/ { fileName += "'resources/renders/assistant "; - switch (V.assistantAppearance) { - case "monstergirl": - fileName += "monstergirl.png'"; - break; - case "shemale": - fileName += "shemale.png'"; - break; - case "amazon": - fileName += "amazon.png'"; - break; - case "businesswoman": - fileName += "businesswoman.png'"; - break; - case "goddess": - fileName += "goddess.png'"; - break; - case "schoolgirl": - fileName += "schoolgirl.png'"; - break; - case "angel": - fileName += "angel.png'"; - break; - case "cherub": - fileName += "cherub.png'"; - break; - case "ERROR_1606_APPEARANCE_FILE_CORRUPT": - fileName += "corrupt.png'"; - break; - case "fairy": - fileName += "fairy.png'"; - break; - case "imp": - fileName += "imp.png'"; - break; - case "incubus": - fileName += "incubus.png'"; - break; - case "pregnant fairy": - fileName += "pfairy.png'"; - break; - case "succubus": - fileName += "succubus.png'"; - break; - case "witch": - fileName += "witch.png'"; - break; - default: - fileName += "default.png'"; - } + switch (V.assistantAppearance) { + case "monstergirl": + fileName += "monstergirl.png'"; + break; + case "shemale": + fileName += "shemale.png'"; + break; + case "amazon": + fileName += "amazon.png'"; + break; + case "businesswoman": + fileName += "businesswoman.png'"; + break; + case "goddess": + fileName += "goddess.png'"; + break; + case "schoolgirl": + fileName += "schoolgirl.png'"; + break; + case "angel": + fileName += "angel.png'"; + break; + case "cherub": + fileName += "cherub.png'"; + break; + case "ERROR_1606_APPEARANCE_FILE_CORRUPT": + fileName += "corrupt.png'"; + break; + case "fairy": + fileName += "fairy.png'"; + break; + case "imp": + fileName += "imp.png'"; + break; + case "incubus": + fileName += "incubus.png'"; + break; + case "pregnant fairy": + fileName += "pfairy.png'"; + break; + case "succubus": + fileName += "succubus.png'"; + break; + case "witch": + fileName += "witch.png'"; + break; + default: + fileName += "default.png'"; + } } - if (filename !== "") { - if (sizePlacement === 3) { - fileName = `<img src=${fileName} style='float:right; border:3px hidden'/>`; - } else if (V.imageChoice === 1) { - fileName = `<img src=${fileName} style='float:right; border:3px hidden' width='282' height='602'/>`; - } else /* V.imageChoice === 0 */ { - fileName = `<img src=${fileName} style='float:right; border:3px hidden' width='300' height='300'/>`; - } + if (sizePlacement === 3) { + fileName = `<img src=${fileName} style='float:right; border:3px hidden'/>`; + } else if (V.imageChoice === 1) { + fileName = `<img src=${fileName} style='float:right; border:3px hidden' width='282' height='602'/>`; + } else /* V.imageChoice === 0 */ { + fileName = `<img src=${fileName} style='float:right; border:3px hidden' width='300' height='300'/>`; } } return fileName; diff --git a/src/gui/Encyclopedia/encyclopedia.tw b/src/gui/Encyclopedia/encyclopedia.tw index abf9ff39b5a0be8d5b333477daa121b4b4aac9c2..79da1b67e5aa901fa2236e2b336b2ec57fc7a44d 100644 --- a/src/gui/Encyclopedia/encyclopedia.tw +++ b/src/gui/Encyclopedia/encyclopedia.tw @@ -2628,7 +2628,7 @@ LORE: INTERVIEWS <br>''Editoranon and Milkanon?'' for prison markets and the nursing handjob scene. <br>''DCoded'' for creating the favicon and adding animals to the Pit, as well as nursery and bestiality content, scenes, facilities and fixes. Also a pussy licking scene. <br>''HiveBro'' for giving hyperpregnant slaves some serious loving. - <br>''Quin2k'' for overwriting save function via Degrees of Lewdity. + <br>''Quin2k'' for overwriting save function and expired tweak via Vrelnir & co. <br>''git contributors lost to time'' for their submissions and work through pregmod's git. <br>''Bane70'' optimized huge swaths of code with notable professionalism. <br>''Circle Tritagonist'' provided several new collars and outfits. diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw index b2194b2d4ebd9480cc56562d6e9cf9a9fd79c839..3d7e80417de7a4887244b3ab08b516e9c8731433 100644 --- a/src/init/storyInit.tw +++ b/src/init/storyInit.tw @@ -254,6 +254,7 @@ You should have received a copy of the GNU General Public License along with thi <<set $universalRulesNewSlavesRA = 1>> <<set $universalRulesAssignsSelfFacility = 0>> <<set $universalRulesImmobileSlavesMaintainMuscles = 0>> + <<set $universalRulesChildrenBecomeBreeders = 0>> <<set $slaveDead = 0>> <<set $rulesAssistantMain = 1>> <<set $rulesAssistantAuto = 0>> diff --git a/src/js/DefaultRules.tw b/src/js/DefaultRules.tw index c33e6bb3e46b863bda3db02e98463e009fe551f5..2f60d4ab562a07b290d344bc05ae9826d67e7546 100644 --- a/src/js/DefaultRules.tw +++ b/src/js/DefaultRules.tw @@ -1678,7 +1678,7 @@ window.DefaultRules = (function() { slave.labor = 1; slave.induce = 1; V.birthee = 1; - r += `<br>slave.slaveName is ready to birth, so her labor has been stimulated.`; + r += `<br>${slave.slaveName} is ready to birth, so her labor has been stimulated.`; } else if (rule.pregSpeed == "fast" && slave.pregControl == "speed up" && slave.health <= -50) { slave.pregControl = "none"; r += `<br>${slave.slaveName} is on rapid gestation agents and dangerously unhealthy, so her agent regimen has been stopped.`; diff --git a/src/js/storyJS.tw b/src/js/storyJS.tw index 99cb7b1aad6e85eb481564bc27a1cda3bab1c29b..f5840354fcc03ffeaee3a552e376d2e6db4730e2 100644 --- a/src/js/storyJS.tw +++ b/src/js/storyJS.tw @@ -1037,6 +1037,10 @@ window.removeFS = function(FS) { arcology.FSChattelReligionistSMR = 0; arcology.FSChattelReligionistCreed = 0; break; + case "FSRepopulationFocus": + arcology[FSLaw] = 0; + arcology[FSSMR] = 0; + V.universalRulesChildrenBecomeBreeders = 0; case "FSNull": break; default: /* all others have one law and one SMR */ diff --git a/src/pregmod/csec.tw b/src/pregmod/csec.tw index a51f5d76ba6b411b10c24dbab00d7a8077daae65..3a36b512a18ed7d473a64423b0ce9bd0e9266aca 100644 --- a/src/pregmod/csec.tw +++ b/src/pregmod/csec.tw @@ -213,6 +213,24 @@ Performing a cesarean section is trivial for the remote surgery to carry out. $a <<set _lostBabies = 1, _babyCost = random(-12,12)>> sold for a total of @@.yellowgreen;<<print cashFormat(_curBabies*(50+_babyCost))>>.@@ <<set $cash += _curBabies*(50+_babyCost)>> + <<elseif $universalRulesChildrenBecomeBreeders == 1 && $arcologies[0].FSRepopulationFocus > 40>> + <<set _lostBabies = 1>> + sent to one of $arcologies[0].name's future minded schools, to be administered fertility and virility treatments as well as be brought up to take pride in reproduction. $activeSlave.slaveName + <<if $activeSlave.fetish == "mindbroken" || $activeSlave.fuckdoll > 0>> + has few thoughts about the matter. + <<elseif $activeSlave.devotion > 95>> + loves you already, but $he'll @@.hotpink;love you even more@@ for this. $He can't wait to see $his child<<if _curBabies > 1>>ren<</if>> proudly furthering your cause. + <<set $activeSlave.devotion += 4>> + <<elseif $activeSlave.devotion > 50>> + heard about these and will be @@.hotpink;happy that $his child<<if $activeSlave.pregType > 1>>ren<</if>> will have a purpose in your society other than slavery.@@ $He will miss $his child<<if $activeSlave.pregType > 1>>ren<</if>>, but $he expected that. + <<set $activeSlave.devotion += 4>> + <<elseif $activeSlave.devotion > 20>> + will naturally miss $his child<<if _curBabies > 1>>ren<</if>>, but will is broken enough to hope that $his offspring will have a better life, or at least an enjoyable one. + <<else>> + will of course @@.mediumorchid;hate you for this.@@ The mere thought of $his $fertilityAge year old daughter<<if _curBabies > 1>>s<</if>> swollen with life, and proud of it, fills $him with @@.gold;disdain.@@ + <<set $activeSlave.devotion -= 4, $activeSlave.trust -= 4>> + <</if>> + <<set $breederOrphanageTotal += _curBabies>> <</if>> <<if _lostBabies != 1>> <br><br> diff --git a/src/pregmod/widgets/seBirthWidgets.tw b/src/pregmod/widgets/seBirthWidgets.tw index 7ccb9ce4dc2d4811a003e3ed4e778794a426d31d..36ec18e03828c1d9951cfa1c447ae7e2bfce3461 100644 --- a/src/pregmod/widgets/seBirthWidgets.tw +++ b/src/pregmod/widgets/seBirthWidgets.tw @@ -918,6 +918,23 @@ All in all, <<set $cash += _curBabies*(50+_babyCost)>> <</if>> <</if>> + <<if _lostBabies != 1 && $universalRulesChildrenBecomeBreeders == 1 && $arcologies[0].FSRepopulationFocus > 40>> + <<set _lostBabies = 1>> + $His child<<if _count > 1>>ren are<<else>> is<</if>> sent to one of $arcologies[0].name's future minded schools, to be administered fertility and virility treatments as well as be brought up to take pride in reproduction. $slaves[$i].slaveName + <<if $slaves[$i].devotion > 95>> + loves you already, but <<print $he>>'ll @@.hotpink;love you even more@@ for this. $He can't wait to see $his child<<if _count > 1>>ren<</if>> proudly furthering your cause. + <<set $slaves[$i].devotion += 4>> + <<elseif $slaves[$i].devotion > 50>> + heard about these and will be @@.hotpink;happy that $his child<<if _count > 1>>ren<</if>> will have a purpose in your society other than slavery.@@ $He will miss $his child<<if _count > 1>>ren<</if>>, but $he expected that. + <<set $slaves[$i].devotion += 4>> + <<elseif $slaves[$i].devotion > 20>> + will naturally miss $his child<<if _count > 1>>ren<</if>>, but will is broken enough to hope that $his offspring will have a better life, or at least an enjoyable one. + <<else>> + will of course @@.mediumorchid;hate you for this.@@ The mere thought of $his $fertilityAge year old daughter<<if _count > 1>>s<</if>> swollen with life, and proud of it, fills $him with @@.gold;disdain.@@ + <<set $slaves[$i].devotion -= 4, $slaves[$i].trust -= 4>> + <</if>> + <<set $breederOrphanageTotal += _count, $slaveOrphanageTotal -= _count>> + <</if>> <<if _lostBabies != 1>> <<set $slaveOrphanageTotal += _curBabies>> Unless you provide otherwise, the child<<if _curBabies > 1>>ren<</if>> will be remanded to one of $arcologies[0].name's slave orphanages. $slaves[$i].slaveName @@ -1005,7 +1022,7 @@ All in all, $He is @@.mediumorchid;devastated@@ by your sudden decision to sell $his child<<if _count > 1>>ren<</if>> instead of having <<if _count > 1>>them<<else>>it<</if>> cared for. $His mind struggles to comprehend @@.gold;such betrayal.@@ <<set $slaves[$i].trust -= 10, $slaves[$i].devotion -= 10>> <<else>> - For a moment, $he saw a glimmer of good in you; @@.mediumorchid;$he was clearly wrong.@@ $His mind struggles to comprehend @@.gold;why $he could ever even thing of trusting such a person.@@ + For a moment, $he saw a glimmer of good in you; @@.mediumorchid;$he was clearly wrong.@@ $His mind struggles to comprehend @@.gold;why $he could ever even think of trusting such a person.@@ <<set $slaves[$i].trust -= 30, $slaves[$i].devotion -= 30>> <</if>> <<set $cash += _curBabies*(50+_babyCost)>> @@ -1026,7 +1043,7 @@ All in all, $He is @@.mediumorchid;devastated@@ by your sudden decision to sell $his child<<if _count > 1>>ren<</if>> instead of having <<if _count > 1>>them<<else>>it<</if>> cared for. $His mind struggles to comprehend @@.gold;such betrayal.@@ <<set $slaves[$i].trust -= 10, $slaves[$i].devotion -= 10>> <<else>> - For a moment, $he saw a glimmer of good in you; @@.mediumorchid;$he was clearly wrong.@@ $His mind struggles to comprehend @@.gold;why $he could ever even thing of trusting such a person.@@ + For a moment, $he saw a glimmer of good in you; @@.mediumorchid;$he was clearly wrong.@@ $His mind struggles to comprehend @@.gold;why $he could ever even think of trusting such a person.@@ <<set $slaves[$i].trust -= 30, $slaves[$i].devotion -= 30>> <</if>> <<set $cash += _curBabies*(50+_babyCost)>> diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw index 5cd80db33b93d779485d9f1d82a31261dbdeeab4..7c6cc0a5611775ca7c1e5ebb7288afa6d043dac7 100644 --- a/src/uncategorized/BackwardsCompatibility.tw +++ b/src/uncategorized/BackwardsCompatibility.tw @@ -388,6 +388,9 @@ <<if ndef $universalRulesImmobileSlavesMaintainMuscles>> <<set $universalRulesImmobileSlavesMaintainMuscles = 0>> <</if>> +<<if ndef $universalRulesChildrenBecomeBreeders>> + <<set $universalRulesChildrenBecomeBreeders = 0>> +<</if>> <<if ndef $surnamesForbidden>> <<set $surnamesForbidden = 0>> <</if>> diff --git a/src/uncategorized/universalRules.tw b/src/uncategorized/universalRules.tw index e1bc04e4bb661d758d4f46269bd0a037029cd24f..263930c839ee49af04ac920cfee7f49bf6e7ac2a 100644 --- a/src/uncategorized/universalRules.tw +++ b/src/uncategorized/universalRules.tw @@ -100,7 +100,7 @@ Future society names for new slaves are currently @@.cyan;APPLIED@@. [[Stop appl The Rules Assistant ''will apply'' automatically to newly acquired slaves [[Stop applying to new slaves|Universal Rules][$universalRulesNewSlavesRA = 0]] <</if>> -<<if $seeDicks != 100>> +<<if $seePreg != 0>> <br><br> <<if $universalRulesImpregnation == "HG">> @@ -127,7 +127,6 @@ Future society names for new slaves are currently @@.cyan;APPLIED@@. [[Stop appl //This will increase upkeep costs for these slaves// <</if>> -<<if $universalRulesBirthing == 1>> <br><br> <<if $universalRulesCSec == 1>> Pregnant slaves will be ''given Caesarean sections'' rather than allowed to give birth naturally in order to minimize health issues and to preserve their vaginas. @@ -138,6 +137,18 @@ Future society names for new slaves are currently @@.cyan;APPLIED@@. [[Stop appl //Will lessen medical costs, at the expense of scarring// <</if>> + +<<if $arcologies[0].FSRepopulationFocus > 40>> + <br><br> + <<if $universalRulesChildrenBecomeBreeders == 1>> + Unreserved children ''will be auto-enrolled'' in breeder schools to be raised into fine mothers and fathers. + [[Decide children's fate on an individual level|Universal Rules][$universalRulesChildrenBecomeBreeders = 0]] + <<else>> + Unreserved children ''will not be auto-enrolled'' in breeder schools. Their fate will be decided at birth. + [[All children with undecided fates will be given to breeder schools|Universal Rules][$universalRulesChildrenBecomeBreeders = 1]] + + //Will require a <<print cashFormat(50)>> donation per week once enrollment begins// + <</if>> <</if>> <</if>>