diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index 390d37d1572b62a506ee0a29b65c2b2efa0b2dd0..2765f49f398bc3e056a71ae0b09d092408003bd4 100644 --- a/devNotes/VersionChangeLog-Premod+LoliMod.txt +++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt @@ -4,6 +4,10 @@ 10/12/2018 + 11 + -fixes + -tweaks to lispReplace() + 10 -fixes -adjustments to how intelligence and education affects slave price diff --git a/src/uncategorized/genericPlotEvents.tw b/src/uncategorized/genericPlotEvents.tw index 0f821c3d2905d89224e1679b70d6f50d4cad6f64..494dd398011b9b247272e108a12dc6da2218a81f 100644 --- a/src/uncategorized/genericPlotEvents.tw +++ b/src/uncategorized/genericPlotEvents.tw @@ -201,7 +201,7 @@ in the capital city. vulnerable citizens, including the caller. Their bus broke down on the way to the championship game and all those that have left to get help have not returned. Her and her several remaining teammates are running out of options as those looking for easy targets creep ever closer. <</if>> <<else>> - After years of constant rape and abuse, an opening finally arrived for escape when a rival faction raided the decaying church they were stored in, however the situation outside isn't much better. Violent riots are taking place and the mobs are eagerly snatching up what ever loot and women they can get their hands on. Her and the remaining women are trapped and in no condition to run; most particularly the youngest of the group who is ripe with child, though she herself and one of the others are also carrying their rapists' babies. They are completely out of options and as the looters work their way down the city streets. + After years of constant rape and abuse, an opening finally arrived for escape when a rival faction raided the decaying church they were stored in, however the situation outside isn't much better. Violent riots are taking place and the mobs are eagerly snatching up what ever loot and women they can get their hands on. She and the remaining women are trapped and in no condition to run; most particularly the youngest of the group who is ripe with child, though she herself and one of the others are also carrying their rapists' babies. They are completely out of options as the looters work their way down the city streets. <</if>> They beg you to help evacuate them, and promise to pay you once they're out. @@ -227,7 +227,7 @@ You watch on the feeds from your VTOL craft as it settles <<if $PAidTarget == "v <<elseif $PAidTarget == "seizedMission">> building the raped missionaries <</if>> -you promised to rescue<<if $PAidTarget == "seizedMission">> where held up in<</if>>. Its side doors retract, allowing the escapees to hustle aboard with their bundles of personal possessions. Once they're on board and strapped into their seats, the turbofans howl and the craft peels smoothly off the roof, the hot jet wash setting it alight. Once it transitions fully into level flight, the true plan goes into operation. At a carefully selected moment, injectors concealed within each seat lance into the passengers' buttocks, knocking them out. It works flawlessly, the drugs precisely calibrated to each body based on the weight added to the VTOL as each climbed aboard. This avoids the potential for over- or under-dosage present when using gas or darts to subdue groups. In perfect unison, the passengers slump against the harnesses holding them against the seats. +you promised to rescue<<if $PAidTarget == "seizedMission">> where holed up in<</if>>. Its side doors retract, allowing the escapees to hustle aboard with their bundles of personal possessions. Once they're on board and strapped into their seats, the turbofans howl and the craft peels smoothly off the roof, the hot jet wash setting it alight. Once it transitions fully into level flight, the true plan goes into operation. At a carefully selected moment, injectors concealed within each seat lance into the passengers' buttocks, knocking them out. It works flawlessly, the drugs precisely calibrated to each body based on the weight added to the VTOL as each climbed aboard. This avoids the potential for over- or under-dosage present when using gas or darts to subdue groups. In perfect unison, the passengers slump against the harnesses holding them against the seats. <br><br> When the aircraft lands at your penthouse pad, the would-be escapees are still unconscious. This makes putting them through enslavement physically laborious, though it does cut down on the usual whining; fortunately, you reserved the credits necessary to obscure their questionably legitimate enslavement. By the time they awake, they'll be indistinguishable from any other new slave in the arcology. The possibility remains, however that rumor of the incident will leak out. Your VTOL bird's entry and exit from the capital city was likely noticed and remarked upon. <br><br> @@ -469,7 +469,7 @@ When the aircraft lands at your penthouse pad, the would-be escapees are still u <<elseif $PAidTarget == "seizedMission">> In any case, you've enslaved a fine group. The women will clean up nicely and are already accustomed to being rape and abused, so they should bear the transition to slave life reasonably well. The leader is a little older than the rest and clearly has been pregnant several times given the sag to her breasts and the stretch marks coating her swollen belly; it's clear she has a rape baby growing inside her. The next two are younger, but no better off; one is hugely pregnant and the other shows signs of a recent birth. The last, however, is the most eye-catching; <<if $minimumSlaveAge < 8 && $fertilityAge < 8>> - she is just a little and a massively pregnant one at that. The leader was right to worry about her well-being, there is no way she would survive giving birth. + she is just a little girl and a massively pregnant one at that. The leader was right to worry about her well-being, there is no way she would survive giving birth. <<elseif $fertilityAge < 18 && $minimumSlaveAge < 18>> she is in no way prepared to be as pregnant as she is. The leader was right to worry about her well-being, birth is going to be a struggle for her. <<else>> @@ -604,11 +604,21 @@ When the aircraft lands at your penthouse pad, the would-be escapees are still u <<set _newSlaves.push($activeSlave)>> /* young preggo*/ <<if $minimumSlaveAge < $fertilityAge>> - <<set $activeSlaveOneTimeMinAge = $fertilityAge>> - <<set $activeSlaveOneTimeMaxAge = $fertilityAge>> + <<if $minimumSlaveAge < 8>> + <<set $activeSlaveOneTimeMinAge = 8>> + <<set $activeSlaveOneTimeMaxAge = 8>> + <<else>> + <<set $activeSlaveOneTimeMinAge = $fertilityAge>> + <<set $activeSlaveOneTimeMaxAge = $fertilityAge>> + <</if>> <<else>> - <<set $activeSlaveOneTimeMinAge = $minimumSlaveAge>> - <<set $activeSlaveOneTimeMaxAge = $minimumSlaveAge>> + <<if $fertilityAge < 8>> + <<set $activeSlaveOneTimeMinAge = 8>> + <<set $activeSlaveOneTimeMaxAge = 8>> + <<else>> + <<set $activeSlaveOneTimeMinAge = $minimumSlaveAge>> + <<set $activeSlaveOneTimeMaxAge = $minimumSlaveAge>> + <</if>> <</if>> <<set $one_time_age_overrides_pedo_mode = 1>> <<set $oneTimeDisableDisability = 1>>