diff --git a/.gitignore b/.gitignore index bb7c607a3b8242cb9f60307fd32edb96406ef9c9..72364f99fe4bf8d5262df3b19b33102aeaa791e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,89 @@ -Binaries: -/bin/* -readme.txt +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*,cover +.hypothesis/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +local_settings.py + +# Flask stuff: +instance/ +.webassets-cache + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ + +# IPython Notebook +.ipynb_checkpoints + +# pyenv +.python-version + +# celery beat schedule file +celerybeat-schedule + +# dotenv +.env + +# virtualenv +venv/ +ENV/ + +# Spyder project settings +.spyderproject + +# Rope project settings +.ropeproject diff --git a/bin/.gitignore b/bin/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..40637012bb08e4c73341c2e057c87733bd7cb881 --- /dev/null +++ b/bin/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/src/cheats/mod_EditArcologyCheat.tw b/src/cheats/mod_EditArcologyCheat.tw index 936bc78ca528f7f3ad5110851b3b98bdec02efa1..1fb399f570ffe4cd01e0d93319cf137e5e4cbc7b 100644 --- a/src/cheats/mod_EditArcologyCheat.tw +++ b/src/cheats/mod_EditArcologyCheat.tw @@ -1,7 +1,7 @@ :: MOD_Edit Arcology Cheat [nobr] - -<<set $nextButton to "Continue">> + + <<set $nextButton to "Continue">> <<set $nextLink to "MOD_Edit Arcology Cheat Datatype Cleanup">> ''Cheating Edit Arcology'' @@ -130,7 +130,7 @@ Curative side effects are ''disabled''. [[Enable|MOD_Edit Arcology Cheat][$curat <br> -Slave girls will +Slave girls will <<if $seeDicks >= 90>> ''almost always'' have dicks. [[No chicks with dicks pls (0%)|MOD_Edit Arcology Cheat][$seeDicks to 0]] @@ -443,9 +443,9 @@ $arcologies[0].name's GSP is @@color:yellowgreen;¤<<print Math.trunc(0.1*$arcologies[0].prosperity)>>m@@. <<if $arcologies.length > 1>> -<<set _neighbors to Number($arcologies.length-1)>> +<<set _neighbors to Number($arcologies.length-1)>> <br><br> -Your arcology has <<print Number($arcologies.length-1)>> +Your arcology has <<print Number($arcologies.length-1)>> <<if _neighbors == 1>> neighbor<<else>> neighbors<</if>>. <<else>> Your arcology has no neighbors. @@ -454,15 +454,15 @@ Your arcology has no neighbors. <<if $arcologies.length < 8>> <<click "Add neighbor">> <<set $seed to ["north", "northeast", "east", "southeast", "south", "southwest", "west", "northwest"]>> - - <<set $activeArcology to {name: "Arcology X-", direction: "north", government: "an individual", honeymoon: 0, prosperity: 50, ownership: 50, minority: 20, PCminority: 0, demandFactor:0, FSSupremacist: "unset", FSSupremacistRace: 0, FSSubjugationist: "unset", FSSubjugationistRace: 0, FSRepopulationFocus: "unset", FSRestart: "unset", FSGenderRadicalist: "unset", FSGenderFundamentalist: "unset", FSPaternalist: "unset", FSDegradationist: "unset", FSBodyPurist: "unset", FSTransformationFetishist: "unset", FSYouthPreferentialist: "unset", FSMaturityPreferentialist: "unset", FSSlimnessEnthusiast: "unset", FSAssetExpansionist: "unset", FSPastoralist: "unset", FSPhysicalIdealist: "unset", FSChattelReligionist: "unset", FSRomanRevivalist: "unset", FSEgyptianRevivalist: "unset", FSEdoRevivalist: "unset", FSArabianRevivalist: "unset", FSChineseRevivalist: "unset", FSNull: "unset", embargo: 1, embargoTarget: -1, influenceTarget: -1, influenceBonus: 0, rival: 0}>> + + <<set $activeArcology to {name: "Arcology X-", direction: "north", government: "an individual", honeymoon: 0, prosperity: 50, ownership: 50, minority: 20, PCminority: 0, demandFactor:0, FSSupremacist: "unset", FSSupremacistRace: 0, FSSubjugationist: "unset", FSSubjugationistRace: 0, FSGenderRadicalist: "unset", FSGenderFundamentalist: "unset", FSPaternalist: "unset", FSDegradationist: "unset", FSBodyPurist: "unset", FSTransformationFetishist: "unset", FSYouthPreferentialist: "unset", FSMaturityPreferentialist: "unset", FSSlimnessEnthusiast: "unset", FSAssetExpansionist: "unset", FSPastoralist: "unset", FSPhysicalIdealist: "unset", FSChattelReligionist: "unset", FSRomanRevivalist: "unset", FSEgyptianRevivalist: "unset", FSEdoRevivalist: "unset", FSArabianRevivalist: "unset", FSChineseRevivalist: "unset", FSNull: "unset", embargo: 1, embargoTarget: -1, influenceTarget: -1, influenceBonus: 0, rival: 0}>> <<if $arcologies.length < 4>> <<set $activeArcology.name to $activeArcology.name+$arcologies.length>> <<else>> <<set $activeArcology.name to $activeArcology.name+($arcologies.length+1)>> <</if>> - + <<set $activeArcology.direction to $seed.pluck()>> <<set $activeArcology.government to random(0,5)>> <<set $activeArcology.prosperity += random(-20,20)>> @@ -488,7 +488,7 @@ Your arcology has no neighbors. <<if $arcologies[$i].direction != 0>> <<display "Neighbor Description">> <</if>> - + <<if $i != 0>> <<print "[[Remove neighbor|MOD_Edit Arcology Cheat][$arcologies.pluck( [" + $i + "], [" + $i + "] )]]">> <</if>> diff --git a/src/cheats/mod_EditArcologyCheatDatatypeCleanup.tw b/src/cheats/mod_EditArcologyCheatDatatypeCleanup.tw index b1c1374c6ef0e0d8c65367bcb1944b7f5d458d6c..fda6dddacd7a910200b2666b9418e024e9e1cca2 100644 --- a/src/cheats/mod_EditArcologyCheatDatatypeCleanup.tw +++ b/src/cheats/mod_EditArcologyCheatDatatypeCleanup.tw @@ -1,5 +1,5 @@ :: MOD_Edit Arcology Cheat Datatype Cleanup - + <<nobr>> <<set $nextButton to "Continue">> <<set $nextLink to "Manage Arcology">> @@ -29,14 +29,14 @@ <<set $arcologies[0].ownership to Number($arcologies[0].ownership)>> <<set $arcologies[0].minority to Number($arcologies[0].minority)>> - + The chanting grows louder and louder, CHEAT! CHEAT! CHEAT! - + <br><br> - + The Arcology morphs and changes shape, CHEAT! CHEAT! CHEAT! - + <br><br> - + The Arcology has been changed forever and you forfeit your CHEATING CHEATY SOUL! <</nobr>>\ diff --git a/src/cheats/mod_EditFSCheat.tw b/src/cheats/mod_EditFSCheat.tw index a84100c89c91872b20b32891e4327739d1a1870b..5263c03db3366925c3c5c4e28f9ae664dea89422 100644 --- a/src/cheats/mod_EditFSCheat.tw +++ b/src/cheats/mod_EditFSCheat.tw @@ -1,5 +1,5 @@ :: MOD_Edit FS Cheat - + <<nobr>> <<set $nextButton to "Continue">> <<set $nextLink to "MOD_Edit FS Cheat Datatype Cleanup">> diff --git a/src/cheats/mod_EditFSCheatDatatypeCleanup.tw b/src/cheats/mod_EditFSCheatDatatypeCleanup.tw index e19f5297dfd9419f1cd6d59ffe82bdd4c7544666..c9df8dc344bac24d94592b4fdaf1a7900643777b 100644 --- a/src/cheats/mod_EditFSCheatDatatypeCleanup.tw +++ b/src/cheats/mod_EditFSCheatDatatypeCleanup.tw @@ -1,5 +1,5 @@ :: MOD_Edit FS Cheat Datatype Cleanup - + <<nobr>> <<set $nextButton to "Continue">> <<set $nextLink to "Main">> diff --git a/src/cheats/mod_EditSlaveCheat.tw b/src/cheats/mod_EditSlaveCheat.tw index d06698b080bd9cf7eaea9746344809cfd60c887c..77a2944c646949c29128d3f96f06d45c5e84c785 100644 --- a/src/cheats/mod_EditSlaveCheat.tw +++ b/src/cheats/mod_EditSlaveCheat.tw @@ -1,5 +1,5 @@ :: MOD_Edit Slave Cheat [nobr] - + <<set $nextButton to "Continue">> <<set $nextLink to "MOD_Edit Slave Cheat Datatype Cleanup">> <<set $oldName to $activeSlave.slaveName>> @@ -7,12 +7,12 @@ ''Cheating Edit Slave'' <br><br> - + ''Birth Name:'' <<textbox "$activeSlave.birthName" $activeSlave.birthName>> <br>''Slave Name (birth name was $activeSlave.birthName):'' <<textbox "$activeSlave.slaveName" $activeSlave.slaveName>> - + <br><br> ''Current Slave ID: ($activeSlave.ID)'' @@ -1082,7 +1082,7 @@ Paraphilias: <<radiobutton "$activeSlave.sexualFlaw" "cum addict">> Cum addict <<radiobutton "$activeSlave.sexualFlaw" "anal addict">> Anal addict <<radiobutton "$activeSlave.sexualFlaw" "attention whore">> Attention whore -<<radiobutton "$activeSlave.sexualFlaw" "breast growth">> Breast obsession +<<radiobutton "$activeSlave.sexualFlaw" "breast growth">> Breast obsession <<radiobutton "$activeSlave.sexualFlaw" "abusive">> Abusive <<radiobutton "$activeSlave.sexualFlaw" "malicious">> Malicious <<radiobutton "$activeSlave.sexualFlaw" "self hating">> Self hatred diff --git a/src/cheats/mod_EditSlaveCheatDatatypeCleanup.tw b/src/cheats/mod_EditSlaveCheatDatatypeCleanup.tw index 57f3b71ac12497689e66a4c8fe452282017f6d92..37441d9c5ee5bd3edeb644c6008ed54148e1c0a5 100644 --- a/src/cheats/mod_EditSlaveCheatDatatypeCleanup.tw +++ b/src/cheats/mod_EditSlaveCheatDatatypeCleanup.tw @@ -1,5 +1,5 @@ :: MOD_Edit Slave Cheat Datatype Cleanup - + <<nobr>> <<set $nextButton to "Continue">> <<set $nextLink to "Slave Interact">> diff --git a/src/config/start.tw b/src/config/start.tw index cfdf5db527daced85cab5fe298b69f21cd454a87..6ed80414d842eeb3e90b238f2be898fe08927fff 100644 --- a/src/config/start.tw +++ b/src/config/start.tw @@ -6,405 +6,404 @@ Free Cities :: StoryIncludes - -./src/cheats/mod_EditArcologyCheat.tw -./src/cheats/mod_EditArcologyCheatDatatypeCleanup.tw -./src/cheats/mod_EditFSCheat.tw -./src/cheats/mod_EditFSCheatDatatypeCleanup.tw -./src/cheats/mod_EditSlaveCheat.tw -./src/cheats/mod_EditSlaveCheatDatatypeCleanup.tw -./src/config/sugarCubeConfig.tw -./src/events/gameover.tw -./src/events/intro/economyIntro.tw -./src/events/intro/extremeIntro.tw -./src/events/intro/genderIntro.tw -./src/events/intro/initNationalities.tw -./src/events/intro/introSummary.tw -./src/events/intro/locationIntro.tw -./src/events/intro/pcBodyIntro.tw -./src/events/intro/pcExperienceIntro.tw -./src/events/intro/pcRumorIntro.tw -./src/events/intro/terrainIntro.tw -./src/events/intro/tradeIntro.tw -./src/facilities/brothel/brothelAssignmentScene.tw -./src/gui/Encyclopedia/encyclopedia.tw -./src/gui/css/mainStyleSheet.tw -./src/gui/mainMenu/AlphaDisclaimer.tw -./src/init/storyInit.tw -./src/js/storyJS.tw -./src/npc/abort.tw -./src/npc/acquisition.tw -./src/npc/agent/agentCompany.tw -./src/npc/agent/agentRetrieve.tw -./src/npc/agent/agentSelect.tw -./src/npc/agent/agentWorkaround.tw -./src/npc/asDump.tw -./src/npc/databases/cheatmodeDatabase.tw -./src/npc/databases/dSlavesDatabase.tw -./src/npc/databases/ddSlavesDatabase.tw -./src/npc/databases/dfSlavesDatabase.tw -./src/npc/descriptions/fAnus.tw -./src/npc/descriptions/fBoobs.tw -./src/npc/descriptions/fButt.tw -./src/npc/descriptions/fLips.tw -./src/npc/descriptions/fVagina.tw -./src/npc/exportSlave.tw -./src/npc/fAbuse.tw -./src/npc/fFeelings.tw -./src/npc/fKiss.tw -./src/npc/fPCImpreg.tw -./src/npc/fRelation.tw -./src/npc/fRival.tw -./src/npc/fSlaveImpreg.tw -./src/npc/fSlaveImpregConsummate.tw -./src/npc/fucktoyWorkaround.tw -./src/npc/importSlave.tw -./src/npc/removeActiveSlave.tw -./src/npc/restWorkaround.tw -./src/npc/rgASDump.tw -./src/npc/servantWorkaround.tw -./src/npc/startingGirls/commitStartingGirl.tw -./src/npc/startingGirls/moreCustomOptions.tw -./src/npc/startingGirls/startingGirls.tw -./src/npc/uploadSlave.tw -./src/player/actions/fCaress.tw -./src/player/actions/fEmbrace.tw -./src/player/actions/fondleDick.tw -./src/pregmod/agingTest.tw -./src/pregmod/birthStorm.tw -./src/pregmod/breederProposal.tw -./src/pregmod/breedingTest.tw -./src/pregmod/fDick.tw -./src/pregmod/fSelf.tw -./src/pregmod/fSlaveFeed.tw -./src/pregmod/fillUpButt.tw -./src/pregmod/fillUpFace.tw -./src/pregmod/huskSlave.tw -./src/pregmod/managePersonalAffairs.tw -./src/pregmod/pInsemination.tw -./src/pregmod/pRaped.tw -./src/pregmod/pcAppearanceIntro.tw -./src/pregmod/pcPregIntro.tw -./src/pregmod/physicalDevelopment.tw -./src/pregmod/pregmodWidgets.tw -./src/pregmod/reLegendaryWomb.tw -./src/pregmod/reMaleArcologyOwner.tw -./src/pregmod/saInflation.tw -./src/pregmod/seBurst.tw -./src/pregmod/seHuskSlaveDelivery.tw -./src/pregmod/sePlayerBirth.tw -./src/pregmod/slaveAgeIntro.tw -./src/pregmod/slaveOnSlaveFeedingWorkAround.tw -./src/uncategorized/PESS.tw -./src/uncategorized/PETS.tw -./src/uncategorized/RECI.tw -./src/uncategorized/REFI.tw -./src/uncategorized/RESS.tw -./src/uncategorized/RESSTR.tw -./src/uncategorized/RETS.tw -./src/uncategorized/addCustomDescriptors.tw -./src/uncategorized/arcade.tw -./src/uncategorized/arcadeReport.tw -./src/uncategorized/arcologyDescription.tw -./src/uncategorized/arcologyOpinion.tw -./src/uncategorized/assign.tw -./src/uncategorized/assistantAutosurgery.tw -./src/uncategorized/assistantEvents.tw -./src/uncategorized/attendantSelect.tw -./src/uncategorized/attendantWorkaround.tw -./src/uncategorized/autosurgerySettings.tw -./src/uncategorized/barracks.tw -./src/uncategorized/bgSelect.tw -./src/uncategorized/bodyModRulesAssistantSettings.tw -./src/uncategorized/bodyModification.tw -./src/uncategorized/bodyModificationDegradation.tw -./src/uncategorized/bodyModificationReaction.tw -./src/uncategorized/bodyguardWorkaround.tw -./src/uncategorized/brothel.tw -./src/uncategorized/brothelAdvertisement.tw -./src/uncategorized/brothelReport.tw -./src/uncategorized/buySlaves.tw -./src/uncategorized/cellblock.tw -./src/uncategorized/cellblockReport.tw -./src/uncategorized/changeLanguage.tw -./src/uncategorized/checkAutoRulesActivate.tw -./src/uncategorized/checkinChecks.tw -./src/uncategorized/classesWorkaround.tw -./src/uncategorized/clinic.tw -./src/uncategorized/clinicReport.tw -./src/uncategorized/club.tw -./src/uncategorized/clubAdvertisement.tw -./src/uncategorized/clubReport.tw -./src/uncategorized/completeCatalog.tw -./src/uncategorized/concubineSelect.tw -./src/uncategorized/concubineWorkaround.tw -./src/uncategorized/confinementWorkaround.tw -./src/uncategorized/corporationDevelopments.tw -./src/uncategorized/cosmeticRulesAssistantSettings.tw -./src/uncategorized/costs.tw -./src/uncategorized/costsReport.tw -./src/uncategorized/coursingAssociation.tw -./src/uncategorized/customSlave.tw -./src/uncategorized/dairy.tw -./src/uncategorized/dairyReport.tw -./src/uncategorized/defaultRules.tw -./src/uncategorized/degradingName.tw -./src/uncategorized/descriptionOptions.tw -./src/uncategorized/discardConfirm.tw -./src/uncategorized/dispensary.tw -./src/uncategorized/djSelect.tw -./src/uncategorized/djWorkaround.tw -./src/uncategorized/economics.tw -./src/uncategorized/endWeek.tw -./src/uncategorized/exportRule.tw -./src/uncategorized/fMarry.tw -./src/uncategorized/fondleBoobs.tw -./src/uncategorized/fondleButt.tw -./src/uncategorized/fondleVagina.tw -./src/uncategorized/freeRangeDairyAssignmentScene.tw -./src/uncategorized/fsDevelopments.tw -./src/uncategorized/fullReport.tw -./src/uncategorized/futureSocities.tw -./src/uncategorized/generateNewSlave.tw -./src/uncategorized/generateXXSlave.tw -./src/uncategorized/generateXYSlave.tw -./src/uncategorized/genericPlotEvents.tw -./src/uncategorized/growthResearchInstitute.tw -./src/uncategorized/headGirlSuite.tw -./src/uncategorized/hgApplication.tw -./src/uncategorized/hgSelect.tw -./src/uncategorized/hgWorkaround.tw -./src/uncategorized/holeWorkaround.tw -./src/uncategorized/householdLiquidator.tw -./src/uncategorized/importRule.tw -./src/uncategorized/incrementPiercings.tw -./src/uncategorized/industrialDairyAssignmentScene.tw -./src/uncategorized/initRules.tw -./src/uncategorized/jeSlaveDispute.tw -./src/uncategorized/lawCompliance.tw -./src/uncategorized/lecoleDesEnculees.tw -./src/uncategorized/longSlaveDescription.tw -./src/uncategorized/madamSelect.tw -./src/uncategorized/madamWorkaround.tw -./src/uncategorized/main.tw -./src/uncategorized/manageArcology.tw -./src/uncategorized/managePenthouse.tw -./src/uncategorized/masterSuite.tw -./src/uncategorized/masterSuiteReport.tw -./src/uncategorized/matchmaking.tw -./src/uncategorized/milkingWorkaround.tw -./src/uncategorized/milkmaidSelect.tw -./src/uncategorized/milkmaidWorkaround.tw -./src/uncategorized/minorInjuryResponse.tw -./src/uncategorized/mod_BackwardsCompatibility.tw -./src/uncategorized/motherDaughterWorkaround.tw -./src/uncategorized/nationalityToAccent.tw -./src/uncategorized/nationalityToName.tw -./src/uncategorized/neighborDescription.tw -./src/uncategorized/neighborInteract.tw -./src/uncategorized/neighborsDevelopment.tw -./src/uncategorized/neighborsFSAdoption.tw -./src/uncategorized/newGamePlus.tw -./src/uncategorized/newSlaveIntro.tw -./src/uncategorized/newSlaveRaceNationalityAndName.tw -./src/uncategorized/nextSlaveInLine.tw -./src/uncategorized/nextWeek.tw -./src/uncategorized/ngpWorkaround.tw -./src/uncategorized/nonRandomEvent.tw -./src/uncategorized/nurseSelect.tw -./src/uncategorized/nurseWorkaround.tw -./src/uncategorized/officeDescription.tw -./src/uncategorized/options.tw -./src/uncategorized/pBioreactorPerfected.tw -./src/uncategorized/pBombing.tw -./src/uncategorized/pCitizensAndCivilians.tw -./src/uncategorized/pCollaborationChoice.tw -./src/uncategorized/pCorpAnnouncement.tw -./src/uncategorized/pCoupAftermath.tw -./src/uncategorized/pCoupAttempt.tw -./src/uncategorized/pCoupCollaboration.tw -./src/uncategorized/pCoupLoss.tw -./src/uncategorized/pDefenseFears.tw -./src/uncategorized/pFSAnnouncement.tw -./src/uncategorized/pHackerSupport.tw -./src/uncategorized/pHostageAcquisition.tw -./src/uncategorized/pInvasion.tw -./src/uncategorized/pMercenaries.tw -./src/uncategorized/pMercenaryRomeo.tw -./src/uncategorized/pMercsHelpCorp.tw -./src/uncategorized/pRaidInvitation.tw -./src/uncategorized/pRaidResult.tw -./src/uncategorized/pRivalInitiation.tw -./src/uncategorized/pRivalryActions.tw -./src/uncategorized/pRivalryHostage.tw -./src/uncategorized/pRivalryVictory.tw -./src/uncategorized/pSchoolSuggestion.tw -./src/uncategorized/pSlaveMedic.tw -./src/uncategorized/pSnatchAndGrab.tw -./src/uncategorized/pSnatchAndGrabResult.tw -./src/uncategorized/pTraitorMessage.tw -./src/uncategorized/pUndergroundRailroad.tw -./src/uncategorized/peCombatTraining.tw -./src/uncategorized/peConcubineInterview.tw -./src/uncategorized/peHeadgirlConcubine.tw -./src/uncategorized/peLonelyBodyguard.tw -./src/uncategorized/pePitFight.tw -./src/uncategorized/pePitFightInvite.tw -./src/uncategorized/personalAssistantAppearance.tw -./src/uncategorized/personalAssistantOptions.tw -./src/uncategorized/personalAttentionSelect.tw -./src/uncategorized/pit.tw -./src/uncategorized/placeInLine.tw -./src/uncategorized/policies.tw -./src/uncategorized/prestigiousSlave.tw -./src/uncategorized/previousSlaveInLine.tw -./src/uncategorized/ptWorkaround.tw -./src/uncategorized/publicServantWorkaround.tw -./src/uncategorized/randomEventRoll.tw -./src/uncategorized/randomEventSelect.tw -./src/uncategorized/randomIndividualEvent.tw -./src/uncategorized/randomNonindividualEvent.tw -./src/uncategorized/reAnalPunishment.tw -./src/uncategorized/reBusyArcade.tw -./src/uncategorized/reBusyArcadeWorkaround.tw -./src/uncategorized/reBusyBrothel.tw -./src/uncategorized/reBusyClub.tw -./src/uncategorized/reBusyDairy.tw -./src/uncategorized/reBusyMasterSuite.tw -./src/uncategorized/reBusyServantsQuarters.tw -./src/uncategorized/reDevotedMotherDaughter.tw -./src/uncategorized/reDevotedTwins.tw -./src/uncategorized/reDevotees.tw -./src/uncategorized/reFSAcquisition.tw -./src/uncategorized/reFSEgyptianRevivalistAcquisition.tw -./src/uncategorized/reFSEgyptianRevivalistAcquisitionWorkaround.tw -./src/uncategorized/reFSNonconformist.tw -./src/uncategorized/reFemaleArcologyOwner.tw -./src/uncategorized/reFormerAbolitionist.tw -./src/uncategorized/reFullBed.tw -./src/uncategorized/reHGReplacement.tw -./src/uncategorized/reLegendaryBalls.tw -./src/uncategorized/reLegendaryCow.tw -./src/uncategorized/reLegendaryEntertainer.tw -./src/uncategorized/reLegendaryWhore.tw -./src/uncategorized/reMalefactor.tw -./src/uncategorized/reMilfTourist.tw -./src/uncategorized/reNickname.tw -./src/uncategorized/reNoEvent.tw -./src/uncategorized/reRebels.tw -./src/uncategorized/reRecruit.tw -./src/uncategorized/reRelationshipAdvice.tw -./src/uncategorized/reRelativeRecruiter.tw -./src/uncategorized/reShelterInspection.tw -./src/uncategorized/reShippingContainer.tw -./src/uncategorized/reShowerPunishment.tw -./src/uncategorized/reSiblingRevenge.tw -./src/uncategorized/reSlaveMarriage.tw -./src/uncategorized/reStaffedMorning.tw -./src/uncategorized/reStandardPunishment.tw -./src/uncategorized/recETS.tw -./src/uncategorized/recETSWorkaround.tw -./src/uncategorized/recruiterSelect.tw -./src/uncategorized/recruiterWorkaround.tw -./src/uncategorized/remFluctuations.tw -./src/uncategorized/remMerger.tw -./src/uncategorized/remoteSurgery.tw -./src/uncategorized/rename.tw -./src/uncategorized/resEndowment.tw -./src/uncategorized/resFailure.tw -./src/uncategorized/resMove.tw -./src/uncategorized/resSale.tw -./src/uncategorized/retrieve.tw -./src/uncategorized/rieEligibilityCheck.tw -./src/uncategorized/rulesAssistant.tw -./src/uncategorized/rulesAutosurgery.tw -./src/uncategorized/rulesFacilityRemove.tw -./src/uncategorized/rulesSlaveDeselectWorkaround.tw -./src/uncategorized/rulesSlaveExclude.tw -./src/uncategorized/rulesSlaveExcludeWorkaround.tw -./src/uncategorized/rulesSlaveNoExcludeWorkaround.tw -./src/uncategorized/rulesSlaveSelect.tw -./src/uncategorized/rulesSlaveSelectWorkaround.tw -./src/uncategorized/saBeYourHeadGirl.tw -./src/uncategorized/saChoosesOwnClothes.tw -./src/uncategorized/saChoosesOwnJob.tw -./src/uncategorized/saDevotion.tw -./src/uncategorized/saDiet.tw -./src/uncategorized/saDrugs.tw -./src/uncategorized/saGetMilked.tw -./src/uncategorized/saGuardsYou.tw -./src/uncategorized/saHormoneEffects.tw -./src/uncategorized/saLiveWithHG.tw -./src/uncategorized/saLongTermEffects.tw -./src/uncategorized/saPleaseYou.tw -./src/uncategorized/saRecruitGirls.tw -./src/uncategorized/saRelationships.tw -./src/uncategorized/saRest.tw -./src/uncategorized/saRivalries.tw -./src/uncategorized/saRules.tw -./src/uncategorized/saServant.tw -./src/uncategorized/saServeThePublic.tw -./src/uncategorized/saServeYourOtherSlaves.tw -./src/uncategorized/saStayConfined.tw -./src/uncategorized/saTakeClasses.tw -./src/uncategorized/saWhore.tw -./src/uncategorized/saWorkAGloryHole.tw -./src/uncategorized/salon.tw -./src/uncategorized/scheduledEvent.tw -./src/uncategorized/schoolroom.tw -./src/uncategorized/schoolroomReport.tw -./src/uncategorized/schoolteacherSelect.tw -./src/uncategorized/schoolteacherWorkaround.tw -./src/uncategorized/seBirth.tw -./src/uncategorized/seCoursing.tw -./src/uncategorized/seCustomSlaveDelivery.tw -./src/uncategorized/seExpiration.tw -./src/uncategorized/seIndependenceDay.tw -./src/uncategorized/seLethalPit.tw -./src/uncategorized/seNonlethalPit.tw -./src/uncategorized/seRecruiterSuccess.tw -./src/uncategorized/seRetirement.tw -./src/uncategorized/seWedding.tw -./src/uncategorized/securityForceEOWReport.tw -./src/uncategorized/securityForceNamingColonel.tw -./src/uncategorized/securityForceProposal.tw -./src/uncategorized/sellSlave.tw -./src/uncategorized/servantsQuarters.tw -./src/uncategorized/servantsQuartersReport.tw -./src/uncategorized/siblingsWorkaround.tw -./src/uncategorized/slaveAssignmentsReport.tw -./src/uncategorized/slaveInteract.tw -./src/uncategorized/slaveMarkets.tw -./src/uncategorized/slaveShelter.tw -./src/uncategorized/slaveSold.tw -./src/uncategorized/slaveSummary.tw -./src/uncategorized/spa.tw -./src/uncategorized/spaReport.tw -./src/uncategorized/specialSlave.tw -./src/uncategorized/stClaverPreparatory.tw -./src/uncategorized/stewardessSelect.tw -./src/uncategorized/stewardessWorkaround.tw -./src/uncategorized/storyCaption.tw -./src/uncategorized/subordinateTargeting.tw -./src/uncategorized/summaryOptions.tw -./src/uncategorized/surgeryDegradation.tw -./src/uncategorized/tfsFarmUpgrade.tw -./src/uncategorized/theFutanariSisters.tw -./src/uncategorized/theGymnasiumAcademy.tw -./src/uncategorized/theSlavegirlSchool.tw -./src/uncategorized/toychest.tw -./src/uncategorized/twinsWorkaround.tw -./src/uncategorized/universalRules.tw -./src/uncategorized/useGuard.tw -./src/uncategorized/walkPast.tw -./src/uncategorized/wardenessSelect.tw -./src/uncategorized/wardenessWorkaround.tw -./src/uncategorized/wardrobe.tw -./src/uncategorized/whoreWorkaround.tw -./src/utility/assayWidgets.tw -./src/utility/birthWidgets.tw -./src/utility/descriptionWidgets.tw -./src/utility/miscWidgets.tw -./src/utility/ptWidgets.tw -./src/utility/raWidgets.tw -./src/utility/slaveCreationWidgets.tw +./src/cheats/mod_EditArcologyCheat.tw +./src/cheats/mod_EditArcologyCheatDatatypeCleanup.tw +./src/cheats/mod_EditFSCheat.tw +./src/cheats/mod_EditFSCheatDatatypeCleanup.tw +./src/cheats/mod_EditSlaveCheat.tw +./src/cheats/mod_EditSlaveCheatDatatypeCleanup.tw +./src/config/sugarCubeConfig.tw +./src/events/gameover.tw +./src/events/intro/economyIntro.tw +./src/events/intro/extremeIntro.tw +./src/events/intro/genderIntro.tw +./src/events/intro/initNationalities.tw +./src/events/intro/introSummary.tw +./src/events/intro/locationIntro.tw +./src/events/intro/pcBodyIntro.tw +./src/events/intro/pcExperienceIntro.tw +./src/events/intro/pcRumorIntro.tw +./src/events/intro/terrainIntro.tw +./src/events/intro/tradeIntro.tw +./src/facilities/brothel/brothelAssignmentScene.tw +./src/gui/css/mainStyleSheet.tw +./src/gui/Encyclopedia/encyclopedia.tw +./src/gui/mainMenu/AlphaDisclaimer.tw +./src/init/storyInit.tw +./src/js/storyJS.tw +./src/npc/abort.tw +./src/npc/acquisition.tw +./src/npc/asDump.tw +./src/npc/exportSlave.tw +./src/npc/fAbuse.tw +./src/npc/fFeelings.tw +./src/npc/fKiss.tw +./src/npc/fPCImpreg.tw +./src/npc/fRelation.tw +./src/npc/fRival.tw +./src/npc/fSlaveImpreg.tw +./src/npc/fSlaveImpregConsummate.tw +./src/npc/fucktoyWorkaround.tw +./src/npc/importSlave.tw +./src/npc/removeActiveSlave.tw +./src/npc/restWorkaround.tw +./src/npc/rgASDump.tw +./src/npc/servantWorkaround.tw +./src/npc/uploadSlave.tw +./src/npc/agent/agentCompany.tw +./src/npc/agent/agentRetrieve.tw +./src/npc/agent/agentSelect.tw +./src/npc/agent/agentWorkaround.tw +./src/npc/databases/cheatmodeDatabase.tw +./src/npc/databases/ddSlavesDatabase.tw +./src/npc/databases/dfSlavesDatabase.tw +./src/npc/databases/dSlavesDatabase.tw +./src/npc/descriptions/fAnus.tw +./src/npc/descriptions/fBoobs.tw +./src/npc/descriptions/fButt.tw +./src/npc/descriptions/fLips.tw +./src/npc/descriptions/fVagina.tw +./src/npc/startingGirls/commitStartingGirl.tw +./src/npc/startingGirls/moreCustomOptions.tw +./src/npc/startingGirls/startingGirls.tw +./src/player/actions/fCaress.tw +./src/player/actions/fEmbrace.tw +./src/player/actions/fondleDick.tw +./src/pregmod/agingTest.tw +./src/pregmod/birthStorm.tw +./src/pregmod/breederProposal.tw +./src/pregmod/breedingTest.tw +./src/pregmod/fDick.tw +./src/pregmod/fillUpButt.tw +./src/pregmod/fillUpFace.tw +./src/pregmod/fSelf.tw +./src/pregmod/fSlaveFeed.tw +./src/pregmod/huskSlave.tw +./src/pregmod/managePersonalAffairs.tw +./src/pregmod/pcAppearanceIntro.tw +./src/pregmod/pcPregIntro.tw +./src/pregmod/physicalDevelopment.tw +./src/pregmod/pInsemination.tw +./src/pregmod/pRaped.tw +./src/pregmod/pregmodWidgets.tw +./src/pregmod/reLegendaryWomb.tw +./src/pregmod/reMaleArcologyOwner.tw +./src/pregmod/saInflation.tw +./src/pregmod/seBurst.tw +./src/pregmod/seHuskSlaveDelivery.tw +./src/pregmod/sePlayerBirth.tw +./src/pregmod/slaveAgeIntro.tw +./src/pregmod/slaveOnSlaveFeedingWorkAround.tw +./src/uncategorized/addCustomDescriptors.tw +./src/uncategorized/arcade.tw +./src/uncategorized/arcadeReport.tw +./src/uncategorized/arcologyDescription.tw +./src/uncategorized/arcologyOpinion.tw +./src/uncategorized/assign.tw +./src/uncategorized/assistantAutosurgery.tw +./src/uncategorized/assistantEvents.tw +./src/uncategorized/attendantSelect.tw +./src/uncategorized/attendantWorkaround.tw +./src/uncategorized/autosurgerySettings.tw +./src/uncategorized/barracks.tw +./src/uncategorized/bgSelect.tw +./src/uncategorized/bodyguardWorkaround.tw +./src/uncategorized/bodyModification.tw +./src/uncategorized/bodyModificationDegradation.tw +./src/uncategorized/bodyModificationReaction.tw +./src/uncategorized/bodyModRulesAssistantSettings.tw +./src/uncategorized/brothel.tw +./src/uncategorized/brothelAdvertisement.tw +./src/uncategorized/brothelReport.tw +./src/uncategorized/buySlaves.tw +./src/uncategorized/cellblock.tw +./src/uncategorized/cellblockReport.tw +./src/uncategorized/changeLanguage.tw +./src/uncategorized/checkAutoRulesActivate.tw +./src/uncategorized/checkinChecks.tw +./src/uncategorized/classesWorkaround.tw +./src/uncategorized/clinic.tw +./src/uncategorized/clinicReport.tw +./src/uncategorized/club.tw +./src/uncategorized/clubAdvertisement.tw +./src/uncategorized/clubReport.tw +./src/uncategorized/completeCatalog.tw +./src/uncategorized/concubineSelect.tw +./src/uncategorized/concubineWorkaround.tw +./src/uncategorized/confinementWorkaround.tw +./src/uncategorized/corporationDevelopments.tw +./src/uncategorized/cosmeticRulesAssistantSettings.tw +./src/uncategorized/costs.tw +./src/uncategorized/costsReport.tw +./src/uncategorized/coursingAssociation.tw +./src/uncategorized/customSlave.tw +./src/uncategorized/dairy.tw +./src/uncategorized/dairyReport.tw +./src/uncategorized/defaultRules.tw +./src/uncategorized/degradingName.tw +./src/uncategorized/descriptionOptions.tw +./src/uncategorized/discardConfirm.tw +./src/uncategorized/dispensary.tw +./src/uncategorized/djSelect.tw +./src/uncategorized/djWorkaround.tw +./src/uncategorized/economics.tw +./src/uncategorized/endWeek.tw +./src/uncategorized/exportRule.tw +./src/uncategorized/fMarry.tw +./src/uncategorized/fondleBoobs.tw +./src/uncategorized/fondleButt.tw +./src/uncategorized/fondleVagina.tw +./src/uncategorized/freeRangeDairyAssignmentScene.tw +./src/uncategorized/fsDevelopments.tw +./src/uncategorized/fullReport.tw +./src/uncategorized/futureSocities.tw +./src/uncategorized/generateNewSlave.tw +./src/uncategorized/generateXXSlave.tw +./src/uncategorized/generateXYSlave.tw +./src/uncategorized/genericPlotEvents.tw +./src/uncategorized/growthResearchInstitute.tw +./src/uncategorized/headGirlSuite.tw +./src/uncategorized/hgApplication.tw +./src/uncategorized/hgSelect.tw +./src/uncategorized/hgWorkaround.tw +./src/uncategorized/holeWorkaround.tw +./src/uncategorized/householdLiquidator.tw +./src/uncategorized/importRule.tw +./src/uncategorized/incrementPiercings.tw +./src/uncategorized/industrialDairyAssignmentScene.tw +./src/uncategorized/initRules.tw +./src/uncategorized/jeSlaveDispute.tw +./src/uncategorized/lawCompliance.tw +./src/uncategorized/lecoleDesEnculees.tw +./src/uncategorized/longSlaveDescription.tw +./src/uncategorized/madamSelect.tw +./src/uncategorized/madamWorkaround.tw +./src/uncategorized/main.tw +./src/uncategorized/manageArcology.tw +./src/uncategorized/managePenthouse.tw +./src/uncategorized/masterSuite.tw +./src/uncategorized/masterSuiteReport.tw +./src/uncategorized/matchmaking.tw +./src/uncategorized/milkingWorkaround.tw +./src/uncategorized/milkmaidSelect.tw +./src/uncategorized/milkmaidWorkaround.tw +./src/uncategorized/minorInjuryResponse.tw +./src/uncategorized/mod_BackwardsCompatibility.tw +./src/uncategorized/motherDaughterWorkaround.tw +./src/uncategorized/nationalityToAccent.tw +./src/uncategorized/nationalityToName.tw +./src/uncategorized/neighborDescription.tw +./src/uncategorized/neighborInteract.tw +./src/uncategorized/neighborsDevelopment.tw +./src/uncategorized/neighborsFSAdoption.tw +./src/uncategorized/newGamePlus.tw +./src/uncategorized/newSlaveIntro.tw +./src/uncategorized/newSlaveRaceNationalityAndName.tw +./src/uncategorized/nextSlaveInLine.tw +./src/uncategorized/nextWeek.tw +./src/uncategorized/ngpWorkaround.tw +./src/uncategorized/nonRandomEvent.tw +./src/uncategorized/nurseSelect.tw +./src/uncategorized/nurseWorkaround.tw +./src/uncategorized/officeDescription.tw +./src/uncategorized/options.tw +./src/uncategorized/pBioreactorPerfected.tw +./src/uncategorized/pBombing.tw +./src/uncategorized/pCitizensAndCivilians.tw +./src/uncategorized/pCollaborationChoice.tw +./src/uncategorized/pCorpAnnouncement.tw +./src/uncategorized/pCoupAftermath.tw +./src/uncategorized/pCoupAttempt.tw +./src/uncategorized/pCoupCollaboration.tw +./src/uncategorized/pCoupLoss.tw +./src/uncategorized/pDefenseFears.tw +./src/uncategorized/peCombatTraining.tw +./src/uncategorized/peConcubineInterview.tw +./src/uncategorized/peHeadgirlConcubine.tw +./src/uncategorized/peLonelyBodyguard.tw +./src/uncategorized/pePitFight.tw +./src/uncategorized/pePitFightInvite.tw +./src/uncategorized/personalAssistantAppearance.tw +./src/uncategorized/personalAssistantOptions.tw +./src/uncategorized/personalAttentionSelect.tw +./src/uncategorized/PESS.tw +./src/uncategorized/PETS.tw +./src/uncategorized/pFSAnnouncement.tw +./src/uncategorized/pHackerSupport.tw +./src/uncategorized/pHostageAcquisition.tw +./src/uncategorized/pInvasion.tw +./src/uncategorized/pit.tw +./src/uncategorized/placeInLine.tw +./src/uncategorized/pMercenaries.tw +./src/uncategorized/pMercenaryRomeo.tw +./src/uncategorized/pMercsHelpCorp.tw +./src/uncategorized/policies.tw +./src/uncategorized/pRaidInvitation.tw +./src/uncategorized/pRaidResult.tw +./src/uncategorized/prestigiousSlave.tw +./src/uncategorized/previousSlaveInLine.tw +./src/uncategorized/pRivalInitiation.tw +./src/uncategorized/pRivalryActions.tw +./src/uncategorized/pRivalryHostage.tw +./src/uncategorized/pRivalryVictory.tw +./src/uncategorized/pSchoolSuggestion.tw +./src/uncategorized/pSlaveMedic.tw +./src/uncategorized/pSnatchAndGrab.tw +./src/uncategorized/pSnatchAndGrabResult.tw +./src/uncategorized/pTraitorMessage.tw +./src/uncategorized/ptWorkaround.tw +./src/uncategorized/publicServantWorkaround.tw +./src/uncategorized/pUndergroundRailroad.tw +./src/uncategorized/randomEventRoll.tw +./src/uncategorized/randomEventSelect.tw +./src/uncategorized/randomIndividualEvent.tw +./src/uncategorized/randomNonindividualEvent.tw +./src/uncategorized/reAnalPunishment.tw +./src/uncategorized/reBusyArcade.tw +./src/uncategorized/reBusyArcadeWorkaround.tw +./src/uncategorized/reBusyBrothel.tw +./src/uncategorized/reBusyClub.tw +./src/uncategorized/reBusyDairy.tw +./src/uncategorized/reBusyMasterSuite.tw +./src/uncategorized/reBusyServantsQuarters.tw +./src/uncategorized/recETS.tw +./src/uncategorized/recETSWorkaround.tw +./src/uncategorized/RECI.tw +./src/uncategorized/recruiterSelect.tw +./src/uncategorized/recruiterWorkaround.tw +./src/uncategorized/reDevotedMotherDaughter.tw +./src/uncategorized/reDevotedTwins.tw +./src/uncategorized/reDevotees.tw +./src/uncategorized/reFemaleArcologyOwner.tw +./src/uncategorized/REFI.tw +./src/uncategorized/reFormerAbolitionist.tw +./src/uncategorized/reFSAcquisition.tw +./src/uncategorized/reFSEgyptianRevivalistAcquisition.tw +./src/uncategorized/reFSEgyptianRevivalistAcquisitionWorkaround.tw +./src/uncategorized/reFSNonconformist.tw +./src/uncategorized/reFullBed.tw +./src/uncategorized/reHGReplacement.tw +./src/uncategorized/reLegendaryBalls.tw +./src/uncategorized/reLegendaryCow.tw +./src/uncategorized/reLegendaryEntertainer.tw +./src/uncategorized/reLegendaryWhore.tw +./src/uncategorized/reMalefactor.tw +./src/uncategorized/remFluctuations.tw +./src/uncategorized/reMilfTourist.tw +./src/uncategorized/remMerger.tw +./src/uncategorized/remoteSurgery.tw +./src/uncategorized/rename.tw +./src/uncategorized/reNickname.tw +./src/uncategorized/reNoEvent.tw +./src/uncategorized/reRebels.tw +./src/uncategorized/reRecruit.tw +./src/uncategorized/reRelationshipAdvice.tw +./src/uncategorized/reRelativeRecruiter.tw +./src/uncategorized/resEndowment.tw +./src/uncategorized/resFailure.tw +./src/uncategorized/reShelterInspection.tw +./src/uncategorized/reShippingContainer.tw +./src/uncategorized/reShowerPunishment.tw +./src/uncategorized/reSiblingRevenge.tw +./src/uncategorized/reSlaveMarriage.tw +./src/uncategorized/resMove.tw +./src/uncategorized/RESS.tw +./src/uncategorized/resSale.tw +./src/uncategorized/RESSTR.tw +./src/uncategorized/reStaffedMorning.tw +./src/uncategorized/reStandardPunishment.tw +./src/uncategorized/retrieve.tw +./src/uncategorized/RETS.tw +./src/uncategorized/rieEligibilityCheck.tw +./src/uncategorized/rulesAssistant.tw +./src/uncategorized/rulesAutosurgery.tw +./src/uncategorized/rulesFacilityRemove.tw +./src/uncategorized/rulesSlaveDeselectWorkaround.tw +./src/uncategorized/rulesSlaveExclude.tw +./src/uncategorized/rulesSlaveExcludeWorkaround.tw +./src/uncategorized/rulesSlaveNoExcludeWorkaround.tw +./src/uncategorized/rulesSlaveSelect.tw +./src/uncategorized/rulesSlaveSelectWorkaround.tw +./src/uncategorized/saBeYourHeadGirl.tw +./src/uncategorized/saChoosesOwnClothes.tw +./src/uncategorized/saChoosesOwnJob.tw +./src/uncategorized/saDevotion.tw +./src/uncategorized/saDiet.tw +./src/uncategorized/saDrugs.tw +./src/uncategorized/saGetMilked.tw +./src/uncategorized/saGuardsYou.tw +./src/uncategorized/saHormoneEffects.tw +./src/uncategorized/saLiveWithHG.tw +./src/uncategorized/salon.tw +./src/uncategorized/saLongTermEffects.tw +./src/uncategorized/saPleaseYou.tw +./src/uncategorized/saRecruitGirls.tw +./src/uncategorized/saRelationships.tw +./src/uncategorized/saRest.tw +./src/uncategorized/saRivalries.tw +./src/uncategorized/saRules.tw +./src/uncategorized/saServant.tw +./src/uncategorized/saServeThePublic.tw +./src/uncategorized/saServeYourOtherSlaves.tw +./src/uncategorized/saStayConfined.tw +./src/uncategorized/saTakeClasses.tw +./src/uncategorized/saWhore.tw +./src/uncategorized/saWorkAGloryHole.tw +./src/uncategorized/scheduledEvent.tw +./src/uncategorized/schoolroom.tw +./src/uncategorized/schoolroomReport.tw +./src/uncategorized/schoolteacherSelect.tw +./src/uncategorized/schoolteacherWorkaround.tw +./src/uncategorized/seBirth.tw +./src/uncategorized/seCoursing.tw +./src/uncategorized/securityForceEOWReport.tw +./src/uncategorized/securityForceNamingColonel.tw +./src/uncategorized/securityForceProposal.tw +./src/uncategorized/seCustomSlaveDelivery.tw +./src/uncategorized/seExpiration.tw +./src/uncategorized/seIndependenceDay.tw +./src/uncategorized/seLethalPit.tw +./src/uncategorized/sellSlave.tw +./src/uncategorized/seNonlethalPit.tw +./src/uncategorized/seRecruiterSuccess.tw +./src/uncategorized/seRetirement.tw +./src/uncategorized/servantsQuarters.tw +./src/uncategorized/servantsQuartersReport.tw +./src/uncategorized/seWedding.tw +./src/uncategorized/siblingsWorkaround.tw +./src/uncategorized/slaveAssignmentsReport.tw +./src/uncategorized/slaveInteract.tw +./src/uncategorized/slaveMarkets.tw +./src/uncategorized/slaveShelter.tw +./src/uncategorized/slaveSold.tw +./src/uncategorized/slaveSummary.tw +./src/uncategorized/spa.tw +./src/uncategorized/spaReport.tw +./src/uncategorized/specialSlave.tw +./src/uncategorized/stClaverPreparatory.tw +./src/uncategorized/stewardessSelect.tw +./src/uncategorized/stewardessWorkaround.tw +./src/uncategorized/storyCaption.tw +./src/uncategorized/subordinateTargeting.tw +./src/uncategorized/summaryOptions.tw +./src/uncategorized/surgeryDegradation.tw +./src/uncategorized/tfsFarmUpgrade.tw +./src/uncategorized/theFutanariSisters.tw +./src/uncategorized/theGymnasiumAcademy.tw +./src/uncategorized/theSlavegirlSchool.tw +./src/uncategorized/toychest.tw +./src/uncategorized/twinsWorkaround.tw +./src/uncategorized/universalRules.tw +./src/uncategorized/useGuard.tw +./src/uncategorized/walkPast.tw +./src/uncategorized/wardenessSelect.tw +./src/uncategorized/wardenessWorkaround.tw +./src/uncategorized/wardrobe.tw +./src/uncategorized/whoreWorkaround.tw +./src/utility/assayWidgets.tw +./src/utility/birthWidgets.tw +./src/utility/descriptionWidgets.tw +./src/utility/miscWidgets.tw +./src/utility/ptWidgets.tw +./src/utility/raWidgets.tw +./src/utility/slaveCreationWidgets.tw diff --git a/src/events/gameover.tw b/src/events/gameover.tw index 5f3bee31d1ba884cb4abddd3074191330b2b216b..4528d90b663cbaec18bed82b76da915cc85cc456 100644 --- a/src/events/gameover.tw +++ b/src/events/gameover.tw @@ -1,5 +1,5 @@ :: Gameover [nobr] - + <<set $ui to "start">> <<if $gameover is "bombing">> @@ -69,4 +69,3 @@ Since you are without slaves, Free Cities society no longer considers you a citi <br><br> ''GAME OVER'' - diff --git a/src/events/intro/extremeIntro.tw b/src/events/intro/extremeIntro.tw index e8889b19c95c05831f011c7228a670dda3717a71..a416185a5b6df772235be91a19bef8bb970ee7d2 100644 --- a/src/events/intro/extremeIntro.tw +++ b/src/events/intro/extremeIntro.tw @@ -1,5 +1,5 @@ :: Extreme Intro - + The early Free Cities were wild places where the writ of law did not run. In some of the most depraved, slaves' bodies, minds and even lives were playthings of the wealthy and powerful. Though modern Free Cities are tremendously varied, a majority of the new communities made a choice about whether extreme practices were a flaw in a lawless society or one of its benefits. @@color:orange;How did most Free Cities react to the excesses of the early days?@@ [[They drew back from them.|Slave Age Intro][$seeExtreme to 0]] //Extreme content such as amputation and castration will not appear.// diff --git a/src/events/intro/initNationalities.tw b/src/events/intro/initNationalities.tw index 6e4c10992274b4ce0ffc1447fbb66f8c1d1f826d..14206c35c22d341100dc145b8a73c0ea2d5ded8a 100644 --- a/src/events/intro/initNationalities.tw +++ b/src/events/intro/initNationalities.tw @@ -1,5 +1,5 @@ :: init Nationalities - + <<silently>> <<set $minimumSlaveAge to variableAsNumber($minimumSlaveAge, 18, 3, 18)>> <<set $fertilityAge to variableAsNumber($fertilityAge, 13, 3, 18)>> @@ -411,4 +411,3 @@ <<goto "Starting Girls">> <</silently>> - diff --git a/src/events/intro/introSummary.tw b/src/events/intro/introSummary.tw index 5b9a0552ff46e4daa1ef7aab4faac09f7348df59..46193496e76f8d0e7d8a3c7e613ed832400534f6 100644 --- a/src/events/intro/introSummary.tw +++ b/src/events/intro/introSummary.tw @@ -18,20 +18,20 @@ You may review your settings before clicking "Continue" to begin. __''World Settings''__ <<if ($economy != 1) || ($seeDicks != 50) || ($continent != "North America") || ($internationalTrade != 1) || ($internationalVariety != 1) || ($seeRace != 1) || ($seeNationality != 1) || ($seeExtreme != 0) || ($seeCircumcision != 1) || ($seeAge != 1) || ($plot != 1)>> - //[[restore defaults|Start][$seeDicks to 50,$economy to 1,$continent to "North America",$internationalTrade to 1,$internationalVariety to 1,$seeRace to 1,$seeNationality to 1,$seeExtreme to 0,$seeCircumcision to 1,$seeAge to 1,$plot to 1]]// + //[[restore defaults|Intro Summary][$seeDicks to 50,$economy to 1,$continent to "North America",$internationalTrade to 1,$internationalVariety to 1,$seeRace to 1,$seeNationality to 1,$seeExtreme to 0,$seeCircumcision to 1,$seeAge to 1,$plot to 1]]// <</if>> <br> <<if $economy == 1>> The world economy is in ''doubtful'' shape. - [[Easier|Start][$economy to 0.5]] | [[Harder|Start][$economy to 1.5]] + [[Easier|Intro Summary][$economy to 0.5]] | [[Harder|Intro Summary][$economy to 1.5]] <<elseif $economy < 1>> The world economy is still in ''good'' shape. - [[Harder|Start][$economy to 1]] + [[Harder|Intro Summary][$economy to 1]] <<else>> The world economy is in ''terrible'' shape. - [[Easier|Start][$economy to 1]] + [[Easier|Intro Summary][$economy to 1]] <</if>> <<set $drugsCost = Math.trunc(100*$economy)>> @@ -43,20 +43,20 @@ __''World Settings''__ <<if $internationalTrade == 0>> The slave trade is ''continental,'' so a narrower variety of slaves will be available. - [[Allow intercontinental trade|Start][$internationalTrade to 1]] + [[Allow intercontinental trade|Intro Summary][$internationalTrade to 1]] <<else>> The slave trade is ''international,'' so a wider variety of slaves will be available. - [[Restrict the trade to continental|Start][$internationalTrade to 0]] + [[Restrict the trade to continental|Intro Summary][$internationalTrade to 0]] <</if>> <<if $internationalTrade == 1>> <br> <<if $internationalVariety == 0>> International slave variety is ''semi-realistic,'' so more populous nations will be more common. - [[Normalized national variety|Start][$internationalVariety to 1]] + [[Normalized national variety|Intro Summary][$internationalVariety to 1]] <<else>> International slave variety is ''normalized,'' so small nations will appear nearly as much as large ones. - [[Semi-realistic national variety|Start][$internationalVariety to 0]] + [[Semi-realistic national variety|Intro Summary][$internationalVariety to 0]] <</if>> <</if>> @@ -64,16 +64,16 @@ __''World Settings''__ <<if $seeAge == 1>> Slaves will ''age naturally.'' - [[Disable aging|Start][$seeAge to 0]] | - [[Semi aging|Start][$seeAge to 2]] + [[Disable aging|Intro Summary][$seeAge to 0]] | + [[Semi aging|Intro Summary][$seeAge to 2]] <<elseif $seeAge == 2>> Slaves ''will'' celebrate birthdays, but ''not age.'' - [[Enable aging fully|Start][$seeAge to 1]] | - [[Disable aging|Start][$seeAge to 0]] + [[Enable aging fully|Intro Summary][$seeAge to 1]] | + [[Disable aging|Intro Summary][$seeAge to 0]] <<else>> Slaves will ''not age,'' and not experience birthdays. - [[Enable aging|Start][$seeAge to 1]] | - [[Semi aging|Start][$seeAge to 2]] + [[Enable aging|Intro Summary][$seeAge to 1]] | + [[Semi aging|Intro Summary][$seeAge to 2]] <</if>> //This option cannot be changed during the game// @@ -81,40 +81,40 @@ __''World Settings''__ <<if $seeRace == 1>> Ethnicity will ''occasionally'' be mentioned. - [[Disable most mentions of race|Start][$seeRace to 0]] + [[Disable most mentions of race|Intro Summary][$seeRace to 0]] <<else>> Ethnicity will ''almost never'' be mentioned. - [[Enable mentions of race|Start][$seeRace to 1]] + [[Enable mentions of race|Intro Summary][$seeRace to 1]] <</if>> <br> <<if $seeNationality == 1>> Nationality will ''occasionally'' be mentioned. - [[Disable most mentions of nationality|Start][$seeNationality to 0]] + [[Disable most mentions of nationality|Intro Summary][$seeNationality to 0]] <<else>> Nationality will ''almost never'' be mentioned. - [[Enable mentions of nationality|Start][$seeNationality to 1]] + [[Enable mentions of nationality|Intro Summary][$seeNationality to 1]] <</if>> <br> <<if $seeHyperPreg == 1>> Extreme pregnancy content like broodmothers is ''enabled''. - [[Disable|Start][$seeHyperPreg to 0]] + [[Disable|Intro Summary][$seeHyperPreg to 0]] <<else>> Extreme pregnancy content like broodmothers is ''disabled''. - [[Enable|Start][$seeHyperPreg to 1]] + [[Enable|Intro Summary][$seeHyperPreg to 1]] <</if>> <br> <<if $seeExtreme == 1>> Extreme content like amputation is ''enabled''. - [[Disable|Start][$seeExtreme to 0]] + [[Disable|Intro Summary][$seeExtreme to 0]] <<else>> Extreme content like amputation is ''disabled''. - [[Enable|Start][$seeExtreme to 1]] + [[Enable|Intro Summary][$seeExtreme to 1]] <</if>> @@ -123,10 +123,10 @@ __''World Settings''__ <<if $seeCircumcision == 1>> Circumcision is ''enabled''. - [[Disable|Start][$seeCircumcision to 0]] + [[Disable|Intro Summary][$seeCircumcision to 0]] <<else>> Circumcision is ''disabled''. - [[Enable|Start][$seeCircumcision to 1]] + [[Enable|Intro Summary][$seeCircumcision to 1]] <</if>> <</if>> @@ -134,17 +134,17 @@ __''World Settings''__ Interactions between slaves' weight and asset size are <<if ($weightAffectsAssets != 0)>> - ''enabled''. [[Disable|Start][$weightAffectsAssets to 0]] + ''enabled''. [[Disable|Intro Summary][$weightAffectsAssets to 0]] <<else>> - ''disabled''. [[Enable|Start][$weightAffectsAssets to 1]] + ''disabled''. [[Enable|Intro Summary][$weightAffectsAssets to 1]] <</if>> <<if ($curativeSideEffects != 0)>> -Curative side effects are ''enabled''. [[Disable|Start][$curativeSideEffects to 0]] +Curative side effects are ''enabled''. [[Disable|Intro Summary][$curativeSideEffects to 0]] <<else>> -Curative side effects are ''disabled''. [[Enable|Start][$curativeSideEffects to 1]] +Curative side effects are ''disabled''. [[Enable|Intro Summary][$curativeSideEffects to 1]] <</if>> <br> @@ -166,13 +166,13 @@ Curative side effects are ''disabled''. [[Enable|Start][$curativeSideEffects to ''None'' <</switch>> of the slave girls will have dicks. -<<if $seeDicks != 0>>[[None|Start][$seeDicks to 0]]<<else>>None<</if>> (0%) -| <<if $seeDicks != 10>>[[A few|Start][$seeDicks to 10]]<<else>>A few<</if>> (10%) -| <<if $seeDicks != 25>>[[Some|Start][$seeDicks to 25]]<<else>>Some<</if>> (25%) -| <<if $seeDicks != 50>>[[Half|Start][$seeDicks to 50]]<<else>>Half<</if>> (50%) -| <<if $seeDicks != 75>>[[Most|Start][$seeDicks to 75]]<<else>>Most<</if>> (75%) -| <<if $seeDicks != 90>>[[Almost all|Start][$seeDicks to 90]]<<else>>Almost all<</if>> (90%) -| <<if $seeDicks != 100>>[[All|Start][$seeDicks to 100]]<<else>>All<</if>> (100%) +<<if $seeDicks != 0>>[[None|Intro Summary][$seeDicks to 0]]<<else>>None<</if>> (0%) +| <<if $seeDicks != 10>>[[A few|Intro Summary][$seeDicks to 10]]<<else>>A few<</if>> (10%) +| <<if $seeDicks != 25>>[[Some|Intro Summary][$seeDicks to 25]]<<else>>Some<</if>> (25%) +| <<if $seeDicks != 50>>[[Half|Intro Summary][$seeDicks to 50]]<<else>>Half<</if>> (50%) +| <<if $seeDicks != 75>>[[Most|Intro Summary][$seeDicks to 75]]<<else>>Most<</if>> (75%) +| <<if $seeDicks != 90>>[[Almost all|Intro Summary][$seeDicks to 90]]<<else>>Almost all<</if>> (90%) +| <<if $seeDicks != 100>>[[All|Intro Summary][$seeDicks to 100]]<<else>>All<</if>> (100%) <br> @@ -184,7 +184,7 @@ of the slave girls will have dicks. /% Either out of range or not a number. %/ <<set $minimumSlaveAge to 18>> <</if>> -Girls appearing in the game will be no younger than <<textbox "$minimumSlaveAge" $minimumSlaveAge "Start">> +Girls appearing in the game will be no younger than <<textbox "$minimumSlaveAge" $minimumSlaveAge "Intro Summary">> <br> @@ -196,16 +196,16 @@ Girls appearing in the game will be no younger than <<textbox "$minimumSlaveAge" /% Either out of range or not a number. %/ <<set $retirementAge to 45>> <</if>> -Initial retirement age will be at <<textbox "$retirementAge" $retirementAge "Start">> //May cause issues with New Game and initial slaves if set below 45.// +Initial retirement age will be at <<textbox "$retirementAge" $retirementAge "Intro Summary">> //May cause issues with New Game and initial slaves if set below 45.// <br> <<if $pedo_mode == 0>> Randomly generated slaves will generate normally. - [[Loli mode|Start][$pedo_mode to 1, $minimumSlaveAge = 5]] + [[Loli mode|Intro Summary][$pedo_mode to 1, $minimumSlaveAge = 5]] <<else>> Nearly all randomly generated slaves will be under the age of 18, although custom slaves and slaves related to specific events may be older. - [[Normal mode|Start][$pedo_mode to 0]] + [[Normal mode|Intro Summary][$pedo_mode to 0]] <</if>> <br> @@ -218,7 +218,7 @@ Initial retirement age will be at <<textbox "$retirementAge" $retirementAge "Sta /% Either out of range or not a number. %/ <<set $fertilityAge to 18>> <</if>> -Girls will not be able to become pregnant if their age is under <<textbox "$fertilityAge" $fertilityAge "Start">> +Girls will not be able to become pregnant if their age is under <<textbox "$fertilityAge" $fertilityAge "Intro Summary">> <br> @@ -230,86 +230,86 @@ Girls will not be able to become pregnant if their age is under <<textbox "$fert /% Either out of range or not a number. %/ <<set $potencyAge to 18>> <</if>> -Girls will not be able to impregnate others if their age is under <<textbox "$potencyAge" $potencyAge "Start">> +Girls will not be able to impregnate others if their age is under <<textbox "$potencyAge" $potencyAge "Intro Summary">> <br> <<if $precociousPuberty == 0>> Girls ''can not'' experience precocious puberty. (Unable to become pregnant or inseminate others younger than normal puberty age - $fertilityAge). - [[Enable precocious puberty|Start][$precociousPuberty to 1]] + [[Enable precocious puberty|Intro Summary][$precociousPuberty to 1]] <<else>> Girls ''can'' experience precocious puberty. (Under certain conditions they can become pregnant or inseminate others younger then normal age - $fertilityAge, though they may also experience delayed puberty). - [[Disable precocious puberty|Start][$precociousPuberty to 0]] + [[Disable precocious puberty|Intro Summary][$precociousPuberty to 0]] <</if>> <br> <<if $AgePenalty == 0>> Girls ''will not'' receive job and career penalties due to age. - [[Enable age penalties|Start][$AgePenalty to 1]] + [[Enable age penalties|Intro Summary][$AgePenalty to 1]] <<else>> Girls ''will'' receive job and career penalties due to age. - [[Disable age penalties|Start][$AgePenalty to 0]] + [[Disable age penalties|Intro Summary][$AgePenalty to 0]] <</if>> <br> <<if $loliGrowth == 1>> Children ''will not'' grow as they age. - [[Enable Growth|Start][$loliGrowth to 0]] + [[Enable Growth|Intro Summary][$loliGrowth to 0]] <<else>> Children ''will'' grow as they age. - [[Disable Growth|Start][$loliGrowth to 1]] + [[Disable Growth|Intro Summary][$loliGrowth to 1]] <</if>> <br> <<if $familyTesting == 1>> Slaves ''can'' have extended families instead of just a single relative. //May cause lag.// - [[Disable extended familes|Start][$familyTesting to 0]] + [[Disable extended familes|Intro Summary][$familyTesting to 0]] <<else>> Slaves ''can not'' have extended families, just a single relative. //Vanilla Mode.// - [[Enable extended families|Start][$familyTesting to 1]] + [[Enable extended families|Intro Summary][$familyTesting to 1]] <</if>> <br> <<if $verboseDescriptions == 1>> Your master suite ''will'' detail slave changes. - [[Disable|Start][$verboseDescriptions to 0]] + [[Disable|Intro Summary][$verboseDescriptions to 0]] <<else>> Your master suite ''will not'' detail slave changes. - [[Enable|Start][$verboseDescriptions to 1]] + [[Enable|Intro Summary][$verboseDescriptions to 1]] <</if>> <br> <<if $newDescriptions == 1>> Slaves ''will'' have alternate titles. - [[Disable|Start][$newDescriptions to 0]] + [[Disable|Intro Summary][$newDescriptions to 0]] <<else>> Slaves ''will not'' have alternate titles. - [[Enable|Start][$newDescriptions to 1]] + [[Enable|Intro Summary][$newDescriptions to 1]] <</if>> <br> <<if $plot == 1>> Game mode: ''two-handed''. Includes non-erotic events concerning the changing world. - [[Disable non-erotic events|Start][$plot to 0]] + [[Disable non-erotic events|Intro Summary][$plot to 0]] <<else>> Game mode: ''one-handed''. No non-erotic events concerning the changing world. - [[Enable non-erotic events|Start][$plot to 1]] + [[Enable non-erotic events|Intro Summary][$plot to 1]] <</if>> <br> <<if $SFMODToggle == 1>> The Security Force Mod is ''enabled.'' - [[Disable|Start][$SFMODToggle to 0]] + [[Disable|Intro Summary][$SFMODToggle to 0]] <<else>> The Security Force Mod is ''disabled.'' - [[Enable|Start][$SFMODToggle to 1]] + [[Enable|Intro Summary][$SFMODToggle to 1]] <</if>> <br> @@ -317,10 +317,10 @@ Girls will not be able to impregnate others if their age is under <<textbox "$po <<if $disableLisping>> Lisping: ''slaves will not lisp''. - [[Enable Lisping|Start][$disableLisping to 0]] + [[Enable Lisping|Intro Summary][$disableLisping to 0]] <<else>> Lisping: ''slaves with fat lips or heavy oral piercings will lisp''. - [[Disable Lisping|Start][$disableLisping to 1]] + [[Disable Lisping|Intro Summary][$disableLisping to 1]] <</if>> /% End mod section: toggle whether slaves lisp. %/ @@ -330,7 +330,7 @@ Girls will not be able to impregnate others if their age is under <<textbox "$po __The Free City__ <br> The Free City features ''$neighboringArcologies'' arcologies in addition to your own. -<<textbox "$neighboringArcologies" $neighboringArcologies "Start">> +<<textbox "$neighboringArcologies" $neighboringArcologies "Intro Summary">> <br> //Setting this to 0 will disable most content involving the rest of the Free City.// @@ -338,18 +338,18 @@ The Free City features ''$neighboringArcologies'' arcologies in addition to your The Free City is located on ''$terrain'' terrain. -[[Urban|Start][$terrain to "urban"]] | -[[Rural|Start][$terrain to "rural"]] | -[[Ravine|Start][$terrain to "ravine"]] | -[[Marine|Start][$terrain to "marine"]] | -[[Oceanic|Start][$terrain to "oceanic"]] +[[Urban|Intro Summary][$terrain to "urban"]] | +[[Rural|Intro Summary][$terrain to "rural"]] | +[[Ravine|Intro Summary][$terrain to "ravine"]] | +[[Marine|Intro Summary][$terrain to "marine"]] | +[[Oceanic|Intro Summary][$terrain to "oceanic"]] <<if $terrain != "oceanic">> <br> The Free City is located in ''$continent''. -[[North America|Start][$continent to "North America", $language to "English"]] | [[South America|Start][$continent to "South America", $language to "Spanish"]] | [[Europe|Start][$continent to "Europe", $language to "English"]] | [[the Middle East|Start][$continent to "the Middle East", $language to "Arabic"]] | [[Africa|Start][$continent to "Africa", $language to "Arabic"]] | [[Asia|Start][$continent to "Asia", $language to "Chinese"]] | [[Australia|Start][$continent to "Australia", $language to "English"]] | [[Japan|Start][$continent to "Japan", $language to "Japanese"]] +[[North America|Intro Summary][$continent to "North America", $language to "English"]] | [[South America|Intro Summary][$continent to "South America", $language to "Spanish"]] | [[Europe|Intro Summary][$continent to "Europe", $language to "English"]] | [[the Middle East|Intro Summary][$continent to "the Middle East", $language to "Arabic"]] | [[Africa|Intro Summary][$continent to "Africa", $language to "Arabic"]] | [[Asia|Intro Summary][$continent to "Asia", $language to "Chinese"]] | [[Australia|Intro Summary][$continent to "Australia", $language to "English"]] | [[Japan|Intro Summary][$continent to "Japan", $language to "Japanese"]] <</if>> <br> @@ -357,31 +357,31 @@ The Free City is located in ''$continent''. The lingua franca of your arcology is ''$language''. <<if $language != "English">> - [[English|Start][$language to "English"]] | + [[English|Intro Summary][$language to "English"]] | <<else>> English | <</if>> <<if $language != "Spanish">> - [[Spanish|Start][$language to "Spanish"]] | + [[Spanish|Intro Summary][$language to "Spanish"]] | <<else>> Spanish | <</if>> <<if $language != "Arabic">> - [[Arabic|Start][$language to "Arabic"]] | + [[Arabic|Intro Summary][$language to "Arabic"]] | <<else>> Arabic | <</if>> <<if $language != "Chinese">> - [[Chinese|Start][$language to "Chinese"]] | + [[Chinese|Intro Summary][$language to "Chinese"]] | <<else>> Chinese | <</if>> -Custom: <<textbox "$language" $language "Start">> +Custom: <<textbox "$language" $language "Intro Summary">> <br> The Free City could develop as many as ''$FSCreditCount'' future societies. -<<textbox "$FSCreditCount" $FSCreditCount "Start">> +<<textbox "$FSCreditCount" $FSCreditCount "Intro Summary">> <br> <<if $FSCreditCount >= 7>> <<set $FSCreditCountString = "seven">> @@ -402,19 +402,19 @@ __Player Character__ <br> <<if $PC.title > 0>> Conversational title: ''Master''. - [[Switch to Mistress|Start][$PC.title to 0]] + [[Switch to Mistress|Intro Summary][$PC.title to 0]] <<else>> Conversational title: ''Mistress''. - [[Switch to Master|Start][$PC.title to 1]] + [[Switch to Master|Intro Summary][$PC.title to 1]] <</if>> -| Custom: <<textbox "$PC.customTitle" $PC.customTitle "Start">> +| Custom: <<textbox "$PC.customTitle" $PC.customTitle "Intro Summary">> <br> /* <<if def $PC.title.customTitle>> <<set $PC.customTitleLisp to $PC.customTitle, $PC.customTitleLisp to $PC.customTitleLisp.replace("ss", "th"), $PC.customTitleLisp to $PC.customTitleLisp.replace("S", "Th"), $PC.customTitleLisp to $PC.customTitleLisp.replace("s", "th")>> <</if>> */ -Custom Lisped: <<textbox "$PC.customTitleLisp" $PC.customTitleLisp "Start">> +Custom Lisped: <<textbox "$PC.customTitleLisp" $PC.customTitleLisp "Intro Summary">> <br> //If using a custom title, select Master or Mistress to set the gender of your title.// @@ -423,25 +423,25 @@ Custom Lisped: <<textbox "$PC.customTitleLisp" $PC.customTitleLisp "Start">> <br> Career: ''$PC.career''. - [[Wealth|Start][$PC.career to "wealth"]] | - [[Business|Start][$PC.career to "capitalist"]] | - [[PMC work|Start][$PC.career to "mercenary"]] | - [[Slaving|Start][$PC.career to "slaver"]] | - [[Engineering|Start][$PC.career to "engineer"]] | - [[Medicine|Start][$PC.career to "medicine"]] | - [[Celebrity|Start][$PC.career to "celebrity"]] | - [[Escort|Start][$PC.career to "escort"]] | - [[Servant|Start][$PC.career to "servant"]] | - [[Gang Leader|Start][$PC.career to "gang"]] + [[Wealth|Intro Summary][$PC.career to "wealth"]] | + [[Business|Intro Summary][$PC.career to "capitalist"]] | + [[PMC work|Intro Summary][$PC.career to "mercenary"]] | + [[Slaving|Intro Summary][$PC.career to "slaver"]] | + [[Engineering|Intro Summary][$PC.career to "engineer"]] | + [[Medicine|Intro Summary][$PC.career to "medicine"]] | + [[Celebrity|Intro Summary][$PC.career to "celebrity"]] | + [[Escort|Intro Summary][$PC.career to "escort"]] | + [[Servant|Intro Summary][$PC.career to "servant"]] | + [[Gang Leader|Intro Summary][$PC.career to "gang"]] <br> Method of acquiring your arcology: ''$PC.rumor''. - [[Wealth|Start][$PC.rumor to "wealth"]] | - [[Hard work|Start][$PC.rumor to "diligence"]] | - [[Force|Start][$PC.rumor to "force"]] | - [[Social engineering|Start][$PC.rumor to "social engineering"]] | - [[Luck|Start][$PC.rumor to "luck"]] + [[Wealth|Intro Summary][$PC.rumor to "wealth"]] | + [[Hard work|Intro Summary][$PC.rumor to "diligence"]] | + [[Force|Intro Summary][$PC.rumor to "force"]] | + [[Social engineering|Intro Summary][$PC.rumor to "social engineering"]] | + [[Luck|Intro Summary][$PC.rumor to "luck"]] <br> @@ -449,14 +449,14 @@ Genitalia: <<if $PC.dick == 1>> <<if $PC.vagina == 1>> ''penis and vagina''. Sex scene variations; more difficult reputation maintenance; some unique opportunities, especially with breasts. - [[No penis|Start][$PC.dick to 0]] | [[No vagina|Start][$PC.vagina to 0]] + [[No penis|Intro Summary][$PC.dick to 0]] | [[No vagina|Intro Summary][$PC.vagina to 0]] <<else>> ''penis''. Standard sex scenes; easiest reputation maintenance. - [[Switch to vagina|Start][$PC.dick to 0, $PC.vagina to 1]] | [[Add a vagina|Start][$PC.vagina to 1]] + [[Switch to vagina|Intro Summary][$PC.dick to 0, $PC.vagina to 1]] | [[Add a vagina|Intro Summary][$PC.vagina to 1]] <</if>> <<else>> ''vagina''. Sex scene variations; most difficult reputation maintenance. - [[Switch to penis|Start][$PC.dick to 1, $PC.vagina to 0, $PC.preg = 0]] | [[Add a penis|Start][$PC.dick to 1]] + [[Switch to penis|Intro Summary][$PC.dick to 1, $PC.vagina to 0, $PC.preg = 0]] | [[Add a penis|Intro Summary][$PC.dick to 1]] <</if>> <<if $PC.vagina == 1>> @@ -464,26 +464,26 @@ Genitalia: <<if $PC.preg == -1>> Contraceptives: ''on''. Can't get pregnant; slight increase to living expenses. - [[Do not take contraceptives|Start][$PC.preg = 0]] + [[Do not take contraceptives|Intro Summary][$PC.preg = 0]] <<elseif $PC.preg == 0>> Contraceptives: ''off''. Can get pregnant; some scene alterations. - [[Take contraceptives|Start][$PC.preg = -1]] | [[Too late for that|Start][$PC.preg = 10]] + [[Take contraceptives|Intro Summary][$PC.preg = -1]] | [[Too late for that|Start][$PC.preg = 10]] <<else>> Contraceptives: ''pregnant''. Already pregnant; some scene alterations, more difficult reputation management, larger increase to living expenses. - [[Not pregnant|Start][$PC.preg = 0]] + [[Not pregnant|Intro Summary][$PC.preg = 0]] <</if>> <br> <<if $PC.pregMood == 1>> Hormones affect mood: ''caring and motherly''. Sex scene alterations; slaves will trust you more, but may try to take advantage of your mercy. - [[Change to no change|Start][$PC.pregMood = 0]] | [[Change to aggressive|Start][$PC.pregMood = 2]] + [[Change to no change|Intro Summary][$PC.pregMood = 0]] | [[Change to aggressive|Start][$PC.pregMood = 2]] <<elseif $PC.pregMood == 0>> Hormones affect mood: ''no change''. Vanilla setting. - [[Change to motherly|Start][$PC.pregMood = 1]] | [[Change to aggressive|Start][$PC.pregMood = 2]] + [[Change to motherly|Intro Summary][$PC.pregMood = 1]] | [[Change to aggressive|Start][$PC.pregMood = 2]] <<else>> Hormones affect mood: ''aggressive and domineering''. Sex scene alterations; slaves will fear you more, but will become more submissive to you. - [[Change to no change|Start][$PC.pregMood = 0]] | [[Change to motherly|Start][$PC.pregMood = 1]] + [[Change to no change|Intro Summary][$PC.pregMood = 0]] | [[Change to motherly|Start][$PC.pregMood = 1]] <</if>> <</if>> @@ -491,10 +491,10 @@ Genitalia: <<if $PC.boobs > 0>> Chest: ''breasts''. Sex scene variations; more difficult reputation maintenance. - [[Remove breasts|Start][$PC.boobs to 0]] + [[Remove breasts|Intro Summary][$PC.boobs to 0]] <<else>> Chest: ''masculine''. Standard sex scenes; easier reputation maintenance. - [[Add breasts|Start][$PC.boobs to 1]] + [[Add breasts|Intro Summary][$PC.boobs to 1]] <</if>> <br> @@ -502,56 +502,56 @@ Genitalia: Age: <<if $PC.age is 3>> ''well into middle age''. - [[Younger|Start][$PC.age to 2]] + [[Younger|Intro Summary][$PC.age to 2]] <<elseif $PC.age is 2>> ''entering middle age''. - [[Younger|Start][$PC.age to 1]] | [[Older|Start][$PC.age to 3]] + [[Younger|Intro Summary][$PC.age to 1]] | [[Older|Intro Summary][$PC.age to 3]] <<else>> ''surprisingly young''. - [[Older|Start][$PC.age to 2]] + [[Older|Intro Summary][$PC.age to 2]] <</if>> <br> -Name your character: <<textbox "$PCName" $PCName "Start">> +Name your character: <<textbox "$PCName" $PCName "Intro Summary">> <br> -Nationality: ''$PC.nationality''.<<textbox "$PC.nationality" $PC.nationality "Start">>//Capitalize it// +Nationality: ''$PC.nationality''.<<textbox "$PC.nationality" $PC.nationality "Intro Summary">>//Capitalize it// <br> Race: ''$PC.race''. - [[White|Start][$PC.race to "white"]] | - [[Asian|Start][$PC.race to "asian"]] | - [[Latina|Start][$PC.race to "latina"]] | - [[Middle Eastern|Start][$PC.race to "middle eastern"]] | - [[Black|Start][$PC.race to "black"]] | - [[Semitic|Start][$PC.race to "semitic"]] | - [[Southern European|Start][$PC.race to "southern european"]] | - [[Indo-aryan|Start][$PC.race to "indo-aryan"]] | - [[Amerindian|Start][$PC.race to "amerindien"]] | - [[Pacific Islander|Start][$PC.race to "pacific islander"]] | - [[Malay|Start][$PC.race to "malay"]] | - [[Mixed Race|Start][$PC.race to "mixed race"]] + [[White|Intro Summary][$PC.race to "white"]] | + [[Asian|Intro Summary][$PC.race to "asian"]] | + [[Latina|Intro Summary][$PC.race to "latina"]] | + [[Middle Eastern|Intro Summary][$PC.race to "middle eastern"]] | + [[Black|Intro Summary][$PC.race to "black"]] | + [[Semitic|Intro Summary][$PC.race to "semitic"]] | + [[Southern European|Intro Summary][$PC.race to "southern european"]] | + [[Indo-aryan|Intro Summary][$PC.race to "indo-aryan"]] | + [[Amerindian|Intro Summary][$PC.race to "amerindien"]] | + [[Pacific Islander|Intro Summary][$PC.race to "pacific islander"]] | + [[Malay|Intro Summary][$PC.race to "malay"]] | + [[Mixed Race|Intro Summary][$PC.race to "mixed race"]] <br> Skin: ''$PC.skin''. - [[White|Start][$PC.skin to "white"]] | - [[Fair|Start][$PC.skin to "fair"]] | - [[Light|Start][$PC.skin to "light"]] | - [[Dark|Start][$PC.skin to "dark"]] | - [[Olive|Start][$PC.skin to "olive"]] | - [[Black|Start][$PC.skin to "black"]] | - [[Light Brown|Start][$PC.skin to "light brown"]] | - [[Brown|Start][$PC.skin to "brown"]] | - [[Pale|Start][$PC.skin to "pale"]] | - [[Extremely Pale|Start][$PC.skin to "extremely pale"]] + [[White|Intro Summary][$PC.skin to "white"]] | + [[Fair|Intro Summary][$PC.skin to "fair"]] | + [[Light|Intro Summary][$PC.skin to "light"]] | + [[Dark|Intro Summary][$PC.skin to "dark"]] | + [[Olive|Intro Summary][$PC.skin to "olive"]] | + [[Black|Intro Summary][$PC.skin to "black"]] | + [[Light Brown|Intro Summary][$PC.skin to "light brown"]] | + [[Brown|Intro Summary][$PC.skin to "brown"]] | + [[Pale|Intro Summary][$PC.skin to "pale"]] | + [[Extremely Pale|Intro Summary][$PC.skin to "extremely pale"]] <br> Eye color: ''$PC.eyeColor''. -<<textbox "$PC.eyeColor" $PC.eyeColor "Start">> +<<textbox "$PC.eyeColor" $PC.eyeColor "Intro Summary">> <br> Hair color: ''$PC.hColor''. -<<textbox "$PC.hColor" $PC.hColor "Start">> +<<textbox "$PC.hColor" $PC.hColor "Intro Summary">> <br> -Preferred refreshment: <<textbox "$PC.refreshment" $PC.refreshment "Start">> [[Cigars|Start][$PC.refreshment to "cigar",$PC.refreshmentType = 0]] | [[Whiskey|Start][$PC.refreshment to "whiskey",$PC.refreshmentType = 1]] +Preferred refreshment: <<textbox "$PC.refreshment" $PC.refreshment "Intro Summary">> [[Cigars|Intro Summary][$PC.refreshment to "cigar",$PC.refreshmentType = 0]] | [[Whiskey|Intro Summary][$PC.refreshment to "whiskey",$PC.refreshmentType = 1]] <br> Preferred method of consumption: ''<<if $PC.refreshmentType == 0>>Smoked<<elseif $PC.refreshmentType == 1>>Drank<<elseif $PC.refreshmentType == 2>>Eaten<<elseif $PC.refreshmentType == 3>>Snorted<<else>>Injected<</if>>''. -[[Smoked|Start][$PC.refreshmentType = 0]] | [[Drank|Start][$PC.refreshmentType = 1]] | [[Eaten|Start][$PC.refreshmentType = 2]] | [[Snorted|Start][$PC.refreshmentType = 3]] | [[Injected|Start][$PC.refreshmentType = 4]] +[[Smoked|Intro Summary][$PC.refreshmentType = 0]] | [[Drank|Intro Summary][$PC.refreshmentType = 1]] | [[Eaten|Intro Summary][$PC.refreshmentType = 2]] | [[Snorted|Intro Summary][$PC.refreshmentType = 3]] | [[Injected|Intro Summary][$PC.refreshmentType = 4]] <br> <<if $PC.refreshmentType == 0>>//"Smoke" must fit into the following sentence: "I smoked a $PC.refreshment" to fit events properly//<</if>> diff --git a/src/events/intro/locationIntro.tw b/src/events/intro/locationIntro.tw index 4df4689fd25c216dd1220f7d766e580bdf019382..f66ffe68679a15b821c71215e8df7b24085bab21 100644 --- a/src/events/intro/locationIntro.tw +++ b/src/events/intro/locationIntro.tw @@ -1,5 +1,5 @@ :: Location Intro - + As the old countries crumble and technology stagnates, the gap between rich and poor increases. In order to continue living a good life without having their property taken by the mob, many of the wealthy and powerful come together to form 'Free Cities.' These are new cities on undeveloped land, in remote areas, or even afloat, fully free of any allegiance or law. These new cities are built on new ideas, with most buildings designed as futuristic, self-contained 'arcologies.' An arcology and everything in it is usually owned by a single person. And as of today, one of those single people is you. @@color:orange;In what part of the world is your new arcology located?@@ [[North America|Trade Intro][$continent to "North America", $language to "English"]] @@ -11,4 +11,3 @@ As the old countries crumble and technology stagnates, the gap between rich and [[Australia|Trade Intro][$continent to "Australia", $language to "English"]] [[Japan|Trade Intro][$continent to "Japan", $language to "Japanese", $PC.race to "asian", $PC.nationality to "Japanese", $PC.hColor to "black", $PC.eyeColor to "brown"]] //Slaves from countries in the selected continent will appear more frequently.// - diff --git a/src/events/intro/pcBodyIntro.tw b/src/events/intro/pcBodyIntro.tw index 130273aaaa9429beb0beb9c006b8dcf603d41ac6..6edf9cdb199a027241ba256e63794435997cd21a 100644 --- a/src/events/intro/pcBodyIntro.tw +++ b/src/events/intro/pcBodyIntro.tw @@ -1,5 +1,5 @@ :: PC Body Intro [nobr] - + Most Free Cities arcology owners and slaveowners are male. The preexisting power structures of the old world have mostly migrated to the new, and it can often be very hard to be a free woman in the Free Cities. Some manage to make their way, but in many arcologies, men are the owners, and women are the owned. You'll cut a striking figure as the owner and leader of your new arcology, but @@color:orange;what's under your business attire?@@ <br> @@ -94,4 +94,3 @@ Preferred method of consumption: ''<<if $PC.refreshmentType == 0>>Smoked<<elseif <</if>> <br> // This mod from anon1888 offers a lategame security force, triggered around week 80. It should be considered non-canon if it conflicts with canonical updates to the base game. // - diff --git a/src/events/intro/pcExperienceIntro.tw b/src/events/intro/pcExperienceIntro.tw index 91631c71c781e36f279f4ce4b0bcdd7bba515c6d..cf8d7016da1fe961cd06910b294083b2b01eb113 100644 --- a/src/events/intro/pcExperienceIntro.tw +++ b/src/events/intro/pcExperienceIntro.tw @@ -1,5 +1,5 @@ :: PC Experience Intro - + You're a relative unknown in the Free Cities, but it's clear you're already accomplished. The meek and average don't suddenly acquire arcologies. You've got all the necessary skills to succeed as the owner of an arcology, but you should be able to leverage the skills and experience you retain from your past, too. @@color:orange;What career led you to acquire an arcology?@@ [[Idle wealth|PC Rumor Intro][$PC.career to "wealth"]] diff --git a/src/events/intro/pcRumorIntro.tw b/src/events/intro/pcRumorIntro.tw index a396fb6059a857336cf68659753c5935d12b2ac5..fce0bc0199180ab92ec00dccf49024e6759f99c2 100644 --- a/src/events/intro/pcRumorIntro.tw +++ b/src/events/intro/pcRumorIntro.tw @@ -1,5 +1,5 @@ :: PC Rumor Intro - + Who you are is something that you will have to define for yourself through your actions. No one is in a position to apply moral scorekeeping to you. In the brave new world of the Free Cities, you are largely free to define yourself as the sum of your actions, rather than as the product of your past. Nevertheless, stories will circulate about how exactly you ousted the previous owner of the arcology. @@color:orange;What rumored method best describes your accession?@@ [[A judicious application of funds|PC Body Intro][$PC.rumor to "wealth"]] diff --git a/src/events/intro/terrainIntro.tw b/src/events/intro/terrainIntro.tw index a38b77317aaef63600465dd5b83c9a1c97d3aea0..718782cc0d027ad745c386d65df84e5a1f482bca 100644 --- a/src/events/intro/terrainIntro.tw +++ b/src/events/intro/terrainIntro.tw @@ -1,5 +1,5 @@ :: Terrain Intro - + The Free Cities were and are founded wherever the rule of law is weak enough or permissive enough to allow a small area to secede, and where founders can afford to buy an area on which to build. Many Free Cities are therefore located in marginal, rural terrain. Founding a Free City in such an area is easy, and can usually be accomplished with the indifference or even connivance of the old country from which it secedes. After all, the potential commercial benefits are great, and the loss of underused land is only significant in the moral sense. @@ -36,4 +36,3 @@ Finally, a few Free Cities have been carved out from old world cities. Urban dec @@color:red;Very low@@ access to refugees and other desperate people. @@color:green;Very high@@ cultural independence. Ensures access to slaves from all over the world and will not associate the arcology with a continent. - diff --git a/src/events/intro/tradeIntro.tw b/src/events/intro/tradeIntro.tw index bf2acac9e5e47a45d259b7e3aed7331bc8998aec..213626431fee3428cfa65e47c634712d2fde0c3d 100644 --- a/src/events/intro/tradeIntro.tw +++ b/src/events/intro/tradeIntro.tw @@ -1,5 +1,5 @@ :: Trade Intro - + Most of the Free Cities are run on radically libertarian or even anarcho-capitalist principles. The first Free Cities experimented with indentured servitude, and this rapidly developed into widespread slavery. By now, the Free Cities collectively are a fundamentally slaveowning society and maintain a thriving slave trade that feeds off the terrible conditions in parts of the old world. @@color:orange;What attitude have the old world countries generally taken towards this trade?@@ [[They've turned a blind eye, or even been complicit.|Extreme Intro][$internationalTrade to 1]] //Slaves from all across the world will appear.// diff --git a/src/gui/mainMenu/AlphaDisclaimer.tw b/src/gui/mainMenu/AlphaDisclaimer.tw index 0a38e0b9292650d8e7d45efda3c65c6c8d4cc68f..e2cf50901fd47c40262c5d62d616d076738554b3 100644 --- a/src/gui/mainMenu/AlphaDisclaimer.tw +++ b/src/gui/mainMenu/AlphaDisclaimer.tw @@ -1,6 +1,6 @@ :: Alpha disclaimer - + <<set $ui to "start">>\ //v. $ver// @@color:green;//Mod: expanded age ranges and other tweaks 2016-08-30//@@ @@color:darkred;+SV@@ @@ -19,4 +19,3 @@ If you enjoy FC and feel like using your real-life ¤ to express gratitude, you @@color:yellow;This is a text-based game that includes descriptions of sexual activity, graphic violence, drug use, and other subjects not suitable for persons under the age of 18. This is a work of fiction; any resemblance to actual persons, places, or events is unintended.@@ [[I am 18 or more years of age, I understand, and I wish to continue|Economy Intro]] - diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw index c136ea99a7c4fc00b5fc95431ee3869962438832..2f34cb5b4ae5e4ea86ea2c0198c68a2e54f8f621 100644 --- a/src/init/storyInit.tw +++ b/src/init/storyInit.tw @@ -2,7 +2,7 @@ /* This needs to be broken down into individual files that can be added to StoryInit instead. */ - + <<if def $slaves>> <<for $i to 0; $i < $slaves.length; $i++>> <<if $slaves[$i].assignment is "be imported">> @@ -41,8 +41,7 @@ <<set $slaves[$i].relationshipTarget += 50000>> <</if>> <<else>> - <<set $dump to $slaves.pluck([$i], [$i])>> - <<set $i -= 1>> + <<set $dump to $slaves.pluck([$i], [$i])>><<set $i-->> <</if>> <</for>> <<for $i to 0; $i < $slaves.length; $i++>> @@ -241,7 +240,7 @@ <<set $seeDicks = 25>> <</if>> <</if>> -<<if ($ver != "0.9.4") && ($ver != "0.9.5") && ($ver != "0.9.6")>>> +<<if ($ver != "0.9.4") && ($ver != "0.9.5") && ($ver != "0.9.6")>> <<for _r to 0; _r < $defaultRules.length; _r++>> <<set $defaultRules[_r].aphrodisiacs = 0>> <<if $defaultRules[_r].curatives == "applied">> @@ -301,6 +300,7 @@ <<set $seeRace to 1>> <<set $seeNationality to 1>> <<set $seeImages to 0>> +<<set $seeMainFetishes to 0>> <<set $lineSeparations to 1>> <<set $showSexualHistory to 1>> <<set $showBodyMods to 0>> @@ -1341,4 +1341,3 @@ FertilityAge($fertilityAge) <<set $securityForceMissionEfficiency to 1>> /* How efficient is the SF at completing its assigned task? (Upgrades*Drug Multiplier) */ <<goto "Alpha disclaimer">> - diff --git a/src/npc/abort.tw b/src/npc/abort.tw index 699270c5f625a8857607db746ab17be435d2e7da..c2a2cfc19cef52501127aded95329fca4a352307 100644 --- a/src/npc/abort.tw +++ b/src/npc/abort.tw @@ -1,5 +1,5 @@ :: Abort - + <<set $nextButton to "Back">>\ <<set $nextLink to "Slave Interact">>\ <<nobr>> diff --git a/src/npc/acquisition.tw b/src/npc/acquisition.tw index 6b934eebac183bd8e66e3d0be0227be7db61f88a..79af142ac1ec8c066f9e6665efb0951ef460eedf 100644 --- a/src/npc/acquisition.tw +++ b/src/npc/acquisition.tw @@ -1,5 +1,5 @@ :: Acquisition [nobr] - + <<set $ui to "start">> <<if $saveImported == 1>> diff --git a/src/npc/agent/agentCompany.tw b/src/npc/agent/agentCompany.tw index 5cdb98c9cc0f54bd0b4cce0baf5b02660d3308b2..0b40fdf885e386de205081b56dff88bf322b1e6c 100644 --- a/src/npc/agent/agentCompany.tw +++ b/src/npc/agent/agentCompany.tw @@ -1,5 +1,5 @@ :: Agent Company [nobr] - + <<set $nextButton to "Continue">> <<set $nextLink to "AS Dump">> <<set $returnTo = "Main">> diff --git a/src/npc/agent/agentRetrieve.tw b/src/npc/agent/agentRetrieve.tw index 94cf9b5657dc40ef70a0069678d704c7a3a24477..884636e51d41dfd0373fc0c015c4cb835bd7c2dd 100644 --- a/src/npc/agent/agentRetrieve.tw +++ b/src/npc/agent/agentRetrieve.tw @@ -1,5 +1,5 @@ :: Agent Retrieve [nobr] - + <<silently>> <<for $i to 0; $i < $slaves.length; $i++>> diff --git a/src/npc/agent/agentSelect.tw b/src/npc/agent/agentSelect.tw index e5eb4adf9041b5612a2a0535eecc368b17996167..786182ccc178b9128e89baf258e1ffd9932cf76d 100644 --- a/src/npc/agent/agentSelect.tw +++ b/src/npc/agent/agentSelect.tw @@ -1,5 +1,5 @@ :: Agent Select - + <<set $nextButton to "Back">> <<set $nextLink to "Neighbor Interact">> <<set $showEncyclopedia to 1>><<set $encyclopedia to "Agents">> diff --git a/src/npc/agent/agentWorkaround.tw b/src/npc/agent/agentWorkaround.tw index 0bcaafffe04353cea1f82aa1e90cbc7c4335839f..ad6d8b9e975d3bf4b9337ed58ae3018c542ac87d 100644 --- a/src/npc/agent/agentWorkaround.tw +++ b/src/npc/agent/agentWorkaround.tw @@ -1,5 +1,5 @@ :: Agent Workaround [nobr] - + <<set $nextButton to "Continue">> <<set $nextLink to "AS Dump">> <<set $returnTo = "Neighbor Interact">> diff --git a/src/npc/asDump.tw b/src/npc/asDump.tw index 705201dbb9c903629fb545a906ac8846bcb4e4b3..704ea13b2263cf2b8b4f495537d4817ba90a6de5 100644 --- a/src/npc/asDump.tw +++ b/src/npc/asDump.tw @@ -1,5 +1,5 @@ :: AS Dump - + <<set $dumped to 0>> <<for $i to 0; $i < $slaves.length; $i++>> diff --git a/src/npc/databases/cheatmodeDatabase.tw b/src/npc/databases/cheatmodeDatabase.tw index 52b0af6fb8802ff3ad2855e9519848fd9d8e419e..2a326585b14e28eab479653c72643255f82210aa 100644 --- a/src/npc/databases/cheatmodeDatabase.tw +++ b/src/npc/databases/cheatmodeDatabase.tw @@ -39,4 +39,3 @@ <<set $slaves.push(clone(_HS))>> <<set _dump = $heroSlaves.pluck(0)>> //and _HS.slaveName.// - diff --git a/src/npc/databases/dSlavesDatabase.tw b/src/npc/databases/dSlavesDatabase.tw index 49dcd726730961dc3d8c38db75327719af75440b..6a80f27c3bdee3d318ba7ed6750cf1b10d83bbe3 100644 --- a/src/npc/databases/dSlavesDatabase.tw +++ b/src/npc/databases/dSlavesDatabase.tw @@ -1,5 +1,5 @@ :: D Slaves Database - + <<set _i = 900000>> <<set _HS = clone($activeSlave)>> <<set _HS.slaveName = "Rose", _HS.birthName = "Rose", _HS.origin = "She is a former maid with an unsettling obsessive streak.", _HS.ID = _i++, _HS.birthWeek = random(0,51), _HS.actualAge = 24, _HS.physicalAge = 24, _HS.visualAge = 24, _HS.health = 40, _HS.devotion = 100, _HS.weight = 20, _HS.hColor = "chestnut", _HS.pubicHColor = "chestnut", _HS.skin = "white", _HS.hLength = 30, _HS.hStyle = "shoulder-length and in a bun", _HS.pubicHStyle = "waxed", _HS.boobs = 700, _HS.butt = 3, _HS.vagina = 1, _HS.vaginaLube = 1, _HS.anus = 1, _HS.ovaries = 1, _HS.vaginalSkill = 15, _HS.oralSkill = 15, _HS.analSkill = 15, _HS.entertainSkill = 1, _HS.clothes = "a nice maid outfit", _HS.intelligence = 1, _HS.intelligenceImplant = 1, _HS.attrXY = 40, _HS.fetish = "submissive">> @@ -585,4 +585,3 @@ <<set _HS.slaveName = "STANDARD", _HS.birthName = "STANDARD", _HS.ID = _i++, _HS.birthWeek = random(0,51), _HS.actualAge = 21, _HS.physicalAge = 21, _HS.visualAge = 21, _HS.health = 20, _HS.devotion = 60, _HS.hColor = "blonde", _HS.pubicHColor = "blonde", _HS.skin = "white", _HS.hStyle = "long", _HS.pubicHStyle = "waxed", _HS.boobs = 500, _HS.butt = 3, _HS.vagina = 1, _HS.vaginaLube = 1, _HS.anus = 1, _HS.anusTat = "bleached", _HS.vaginalSkill = 0, _HS.oralSkill = 0, _HS.analSkill = 0, _HS.attrXY = 40, _HS.fetishKnown = 1>> <<set $heroSlaves.push(clone(_HS))>> */ - diff --git a/src/npc/databases/ddSlavesDatabase.tw b/src/npc/databases/ddSlavesDatabase.tw index 46c30b0c5a7797f0e58a6e75fd921fd2a68e9e87..947f439a14ed3953bcb48e211d1b2fc537dd0321 100644 --- a/src/npc/databases/ddSlavesDatabase.tw +++ b/src/npc/databases/ddSlavesDatabase.tw @@ -1,5 +1,5 @@ :: DD Slaves Database - + <<set _i = 800000>> <<set _HS = clone($activeSlave)>> <<set _HS.slaveName = "Marylynne", _HS.birthName = "Tyson", _HS.origin = "She is a life-long house slave who has always tried to be the perfect woman, despite her dick.", _HS.ID = _i++, _HS.birthWeek = random(0,51), _HS.actualAge = 34, _HS.physicalAge = 34, _HS.visualAge = 34, _HS.health = 20, _HS.devotion = 100, _HS.skin = "white", _HS.hStyle = "long", _HS.pubicHStyle = "waxed", _HS.waist = 1, _HS.boobs = 1000, _HS.areolae = 1, _HS.butt = 5, _HS.lips = 35, _HS.vagina = -1, _HS.preg = -2, _HS.dick = 2, _HS.anus = 3, _HS.balls = 1, _HS.oralSkill = 35, _HS.analSkill = 100, _HS.intelligenceImplant = 1, _HS.attrXX = 40, _HS.attrXY = 40, _HS.fetish = "buttslut", _HS.fetishKnown = 1, _HS.customDesc = "She is extremely self-conscious about her dick.">> @@ -186,4 +186,3 @@ <<set _HS.slaveName = "STANDARD", _HS.birthName = "STANDARD", _HS.ID = _i++, _HS.birthWeek = random(0,51), _HS.actualAge = 21, _HS.physicalAge = 21, _HS.visualAge = 21, _HS.health = 20, _HS.devotion = 60, _HS.skin = "white", _HS.hColor = "blonde", _HS.pubicHColor = "blonde", _HS.hLength = 20, _HS.pubicHStyle = "waxed", _HS.boobs = 300, _HS.butt = 1, _HS.vagina = -1, _HS.preg = -2, _HS.dick = 2, _HS.anus = 1, _HS.balls = 1, _HS.anusTat = "bleached", _HS.oralSkill = 15, _HS.analSkill = 15, _HS.attrXX = 40, _HS.attrXY = 40, _HS.fetishKnown = 1>> <<set $heroSlaves.push(clone(_HS))>> */ - diff --git a/src/npc/databases/dfSlavesDatabase.tw b/src/npc/databases/dfSlavesDatabase.tw index b68de9df39405e3aea1f9377cdb3ea628e88e01b..2877f80f807219ca912dba3b21bbbc21b6831728 100644 --- a/src/npc/databases/dfSlavesDatabase.tw +++ b/src/npc/databases/dfSlavesDatabase.tw @@ -1,5 +1,5 @@ :: DF Slaves Database - + <<set _i = 700000>> <<set _HS = clone($activeSlave)>> <<set _HS.slaveName = "Cherry", _HS.birthName = "Cherry", _HS.ID = _i++, _HS.birthWeek = random(0,51), _HS.health = 20, _HS.devotion = 75, _HS.pubicHColor = "black", _HS.skin = "white", _HS.hColor = "black", _HS.hStyle = "long", _HS.pubicHStyle = "waxed", _HS.boobs = 500, _HS.nipplesPiercing = 1, _HS.butt = 3, _HS.lips = 35, _HS.vagina = 1, _HS.vaginaLube = 1, _HS.vaginaPiercing = 2, _HS.preg = -2, _HS.ovaries = 1, _HS.vaginalSkill = 35, _HS.attrXY = 40, _HS.fetish = "submissive", _HS.fetishKnown = 1, _HS.customTat = "Two cherries are tattooed in her right butt cheek and in her left cheek.">> @@ -47,4 +47,3 @@ vibe nips, can act as furniture <<set $heroSlaves.push(clone(_HS))>> <</if>> - diff --git a/src/npc/descriptions/fAnus.tw b/src/npc/descriptions/fAnus.tw index 8b1df22bab67a53fe5459eabbbb00af7a7aca73d..abcda066792b76b229ce3523fc673dc96f5388dd 100644 --- a/src/npc/descriptions/fAnus.tw +++ b/src/npc/descriptions/fAnus.tw @@ -1,5 +1,5 @@ :: FAnus - + <<nobr>> <<set $activeSlave.analCount++, $analTotal++>> @@ -213,4 +213,3 @@ You call her over so you can <</if>> <<set _Anus = "">> <</nobr>> - diff --git a/src/npc/descriptions/fBoobs.tw b/src/npc/descriptions/fBoobs.tw index f062af40fefac6b7fa734995f19ac9b0db2ffc91..49a9c342982326dba8100546fc62677f5415380d 100644 --- a/src/npc/descriptions/fBoobs.tw +++ b/src/npc/descriptions/fBoobs.tw @@ -1,5 +1,5 @@ :: FBoobs - + <<nobr>> <<set $activeSlave.mammaryCount++, $mammaryTotal++>> @@ -221,4 +221,3 @@ tits. <</for>> <</if>> <</nobr>> - diff --git a/src/npc/descriptions/fButt.tw b/src/npc/descriptions/fButt.tw index 0742bb5089710a93dda1205a75e355293f4da791..e2a2c4ddafc29feaf6b978b864a138444108b940 100644 --- a/src/npc/descriptions/fButt.tw +++ b/src/npc/descriptions/fButt.tw @@ -1,5 +1,5 @@ :: FButt - + <<nobr>> You call her over so you can @@ -230,4 +230,3 @@ Her anus is invitingly bleached, <</for>> <</if>> <</nobr>> - diff --git a/src/npc/descriptions/fLips.tw b/src/npc/descriptions/fLips.tw index e04af25595fef74e963525f797a14760634db234..3072a9de986817236c493c3c64afe3eb626ccd18 100644 --- a/src/npc/descriptions/fLips.tw +++ b/src/npc/descriptions/fLips.tw @@ -1,5 +1,5 @@ :: FLips - + <<nobr>> <<set $activeSlave.oralCount++, $oralTotal++>> @@ -176,4 +176,3 @@ You tell $activeSlave.slaveName to <</for>> <</if>> <</nobr>> - diff --git a/src/npc/descriptions/fVagina.tw b/src/npc/descriptions/fVagina.tw index 167d233617e4b71df13cfbf91d89614c2c50783e..8c9a141f968a4e54bc2074541e5087c4f76dd6e1 100644 --- a/src/npc/descriptions/fVagina.tw +++ b/src/npc/descriptions/fVagina.tw @@ -1,5 +1,5 @@ :: FVagina - + <<nobr>> You call her over so you can @@ -391,4 +391,3 @@ You decide to fuck her <</for>> <</if>> <</nobr>> - diff --git a/src/npc/startingGirls/moreCustomOptions.tw b/src/npc/startingGirls/moreCustomOptions.tw index 451b47ed6269ceb71db6f67b7adcdbc69af6c487..aae46052828574b7bee7a33bfed94f59d51d0c10 100644 --- a/src/npc/startingGirls/moreCustomOptions.tw +++ b/src/npc/startingGirls/moreCustomOptions.tw @@ -1,5 +1,5 @@ :: More customization options - + <<nobr>> <<set $activeSlave.pubicHColor to $activeSlave.hColor>> diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index dd0eddc94980f8af4a5d228eed933a396898f9f8..17ce04f263dc7957f9f98d87c36778c7ef2f098a 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -1,5 +1,5 @@ -:: RESS [nobr] - +:: RESS [nobr] + <<if $activeSlave == 0>> <<set $activeSlave to $eventSlave>> <<if $cheatMode == 1>> @@ -93,7 +93,7 @@ is looking good, but as she raises her arms over her head to spin her nude torso her loli avatar's childish voice <<else>> her voice - <</if>> + <</if>> <</if>> gently calling your name. As you regain consciousness, you become aware of a weight on your chest. <span id="name"><<print "[[$activeSlave.slaveName|Long Slave Description][$nextLink to passage(), $eventDescription to 1]]">></span> has snuggled up against you in her sleep. She's nude, and so are you; everyone sleeps naked in your penthouse. The sheet is down at your hips, leaving your upper bodies bare. <<if $activeSlave.amp == 1>>She's wormed her limbless torso under your arm,<<else>>She has one arm across your <<if $PC.boobs == 1>>chest, just below your breasts,<<else>>manly chest,<</if>><</if>> and is using your shoulder as a pillow. You can feel her warm breath across <<if $PC.boobs == 1>>your nipple on that side, and it hardens slowly under your gaze<<else>>your well-developed pectorals<</if>>. Her <<if $activeSlave.boobs > 4000>>incredible tits are resting to either side of your ribcage, with one of them a heavy mass on your chest and the other trapped under her<<elseif $activeSlave.boobs > 1200>>big boobs form a warm, soft mass between you<<else>>soft chest rests warmly against your ribcage<</if>><<if ($activeSlave.preg > 20)>>, beneath them, her pregnant belly rests upon your flat stomach<</if>>, and farther down, there's another source of warmth where she's <<if $activeSlave.amp == 1>>got her legless pelvis resting against your hip<<else>>straddling your thigh<</if>>. <br><br> @@ -141,7 +141,7 @@ The sight is comical. <<if $activeSlave.preg > 20>>Four<<else>>Three<</if>> thin Early to bed and early to rise makes an arcology owner healthy, wealthy, and wise. It also allows you to enjoy the beautiful sunrises. The degradation of the planet does have its advantages: all the rubbish in the air often paints the morning light a striking color, and this is one such morning. Taken with the grandeur, you step out onto a balcony to take it in, only to find <span id="name"><<print "[[$activeSlave.slaveName|Long Slave Description][$nextLink to passage(), $eventDescription to 1]]">></span> out there already, doing just the same thing. The luxurious rules she enjoys offer her small breaks here and there, and she's obviously come out to enjoy <<if canSee($activeSlave)>>the sight<<else>> the morning breeze and the warmth of the rising sun on her face<</if>> before starting her day's work. <br><br> -She notices your approach with a start and <<if canTalk($activeSlave) == false>>asks with a gesture that carries just the right mixture of submission and respect if she can serve you in any way.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>lisps respectfully, "May I therve you in any way, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>?"<<else>>asks respectfully, "May I serve you in any way, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>?"<</if>> You shake your head no, for the moment, and just enjoy the view. After a few minutes of silent mutual enjoyment of the pretty sunrise, she steals a sidelong glance at you, a hesitant, questioning look on her face. You tell her to ask her question, whatever it is, and she +She notices your approach with a start and <<if canTalk($activeSlave) == false>>asks with a gesture that carries just the right mixture of submission and respect if she can serve you in any way.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>lisps respectfully, "May I therve you in any way, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>?"<<else>>asks respectfully, "May I serve you in any way, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>?"<</if>> You shake your head no, for the moment, and just enjoy the view. After a few minutes of silent mutual enjoyment of the pretty sunrise, she steals a sidelong glance at you, a hesitant, questioning look on her face. You tell her to ask her question, whatever it is, and she <<if canTalk($activeSlave) == false>> carefully uses her hands to ask if she can hold your hand. <<elseif SlaveStatsChecker.checkForLisp($activeSlave)>> @@ -280,7 +280,7 @@ Your fucktoys have to eat, sleep, and look after themselves, just like anyone, s <br><br> Though it's late, she's surprised to find the lights in the master suite off. You had an unusually trying day, so you've retired for the night; you're on the point of sleep when she comes in<<if $Concubine != 0>>, $Concubine.slaveName nestled under your arm<</if>>. After a moment's hesitation, $activeSlave.slaveName strips quietly and <<if $activeSlave.preg > 20>>gently lowers her pregnant body onto<<else>>sits on<</if>> the edge of the bed, preparing to climb quietly in. She clearly thinks you're asleep, and is doing her best not to wake you. The dim, blue-toned light of your bedroom at night washes out her $activeSlave.skin skin and robs her $activeSlave.eyeColor eyes of their color, but it highlights <<if ($activeSlave.nipples is "huge")>>the wonderful nipples jutting from her flesh, stiffening in the cool night air<<elseif ($activeSlave.preg > 20)>>her rounded belly, swollen with life<<elseif ($activeSlave.weight > 10)>>her plush belly, with her navel forming a little dark hollow in her pretty stomach<<elseif ($activeSlave.muscles > 30)>>her washboard abs, with each muscle casting its own little shadow<<elseif ($activeSlave.boobs > 1000)>>the huge curve of her breasts, a giant dark presence<<elseif ($activeSlave.dick > 2)>>the presence between her legs<<else>>her pretty face<</if>>. <<if canSee($activeSlave)>>She perceives the glint of your open eyes<<else>>She hears your breathing change<</if>>, and stops, patiently waiting for some sign of what you'd like her to do. -<<case "slave dick huge">> +<<case "slave dick huge">> The showers your slaves use are well vented and transparent walled so that you can see their occupants clearly, even from your desk. Working late at night, you see <span id="name"><<print "[[$activeSlave.slaveName|Long Slave Description][$nextLink to passage(), $eventDescription to 1]]">></span> sitting hunched under the water in one of the showers, with her back to you. You tell your desk to focus on her, and you are rewarded with three different angles of $activeSlave.slaveName giving herself a blowjob. She has to bend over very hard<<if $activeSlave.preg > 20>> and at a very akward angle<</if>> to get the tip of her huge <<if $seeRace == 1>>$activeSlave.race <</if>>dick<<if $activeSlave.preg > 20>> around her pregnant belly and<</if>> into her mouth, but she's obviously enjoying it all the same. It's not against the rules for her to masturbate; she's just found an impressive way of doing it. <<if $activeSlave.balls is 3>>As she works herself, she plays with her massive balls, rolling them around and squeezing them gently.<<elseif $activeSlave.balls is 2>>As she works herself, she plays with her balls, massaging them with one hand.<</if>> @@ -485,7 +485,7 @@ The reason for her distress is obvious: <<elseif $activeSlave.labia > 0>> her lovely pussylips are painfully engorged, and her pussy is so wet there are little rivulets of moisture running down her inner thighs. One of her spasms brings her generous labia brushing against her thighs, and the stimulation almost brings her to orgasm. <<else>> - her pussy is so wet there are little rivulets of moisture running down her inner thighs. One of her spasms brings her enough stimulation that it almost brings her to orgasm. + her pussy is so wet there are little rivulets of moisture running down her inner thighs. One of her spasms brings her enough stimulation that it almost brings her to orgasm. <</if>> <br><br> This is the result of not getting off for several days while on the slave diet provided by the nutritional systems. The mild aphrodisiacs included in her food increase her sex drive, and the increased libido can become cumulative if it's not regularly addressed. It looks like she hasn't really gotten hers in a couple of days, and the poor girl can likely think of nothing but that. She's so horny she'll do anything for release. However, she did come to you with her trouble rather than masturbating illicitly. @@ -1293,7 +1293,7 @@ Coming to a stop, she <<if $activeSlave.height > 190>>bends the long, long way d <<case "bad dream">> -Passing near the slave dormitory late at night, you hear a quiet cry within. This is strange; most slaves housed there are not inclined or not allowed to have sex in the middle of the night, and in any case, the noise wasn't one of pleasure. Looking in, you see a jerky movement near the door. It's <span id="name"><<print "[[$activeSlave.slaveName|Long Slave Description][$nextLink to passage(), $eventDescription to 1]]">></span>, and she's obviously having a bad dream. She raises an arm to fend off some imagined danger, and in doing so, pushes the sheet down around her waist. She sleeps naked, like all your slaves, and the movement bares her <<if $activeSlave.boobs > 2000>>udders<<elseif $activeSlave.boobs > 1000>>heavy breasts<<elseif $activeSlave.boobs > 400>>boobs<<else>>little tits<</if>><<if $activeSlave.preg > 20>> and pregnant belly<</if>> to the cool night air. The low blue light outlines her nipples as they stiffen at the sudden change of temperature, +Passing near the slave dormitory late at night, you hear a quiet cry within. This is strange; most slaves housed there are not inclined or not allowed to have sex in the middle of the night, and in any case, the noise wasn't one of pleasure. Looking in, you see a jerky movement near the door. It's <span id="name"><<print "[[$activeSlave.slaveName|Long Slave Description][$nextLink to passage(), $eventDescription to 1]]">></span>, and she's obviously having a bad dream. She raises an arm to fend off some imagined danger, and in doing so, pushes the sheet down around her waist. She sleeps naked, like all your slaves, and the movement bares her <<if $activeSlave.boobs > 2000>>udders<<elseif $activeSlave.boobs > 1000>>heavy breasts<<elseif $activeSlave.boobs > 400>>boobs<<else>>little tits<</if>><<if $activeSlave.preg > 20>> and pregnant belly<</if>> to the cool night air. The low blue light outlines her nipples as they stiffen at the sudden change of temperature, <<switch $activeSlave.nipples>> <<case "tiny">> pricking up into little buds. @@ -1733,7 +1733,7 @@ With her <<if $activeSlave.preg > 20>>enormously pregnant belly<<elseif $activeS <<if $activeSlave.anus > 0>> <br><<click "Fuck her">> <<replace "#result2">> - You gently push her shoulders forward. She moans as the forward lean stretches her hip flexors, and then breathes deeply with relief as you pull her legs back and out of their crossed position. The rush of a completed stretch crashes into her, and she relaxes completely. This change of position leaves her with her <<if $activeSlave.butt > 6>>massive ass<<elseif $activeSlave.butt > 3>>big butt<<else>>rear<</if>> pointed right at you, and she knows what's coming next. Her <<if $activeSlave.anus > 2>>loose butthole relaxes completely into a gape that positively begs to be penetrated<<elseif $activeSlave.anus > 1>>relaxed anus opens into a slight gape that positively begs to be penetrated<<else>>tight anus relaxes slightly, her rosebud begging to be fucked<</if>>. You rise partway to kneel behind her, <<if $PC.dick == 0>>sliding fingers inside the slave's ass and humping your pussy against the heel of that hand<<else>>using a hand to guide your member inside the slave's ass<<if $PC.vagina == 1>>, not without teasing your own pussylips a bit<</if>><</if>>. She gasps when your other hand grabs one of her shoulders and continues the massage. You quickly find that working out a knot in her muscles produces reflexive reactions across her whole body, notably including her anal sphincter. After you've driven her into a state of @@color:hotpink;mindless satiation@@ and climaxed yourself, you let her slump to the floor and curl up around her sweaty body. + You gently push her shoulders forward. She moans as the forward lean stretches her hip flexors, and then breathes deeply with relief as you pull her legs back and out of their crossed position. The rush of a completed stretch crashes into her, and she relaxes completely. This change of position leaves her with her <<if $activeSlave.butt > 6>>massive ass<<elseif $activeSlave.butt > 3>>big butt<<else>>rear<</if>> pointed right at you, and she knows what's coming next. Her <<if $activeSlave.anus > 2>>loose butthole relaxes completely into a gape that positively begs to be penetrated<<elseif $activeSlave.anus > 1>>relaxed anus opens into a slight gape that positively begs to be penetrated<<else>>tight anus relaxes slightly, her rosebud begging to be fucked<</if>>. You rise partway to kneel behind her, <<if $PC.dick == 0>>sliding fingers inside the slave's ass and humping your pussy against the heel of that hand<<else>>using a hand to guide your member inside the slave's ass<<if $PC.vagina == 1>>, not without teasing your own pussylips a bit<</if>><</if>>. She gasps when your other hand grabs one of her shoulders and continues the massage. You quickly find that working out a knot in her muscles produces reflexive reactions across her whole body, notably including her anal sphincter. After you've driven her into a state of @@color:hotpink;mindless satiation@@ and climaxed yourself, you let her slump to the floor and curl up around her sweaty body. <<set $activeSlave.devotion += 2>> <</replace>> <</click>> @@ -1943,7 +1943,7 @@ With her <<if $activeSlave.preg > 20>>enormously pregnant belly<<elseif $activeS <<set $analTotal += 1>> <</if>> <<elseif ($activeSlave.fetish is "dom") and ($activeSlave.fetishKnown == 1)>> - you shove her back towards the couch and leap onto her, pulling your legs into a scissor position. You bang her hard, and she grinds her hips back at you with enthusiasm. This mutually challenging fuck goes on for a long time, to sweaty, endorphin-fuelled muscle exhaustion. + you shove her back towards the couch and leap onto her, pulling your legs into a scissor position. You bang her hard, and she grinds her hips back at you with enthusiasm. This mutually challenging fuck goes on for a long time, to sweaty, endorphin-fuelled muscle exhaustion. <<if ($activeSlave.vagina > 0) and ($activeSlave.vaginalAccessory != "chastity belt")>> <<set $activeSlave.vaginalCount += 1>> <<set $vaginalTotal += 1>> @@ -2625,7 +2625,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<if $slaves[$i].devotion <= 20>> <<set $slaves[$i].trust += 4>> <</if>> - <</for>> + <</for>> <</replace>> <</click>> <br><<click "Flog the would-be escapee">> @@ -2638,7 +2638,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<if $slaves[$i].devotion <= 20>> <<set $slaves[$i].trust -= 5>> <</if>> - <</for>> + <</for>> <</replace>> <</click>> <br><<click "Amputate the would-be escapee's limbs">> @@ -2656,7 +2656,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<if $slaves[$i].devotion <= 20>> <<set $slaves[$i].trust -= 10>> <</if>> - <</for>> + <</for>> <</replace>> <</click>> <br><<click "Clip the would-be escapee's tendons">> @@ -2671,7 +2671,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<if $slaves[$i].devotion <= 20>> <<set $slaves[$i].trust -= 5>> <</if>> - <</for>> + <</for>> <</replace>> <</click>> <<if $activeSlave.eyes != -2>> @@ -2688,7 +2688,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<if $slaves[$i].devotion <= 20>> <<set $slaves[$i].trust -= 10>> <</if>> - <</for>> + <</for>> <</replace>> <</click>> <</if>> @@ -2705,7 +2705,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<if $slaves[$i].devotion <= 20>> <<set $slaves[$i].devotion += 4>> <</if>> - <</for>> + <</for>> <</replace>> <</click>> <</if>> @@ -3059,7 +3059,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <br><<click "Sissy slave girls don't need to climax to serve">> <<replace "#name">>$activeSlave.slaveName<</replace>> <<replace "#result">> - You explain patiently that she needs to stop focusing on getting off. She's a sex slave, and what matters is that she pleasures others. If she doesn't climax herself, that's unfortunate but not really significant. She looks terribly forlorn, so to drive home the point you push her down to the floor, give her a rough face fuck, and send her away with tousled hair, <<if $PC.dick == 0>>a tired tongue<<else>>a mouthful of ejaculate<</if>>, and the same limp dick as before. @@color:mediumorchid;It's frustrating for her.@@ + You explain patiently that she needs to stop focusing on getting off. She's a sex slave, and what matters is that she pleasures others. If she doesn't climax herself, that's unfortunate but not really significant. She looks terribly forlorn, so to drive home the point you push her down to the floor, give her a rough face fuck, and send her away with tousled hair, <<if $PC.dick == 0>>a tired tongue<<else>>a mouthful of ejaculate<</if>>, and the same limp dick as before. @@color:mediumorchid;It's frustrating for her.@@ <<set $activeSlave.devotion -= 2>> <<if ($activeSlave.clitSetting != $activeSlave.fetish)>> But, she slowly @@color:lightcoral;accepts her new role as a submissive little sex toy.@@ @@ -3074,7 +3074,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <br><<click "Prostate stimulation ought to do the trick">> <<replace "#name">>$activeSlave.slaveName<</replace>> <<replace "#result">> - You explain that she will have to find a new way to climax to be a happy little shemale slut. As you do, you push her against a wall and force her up on tiptoe so that her butt is conveniently positioned, and then ram <<if $PC.dick == 0>>a vibrating strap-on<<else>>yourself<</if>> up her ass. She squeals and dances against the wall on tiptoe, impaled on your <<if $PC.dick == 0>>fake cock<<else>>member<</if>>. She doesn't climax to anal then, or the next time you assfuck her, or the time after that; but some time later a long buttsex session ends when she gives a little shake and a whimper and dribbles a pathetic squirt of cum from her still-limp dick. By the end of the week @@color:mediumaquamarine;she's smiling trustingly@@ and offering you her butt every chance she gets. + You explain that she will have to find a new way to climax to be a happy little shemale slut. As you do, you push her against a wall and force her up on tiptoe so that her butt is conveniently positioned, and then ram <<if $PC.dick == 0>>a vibrating strap-on<<else>>yourself<</if>> up her ass. She squeals and dances against the wall on tiptoe, impaled on your <<if $PC.dick == 0>>fake cock<<else>>member<</if>>. She doesn't climax to anal then, or the next time you assfuck her, or the time after that; but some time later a long buttsex session ends when she gives a little shake and a whimper and dribbles a pathetic squirt of cum from her still-limp dick. By the end of the week @@color:mediumaquamarine;she's smiling trustingly@@ and offering you her butt every chance she gets. <<BothVCheck>> <<set $activeSlave.trust += 4>> <<if ($activeSlave.clitSetting != $activeSlave.fetish)>> @@ -3152,7 +3152,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<replace "#result">> Without a word, you<<if $PC.dick == 0>> don a cruelly knobby strap-on,<</if>> throw her onto the couch, take both her ankles in one hand, and force them back over her head so her poor, doomed asshole is completely defenseless. You then spit on her hole, seize your <<if $PC.dick == 0>>instrument<<else>>rock-hard dick<<if $PC.vagina == 1>>, gather a little of your own pussyjuice and rub it on your cockhead<</if>><</if>>, and shove it up the wriggling slave girl's spasming rectum. You've got the necessary skill to judge exactly where the line between anal pain and anal injury is, and you take her right up to it. Halfway through the long anal rape she gives up struggling and just goes limp, sobbing. She @@color:hotpink;fears you,@@ and has also begun to @@color:red;hate buttsex.@@ <<set $activeSlave.trust -= 5>> - <<set $activeSlave.sexualFlaw to "hates anal">> + <<set $activeSlave.sexualFlaw to "hates anal">> <<set $activeSlave.analCount += 1>> <<set $analTotal += 1>> <</replace>> @@ -3523,7 +3523,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<if ($slaves[$i].drugs is "extreme aphrodisiacs") or ($slaves[$i].drugs is "aphrodisiacs")>> <<set $slaves[$i].trust -= 5>> <</if>> - <</for>> + <</for>> <</replace>> <</click>> <br><<click "Have caring sex with her before she takes the aphrodisiacs">> @@ -3633,7 +3633,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <br><<click "See how rough you can be and still get her to cum">> <<replace "#name">>$activeSlave.slaveName<</replace>> <<replace "#result">> - The aphrodisiac dosage she's on will let her orgasm to almost anything. You spend a few minutes playing with her nipples, skillfully edging her away from climax, and she's almost vibrating with discomfort. She's so desperate that she sobs with relief when you order her to <<if ($activeSlave.heels == 1) and ($activeSlave.shoes != "heels")>>kneel<<elseif ($activeSlave.shoes is "heels")>>totter up<<else>>stand<</if>> <<if $activeSlave.preg > 20>>belly <</if>>against a wall and spread her buttocks. A little saliva and<<if $PC.vagina == 1>> a bit of your own pussyjuice, transferred by a couple of fingers, and<</if>> <<if $PC.dick == 0>>your vibrating strap-on<<else>>your dick<</if>> is up her willing ass. The position is uncomfortable for her, and you are not gentle, but she comes anyway. By the end of the night her butthole is so sore that she <<if $activeSlave.preg > 20>>lies on her side<<else>>lies on her stomach<</if>> every chance she gets. Her submissiveness @@color:hotpink;has increased.@@ + The aphrodisiac dosage she's on will let her orgasm to almost anything. You spend a few minutes playing with her nipples, skillfully edging her away from climax, and she's almost vibrating with discomfort. She's so desperate that she sobs with relief when you order her to <<if ($activeSlave.heels == 1) and ($activeSlave.shoes != "heels")>>kneel<<elseif ($activeSlave.shoes is "heels")>>totter up<<else>>stand<</if>> <<if $activeSlave.preg > 20>>belly <</if>>against a wall and spread her buttocks. A little saliva and<<if $PC.vagina == 1>> a bit of your own pussyjuice, transferred by a couple of fingers, and<</if>> <<if $PC.dick == 0>>your vibrating strap-on<<else>>your dick<</if>> is up her willing ass. The position is uncomfortable for her, and you are not gentle, but she comes anyway. By the end of the night her butthole is so sore that she <<if $activeSlave.preg > 20>>lies on her side<<else>>lies on her stomach<</if>> every chance she gets. Her submissiveness @@color:hotpink;has increased.@@ <<set $activeSlave.devotion += 4>> <</replace>> <</click>> @@ -3760,7 +3760,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <br><<click "Not while she is so pregnant">> <<replace "#name">>$activeSlave.slaveName<</replace>> <<replace "#result">> - She's clearly disappointed, but she accepts that you are watching out for her health and goes about her business. After the incident, you notice that she definitely seems to have a kink for implants. She loves it when her implants are groped, but her favorite is when she gets to fuck another slave with fake tits. She can't keep her <<if ($activeSlave.amp != 1)>>hands<<else>>lips<</if>> off a pair of bolted-on boobs. + She's clearly disappointed, but she accepts that you are watching out for her health and goes about her business. After the incident, you notice that she definitely seems to have a kink for implants. She loves it when her implants are groped, but her favorite is when she gets to fuck another slave with fake tits. She can't keep her <<if ($activeSlave.amp != 1)>>hands<<else>>lips<</if>> off a pair of bolted-on boobs. <</replace>> <</click>> <</if>> @@ -3921,7 +3921,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<else>> She savors the thrill of using $PC.refreshment for a moment, before turning to you, an almost desperate need on her face. <</if>> - You return to work, and she follows your example, though she's rather distracted. When she finishes hers, she sets her tablet down for a moment and comes over to you, doing her best to show her naked body to best advantage as she comes. She gives you a deep kiss, <<if $PC.refreshmentType is 0 || $PC.refreshmentType is 1 || $PC.refreshmentType is 2>>which tastes of fine $PC.refreshment, with a hint of $activeSlave.slaveName,<<else>>with plenty of tongue,<</if>> and then goes back to work, @@color:mediumaquamarine;smiling unconsciously@@ as she savors the lingering <<if $PC.refreshmentType is 3 || $PC.refreshmentType is 4>>rush<<else>>flavor<</if>>. + You return to work, and she follows your example, though she's rather distracted. When she finishes hers, she sets her tablet down for a moment and comes over to you, doing her best to show her naked body to best advantage as she comes. She gives you a deep kiss, <<if $PC.refreshmentType is 0 || $PC.refreshmentType is 1 || $PC.refreshmentType is 2>>which tastes of fine $PC.refreshment, with a hint of $activeSlave.slaveName,<<else>>with plenty of tongue,<</if>> and then goes back to work, @@color:mediumaquamarine;smiling unconsciously@@ as she savors the lingering <<if $PC.refreshmentType is 3 || $PC.refreshmentType is 4>>rush<<else>>flavor<</if>>. <<set $activeSlave.trust += 4>> <</replace>> <</click>> @@ -5154,7 +5154,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<set $activeSlave.behavioralFlaw to "odd">> The terrible experience has left her with @@color:red;unpleasant nervous tics.@@ <</if>> - <<set $activeSlave.devotion += 10>> + <<set $activeSlave.devotion += 10>> <<set $activeSlave.health -= 10>> <</replace>> <</click>> @@ -5531,7 +5531,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<replace "#name">>$activeSlave.slaveName<</replace>> <<replace "#result">> You enter, eliciting an embarrassed - "Um, hi <<if SlaveStatsChecker.checkForLisp($activeSlave)>><<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>><<else>><<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>><</if>>" from $activeSlave.slaveName, and ask $assistantName if she'd like to DP the slave with you. + "Um, hi <<if SlaveStatsChecker.checkForLisp($activeSlave)>><<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>><<else>><<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>><</if>>" from $activeSlave.slaveName, and ask $assistantName if she'd like to DP the slave with you. <<if $assistantAppearance is "monstergirl">> "Oh yes," she purrs threateningly over the slave's moan of apprehension, and her avatar begins to stroke its dicks meaningfully. <<elseif $assistantAppearance is "shemale">> @@ -5956,7 +5956,7 @@ You tell her kindly that you understand, and that she'll be trained to address t $activeSlave.slaveName <</replace>> <<replace "#result">> - You tell her she's a sex slave, and that she needs to learn how to suck dick. <<if canTalk($activeSlave) == false && ($activeSlave.amp != 1)>>She frantically begs with gestures, pleading on her knees.<<elseif canTalk($activeSlave) == false>>She frantically mouths pleas that you leave her throat cock-free.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>She slurs, "Pleese no, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, pleese don rape my mouth, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>!"<<else>>She begs, "Please no, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, please don't rape my mouth, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!"<</if>> You make a show of considering, and then tell her that if she's extra obedient, you might let her earn a break for her throat - for now. + You tell her she's a sex slave, and that she needs to learn how to suck dick. <<if canTalk($activeSlave) == false && ($activeSlave.amp != 1)>>She frantically begs with gestures, pleading on her knees.<<elseif canTalk($activeSlave) == false>>She frantically mouths pleas that you leave her throat cock-free.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>She slurs, "Pleese no, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, pleese don rape my mouth, <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>!"<<else>>She begs, "Please no, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, please don't rape my mouth, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>!"<</if>> You make a show of considering, and then tell her that if she's extra obedient, you might let her earn a break for her throat - for now. <<if $activeSlave.vagina > 0>><<set $activeSlave.vaginalCount += 1>><<set $vaginalTotal += 1>> You tell her to lie back and spread her legs, because you're going to give her a good old fashioned missionary-position pounding. She does so with unusual obedience<<if $activeSlave.preg > 20>>, her legs hanging off the couch to give you a better angle with her pregnancy in the way<</if>>, and as you're giving her a thorough pounding, whether out of relief, gratitude, or a desire to put on a good performance, she certainly seems to be enjoying it more than usual. <<elseif $activeSlave.anus > 0>><<set $activeSlave.analCount += 1>><<set $analTotal += 1>> @@ -5977,7 +5977,7 @@ Simple problems require simple solutions - she'll get fucked in the mouth until $activeSlave.slaveName tries, she really does. But when word gets out as to the conditions of her enslavement, her users take a perverse enjoyment in being rougher than usual to evoke the exact reactions she's trying to avoid. By the third failed streak, you've started to grow bored of the spectacle, but luckily you find entertainment in conversation with those who have already been entertained by poor $activeSlave.slaveName. Before long more chairs have been brought up and an impromptu salon has been set up alongside the blowbang line. By the sixth failed streak, an enterprising citizen has set up a small bar and is serving drinks. By the ninth, you've delegated watching $activeSlave.slaveName to your assistant. You personally break the 11th streak after she reached four, to general acclaim from your newfound friends and a toast to your virility. -When the 14th streak is finally successful, there are serious talks about making these blowbang salons a regular occurrence and some backslapping directed towards you for your innovation in genteel hedonism. While you seriously doubt $activeSlave.slaveName enjoys oral sex any more than she did at the start of the day, she's certainly @@color:green;learned to keep her feelings on the matter to herself@@. She did, however, @@color:red;have quite a rough time@@ of it<<if $activeSlave.oralSkill <= 30>>, @@color:green;though she did learn a thing or two about sucking dick@@<<set $activeSlave.oralSkill += 10>><</if>>. And last of all, you and $activeSlave.slaveName did make @@color:green;quite a good impression@@ today, though for widely differing reasons. +When the 14th streak is finally successful, there are serious talks about making these blowbang salons a regular occurrence and some backslapping directed towards you for your innovation in genteel hedonism. While you seriously doubt $activeSlave.slaveName enjoys oral sex any more than she did at the start of the day, she's certainly @@color:green;learned to keep her feelings on the matter to herself@@. She did, however, @@color:red;have quite a rough time@@ of it<<if $activeSlave.oralSkill <= 30>>, though she did learn a thing or two about sucking dick.<<set $skillIncrease = 10>><<OralSkillIncrease $activeSlave>><<else>>.<</if>> And last of all, you and $activeSlave.slaveName did make @@color:green;quite a good impression@@ today, though for widely differing reasons. <<set $activeSlave.health -= 10>> <<set $activeSlave.sexualFlaw to "none">> <<set $seed to random(65,80)>> @@ -6200,10 +6200,10 @@ Your cum training tactics have two components: Cum should be linked with pleasur <<else>> nuzzling her nose against your moist cunt, she starts to eat you out like she's starving, sparing no time for subtlety, lapping up your female juices with evident relish. You run your fingers through her $activeSlave.slaveName hair, telling her she'll have to survive on pussyjuice. She replies, but you hold her head hard against you as she does, turning whatever she says into an unintelligible, delectable mumbling into your womanhood. She groans with satisfaction when you stiffen with orgasm, giving her a final gush of girlcum, <</if>> - and <<if $activeSlave.preg > 20>>hefts her gravid bulk up<<else>>gets to her feet<</if>> licking her lips and patting her <<if $activeSlave.preg > 10>>rounded <</if>>stomach. + and <<if $activeSlave.preg > 20>>hefts her gravid bulk up<<else>>gets to her feet<</if>> licking her lips and patting her <<if $activeSlave.preg > 10>>rounded <</if>>stomach. <<if $activeSlave.preg > 10>> <<if SlaveStatsChecker.checkForLisp($activeSlave)>> - "That wath thuch a big meal <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, look how full it made me!" She teases, pretending her gravid belly is filled with your fluids. + "That wath thuch a big meal <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, look how full it made me!" She teases, pretending her gravid belly is filled with your fluids. <<else>> "That was such a big meal <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, look how full it made me!" She teases, pretending her gravid belly is filled with your fluids. <</if>> @@ -6232,10 +6232,10 @@ Your cum training tactics have two components: Cum should be linked with pleasur <br><<click "Feed her">> <<replace "#name">>$activeSlave.slaveName<</replace>> <<replace "#result">> - You tell her she's a good little succubus, and you're going to feed her. <<if $activeSlave.boobs > 2000>>Reaching up under her breasts for the top edge of her outfit<<else>>Grabbing her outfit's top edge<</if>> and seizing her behind a knee with your other hand, you sling her across a convenient tabletop nearby. She spreads her legs for you, smiling with anticipation, her <<if $activeSlave.vaginaLube > 0>>cunt already soaking wet<<elseif $activeSlave.labia > 0>>prominent petals swollen with arousal<<elseif $activeSlave.clit > 0>>big bitch button stiff with arousal<<else>>cunt flushing with arousal<</if>>. She reaches down around her own ass and spreads her pussy for you, only releasing her fingertip grip on her labia when she feels you hilt yourself inside her <<if $activeSlave.vagina > 2>>cavernous<<elseif $activeSlave.vagina > 1>>comfortable<<else>>caressing<</if>> channel. You're here to rut, not make love, and you give it to her hard, forcing <<if $activeSlave.voice >= 3>>high squeals<<else>>animal grunts<</if>> out of her. She climaxes strongly, and the glorious feeling finishes you as well, bringing rope after rope of your cum jetting into her. She groans at the feeling, and as she <<if $activeSlave.preg > 20>>slowly <</if>>gets to her feet she uses a hand to transfer a taste of the mixture of your seed and <<if $PC.vagina == 1>>both of your<<else>>her<</if>> pussyjuice to her mouth. + You tell her she's a good little succubus, and you're going to feed her. <<if $activeSlave.boobs > 2000>>Reaching up under her breasts for the top edge of her outfit<<else>>Grabbing her outfit's top edge<</if>> and seizing her behind a knee with your other hand, you sling her across a convenient tabletop nearby. She spreads her legs for you, smiling with anticipation, her <<if $activeSlave.vaginaLube > 0>>cunt already soaking wet<<elseif $activeSlave.labia > 0>>prominent petals swollen with arousal<<elseif $activeSlave.clit > 0>>big bitch button stiff with arousal<<else>>cunt flushing with arousal<</if>>. She reaches down around her own ass and spreads her pussy for you, only releasing her fingertip grip on her labia when she feels you hilt yourself inside her <<if $activeSlave.vagina > 2>>cavernous<<elseif $activeSlave.vagina > 1>>comfortable<<else>>caressing<</if>> channel. You're here to rut, not make love, and you give it to her hard, forcing <<if $activeSlave.voice >= 3>>high squeals<<else>>animal grunts<</if>> out of her. She climaxes strongly, and the glorious feeling finishes you as well, bringing rope after rope of your cum jetting into her. She groans at the feeling, and as she <<if $activeSlave.preg > 20>>slowly <</if>>gets to her feet she uses a hand to transfer a taste of the mixture of your seed and <<if $PC.vagina == 1>>both of your<<else>>her<</if>> pussyjuice to her mouth. <<if $activeSlave.preg > 10>> <<if SlaveStatsChecker.checkForLisp($activeSlave)>> - "Oh <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>! I'm thwelling tho fatht with impth for you!" She teases, cradling her pregnant belly and pretending it just grew that big. + "Oh <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>! I'm thwelling tho fatht with impth for you!" She teases, cradling her pregnant belly and pretending it just grew that big. <<else>> "Oh <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>! I'm swelling so fast with imps for you!" She teases, cradling her pregnant belly and pretending it just grew that big. <</if>> @@ -6277,7 +6277,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, they can eat a man's essence by swallowing his cum or getting him to ejaculate inside their pussies." <</if>> <br><br> - You ask her whether she would like to feed off you. + You ask her whether she would like to feed off you. <<if SlaveStatsChecker.checkForLisp($activeSlave)>> "Oh yeth <<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>, pleathe. Pleathe feed me," <<else>> @@ -6404,7 +6404,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the <<set $analTotal += 1>> <</if>> <<elseif ($assistantAppearance is "businesswoman") || ($assistantAppearance is "schoolgirl")>> - being eaten out by an avatar of $activeSlave.slaveName, who is touching herself in turn. Below this, the slave herself is performing oral on a realistic fake pussy while masturbating. + being eaten out by an avatar of $activeSlave.slaveName, who is touching herself in turn. Below this, the slave herself is performing oral on a realistic fake pussy while masturbating. <<set $activeSlave.oralCount += 1>> <<set $oralTotal += 1>> <<elseif $assistantAppearance is "fairy">> @@ -6486,7 +6486,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the <<elseif $assistantAppearance is "preggololi">> "Okay," the loli says excitedly, <</if>> - and directs her to an unoccupied room with the necessary sex toys. + and directs her to an unoccupied room with the necessary sex toys. <br><br> Several minutes later, $assistantName's avatar reappears on your desk, <<if ($activeSlave.fetishKnown == 0) || ($activeSlave.fetish is "none")>> @@ -6639,7 +6639,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the <<elseif $activeSlave.fetish is "cumslut">> Knowing her tastes and wanting the intimacy of mutual pleasure, you slide your tongue into her mouth, making your kisses so frankly sexual and penetrative that you're practically making oral love at the same time as you do it missionary style. <<elseif $activeSlave.fetish is "sadist">> - You know her tastes, but by the act of this intimate missionary lovemaking, you wordlessly command her to join you for more conventional pleasures, if only for the moment. She complies with pleasure, climaxing with surprising speed; perhaps she appreciates the change. + You know her tastes, but by the act of this intimate missionary lovemaking, you wordlessly command her to join you for more conventional pleasures, if only for the moment. She complies with pleasure, climaxing with surprising speed; perhaps she appreciates the change. <<elseif $activeSlave.fetish is "masochist">> Knowing her tastes and wanting the intimacy of mutual pleasure, you nip her lower lip in your teeth with each kiss, and rake your nails across her flanks just hard enough to hurt a little. She climaxes quickly to the mixed pain and missionary intimacy. <<elseif $activeSlave.fetish is "dom">> @@ -6726,7 +6726,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the <<replace "#name">>$activeSlave.slaveName<</replace>> <<replace "#result">> <<if $PC.refreshmentType != 2>> - You tell her to hop up on the desk. She obeys promptly, <<if $activeSlave.energy > 95>>already starting to pant<<else>><<if canSee($activeSlave)>>watching you<<else>>listening<</if>> closely for further instructions<</if>>. To her complete lack of surprise, you tell her to pull her legs back and spread her hole<<if $activeSlave.vagina > -1>>s<</if>>. As she opens herself for you, she <<if canSee($activeSlave)>>sees<<else>>hears<</if>> that you're doing something with <<if $PC.refreshmentType == 0>>the $PC.refreshmentType<<elseif $PC.refreshmentType == 1>>the bottle of $PC.refreshment<<elseif $PC.refreshmentType == 2>>the plate of $PC.refreshment<<elseif $PC.refreshmentType == 3>>the bag of $PC.refreshment<<else>>the syringe of $PC.refreshment<</if>>, and <<if $activeSlave.trust > 50>>relaxes, trusting you completely<<else>>does her best to relax<</if>>. She gasps when she feels + You tell her to hop up on the desk. She obeys promptly, <<if $activeSlave.energy > 95>>already starting to pant<<else>><<if canSee($activeSlave)>>watching you<<else>>listening<</if>> closely for further instructions<</if>>. To her complete lack of surprise, you tell her to pull her legs back and spread her hole<<if $activeSlave.vagina > -1>>s<</if>>. As she opens herself for you, she <<if canSee($activeSlave)>>sees<<else>>hears<</if>> that you're doing something with <<if $PC.refreshmentType == 0>>the $PC.refreshment<<elseif $PC.refreshmentType == 1>>the bottle of $PC.refreshment<<elseif $PC.refreshmentType == 2>>the plate of $PC.refreshment<<elseif $PC.refreshmentType == 3>>the bag of $PC.refreshment<<else>>the syringe of $PC.refreshment<</if>>, and <<if $activeSlave.trust > 50>>relaxes, trusting you completely<<else>>does her best to relax<</if>>. She gasps when she feels <<if $PC.refreshmentType == 0>> the head of the lit $PC.refreshment, warm from your mouth, being gently inserted into her <<if $activeSlave.vagina > 0>>pussy<<else>>asshole<</if>>. You give her precise muscular instructions, which she does her best to obey, and before long, she's slowly smoking it using her fuckhole. Her body is very permeable there, and the effects of the it hit her very quickly. <<elseif $PC.refreshmentType == 1>> @@ -6743,7 +6743,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the nipples and dick <<elseif $PC.vagina == 1 && $PC.breasts == 1>> nipples and clit - <<elseif $PC.dick == 1>> + <<elseif $PC.dick == 1>> dick <<else>> clit @@ -6754,7 +6754,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the <<elseif $activeSlave.oralSkill > 30>> She is quite skilled with her tongue; before long, you are both cleaned off and enjoying some $PC.refreshment after the powerful orgasm she coaxed out of you. <<elseif $activeSlave.oralSkill > 10>> - She has basic skill with her tongue; before long, you are nearly cleaned of all the $PC.refreshment. With one final lick, she takes the last taste of it and brings you to climax at the same time. + She has basic skill with her tongue; before long, you are nearly cleaned of all the $PC.refreshment. With one final lick, she takes the last taste of it and brings you to climax at the same time. <<else>> She has no idea how to make this pleasurable; she is merely greedily lapping up the $PC.refreshment off your body. As she nears finishing your crotch, you grab her head and hold her to yourself until you are satisfied with her licking. <</if>> @@ -6864,7 +6864,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the poor virgin anus <</if>> <</if>> - in the dark as she begins to @@color:gold;struggle and scream.@@ She comes fully awake when she feels your rough fingers searching for and then finding her + in the dark as she begins to @@color:gold;struggle and scream.@@ She comes fully awake when she feels your rough fingers searching for and then finding her <<if ($activeSlave.vagina >= 0) && canDoVaginal($activeSlave)>>vagina<<else>>crinkled hole<</if>>, and her noise increases to the point where it becomes annoying. You stuff her face into the pillow and take her mercilessly, using the pillow to cut off her breath whenever she struggles too much, until oncoming suffocation forces her to go still and take it like a good little bitch. <br><br> @@color:mediumorchid;Sometimes dreams do come true.@@ @@ -7185,7 +7185,7 @@ She's obviously @@color:mediumaquamarine;becoming more comfortable@@ playing the <<if $eventSlave.energy > 95>> eagerly, seeing it as an opportunity to sate her urges <<else>> - dutifully, seeing it as her responsibility to break them well for you + dutifully, seeing it as her responsibility to break them well for you <</if>> as well as to get some petty revenge. <<switch $eventSlave.fetish>> diff --git a/src/uncategorized/defaultRules.tw b/src/uncategorized/defaultRules.tw index 849858d60fa97968e304f9533a52e0abdbdfde7e..07603bb9256fd958af09f6c1ac3f3fb8551a6d1a 100644 --- a/src/uncategorized/defaultRules.tw +++ b/src/uncategorized/defaultRules.tw @@ -427,7 +427,7 @@ is now _currentRule.hLength cm long. <<elseif ($activeSlave.lips <= 20)>> <<set $activeSlave.drugs to "lip injections">> <br>$activeSlave.slaveName's lips are average, so she's been put on lip growth injections. - <<elseif ($activeSlave.drugs is "lip injections") || ($activeSlave.drugs is "breast injections") || ($activeSlave.drugs is "butt injections") || ($activeSlave.drugs is "penis enhancement") || ($activeSlave.drugs is "testicle enhancement")>> + <<elseif ($activeSlave.drugs is "lip injections") || ($activeSlave.drugs is "breast injections") || ($activeSlave.drugs is "butt injections")>> <<set $activeSlave.drugs to "no drugs">> <br>$activeSlave.slaveName has reached growth targets and has been taken off growth injections. <</if>> @@ -450,7 +450,7 @@ is now _currentRule.hLength cm long. <<elseif ($activeSlave.scrotum > 0) && ($activeSlave.balls < 4) && ($activeSlave.balls > 0)>> <<set $activeSlave.drugs to "testicle enhancement">> <br>$activeSlave.slaveName's balls aren't large, so she's been put on testicle enhancement. - <<elseif ($activeSlave.drugs is "lip injections") || ($activeSlave.drugs is "breast injections") || ($activeSlave.drugs is "butt injections") || ($activeSlave.drugs is "penis enhancement") || ($activeSlave.drugs is "testicle enhancement")>> + <<elseif $activeSlave.drugs != "no drugs">> <<set $activeSlave.drugs to "no drugs">> <br>$activeSlave.slaveName has reached growth targets and has been taken off growth injections. <</if>> @@ -488,7 +488,7 @@ is now _currentRule.hLength cm long. <<elseif ($activeSlave.boobs < 24000) && (_currentRule.growth is "unlimited")>> <<set $activeSlave.drugs to "breast injections">> <br>$activeSlave.slaveName's boobs could be bigger, so she's been put on breast injections. - <<elseif ($activeSlave.drugs is "lip injections") || ($activeSlave.drugs is "breast injections") || ($activeSlave.drugs is "butt injections") || ($activeSlave.drugs is "penis enhancement") || ($activeSlave.drugs is "testicle enhancement")>> + <<elseif $activeSlave.drugs != "no drugs">> <<set $activeSlave.drugs to "no drugs">> <br>$activeSlave.slaveName has reached growth targets and has been taken off growth injections. <</if>> diff --git a/src/uncategorized/freeRangeDairyAssignmentScene.tw b/src/uncategorized/freeRangeDairyAssignmentScene.tw index 9b3f6c2a48f9fd9c329123b079703e56b2d9af6b..9870e05bfa6a56880b3519844ec80acc96ac2ab3 100644 --- a/src/uncategorized/freeRangeDairyAssignmentScene.tw +++ b/src/uncategorized/freeRangeDairyAssignmentScene.tw @@ -2,350 +2,350 @@ /* This scene wants $dairyRestraintsSetting == 0 && $activeSlave.devotion > 0 && $activeSlave.fetish != "mindbroken" */ - <<set $nextButton to "Continue">> - <<set $nextLink to $returnTo>> +<<set $nextButton to "Continue">> +<<set $nextLink to $returnTo>> - $activeSlave.slaveName reports to the dairy. - <<if $activeSlave.energy > 90 >> - She rejoices since she is actually eager to be milked. +$activeSlave.slaveName reports to the dairy. +<<if $activeSlave.energy > 90 >> +She rejoices since she is actually eager to be milked. +<</if>> +/* AROUSAL WHEN ENTERING */ +<<set $aroused to false >> +<<if $dairySlaves > 1>> +<br><br> +While walking to her designated stall, she passes the other cows currently at their milking machines. Not being hurried, she occasionally stop to watch a cow. + <<if $activeSlave.fetish is "boobs" >> + /* TODO: check if there actually are lactating cows at the dairy */ + <<set $aroused to true >> + She cannot help but to feel aroused at the view of all those udders being thoroughly milked. + <<if $activeSlave.sexualFlaw == "breast growth" >> + She is already fantasizing of having her breasts expanded to ridiculous proportions + <<if $activeSlave.lactation > 0 >>so she can produce even more milk<</if>>. + <</if>> <</if>> - /* AROUSAL WHEN ENTERING */ - <<set $aroused to false >> - <<if $dairySlaves > 1>> - <br><br> - While walking to her designated stall, she passes the other cows currently at their milking machines. Not being hurried, she occasionally stop to watch a cow. - <<if $activeSlave.fetish is "boobs" >> - /* TODO: check if there actually are lactating cows at the dairy */ - <<set $aroused to true >> - She cannot help but to feel aroused at the view of all those udders being thoroughly milked. - <<if $activeSlave.sexualFlaw == "breast growth" >> - She is already fantasizing of having her breasts expanded to ridiculous proportions - <<if $activeSlave.lactation > 0 >>so she can produce even more milk<</if>>. - <</if>> + <<if $activeSlave.fetish is "buttslut" && $dairyStimulatorsSetting == 1>> + <<set $aroused to true >> + The automatic sodomizers are currently active. They are not running on an industrial setting, but on a gentler one. Every cow's anus is filled with a dildo attached on a mechanical arm. There is a wide range of sizes. Some dildos are small and provide expert stimulation for the sensitive areas. Other cows seem to prefer forearm-length horse-cocks for more intense stimulation. The automatic thrusting speeds vary, too. Some cows are currently asleep. Their respective stimulators are comfortably resting deeply buried in their behinds. Whenever a cow reaches climax, the sodomizers can thrust at ridiculous speeds. Good thing they provide not only nutrition, but lubrication, too. + The sight of all those lovely rear-ends relentlessly reamed arouses $activeSlave.slaveName. + <<if $activeSlave.sexualFlaw == "anal addict">> + She cannot wait to be sodomized, too. <</if>> - <<if $activeSlave.fetish is "buttslut" && $dairyStimulatorsSetting == 1>> - <<set $aroused to true >> - The automatic sodomizers are currently active. They are not running on an industrial setting, but on a gentler one. Every cow's anus is filled with a dildo attached on a mechanical arm. There is a wide range of sizes. Some dildos are small and provide expert stimulation for the sensitive areas. Other cows seem to prefer forearm-length horse-cocks for more intense stimulation. The automatic thrusting speeds vary, too. Some cows are currently asleep. Their respective stimulators are comfortably resting deeply buried in their behinds. Whenever a cow reaches climax, the sodomizers can thrust at ridiculous speeds. Good thing they provide not only nutrition, but lubrication, too. - The sight of all those lovely rear-ends relentlessly reamed arouses $activeSlave.slaveName. - <<if $activeSlave.sexualFlaw == "anal addict">> - She cannot wait to be sodomized, too. + <</if>> + + <<for $i to 0; $i < $slaves.length; $i++>> + <<if $slaves[$i].assignment is "work in the dairy" && $slaves[$i].balls > 5 >> + <<set $aroused to true >> + The hyper-endowed cum-cow $slaves[$i].slaveName is a pride for the dairy. $activeSlave.slaveName stops to watch her for a while. The constant suction on her dick has her panting. She is obviously nearing climax. Soon, her eyes bulge and her muscles tense. + <<if $dairyStimulatorsSetting == 1>> + Her anus clenches around the dildo in her rear. The automatic sodomizer speeds up to give her prostate a helpful pounding. + <<else>> + Her butt-hole opens and closes. <</if>> + Her cock twitches as it begins to unload. Inhumanly large amounts of semen spurt into the receptacle which encases her dick. Her orgasm does not seem to end for minutes. The milking machine keeps her cumming longer than naturally possible. Only primal moans escape her throat. + As her orgasm finally subsides, she slumps back, grinning in post-orgasmic bliss. + All things considered, $slaves[$i].slaveName seems to be very happy with being a cow. + <<if $slaves[$i].dickTat == "bovine patterns" >>Even her dick is tattooed to look like a bull's.<</if>> + <br>"Moo", she moans lustily, imitating a cow. + <<break>> <</if>> - + <</for>> +/* TODO: watch a specific cow, e.g. lover or relative or huge-titted */ +<</if>> + +<<if $aroused == true >> +<br> +All this lewd display turns $activeSlave.slaveName on and she is almost overcome by lust. She realizes, she probably should not have taken so much interest in the other cows. + <<if $activeSlave.dick > 0 >> + She feels her blood rush into her <<if $activeSlave.dick > 8>>gargantuan<<elseif $activeSlave.dick > 6>>huge<<elseif $activeSlave.dick > 2>>fair-sized<<else>>small<</if>> dick. + <</if>> + <<if $activeSlave.vagina > -1 >> + Her pussy moistens. + <</if>> + <<if $activeSlave.lactation > 0>> + Her milk-dripping nipples stiffen. + <</if>> +<</if>> +/* AROUSAL WHEN ENTERING END*/ +<br><br> +/* GETTING IN */ +Eventually, $activeSlave.slaveName arrives at her designated milking stall. +<<set $assayedSlaveAvailable = 0>> +<<if $familyTesting == 1>> + <<if $activeSlave.father > 0>> <<for $i to 0; $i < $slaves.length; $i++>> - <<if $slaves[$i].assignment is "work in the dairy" && $slaves[$i].balls > 5 >> - <<set $aroused to true >> - The hyper-endowed cum-cow $slaves[$i].slaveName is a pride for the dairy. $activeSlave.slaveName stops to watch her for a while. The constant suction on her dick has her panting. She is obviously nearing climax. Soon, her eyes bulge and her muscles tense. - <<if $dairyStimulatorsSetting == 1>> - Her anus clenches around the dildo in her rear. The automatic sodomizer speeds up to give her prostate a helpful pounding. - <<else>> - Her butt-hole opens and closes. - <</if>> - Her cock twitches as it begins to unload. Inhumanly large amounts of semen spurt into the receptacle which encases her dick. Her orgasm does not seem to end for minutes. The milking machine keeps her cumming longer than naturally possible. Only primal moans escape her throat. - As her orgasm finally subsides, she slumps back, grinning in post-orgasmic bliss. - All things considered, $slaves[$i].slaveName seems to be very happy with being a cow. - <<if $slaves[$i].dickTat == "bovine patterns" >>Even her dick is tattooed to look like a bull's.<</if>> - <br>"Moo", she moans lustily, imitating a cow. + <<if $activeSlave.father == $slaves[$i].ID && isAvailable($slaves[$i])>> + <<set $assayedSlave to $slaves[$i]>> + <<set $assayType to "father">> <<break>> <</if>> <</for>> - /* TODO: watch a specific cow, e.g. lover or relative or huge-titted */ <</if>> - - <<if $aroused == true >> - <br> - All this lewd display turns $activeSlave.slaveName on and she is almost overcome by lust. She realizes, she probably should not have taken so much interest in the other cows. - <<if $activeSlave.dick > 0 >> - She feels her blood rush into her <<if $activeSlave.dick > 8>>gargantuan<<elseif $activeSlave.dick > 6>>huge<<elseif $activeSlave.dick > 2>>fair-sized<<else>>small<</if>> dick. - <</if>> - <<if $activeSlave.vagina > -1 >> - Her pussy moistens. - <</if>> - <<if $activeSlave.lactation > 0>> - Her milk-dripping nipples stiffen. - <</if>> + <<if $activeSlave.sisters > 0>> + <<set $relation = $slaves>> + <<set $relation.shuffle()>> + <<for $i to 0; $i < $relation.length; $i++>> + <<if areSisters($activeSlave, $relation[$i]) == 3 && isAvailable($relation[$i])>> + <<set $assayedSlave to $relation[$i]>> + <<set $assayType to "half-sister">> + <<set $relation = 0>> + <<break>> + <</if>> + <</for>> <</if>> - /* AROUSAL WHEN ENTERING END*/ - <br><br> - /* GETTING IN */ - Eventually, $activeSlave.slaveName arrives at her designated milking stall. - <<set $assayedSlaveAvailable = 0>> - <<if $familyTesting == 1>> - <<if $activeSlave.father > 0>> - <<for $i to 0; $i < $slaves.length; $i++>> - <<if $activeSlave.father == $slaves[$i].ID && isAvailable($slaves[$i])>> - <<set $assayedSlave to $slaves[$i]>> - <<set $assayType to "father">> - <<break>> - <</if>> - <</for>> - <</if>> - <<if $activeSlave.sisters > 0>> - <<set $relation = $slaves>> - <<set $relation.shuffle()>> - <<for $i to 0; $i < $relation.length; $i++>> - <<if areSisters($activeSlave, $relation[$i]) == 3 && isAvailable($relation[$i])>> - <<set $assayedSlave to $relation[$i]>> - <<set $assayType to "half-sister">> - <<set $relation = 0>> - <<break>> - <</if>> - <</for>> - <</if>> - <<if $activeSlave.mother > 0>> - <<for $i to 0; $i < $slaves.length; $i++>> - <<if $activeSlave.mother == $slaves[$i].ID && isAvailable($slaves[$i])>> - <<set $assayedSlave to $slaves[$i]>> - <<set $assayType to "mother">> - <<break>> - <</if>> - <</for>> - <</if>> - <<if $activeSlave.sisters > 0>> - <<set $relation = $slaves>> - <<set $relation.shuffle()>> - <<for $i to 0; $i < $relation.length; $i++>> - <<if areSisters($activeSlave, $relation[$i]) == 2 && isAvailable($relation[$i])>> - <<set $assayedSlave to $relation[$i]>> - <<set $assayType to "sister">> - <<set $relation = 0>> - <<break>> - <</if>> - <</for>> - <</if>> - <<if $activeSlave.daughters > 0>> - <<set $relation = $slaves>> - <<set $relation.shuffle()>> - <<for $i to 0; $i < $relation.length; $i++>> - <<if ($relation[$i].mother == $activeSlave.ID || $relation[$i].father == $activeSlave.ID) && isAvailable($relation[$i])>> - <<set $assayedSlave to $relation[$i]>> - <<set $assayType to "daughter">> - <<set $relation = 0>> - <<break>> - <</if>> - <</for>> - <</if>> - <<if $activeSlave.sisters > 0>> - <<set $relation = $slaves>> - <<set $relation.shuffle()>> - <<for $i to 0; $i < $relation.length; $i++>> - <<if areSisters($activeSlave, $relation[$i]) == 1 && isAvailable($relation[$i])>> - <<set $assayedSlave to $relation[$i]>> - <<set $assayType to "twin">> - <<set $relation = 0>> - <<break>> - <</if>> - <</for>> - <</if>> - <<else>> - <<if ($activeSlave.relation != 0)>> + <<if $activeSlave.mother > 0>> <<for $i to 0; $i < $slaves.length; $i++>> - <<if $slaves[$i].ID == $activeSlave.relationTarget >> - <<if $slaves[$i].assignment is "work in the dairy">> + <<if $activeSlave.mother == $slaves[$i].ID && isAvailable($slaves[$i])>> <<set $assayedSlave to $slaves[$i]>> - <<set $assayedSlaveAvailable = 1>> + <<set $assayType to "mother">> + <<break>> <</if>> - <<break>> - <</if>> <</for>> - <<if $assayedSlaveAvailable == 1>> - <<set $assayType to $activeSlave.relation>> - <</if>> <</if>> + <<if $activeSlave.sisters > 0>> + <<set $relation = $slaves>> + <<set $relation.shuffle()>> + <<for $i to 0; $i < $relation.length; $i++>> + <<if areSisters($activeSlave, $relation[$i]) == 2 && isAvailable($relation[$i])>> + <<set $assayedSlave to $relation[$i]>> + <<set $assayType to "sister">> + <<set $relation = 0>> + <<break>> + <</if>> + <</for>> <</if>> - <<if $assayedSlaveAvailable == 0 && $activeSlave.relationship > 0>> - <<for $i to 0; $i < $slaves.length; $i++>> - <<if $slaves[$i].ID == $activeSlave.relationshipTarget>> - <<if $slaves[$i].assignment is "work in the dairy">> - <<set $assayedSlave to $slaves[$i]>> - <<set $assayedSlaveAvailable = 1>> + <<if $activeSlave.daughters > 0>> + <<set $relation = $slaves>> + <<set $relation.shuffle()>> + <<for $i to 0; $i < $relation.length; $i++>> + <<if ($relation[$i].mother == $activeSlave.ID || $relation[$i].father == $activeSlave.ID) && isAvailable($relation[$i])>> + <<set $assayedSlave to $relation[$i]>> + <<set $assayType to "daughter">> + <<set $relation = 0>> + <<break>> <</if>> - <<break>> - <</if>> <</for>> - <<if $assayedSlaveAvailable == 1>> - <<if ($activeSlave.relationship <= 1)>> - <<set $assayType to "friend">> - <<elseif ($activeSlave.relationship <= 2)>> - <<set $assayType to "best friend">> - <<elseif ($activeSlave.relationship <= 3)>> - <<set $assayType to "fuckbuddy">> - <<elseif ($activeSlave.relationship <= 4)>> - <<set $assayType to "lover">> - <<else>> - <<set $assayType to "slave wife">> + <</if>> + <<if $activeSlave.sisters > 0>> + <<set $relation = $slaves>> + <<set $relation.shuffle()>> + <<for $i to 0; $i < $relation.length; $i++>> + <<if areSisters($activeSlave, $relation[$i]) == 1 && isAvailable($relation[$i])>> + <<set $assayedSlave to $relation[$i]>> + <<set $assayType to "twin">> + <<set $relation = 0>> + <<break>> <</if>> + <</for>> + <</if>> +<<else>> +<<if ($activeSlave.relation != 0)>> + <<for $i to 0; $i < $slaves.length; $i++>> + <<if $slaves[$i].ID == $activeSlave.relationTarget >> + <<if $slaves[$i].assignment is "work in the dairy">> + <<set $assayedSlave to $slaves[$i]>> + <<set $assayedSlaveAvailable = 1>> <</if>> + <<break>> <</if>> + <</for>> <<if $assayedSlaveAvailable == 1>> - Her $assayType $assayedSlave.slaveName is at the dairy, too. She is in the adjacent stall. The two of them are going to be milked right next to each other. + <<set $assayType to $activeSlave.relation>> <</if>> - - The only "furniture" in the stall looks like a dentist's chair. It looks very medical, but it turns out to be quite comfortable actually. She <<if $activeSlave.devotion >90>>eagerly<<elseif $activeSlave.slaveName < 40>>hesitantly<</if>> gets into the chair. - <<if $Milkmaid == 0 >> - Automated machinery springs to life, preparing her for milking. - <<else>> - Your appointed milkmaid $Milkmaid.slaveName helps $activeSlave.slaveName with installing the milking devices. - <</if>> - <<if $activeSlave.lactation > 0 >> - Suction cups are attached to her nipples. +<</if>> +<</if>> +<<if $assayedSlaveAvailable == 0 && $activeSlave.relationship > 0>> + <<for $i to 0; $i < $slaves.length; $i++>> + <<if $slaves[$i].ID == $activeSlave.relationshipTarget>> + <<if $slaves[$i].assignment is "work in the dairy">> + <<set $assayedSlave to $slaves[$i]>> + <<set $assayedSlaveAvailable = 1>> + <</if>> + <<break>> <</if>> - <<if $activeSlave.dick > 0>> - <<if $activeSlave.dick > 8>> - A huge receptacle is attached to her over-sized member. - <<elseif $activeSlave.dick > 6>> - A large cock-milker is attached to her huge dick. - <<elseif $activeSlave.dick > 2>> - A special cock-milker is attached to her dick. + <</for>> + <<if $assayedSlaveAvailable == 1>> + <<if ($activeSlave.relationship <= 1)>> + <<set $assayType to "friend">> + <<elseif ($activeSlave.relationship <= 2)>> + <<set $assayType to "best friend">> + <<elseif ($activeSlave.relationship <= 3)>> + <<set $assayType to "fuckbuddy">> + <<elseif ($activeSlave.relationship <= 4)>> + <<set $assayType to "lover">> <<else>> - A suction cup is attached to her small dicklet. Due to the embarrassingly small size of her penis, the very kind of cup is used that normally goes on nipples. + <<set $assayType to "slave wife">> <</if>> <</if>> - <br/> +<</if>> +<<if $assayedSlaveAvailable == 1>> + Her $assayType $assayedSlave.slaveName is at the dairy, too. She is in the adjacent stall. The two of them are going to be milked right next to each other. +<</if>> + +The only "furniture" in the stall looks like a dentist's chair. It looks very medical, but it turns out to be quite comfortable actually. She <<if $activeSlave.devotion >90>>eagerly<<elseif $activeSlave.slaveName < 40>>hesitantly<</if>> gets into the chair. +<<if $Milkmaid == 0 >> +Automated machinery springs to life, preparing her for milking. +<<else>> +Your appointed milkmaid $Milkmaid.slaveName helps $activeSlave.slaveName with installing the milking devices. +<</if>> +<<if $activeSlave.lactation > 0 >> +Suction cups are attached to her nipples. +<</if>> +<<if $activeSlave.dick > 0>> + <<if $activeSlave.dick > 8>> + A huge receptacle is attached to her over-sized member. + <<elseif $activeSlave.dick > 6>> + A large cock-milker is attached to her huge dick. + <<elseif $activeSlave.dick > 2>> + A special cock-milker is attached to her dick. + <<else>> + A suction cup is attached to her small dicklet. Due to the embarrassingly small size of her penis, the very kind of cup is used that normally goes on nipples. + <</if>> +<</if>> +<br/> +<<if $dairyFeedersSetting == 1 >> +Near the headrest of the chair, an artificial phallus is installed. The cow can easily reach it with her mouth. The phallus provides hydration and nutrition when sucked. The supplement consists of excess- or low-quality milk and cum from the dairy itself as well as aphrodisiacs and hormones enhancing lactation and semen production. + <<if $activeSlave.sexualFlaw == "cum addict" || $activeSlave.fetish == "cumslut">> + $activeSlave.slaveName eagerly shoves the artificial phallus into her mouth. She gives it an experimental suckle. To her joy, she soon is rewarded with a fresh spurt of semen-like nutrition supplement. Then she readjusts the holder to keep the phallus lodged in her mouth, effectively forcing herself to keep sucking the artificial dick. + <</if>> +<</if>> +<br/> +The milking chair comes with a small screen, providing mental stimulation for the cow. It is highly pornographic, of course. It also includes live-streams of close-ups from the cow's being milked or their orifices being penetrated. $activeSlave.slaveName selects her favorite program. It features + <<if $activeSlave.attrXY > $activeSlave.attrXX <= 5 || $activeSlave.behavioralQuirk == "adores men">> + men +<<else>> + women +<</if>> +<<if ($activeSlave.fetish is "submissive") >> + submitting to their sexual partners. +<<elseif ($activeSlave.fetish is "cumslut") >> + sucking dick for all it's worth. <<if $dairyFeedersSetting == 1 >> - Near the headrest of the chair, an artificial phallus is installed. The cow can easily reach it with her mouth. The phallus provides hydration and nutrition when sucked. The supplement consists of excess- or low-quality milk and cum from the dairy itself as well as aphrodisiacs and hormones enhancing lactation and semen production. - <<if $activeSlave.sexualFlaw == "cum addict" || $activeSlave.fetish == "cumslut">> - $activeSlave.slaveName eagerly shoves the artificial phallus into her mouth. She gives it an experimental suckle. To her joy, she soon is rewarded with a fresh spurt of semen-like nutrition supplement. Then she readjusts the holder to keep the phallus lodged in her mouth, effectively forcing herself to keep sucking the artificial dick. - <</if>> + The dairy feeders ejaculations are synced with the events in the video. $activeSlave.slaveName receives a load of cum-like nutrition every time a dick shoots. It really draws her into the pornography. <</if>> - <br/> - The milking chair comes with a small screen, providing mental stimulation for the cow. It is highly pornographic, of course. It also includes live-streams of close-ups from the cow's being milked or their orifices being penetrated. $activeSlave.slaveName selects her favorite program. It features - <<if $activeSlave.attrXY > $activeSlave.attrXX <= 5 || $activeSlave.behavioralQuirk == "adores men">> - men - <<else>> - women +<<elseif ($activeSlave.fetish is "humiliation") >> + being humiliated. +<<elseif ($activeSlave.fetish is "buttslut") >> + being fucked in the ass. + <<if $dairyStimulatorsSetting == 1>> + The dairy stimulators are synced to the videos. The automatic sodomizers thrust in exactly the same way as the dicks or dildos in the video. $activeSlave.slaveName is amazed by this advanced pornography. It feels like it was her being fucked in the videos all over. <</if>> - <<if ($activeSlave.fetish is "submissive") >> - submitting to their sexual partners. - <<elseif ($activeSlave.fetish is "cumslut") >> - sucking dick for all it's worth. - <<if $dairyFeedersSetting == 1 >> - The dairy feeders ejaculations are synced with the events in the video. $activeSlave.slaveName receives a load of cum-like nutrition every time a dick shoots. It really draws her into the pornography. - <</if>> - <<elseif ($activeSlave.fetish is "humiliation") >> - being humiliated. - <<elseif ($activeSlave.fetish is "buttslut") >> - being fucked in the ass. - <<if $dairyStimulatorsSetting == 1>> - The dairy stimulators are synced to the videos. The automatic sodomizers thrust in exactly the same way as the dicks or dildos in the video. $activeSlave.slaveName is amazed by this advanced pornography. It feels like it was her being fucked in the videos all over. - <</if>> - <<elseif ($activeSlave.fetish is "dom") >> - dominating their sexual partners. - <<elseif ($activeSlave.fetish is "masochist") >> - being flogged. - <<elseif ($activeSlave.fetish is "sadist") >> - abusing their sexual partners. - <<elseif ($activeSlave.fetish is "pregnancy") >> - <<if $activeSlave.attrXY > $activeSlave.attrXX <= 5 || $activeSlave.behavioralQuirk == "adores men">> - fucking pregnant women. +<<elseif ($activeSlave.fetish is "dom") >> + dominating their sexual partners. +<<elseif ($activeSlave.fetish is "masochist") >> + being flogged. +<<elseif ($activeSlave.fetish is "sadist") >> + abusing their sexual partners. +<<elseif ($activeSlave.fetish is "pregnancy") >> + <<if $activeSlave.attrXY > $activeSlave.attrXX <= 5 || $activeSlave.behavioralQuirk == "adores men">> + fucking pregnant women. + <<else>> + being fucked while pregnant. + <</if>> +<<else>> + engaging in vanilla intercourse. +<</if>> +<br><br> +Sexual stimulation increases product output. +<<if $Milkmaid == 0 && $dairyStimulatorsSetting == 0 >> +Unfortunately, there is neither a milkmaid providing personal assistance nor automatic sodomizers installed in your dairy.<br/> +<<else>> + <<if $Milkmaid != 0 >> + Your milkmaid $Milkmaid.slaveName is working in the dairy. Whenever a cow needs her assistance, she is happy to help. + <<if $Milkmaid.dick > 1 && canAchieveErection($Milkmaid) >> + Most often, she uses her cock to penetrate the cows. <<else>> - being fucked while pregnant. + Lacking penile equipment of appropriate size, she relies on her tongue to stimulate the cow's sexual organs. <</if>> - <<else>> - engaging in vanilla intercourse. + She is quite skilled in giving mammary massages, too. + <br/> <</if>> - <br><br> - Sexual stimulation increases product output. - <<if $Milkmaid == 0 && $dairyStimulatorsSetting == 0 >> - Unfortunately, there is neither a milkmaid providing personal assistance nor automatic sodomizers installed in your dairy.<br/> - <<else>> - <<if $Milkmaid != 0 >> - Your milkmaid $Milkmaid.slaveName is working in the dairy. Whenever a cow needs her assistance, she is happy to help. - <<if $Milkmaid.dick > 1 && canAchieveErection($Milkmaid) >> - Most often, she uses her cock to penetrate the cows. + <<if $dairyStimulatorsSetting > 0 >> + Automated sodomizers help the cows produce by penetrating their anuses. The milking chairs built-in sensors measure $activeSlave.slaveName's anal capacity. + <<if $activeSlave.anus == 0 >> + The machine detects an unused rear-end. In order to protect the her anal virginity, the automatic sodomizer stays inactive. + <<else>> + In order to provide adequate stimulation for her + <<if $activeSlave.anus > 3 >> + gaping anus, the automatic sodomizer is equipped with a gigantic horse-like phallus. It wobbles menacingly. + <<elseif $activeSlave.anus > 2 >> + well-used rear-end, the automatic sodomizer is equipped with a large phallus. It is nicely ribbed for extra stimulation. <<else>> - Lacking penile equipment of appropriate size, she relies on her tongue to stimulate the cow's sexual organs. + anus, the automatic sodomizer is equipped with a decent silicone phallus. <</if>> - She is quite skilled in giving mammary massages, too. - <br/> - <</if>> - <<if $dairyStimulatorsSetting > 0 >> - Automated sodomizers help the cows produce by penetrating their anuses. The milking chairs built-in sensors measure $activeSlave.slaveName's anal capacity. - <<if $activeSlave.anus == 0 >> - The machine detects an unused rear-end. In order to protect the her anal virginity, the automatic sodomizer stays inactive. - <<else>> - In order to provide adequate stimulation for her - <<if $activeSlave.anus > 3 >> - gaping anus, the automatic sodomizer is equipped with a gigantic horse-like phallus. It wobbles menacingly. - <<elseif $activeSlave.anus > 2 >> - well-used rear-end, the automatic sodomizer is equipped with a large phallus. It is nicely ribbed for extra stimulation. - <<else>> - anus, the automatic sodomizer is equipped with a decent silicone phallus. - <</if>> - Lubrication spurts from a hole at the tip, giving the artificial phallus a very lifelike pre-dripping look. Gently, the mechanical arm pushes the phallus into $activeSlave.slaveName's behind. - <<if $activeSlave.fetish is "buttslut" || $activeSlave.sexualFlaw == "anal addict">> - She shudders with joy. - <</if>> - Soon, the automatic sodomizer pumps the dildo in and out of her butt-hole. - <<if $activeSlave.balls > 0 >> - Her <<if $activeSlave.balls > 5 >>massive<</if>> balls swing back and forth. - <</if>> - <<if $activeSlave.dick > 0 >> - The dildo stimulates her prostate perfectly. Pre-cum begins to leak from her cock. - /* TODO: the next lines feel non-canon */ - The milking machine remains at this setting for longer than normal. Pre-cum is considered a delicacy and is harvested as much as possible before having a negative impact on cum production. - <</if>> + Lubrication spurts from a hole at the tip, giving the artificial phallus a very lifelike pre-dripping look. Gently, the mechanical arm pushes the phallus into $activeSlave.slaveName's behind. + <<if $activeSlave.fetish is "buttslut" || $activeSlave.sexualFlaw == "anal addict">> + She shudders with joy. + <</if>> + Soon, the automatic sodomizer pumps the dildo in and out of her butt-hole. + <<if $activeSlave.balls > 0 >> + Her <<if $activeSlave.balls > 5 >>massive<</if>> balls swing back and forth. + <</if>> + <<if $activeSlave.dick > 0 >> + The dildo stimulates her prostate perfectly. Pre-cum begins to leak from her cock. + /* TODO: the next lines feel non-canon */ + The milking machine remains at this setting for longer than normal. Pre-cum is considered a delicacy and is harvested as much as possible before having a negative impact on cum production. <</if>> - <br> <</if>> + <br> <</if>> - /* GETTING IN END */ - <br> - /* MILKING ROUTINE */ - <<if $activeSlave.lactation > 0 >> - The milking cups on her nipples begin to pulse rhythmically. Soon, a steady flow of breast-milk is sucked away into the storage tanks. +<</if>> +/* GETTING IN END */ +<br> +/* MILKING ROUTINE */ +<<if $activeSlave.lactation > 0 >> +The milking cups on her nipples begin to pulse rhythmically. Soon, a steady flow of breast-milk is sucked away into the storage tanks. +<</if>> +<<if $activeSlave.dick > 0 >> +The milking machine uses suction to draw her dick into the receptacle. + <<if $activeSlave.dick > 8 >> + She is on the verge of passing out as most of her blood volume rushes into her dick. She cannot possibly reach a full erection without the machines help. She fights to stay awake so she can enjoy her behemothial cock at throbbing hardness. + <<elseif $activeSlave.dick > 6 >> + She feels dizzy as most of her blood volume rushes into her dick. It is not easy for her body to maintain an erection. But with the machine's help, she can produce a full throbbing hard-on. + <<else>> + It brings her to a full, throbbing erection within seconds. <</if>> +The machine strokes her dick mechanically, but very pleasurable. +<</if>> +It does not take long for $activeSlave.slaveName to reach her first orgasm of many. Her muscles tense. <<if $activeSlave.dick > 0 >> - The milking machine uses suction to draw her dick into the receptacle. - <<if $activeSlave.dick > 8 >> - She is on the verge of passing out as most of her blood volume rushes into her dick. She cannot possibly reach a full erection without the machines help. She fights to stay awake so she can enjoy her behemothial cock at throbbing hardness. - <<elseif $activeSlave.dick > 6 >> - She feels dizzy as most of her blood volume rushes into her dick. It is not easy for her body to maintain an erection. But with the machine's help, she can produce a full throbbing hard-on. + Her <<if $activeSlave.balls > 5 >>cum-engorged<</if>> balls draw up. + Her <<if $activeSlave.dick > 8 >>gargantuan member<<elseif $activeSlave.dick > 6 >>huge cock<<else>>dick<</if>> twitches and flexes within its receptacle. + <<if $activeSlave.balls > 5 >> + The copious ejeaculation from her over-sized balls give the machine something to work on. + <<elseif $activeSlave.balls > 0 >> + Her ejaculate is quickly sucked away. <<else>> - It brings her to a full, throbbing erection within seconds. + Her ballslessness impedes cum-production, but ejaculating feels nice, anyway. <</if>> - The machine strokes her dick mechanically, but very pleasurable. <</if>> - It does not take long for $activeSlave.slaveName to reach her first orgasm of many. Her muscles tense. - <<if $activeSlave.dick > 0 >> - Her <<if $activeSlave.balls > 5 >>cum-engorged<</if>> balls draw up. - Her <<if $activeSlave.dick > 8 >>gargantuan member<<elseif $activeSlave.dick > 6 >>huge cock<<else>>dick<</if>> twitches and flexes within its receptacle. - <<if $activeSlave.balls > 5 >> - The copious ejeaculation from her over-sized balls give the machine something to work on. - <<elseif $activeSlave.balls > 0 >> - Her ejaculate is quickly sucked away. - <<else>> - Her ballslessness impedes cum-production, but ejaculating feels nice, anyway. - <</if>> - <</if>> - <<if $activeSlave.lactation > 0 >> - The milking cups on her nipples switch from rhythmic pulsing into intense suction. Aided by her orgasm, she seems to ejaculate milk - <<if $activeSlave.boobs > 10000 >> - in absurdly large amounts. Her gargantuan breasts do not seem to get less milk-laden for a long time. - <<elseif $activeSlave.boobs > 5000 >> - in a large amount. Her huge breasts can provide liters of milk. - <<elseif $activeSlave.boobs > 1000 >> - in a fair amount. Her large breasts can store an impressive volume of milk. - <<elseif $activeSlave.boobs > 500 >> - enough for whitening a cup of coffee. Her average breasts cannot store much more. - <<else>> - for a short time. Her small tits cannot dispense much milk at once. - <</if>> - <</if>> - <br><br> - With the first milking cycle being over, $activeSlave.slaveName drifts into a relaxing slumber. - <<if $dairyFeedersSetting == 1 && ($activeSlave.sexualFlaw == "cum addict" || $activeSlave.fetish == "cumslut") >> - She grins madly around the phallus she stuffed in her mouth. - <</if>> - <<if $activeSlave.lactation > 0 >> - The milking cups on her nipples pulse slower and with less vigor. The lactation never fully subsides. The steady but gentle suction helps increasing milk production without actually draining the breasts. - <</if>> - <<if $activeSlave.dick > 0 >> - The suction on her dick stops, allowing her abused member to go soft and have some rest. - <</if>> - <<if $activeSlave.balls > 0 && $activeSlave.scrotum > 0 >> - Her balls rest, dangling down and relieved. They already started to produce more cum. They seem to wait for their next chance to unload. +<<if $activeSlave.lactation > 0 >> +The milking cups on her nipples switch from rhythmic pulsing into intense suction. Aided by her orgasm, she seems to ejaculate milk + <<if $activeSlave.boobs > 10000 >> + in absurdly large amounts. Her gargantuan breasts do not seem to get less milk-laden for a long time. + <<elseif $activeSlave.boobs > 5000 >> + in a large amount. Her huge breasts can provide liters of milk. + <<elseif $activeSlave.boobs > 1000 >> + in a fair amount. Her large breasts can store an impressive volume of milk. + <<elseif $activeSlave.boobs > 500 >> + enough for whitening a cup of coffee. Her average breasts cannot store much more. + <<else>> + for a short time. Her small tits cannot dispense much milk at once. <</if>> - <br><br> - The next milking cycle will start soon. - /* MILKING ROUTINE END */ +<</if>> +<br><br> +With the first milking cycle being over, $activeSlave.slaveName drifts into a relaxing slumber. +<<if $dairyFeedersSetting == 1 && ($activeSlave.sexualFlaw == "cum addict" || $activeSlave.fetish == "cumslut") >> +She grins madly around the phallus she stuffed in her mouth. +<</if>> +<<if $activeSlave.lactation > 0 >> +The milking cups on her nipples pulse slower and with less vigor. The lactation never fully subsides. The steady but gentle suction helps increasing milk production without actually draining the breasts. +<</if>> +<<if $activeSlave.dick > 0 >> +The suction on her dick stops, allowing her abused member to go soft and have some rest. +<</if>> +<<if $activeSlave.balls > 0 && $activeSlave.scrotum > 0 >> +Her balls rest, dangling down and relieved. They already started to produce more cum. They seem to wait for their next chance to unload. +<</if>> +<br><br> +The next milking cycle will start soon. +/* MILKING ROUTINE END */ diff --git a/src/uncategorized/masterSuiteReport.tw b/src/uncategorized/masterSuiteReport.tw index 9078201082da770a47a7fc303c6d5ac4156a2ff1..4b8b86d25cbbb20867aba9c7c3db730de2ef1649 100644 --- a/src/uncategorized/masterSuiteReport.tw +++ b/src/uncategorized/masterSuiteReport.tw @@ -249,7 +249,7 @@ The level of sexual energy in the suite is <<set $slaves[$i].fetishStrength += 4>> <<else>> <<if $verboseDescriptions == 1>>She<<else>>$slaves[$i].slaveName<</if>> @@color:lightcoral;becomes sexually submissive@@ after the many dominant slaves in the fuckpit hold her down and use her for their pleasure. - <<set $slaves[$i].fetish to "dom">> + <<set $slaves[$i].fetish to "sub">> <<set $slaves[$i].fetishStrength = 65>> <</if>> <<elseif ($masterSuiteAverageSadism < 50) && ($fetishChangeChance > random(0,50))>> @@ -323,24 +323,30 @@ The level of sexual energy in the suite is <<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. */ - <<if ($slaves[$i].devotion <= 20) && ($masterSuitePregnancySlaveLuxuries == 0)>> - <<set $slaves[$i].devotion += 1>> - <<elseif ($slaves[$i].devotion <= 20) && ($masterSuitePregnancySlaveLuxuries == 1)>> - <<set $slaves[$i].devotion += 25>> + <<if ($slaves[$i].devotion <= 100)>> + <<if ($masterSuitePregnancySlaveLuxuries == 0)>> + <<set $slaves[$i].devotion += 2>> + <<else>> + <<set $slaves[$i].devotion += 5>> + <</if>> <</if>> /* If they're preggo and in the upgraded suite, give them extra trust. More if they're being given lighter duties. */ - <<if ($slaves[$i].trust < 20) && ($masterSuitePregnancySlaveLuxuries == 0)>> - <<set $slaves[$i].trust += 1>> - <<elseif ($slaves[$i].devotion <= 20) && ($masterSuitePregnancySlaveLuxuries == 1)>> - <<set $slaves[$i].trust += 25>> + <<if ($slaves[$i].trust <= 100)>> + <<if ($masterSuitePregnancySlaveLuxuries == 0)>> + <<set $slaves[$i].trust += 2>> + <<else>> + <<set $slaves[$i].trust += 5>> + <</if>> <</if>> /* If they're preggo and in the upgraded suite, give them extra health. More if they're being given lighter duties. */ + <<if ($slaves[$i].health < 100)>> <<if ($slaves[$i].health < 100) && ($masterSuitePregnancySlaveLuxuries == 0)>> <<set $slaves[$i].health += 15>> - <<elseif ($slaves[$i].devotion <= 20) && ($masterSuitePregnancySlaveLuxuries == 1)>> + <<else>> <<set $slaves[$i].health += 25>> <</if>> <</if>> + <</if>> <</if>> <</if>> diff --git a/src/uncategorized/matchmaking.tw b/src/uncategorized/matchmaking.tw index e01d7204460fa808df410b6deb6aaa988e0e3178..b82867a8702edd50c2a998804a7112dea509165c 100644 --- a/src/uncategorized/matchmaking.tw +++ b/src/uncategorized/matchmaking.tw @@ -29,7 +29,7 @@ Of course, you could marry her yourself, since you've decide to enable marriage <<set $weddingSlaveID to $eventSlave.ID>> -You tell $eventSlave.slaveName that you're going to marry her. (A proposal, of course, would be inappropriate, even in so enlightened a place as your arcology.) You're not exactly lacking in ways to make <<if $eventSlave.age > 30>>women<<else>>girls<</if>> burst into tears, but this one is unusually effective. When she's gotten herself under control again, <<if $eventSlave.amp == 1>>looking somewhat embarrassed that she can't wipe her own tears<<else>>distractedly cuffing away her tears<</if>> and consciously breathing deeply, +You tell $eventSlave.slaveName that you're going to marry her. (A proposal, of course, would be inappropriate, even in so enlightened a place as your arcology.) You're not exactly lacking in ways to make <<if $eventSlave.actualAge > 30>>women<<else>>girls<</if>> burst into tears, but this one is unusually effective. When she's gotten herself under control again, <<if $eventSlave.amp == 1>>looking somewhat embarrassed that she can't wipe her own tears<<else>>distractedly cuffing away her tears<</if>> and consciously breathing deeply, <<if canTalk($eventSlave)>> she says, "Thank you, <<if $PC.title == 0>><<if SlaveStatsChecker.checkForLisp($eventSlave)>>Mithtreth<<else>>Mistress<</if>><<else>><<if SlaveStatsChecker.checkForLisp($eventSlave)>>Mathter<<else>>Master<</if>><</if>>. I am going to do my <<if SlaveStatsChecker.checkForLisp($eventSlave)>>betht<<else>>best<</if>> to be a <<if ($eventSlave.fetishKnown == 1) && ($eventSlave.fetishStrength > 60)>> diff --git a/src/uncategorized/options.tw b/src/uncategorized/options.tw index 2446ecf991184dc64c98c2881a9932eb6649af33..68d0015a0d0d027fe11e1dff95132f01362ce269 100644 --- a/src/uncategorized/options.tw +++ b/src/uncategorized/options.tw @@ -16,12 +16,18 @@ End of week autosaving is currently @@color:cyan;ENABLED@@. [[Disable|Options][$ <br><br> Slave images -<<if ($seeImages == 1)>> +<<if $seeImages == 1>> @@color:cyan;ENABLED@@. [[Disable|Options][$seeImages to 0]] + <br> + Slave summary fetish images + <<if $seeMainFetishes == 1>> + @@color:cyan;ENABLED@@. [[Disable|Options][$seeMainFetishes to 0]] + <<else>> + @@color:red;DISABLED@@. [[Enable|Options][$seeMainFetishes to 1]] + <</if>> <<else>> -@@color:red;DISABLED@@. [[Enable|Options][$seeImages to 1]] +@@color:red;DISABLED@@. [[Enable|Options][$seeImages to 1]] //Requires imagepack.// <</if>> -//Requires imagepack.// <br><br> diff --git a/src/uncategorized/pCoupAttempt.tw b/src/uncategorized/pCoupAttempt.tw index 1435e11103c417a86ee92b9a9ce0fa41a5ab0f93..76c6f52853dbd28ab6274acf8e14196ba733236c 100644 --- a/src/uncategorized/pCoupAttempt.tw +++ b/src/uncategorized/pCoupAttempt.tw @@ -155,7 +155,7 @@ You are awakened in the middle of the night by a jolt that shakes the entire arc <<if $slaves[$i].origin is "She is an enslaved Daughter of Liberty.">> <<slaveCost $slaves[$i]>> <<set $cash += $slaveCost>> - <<set $dump to $slaves.pluck([$i], [$i])>> + <<set $dump to $slaves.pluck([$i], [$i])>><<set $i-->> <</if>> <</for>> Prisoners sold. diff --git a/src/uncategorized/pInvasion.tw b/src/uncategorized/pInvasion.tw index 167a806333fbf58fdb59b5e5d44cae2bd7a6e5f1..c22d1c653e11553ac379dd4c4178e3dbb16b2c27 100644 --- a/src/uncategorized/pInvasion.tw +++ b/src/uncategorized/pInvasion.tw @@ -104,7 +104,7 @@ The loose militia lately organized by the arcology owners has been called out to <<if $slaves[$i].origin is "She is an enslaved prisoner of war.">> <<slaveCost $slaves[$i]>> <<set $cash += $slaveCost>> - <<set $dump to $slaves.pluck([$i], [$i])>> + <<set $dump to $slaves.pluck([$i], [$i])>><<set $i-->> <<set $i-->> <</if>> <</for>> @@ -117,7 +117,7 @@ The loose militia lately organized by the arcology owners has been called out to <<if $slaves[$i].origin is "She is an enslaved prisoner of war.">> <<slaveCost $slaves[$i]>> <<set $rep += Math.trunc($slaveCost/10)>> - <<set $dump to $slaves.pluck([$i], [$i])>> + <<set $dump to $slaves.pluck([$i], [$i])>><<set $i-->> <</if>> <</for>> Prisoners @@color:green;given away.@@ diff --git a/src/uncategorized/pRaidResult.tw b/src/uncategorized/pRaidResult.tw index cf37f02f209677c70cd7575419768b02d3fd9f6f..1e1ee9ee01863399f0091682d0d604488ea12fea 100644 --- a/src/uncategorized/pRaidResult.tw +++ b/src/uncategorized/pRaidResult.tw @@ -65,7 +65,7 @@ Out ahead of the main body of refugees there is a small knot moving quickly and <<if ($slaves[$i].origin is "She is an enslaved refugee who participated in the defeated attack on your arcology.") || ($slaves[$i].origin is "She is an enslaved refugee.") || ($slaves[$i].origin is "She is an enslaved refugee who was wounded in the defeated attack on your arcology.")>> <<slaveCost $slaves[$i]>> <<set $cash += $slaveCost>> - <<set $dump to $slaves.pluck([$i], [$i])>> + <<set $dump to $slaves.pluck([$i], [$i])>><<set $i-->> <</if>> <</for>> Prisoners sold. @@ -77,7 +77,7 @@ Out ahead of the main body of refugees there is a small knot moving quickly and <<if ($slaves[$i].origin is "She is an enslaved refugee who participated in the defeated attack on your arcology.") || ($slaves[$i].origin is "She is an enslaved refugee.") || ($slaves[$i].origin is "She is an enslaved refugee who was wounded in the defeated attack on your arcology.")>> <<slaveCost $slaves[$i]>> <<set $rep += Math.trunc($slaveCost/10)>> - <<set $dump to $slaves.pluck([$i], [$i])>> + <<set $dump to $slaves.pluck([$i], [$i])>><<set $i-->> <</if>> <</for>> Prisoners @@color:green;given away.@@ diff --git a/src/uncategorized/pePitFight.tw b/src/uncategorized/pePitFight.tw index 5348f3fbf4074954169175351789e8c8b8eaad59..7e5379c8f1bca50d270e58ff6ad366ab10d99b4b 100644 --- a/src/uncategorized/pePitFight.tw +++ b/src/uncategorized/pePitFight.tw @@ -1,166 +1,166 @@ -:: PE pit fight - -<<nobr>> - -<<set $nextButton to "Continue">> -<<set $nextLink to "RIE Eligibility Check">> - -<<if $activeSlave.ID != $Bodyguard.ID>> -<<for $i to 0; $i < $slaves.length; $i++>> -<<if $Bodyguard.ID == $slaves[$i].ID>> -<<set $activeSlave to $slaves[$i]>> -<</if>> -<</for>> -<</if>> - -<<Deadliness $activeSlave>> - -<<set $PPit to 0>> - -<</nobr>>\ -\ -<<nobr>> - -It's time for the fight. It will take place in a back room of a well respected club. There is a ring set into the floor, and space for a handful of spectators, but the setup is quite Spartan. The sport is just getting off the ground. <span id="name"><<print "[[$activeSlave.slaveName|Long Slave Description][$nextLink to passage(), $eventDescription to 1]]">></span> is first to walk into the ring. She's stark naked and is carrying a simple single-edged straight sword, identical to the one her opponent will be using. The fight will be fair. - -<</nobr>> - -<<nobr>> - -Across the ring, her opponent's owner nods civilly to you and examines $activeSlave.slaveName. - -<<if $activeSlave.combatSkill > 0>> - Her combat skills greatly increase her deadliness. -<</if>> - -<<if $activeSlave.muscles > 95 && $activeSlave.height >= 185>> - Her huge muscles are an intimidating sight and, despite their massive size, she is tall enough to not be hindered by them. -<<elseif $activeSlave.muscles > 95>> - Her huge muscles are an intimidating sight, but may hinder her flexibility. -<<elseif $activeSlave.muscles > 30>> - Her muscles are a trim and powerful sight. -<</if>> - -<<if $activeSlave.height >= 170>> - Her height gives her a reach advantage with her sword. -<</if>> - -<<if $activeSlave.health > 50>> - Her shining health makes her a better combatant. -<</if>> - -<<if $activeSlave.weight > 30>> - Her heavy weight is an impediment as a pit fighter. -<</if>> - -<<if $activeSlave.weight < -10>> - Her light weight is an impediment as a pit fighter. -<</if>> - -<<if $activeSlave.health < -50>> - Her poor health makes her a weaker combatant. -<</if>> - -<<if $activeSlave.inflation == 3>> - Her hugely bloated, <<print $activeSlave.inflationType>>-filled belly is taut and painful, hindering her ability to fight. -<<elseif $activeSlave.inflation == 2>> - Her bloated, <<print $activeSlave.inflationType>>-stuffed belly is constantly jiggling and moving, distracting her and throwing off her weight. -<<elseif $activeSlave.inflation == 1>> - Her distended, <<print $activeSlave.inflationType>>-belly is uncomfortable and heavy, distracting her. -<</if>> - -<<if $activeSlave.bellyImplant >= 32000>> - Her immense, <<print $activeSlave.bellyImplant>>cc implant filled belly is extremely heavy, unwieldy and an easy target, practically damning her in combat. -<<elseif $activeSlave.bellyImplant >= 16000>> - Her massive, <<print $activeSlave.bellyImplant>>cc implant filled belly is extremely heavy, unwieldy and an easy target, practically damning her in combat. -<<elseif $activeSlave.bellyImplant >= 8000>> - Her huge, <<print $activeSlave.bellyImplant>>cc implant filled belly is very heavy and unwieldy, throwing off her weight and making her far less effective. -<<elseif $activeSlave.bellyImplant >= 4000>> - Her large, <<print $activeSlave.bellyImplant>>cc implant filled belly is heavy and unwieldy, rendering her less effective. -<<elseif $activeSlave.bellyImplant >= 2000>> - Her swollen, <<print $activeSlave.bellyImplant>>cc implant filled belly is heavy and makes her less effective. -<</if>> - -<<if $activeSlave.preg > 10>> - <<if $activeSlave.pregType >= 20>> - Her massive belly is nearly a guaranteed loss, she can barely stand let alone fight. - <<elseif $activeSlave.pregType >= 10>> - Her huge belly is unwieldy and hinders her efforts. - <<else>> - Her advanced pregnancy makes her much less effective. - <</if>> -<</if>> - -<<if $deadliness > 5>> - $activeSlave.slaveName seems supremely confident, even eager to please you. -<<elseif $deadliness > 3>> - $activeSlave.slaveName seems nervous, but steels herself to fight for you. -<<elseif $deadliness > 1>> - $activeSlave.slaveName seems terrified, and barely controls herself. -<<else>> - $activeSlave.slaveName is obviously terrified, and might flee if there were a way out of the pit. -<</if>> - -Finally, her opponent enters as well. - -<<set $seed to random(1,100)>> -<<if $seed > 80>> - She is a huge, muscular Amazon filled with confidence. - <<set $opponent to 5>> -<<elseif $seed > 60>> - She is a short but muscular shemale, trying to look confident. - <<set $opponent to 4>> -<<elseif $seed > 40>> - She is a tall, thin woman covered in ropy muscle, trying to hide her terror. - <<set $opponent to 3>> -<<elseif $seed > 20>> - She is an decent-looking slave, physically fit but obviously scared. - <<set $opponent to 2>> -<<else>> - She is an average looking slave, so frightened there's urine running down her leg. She must have annoyed her master to earn this. - <<set $opponent to 1>> -<</if>> - -The umpire announces gravely that the fight is to the death and rings a bell. - -<</nobr>> - -<<nobr>> - -<<if $deadliness > ($opponent + 1)>> - $activeSlave.slaveName senses that she is greatly superior, and decides to make a quick end before her opponent can try something foolish. She feints high and stabs low; her enemy just manages to parry the low stab, but is so much weaker that $activeSlave.slaveName simply overpowers her, so that she falls onto her back with the force of the clash. $activeSlave.slaveName takes one step forward and runs her sword through the prostrate slave's heart. This victory has @@color:green;won you some renown@@ and @@color:yellowgreen;a sum of money@@ from each of the spectators. - <<set $rep += 500>> - <<set $cash += 5000>> - <<set $activeSlave.pitKills += 1>> - <<set $pitKillsTotal += 1>> -<<elseif $deadliness > ($opponent)>> - The combat is long and exhausting. $activeSlave.slaveName and her opponent are closely matched in terms of skill, so neither takes foolish risks and a protracted, bloody fight results as both slaves take horrible but non-lifethreatening cuts. Finally, $activeSlave.slaveName's superior physical condition wins out and her opponent falls from exhaustion and blood loss. $activeSlave.slaveName stumbles over to open her throat. This victory has @@color:green;won you some renown@@ and @@color:yellowgreen;a sum of money@@ from each of the spectators, though $activeSlave.slaveName is @@color:red;badly hurt.@@ - <<set $rep += 500>> - <<set $cash += 5000>> - <<set $activeSlave.health = -50>> - <<set $activeSlave.pitKills += 1>> - <<set $pitKillsTotal += 1>> -<<elseif $deadliness > ($opponent-1)>> - The combat is long and exhausting. $activeSlave.slaveName and her opponent are closely matched in terms of skill, so neither takes foolish risks and a protracted, bloody fight results as both slaves take horrible but non-lifethreatening cuts. Finally, $activeSlave.slaveName's inferior physical condition fails her and she falls from exhaustion and blood loss. As she slumps she catches your eye with a look of apology. Her opponent stumbles over to open her throat. $activeSlave.slaveName @@color:red;has been killed.@@ - <<set $activeSlave.health -= 1000>> -<<else>> - $activeSlave.slaveName is outmatched from the start. In the first pass, her opponent moves beyond her, opening a long gash in her thigh as she goes. Thus injured, $activeSlave.slaveName fails to block a slash that severs her Achilles tendon on the other side. On her knees, she barely manages to ward off one more blow before the second one opens her belly. $activeSlave.slaveName @@color:red;has been killed.@@ - <<set $activeSlave.health -= 1000>> -<</if>> - -<<for $i to 0; $i < $slaves.length; $i++>> -<<if $activeSlave.ID == $slaves[$i].ID>> -<<set $slaves[$i] to $activeSlave>><<break>><<break>> -<<set $activeSlave to {}>> -<</if>> -<</for>> - -<<for $i to 0; $i < $slaves.length; $i++>> -<<if $slaves[$i].health < -90>> - <<set $activeSlave to $slaves[$i]>> - <<display "Remove activeSlave">> - <<set $i -= 1>> -<</if>> -<</for>> - -<</nobr>>\ +:: PE pit fight + +<<nobr>> + +<<set $nextButton to "Continue">> +<<set $nextLink to "RIE Eligibility Check">> + +<<if $activeSlave.ID != $Bodyguard.ID>> +<<for $i to 0; $i < $slaves.length; $i++>> +<<if $Bodyguard.ID == $slaves[$i].ID>> +<<set $activeSlave to $slaves[$i]>> +<</if>> +<</for>> +<</if>> + +<<Deadliness $activeSlave>> + +<<set $PPit to 0>> + +<</nobr>>\ +\ +<<nobr>> + +It's time for the fight. It will take place in a back room of a well respected club. There is a ring set into the floor, and space for a handful of spectators, but the setup is quite Spartan. The sport is just getting off the ground. <span id="name"><<print "[[$activeSlave.slaveName|Long Slave Description][$nextLink to passage(), $eventDescription to 1]]">></span> is first to walk into the ring. She's stark naked and is carrying a simple single-edged straight sword, identical to the one her opponent will be using. The fight will be fair. + +<</nobr>> + +<<nobr>> + +Across the ring, her opponent's owner nods civilly to you and examines $activeSlave.slaveName. + +<<if $activeSlave.combatSkill > 0>> + Her combat skills greatly increase her deadliness. +<</if>> + +<<if $activeSlave.muscles > 95 && $activeSlave.height >= 185>> + Her huge muscles are an intimidating sight and, despite their massive size, she is tall enough to not be hindered by them. +<<elseif $activeSlave.muscles > 95>> + Her huge muscles are an intimidating sight, but may hinder her flexibility. +<<elseif $activeSlave.muscles > 30>> + Her muscles are a trim and powerful sight. +<</if>> + +<<if $activeSlave.height >= 170>> + Her height gives her a reach advantage with her sword. +<</if>> + +<<if $activeSlave.health > 50>> + Her shining health makes her a better combatant. +<</if>> + +<<if $activeSlave.weight > 30>> + Her heavy weight is an impediment as a pit fighter. +<</if>> + +<<if $activeSlave.weight < -10>> + Her light weight is an impediment as a pit fighter. +<</if>> + +<<if $activeSlave.health < -50>> + Her poor health makes her a weaker combatant. +<</if>> + +<<if $activeSlave.inflation == 3>> + Her hugely bloated, <<print $activeSlave.inflationType>>-filled belly is taut and painful, hindering her ability to fight. +<<elseif $activeSlave.inflation == 2>> + Her bloated, <<print $activeSlave.inflationType>>-stuffed belly is constantly jiggling and moving, distracting her and throwing off her weight. +<<elseif $activeSlave.inflation == 1>> + Her distended, <<print $activeSlave.inflationType>>-belly is uncomfortable and heavy, distracting her. +<</if>> + +<<if $activeSlave.bellyImplant >= 32000>> + Her immense, <<print $activeSlave.bellyImplant>>cc implant filled belly is extremely heavy, unwieldy and an easy target, practically damning her in combat. +<<elseif $activeSlave.bellyImplant >= 16000>> + Her massive, <<print $activeSlave.bellyImplant>>cc implant filled belly is extremely heavy, unwieldy and an easy target, practically damning her in combat. +<<elseif $activeSlave.bellyImplant >= 8000>> + Her huge, <<print $activeSlave.bellyImplant>>cc implant filled belly is very heavy and unwieldy, throwing off her weight and making her far less effective. +<<elseif $activeSlave.bellyImplant >= 4000>> + Her large, <<print $activeSlave.bellyImplant>>cc implant filled belly is heavy and unwieldy, rendering her less effective. +<<elseif $activeSlave.bellyImplant >= 2000>> + Her swollen, <<print $activeSlave.bellyImplant>>cc implant filled belly is heavy and makes her less effective. +<</if>> + +<<if $activeSlave.preg > 10>> + <<if $activeSlave.pregType >= 20>> + Her massive belly is nearly a guaranteed loss, she can barely stand let alone fight. + <<elseif $activeSlave.pregType >= 10>> + Her huge belly is unwieldy and hinders her efforts. + <<else>> + Her advanced pregnancy makes her much less effective. + <</if>> +<</if>> + +<<if $deadliness > 5>> + $activeSlave.slaveName seems supremely confident, even eager to please you. +<<elseif $deadliness > 3>> + $activeSlave.slaveName seems nervous, but steels herself to fight for you. +<<elseif $deadliness > 1>> + $activeSlave.slaveName seems terrified, and barely controls herself. +<<else>> + $activeSlave.slaveName is obviously terrified, and might flee if there were a way out of the pit. +<</if>> + +Finally, her opponent enters as well. + +<<set $seed to random(1,100)>> +<<if $seed > 80>> + She is a huge, muscular Amazon filled with confidence. + <<set $opponent to 5>> +<<elseif $seed > 60>> + She is a short but muscular shemale, trying to look confident. + <<set $opponent to 4>> +<<elseif $seed > 40>> + She is a tall, thin woman covered in ropy muscle, trying to hide her terror. + <<set $opponent to 3>> +<<elseif $seed > 20>> + She is an decent-looking slave, physically fit but obviously scared. + <<set $opponent to 2>> +<<else>> + She is an average looking slave, so frightened there's urine running down her leg. She must have annoyed her master to earn this. + <<set $opponent to 1>> +<</if>> + +The umpire announces gravely that the fight is to the death and rings a bell. + +<</nobr>> + +<<nobr>> + +<<if $deadliness > ($opponent + 1)>> + $activeSlave.slaveName senses that she is greatly superior, and decides to make a quick end before her opponent can try something foolish. She feints high and stabs low; her enemy just manages to parry the low stab, but is so much weaker that $activeSlave.slaveName simply overpowers her, so that she falls onto her back with the force of the clash. $activeSlave.slaveName takes one step forward and runs her sword through the prostrate slave's heart. This victory has @@color:green;won you some renown@@ and @@color:yellowgreen;a sum of money@@ from each of the spectators. + <<set $rep += 500>> + <<set $cash += 5000>> + <<set $activeSlave.pitKills += 1>> + <<set $pitKillsTotal += 1>> +<<elseif $deadliness > ($opponent)>> + The combat is long and exhausting. $activeSlave.slaveName and her opponent are closely matched in terms of skill, so neither takes foolish risks and a protracted, bloody fight results as both slaves take horrible but non-lifethreatening cuts. Finally, $activeSlave.slaveName's superior physical condition wins out and her opponent falls from exhaustion and blood loss. $activeSlave.slaveName stumbles over to open her throat. This victory has @@color:green;won you some renown@@ and @@color:yellowgreen;a sum of money@@ from each of the spectators, though $activeSlave.slaveName is @@color:red;badly hurt.@@ + <<set $rep += 500>> + <<set $cash += 5000>> + <<set $activeSlave.health = -50>> + <<set $activeSlave.pitKills += 1>> + <<set $pitKillsTotal += 1>> +<<elseif $deadliness > ($opponent-1)>> + The combat is long and exhausting. $activeSlave.slaveName and her opponent are closely matched in terms of skill, so neither takes foolish risks and a protracted, bloody fight results as both slaves take horrible but non-lifethreatening cuts. Finally, $activeSlave.slaveName's inferior physical condition fails her and she falls from exhaustion and blood loss. As she slumps she catches your eye with a look of apology. Her opponent stumbles over to open her throat. $activeSlave.slaveName @@color:red;has been killed.@@ + <<set $activeSlave.health -= 1000>> +<<else>> + $activeSlave.slaveName is outmatched from the start. In the first pass, her opponent moves beyond her, opening a long gash in her thigh as she goes. Thus injured, $activeSlave.slaveName fails to block a slash that severs her Achilles tendon on the other side. On her knees, she barely manages to ward off one more blow before the second one opens her belly. $activeSlave.slaveName @@color:red;has been killed.@@ + <<set $activeSlave.health -= 1000>> +<</if>> + +<<for $i to 0; $i < $slaves.length; $i++>> +<<if $activeSlave.ID == $slaves[$i].ID>> +<<set $slaves[$i] to $activeSlave>><<break>><<break>> +<<set $activeSlave to {}>> +<</if>> +<</for>> + +<<for $i to 0; $i < $slaves.length; $i++>> +<<if $slaves[$i].health < -90>> + <<set $activeSlave to $slaves[$i]>> + <<display "Remove activeSlave">> + <<set $i -= 1>> +<</if>> +<</for>> + +<</nobr>>\ \ No newline at end of file diff --git a/src/uncategorized/reDevotees.tw b/src/uncategorized/reDevotees.tw index 337ca93b89ae435bffd9001a01811e225264c71d..2a63cf36bb07c66fce6598719108bef70e549a72 100644 --- a/src/uncategorized/reDevotees.tw +++ b/src/uncategorized/reDevotees.tw @@ -1,23 +1,21 @@ -:: RE devotees - -<<nobr>> +:: RE devotees [nobr] <<set $nextButton to "Continue">> <<set $nextLink to "RIE Eligibility Check">> -<</nobr>>\ -\ +<<if $seeImages == 1>><<SlaveImage $slaves[0] 2 0>><<SlaveImage $slaves[1] 2 0>><<SlaveImage $slaves[2] 2 0>><<SlaveImage $slaves[3] 2 0>><</if>> + You have a mature, well-trained household of slaves. $slaves[0].slaveName, $slaves[1].slaveName, $slaves[2].slaveName, and $slaves[3].slaveName are all devoted to you. There are all manner of ways you could display this coterie of loyal sex slaves to show off your wealth and power. -\ +<br><br> <span id="result"> <<click "See an operetta with four attendants">> <<replace "#result">> - <<PCTitle>>\ + <<PCTitle>> You reserve a box at an upcoming operetta; classical Italian music is enjoying a renaissance these days. The doormen at the fashionable opera house promptly widen the velvet ropes so that you and your party may proceed unimpeded. Their quick thinking is necessary, since there are five of you walking sedately up the steps: you in the middle, impeccable in <<if $PC.title == 1>>gentleman's evening wear, complete with gloves and cane<<else>>a fine and noble lady's tuxedo<</if>>; and $slaves[0].slaveName, $slaves[1].slaveName, $slaves[2].slaveName, and $slaves[3].slaveName, all dressed in the gorgeous fashion of the seventeenth century, all plunging necklines, piled hair, and ruffled petticoats. The splendid master of ceremonies clears his throat and announces in a sonorous voice, "$PCTitle." The ostentation @@color:green;turns every head and catches every eye.@@ <<set $rep += 500>> <</replace>> <</click>> -<<click "Visit a casino in good company">> +<br><<click "Visit a casino in good company">> <<replace "#result">> The croupiers, bouncers and regulars down at the nearest casino hardly know what to think when you appear with a chit full of cash and twice as many girls as you have arms. You live the night big, starting at the poker table with so many tits and asses on display behind you that, @@color:yellowgreen;baby, you make a killing.@@ $slaves[0].slaveName, $slaves[1].slaveName, $slaves[2].slaveName, and $slaves[3].slaveName quickly catch the rhythm of the place: slaves can get away with a little more in the smoky, whiskey soaked, money tinted atmosphere, and they @@color:hotpink;enjoy themselves immensely.@@ They flirt, flash, giggle, kiss each other, and generally destroy the concentration of everyone within twenty yards - except you. Ring-a-ding-ding. <<set $slaves[0].devotion += 4>> diff --git a/src/uncategorized/reFSNonconformist.tw b/src/uncategorized/reFSNonconformist.tw index 451470025507df718432a10b9ad82e3653fe6fd8..f1f8b14ebb09644d1ed9553654f4588dd670c3a5 100644 --- a/src/uncategorized/reFSNonconformist.tw +++ b/src/uncategorized/reFSNonconformist.tw @@ -1,6 +1,4 @@ -:: RE FS nonconformist - -<<nobr>> +:: RE FS nonconformist [nobr] <<set $nextButton to "Continue">> <<set $nextLink to "RIE Eligibility Check">> @@ -117,8 +115,7 @@ Faced with such a threat, the citizens naturally came to you. They ask you, as l <</if>> <br><br> The nonconformist is far too prominent and prosperous to make this an easy dilemma to resolve. Your societal goals are at stake, as is your reputation among some of your best citizens, but the nonconformist has significant sway in the arcology's economy. Merely forcing them out of the arcology would damage its prosperity, and more decisive action could have more serious consequences still. - -<</nobr>> +<br><br> <span id="result"> <<click "Ignore the situation">> @@ -200,14 +197,14 @@ The nonconformist is far too prominent and prosperous to make this an easy dilem <</if>> <</nobr>><</replace>> <</click>> -<<click "Throw the nonconformist out of the arcology">> +<br><<click "Throw the nonconformist out of the arcology">> <<set $arcologies[0].prosperity -= 10>> <<replace "#result">> You agree with the prominent citizens, and promise to apply all of your considerable contractual and business power to get the nonconformist out of the arcology before they can put their plan into action. You manage it, but only just. Opinion on your actions is mixed: the oligarchs who came to you are pleased you satisfied their requests, but your maneuvers were offensive to the general preference for freedom. The impact on the arcology's economy on the other hand is entirely negative, since the sudden loss of a major player within the arcology's business field @@color:red;damages its prosperity.@@ <</replace>> <</click>> -<<if $cash > 10000>>\ -<<click "Quickly manage a nuanced response">> +<<if $cash > 10000>> +<br><<click "Quickly manage a nuanced response">> <<set $cash -= 10000>> <<replace "#result">><<nobr>> <<if $arcologies[0].FSRestart != "unset">> @@ -265,9 +262,9 @@ The nonconformist is far too prominent and prosperous to make this an easy dilem <</click>> //This will cost ¤10000// <<else>>\ //You lack the necessary ready cash to manage a nuanced solution// -<</if>>\ -<<if $PC.rumor is "force">>\ -<<click "Leverage your reputation with some credible threats">> +<</if>> +<<if $PC.rumor is "force">> +<br><<click "Leverage your reputation with some credible threats">> <<set $rep += 100>> <<replace "#result">> Resolving the situation takes you one call. Exactly what happened to your predecessor as owner of the arcology has never become publicly known, but your method of replacing them is rumored to have been somewhat ballistic in nature. It doesn't take much inflection in your voice to communicate threat, and the nonconformist hastily promises to abandon their plans and be less annoying in the future. The oligarchs are somewhat frightened by the rapidity with which you sorted things out, but they can't argue with the results and their @@color:green;respect for you deepens.@@ diff --git a/src/uncategorized/reMalefactor.tw b/src/uncategorized/reMalefactor.tw index e5127f1d45be4a135ba3515b5a4fa5874b0dd723..86beda65dbee2be3c5291a221bbe9a4f382e75ef 100644 --- a/src/uncategorized/reMalefactor.tw +++ b/src/uncategorized/reMalefactor.tw @@ -1,6 +1,4 @@ -:: RE malefactor - -<<nobr>> +:: RE malefactor [nobr] <<set $nextButton to "Continue">> <<set $nextLink to "RIE Eligibility Check">> @@ -214,17 +212,19 @@ <</if>> +<br><br> + <<set $contractCost = 1000>> <<slaveCost $activeSlave>> <<set $slaveCost -= 1000>> -<</nobr>>\ - //Applying enslavement as punishment will cost ¤$contractCost. Doing so and then selling her immediately will bring in approximately ¤$slaveCost.// -<<set $saleDescription to 1>>\ -<<display "Long Slave Description">>\ -<<set $saleDescription to 0>>\ +<br><br> + +<<set $saleDescription to 1>> +<<display "Long Slave Description">> +<<set $saleDescription to 0>> <span id="result"> <<if $cash >= $contractCost>>\ @@ -251,7 +251,7 @@ <<display "New Slave Intro">> <</replace>> <</click>> - <<click "Sentence her to a day in the stocks, then enslave her">> + <br><<click "Sentence her to a day in the stocks, then enslave her">> <<set $activeSlave.health -= 10>> <<set $activeSlave.behavioralFlaw to "odd">> <<set $activeSlave.sexualFlaw to "hates penetration">> @@ -288,8 +288,8 @@ <<display "New Slave Intro">> <</replace>> <</click>> - <<if $arcade > 0>>\ - <<click "Enslave her and sentence her to a month in the arcade">> + <<if $arcade > 0>> + <br><<click "Enslave her and sentence her to a month in the arcade">> <<set $activeSlave.assignment to "be confined in the arcade">><<set $activeSlave.assignmentVisible to 0>> <<set $activeSlave.choosesOwnAssignment to 0>> <<set $activeSlave.sentence to 4>> @@ -316,10 +316,10 @@ <<display "New Slave Intro">> <</replace>> <</click>> - <</if>>\ - <<if $dairy > 0>>\ - <<if $dairyRestraintsSetting > 1>>\ - <<click "Enslave her and send her straight to the industrial dairy">> + <</if>> + <<if $dairy > 0>> + <<if $dairyRestraintsSetting > 1>> + <br><<click "Enslave her and send her straight to the industrial dairy">> <<set $activeSlave.assignment to "work in the dairy">> <<set $activeSlave.assignmentVisible to 0>> <<set $activeSlave.choosesOwnAssignment to 0>> @@ -348,10 +348,10 @@ <<set $nextLink to "AS Dump">> <</replace>> <</click>> - <</if>>\ - <</if>>\ - <<if $seeExtreme > 0>>\ - <<click "Punitively amputate her limbs, and then enslave her">> + <</if>> + <</if>> + <<if $seeExtreme > 0>> + <br><<click "Punitively amputate her limbs, and then enslave her">> <<set $activeSlave.health -= 20>> <<set $activeSlave.amp to 1>> <<set $activeSlave.heels to 0>> @@ -380,7 +380,7 @@ <</replace>> <</click>> <<if $malefactor is "rapist" && $activeSlave.balls > 0>>\ - <<click "Enslave the criminal and geld her">> + <br><<click "Enslave the criminal and geld her">> <<set $activeSlave.health -= 20>> <<set $activeSlave.balls to 0>> <<set $activeSlave.devotion -= 25>> @@ -399,7 +399,7 @@ <</if>>\ <</if>>\ <<if $malefactor is "orphanloli">>\ - <<click "'adopt' her">> + <br><<click "'adopt' her">> <<set $activeSlave.devotion = 25>> <<set $activeSlave.trust = 25>> <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> @@ -415,8 +415,8 @@ <</if>>\ <<else>>\ //You lack the necessary funds to enslave her.// -<</if>>\ -<<click "Publicly flog the criminal">> +<</if>> +<br><<click "Publicly flog the criminal">> <<replace "#result">> <<if $malefactor is "addict">> Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The twitching, begging malefactor is stripped and flogged on the promenade before being escorted bleeding, and still twitching from withdrawal, out of the arcology. The public @@color:green;approves of this harshness.@@ @@ -437,8 +437,8 @@ <<set $nextLink to "RIE Eligibility Check">>\ <</replace>> <</click>> -<<if $malefactor is "liberator">>\ -<<click "Permit the slaveowner she tried to steal from to flog her">> +<<if $malefactor is "liberator">> +<br><<click "Permit the slaveowner she tried to steal from to flog her">> <<replace "#result">> An example must be made. Slave ownership is the cornerstone of the society you're building in your arcology, and this woman attempted to undermine it. She is stripped and the slaveowner whose property she tried to free is handed the leathern instrument. It seems the escapee was a favorite he does not wish to mangle, so he flogs the criminal mercilessly instead. She is flung out of the arcology, nearly dead. The public @@color:green;approves of this harshness,@@ and small slaveholders are @@color:green;encouraged to do business with your arcology@@ after word of the incident gets around. <<set $rep += 100>> @@ -446,7 +446,7 @@ <</replace>> <</click>> <</if>>\ -<<click "Sell her immediately">> +<br><<click "Sell her immediately">> <<set $cash += $slaveCost>> <<display "Remove activeSlave">> <<replace "#result">> diff --git a/src/uncategorized/reNoEvent.tw b/src/uncategorized/reNoEvent.tw index 123992b86f6fdb55a2c7078fce7c24c627d80fec..837f23c18f156bdf08c8c691f52127513decf1c6 100644 --- a/src/uncategorized/reNoEvent.tw +++ b/src/uncategorized/reNoEvent.tw @@ -1,6 +1,4 @@ -:: RE no event - -<<nobr>> +:: RE no event [nobr] <<set $nextButton to "Continue">> <<set $nextLink to "AS Dump">> @@ -11,8 +9,8 @@ <<set $activeSlave.devotion += 3>> <<set $activeSlave.trust += 3>> -<</nobr>>\ -\ -This is a placeholder event. +<<if $seeImages == 1>><<SlaveImage $activeSlave 2 1>><</if>> +This is a placeholder event. +<br><br> <span id="name"><<print "[[$activeSlave.slaveName|Long Slave Description][$nextLink to passage(), $eventDescription to 1]]">></span> does not currently qualify for any events, so she has been given a generic @@color:hotpink;devotion@@ and @@color:mediumaquamarine;trust@@ boost. /*If you see this event repeatedly for her, please submit a report so the author can write her some events.*/ diff --git a/src/uncategorized/reShippingContainer.tw b/src/uncategorized/reShippingContainer.tw index a2763a83d4dadfd603d7860ae0a02919d62df6cd..9661ef19dfab94103d33eeb3f9cf2682472c2ab2 100644 --- a/src/uncategorized/reShippingContainer.tw +++ b/src/uncategorized/reShippingContainer.tw @@ -46,7 +46,7 @@ For now, the crowd around you is looking at the helpless human cargo with <<if ($slaves[$i].origin is "She arrived at your arcology in an undocumented shipping container.")>> <<slaveCost $slaves[$i]>> <<set $cash += $slaveCost>> - <<set $dump to $slaves.pluck([$i], [$i])>> + <<set $dump to $slaves.pluck([$i], [$i])>><<set $i-->> <</if>> <</if>> <</for>> @@ -84,7 +84,7 @@ For now, the crowd around you is looking at the helpless human cargo with <<if ($slaves[$i].origin is "She arrived at your arcology in an undocumented shipping container.")>> <<slaveCost $slaves[$i]>> <<set $cash += $slaveCost>> - <<set $dump to $slaves.pluck([$i], [$i])>> + <<set $dump to $slaves.pluck([$i], [$i])>><<set $i-->> <</if>> <</if>> <</for>> diff --git a/src/uncategorized/saDrugs.tw b/src/uncategorized/saDrugs.tw index 24b776a3df250c6845d917327032770c9f43c1f7..f06c99bc71a4b9c287008582bf7901d02f272f7f 100644 --- a/src/uncategorized/saDrugs.tw +++ b/src/uncategorized/saDrugs.tw @@ -1,5 +1,5 @@ :: SA drugs [nobr] - + <<switch $slaves[$i].drugs>> <<case "hormone enhancers">> @@ -569,7 +569,7 @@ <</if>> <</if>> <</if>> -<<set $slaves[$i].chem = Math.clamp(0, 1000, $slaves[$i].chem-0.5)>> +<<set $slaves[$i].chem = Math.clamp($slaves[$i].chem-0.5, 0, 1000)>> <<if $slaves[$i].curatives < 2>> <<if $slaves[$i].health < -50>> @@ -582,8 +582,8 @@ <</if>> <<if ($slaves[$i].addict > 0)>> - <<if $activeSlave.aphrodisiacs > 0>> - <<if $activeSlave.aphrodisiacs > 1>> + <<if $slaves[$i].aphrodisiacs > 0>> + <<if $slaves[$i].aphrodisiacs > 1>> Getting a huge dose of her beloved aphrodisiacs from you @@color:hotpink;increases her addiction to slavery.@@ <<set $slaves[$i].addict += 2>> <<else>> diff --git a/src/uncategorized/saLiveWithHG.tw b/src/uncategorized/saLiveWithHG.tw index 26179817d550c288303789f308b23139ec3b226d..5ef6b161d98ade03f38be3a544c1f0a0f57494d6 100644 --- a/src/uncategorized/saLiveWithHG.tw +++ b/src/uncategorized/saLiveWithHG.tw @@ -1,5 +1,5 @@ :: SA live with HG [nobr] - + <<for $j to 0; $j < $slaves.length; $j++>> <<if $HeadGirl.ID == $slaves[$j].ID>> <<set $HeadGirl to $slaves[$j]>> @@ -263,7 +263,7 @@ <<if canAchieveErection($HeadGirl)>> <<if ($HeadGirl.dick > 4) && ($HeadGirl.energy > 95)>> $HeadGirl.slaveName has such a ferocious sex drive and such a big dick that her constant pounding of $slaves[$i].slaveName @@color:lime;loosens@@ the poor girl's pussy. - <<set $slaves[$i].vagina to 1>> + <<set $slaves[$i].vagina += 1>> <<elseif ($HeadGirl.dick > 5)>> Serving $HeadGirl.slaveName's monster cock @@color:lime;loosens@@ $slaves[$i].slaveName's pussy. <<set $slaves[$i].vagina += 1>> @@ -286,7 +286,7 @@ <<if canAchieveErection($HeadGirl)>> <<if ($HeadGirl.dick > 4) && ($HeadGirl.energy > 95)>> $HeadGirl.slaveName uses $slaves[$i].slaveName's anus to vent her sexual addiction. Constant assrape from such a huge dick @@color:lime;loosens@@ her sphincter. - <<set $slaves[$i].anus to 1>> + <<set $slaves[$i].anus += 1>> <<elseif ($HeadGirl.dick > 5)>> Taking $HeadGirl.slaveName's monster cock up the butt @@color:lime;loosens@@ $slaves[$i].slaveName's anal sphincter. <<set $slaves[$i].anus += 1>> diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index d0f02131fb9cb054412859be298bd3776223247f..9605aad55fefdcc404c17e50f892ed0917a35bca 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -1,501 +1,512 @@ :: SA long term effects [nobr] - + <<fetishChangeChance $slaves[$i]>> <<set $bellyAccessory to $slaves[$i].bellyAccessory>> <<if $slaves[$i].assignmentVisible == 1>> /* OPENS AUTOSURGERY, CLOTHES, AND ACCESSORIES */ - <<if hasSurgeryRule($slaves[$i], $defaultRules)>> - <<if $slaves[$i].useRulesAssistant == 1>> - <<if $slaves[$i].indentureRestrictions < 2>> - <<if ($slaves[$i].health > 20)>> - <<if ($slaves[$i].devotion >= -20)>> - <<if ($slaves[$i].assignment != "be confined in the arcade")>> - <<if ($slaves[$i].assignment != "work a glory hole")>> - <<if ($slaves[$i].assignment != "work in the dairy")>> - <<if ($slaves[$i].assignment != "guard you")>> - <<if ($slaves[$i].assignment != "live with your Head Girl")>> - <<if ($cash > 0)>> - <<display "Rules Autosurgery">> +<<if hasSurgeryRule($slaves[$i], $defaultRules)>> +<<if $slaves[$i].useRulesAssistant == 1>> +<<if $slaves[$i].indentureRestrictions < 2>> +<<if ($slaves[$i].health > 20)>> +<<if ($slaves[$i].devotion >= -20)>> +<<if ($slaves[$i].assignment != "be confined in the arcade")>> +<<if ($slaves[$i].assignment != "work a glory hole")>> +<<if ($slaves[$i].assignment != "work in the dairy")>> +<<if ($slaves[$i].assignment != "guard you")>> +<<if ($slaves[$i].assignment != "live with your Head Girl")>> +<<if ($cash > 0)>> + <<display "Rules Autosurgery">> +<</if>> +<</if>> +<</if>> +<</if>> +<</if>> +<</if>> +<</if>> +<</if>> +<</if>> +<</if>> +<</if>> + +<<if ($slaves[$i].fetish is "mindbroken")>> + /*She does not care what clothes she wears.*/ +<<else>> +<<switch $slaves[$i].clothes>> +<<case "no clothing">> +<<if $slaves[$i].devotion >= -20>> + <<if ($slaves[$i].fetish is "humiliation") && ($slaves[$i].fetishKnown == 0)>> + She pretends to be embarrassed by her nudity but seems to get off on it. @@color:lightcoral;She's into humiliation.@@ + <<set $slaves[$i].fetishKnown to 1>> + <<elseif ($slaves[$i].fetish is "humiliation") && ($slaves[$i].fetishStrength > 60)>> + She pretends to be embarrassed by her nudity but @@color:hotpink;openly gets off on it.@@ + <<set $slaves[$i].devotion += 2>> + <<elseif ($slaves[$i].fetish is "humiliation")>> + She pretends to be embarrassed by her nudity but @@color:hotpink;secretly gets off on it.@@ + <<set $slaves[$i].devotion += 1>> + <<elseif ($slaves[$i].energy > 95)>> + Her libido is so strong that she @@color:hotpink;enjoys being naked and available.@@ + <<set $slaves[$i].devotion += 1>> <</if>> +<</if>> + +<<case "a string bikini" "clubslut netting">> +<<if $slaves[$i].fetish is "humiliation">> + <<if ($slaves[$i].fetishStrength > 60)>> + She pretends to be embarrassed by her extremely revealing clothing but @@color:hotpink;openly gets off on it.@@ + <<set $slaves[$i].devotion += 2>> + <<else>> + She pretends to be embarrassed by her extremely revealing clothing but @@color:hotpink;secretly gets off on it.@@ + <<set $slaves[$i].devotion += 1>> <</if>> +<</if>> + +<<case "a penitent nuns habit">> + The mortification of the flesh she endures from wearing her sackcloth habit slowly and painfully @@color:hotpink;purifies her mind@@ of any but devoted, @@color:gold;fearful@@ thoughts. It's also @@color:red;unhealthy.@@ + <<set $slaves[$i].devotion += 2, $slaves[$i].trust -= 2, $slaves[$i].health -= 3>> + <<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 0)>> + Her chafed skin makes sex an agonizing prospect. She seems to get off on the pain; she's a @@color:lightcoral;natural masochist.@@ + <<set $slaves[$i].fetishKnown to 1>> + <<elseif ($slaves[$i].fetish is "none") || ($slaves[$i].fetishKnown == 0)>> + <<if $fetishChangeChance > random(0,100)>> + Her chafed skin makes sex an agonizing prospect. She learns to come in spite of, and then @@color:lightcoral;because of the pain.@@ + <<set $slaves[$i].fetish to "masochist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> + <</if>> <</if>> + +<<case "uncomfortable straps">> + <<if ($slaves[$i].devotion >= -20) && ($slaves[$i].fetish is "masochist")>> + The uncomfortable straps she's wearing constantly give her little twinges of pain, @@color:hotpink;titillating her.@@ + <<set $slaves[$i].devotion += 2>> + <<elseif ($slaves[$i].devotion <= 20) && ($slaves[$i].trust >= -50)>> + The uncomfortable straps she's wearing keep her @@color:hotpink;servile@@ and @@color:gold;afraid.@@ + <<set $slaves[$i].devotion += 1, $slaves[$i].trust -= 1>> + <<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 0)>> + The straps pinch and constrict her whenever she's used. She seems to get off on the discomfort; she's a @@color:lightcoral;natural masochist.@@ + <<set $slaves[$i].fetishKnown to 1>> + <<elseif ($slaves[$i].fetish is "none") || ($slaves[$i].fetishKnown == 0)>> + <<if $fetishChangeChance > random(0,100)>> + The straps pinch and constrict her whenever she's used. She learns to come in spite of, and then @@color:lightcoral;because of the discomfort.@@ + <<set $slaves[$i].fetish to "masochist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> + <</if>> <</if>> + <<else>> + <<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 0)>> + Her straps pinch and constrict her whenever she's used. She seems to get off on the discomfort; she's a @@color:lightcoral;natural masochist.@@ + <<set $slaves[$i].fetishKnown to 1>> + <<elseif ($slaves[$i].fetish is "none") || ($slaves[$i].fetishKnown == 0)>> + <<if $fetishChangeChance > random(0,100)>> + Her straps pinch and constrict her whenever she's used. She learns to come in spite of, and then @@color:lightcoral;because of the discomfort.@@ + <<set $slaves[$i].fetish to "masochist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> + <</if>> <</if>> <</if>> + +<<case "chains">> + <<if ($slaves[$i].devotion >= -20) && ($slaves[$i].fetish is "masochist")>> + The chains she's wearing constantly give her little twinges of pain, @@color:hotpink;titillating her.@@ + <<set $slaves[$i].devotion += 2>> + <<elseif ($slaves[$i].devotion <= 20) && ($slaves[$i].trust >= -50)>> + The chains she's wearing keep her @@color:hotpink;servile@@ and @@color:gold;afraid.@@ + <<set $slaves[$i].devotion += 1, $slaves[$i].trust -= 1>> + <<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 0)>> + Her chains pinch and constrict her whenever she's used. She seems to get off on the discomfort; she's a @@color:lightcoral;natural masochist.@@ + <<set $slaves[$i].fetishKnown to 1>> + <<elseif ($slaves[$i].fetish is "none") || ($slaves[$i].fetishKnown == 0)>> + <<if $fetishChangeChance > random(0,100)>> + Her chains pinch and constrict her whenever she's used. She learns to come in spite of, and then @@color:lightcoral;because of the discomfort.@@ + <<set $slaves[$i].fetish to "masochist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> + <</if>> <</if>> + <<else>> + <<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 0)>> + Her chains pinch and constrict her whenever she's used. She seems to get off on the discomfort; she's a @@color:lightcoral;natural masochist.@@ + <<set $slaves[$i].fetishKnown to 1>> + <<elseif ($slaves[$i].fetish is "none") || ($slaves[$i].fetishKnown == 0)>> + <<if $fetishChangeChance > random(0,100)>> + Her chains pinch and constrict her whenever she's used. She learns to come in spite of, and then @@color:lightcoral;because of the discomfort.@@ + <<set $slaves[$i].fetish to "masochist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> + <</if>> <</if>> <</if>> + +<<case "restrictive latex">> + <<if ($slaves[$i].devotion <= 20) && ($slaves[$i].trust >= -50) && ($slaves[$i].fetish is "submissive")>> + <<if ($slaves[$i].fetishStrength > 60)>> + As a submissive she @@color:hotpink;openly enjoys being immured in latex.@@ + <<set $slaves[$i].devotion += 2>> + <<else>> + Her submissive tendencies help her @@color:hotpink;enjoy being immured in latex.@@ + <<set $slaves[$i].devotion += 1>> <</if>> + <<elseif ($slaves[$i].devotion < -20)>> + The latex she's wearing limits her world to @@color:hotpink;your input and control@@ and @@color:gold;fear@@ of unexpected pain. + <<set $slaves[$i].devotion += 1, $slaves[$i].trust -= 1>> <</if>> - <<if ($slaves[$i].fetish is "mindbroken")>> - /*She does not care what clothes she wears.*/ +<<case "shibari ropes">> + <<if ($slaves[$i].devotion <= 20) && ($slaves[$i].trust >= -50) && ($slaves[$i].fetish is "submissive")>> + <<if ($slaves[$i].fetishStrength > 60)>> + As a submissive she @@color:hotpink;openly enjoys wearing binding ropes as clothing.@@ + <<set $slaves[$i].devotion += 2>> <<else>> - <<switch $slaves[$i].clothes>> - <<case "no clothing">> - <<if $slaves[$i].devotion >= -20>> - <<if ($slaves[$i].fetish is "humiliation") && ($slaves[$i].fetishKnown == 0)>> - She pretends to be embarrassed by her nudity but seems to get off on it. @@color:lightcoral;She's into humiliation.@@ - <<set $slaves[$i].fetishKnown to 1>> - <<elseif ($slaves[$i].fetish is "humiliation") && ($slaves[$i].fetishStrength > 60)>> - She pretends to be embarrassed by her nudity but @@color:hotpink;openly gets off on it.@@ - <<set $slaves[$i].devotion += 2>> - <<elseif ($slaves[$i].fetish is "humiliation")>> - She pretends to be embarrassed by her nudity but @@color:hotpink;secretly gets off on it.@@ - <<set $slaves[$i].devotion += 1>> - <<elseif ($slaves[$i].energy > 95)>> - Her libido is so strong that she @@color:hotpink;enjoys being naked and available.@@ - <<set $slaves[$i].devotion += 1>> - <</if>> + Her submissive tendencies help her @@color:hotpink;enjoy wearing binding ropes as clothing.@@ + <<set $slaves[$i].devotion += 1>> <</if>> - - <<case "a string bikini" "clubslut netting">> - <<if $slaves[$i].fetish is "humiliation">> - <<if ($slaves[$i].fetishStrength > 60)>> - She pretends to be embarrassed by her extremely revealing clothing but @@color:hotpink;openly gets off on it.@@ - <<set $slaves[$i].devotion += 2>> - <<else>> - She pretends to be embarrassed by her extremely revealing clothing but @@color:hotpink;secretly gets off on it.@@ - <<set $slaves[$i].devotion += 1>> - <</if>> + <<elseif ($slaves[$i].devotion < -20)>> + The ropes she's wearing restrict her without pain, rendering her @@color:hotpink;susceptible to control@@ and @@color:gold;afraid@@. + <<set $slaves[$i].devotion += 1, $slaves[$i].trust -= 1>> <</if>> - <<case "a penitent nuns habit">> - The mortification of the flesh she endures from wearing her sackcloth habit slowly and painfully @@color:hotpink;purifies her mind@@ of any but devoted, @@color:gold;fearful@@ thoughts. It's also @@color:red;unhealthy.@@ - <<set $slaves[$i].devotion += 2, $slaves[$i].trust -= 2, $slaves[$i].health -= 3>> - <<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 0)>> - Her chafed skin makes sex an agonizing prospect. She seems to get off on the pain; she's a @@color:lightcoral;natural masochist.@@ - <<set $slaves[$i].fetishKnown to 1>> - <<elseif ($slaves[$i].fetish is "none") || ($slaves[$i].fetishKnown == 0)>> - <<if $fetishChangeChance > random(0,100)>> - Her chafed skin makes sex an agonizing prospect. She learns to come in spite of, and then @@color:lightcoral;because of the pain.@@ - <<set $slaves[$i].fetish to "masochist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> - <</if>> - <</if>> - - <<case "uncomfortable straps">> - <<if ($slaves[$i].devotion >= -20) && ($slaves[$i].fetish is "masochist")>> - The uncomfortable straps she's wearing constantly give her little twinges of pain, @@color:hotpink;titillating her.@@ - <<set $slaves[$i].devotion += 2>> - <<elseif ($slaves[$i].devotion <= 20) && ($slaves[$i].trust >= -50)>> - The uncomfortable straps she's wearing keep her @@color:hotpink;servile@@ and @@color:gold;afraid.@@ - <<set $slaves[$i].devotion += 1, $slaves[$i].trust -= 1>> - <<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 0)>> - The straps pinch and constrict her whenever she's used. She seems to get off on the discomfort; she's a @@color:lightcoral;natural masochist.@@ - <<set $slaves[$i].fetishKnown to 1>> - <<elseif ($slaves[$i].fetish is "none") || ($slaves[$i].fetishKnown == 0)>> - <<if $fetishChangeChance > random(0,100)>> - The straps pinch and constrict her whenever she's used. She learns to come in spite of, and then @@color:lightcoral;because of the discomfort.@@ - <<set $slaves[$i].fetish to "masochist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> - <</if>> - <</if>> - <<else>> - <<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 0)>> - Her straps pinch and constrict her whenever she's used. She seems to get off on the discomfort; she's a @@color:lightcoral;natural masochist.@@ - <<set $slaves[$i].fetishKnown to 1>> - <<elseif ($slaves[$i].fetish is "none") || ($slaves[$i].fetishKnown == 0)>> - <<if $fetishChangeChance > random(0,100)>> - Her straps pinch and constrict her whenever she's used. She learns to come in spite of, and then @@color:lightcoral;because of the discomfort.@@ - <<set $slaves[$i].fetish to "masochist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> - <</if>> - <</if>> - <</if>> - - <<case "chains">> - <<if ($slaves[$i].devotion >= -20) && ($slaves[$i].fetish is "masochist")>> - The chains she's wearing constantly give her little twinges of pain, @@color:hotpink;titillating her.@@ - <<set $slaves[$i].devotion += 2>> - <<elseif ($slaves[$i].devotion <= 20) && ($slaves[$i].trust >= -50)>> - The chains she's wearing keep her @@color:hotpink;servile@@ and @@color:gold;afraid.@@ - <<set $slaves[$i].devotion += 1, $slaves[$i].trust -= 1>> - <<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 0)>> - Her chains pinch and constrict her whenever she's used. She seems to get off on the discomfort; she's a @@color:lightcoral;natural masochist.@@ - <<set $slaves[$i].fetishKnown to 1>> - <<elseif ($slaves[$i].fetish is "none") || ($slaves[$i].fetishKnown == 0)>> - <<if $fetishChangeChance > random(0,100)>> - Her chains pinch and constrict her whenever she's used. She learns to come in spite of, and then @@color:lightcoral;because of the discomfort.@@ - <<set $slaves[$i].fetish to "masochist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> - <</if>> - <</if>> - <<else>> - <<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 0)>> - Her chains pinch and constrict her whenever she's used. She seems to get off on the discomfort; she's a @@color:lightcoral;natural masochist.@@ - <<set $slaves[$i].fetishKnown to 1>> - <<elseif ($slaves[$i].fetish is "none") || ($slaves[$i].fetishKnown == 0)>> - <<if $fetishChangeChance > random(0,100)>> - Her chains pinch and constrict her whenever she's used. She learns to come in spite of, and then @@color:lightcoral;because of the discomfort.@@ - <<set $slaves[$i].fetish to "masochist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> - <</if>> - <</if>> - <</if>> - - <<case "restrictive latex">> - <<if ($slaves[$i].devotion <= 20) && ($slaves[$i].trust >= -50) && ($slaves[$i].fetish is "submissive")>> - <<if ($slaves[$i].fetishStrength > 60)>> - As a submissive she @@color:hotpink;openly enjoys being immured in latex.@@ - <<set $slaves[$i].devotion += 2>> - <<else>> - Her submissive tendencies help her @@color:hotpink;enjoy being immured in latex.@@ +<<default>> + <<if ($slaves[$i].devotion <= 20)>> + She is @@color:mediumorchid;inappropriately proud@@ of the nice clothes she's wearing, @@color:mediumaquamarine;building her confidence.@@ + <<set $slaves[$i].devotion -= 5, $slaves[$i].trust += 3>> + <<elseif ($slaves[$i].clothes is "attractive lingerie") && ($slaves[$i].dick > 0)>> + She is @@color:hotpink;proud@@ of the pretty lingerie she's wearing, but she constantly has to adjust her g-string to cover her penis. <<set $slaves[$i].devotion += 1>> - <</if>> - <<elseif ($slaves[$i].devotion < -20)>> - The latex she's wearing limits her world to @@color:hotpink;your input and control@@ and @@color:gold;fear@@ of unexpected pain. - <<set $slaves[$i].devotion += 1, $slaves[$i].trust -= 1>> - <</if>> - - <<case "shibari ropes">> - <<if ($slaves[$i].devotion <= 20) && ($slaves[$i].trust >= -50) && ($slaves[$i].fetish is "submissive")>> - <<if ($slaves[$i].fetishStrength > 60)>> - As a submissive she @@color:hotpink;openly enjoys wearing binding ropes as clothing.@@ - <<set $slaves[$i].devotion += 2>> - <<else>> - Her submissive tendencies help her @@color:hotpink;enjoy wearing binding ropes as clothing.@@ + <<elseif ($slaves[$i].clothes is "a string bikini") && ($slaves[$i].dick > 0)>> + She is @@color:hotpink;proud@@ of the slutty lingerie she's wearing, but she constantly has to adjust her string bikini bottom in a vain effort to cover her penis. <<set $slaves[$i].devotion += 1>> - <</if>> - <<elseif ($slaves[$i].devotion < -20)>> - The ropes she's wearing restrict her without pain, rendering her @@color:hotpink;susceptible to control@@ and @@color:gold;afraid@@. - <<set $slaves[$i].devotion += 1, $slaves[$i].trust -= 1>> - <</if>> - - <<default>> - <<if ($slaves[$i].devotion <= 20)>> - She is @@color:mediumorchid;inappropriately proud@@ of the nice clothes she's wearing, @@color:mediumaquamarine;building her confidence.@@ - <<set $slaves[$i].devotion -= 5, $slaves[$i].trust += 3>> - <<elseif ($slaves[$i].clothes is "attractive lingerie") && ($slaves[$i].dick > 0)>> - She is @@color:hotpink;proud@@ of the pretty lingerie she's wearing, but she constantly has to adjust her g-string to cover her penis. - <<set $slaves[$i].devotion += 1>> - <<elseif ($slaves[$i].clothes is "a string bikini") && ($slaves[$i].dick > 0)>> - She is @@color:hotpink;proud@@ of the slutty lingerie she's wearing, but she constantly has to adjust her string bikini bottom in a vain effort to cover her penis. - <<set $slaves[$i].devotion += 1>> - <<else>> - She is @@color:hotpink;proud@@ and @@color:mediumaquamarine;confident@@ of the nice clothes she's wearing. - <<set $slaves[$i].devotion += 1, $slaves[$i].trust += 1>> - <</if>> - <</switch>> + <<else>> + She is @@color:hotpink;proud@@ and @@color:mediumaquamarine;confident@@ of the nice clothes she's wearing. + <<set $slaves[$i].devotion += 1, $slaves[$i].trust += 1>> <</if>> +<</switch>> +<</if>> - <<if ($slaves[$i].vaginalAccessory is "chastity belt")>> - <<if ($slaves[$i].devotion > 20)>> - <<if ($slaves[$i].vagina == 0)>> - <<if ($slaves[$i].fetish is "buttslut") && ($slaves[$i].fetishStrength > 60)>> - She's such an anal whore that she's @@color:hotpink;perversely proud@@ of the chastity belt that covers her neglected pussy. - <<set $slaves[$i].devotion += 1>> - <<else>> - She @@color:mediumaquamarine;trusts@@ that you're using the chastity belt she wears to save her virginity for something special. - <<set $slaves[$i].trust += 1>> - <</if>> - <<else>> - <<if ($slaves[$i].energy > 60)>> - <<if ($slaves[$i].fetish is "buttslut") && ($slaves[$i].fetishStrength > 60)>> - She's such a butthole slut that she doesn't care about having her pussy kept off limits. - <<elseif ($slaves[$i].energy > 95)>> - She's such a nympho that having her butthole do double duty for her pussy doesn't bother her. - <<else>> - She has a healthy sexuality, and misses vaginal sex, @@color:red;reducing her sex drive slightly.@@ - <<set $slaves[$i].energy -= 1>> - <</if>> - <</if>> - <</if>> - <</if>> +<<if ($slaves[$i].vaginalAccessory is "chastity belt")>> + <<if ($slaves[$i].devotion > 20)>> + <<if ($slaves[$i].vagina == 0)>> + <<if ($slaves[$i].fetish is "buttslut") && ($slaves[$i].fetishStrength > 60)>> + She's such an anal whore that she's @@color:hotpink;perversely proud@@ of the chastity belt that covers her neglected pussy. + <<set $slaves[$i].devotion += 1>> + <<else>> + She @@color:mediumaquamarine;trusts@@ that you're using the chastity belt she wears to save her virginity for something special. + <<set $slaves[$i].trust += 1>> <</if>> - <<if ($slaves[$i].dickAccessory is "chastity")>> - <<if ($slaves[$i].devotion >= -20)>> - <<if ($slaves[$i].energy > 40)>> - <<if ($slaves[$i].hormones <= 0)>> - <<if ($slaves[$i].fetish is "buttslut") && ($slaves[$i].fetishStrength > 60)>> - She's such a butthole slut that she manages to get off just fine despite her dick being kept untouchable and soft behind a chastity cage. - <<elseif ($slaves[$i].energy > 95)>> - Her sex drive is so overcharged that she manages to orgasm often despite the chastity cage that <<if ($slaves[$i].balls == 0)>>prevents her or anyone else from touching her soft cock<<else>>keeps her dick soft and untouched<</if>>; it's almost always dripping a stream of precum. - <<elseif ($slaves[$i].balls == 0)>> - Though she's a soft, ballsless bitch, having her dick guarded against all stimulation by a chastity cage reduces her enjoyment of intercourse a bit, @@color:red;slightly reducing her sexual appetite.@@ - <<set $slaves[$i].energy -= 1>> - <<else>> - She has a healthy sexuality, but her chastity cage punishes it by making it very uncomfortable to achieve erection. She often goes without release rather than pushing through, @@color:red;reducing her sex drive.@@ - <<set $slaves[$i].energy -= 2>> - <<if ($slaves[$i].devotion > 95)>> - She's so devoted to you that she doesn't let this affect her opinion of you. - <<else>> - She's @@color:mediumorchid;a bit resentful@@ and @@color:gold;much less trusting@@ under all this discomfort. - <<set $slaves[$i].devotion -= 1, $slaves[$i].trust -= 1>> - <</if>> - <</if>> - <</if>> - <</if>> - <</if>> + <<else>> + <<if ($slaves[$i].energy > 60)>> + <<if ($slaves[$i].fetish is "buttslut") && ($slaves[$i].fetishStrength > 60)>> + She's such a butthole slut that she doesn't care about having her pussy kept off limits. + <<elseif ($slaves[$i].energy > 95)>> + She's such a nympho that having her butthole do double duty for her pussy doesn't bother her. + <<else>> + She has a healthy sexuality, and misses vaginal sex, @@color:red;reducing her sex drive slightly.@@ + <<set $slaves[$i].energy -= 1>> <</if>> - - <<if ($arcologies[0].FSChattelReligionist != "unset")>> - <<if ($slaves[$i].behavioralQuirk is "sinful")>> - <<if ($slaves[$i].clothes is "a fallen nuns habit") || ($slaves[$i].clothes is "a chattel habit") || ($slaves[$i].clothes is "a succubus outfit")>> - She's @@color:hotpink;gratified@@ by the sacrilegious clothing she's wearing, glad to be an obvious anathema to old world faiths. - <<set $slaves[$i].devotion += 1>> <</if>> <</if>> <</if>> - - <<set _currentRule to lastPregRule($slaves[$i],$defaultRules)>> - - <<if ($slaves[$i].fetishKnown == 0)>> - <<if ($slaves[$i].fetish is "humiliation")>> - <<if random(1,100) > 90>> - <<if ($slaves[$i].clothes != "conservative clothing") and ($slaves[$i].clothes != "a toga") - and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restrictive latex") and ($slaves[$i].clothes != "cutoffs and a t-shirt") and ($slaves[$i].clothes != "battledress") and ($slaves[$i].clothes != "a penitent nuns habit") and ($slaves[$i].clothes != "a slave gown") and ($slaves[$i].clothes != "slutty business attire") and ($slaves[$i].clothes != "nice business attire") and ($slaves[$i].clothes != "a comfortable bodysuit") and ($slaves[$i].clothes != "a leotard") and ($slaves[$i].clothes != "a bunny outfit") and ($slaves[$i].clothes != "a nice nurse outfit") and ($slaves[$i].clothes != "a slutty nurse outfit") and ($slaves[$i].clothes != "a schoolgirl outfit") and ($slaves[$i].clothes != "a hijab") and ($slaves[$i].clothes != "a kimono") and ($slaves[$i].clothes != "a nice maid outfit") and ($slaves[$i].clothes != "a slutty maid outfit") and ($slaves[$i].clothes != "a ball gown") and ($slaves[$i].clothes != "a halter top dress") and ($slaves[$i].clothes != "a mini dress") and ($slaves[$i].clothes != "a latex catsuit") and ($slaves[$i].clothes != "a military uniform") and ($slaves[$i].clothes != "a maternity dress")>> - Surprisingly, she takes to her extremely revealing clothing, and gets an obvious thrill from it. @@color:green;She's a humiliation fetishist!@@ - <<set $slaves[$i].fetishKnown to 1>> +<</if>> +<<if ($slaves[$i].dickAccessory is "chastity")>> + <<if ($slaves[$i].devotion >= -20)>> + <<if ($slaves[$i].energy > 40)>> + <<if ($slaves[$i].hormones <= 0)>> + <<if ($slaves[$i].fetish is "buttslut") && ($slaves[$i].fetishStrength > 60)>> + She's such a butthole slut that she manages to get off just fine despite her dick being kept untouchable and soft behind a chastity cage. + <<elseif ($slaves[$i].energy > 95)>> + Her sex drive is so overcharged that she manages to orgasm often despite the chastity cage that <<if ($slaves[$i].balls == 0)>>prevents her or anyone else from touching her soft cock<<else>>keeps her dick soft and untouched<</if>>; it's almost always dripping a stream of precum. + <<elseif ($slaves[$i].balls == 0)>> + Though she's a soft, ballsless bitch, having her dick guarded against all stimulation by a chastity cage reduces her enjoyment of intercourse a bit, @@color:red;slightly reducing her sexual appetite.@@ + <<set $slaves[$i].energy -= 1>> + <<else>> + She has a healthy sexuality, but her chastity cage punishes it by making it very uncomfortable to achieve erection. She often goes without release rather than pushing through, @@color:red;reducing her sex drive.@@ + <<set $slaves[$i].energy -= 2>> + <<if ($slaves[$i].devotion > 95)>> + She's so devoted to you that she doesn't let this affect her opinion of you. + <<else>> + She's @@color:mediumorchid;a bit resentful@@ and @@color:gold;much less trusting@@ under all this discomfort. + <<set $slaves[$i].devotion -= 1, $slaves[$i].trust -= 1>> + <</if>> <</if>> <</if>> <</if>> <</if>> +<</if>> - /* ACCESSORIES */ +<<if ($arcologies[0].FSChattelReligionist != "unset")>> +<<if ($slaves[$i].behavioralQuirk is "sinful")>> +<<if ($slaves[$i].clothes is "a fallen nuns habit") || ($slaves[$i].clothes is "a chattel habit") || ($slaves[$i].clothes is "a succubus outfit")>> + She's @@color:hotpink;gratified@@ by the sacrilegious clothing she's wearing, glad to be an obvious anathema to old world faiths. + <<set $slaves[$i].devotion += 1>> +<</if>> +<</if>> +<</if>> - <<if ($slaves[$i].collar != "none")>> +<<set _currentRule to lastPregRule($slaves[$i],$defaultRules)>> - <<if $slaves[$i].collar is "preg biometrics">> - <<if $slaves[$i].fetish is "pregnancy" && $slaves[$i].fetishKnown == 1>> - <<if $slaves[$i].preg < -1>> - Her collar's display reveals all sorts of personal information about her womb, which as an infertile pregnancy fetishist, is @@color:mediumorchid;crippling@@ to her. - <<set $slaves[$i].devotion -= 3>> - <<else>> - Her collar's display reveals all sorts of personal information about her womb, which as a pregnancy fetishist, is @@color:hotpink;pleasing@@ to her. - <<set $slaves[$i].devotion += 1>> - <</if>> - <<elseif $slaves[$i].fetish is "pregnancy" && $slaves[$i].fetishKnown == 0>> - <<if $slaves[$i].preg < -1>> - Her collar's display reveals all sorts of personal information about her womb, which nearly causes her to have a @@color:mediumorchid;mental breakdown@@, painting her as an infertile @@color:green;pregnancy fetishist.@@ +<<if ($slaves[$i].fetishKnown == 0)>> +<<if ($slaves[$i].fetish is "humiliation")>> +<<if random(1,100) > 90>> +<<if ($slaves[$i].clothes != "conservative clothing") and ($slaves[$i].clothes != "a toga") and ($slaves[$i].clothes != "a slutty qipao") and ($slaves[$i].clothes != "restrictive latex") and ($slaves[$i].clothes != "cutoffs and a t-shirt") and ($slaves[$i].clothes != "battledress") and ($slaves[$i].clothes != "a penitent nuns habit") and ($slaves[$i].clothes != "a slave gown") and ($slaves[$i].clothes != "slutty business attire") and ($slaves[$i].clothes != "nice business attire") and ($slaves[$i].clothes != "a comfortable bodysuit") and ($slaves[$i].clothes != "a leotard") and ($slaves[$i].clothes != "a bunny outfit") and ($slaves[$i].clothes != "a nice nurse outfit") and ($slaves[$i].clothes != "a slutty nurse outfit") and ($slaves[$i].clothes != "a schoolgirl outfit") and ($slaves[$i].clothes != "a hijab") and ($slaves[$i].clothes != "a kimono") and ($slaves[$i].clothes != "a nice maid outfit") and ($slaves[$i].clothes != "a slutty maid outfit") and ($slaves[$i].clothes != "a ball gown") and ($slaves[$i].clothes != "a halter top dress") and ($slaves[$i].clothes != "a mini dress") and ($slaves[$i].clothes != "a latex catsuit") and ($slaves[$i].clothes != "a military uniform") and ($slaves[$i].clothes != "a maternity dress")>> + Surprisingly, she takes to her extremely revealing clothing, and gets an obvious thrill from it. @@color:green;She's a humiliation fetishist!@@ + <<set $slaves[$i].fetishKnown to 1>> +<</if>> +<</if>> +<</if>> +<</if>> + +/* ACCESSORIES */ + +<<if ($slaves[$i].collar != "none")>> + +<<if $slaves[$i].collar is "preg biometrics">> + <<if $slaves[$i].fetish is "pregnancy" && $slaves[$i].fetishKnown == 1>> + <<if $slaves[$i].preg < -1>> + Her collar's display reveals all sorts of personal information about her womb, which as an infertile pregnancy fetishist, is @@color:mediumorchid;crippling@@ to her. <<set $slaves[$i].devotion -= 3>> - <<else>> - Her collar's display reveals all sorts of personal information about her womb, @@color:hotpink;oddly exciting@@ her. It would seem she has a @@color:green;pregnancy fetish!@@ - <<set $slaves[$i].devotion += 1>> - <</if>> - <<set $slaves[$i].fetishKnown = 1>> - <<elseif $slaves[$i].fetish is "humiliation" && $slaves[$i].fetishKnown == 1>> - Her collar's display reveals all sorts of personal information about her womb, which is completely humiliating, and @@color:hotpink;pleasing@@ to her. - <<set $slaves[$i].devotion += 1>> - <<elseif $slaves[$i].fetish is "humiliation" && $slaves[$i].fetishKnown == 0>> - Her collar's display reveals all sorts of personal information about her womb, which is completely humiliating, and @@color:hotpink;oddly pleasing@@ to her. She seems to have a @@color:green;humiliation fetish!@@ - <<set $slaves[$i].devotion += 1>> - <<set $slaves[$i].fetishKnown = 1>> - <<elseif $slaves[$i].devotion <= -20>> - Her collar's display reveals all sorts of personal information about her fertility, filling her @@color:mediumorchid;with disgust@@ that you that you consider her womb little more than property, aw well as @@color:gold;fear@@ that it will soon be swelling with an unwelcome child. - <<set $slaves[$i].devotion -= 2>> - <<set $slaves[$i].trust -= 2>> - <<elseif ($slaves[$i].devotion <= 20)>> - Her collar's display reveals all sorts of personal information about her womb, completely @@color:hotpink;degrading her@@ and making her @@color:gold;fear@@ her new life. - <<set $slaves[$i].devotion += 1>> - <<set $slaves[$i].trust -= 2>> - <<elseif $slaves[$i].devotion >= 20>> - Her collar's display reveals all sorts of personal information about her womb, filling her @@color:hotpink;with pride@@ that you think her womb is worth attention. + <<else>> + Her collar's display reveals all sorts of personal information about her womb, which as a pregnancy fetishist, is @@color:hotpink;pleasing@@ to her. <<set $slaves[$i].devotion += 1>> <</if>> + <<elseif $slaves[$i].fetish is "pregnancy" && $slaves[$i].fetishKnown == 0>> + <<if $slaves[$i].preg < -1>> + Her collar's display reveals all sorts of personal information about her womb, which nearly causes her to have a @@color:mediumorchid;mental breakdown@@, painting her as an infertile @@color:green;pregnancy fetishist.@@ + <<set $slaves[$i].devotion -= 3>> + <<else>> + Her collar's display reveals all sorts of personal information about her womb, @@color:hotpink;oddly exciting@@ her. It would seem she has a @@color:green;pregnancy fetish!@@ + <<set $slaves[$i].devotion += 1>> + <</if>> + <<set $slaves[$i].fetishKnown = 1>> + <<elseif $slaves[$i].fetish is "humiliation" && $slaves[$i].fetishKnown == 1>> + Her collar's display reveals all sorts of personal information about her womb, which is completely humiliating, and @@color:hotpink;pleasing@@ to her. + <<set $slaves[$i].devotion += 1>> + <<elseif $slaves[$i].fetish is "humiliation" && $slaves[$i].fetishKnown == 0>> + Her collar's display reveals all sorts of personal information about her womb, which is completely humiliating, and @@color:hotpink;oddly pleasing@@ to her. She seems to have a @@color:green;humiliation fetish!@@ + <<set $slaves[$i].devotion += 1>> + <<set $slaves[$i].fetishKnown = 1>> + <<elseif $slaves[$i].devotion <= -20>> + Her collar's display reveals all sorts of personal information about her fertility, filling her @@color:mediumorchid;with disgust@@ that you that you consider her womb little more than property, aw well as @@color:gold;fear@@ that it will soon be swelling with an unwelcome child. + <<set $slaves[$i].devotion -= 2>> + <<set $slaves[$i].trust -= 2>> <<elseif ($slaves[$i].devotion <= 20)>> - <<if ($slaves[$i].devotion <= 20) && (($slaves[$i].collar is "tight steel") || ($slaves[$i].collar is "cruel retirement counter"))>> - The tight metal collar she's wearing @@color:gold;reminds her to be afraid@@ every time she takes a breath. - <<set $slaves[$i].trust -= 1>> - <<elseif ($slaves[$i].collar is "uncomfortable leather") || ($slaves[$i].collar is "neck corset")>> - The uncomfortable leather collar she's wearing @@color:gold;reminds her to be afraid@@ every time she turns her head. - <<set $slaves[$i].trust -= 1>> - <<elseif ($slaves[$i].collar is "dildo gag")>> - The dildo gag she's wearing @@color:gold;reminds her to be afraid@@ with every breath she must carefully take through her nose. - <<set $slaves[$i].trust -= 1>> - <<elseif ($slaves[$i].collar is "massive dildo gag")>> - The enormous dildo gag she's wearing @@color:gold;terrifies her@@ that she will soon be choking down cocks of similar size. She can feel her throat stretching around the giant dildo, and @@color:mediumorchid;resents you@@ for tormenting her this way. - <<set $slaves[$i].devotion -= 1, $slaves[$i].trust -= 2>> - <<elseif ($slaves[$i].collar is "shock punishment")>> - The shock collar she's wearing makes her frequent, deserved punishments @@color:gold;immediate, inescapable,@@ and @@color:mediumorchid;awful.@@ - <<set $slaves[$i].devotion -= 2, $slaves[$i].trust -= 5>> - <<if ($slaves[$i].devotion < -20) && ($slaves[$i].behavioralFlaw != "odd")>> - Since she's rebellious her life is near-constant electroshock torture. Her resistance is @@color:hotpink;worn down by the agony@@ and she is @@color:gold;thoroughly cowed,@@ but she has been @@color:red;emotionally damaged@@ by the experience to the extent that further shock torture is not likely to affect her as greatly. - <<set $slaves[$i].devotion += 10>> - <<set $slaves[$i].trust -= 10>> - <<set $slaves[$i].behavioralFlaw to "odd">> - <</if>> - <<elseif ($slaves[$i].devotion >= -20)>> - She is @@color:mediumorchid;inappropriately proud@@ and @@color:mediumaquamarine;confident@@ of the nice collar she's wearing. - <<set $slaves[$i].devotion -= 5, $slaves[$i].trust += 3>> + Her collar's display reveals all sorts of personal information about her womb, completely @@color:hotpink;degrading her@@ and making her @@color:gold;fear@@ her new life. + <<set $slaves[$i].devotion += 1>> + <<set $slaves[$i].trust -= 2>> + <<elseif $slaves[$i].devotion >= 20>> + Her collar's display reveals all sorts of personal information about her womb, filling her @@color:hotpink;with pride@@ that you think her womb is worth attention. + <<set $slaves[$i].devotion += 1>> + <</if>> +<<elseif ($slaves[$i].devotion <= 20)>> + <<if ($slaves[$i].devotion <= 20) && (($slaves[$i].collar is "tight steel") || ($slaves[$i].collar is "cruel retirement counter"))>> + The tight metal collar she's wearing @@color:gold;reminds her to be afraid@@ every time she takes a breath. + <<set $slaves[$i].trust -= 1>> + <<elseif ($slaves[$i].collar is "uncomfortable leather") || ($slaves[$i].collar is "neck corset")>> + The uncomfortable leather collar she's wearing @@color:gold;reminds her to be afraid@@ every time she turns her head. + <<set $slaves[$i].trust -= 1>> + <<elseif ($slaves[$i].collar is "dildo gag")>> + The dildo gag she's wearing @@color:gold;reminds her to be afraid@@ with every breath she must carefully take through her nose. + <<set $slaves[$i].trust -= 1>> + <<elseif ($slaves[$i].collar is "massive dildo gag")>> + The enormous dildo gag she's wearing @@color:gold;terrifies her@@ that she will soon be choking down cocks of similar size. She can feel her throat stretching around the giant dildo, and @@color:mediumorchid;resents you@@ for tormenting her this way. + <<set $slaves[$i].devotion -= 1, $slaves[$i].trust -= 2>> + <<elseif ($slaves[$i].collar is "shock punishment")>> + The shock collar she's wearing makes her frequent, deserved punishments @@color:gold;immediate, inescapable,@@ and @@color:mediumorchid;awful.@@ + <<set $slaves[$i].devotion -= 2, $slaves[$i].trust -= 5>> + <<if ($slaves[$i].devotion < -20) && ($slaves[$i].behavioralFlaw != "odd")>> + Since she's rebellious her life is near-constant electroshock torture. Her resistance is @@color:hotpink;worn down by the agony@@ and she is @@color:gold;thoroughly cowed,@@ but she has been @@color:red;emotionally damaged@@ by the experience to the extent that further shock torture is not likely to affect her as greatly. + <<set $slaves[$i].devotion += 10>> + <<set $slaves[$i].trust -= 10>> + <<set $slaves[$i].behavioralFlaw to "odd">> <</if>> - <<else>> - <<if (($slaves[$i].collar is "heavy gold") || ($slaves[$i].collar is "ancient Egyptian"))>> - She bears the burden of her heavy gold collar with @@color:mediumaquamarine;confidence.@@ - <<set $slaves[$i].trust += 1>> - <<elseif ($slaves[$i].collar is "bowtie")>> - The bowtie and shirt collar she wears fill her with @@color:mediumaquamarine;confidence,@@ since although they conceal a more traditional slave collar that can be used to restrain her, they don't look like it. - <<set $slaves[$i].trust += 1>> - <<elseif ($slaves[$i].collar is "pretty jewelry") || ($slaves[$i].collar is "nice retirement counter") || ($slaves[$i].collar is "satin choker") || ($slaves[$i].collar is "nice retirement counter") || ($slaves[$i].collar is "stylish leather") || ($slaves[$i].collar is "silk ribbon")>> - The lovely collar she wears fills her with @@color:mediumaquamarine;confidence.@@ - <<set $slaves[$i].trust += 1>> - <<elseif ($slaves[$i].collar is "leather with cowbell")>> - <<if ($slaves[$i].fetish is "boobs") && ($slaves[$i].fetishStrength > 95)>> - She @@color:hotpink;loves@@ how her cow collar encourages everyone to fuck her udders. - <<set $slaves[$i].devotion += 1>> - <<elseif ($slaves[$i].fetish is "boobs") || ($slaves[$i].energy > 95)>> - She @@color:hotpink;likes@@ how her cow collar encourages everyone to touch her udders. - <<set $slaves[$i].devotion += 1>> - <</if>> + <<elseif ($slaves[$i].devotion >= -20)>> + She is @@color:mediumorchid;inappropriately proud@@ and @@color:mediumaquamarine;confident@@ of the nice collar she's wearing. + <<set $slaves[$i].devotion -= 5, $slaves[$i].trust += 3>> + <</if>> +<<else>> + <<if (($slaves[$i].collar is "heavy gold") || ($slaves[$i].collar is "ancient Egyptian"))>> + She bears the burden of her heavy gold collar with @@color:mediumaquamarine;confidence.@@ + <<set $slaves[$i].trust += 1>> + <<elseif ($slaves[$i].collar is "bowtie")>> + The bowtie and shirt collar she wears fill her with @@color:mediumaquamarine;confidence,@@ since although they conceal a more traditional slave collar that can be used to restrain her, they don't look like it. + <<set $slaves[$i].trust += 1>> + <<elseif ($slaves[$i].collar is "pretty jewelry") || ($slaves[$i].collar is "nice retirement counter") || ($slaves[$i].collar is "satin choker") || ($slaves[$i].collar is "nice retirement counter") || ($slaves[$i].collar is "stylish leather") || ($slaves[$i].collar is "silk ribbon")>> + The lovely collar she wears fills her with @@color:mediumaquamarine;confidence.@@ + <<set $slaves[$i].trust += 1>> + <<elseif ($slaves[$i].collar is "leather with cowbell")>> + <<if ($slaves[$i].fetish is "boobs") && ($slaves[$i].fetishStrength > 95)>> + She @@color:hotpink;loves@@ how her cow collar encourages everyone to fuck her udders. + <<set $slaves[$i].devotion += 1>> + <<elseif ($slaves[$i].fetish is "boobs") || ($slaves[$i].energy > 95)>> + She @@color:hotpink;likes@@ how her cow collar encourages everyone to touch her udders. + <<set $slaves[$i].devotion += 1>> <</if>> <</if>> +<</if>> - <<if ($slaves[$i].collar is "dildo gag")>> - <<if $slaves[$i].oralSkill <= 10>> +<<if ($slaves[$i].collar is "dildo gag")>> + <<if $slaves[$i].oralSkill <= 10>> Living gagged by a dildo, she can't help but get better at having things down her throat. <<set $skillIncrease = 5>><<OralSkillIncrease $slaves[$i]>> - <</if>> <</if>> - <<if ($slaves[$i].collar is "massive dildo gag")>> - <<if $slaves[$i].oralSkill < 50>> - Living gagged by a such an immense dildo, she can't help but get even better at having giant things rammed down her throat. - <<set $skillIncrease = 5>><<OralSkillIncrease $slaves[$i]>> - <</if>> +<</if>> +<<if ($slaves[$i].collar is "massive dildo gag")>> + <<if $slaves[$i].oralSkill < 50>> + Living gagged by a such an immense dildo, she can't help but get even better at having giant things rammed down her throat. + <<set $skillIncrease = 5>><<OralSkillIncrease $slaves[$i]>> <</if>> +<</if>> - <</if>> - - <<if ($slaves[$i].bellyAccessory != "none")>> - <<if ($slaves[$i].bellyAccessory is "an extreme corset") or ($slaves[$i].bellyAccessory is "a corset")>> - <<if (($slaves[$i].waist > 0) && ($slaves[$i].bellyAccessory is "an extreme corset")) || ($slaves[$i].bellyAccessory is "a corset")>> - Her waist is so narrow that she can wear a tight corset without trouble. - <<else>> - The corset she's wearing is so tight that it's @@color:red;unhealthy.@@ - <<set $slaves[$i].health -= 5>> - <<if ($slaves[$i].devotion > 20)>> - <<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 0)>> - During sex, every breath in and out is agonizing. Despite this, she seems to get off on the pain; she's a @@color:lightcoral;natural masochist.@@ - <<set $slaves[$i].fetishKnown to 1>> - <<elseif ($slaves[$i].fetish is "none") || ($slaves[$i].fetishKnown == 0)>> - <<if $fetishChangeChance > random(0,100)>> - During sex, every breath in and out is agonizing. She learns to come in spite of, and then @@color:lightcoral;because of the pain.@@ - <<set $slaves[$i].fetish to "masochist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> - <</if>> - <</if>> - <<else>> - The corset she's wearing is so tight that she @@color:hotpink;barely has breath to think,@@ though she has enough to @@color:gold;fear.@@ - <<set $slaves[$i].devotion += 2>> - <<set $slaves[$i].trust -= 2>> - <<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 0)>> - During sex, every breath in and out is agonizing. Despite this, she seems to get off on the pain; she's a @@color:lightcoral;natural masochist.@@ - <<set $slaves[$i].fetishKnown to 1>> - <<elseif ($slaves[$i].fetish is "none") || ($slaves[$i].fetishKnown == 0)>> - <<if $fetishChangeChance > random(0,100)>> - During sex, every breath in and out is agonizing. She learns to come in spite of, and then @@color:lightcoral;because of the pain.@@ - <<set $slaves[$i].fetish to "masochist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> - <</if>> - <</if>> - <</if>> - <<if ($slaves[$i].waist == 0) && (random(1,100) > 70)>> - @@color:lime;The corseting narrows her waist;@@ - <<set $slaves[$i].waist += 1>> - <<if $slaves[$i].bellyAccessory is "an extreme corset">> - her corsetage is so extreme that it will continue to inconvenience her, however. - <<elseif $slaves[$i].preg > 5>> - her corsetage remains a danger to her pregnancy, however. - <<else>> - she can now comfortably bear her corsetage. - <</if>> - <</if>> - <<if (($slaves[$i].preg > 20) && ($slaves[$i].pregType >= 20) || ($slaves[$i].preg > 30) && ($slaves[$i].pregType >= 10)) || ($slaves[$i].bellyImplant >= 16000)>> - Her straining corset finally gives in to her massive stomach and bursts, freeing her belly. - <<set $slaves[$i].bellyAccessory to "none">> - <</if>> - <<if ($slaves[$i].preg > 10)>> - <<if (random(1,100) > 50)>> - The tight corseting has @@color:orange;caused her to miscarry,@@ which @@color:red;damages her health.@@ - <<set $slaves[$i].health -= 20>> - <<if ($slaves[$i].assignmentVisible == 1) && (_currentRule.preg is -1)>><<set $slaves[$i].preg to -1>><<else>><<set $slaves[$i].preg to 0>><</if>> - She is - <<if $slaves[$i].devotion < -50>> - @@color:mediumorchid;filled with violent, consuming hatred@@ and @@color:gold;fear.@@ Even though she knew her baby was destined for a slave orphanage, it seems she cared for it and views you as its killer. - <<set $slaves[$i].devotion -= 25, $slaves[$i].trust -= 25>> - <<elseif $slaves[$i].devotion < -20>> - @@color:mediumorchid;afflicted by desperate, inconsolable grief@@ and @@color:gold;horror.@@ Even though she knew her baby was destined for a slave orphanage, it seems she cared for it. - <<set $slaves[$i].devotion -= 10, $slaves[$i].trust -= 20>> - <<elseif $slaves[$i].devotion <= 20>> - @@color:mediumorchid;consumed by enduring sorrow@@ and @@color:gold;horror.@@ Even though she knew her baby was destined for a slave orphanage, it seems she cared for it. - <<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>> - <<elseif $slaves[$i].devotion <= 50>> - dully obedient. She has been broken to slave life so thoroughly that even this is neither surprising nor affecting. - <<else>> - @@color:hotpink;pleased by this stark development@@, since she is so attentive to your will. She also expects she'll be able to fuck better now. - <<set $slaves[$i].devotion += 4>> - <</if>> - <</if>> +<</if>> + +<<if ($slaves[$i].bellyAccessory != "none")>> +<<if ($slaves[$i].bellyAccessory is "an extreme corset") or ($slaves[$i].bellyAccessory is "a corset")>> + <<if (($slaves[$i].waist > 0) && ($slaves[$i].bellyAccessory is "an extreme corset")) || ($slaves[$i].bellyAccessory is "a corset")>> + Her waist is so narrow that she can wear a tight corset without trouble. + <<else>> + The corset she's wearing is so tight that it's @@color:red;unhealthy.@@ + <<set $slaves[$i].health -= 5>> + <<if ($slaves[$i].devotion > 20)>> + <<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 0)>> + During sex, every breath in and out is agonizing. Despite this, she seems to get off on the pain; she's a @@color:lightcoral;natural masochist.@@ + <<set $slaves[$i].fetishKnown to 1>> + <<elseif ($slaves[$i].fetish is "none") || ($slaves[$i].fetishKnown == 0)>> + <<if $fetishChangeChance > random(0,100)>> + During sex, every breath in and out is agonizing. She learns to come in spite of, and then @@color:lightcoral;because of the pain.@@ + <<set $slaves[$i].fetish to "masochist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> <</if>> <</if>> - <<elseif $fakeBellies.contains($bellyAccessory)>> - <<if ($slaves[$i].sexualFlaw == "breeder")>> - She @@color:mediumorchid;resents@@ being forced to carry a fake pregnancy instead of a real one. - <<set $slaves[$i].devotion -= 5>> - <<elseif ($slaves[$i].devotion <= 20) && ($slaves[$i].trust >= -50) && ($slaves[$i].fetish is "pregnancy")>> - <<if ($slaves[$i].fetishStrength > 60)>> - As a pregnancy fetishist, she @@color:hotpink;openly enjoys@@ wearing her fake belly around. - <<set $slaves[$i].devotion += 2>> - <<else>> - Her interest in pregnancy helps her @@color:hotpink;enjoy@@ wearing a fake belly. - <<set $slaves[$i].devotion += 1>> + <<else>> + The corset she's wearing is so tight that she @@color:hotpink;barely has breath to think,@@ though she has enough to @@color:gold;fear.@@ + <<set $slaves[$i].devotion += 2>> + <<set $slaves[$i].trust -= 2>> + <<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 0)>> + During sex, every breath in and out is agonizing. Despite this, she seems to get off on the pain; she's a @@color:lightcoral;natural masochist.@@ + <<set $slaves[$i].fetishKnown to 1>> + <<elseif ($slaves[$i].fetish is "none") || ($slaves[$i].fetishKnown == 0)>> + <<if $fetishChangeChance > random(0,100)>> + During sex, every breath in and out is agonizing. She learns to come in spite of, and then @@color:lightcoral;because of the pain.@@ + <<set $slaves[$i].fetish to "masochist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> <</if>> - <<elseif ($slaves[$i].fetish is "pregnancy") && ($slaves[$i].devotion > 50)>> - She carries her fake belly @@color:hotpink;with pride@@, eager for the day you give her one of her own. - <<set $slaves[$i].devotion += 1>> - <<elseif ($slaves[$i].fetish is "pregnancy") && ($slaves[$i].preg == 0) && ($slaves[$i].vagina > -1)>> - The fake belly she wears @@color:mediumorchid;reminds her@@ that she isn't pregnant with a child. - <<set $slaves[$i].devotion -= 1>> - <<elseif ($slaves[$i].vagina == 0) && $arcologies[0].FSRepopulationFocus is "unset">> - The fake belly she wears @@color:gold;worries@@ her that you will soon put a real baby in her. - <<set $slaves[$i].trust -= 1>> <</if>> - <<if $slaves[$i].bellyAccessory is "a huge empathy belly" and $slaves[$i].fetish != "pregnancy">> - <<if $slaves[$i].devotion > 50>> - Her full-sized twins belly is heavy and unwieldy, but she carries it @@color:hotpink;proudly@@ for you. - <<set $slaves[$i].devotion += 1>> + <</if>> + <<if ($slaves[$i].waist == 0) && (random(1,100) > 70)>> + @@color:lime;The corseting narrows her waist;@@ + <<set $slaves[$i].waist += 1>> + <<if $slaves[$i].bellyAccessory is "an extreme corset">> + her corsetage is so extreme that it will continue to inconvenience her, however. + <<elseif $slaves[$i].preg > 5>> + her corsetage remains a danger to her pregnancy, however. + <<else>> + she can now comfortably bear her corsetage. + <</if>> + <</if>> + <<if (($slaves[$i].preg > 20) && ($slaves[$i].pregType >= 20) || ($slaves[$i].preg > 30) && ($slaves[$i].pregType >= 10)) || ($slaves[$i].bellyImplant >= 16000)>> + Her straining corset finally gives in to her massive stomach and bursts, freeing her belly. + <<set $slaves[$i].bellyAccessory to "none">> + <</if>> + <<if ($slaves[$i].preg > 10)>> + <<if (random(1,100) > 50)>> + The tight corseting has @@color:orange;caused her to miscarry,@@ which @@color:red;damages her health.@@ + <<set $slaves[$i].health -= 20>> + <<if ($slaves[$i].assignmentVisible == 1) && (_currentRule.preg is -1)>><<set $slaves[$i].preg to -1>><<else>><<set $slaves[$i].preg to 0>><</if>> + She is + <<if $slaves[$i].devotion < -50>> + @@color:mediumorchid;filled with violent, consuming hatred@@ and @@color:gold;fear.@@ Even though she knew her baby was destined for a slave orphanage, it seems she cared for it and views you as its killer. + <<set $slaves[$i].devotion -= 25, $slaves[$i].trust -= 25>> + <<elseif $slaves[$i].devotion < -20>> + @@color:mediumorchid;afflicted by desperate, inconsolable grief@@ and @@color:gold;horror.@@ Even though she knew her baby was destined for a slave orphanage, it seems she cared for it. + <<set $slaves[$i].devotion -= 10, $slaves[$i].trust -= 20>> + <<elseif $slaves[$i].devotion <= 20>> + @@color:mediumorchid;consumed by enduring sorrow@@ and @@color:gold;horror.@@ Even though she knew her baby was destined for a slave orphanage, it seems she cared for it. + <<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>> + <<elseif $slaves[$i].devotion <= 50>> + dully obedient. She has been broken to slave life so thoroughly that even this is neither surprising nor affecting. <<else>> - Her full-sized twins belly is heavy and unwieldy, and she @@color:mediumorchid;despises@@ being forced to bear it. - <<set $slaves[$i].devotion -= 1>> + @@color:hotpink;pleased by this stark development@@, since she is so attentive to your will. She also expects she'll be able to fuck better now. + <<set $slaves[$i].devotion += 4>> <</if>> <</if>> - <<if ($slaves[$i].fetish is "pregnancy") && ($slaves[$i].fetishStrength <= 95)>> - <<if random(1,100) >= 20>> - Pretending to be pregnant has @@color:lightcoral;furthered her interest in pregnancy@@. - <<set $slaves[$i].fetishStrength += 4>> - <<elseif ($slaves[$i].fetishStrength <= 40)>> - Lugging around a fake pregnancy for the week has shown her she isn't as into pregnancy as she thought. - <<set $slaves[$i].fetish to "none", $slaves[$i].fetishStrength = 10>> - <</if>> - <</if>> - <</if>> - <</if>> - - <<if ($slaves[$i].vaginalAccessory != "none")>> - - <<if ($slaves[$i].vaginalAccessory is "dildo")>> - <<if ($slaves[$i].vagina < 1) && (random(1,100) > 50)>> - Constantly wearing a dildo in her pussy @@color:lime;stretches it out.@@ - <<set $slaves[$i].vagina += 1>> - <<if ($slaves[$i].sexualFlaw is "hates penetration") && (random(1,100) > 50)>> - It also @@color:green;reduces her dislike of having her pussy filled.@@ - <<set $slaves[$i].sexualFlaw to "none">> - <</if>> - <</if>> - <<elseif ($slaves[$i].vaginalAccessory is "long dildo")>> - <<if ($slaves[$i].vagina < 1) && (random(1,100) > 50)>> - Constantly wearing a dildo in her pussy @@color:lime;stretches it out.@@ + <</if>> +<<elseif $fakeBellies.contains($bellyAccessory)>> + <<if ($slaves[$i].sexualFlaw == "breeder")>> + She @@color:mediumorchid;resents@@ being forced to carry a fake pregnancy instead of a real one. + <<set $slaves[$i].devotion -= 5>> + <<elseif ($slaves[$i].devotion <= 20) && ($slaves[$i].trust >= -50) && ($slaves[$i].fetish is "pregnancy")>> + <<if ($slaves[$i].fetishStrength > 60)>> + As a pregnancy fetishist, she @@color:hotpink;openly enjoys@@ wearing her fake belly around. + <<set $slaves[$i].devotion += 2>> + <<else>> + Her interest in pregnancy helps her @@color:hotpink;enjoy@@ wearing a fake belly. + <<set $slaves[$i].devotion += 1>> + <</if>> + <<elseif ($slaves[$i].fetish is "pregnancy") && ($slaves[$i].devotion > 50)>> + She carries her fake belly @@color:hotpink;with pride@@, eager for the day you give her one of her own. + <<set $slaves[$i].devotion += 1>> + <<elseif ($slaves[$i].fetish is "pregnancy") && ($slaves[$i].preg == 0) && ($slaves[$i].vagina > -1)>> + The fake belly she wears @@color:mediumorchid;reminds her@@ that she isn't pregnant with a child. + <<set $slaves[$i].devotion -= 1>> + <<elseif ($slaves[$i].vagina == 0) && $arcologies[0].FSRepopulationFocus is "unset">> + The fake belly she wears @@color:gold;worries@@ her that you will soon put a real baby in her. + <<set $slaves[$i].trust -= 1>> + <</if>> + <<if $slaves[$i].bellyAccessory is "a huge empathy belly" and $slaves[$i].fetish != "pregnancy">> + <<if $slaves[$i].devotion > 50>> + Her full-sized twins belly is heavy and unwieldy, but she carries it @@color:hotpink;proudly@@ for you. + <<set $slaves[$i].devotion += 1>> + <<else>> + Her full-sized twins belly is heavy and unwieldy, and she @@color:mediumorchid;despises@@ being forced to bear it. + <<set $slaves[$i].devotion -= 1>> + <</if>> + <</if>> + <<if ($slaves[$i].fetish is "pregnancy") && ($slaves[$i].fetishStrength <= 95)>> + <<if random(1,100) >= 20>> + Pretending to be pregnant has @@color:lightcoral;furthered her interest in pregnancy@@. + <<set $slaves[$i].fetishStrength += 4>> + <<elseif ($slaves[$i].fetishStrength <= 40)>> + Lugging around a fake pregnancy for the week has shown her she isn't as into pregnancy as she thought. + <<set $slaves[$i].fetish to "none", $slaves[$i].fetishStrength = 10>> + <</if>> + <</if>> +<</if>> + +<</if>> + +<<if ($slaves[$i].vaginalAccessory != "none")>> + +<<if ($slaves[$i].vaginalAccessory is "dildo")>> + <<if ($slaves[$i].vagina < 1) && (random(1,100) > 50)>> + Constantly wearing a dildo in her virgin pussy @@color:lime;gets it used to penetration.@@ <<set $slaves[$i].vagina += 1>> - <<if ($slaves[$i].sexualFlaw is "hates penetration") && (random(1,100) > 50)>> - It also @@color:green;reduces her dislike of having her pussy filled.@@ - <<set $slaves[$i].sexualFlaw to "none">> - <</if>> - <</if>> - <<if ($slaves[$i].sexualQuirk is "size queen")>> - Being able to hold such a long dildo is a @@color:hotpink;point of pride@@ for the ostentatious size queen. - <<set $slaves[$i].devotion += 2>> + <<else>> + Her pussy easily accomodates the dildo she's required to wear. + <</if>> + <<if ($slaves[$i].sexualFlaw is "hates penetration") && (random(1,100) > 50)>> + The habit @@color:green;reduces her dislike of having her pussy filled.@@ + <<set $slaves[$i].sexualFlaw to "none">> + <</if>> +<<elseif ($slaves[$i].vaginalAccessory is "long dildo")>> + <<if ($slaves[$i].vagina < 1) && (random(1,100) > 50)>> + Constantly wearing a dildo in her virgin pussy @@color:lime;gets it used to penetration.@@ + <<set $slaves[$i].vagina += 1>> + <</if>> + <<if ($slaves[$i].sexualFlaw is "hates penetration") && (random(1,100) > 50)>> + The habit @@color:green;reduces her dislike of having her pussy filled.@@ + <<set $slaves[$i].sexualFlaw to "none">> + <</if>> + <<if ($slaves[$i].sexualQuirk is "size queen")>> + Being able to hold such a long dildo is a @@color:hotpink;point of pride@@ for the ostentatious size queen. + <<set $slaves[$i].devotion += 2>> + <<else>> + It penetrates her cervix causing her tremendous discomfort, making her a little @@color:gold;less trusting@@ of you. + <<set $slaves[$i].trust -= 1>> + <</if>> +<<elseif ($slaves[$i].vaginalAccessory is "large dildo")>> + <<if $slaves[$i].vagina < 3>> + <<if random(1,4) == 1>> + Constantly wearing a large dildo in her pussy @@color:lime;stretches it out.@@ + <<set $slaves[$i].vagina += 1>> <<else>> - It penetrates her cervix causing her tremendous discomfort, making her a little @@color:gold;less trusting@@ of you. - <<set $slaves[$i].trust -= 1>> + The large dildo she's required to wear is a stretch for her cunt, but pussies are resilient and hers isn't seriously affected. <</if>> - <<elseif ($slaves[$i].vaginalAccessory is "large dildo")>> - <<if ($slaves[$i].vagina < 2)>> - The big dildo in her tight pussy + <<else>> + Her pussy accomodates the large dildo she's required to wear. + <</if>> + <<if ($slaves[$i].vagina < 2)>> + The big dildo in her tight cunt <<if ($slaves[$i].sexualQuirk is "size queen")>> is a @@color:hotpink;point of pride@@ for the ostentatious size queen. <<set $slaves[$i].devotion += 2>> @@ -504,125 +515,130 @@ <<set $slaves[$i].devotion += 1>> <</if>> <<if ($slaves[$i].vagina == 1)>> - It stretches her tight cunt to soreness by the end of the day, so it also makes her a little @@color:gold;less trusting@@ of you. + It stretches her tight cunt to soreness by the end of every day, so it also makes her a little @@color:gold;less trusting@@ of you. <<set $slaves[$i].trust -= 1>> <</if>> + <</if>> +<<elseif ($slaves[$i].vaginalAccessory is "long, large dildo")>> + <<if ($slaves[$i].vagina < 3)>> + <<if random(1,4) == 1>> + Constantly wearing a large dildo in her pussy @@color:lime;stretches it out.@@ + <<set $slaves[$i].vagina += 1>> + <<else>> + The large dildo she's required to wear is a stretch for her cunt, but pussies are resilient and hers isn't seriously affected. <</if>> - <<if ($slaves[$i].vagina < 3) && (random(1,2) == 1)>> - Constantly wearing a large dildo in her pussy @@color:lime;stretches it out.@@ - <<set $slaves[$i].vagina += 1>> - <</if>> - <<elseif ($slaves[$i].vaginalAccessory is "long, large dildo")>> - <<if ($slaves[$i].vagina < 2)>> - The big, long dildo in her tight pussy + <<else>> + Her pussy accomodates the large dildo she's required to wear. + <</if>> + <<if ($slaves[$i].vagina < 2)>> + The big, long dildo in her tight cunt <<if ($slaves[$i].sexualQuirk is "size queen")>> is a @@color:hotpink;point of pride@@ for the ostentatious size queen. <<set $slaves[$i].devotion += 2>> <<else>> @@color:hotpink;breaks her to sexual slavery@@ slightly. It also penetrates her cervix causing her tremendous discomfort, making her a little @@color:gold;less trusting@@ of you. - <<set $slaves[$i].trust -= 1>> <<set $slaves[$i].devotion += 1>> + <<set $slaves[$i].trust -= 1>> <</if>> <<if ($slaves[$i].vagina == 1)>> - It stretches her tight cunt to soreness by the end of the day, so it also makes her a little @@color:gold;less trusting@@ of you. + It stretches her tight cunt to soreness by the end of every day, so it also makes her a little @@color:gold;less trusting@@ of you. <<set $slaves[$i].trust -= 1>> <</if>> - <</if>> - <<if ($slaves[$i].vagina < 3) && (random(1,2) == 1)>> - Constantly wearing a huge dildo in her pussy @@color:lime;stretches it out.@@ - <<set $slaves[$i].vagina += 1>> - <</if>> - <<elseif ($slaves[$i].vaginalAccessory is "huge dildo")>> + <</if>> +<<elseif ($slaves[$i].vaginalAccessory is "huge dildo")>> + <<if ($slaves[$i].vagina < 4)>> + <<if ($slaves[$i].sexualQuirk is "size queen")>> + She thinks of the massive dildo stretching out her womanhood as @@color:lime;preparation for the biggest cocks,@@ and @@color:hotpink;looks forward@@ to take anything, dicks, hands, truly anything, inside her newly capacious cunt. + <<set $slaves[$i].devotion += 4>> + <<elseif ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>> + She gets off on the agony of having her cunt @@color:lime;permanently stretched@@ by a huge dildo. The terrible combination of pain and pleasure @@color:hotpink;breaks her will@@ but fills her with @@color:gold;fear.@@ + <<set $slaves[$i].devotion += 5, $slaves[$i].trust -= 5>> + <<elseif ($slaves[$i].fetish is "submissive") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>> + She submits to the agony of having her cunt @@color:lime;permanently stretched@@ by a huge dildo. Having her hole ruined at your whim @@color:hotpink;breaks her will@@ but fills her with @@color:gold;fear.@@ + <<set $slaves[$i].devotion += 5, $slaves[$i].trust -= 5>> + <<else>> + The agony of having her cunt @@color:lime;permanently stretched@@ by a huge dildo fills her with @@color:mediumorchid;resentment@@ and @@color:gold;fear.@@ + <<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>> + <</if>> + <<set $slaves[$i].vagina += 1>> + <</if>> +<<elseif ($slaves[$i].vaginalAccessory is "long, huge dildo")>> <<if ($slaves[$i].vagina < 4)>> <<if ($slaves[$i].sexualQuirk is "size queen")>> - She thinks of the massive dildo stretching out her womanhood as @@color:lime;preparation for the biggest cocks,@@ and @@color:hotpink;looks forward@@ to take anything, dicks, hands, truly anything, inside her newly capacious cunt. + She thinks of the massive dildo stretching out her womanhood and stomach as @@color:lime;preparation for the biggest cocks,@@ and @@color:hotpink;looks forward@@ to take anything, dicks, hands, arms, truly anything, inside her newly capacious cunt. <<set $slaves[$i].devotion += 4>> <<elseif ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>> - She gets off on the agony of having her cunt @@color:lime;permanently stretched@@ by a huge dildo. The terrible combination of pain and pleasure @@color:hotpink;breaks her will@@ but fills her with @@color:gold;fear.@@ + She gets off on the agony of having her cunt @@color:lime;permanently stretched@@ and her cervix penetrated by a huge dildo. The terrible combination of pain and pleasure @@color:hotpink;breaks her will@@ but fills her with @@color:gold;fear.@@ <<set $slaves[$i].devotion += 5, $slaves[$i].trust -= 5>> <<elseif ($slaves[$i].fetish is "submissive") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>> - She submits to the agony of having her cunt @@color:lime;permanently stretched@@ by a huge dildo. Having her hole ruined at your whim @@color:hotpink;breaks her will@@ but fills her with @@color:gold;fear.@@ + She submits to the agony of having her cunt @@color:lime;permanently stretched@@ and her cervix penetrated by a huge dildo. Having her hole and cervix ruined at your whim @@color:hotpink;breaks her will@@ but fills her with @@color:gold;fear.@@ <<set $slaves[$i].devotion += 5, $slaves[$i].trust -= 5>> <<else>> - The agony of having her cunt @@color:lime;permanently stretched@@ by a huge dildo fills her with @@color:mediumorchid;resentment@@ and @@color:gold;fear.@@ + The agony of having her cunt @@color:lime;permanently stretched@@ and her cervix penetrated by a huge dildo fills her with @@color:mediumorchid;resentment@@ and @@color:gold;fear.@@ <<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>> <</if>> <<set $slaves[$i].vagina += 1>> <</if>> - <<elseif ($slaves[$i].vaginalAccessory is "long, huge dildo")>> - <<if ($slaves[$i].vagina < 4)>> - <<if ($slaves[$i].sexualQuirk is "size queen")>> - She thinks of the massive dildo stretching out her womanhood and stomach as @@color:lime;preparation for the biggest cocks,@@ and @@color:hotpink;looks forward@@ to take anything, dicks, hands, arms, truly anything, inside her newly capacious cunt. - <<set $slaves[$i].devotion += 4>> - <<elseif ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>> - She gets off on the agony of having her cunt @@color:lime;permanently stretched@@ and her cervix penetrated by a huge dildo. The terrible combination of pain and pleasure @@color:hotpink;breaks her will@@ but fills her with @@color:gold;fear.@@ - <<set $slaves[$i].devotion += 5, $slaves[$i].trust -= 5>> - <<elseif ($slaves[$i].fetish is "submissive") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>> - She submits to the agony of having her cunt @@color:lime;permanently stretched@@ and her cervix penetrated by a huge dildo. Having her hole and cervix ruined at your whim @@color:hotpink;breaks her will@@ but fills her with @@color:gold;fear.@@ - <<set $slaves[$i].devotion += 5, $slaves[$i].trust -= 5>> - <<else>> - The agony of having her cunt @@color:lime;permanently stretched@@ and her cervix penetrated by a huge dildo fills her with @@color:mediumorchid;resentment@@ and @@color:gold;fear.@@ - <<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>> - <</if>> - <<set $slaves[$i].vagina += 1>> - <</if>> - <</if>> + <</if>> - <<if ($slaves[$i].vaginalAccessory is "long, huge dildo") || ($slaves[$i].vaginalAccessory is "long, large dildo") || ($slaves[$i].vaginalAccessory is "long dildo")>> - <<if ($slaves[$i].preg > 4)>> - <<if (random(1,100) > 50)>> - The dildo penetrating her womb @@color:orange;caused her to miscarry,@@ which @@color:red;damages her health.@@ - <<set $slaves[$i].health -= 20>> - <<if ($slaves[$i].assignmentVisible == 1) && (_currentRule.preg is -1)>><<set $slaves[$i].preg to -1>><<else>><<set $slaves[$i].preg to 0>><</if>> - She is - <<if $slaves[$i].devotion < -50>> - @@color:mediumorchid;filled with violent, consuming hatred@@ and @@color:gold;fear.@@ Even though she knew her baby was destined for a slave orphanage, it seems she cared for it and views you as its killer. - <<set $slaves[$i].devotion -= 25, $slaves[$i].trust -= 25>> - <<elseif $slaves[$i].devotion < -20>> - @@color:mediumorchid;afflicted by desperate, inconsolable grief@@ and @@color:gold;horror.@@ Even though she knew her baby was destined for a slave orphanage, it seems she cared for it. - <<set $slaves[$i].devotion -= 10, $slaves[$i].trust -= 20>> - <<elseif $slaves[$i].devotion <= 20>> - @@color:mediumorchid;consumed by enduring sorrow@@ and @@color:gold;horror.@@ Even though she knew her baby was destined for a slave orphanage, it seems she cared for it. - <<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>> - <<elseif $slaves[$i].devotion <= 50>> - dully obedient. She has been broken to slave life so thoroughly that even this is neither surprising nor affecting. - <<else>> - @@color:hotpink;pleased by this stark development@@, since she is so attentive to your will. She also expects she'll be able to fuck better now. - <<set $slaves[$i].devotion += 4>> - <</if>> - <</if>> +<<if ($slaves[$i].vaginalAccessory is "long, huge dildo") || ($slaves[$i].vaginalAccessory is "long, large dildo") || ($slaves[$i].vaginalAccessory is "long dildo")>> + <<if ($slaves[$i].preg > 4)>> + <<if (random(1,100) > 50)>> + The dildo penetrating her womb @@color:orange;caused her to miscarry,@@ which @@color:red;damages her health.@@ + <<set $slaves[$i].health -= 20>> + <<if ($slaves[$i].assignmentVisible == 1) && (_currentRule.preg is -1)>><<set $slaves[$i].preg to -1>><<else>><<set $slaves[$i].preg to 0>><</if>> + She is + <<if $slaves[$i].devotion < -50>> + @@color:mediumorchid;filled with violent, consuming hatred@@ and @@color:gold;fear.@@ Even though she knew her baby was destined for a slave orphanage, it seems she cared for it and views you as its killer. + <<set $slaves[$i].devotion -= 25, $slaves[$i].trust -= 25>> + <<elseif $slaves[$i].devotion < -20>> + @@color:mediumorchid;afflicted by desperate, inconsolable grief@@ and @@color:gold;horror.@@ Even though she knew her baby was destined for a slave orphanage, it seems she cared for it. + <<set $slaves[$i].devotion -= 10, $slaves[$i].trust -= 20>> + <<elseif $slaves[$i].devotion <= 20>> + @@color:mediumorchid;consumed by enduring sorrow@@ and @@color:gold;horror.@@ Even though she knew her baby was destined for a slave orphanage, it seems she cared for it. + <<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>> + <<elseif $slaves[$i].devotion <= 50>> + dully obedient. She has been broken to slave life so thoroughly that even this is neither surprising nor affecting. + <<else>> + @@color:hotpink;pleased by this stark development@@, since she is so attentive to your will. She also expects she'll be able to fuck better now. + <<set $slaves[$i].devotion += 4>> <</if>> + <</if>> <</if>> +<</if>> - <</if>> +<</if>> - <<if ($slaves[$i].buttplug != "none")>> +<<if ($slaves[$i].buttplug != "none")>> - <<if ($slaves[$i].buttplug is "plug")>> - <<if ($slaves[$i].anus < 1) && ($slaves[$i].anus > -1) && (random(1,100) > 50)>> - Constantly wearing a plug in her butt @@color:lime;stretches it out.@@ - <<set $slaves[$i].anus += 1>> - <<if ($slaves[$i].sexualFlaw is "hates anal") && (random(1,100) > 50)>> - It also @@color:green;gets her used to having her asshole filled.@@ - <<set $slaves[$i].sexualFlaw to "none">> - <</if>> - <</if>> - <<elseif ($slaves[$i].buttplug is "long plug")>> - <<if ($slaves[$i].anus < 1) && ($slaves[$i].anus > -1) && (random(1,100) > 50)>> - Constantly wearing a plug in her butt @@color:lime;stretches it out.@@ +<<if ($slaves[$i].buttplug is "plug") || ($slaves[$i].buttplug is "long plug")>> + <<if $slaves[$i].anus < 1>> + Constantly wearing a plug in her virgin butthole @@color:lime;stretches it out.@@ <<set $slaves[$i].anus += 1>> - <<if ($slaves[$i].sexualFlaw is "hates anal") && (random(1,100) > 50)>> - It also @@color:green;gets her used to having her asshole filled.@@ - <<set $slaves[$i].sexualFlaw to "none">> + <<else>> + Her asshole is used to being penetrated and wearing her buttplug doesn't affect it. <</if>> + <<if ($slaves[$i].sexualFlaw is "hates anal") && (random(1,100) > 50)>> + It @@color:green;gets her habituated to having her asshole filled.@@ + <<set $slaves[$i].sexualFlaw to "none">> + <</if>> + <<if ($slaves[$i].sexualQuirk is "size queen") && ($slaves[$i].buttplug is "long plug")>> + The overly long plug delving the depths of her rear @@color:hotpink;gets her off,@@ since she's a size queen. + <<set $slaves[$i].devotion += 2>> + <</if>> +<<elseif ($slaves[$i].buttplug is "large plug") || ($slaves[$i].buttplug is "long, large plug")>> + <<if $slaves[$i].anus < 3>> + <<if random(1,2) == 1>> + Constantly wearing a large plug up her ass @@color:lime;loosens her sphincter.@@ + <<set $slaves[$i].anus += 1>> + <<else>> + The large plug she's required to wear up her ass stretches it to the limit, but on the rare occasions when the plug is removed, her rear hole still tightens up. <</if>> - <<if ($slaves[$i].sexualQuirk is "size queen")>> - The overly long plug delving the depths of her rear @@color:hotpink;gets her off,@@ since she's a size queen. - <<set $slaves[$i].devotion += 2>> - <</if>> - <<elseif ($slaves[$i].buttplug is "large plug") || ($slaves[$i].buttplug is "long, large plug")>> - <<if ($slaves[$i].anus < 2)>> - The uncomfortably large plug in her asshole + <<else>> + Her anus accomodates the large plug she's required to wear. + <</if>> + <<if ($slaves[$i].anus < 2)>> + The uncomfortable plug in her asshole <<if ($slaves[$i].sexualQuirk is "size queen")>> @@color:hotpink;gets her off,@@ since she's a size queen. <<set $slaves[$i].devotion += 2>> @@ -630,5013 +646,5006 @@ @@color:hotpink;breaks her to anal slavery@@ slightly. <<set $slaves[$i].devotion += 1>> <</if>> - <</if>> <<if ($slaves[$i].anus == 1)>> - It stretches her tight rosebud painfully, making her somewhat @@color:gold;less trusting@@ of you. - <<set $slaves[$i].trust -= 1>> - <</if>> - <<if ($slaves[$i].anus < 3) && ($slaves[$i].anus > -1) && (random(1,2) == 1)>> - Constantly wearing a large plug in her butt @@color:lime;stretches it out.@@ - <<set $slaves[$i].anus += 1>> - <</if>> - <<elseif ($slaves[$i].buttplug is "huge plug") || ($slaves[$i].buttplug is "long, huge plug")>> - <<if ($slaves[$i].anus < 4)>> - <<if ($slaves[$i].sexualQuirk is "size queen")>> - She thinks of the horribly huge plug she has wear in her butt as @@color:lime;preparation for the biggest cocks,@@ and @@color:hotpink;looks forward@@ to being able to safely take unlubricated anal from them. - <<set $slaves[$i].devotion += 4>> - <<elseif ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>> - She gets off on the agony of having her anal sphincter @@color:lime;permanently gaped@@ by a huge buttplug. The terrible combination of pain and pleasure @@color:hotpink;breaks her will@@ but fills her with @@color:gold;fear.@@ - <<set $slaves[$i].devotion += 5, $slaves[$i].trust -= 5>> - <<elseif ($slaves[$i].fetish is "submissive") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>> - She submits to the agony of having her anal sphincter @@color:lime;permanently gaped@@ by a huge buttplug. Having her hole ruined at your whim @@color:hotpink;breaks her will@@ but fills her with @@color:gold;fear.@@ - <<set $slaves[$i].devotion += 5, $slaves[$i].trust -= 5>> - <<else>> - The agony of having her anal sphincter @@color:lime;permanently gaped@@ by a huge buttplug fills her with @@color:mediumorchid;resentment@@ and @@color:gold;fear.@@ - <<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>> - <</if>> - <<set $slaves[$i].anus += 1>> + It stretches her tight rosebud painfully, making her somewhat @@color:gold;less trusting@@ of you. + <<set $slaves[$i].trust -= 1>> <</if>> <</if>> - <<if ($slaves[$i].buttplug is "plug") || ($slaves[$i].buttplug is "large plug") || ($slaves[$i].buttplug is "long, large plug") || ($slaves[$i].buttplug is "long plug")>> - <<if ($slaves[$i].fetish is "buttslut") && ($slaves[$i].fetishKnown == 0)>> - She shows a surprising lack of resistance to the routine of getting the plug up her butt in the morning; she seems to @@color:lightcoral;naturally enjoy anal stimulation.@@ - <<set $slaves[$i].fetishKnown to 1>> - <<elseif ($slaves[$i].fetish is "none") || ($slaves[$i].fetishKnown == 0)>> - <<if $fetishChangeChance > random(0,100)>> - Slowly, her anguish at getting the plug up her butt in the morning turns to secret enjoyment and finally to @@color:pink;open arousal at having her anus filled.@@ - <<set $slaves[$i].fetish to "buttslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> - <</if>> - <</if>> +<<elseif ($slaves[$i].buttplug is "huge plug") || ($slaves[$i].buttplug is "long, huge plug")>> + <<if ($slaves[$i].anus < 4)>> + <<if ($slaves[$i].sexualQuirk is "size queen")>> + She thinks of the horribly huge plug she has wear in her butt as @@color:lime;preparation for the biggest cocks,@@ and @@color:hotpink;looks forward@@ to being able to safely take unlubricated anal from them. + <<set $slaves[$i].devotion += 4>> + <<elseif ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>> + She gets off on the agony of having her anal sphincter @@color:lime;permanently gaped@@ by a huge buttplug. The terrible combination of pain and pleasure @@color:hotpink;breaks her will@@ but fills her with @@color:gold;fear.@@ + <<set $slaves[$i].devotion += 5, $slaves[$i].trust -= 5>> + <<elseif ($slaves[$i].fetish is "submissive") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>> + She submits to the agony of having her anal sphincter @@color:lime;permanently gaped@@ by a huge buttplug. Having her hole ruined at your whim @@color:hotpink;breaks her will@@ but fills her with @@color:gold;fear.@@ + <<set $slaves[$i].devotion += 5, $slaves[$i].trust -= 5>> + <<else>> + The agony of having her anal sphincter @@color:lime;permanently gaped@@ by a huge buttplug fills her with @@color:mediumorchid;resentment@@ and @@color:gold;fear.@@ + <<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>> <</if>> - + <<set $slaves[$i].anus += 1>> <</if>> +<</if>> +<<if ($slaves[$i].buttplug is "plug") || ($slaves[$i].buttplug is "large plug") || ($slaves[$i].buttplug is "long, large plug") || ($slaves[$i].buttplug is "long plug")>> + <<if ($slaves[$i].fetish is "buttslut") && ($slaves[$i].fetishKnown == 0)>> + She shows a surprising lack of resistance to the routine of getting the plug up her butt in the morning; she seems to @@color:lightcoral;naturally enjoy anal stimulation.@@ + <<set $slaves[$i].fetishKnown to 1>> + <<elseif ($slaves[$i].fetish is "none") || ($slaves[$i].fetishKnown == 0)>> + <<if $fetishChangeChance > random(0,100)>> + Slowly, her anguish at getting the plug up her butt in the morning turns to secret enjoyment and finally to @@color:pink;open arousal at having her anus filled.@@ + <<set $slaves[$i].fetish to "buttslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> + <</if>> + <</if>> +<</if>> - <<if ($slaves[$i].shoes is "heels")>> - <<if ($slaves[$i].amp < 0)>> - Her P-Limb legs work just as well in heels as they do out of them. - <<else>> - <<if $slaves[$i].devotion < -20>> - She @@color:mediumorchid;resents being forced@@ to wear high heels. - <<set $slaves[$i].devotion -= 2>> - <</if>> - <</if>> - <<elseif ($slaves[$i].shoes is "boots")>> - <<if ($slaves[$i].amp < 0)>> - Her P-Limb legs work just as well in boots as they do out of them. - <<else>> - <<if $slaves[$i].devotion < -20>> - She @@color:mediumorchid;resents being forced@@ to wear high heeled boots. - <<set $slaves[$i].devotion -= 2>> - <</if>> +<</if>> + +<<if ($slaves[$i].shoes is "heels")>> + <<if ($slaves[$i].amp < 0)>> + Her P-Limb legs work just as well in heels as they do out of them. + <<else>> + <<if $slaves[$i].devotion < -20>> + She @@color:mediumorchid;resents being forced@@ to wear high heels. + <<set $slaves[$i].devotion -= 2>> <</if>> - <<elseif ($slaves[$i].shoes is "extreme heels")>> - <<if ($slaves[$i].amp < 0)>> - Her P-Limb legs work just as well in extreme heels as they do out of them. - <<else>> - <<if $slaves[$i].devotion < -20>> - She @@color:mediumorchid;resents being forced@@ to wear @@color:gold;painfully@@ high heels. - <<set $slaves[$i].devotion -= 2>> - <<set $slaves[$i].trust -= 2>> - <<else>> - She is kept @@color:hotpink;mindful@@ and @@color:gold;fearful@@ by the difficulty of walking in her extreme heels. - <<set $slaves[$i].devotion += 1>> - <<set $slaves[$i].trust -= 1>> - <</if>> - They're so high they're a bit @@color:red;unhealthy@@ for her legs. - <<set $slaves[$i].health -= 2>> + <</if>> +<<elseif ($slaves[$i].shoes is "boots")>> + <<if ($slaves[$i].amp < 0)>> + Her P-Limb legs work just as well in boots as they do out of them. + <<else>> + <<if $slaves[$i].devotion < -20>> + She @@color:mediumorchid;resents being forced@@ to wear high heeled boots. + <<set $slaves[$i].devotion -= 2>> <</if>> + <</if>> +<<elseif ($slaves[$i].shoes is "extreme heels")>> + <<if ($slaves[$i].amp < 0)>> + Her P-Limb legs work just as well in extreme heels as they do out of them. <<else>> - <<if ($slaves[$i].heels == 1)>> - <<if !canWalk($slaves[$i])>> - <<if ($slaves[$i].fetish != "mindbroken")>> - <<if ($slaves[$i].devotion >= -20) && ($slaves[$i].fetish is "submissive") && ($slaves[$i].fetishKnown == 1)>> - She @@color:hotpink;loves being forced@@ to crawl around like some kind of animal. - <<set $slaves[$i].devotion += 1>> - <<elseif $slaves[$i].devotion > 50>> - She accepts being forced to crawl around on all fours. + <<if $slaves[$i].devotion < -20>> + She @@color:mediumorchid;resents being forced@@ to wear @@color:gold;painfully@@ high heels. + <<set $slaves[$i].devotion -= 2>> + <<set $slaves[$i].trust -= 2>> <<else>> - She @@color:mediumorchid;resents being forced@@ to crawl around like some kind of animal, but it keeps her properly @@color:gold;afraid.@@ - <<set $slaves[$i].devotion -= 2, $slaves[$i].trust -= 4>> - <</if>> - <</if>> - <</if>> + She is kept @@color:hotpink;mindful@@ and @@color:gold;fearful@@ by the difficulty of walking in her extreme heels. + <<set $slaves[$i].devotion += 1>> + <<set $slaves[$i].trust -= 1>> <</if>> + They're so high they're a bit @@color:red;unhealthy@@ for her legs. + <<set $slaves[$i].health -= 2>> + <</if>> +<<else>> + <<if ($slaves[$i].heels == 1)>> + <<if !canWalk($slaves[$i])>> + <<if ($slaves[$i].fetish != "mindbroken")>> + <<if ($slaves[$i].devotion >= -20) && ($slaves[$i].fetish is "submissive") && ($slaves[$i].fetishKnown == 1)>> + She @@color:hotpink;loves being forced@@ to crawl around like some kind of animal. + <<set $slaves[$i].devotion += 1>> + <<elseif $slaves[$i].devotion > 50>> + She accepts being forced to crawl around on all fours. + <<else>> + She @@color:mediumorchid;resents being forced@@ to crawl around like some kind of animal, but it keeps her properly @@color:gold;afraid.@@ + <<set $slaves[$i].devotion -= 2, $slaves[$i].trust -= 4>> <</if>> + <</if>> + <</if>> + <</if>> +<</if>> - <</if>> /* CLOSES CLOTHES AND ACCESSORIES */ +<</if>> /* CLOSES CLOTHES AND ACCESSORIES */ - <<if $slaves[$i].fetish is "mindbroken">> - <<set $slaves[$i].fetishStrength = 10, $slaves[$i].attrXY to 50, $slaves[$i].attrXX to 50, $slaves[$i].attrKnown to 1, $slaves[$i].devotion = 40, $slaves[$i].trust = -40, $slaves[$i].vaginalSkill = 0, $slaves[$i].oralSkill = 0, $slaves[$i].analSkill = 0, $slaves[$i].combatSkill = 0, $slaves[$i].whoreSkill = 0, $slaves[$i].entertainSkill = 0, $slaves[$i].intelligence to -2, $slaves[$i].intelligenceImplant to 0, $slaves[$i].sexualFlaw to "none", $slaves[$i].sexualQuirk to "none", $slaves[$i].behavioralFlaw to "none", $slaves[$i].behavioralQuirk to "none">> - <</if>> +<<if $slaves[$i].fetish is "mindbroken">> + <<set $slaves[$i].fetishStrength = 10, $slaves[$i].attrXY to 50, $slaves[$i].attrXX to 50, $slaves[$i].attrKnown to 1, $slaves[$i].devotion = 40, $slaves[$i].trust = -40, $slaves[$i].vaginalSkill = 0, $slaves[$i].oralSkill = 0, $slaves[$i].analSkill = 0, $slaves[$i].combatSkill = 0, $slaves[$i].whoreSkill = 0, $slaves[$i].entertainSkill = 0, $slaves[$i].intelligence to -2, $slaves[$i].intelligenceImplant to 0, $slaves[$i].sexualFlaw to "none", $slaves[$i].sexualQuirk to "none", $slaves[$i].behavioralFlaw to "none", $slaves[$i].behavioralQuirk to "none">> +<</if>> - <<if ($slaves[$i].attrKnown == 1)>> - <<if ($slaves[$i].attrXY <= 35)>> - <<if ($slaves[$i].energy >= 20)>> - <<if ($slaves[$i].fetishKnown == 1)>> - <<if ($slaves[$i].fetish is "submissive")>> - Recently, she's been fantasizing about submitting to big strong men. Her revulsion at the idea of sex with a man @@color:green;mellows.@@ - <<set $slaves[$i].attrXY += 1>> - <<elseif ($slaves[$i].fetish is "buttslut")>> - Recently, she's been reconsidering her reluctance to be sodomized a man. Her revulsion at the idea of sex with a man @@color:green;mellows.@@ - <<set $slaves[$i].attrXY += 1>> - <<elseif ($slaves[$i].fetish is "pregnancy")>> - Recently, she's been fantasizing about getting knocked up. Her revulsion at the idea of sex with a man @@color:green;mellows.@@ - <<set $slaves[$i].attrXY += 1>> - <</if>> - <</if>> - <<if ($slaves[$i].sexualQuirk is "adores men")>> - She enjoys spending time with men, and starts to @@color:green;reconsider her unwillingness to be fucked by men.@@ - <<set $slaves[$i].attrXY += 1>> - <</if>> - <<if ($slaves[$i].dick > 0)>> - <<if ($slaves[$i].energy >= 40)>> - <<if ($slaves[$i].analCount > 0)>> - Every time she cums with a dick up her ass, her @@color:green;resistance to sex with men is worn away.@@ - <<set $slaves[$i].attrXY += 1>> - <</if>> - <</if>> - <</if>> - <<if ($slaves[$i].devotion > random(1,100))>> - The atmosphere in your arcology is so ubiquitously sexual that she @@color:green;reconsiders her unwillingness to have sex with men.@@ - <<set $slaves[$i].attrXY += 1>> - <</if>> - <<else>> - Her weak libido limits natural development of her sexuality. +<<if ($slaves[$i].attrKnown == 1)>> + <<if ($slaves[$i].attrXY <= 35)>> + <<if ($slaves[$i].energy >= 20)>> + <<if ($slaves[$i].fetishKnown == 1)>> + <<if ($slaves[$i].fetish is "submissive")>> + Recently, she's been fantasizing about submitting to big strong men. Her revulsion at the idea of sex with a man @@color:green;mellows.@@ + <<set $slaves[$i].attrXY += 1>> + <<elseif ($slaves[$i].fetish is "buttslut")>> + Recently, she's been reconsidering her reluctance to be sodomized a man. Her revulsion at the idea of sex with a man @@color:green;mellows.@@ + <<set $slaves[$i].attrXY += 1>> + <<elseif ($slaves[$i].fetish is "pregnancy")>> + Recently, she's been fantasizing about getting knocked up. Her revulsion at the idea of sex with a man @@color:green;mellows.@@ + <<set $slaves[$i].attrXY += 1>> + <</if>> + <</if>> + <<if ($slaves[$i].sexualQuirk is "adores men")>> + She enjoys spending time with men, and starts to @@color:green;reconsider her unwillingness to be fucked by men.@@ + <<set $slaves[$i].attrXY += 1>> <</if>> - <<elseif ($slaves[$i].attrXY <= 65)>> + <<if ($slaves[$i].dick > 0)>> <<if ($slaves[$i].energy >= 40)>> - <<if ($slaves[$i].fetishKnown == 1)>> - <<if ($slaves[$i].fetish is "submissive")>> - She's found herself enjoying watching big strong men use other slaves recently. She's now @@color:green;more attracted to men.@@ - <<set $slaves[$i].attrXY += 1>> - <<elseif ($slaves[$i].fetish is "buttslut")>> - She's started fantasizing about cocks being shoved up her butt even when there are no cocks being shoved up her butt. She's now @@color:green;more attracted to men.@@ - <<set $slaves[$i].attrXY += 1>> - <<elseif ($slaves[$i].fetish is "pregnancy")>> - Her fantasies about pregnancy have become quite vivid; she loves hot cum jetting into her. She's now @@color:green;more attracted to men.@@ - <<set $slaves[$i].attrXY += 1>> - <</if>> - <</if>> - <<if ($slaves[$i].behavioralQuirk is "adores men")>> - She enjoys spending time with men, and is now @@color:green;more attracted to men.@@ - <<set $slaves[$i].attrXY += 1>> - <</if>> - <<if ($slaves[$i].dick > 0)>> - <<if ($slaves[$i].energy >= 60)>> - <<if ($slaves[$i].analCount > 0)>> - Every time she cums to the feeling of a cock thrusting deep inside her, her @@color:green;indifference to men is reduced.@@ - <<set $slaves[$i].attrXY += 1>> - <</if>> - <</if>> - <</if>> - <<if ($slaves[$i].devotion > random(1,200))>> - The atmosphere in your arcology is so ubiquitously sexual that she has become @@color:green;more attracted to men.@@ - <<set $slaves[$i].attrXY += 1>> - <</if>> - <<else>> - Her poor sex drive limits natural development of her sexuality. + <<if ($slaves[$i].analCount > 0)>> + Every time she cums with a dick up her ass, her @@color:green;resistance to sex with men is worn away.@@ + <<set $slaves[$i].attrXY += 1>> <</if>> - <<elseif ($slaves[$i].attrXY <= 85)>> - <<if ($slaves[$i].energy >= 60)>> - <<if ($slaves[$i].fetishKnown == 1)>> - <<if ($slaves[$i].fetish is "submissive")>> - She can no longer see a man without fantasizing about how it would feel if he held her down. She's now @@color:green;more aroused by men.@@ - <<set $slaves[$i].attrXY += 1>> - <<elseif ($slaves[$i].fetish is "buttslut")>> - She can't see a man without doing her best to get his hard cock inside her. She's now @@color:green;more aroused by men.@@ - <<set $slaves[$i].attrXY += 1>> - <<elseif ($slaves[$i].fetish is "pregnancy")>> - She can't see a man without doing her best to get his hot seed into her body. She's now @@color:green;more aroused by men.@@ - <<set $slaves[$i].attrXY += 1>> - <</if>> - <</if>> - <<if ($slaves[$i].dick > 0)>> - <<if ($slaves[$i].energy >= 80)>> - <<if ($slaves[$i].analCount > 0)>> - She often starts to climax as a cock begins to push inside her, @@color:green;deepening her appetite for men.@@ - <<set $slaves[$i].attrXY += 1>> - <</if>> - <</if>> - <</if>> - <<if ($slaves[$i].behavioralQuirk is "adores men")>> - She enjoys spending time with men so much that any interaction becomes flirtation; she's now @@color:green;more aroused by men.@@ - <<set $slaves[$i].attrXY += 1>> - <</if>> - <<else>> - Her average libido limits further natural development of her sexuality. <</if>> - <<else>> - <<if ($slaves[$i].energy < 40)>> - Her low sex drive @@color:red;reduces her extreme attraction to men.@@ - <<set $slaves[$i].attrXY -= 1>> <</if>> + <<if ($slaves[$i].devotion > random(1,100))>> + The atmosphere in your arcology is so ubiquitously sexual that she @@color:green;reconsiders her unwillingness to have sex with men.@@ + <<set $slaves[$i].attrXY += 1>> + <</if>> + <<else>> + Her weak libido limits natural development of her sexuality. <</if>> - <<if ($slaves[$i].attrXX <= 35)>> - <<if ($slaves[$i].energy >= 20)>> - <<if ($slaves[$i].fetishKnown == 1)>> - <<if ($slaves[$i].fetish is "dom")>> - Recently, she's been fantasizing about how it would feel to force herself on some of the cute women all around her. Her revulsion at the idea of sex with a woman @@color:green;mellows.@@ - <<set $slaves[$i].attrXX += 1>> - <<elseif ($slaves[$i].fetish is "sadist")>> - Recently, she's been fantasizing about how it would feel to abuse a weak female slave. Her revulsion at the idea of sex with a woman @@color:green;mellows.@@ - <<set $slaves[$i].attrXX += 1>> - <<elseif ($slaves[$i].fetish is "boobs")>> - Recently, she's been fantasizing about other girls' tits. Her revulsion at the idea of sex with a woman @@color:green;mellows.@@ - <<set $slaves[$i].attrXX += 1>> - <</if>> - <</if>> - <<if ($slaves[$i].behavioralQuirk is "adores women")>> - She enjoys spending time with women, and starts to @@color:green;reconsider her unwillingness to have sex with a woman.@@ - <<set $slaves[$i].attrXX += 1>> - <</if>> - <<if $slaves[$i].canAchieveErection>> - <<if ($slaves[$i].energy >= 40)>> - <<if ($slaves[$i].penetrativeCount > 0)>> - Getting to fuck another girl is rare and special, and she @@color:green;starts to value getting to have sex with women.@@ - <<set $slaves[$i].attrXY += 1>> - <</if>> - <</if>> - <</if>> - <<if ($slaves[$i].devotion > random(1,100))>> - The atmosphere in your arcology is so ubiquitously sexual that she @@color:green;reconsiders her unwillingness to have sex with women.@@ - <<set $slaves[$i].attrXX += 1>> - <</if>> - <<else>> - <<if ($slaves[$i].attrXX > 35)>>Her weak libido limits natural development of her sexuality.<</if>> + <<elseif ($slaves[$i].attrXY <= 65)>> + <<if ($slaves[$i].energy >= 40)>> + <<if ($slaves[$i].fetishKnown == 1)>> + <<if ($slaves[$i].fetish is "submissive")>> + She's found herself enjoying watching big strong men use other slaves recently. She's now @@color:green;more attracted to men.@@ + <<set $slaves[$i].attrXY += 1>> + <<elseif ($slaves[$i].fetish is "buttslut")>> + She's started fantasizing about cocks being shoved up her butt even when there are no cocks being shoved up her butt. She's now @@color:green;more attracted to men.@@ + <<set $slaves[$i].attrXY += 1>> + <<elseif ($slaves[$i].fetish is "pregnancy")>> + Her fantasies about pregnancy have become quite vivid; she loves hot cum jetting into her. She's now @@color:green;more attracted to men.@@ + <<set $slaves[$i].attrXY += 1>> <</if>> - <<elseif ($slaves[$i].attrXX <= 65)>> - <<if ($slaves[$i].energy >= 40)>> - <<if ($slaves[$i].fetishKnown == 1)>> - <<if ($slaves[$i].fetish is "dom")>> - She's found herself enjoying the sight of female slaves being forced to fuck recently. She's now @@color:green;more attracted to women.@@ - <<set $slaves[$i].attrXX += 1>> - <<elseif ($slaves[$i].fetish is "sadist")>> - She's started fantasizing about how a girl might feel, struggling to get away from her. She's now @@color:green;more attracted to women.@@ - <<set $slaves[$i].attrXX += 1>> - <<elseif ($slaves[$i].fetish is "boobs")>> - Her fantasies about boobs have become quite vivid. She's now @@color:green;more attracted to women.@@ - <<set $slaves[$i].attrXX += 1>> - <</if>> - <</if>> - <<if ($slaves[$i].behavioralQuirk is "adores women")>> - She enjoys spending time with women, and is now @@color:green;more attracted to women.@@ - <<set $slaves[$i].attrXX += 1>> - <</if>> - <<if $slaves[$i].canAchieveErection>> - <<if ($slaves[$i].energy >= 60)>> - <<if ($slaves[$i].penetrativeCount > 0)>> - @@color:green;Her indifference to women@@ is worn down on the special occasions that she's allowed to stick her dick in one. - <<set $slaves[$i].attrXY += 1>> - <</if>> - <</if>> - <</if>> - <<if ($slaves[$i].devotion > random(1,200))>> - The atmosphere in your arcology is so ubiquitously sexual that she has become @@color:green;more attracted to women.@@ - <<set $slaves[$i].attrXX += 1>> - <</if>> - <<else>> - <<if ($slaves[$i].attrXX > 65)>>Her poor sex drive limits natural development of her sexuality.<</if>> <</if>> - <<elseif ($slaves[$i].attrXX <= 85)>> + <<if ($slaves[$i].behavioralQuirk is "adores men")>> + She enjoys spending time with men, and is now @@color:green;more attracted to men.@@ + <<set $slaves[$i].attrXY += 1>> + <</if>> + <<if ($slaves[$i].dick > 0)>> <<if ($slaves[$i].energy >= 60)>> - <<if ($slaves[$i].fetishKnown == 1)>> - <<if ($slaves[$i].fetish is "dom")>> - She can't see a woman without plotting to dominate her. She's now @@color:green;more aroused by women.@@ - <<set $slaves[$i].attrXX += 1>> - <<elseif ($slaves[$i].fetish is "sadist")>> - She can't see a woman without doing her best to find a way the rules will allow her to abuse the poor girl. She's now @@color:green;more aroused by women.@@ - <<set $slaves[$i].attrXX += 1>> - <<elseif ($slaves[$i].fetish is "boobs")>> - She can't see a woman without doing her best to get her hands on her breasts. She's now @@color:green;more aroused by women.@@ - <<set $slaves[$i].attrXX += 1>> - <</if>> - <</if>> - <<if ($slaves[$i].behavioralQuirk is "adores women")>> - She enjoys spending time with women so much that any interaction becomes flirtation; she's now @@color:green;more aroused by women.@@ - <<set $slaves[$i].attrXX += 1>> - <</if>> - <<if $slaves[$i].canAchieveErection>> - <<if ($slaves[$i].energy >= 80)>> - <<if ($slaves[$i].penetrativeCount > 0)>> - She cherishes the special occasions on which she gets to cum inside a girl, @@color:green;building her appetite for women.@@ - <<set $slaves[$i].attrXY += 1>> - <</if>> - <</if>> - <</if>> - <<else>> - <<if ($slaves[$i].attrXX > 85)>>Her average libido limits further natural development of her sexuality.<</if>> + <<if ($slaves[$i].analCount > 0)>> + Every time she cums to the feeling of a cock thrusting deep inside her, her @@color:green;indifference to men is reduced.@@ + <<set $slaves[$i].attrXY += 1>> <</if>> - <<else>> - <<if ($slaves[$i].energy < 40)>> - Her low sex drive @@color:red;reduces her extreme attraction to women.@@ - <<set $slaves[$i].attrXX -= 1>> <</if>> - <</if>> - <<if ($slaves[$i].energy > 95)>> - <<if ($slaves[$i].attrXX < 100)>> - <<if ($slaves[$i].attrXY < 100)>> - Her nymphomania has a slow but inexorable impact on her sexuality, @@color:green;increasing her attraction to everyone.@@ - <<set $slaves[$i].attrXY += 1>> - <<set $slaves[$i].attrXX += 1>> - <<else>> - Her nymphomania has a slow but inexorable impact on her sexuality, @@color:green;increasing her lust for pussy,@@ since she's already crazy about guys. - <<set $slaves[$i].attrXX += 1>> - <</if>> - <<elseif ($slaves[$i].attrXY < 100)>> - Her nymphomania has a slow but inexorable impact on her sexuality, @@color:green;increasing her need for cock,@@ since she's already crazy about the ladies. + <</if>> + <<if ($slaves[$i].devotion > random(1,200))>> + The atmosphere in your arcology is so ubiquitously sexual that she has become @@color:green;more attracted to men.@@ <<set $slaves[$i].attrXY += 1>> <</if>> + <<else>> + Her poor sex drive limits natural development of her sexuality. <</if>> - <</if>> - - <<if ($slaves[$i].behavioralQuirk != "none")>> - <<if ($slaves[$i].behavioralFlaw != "none")>> - <<switch $slaves[$i].behavioralFlaw>> - <<case "arrogant">> - <<if ($slaves[$i].behavioralQuirk is "confident")>> - <<set $slaves[$i].behavioralFlaw to "none">> + <<elseif ($slaves[$i].attrXY <= 85)>> + <<if ($slaves[$i].energy >= 60)>> + <<if ($slaves[$i].fetishKnown == 1)>> + <<if ($slaves[$i].fetish is "submissive")>> + She can no longer see a man without fantasizing about how it would feel if he held her down. She's now @@color:green;more aroused by men.@@ + <<set $slaves[$i].attrXY += 1>> + <<elseif ($slaves[$i].fetish is "buttslut")>> + She can't see a man without doing her best to get his hard cock inside her. She's now @@color:green;more aroused by men.@@ + <<set $slaves[$i].attrXY += 1>> + <<elseif ($slaves[$i].fetish is "pregnancy")>> + She can't see a man without doing her best to get his hot seed into her body. She's now @@color:green;more aroused by men.@@ + <<set $slaves[$i].attrXY += 1>> <</if>> - <<case "bitchy">> - <<if ($slaves[$i].behavioralQuirk is "cutting")>> - <<set $slaves[$i].behavioralFlaw to "none">> <</if>> - <<case "odd">> - <<if ($slaves[$i].behavioralQuirk is "funny")>> - <<set $slaves[$i].behavioralFlaw to "none">> + <<if ($slaves[$i].dick > 0)>> + <<if ($slaves[$i].energy >= 80)>> + <<if ($slaves[$i].analCount > 0)>> + She often starts to climax as a cock begins to push inside her, @@color:green;deepening her appetite for men.@@ + <<set $slaves[$i].attrXY += 1>> + <</if>> <</if>> - <<case "hates men">> - <<if ($slaves[$i].behavioralQuirk is "adores women")>> - <<set $slaves[$i].behavioralFlaw to "none">> <</if>> - <<case "hates women">> <<if ($slaves[$i].behavioralQuirk is "adores men")>> - <<set $slaves[$i].behavioralFlaw to "none">> + She enjoys spending time with men so much that any interaction becomes flirtation; she's now @@color:green;more aroused by men.@@ + <<set $slaves[$i].attrXY += 1>> <</if>> - <<case "gluttonous">> - <<if ($slaves[$i].behavioralQuirk is "fitness")>> - <<set $slaves[$i].behavioralFlaw to "none">> + <<else>> + Her average libido limits further natural development of her sexuality. + <</if>> + <<else>> + <<if ($slaves[$i].energy < 40)>> + Her low sex drive @@color:red;reduces her extreme attraction to men.@@ + <<set $slaves[$i].attrXY -= 1>> + <</if>> + <</if>> + <<if ($slaves[$i].attrXX <= 35)>> + <<if ($slaves[$i].energy >= 20)>> + <<if ($slaves[$i].fetishKnown == 1)>> + <<if ($slaves[$i].fetish is "dom")>> + Recently, she's been fantasizing about how it would feel to force herself on some of the cute women all around her. Her revulsion at the idea of sex with a woman @@color:green;mellows.@@ + <<set $slaves[$i].attrXX += 1>> + <<elseif ($slaves[$i].fetish is "sadist")>> + Recently, she's been fantasizing about how it would feel to abuse a weak female slave. Her revulsion at the idea of sex with a woman @@color:green;mellows.@@ + <<set $slaves[$i].attrXX += 1>> + <<elseif ($slaves[$i].fetish is "boobs")>> + Recently, she's been fantasizing about other girls' tits. Her revulsion at the idea of sex with a woman @@color:green;mellows.@@ + <<set $slaves[$i].attrXX += 1>> <</if>> - <<case "anorexic">> - <<if ($slaves[$i].behavioralQuirk is "insecure")>> - <<set $slaves[$i].behavioralFlaw to "none">> <</if>> - <<case "devout")>> - <<if ($slaves[$i].behavioralQuirk is "sinful")>> - <<set $slaves[$i].behavioralFlaw to "none">> + <<if ($slaves[$i].behavioralQuirk is "adores women")>> + She enjoys spending time with women, and starts to @@color:green;reconsider her unwillingness to have sex with a woman.@@ + <<set $slaves[$i].attrXX += 1>> <</if>> - <<case "liberated">> - <<if ($slaves[$i].behavioralQuirk is "advocate")>> - <<set $slaves[$i].behavioralFlaw to "none">> + <<if $slaves[$i].canAchieveErection>> + <<if ($slaves[$i].energy >= 40)>> + <<if ($slaves[$i].penetrativeCount > 0)>> + Getting to fuck another girl is rare and special, and she @@color:green;starts to value getting to have sex with women.@@ + <<set $slaves[$i].attrXY += 1>> <</if>> - <</switch>> - <</if>> - <<if ($slaves[$i].behavioralQuirk is "fitness")>> - <<if $slaves[$i].energy < 70>> - Her physical overachievement and her growing athletic prowess @@color:green;increase her sex drive.@@ - <<set $slaves[$i].energy += 1>> <</if>> - <</if>> - <<if ($slaves[$i].fetishStrength <= 95)>> - <<switch $slaves[$i].behavioralQuirk>> - <<case "confident">> - <<if $slaves[$i].fetish == "dom">> - Her confidence and poise @@color:lightcoral;increase her dominance.@@ - <<set $slaves[$i].fetishStrength += 4>> - <</if>> - <<case "cutting">> - <<if $slaves[$i].fetish == "dom">> - Her willingness to cut a partner down @@color:lightcoral;increases her dominance.@@ - <<set $slaves[$i].fetishStrength += 4>> - <</if>> - <<case "funny">> - <<if $slaves[$i].fetish == "masochist">> - Using pain as an outlet for all the mental troubles lurking behind her funny facade @@color:lightcoral;increases her masochism.@@ - <<set $slaves[$i].fetishStrength += 4>> - <</if>> - <<case "adores men">> - <<if $slaves[$i].fetish == "pregnancy">> - Her love of male company has @@color:lightcoral;advanced her pregnancy fetish.@@ - <<set $slaves[$i].fetishStrength += 4>> - <</if>> - <<case "adores women">> - <<if $slaves[$i].fetish == "boobs">> - Her love of female company has @@color:lightcoral;advanced her boob fetish.@@ - <<set $slaves[$i].fetishStrength += 4>> - <</if>> - <<case "insecure">> - <<if $slaves[$i].fetish == "submissive">> - Her desperation for validation from others @@color:lightcoral;increases her submission.@@ - <<set $slaves[$i].fetishStrength += 4>> - <</if>> - <<case "sinful">> - <<if $slaves[$i].fetish == "humiliation">> - Her delight at sin @@color:lightcoral;increases her appetite for humiliation.@@ - <<set $slaves[$i].fetishStrength += 4>> - <</if>> - <<case "advocate">> - <<if $slaves[$i].fetish == "submissive">> - Her conviction that slavery is right @@color:lightcoral;increases her willingness to submit.@@ - <<set $slaves[$i].fetishStrength += 4>> - <</if>> - <</switch>> - <<if ($slaves[$i].clitPiercing != 3)>> - <<if $fetishChangeChance > random(0,100)>> - <<switch $slaves[$i].behavioralQuirk>> - <<case "confident">> - <<if ($slaves[$i].fetish != "dom")>> - Her confidence and poise affect her sexual outlook. @@color:lightcoral;She's now a dom!@@ - <<set $slaves[$i].fetish to "dom", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> - <</if>> - <<case "cutting">> - <<if ($slaves[$i].fetish != "dom")>> - Her willingness to cut a partner down makes her more dominant in bed. @@color:lightcoral;She's now a dom!@@ - <<set $slaves[$i].fetish to "dom", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> - <</if>> - <<case "funny">> - <<if ($slaves[$i].fetish != "masochist")>> - Pain becomes an outlet for all the mental troubles lurking behind her funny facade. @@color:lightcoral;She's now a masochist!@@ - <<set $slaves[$i].fetish to "masochist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> - <</if>> - <<case "adores men">> - <<if ($slaves[$i].fetish != "pregnancy")>> - Her appreciation of men has turned into a fantasy about getting knocked up. @@color:lightcoral;She's a pregnancy fetishist!@@ - <<set $slaves[$i].fetish to "pregnancy", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> - <</if>> - <<case "adores women">> - <<if ($slaves[$i].fetish != "boobs")>> - Her appreciation of women has turned into a fetish for breasts. @@color:lightcoral;She's a boob fetishist!@@ - <<set $slaves[$i].fetish to "boobs", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> - <</if>> - <<case "insecure">> - <<if ($slaves[$i].fetish != "submissive")>> - She gets so desperate for validation from others that she becomes willing to submit to anything. @@color:lightcoral;She's now a submissive!@@ - <<set $slaves[$i].fetish to "submissive", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> - <</if>> - <<case "sinful">> - <<if ($slaves[$i].fetish != "humiliation")>> - She learns that she likes nothing better than being seen doing something sacrilegious. @@color:lightcoral;She's now a humiliation fetishist!@@ - <<set $slaves[$i].fetish to "humiliation", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> - <</if>> - <<case "advocate">> - <<if ($slaves[$i].fetish != "submissive")>> - Her conviction that slavery is right seeps into her sexuality. @@color:lightcoral;She's now a submissive!@@ - <<set $slaves[$i].fetish to "submissive", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> - <</if>> - <</switch>> <</if>> + <<if ($slaves[$i].devotion > random(1,100))>> + The atmosphere in your arcology is so ubiquitously sexual that she @@color:green;reconsiders her unwillingness to have sex with women.@@ + <<set $slaves[$i].attrXX += 1>> <</if>> - <</if>> - <</if>> - <<if ($slaves[$i].sexualQuirk != "none")>> - <<if ($slaves[$i].sexualFlaw != "none")>> - <<switch $slaves[$i].sexualFlaw>> - <<case "hates oral">> - <<if ($slaves[$i].sexualQuirk is "gagfuck queen")>> - <<set $slaves[$i].sexualFlaw to "none">> + <<else>> + <<if ($slaves[$i].attrXX > 35)>>Her weak libido limits natural development of her sexuality.<</if>> + <</if>> + <<elseif ($slaves[$i].attrXX <= 65)>> + <<if ($slaves[$i].energy >= 40)>> + <<if ($slaves[$i].fetishKnown == 1)>> + <<if ($slaves[$i].fetish is "dom")>> + She's found herself enjoying the sight of female slaves being forced to fuck recently. She's now @@color:green;more attracted to women.@@ + <<set $slaves[$i].attrXX += 1>> + <<elseif ($slaves[$i].fetish is "sadist")>> + She's started fantasizing about how a girl might feel, struggling to get away from her. She's now @@color:green;more attracted to women.@@ + <<set $slaves[$i].attrXX += 1>> + <<elseif ($slaves[$i].fetish is "boobs")>> + Her fantasies about boobs have become quite vivid. She's now @@color:green;more attracted to women.@@ + <<set $slaves[$i].attrXX += 1>> <</if>> - <<case "hates anal">> - <<if ($slaves[$i].sexualQuirk is "painal queen")>> - <<set $slaves[$i].sexualFlaw to "none">> <</if>> - <<case "hates penetration">> - <<if ($slaves[$i].sexualQuirk is "strugglefuck queen")>> - <<set $slaves[$i].sexualFlaw to "none">> + <<if ($slaves[$i].behavioralQuirk is "adores women")>> + She enjoys spending time with women, and is now @@color:green;more attracted to women.@@ + <<set $slaves[$i].attrXX += 1>> <</if>> - <<case "shamefast">> - <<if ($slaves[$i].sexualQuirk is "tease")>> - <<set $slaves[$i].sexualFlaw to "none">> + <<if $slaves[$i].canAchieveErection>> + <<if ($slaves[$i].energy >= 60)>> + <<if ($slaves[$i].penetrativeCount > 0)>> + @@color:green;Her indifference to women@@ is worn down on the special occasions that she's allowed to stick her dick in one. + <<set $slaves[$i].attrXY += 1>> <</if>> - <<case "idealistic">> - <<if ($slaves[$i].sexualQuirk is "romantic")>> - <<set $slaves[$i].sexualFlaw to "none">> <</if>> - <<case "repressed">> - <<if ($slaves[$i].sexualQuirk is "perverted")>> - <<set $slaves[$i].sexualFlaw to "none">> <</if>> - <<case "apathetic">> - <<if ($slaves[$i].sexualQuirk is "caring")>> - <<set $slaves[$i].sexualFlaw to "none">> + <<if ($slaves[$i].devotion > random(1,200))>> + The atmosphere in your arcology is so ubiquitously sexual that she has become @@color:green;more attracted to women.@@ + <<set $slaves[$i].attrXX += 1>> <</if>> - <<case "crude">> - <<if ($slaves[$i].sexualQuirk is "unflinching")>> - <<set $slaves[$i].sexualFlaw to "none">> + <<else>> + <<if ($slaves[$i].attrXX > 65)>>Her poor sex drive limits natural development of her sexuality.<</if>> + <</if>> + <<elseif ($slaves[$i].attrXX <= 85)>> + <<if ($slaves[$i].energy >= 60)>> + <<if ($slaves[$i].fetishKnown == 1)>> + <<if ($slaves[$i].fetish is "dom")>> + She can't see a woman without plotting to dominate her. She's now @@color:green;more aroused by women.@@ + <<set $slaves[$i].attrXX += 1>> + <<elseif ($slaves[$i].fetish is "sadist")>> + She can't see a woman without doing her best to find a way the rules will allow her to abuse the poor girl. She's now @@color:green;more aroused by women.@@ + <<set $slaves[$i].attrXX += 1>> + <<elseif ($slaves[$i].fetish is "boobs")>> + She can't see a woman without doing her best to get her hands on her breasts. She's now @@color:green;more aroused by women.@@ + <<set $slaves[$i].attrXX += 1>> <</if>> - <<case "judgemental">> - <<if ($slaves[$i].sexualQuirk is "size queen")>> - <<set $slaves[$i].sexualFlaw to "none">> <</if>> - <</switch>> - <</if>> - <<if ($slaves[$i].fetishStrength <= 95)>> - <<switch $slaves[$i].sexualQuirk>> - <<case "gagfuck queen">> - <<if $slaves[$i].fetish == "cumslut">> - Her eagerness to get roughly throatfucked has @@color:lightcoral;advanced her oral fixation.@@ - <<set $slaves[$i].fetishStrength += 4>> - <</if>> - <<case "painal queen">> - <<if $slaves[$i].fetish == "buttslut">> - Her eagerness to get roughly assfucked has @@color:lightcoral;advanced her anal fixation.@@ - <<set $slaves[$i].fetishStrength += 4>> - <</if>> - <<case "strugglefuck queen">> - <<if $slaves[$i].fetish == "masochist">> - Her eagerness to get roughly fucked has @@color:lightcoral;advanced her masochism.@@ - <<set $slaves[$i].fetishStrength += 4>> - <</if>> - <<case "tease">> - <<if $slaves[$i].fetish == "humiliation">> - The rush she feels when she shows herself off has @@color:lightcoral;advanced her humiliation fetish.@@ - <<set $slaves[$i].fetishStrength += 4>> - <</if>> - <<case "romantic">> - <<if $slaves[$i].fetish == "pregnancy">> - Her romanticism has @@color:lightcoral;advanced her reproduction fetish.@@ - <<set $slaves[$i].fetishStrength += 4>> - <</if>> - <<case "perverted">> - <<if $slaves[$i].fetish == "humiliation">> - Her desire to be seen doing the forbidden has @@color:lightcoral;advanced her humiliation fetish.@@ - <<set $slaves[$i].fetishStrength += 4>> - <</if>> - <<if ($slaves[$i].energy < 94)>> - She's such a pervert that the depravity all around her @@color:green;improves her sex drive.@@ - <<set $slaves[$i].energy += 1>> - <</if>> - <<case "caring">> - <<if $slaves[$i].fetish == "submissive">> - Her caring nature has @@color:lightcoral;advanced her submissiveness.@@ - <<set $slaves[$i].fetishStrength += 4>> - <</if>> - <<case "unflinching">> - <<if $slaves[$i].fetish == "masochist">> - Her unflinching nature has @@color:lightcoral;advanced her masochism.@@ - <<set $slaves[$i].fetishStrength += 4>> - <</if>> - <<case "size queen">> - <<if $slaves[$i].fetish == "buttslut">> - Her size queen tendencies have @@color:lightcoral;advanced her devotion to being an anal slut.@@ - <<set $slaves[$i].fetishStrength += 4>> - <</if>> - <</switch>> - <<if ($slaves[$i].clitPiercing != 3)>> - <<if $fetishChangeChance > random(0,100)>> - <<switch $slaves[$i].sexualQuirk>> - <<case "gagfuck queen">> - <<if $slaves[$i].fetish != "cumslut">> - Her willingness to get roughly throatfucked has turned into real anticipation. @@color:lightcoral;She's now a cumslut!@@ - <<set $slaves[$i].fetish to "cumslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> - <</if>> - <<case "painal queen">> - <<if $slaves[$i].fetish != "buttslut">> - Her willingness to get roughly assfucked has turned into real anticipation. @@color:lightcoral;She's now a buttslut!@@ - <<set $slaves[$i].fetish to "buttslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> - <</if>> - <<case "strugglefuck queen">> - <<if $slaves[$i].fetish != "masochist">> - Her willingness to be roughly used has turned into real anticipation. @@color:lightcoral;She's now a masochist!@@ - <<set $slaves[$i].fetish to "masochist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> - <</if>> - <<case "tease">> - <<if $slaves[$i].fetish != "humiliation">> - The rush she feels when she shows herself off has deepened into a fetish for being publicly fucked. @@color:lightcoral;She's a humiliation fetishist!@@ - <<set $slaves[$i].fetish to "humiliation", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> - <</if>> - <<case "romantic">> - <<if $slaves[$i].fetish != "pregnancy">> - Her romantic bent has turned into a fantasy about settling down and having a child. @@color:lightcoral;She's a pregnancy fetishist!@@ - <<set $slaves[$i].fetish to "pregnancy", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> - <</if>> - <<case "perverted">> - <<if $slaves[$i].fetish != "humiliation">> - Her perverted side has turned into a desire to be seen doing the forbidden. @@color:lightcoral;She's a humiliation fetishist!@@ - <<set $slaves[$i].fetish to "humiliation", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> - <</if>> - <<case "caring">> - <<if $slaves[$i].fetish != "submissive">> - Her caring nature has matured into a need to submit. @@color:lightcoral;She's a submissive!@@ - <<set $slaves[$i].fetish to "submissive", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> - <</if>> - <<case "unflinching">> - <<if $slaves[$i].fetish != "masochist">> - She's so unflinching that she's left searching for sex extreme enough to excite her. @@color:lightcoral;She's a masochist!@@ - <<set $slaves[$i].fetish to "masochist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> - <</if>> - <<case "size queen">> - <<if $slaves[$i].fetish != "buttslut">> - She's such a size queen that she's decided she prefers dicks where they'll feel biggest to her. @@color:lightcoral;She's a buttslut!@@ - <<set $slaves[$i].fetish to "buttslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> - <</if>> - <</switch>> + <<if ($slaves[$i].behavioralQuirk is "adores women")>> + She enjoys spending time with women so much that any interaction becomes flirtation; she's now @@color:green;more aroused by women.@@ + <<set $slaves[$i].attrXX += 1>> + <</if>> + <<if $slaves[$i].canAchieveErection>> + <<if ($slaves[$i].energy >= 80)>> + <<if ($slaves[$i].penetrativeCount > 0)>> + She cherishes the special occasions on which she gets to cum inside a girl, @@color:green;building her appetite for women.@@ + <<set $slaves[$i].attrXY += 1>> <</if>> <</if>> + <</if>> + <<else>> + <<if ($slaves[$i].attrXX > 85)>>Her average libido limits further natural development of her sexuality.<</if>> <</if>> - <</if>> - - <<if $slaves[$i].fetishKnown == 1>> - <<if ($slaves[$i].fetish != "none") && ($slaves[$i].fetish != "mindbroken")>> - <<if $slaves[$i].fetishStrength <= 95>> - <<if $slaves[$i].devotion+$slaves[$i].trust > 150>> - She has the confidence to pursue what pleases her, @@color:lightcoral;increasing her kinkiness.@@ - <<set $slaves[$i].fetishStrength += 4>> + <<else>> + <<if ($slaves[$i].energy < 40)>> + Her low sex drive @@color:red;reduces her extreme attraction to women.@@ + <<set $slaves[$i].attrXX -= 1>> <</if>> <</if>> - <<if $slaves[$i].fetishStrength > 5>> - <<if $slaves[$i].trust < -20>> - She's too afraid to pursue what pleases her, @@color:pink;reducing her sexual distinctiveness.@@ - <<set $slaves[$i].fetishStrength -= 4>> - <<elseif $slaves[$i].devotion < -20>> - She's so unhappy with her life as a sex slave that @@color:pink;her interest in unusual sex decreases.@@ - <<set $slaves[$i].fetishStrength -= 4>> - <<elseif $slaves[$i].trust <= 50>> - She lacks the confidence to pursue what pleases her, @@color:pink;reducing her kinkiness.@@ - <<set $slaves[$i].fetishStrength -= 2>> - <<elseif $slaves[$i].devotion <= 50>> - She's not fully comfortable being a sex slave, @@color:pink;reducing her interest in kinky sex.@@ - <<set $slaves[$i].fetishStrength -= 2>> + <<if ($slaves[$i].energy > 95)>> + <<if ($slaves[$i].attrXX < 100)>> + <<if ($slaves[$i].attrXY < 100)>> + Her nymphomania has a slow but inexorable impact on her sexuality, @@color:green;increasing her attraction to everyone.@@ + <<set $slaves[$i].attrXY += 1>> + <<set $slaves[$i].attrXX += 1>> + <<else>> + Her nymphomania has a slow but inexorable impact on her sexuality, @@color:green;increasing her lust for pussy,@@ since she's already crazy about guys. + <<set $slaves[$i].attrXX += 1>> + <</if>> + <<elseif ($slaves[$i].attrXY < 100)>> + Her nymphomania has a slow but inexorable impact on her sexuality, @@color:green;increasing her need for cock,@@ since she's already crazy about the ladies. + <<set $slaves[$i].attrXY += 1>> <</if>> - <<else>> - @@color:pink;She has lost all interest in her fetishes and is now sexually vanilla.@@ - <<set $slaves[$i].fetish to "none", $slaves[$i].fetishStrength = 0>> - <</if>> - <</if>> <</if>> +<</if>> - <<if ($slaves[$i].assignment != "serve the public")>> - <<if ($slaves[$i].assignment != "whore")>> - <<if ($slaves[$i].assignment != "work a glory hole")>> - <<if ($slaves[$i].assignment != "work in the brothel")>> - <<if ($slaves[$i].assignment != "serve in the club")>> - <<if ($slaves[$i].assignment != "serve in the master suite") || ($masterSuiteUpgradeLuxury < 2)>> - <<if ($slaves[$i].assignment != "work in the dairy") || ($dairyRestraintsSetting < 2)>> - <<if ($slaves[$i].vagina is 3) && ($slaves[$i].vaginalAccessory != "large dildo") && ($slaves[$i].vaginalAccessory != "huge dildo")>> - With a rest from strenuous use, @@color:orange;her loose vagina recovers a little.@@ - <<set $slaves[$i].vagina -= 1>> - <<elseif ($slaves[$i].anus is 3) && ($slaves[$i].buttplug != "large plug") && ($slaves[$i].buttplug != "huge plug")>> - With a rest from continual sodomy, @@color:orange;her gaping anus recovers a little.@@ - <<set $slaves[$i].anus -= 1>> - <</if>> - <</if>> - <</if>> - <</if>> +<<if ($slaves[$i].behavioralQuirk != "none")>> + <<if ($slaves[$i].behavioralFlaw != "none")>> + <<switch $slaves[$i].behavioralFlaw>> + <<case "arrogant">> + <<if ($slaves[$i].behavioralQuirk is "confident")>> + <<set $slaves[$i].behavioralFlaw to "none">> + <</if>> + <<case "bitchy">> + <<if ($slaves[$i].behavioralQuirk is "cutting")>> + <<set $slaves[$i].behavioralFlaw to "none">> + <</if>> + <<case "odd">> + <<if ($slaves[$i].behavioralQuirk is "funny")>> + <<set $slaves[$i].behavioralFlaw to "none">> + <</if>> + <<case "hates men">> + <<if ($slaves[$i].behavioralQuirk is "adores women")>> + <<set $slaves[$i].behavioralFlaw to "none">> + <</if>> + <<case "hates women">> + <<if ($slaves[$i].behavioralQuirk is "adores men")>> + <<set $slaves[$i].behavioralFlaw to "none">> + <</if>> + <<case "gluttonous">> + <<if ($slaves[$i].behavioralQuirk is "fitness")>> + <<set $slaves[$i].behavioralFlaw to "none">> + <</if>> + <<case "anorexic">> + <<if ($slaves[$i].behavioralQuirk is "insecure")>> + <<set $slaves[$i].behavioralFlaw to "none">> + <</if>> + <<case "devout")>> + <<if ($slaves[$i].behavioralQuirk is "sinful")>> + <<set $slaves[$i].behavioralFlaw to "none">> + <</if>> + <<case "liberated">> + <<if ($slaves[$i].behavioralQuirk is "advocate")>> + <<set $slaves[$i].behavioralFlaw to "none">> + <</if>> + <</switch>> <</if>> + <<if ($slaves[$i].behavioralQuirk is "fitness")>> + <<if $slaves[$i].energy < 70>> + Her physical overachievement and her growing athletic prowess @@color:green;increase her sex drive.@@ + <<set $slaves[$i].energy += 1>> + <</if>> <</if>> - <</if>> - <</if>> - - /* SMART PIERCING EFFECTS */ - - <<set _currentRule to lastClitSettingRule($slaves[$i],$defaultRules)>> - <<if ($slaves[$i].clitPiercing is 3)>> - <<if ($slaves[$i].fetish is "mindbroken")>> - The effects of her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing cannot reach her shattered mind. - <<else>> - <<switch $slaves[$i].clitSetting>> - <<case "none">> - Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing disrupts arousal, @@color:red;reducing her sex drive@@ and @@color:mediumorchid;infuriating her.@@ - <<set $slaves[$i].devotion -= 2>> - <<if $slaves[$i].energy > 5>> - <<set $slaves[$i].energy -= 10>> - <<elseif $slaves[$i].energy > 0>> - <<set $slaves[$i].energy to 0>> - <</if>> - <<case "all">> - <<if $slaves[$i].energy <= 95>> - Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages sex of all kinds, @@color:green;increasing her sex drive.@@ - <<set $slaves[$i].energy += 3>> - <<elseif $slaves[$i].attrXX < 95>> - <<if random(1,500) < (100+$slaves[$i].devotion+(50*$assistant))>> - Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing successfully @@color:green;increases her attraction to girls@@ by pleasuring her when she's around them. - <<set $slaves[$i].attrXX += 2>> - <</if>> - <<elseif $slaves[$i].attrXY < 95>> - <<if random(1,500) < (100+$slaves[$i].devotion+(50*$assistant))>> - Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing successfully @@color:green;increases her attraction to men@@ by pleasuring her when she's around cocks. - <<set $slaves[$i].attrXY += 2>> - <</if>> - <</if>> - <<if _currentRule != null>> - <<if ($slaves[$i].attrXX >= 95) && ($slaves[$i].attrXY >= 95) && ($slaves[$i].energy > 95)>> - <<if _currentRule.clitSetting != $slaves[$i].clitSetting>> - <<if _currentRule.clitSetting isnot "no default setting">> - <<set $slaves[$i].clitSetting to _currentRule.clitSetting>> - <<else>> - <<set $slaves[$i].clitSetting to "all">> + <<if ($slaves[$i].fetishStrength <= 95)>> + <<switch $slaves[$i].behavioralQuirk>> + <<case "confident">> + <<if $slaves[$i].fetish == "dom">> + Her confidence and poise @@color:lightcoral;increase her dominance.@@ + <<set $slaves[$i].fetishStrength += 4>> <</if>> - Her <<if $slaves[$i].dick == 0>>clit<<else>>dick<</if>> piercing has achieved its set conditioning goals, and has defaulted to activate during $slaves[$i].clitSetting sexual encounters. + <<case "cutting">> + <<if $slaves[$i].fetish == "dom">> + Her willingness to cut a partner down @@color:lightcoral;increases her dominance.@@ + <<set $slaves[$i].fetishStrength += 4>> <</if>> + <<case "funny">> + <<if $slaves[$i].fetish == "masochist">> + Using pain as an outlet for all the mental troubles lurking behind her funny facade @@color:lightcoral;increases her masochism.@@ + <<set $slaves[$i].fetishStrength += 4>> + <</if>> + <<case "adores men">> + <<if $slaves[$i].fetish == "pregnancy">> + Her love of male company has @@color:lightcoral;advanced her pregnancy fetish.@@ + <<set $slaves[$i].fetishStrength += 4>> + <</if>> + <<case "adores women">> + <<if $slaves[$i].fetish == "boobs">> + Her love of female company has @@color:lightcoral;advanced her boob fetish.@@ + <<set $slaves[$i].fetishStrength += 4>> + <</if>> + <<case "insecure">> + <<if $slaves[$i].fetish == "submissive">> + Her desperation for validation from others @@color:lightcoral;increases her submission.@@ + <<set $slaves[$i].fetishStrength += 4>> + <</if>> + <<case "sinful">> + <<if $slaves[$i].fetish == "humiliation">> + Her delight at sin @@color:lightcoral;increases her appetite for humiliation.@@ + <<set $slaves[$i].fetishStrength += 4>> + <</if>> + <<case "advocate">> + <<if $slaves[$i].fetish == "submissive">> + Her conviction that slavery is right @@color:lightcoral;increases her willingness to submit.@@ + <<set $slaves[$i].fetishStrength += 4>> + <</if>> + <</switch>> + <<if ($slaves[$i].clitPiercing != 3)>> + <<if $fetishChangeChance > random(0,100)>> + <<switch $slaves[$i].behavioralQuirk>> + <<case "confident">> + <<if ($slaves[$i].fetish != "dom")>> + Her confidence and poise affect her sexual outlook. @@color:lightcoral;She's now a dom!@@ + <<set $slaves[$i].fetish to "dom", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> + <</if>> + <<case "cutting">> + <<if ($slaves[$i].fetish != "dom")>> + Her willingness to cut a partner down makes her more dominant in bed. @@color:lightcoral;She's now a dom!@@ + <<set $slaves[$i].fetish to "dom", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> + <</if>> + <<case "funny">> + <<if ($slaves[$i].fetish != "masochist")>> + Pain becomes an outlet for all the mental troubles lurking behind her funny facade. @@color:lightcoral;She's now a masochist!@@ + <<set $slaves[$i].fetish to "masochist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> + <</if>> + <<case "adores men">> + <<if ($slaves[$i].fetish != "pregnancy")>> + Her appreciation of men has turned into a fantasy about getting knocked up. @@color:lightcoral;She's a pregnancy fetishist!@@ + <<set $slaves[$i].fetish to "pregnancy", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> + <</if>> + <<case "adores women">> + <<if ($slaves[$i].fetish != "boobs")>> + Her appreciation of women has turned into a fetish for breasts. @@color:lightcoral;She's a boob fetishist!@@ + <<set $slaves[$i].fetish to "boobs", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> + <</if>> + <<case "insecure">> + <<if ($slaves[$i].fetish != "submissive")>> + She gets so desperate for validation from others that she becomes willing to submit to anything. @@color:lightcoral;She's now a submissive!@@ + <<set $slaves[$i].fetish to "submissive", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> + <</if>> + <<case "sinful">> + <<if ($slaves[$i].fetish != "humiliation")>> + She learns that she likes nothing better than being seen doing something sacrilegious. @@color:lightcoral;She's now a humiliation fetishist!@@ + <<set $slaves[$i].fetish to "humiliation", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> + <</if>> + <<case "advocate">> + <<if ($slaves[$i].fetish != "submissive")>> + Her conviction that slavery is right seeps into her sexuality. @@color:lightcoral;She's now a submissive!@@ + <<set $slaves[$i].fetish to "submissive", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> + <</if>> + <</switch>> <</if>> <</if>> - <<case "women">> - <<if $slaves[$i].attrXX < 95>> - <<if random(1,500) < (100+$slaves[$i].devotion+(50*$assistant))>> - Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing successfully @@color:green;increases her attraction to girls@@ by pleasuring her when she's around them. - <<set $slaves[$i].attrXX += 2>> - <</if>> + <</if>> +<</if>> +<<if ($slaves[$i].sexualQuirk != "none")>> + <<if ($slaves[$i].sexualFlaw != "none")>> + <<switch $slaves[$i].sexualFlaw>> + <<case "hates oral">> + <<if ($slaves[$i].sexualQuirk is "gagfuck queen")>> + <<set $slaves[$i].sexualFlaw to "none">> <</if>> - <<if _currentRule != null>> - <<if $slaves[$i].attrXX >= 95>> - <<if _currentRule.clitSetting != $slaves[$i].clitSetting>> - <<if _currentRule.clitSetting isnot "no default setting">> - <<set $slaves[$i].clitSetting to _currentRule.clitSetting>> - <<else>> - <<set $slaves[$i].clitSetting to "all">> - <</if>> - Her <<if $slaves[$i].dick == 0>>clit<<else>>dick<</if>> piercing has achieved its set conditioning goals, and has defaulted to activate during $slaves[$i].clitSetting sexual encounters. - <</if>> + <<case "hates anal">> + <<if ($slaves[$i].sexualQuirk is "painal queen")>> + <<set $slaves[$i].sexualFlaw to "none">> <</if>> + <<case "hates penetration">> + <<if ($slaves[$i].sexualQuirk is "strugglefuck queen")>> + <<set $slaves[$i].sexualFlaw to "none">> <</if>> - <<case "men">> - <<if $slaves[$i].attrXY < 95>> - <<if random(1,500) < (100+$slaves[$i].devotion+(50*$assistant))>> - Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing successfully @@color:green;increases her attraction to men@@ by pleasuring her when she's around cocks. - <<set $slaves[$i].attrXY += 2>> + <<case "shamefast">> + <<if ($slaves[$i].sexualQuirk is "tease")>> + <<set $slaves[$i].sexualFlaw to "none">> <</if>> + <<case "idealistic">> + <<if ($slaves[$i].sexualQuirk is "romantic")>> + <<set $slaves[$i].sexualFlaw to "none">> <</if>> - <<if _currentRule != null>> - <<if $slaves[$i].attrXY >= 95>> - <<if _currentRule.clitSetting != $slaves[$i].clitSetting>> - <<if _currentRule.clitSetting isnot "no default setting">> - <<set $slaves[$i].clitSetting to _currentRule.clitSetting>> - <<else>> - <<set $slaves[$i].clitSetting to "all">> - <</if>> - Her <<if $slaves[$i].dick == 0>>clit<<else>>dick<</if>> piercing has achieved its set conditioning goals, and has defaulted to activate during $slaves[$i].clitSetting sexual encounters. - <</if>> + <<case "repressed">> + <<if ($slaves[$i].sexualQuirk is "perverted")>> + <<set $slaves[$i].sexualFlaw to "none">> <</if>> + <<case "apathetic">> + <<if ($slaves[$i].sexualQuirk is "caring")>> + <<set $slaves[$i].sexualFlaw to "none">> <</if>> - <<case "vanilla">> - <<if ($slaves[$i].fetish != "none") && ($fetishChangeChance > random(0,100)-20*$assistant)>> - After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms during straightforward sex, @@color:lightcoral;her sexuality returns to normal.@@ - <<set $slaves[$i].fetish to "none", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> - <<if _currentRule != null>> - <<if $slaves[$i].fetish is "vanilla">> - <<if _currentRule.clitSetting != $slaves[$i].clitSetting>> - <<if _currentRule.clitSetting isnot "no default setting">> - <<set $slaves[$i].clitSetting to _currentRule.clitSetting>> - <<else>> - <<set $slaves[$i].clitSetting to "all">> - <</if>> - Her <<if $slaves[$i].dick == 0>>clit<<else>>dick<</if>> piercing has achieved its set conditioning goals, and has defaulted to activate during $slaves[$i].clitSetting sexual encounters. - <</if>> + <<case "crude">> + <<if ($slaves[$i].sexualQuirk is "unflinching")>> + <<set $slaves[$i].sexualFlaw to "none">> <</if>> + <<case "judgemental">> + <<if ($slaves[$i].sexualQuirk is "size queen")>> + <<set $slaves[$i].sexualFlaw to "none">> <</if>> + <</switch>> <</if>> - <<case "oral">> - <<if ($slaves[$i].fetish != "cumslut")>> - <<if $slaves[$i].fetishStrength >= 10>> - Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@color:pink;suppress her current fetish,@@ encouraging her to orgasm when she's using her mouth. - <<set $slaves[$i].fetishStrength -= 20>> - <<elseif ($fetishChangeChance > random(0,100)-20*$assistant)>> - After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms as she performs oral sex, @@color:lightcoral;she develops a fetish for cum.@@ - <<set $slaves[$i].fetish to "cumslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> - <</if>> - <<elseif ($slaves[$i].fetishStrength <= 95)>> - Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@color:lightcoral;advances her oral fetish.@@ + <<if ($slaves[$i].fetishStrength <= 95)>> + <<switch $slaves[$i].sexualQuirk>> + <<case "gagfuck queen">> + <<if $slaves[$i].fetish == "cumslut">> + Her eagerness to get roughly throatfucked has @@color:lightcoral;advanced her oral fixation.@@ <<set $slaves[$i].fetishStrength += 4>> - <</if>> - <<if _currentRule != null>> - <<if $slaves[$i].fetish is "cumslut">> - <<if $slaves[$i].fetishStrength > 95>> - <<if _currentRule.clitSetting != $slaves[$i].clitSetting>> - <<if _currentRule.clitSetting isnot "no default setting">> - <<set $slaves[$i].clitSetting to _currentRule.clitSetting>> - <<else>> - <<set $slaves[$i].clitSetting to "all">> <</if>> - Her <<if $slaves[$i].dick == 0>>clit<<else>>dick<</if>> piercing has achieved its goal fetish, and has defaulted to activate during $slaves[$i].clitSetting sexual encounters. + <<case "painal queen">> + <<if $slaves[$i].fetish == "buttslut">> + Her eagerness to get roughly assfucked has @@color:lightcoral;advanced her anal fixation.@@ + <<set $slaves[$i].fetishStrength += 4>> <</if>> + <<case "strugglefuck queen">> + <<if $slaves[$i].fetish == "masochist">> + Her eagerness to get roughly fucked has @@color:lightcoral;advanced her masochism.@@ + <<set $slaves[$i].fetishStrength += 4>> + <</if>> + <<case "tease">> + <<if $slaves[$i].fetish == "humiliation">> + The rush she feels when she shows herself off has @@color:lightcoral;advanced her humiliation fetish.@@ + <<set $slaves[$i].fetishStrength += 4>> + <</if>> + <<case "romantic">> + <<if $slaves[$i].fetish == "pregnancy">> + Her romanticism has @@color:lightcoral;advanced her reproduction fetish.@@ + <<set $slaves[$i].fetishStrength += 4>> + <</if>> + <<case "perverted">> + <<if $slaves[$i].fetish == "humiliation">> + Her desire to be seen doing the forbidden has @@color:lightcoral;advanced her humiliation fetish.@@ + <<set $slaves[$i].fetishStrength += 4>> + <</if>> + <<if ($slaves[$i].energy < 94)>> + She's such a pervert that the depravity all around her @@color:green;improves her sex drive.@@ + <<set $slaves[$i].energy += 1>> + <</if>> + <<case "caring">> + <<if $slaves[$i].fetish == "submissive">> + Her caring nature has @@color:lightcoral;advanced her submissiveness.@@ + <<set $slaves[$i].fetishStrength += 4>> + <</if>> + <<case "unflinching">> + <<if $slaves[$i].fetish == "masochist">> + Her unflinching nature has @@color:lightcoral;advanced her masochism.@@ + <<set $slaves[$i].fetishStrength += 4>> + <</if>> + <<case "size queen">> + <<if $slaves[$i].fetish == "buttslut">> + Her size queen tendencies have @@color:lightcoral;advanced her devotion to being an anal slut.@@ + <<set $slaves[$i].fetishStrength += 4>> + <</if>> + <</switch>> + <<if ($slaves[$i].clitPiercing != 3)>> + <<if $fetishChangeChance > random(0,100)>> + <<switch $slaves[$i].sexualQuirk>> + <<case "gagfuck queen">> + <<if $slaves[$i].fetish != "cumslut">> + Her willingness to get roughly throatfucked has turned into real anticipation. @@color:lightcoral;She's now a cumslut!@@ + <<set $slaves[$i].fetish to "cumslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> + <</if>> + <<case "painal queen">> + <<if $slaves[$i].fetish != "buttslut">> + Her willingness to get roughly assfucked has turned into real anticipation. @@color:lightcoral;She's now a buttslut!@@ + <<set $slaves[$i].fetish to "buttslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> + <</if>> + <<case "strugglefuck queen">> + <<if $slaves[$i].fetish != "masochist">> + Her willingness to be roughly used has turned into real anticipation. @@color:lightcoral;She's now a masochist!@@ + <<set $slaves[$i].fetish to "masochist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> + <</if>> + <<case "tease">> + <<if $slaves[$i].fetish != "humiliation">> + The rush she feels when she shows herself off has deepened into a fetish for being publicly fucked. @@color:lightcoral;She's a humiliation fetishist!@@ + <<set $slaves[$i].fetish to "humiliation", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> + <</if>> + <<case "romantic">> + <<if $slaves[$i].fetish != "pregnancy">> + Her romantic bent has turned into a fantasy about settling down and having a child. @@color:lightcoral;She's a pregnancy fetishist!@@ + <<set $slaves[$i].fetish to "pregnancy", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> + <</if>> + <<case "perverted">> + <<if $slaves[$i].fetish != "humiliation">> + Her perverted side has turned into a desire to be seen doing the forbidden. @@color:lightcoral;She's a humiliation fetishist!@@ + <<set $slaves[$i].fetish to "humiliation", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> + <</if>> + <<case "caring">> + <<if $slaves[$i].fetish != "submissive">> + Her caring nature has matured into a need to submit. @@color:lightcoral;She's a submissive!@@ + <<set $slaves[$i].fetish to "submissive", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> + <</if>> + <<case "unflinching">> + <<if $slaves[$i].fetish != "masochist">> + She's so unflinching that she's left searching for sex extreme enough to excite her. @@color:lightcoral;She's a masochist!@@ + <<set $slaves[$i].fetish to "masochist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> + <</if>> + <<case "size queen">> + <<if $slaves[$i].fetish != "buttslut">> + She's such a size queen that she's decided she prefers dicks where they'll feel biggest to her. @@color:lightcoral;She's a buttslut!@@ + <<set $slaves[$i].fetish to "buttslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> + <</if>> + <</switch>> <</if>> <</if>> - <</if>> - <<case "anal">> - <<if ($slaves[$i].fetish != "buttslut")>> - <<if $slaves[$i].fetishStrength >= 10>> - Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@color:pink;suppress her current fetish,@@ encouraging her to orgasm when her rear hole is being fucked. - <<set $slaves[$i].fetishStrength -= 20>> - <<elseif ($fetishChangeChance > random(0,100)-20*$assistant)>> - After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms when her ass is being stimulated, @@color:lightcoral;she develops a fetish for being an anal bottom.@@ - <<set $slaves[$i].fetish to "buttslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> <</if>> - <<elseif ($slaves[$i].fetishStrength <= 95)>> - Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@color:lightcoral;advances her anal fetish.@@ +<</if>> + +<<if $slaves[$i].fetishKnown == 1>> +<<if ($slaves[$i].fetish != "none") && ($slaves[$i].fetish != "mindbroken")>> +<<if $slaves[$i].fetishStrength <= 95>> + <<if $slaves[$i].devotion+$slaves[$i].trust > 150>> + She has the confidence to pursue what pleases her, @@color:lightcoral;increasing her kinkiness.@@ <<set $slaves[$i].fetishStrength += 4>> <</if>> - <<if _currentRule != null>> - <<if $slaves[$i].fetish is "buttslut">> - <<if $slaves[$i].fetishStrength > 95>> - <<if _currentRule.clitSetting != $slaves[$i].clitSetting>> - <<if _currentRule.clitSetting isnot "no default setting">> - <<set $slaves[$i].clitSetting to _currentRule.clitSetting>> - <<else>> - <<set $slaves[$i].clitSetting to "all">> - <</if>> - Her <<if $slaves[$i].dick == 0>>clit<<else>>dick<</if>> piercing has achieved its goal fetish, and has defaulted to activate during $slaves[$i].clitSetting sexual encounters. - <</if>> - <</if>> +<</if>> +<<if $slaves[$i].fetishStrength > 5>> + <<if $slaves[$i].trust < -20>> + She's too afraid to pursue what pleases her, @@color:pink;reducing her sexual distinctiveness.@@ + <<set $slaves[$i].fetishStrength -= 4>> + <<elseif $slaves[$i].devotion < -20>> + She's so unhappy with her life as a sex slave that @@color:pink;her interest in unusual sex decreases.@@ + <<set $slaves[$i].fetishStrength -= 4>> + <<elseif $slaves[$i].trust <= 50>> + She lacks the confidence to pursue what pleases her, @@color:pink;reducing her kinkiness.@@ + <<set $slaves[$i].fetishStrength -= 2>> + <<elseif $slaves[$i].devotion <= 50>> + She's not fully comfortable being a sex slave, @@color:pink;reducing her interest in kinky sex.@@ + <<set $slaves[$i].fetishStrength -= 2>> + <</if>> +<<else>> + @@color:pink;She has lost all interest in her fetishes and is now sexually vanilla.@@ + <<set $slaves[$i].fetish to "none", $slaves[$i].fetishStrength = 0>> +<</if>> +<</if>> +<</if>> + +<<if ($slaves[$i].assignment != "serve the public")>> +<<if ($slaves[$i].assignment != "whore")>> +<<if ($slaves[$i].assignment != "work a glory hole")>> +<<if ($slaves[$i].assignment != "work in the brothel")>> +<<if ($slaves[$i].assignment != "serve in the club")>> +<<if ($slaves[$i].assignment != "serve in the master suite") || ($masterSuiteUpgradeLuxury < 2)>> +<<if ($slaves[$i].assignment != "work in the dairy") || ($dairyRestraintsSetting < 2)>> +<<if ($slaves[$i].vagina is 3) && ($slaves[$i].vaginalAccessory != "large dildo") && ($slaves[$i].vaginalAccessory != "huge dildo")>> + With a rest from strenuous use, @@color:orange;her loose vagina recovers a little.@@ + <<set $slaves[$i].vagina -= 1>> +<<elseif ($slaves[$i].anus is 3) && ($slaves[$i].buttplug != "large plug") && ($slaves[$i].buttplug != "huge plug")>> + With a rest from continual sodomy, @@color:orange;her gaping anus recovers a little.@@ + <<set $slaves[$i].anus -= 1>> +<</if>> +<</if>> +<</if>> +<</if>> +<</if>> +<</if>> +<</if>> +<</if>> + +/* SMART PIERCING EFFECTS */ + +<<set _currentRule to lastClitSettingRule($slaves[$i],$defaultRules)>> +<<if ($slaves[$i].clitPiercing is 3)>> +<<if ($slaves[$i].fetish is "mindbroken")>> + The effects of her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing cannot reach her shattered mind. +<<else>> +<<switch $slaves[$i].clitSetting>> +<<case "none">> + Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing disrupts arousal, @@color:red;reducing her sex drive@@ and @@color:mediumorchid;infuriating her.@@ + <<set $slaves[$i].devotion -= 2>> + <<if $slaves[$i].energy > 5>> + <<set $slaves[$i].energy -= 10>> + <<elseif $slaves[$i].energy > 0>> + <<set $slaves[$i].energy to 0>> + <</if>> +<<case "all">> + <<if $slaves[$i].energy <= 95>> + Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages sex of all kinds, @@color:green;increasing her sex drive.@@ + <<set $slaves[$i].energy += 3>> + <<elseif $slaves[$i].attrXX < 95>> + <<if random(1,500) < (100+$slaves[$i].devotion+(50*$assistant))>> + Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing successfully @@color:green;increases her attraction to girls@@ by pleasuring her when she's around them. + <<set $slaves[$i].attrXX += 2>> + <</if>> + <<elseif $slaves[$i].attrXY < 95>> + <<if random(1,500) < (100+$slaves[$i].devotion+(50*$assistant))>> + Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing successfully @@color:green;increases her attraction to men@@ by pleasuring her when she's around cocks. + <<set $slaves[$i].attrXY += 2>> + <</if>> + <</if>> + <<if _currentRule != null>> + <<if ($slaves[$i].attrXX >= 95) && ($slaves[$i].attrXY >= 95) && ($slaves[$i].energy > 95)>> + <<if _currentRule.clitSetting != $slaves[$i].clitSetting>> + <<if _currentRule.clitSetting isnot "no default setting">> + <<set $slaves[$i].clitSetting to _currentRule.clitSetting>> + <<else>> + <<set $slaves[$i].clitSetting to "all">> <</if>> + Her <<if $slaves[$i].dick == 0>>clit<<else>>dick<</if>> piercing has achieved its set conditioning goals, and has defaulted to activate during $slaves[$i].clitSetting sexual encounters. <</if>> - <<case "boobs">> - <<if ($slaves[$i].fetish != "boobs")>> - <<if $slaves[$i].fetishStrength >= 10>> - Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@color:pink;suppress her current fetish,@@ encouraging her to orgasm when her tits are being touched. - <<set $slaves[$i].fetishStrength -= 20>> - <<elseif ($fetishChangeChance > random(0,100)-20*$assistant)>> - After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms when her nipples are being stimulated, @@color:lightcoral;she develops a fetish for her tits.@@ - <<set $slaves[$i].fetish to "boobs", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> <</if>> - <<elseif ($slaves[$i].fetishStrength <= 95)>> - Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@color:lightcoral;advances her boob fetish.@@ - <<set $slaves[$i].fetishStrength += 4>> <</if>> - <<if _currentRule != null>> - <<if $slaves[$i].fetish is "boobs">> - <<if $slaves[$i].fetishStrength > 95>> - <<if _currentRule.clitSetting != $slaves[$i].clitSetting>> - <<if _currentRule.clitSetting isnot "no default setting">> - <<set $slaves[$i].clitSetting to _currentRule.clitSetting>> - <<else>> - <<set $slaves[$i].clitSetting to "all">> - <</if>> - Her <<if $slaves[$i].dick == 0>>clit<<else>>dick<</if>> piercing has achieved its goal fetish, and has defaulted to activate during $slaves[$i].clitSetting sexual encounters. - <</if>> - <</if>> +<<case "women">> + <<if $slaves[$i].attrXX < 95>> + <<if random(1,500) < (100+$slaves[$i].devotion+(50*$assistant))>> + Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing successfully @@color:green;increases her attraction to girls@@ by pleasuring her when she's around them. + <<set $slaves[$i].attrXX += 2>> + <</if>> + <</if>> + <<if _currentRule != null>> + <<if $slaves[$i].attrXX >= 95>> + <<if _currentRule.clitSetting != $slaves[$i].clitSetting>> + <<if _currentRule.clitSetting isnot "no default setting">> + <<set $slaves[$i].clitSetting to _currentRule.clitSetting>> + <<else>> + <<set $slaves[$i].clitSetting to "all">> <</if>> + Her <<if $slaves[$i].dick == 0>>clit<<else>>dick<</if>> piercing has achieved its set conditioning goals, and has defaulted to activate during $slaves[$i].clitSetting sexual encounters. <</if>> - <<case "submissive">> - <<if ($slaves[$i].fetish != "submissive")>> - <<if $slaves[$i].fetishStrength >= 10>> - Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@color:pink;suppress her current fetish,@@ encouraging her to orgasm when she's being held down and used. - <<set $slaves[$i].fetishStrength -= 20>> - <<elseif ($fetishChangeChance > random(0,100)-20*$assistant)>> - After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms when she is restrained, @@color:lightcoral;she develops a fetish for submission.@@ - <<set $slaves[$i].fetish to "submissive", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> <</if>> - <<elseif ($slaves[$i].fetishStrength <= 95)>> - Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@color:lightcoral;advances her submission.@@ - <<set $slaves[$i].fetishStrength += 4>> <</if>> - <<if _currentRule != null>> - <<if $slaves[$i].fetish is "submissive">> - <<if $slaves[$i].fetishStrength > 95>> - <<if _currentRule.clitSetting != $slaves[$i].clitSetting>> - <<if _currentRule.clitSetting isnot "no default setting">> - <<set $slaves[$i].clitSetting to _currentRule.clitSetting>> - <<else>> - <<set $slaves[$i].clitSetting to "all">> - <</if>> - Her <<if $slaves[$i].dick == 0>>clit<<else>>dick<</if>> piercing has achieved its goal fetish, and has defaulted to activate during $slaves[$i].clitSetting sexual encounters. - <</if>> - <</if>> +<<case "men">> + <<if $slaves[$i].attrXY < 95>> + <<if random(1,500) < (100+$slaves[$i].devotion+(50*$assistant))>> + Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing successfully @@color:green;increases her attraction to men@@ by pleasuring her when she's around cocks. + <<set $slaves[$i].attrXY += 2>> + <</if>> + <</if>> + <<if _currentRule != null>> + <<if $slaves[$i].attrXY >= 95>> + <<if _currentRule.clitSetting != $slaves[$i].clitSetting>> + <<if _currentRule.clitSetting isnot "no default setting">> + <<set $slaves[$i].clitSetting to _currentRule.clitSetting>> + <<else>> + <<set $slaves[$i].clitSetting to "all">> <</if>> + Her <<if $slaves[$i].dick == 0>>clit<<else>>dick<</if>> piercing has achieved its set conditioning goals, and has defaulted to activate during $slaves[$i].clitSetting sexual encounters. <</if>> - <<case "humiliation">> - <<if ($slaves[$i].fetish != "humiliation")>> - <<if $slaves[$i].fetishStrength >= 10>> - Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@color:pink;suppress her current fetish,@@ encouraging her to orgasm when she's got an audience. - <<set $slaves[$i].fetishStrength -= 20>> - <<elseif ($fetishChangeChance > random(0,100)-20*$assistant)>> - After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms when she is being humiliated, @@color:lightcoral;she develops a fetish for humiliation.@@ - <<set $slaves[$i].fetish to "humiliation", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> <</if>> - <<elseif ($slaves[$i].fetishStrength <= 95)>> - Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@color:lightcoral;advances her humiliation fetish.@@ - <<set $slaves[$i].fetishStrength += 4>> <</if>> - <<if _currentRule != null>> - <<if $slaves[$i].fetish is "humiliation">> - <<if $slaves[$i].fetishStrength > 95>> - <<if _currentRule.clitSetting != $slaves[$i].clitSetting>> - <<if _currentRule.clitSetting isnot "no default setting">> - <<set $slaves[$i].clitSetting to _currentRule.clitSetting>> - <<else>> - <<set $slaves[$i].clitSetting to "all">> - <</if>> - Her <<if $slaves[$i].dick == 0>>clit<<else>>dick<</if>> piercing has achieved its goal fetish, and has defaulted to activate during $slaves[$i].clitSetting sexual encounters. - <</if>> - <</if>> +<<case "vanilla">> +<<if ($slaves[$i].fetish != "none") && ($fetishChangeChance > random(0,100)-20*$assistant)>> + After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms during straightforward sex, @@color:lightcoral;her sexuality returns to normal.@@ + <<set $slaves[$i].fetish to "none", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> + <<if _currentRule != null>> + <<if $slaves[$i].fetish is "vanilla">> + <<if _currentRule.clitSetting != $slaves[$i].clitSetting>> + <<if _currentRule.clitSetting isnot "no default setting">> + <<set $slaves[$i].clitSetting to _currentRule.clitSetting>> + <<else>> + <<set $slaves[$i].clitSetting to "all">> <</if>> + Her <<if $slaves[$i].dick == 0>>clit<<else>>dick<</if>> piercing has achieved its set conditioning goals, and has defaulted to activate during $slaves[$i].clitSetting sexual encounters. <</if>> - <<case "pregnancy">> - <<if ($slaves[$i].fetish != "pregnancy")>> + <</if>> + <</if>> +<</if>> +<<case "oral">> + <<if ($slaves[$i].fetish != "cumslut")>> <<if $slaves[$i].fetishStrength >= 10>> - Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@color:pink;suppress her current fetish,@@ encouraging her to orgasm when she feels like she's being bred. + Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@color:pink;suppress her current fetish,@@ encouraging her to orgasm when she's using her mouth. <<set $slaves[$i].fetishStrength -= 20>> <<elseif ($fetishChangeChance > random(0,100)-20*$assistant)>> - After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms during <<if $PC.dick == 1>>unprotected sex<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>loving contact with the female anatomy<</if>>, @@color:lightcoral;she begins to fantasize about pregnancy.@@ - <<set $slaves[$i].fetish to "pregnancy", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> + After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms as she performs oral sex, @@color:lightcoral;she develops a fetish for cum.@@ + <<set $slaves[$i].fetish to "cumslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> <</if>> <<elseif ($slaves[$i].fetishStrength <= 95)>> - Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@color:lightcoral;advances her pregnancy fetish.@@ + Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@color:lightcoral;advances her oral fetish.@@ <<set $slaves[$i].fetishStrength += 4>> <</if>> - <<case "dom">> - <<if ($slaves[$i].fetish != "dom")>> - <<if $slaves[$i].fetishStrength >= 10>> - Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@color:pink;suppress her current fetish,@@ encouraging her to orgasm when another slave is servicing her. - <<set $slaves[$i].fetishStrength -= 20>> - <<elseif ($fetishChangeChance > random(0,100)-20*$assistant)>> - After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms while she's taking an active, dominant sexual role, @@color:lightcoral;she begins to enjoy dominance.@@ - <<set $slaves[$i].fetish to "dom", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> - <</if>> - <<if _currentRule != null>> - <<if $slaves[$i].fetish is "pregnancy">> - <<if $slaves[$i].fetishStrength > 95>> - <<if _currentRule.clitSetting != $slaves[$i].clitSetting>> - <<if _currentRule.clitSetting isnot "no default setting">> - <<set $slaves[$i].clitSetting to _currentRule.clitSetting>> - <<else>> - <<set $slaves[$i].clitSetting to "all">> - <</if>> - Her <<if $slaves[$i].dick == 0>>clit<<else>>dick<</if>> piercing has achieved its goal fetish, and has defaulted to activate during $slaves[$i].clitSetting sexual encounters. - <</if>> - <</if>> + <<if _currentRule != null>> + <<if $slaves[$i].fetish is "cumslut">> + <<if $slaves[$i].fetishStrength > 95>> + <<if _currentRule.clitSetting != $slaves[$i].clitSetting>> + <<if _currentRule.clitSetting isnot "no default setting">> + <<set $slaves[$i].clitSetting to _currentRule.clitSetting>> + <<else>> + <<set $slaves[$i].clitSetting to "all">> + <</if>> + Her <<if $slaves[$i].dick == 0>>clit<<else>>dick<</if>> piercing has achieved its goal fetish, and has defaulted to activate during $slaves[$i].clitSetting sexual encounters. + <</if>> + <</if>> + <</if>> + <</if>> +<<case "anal">> +<<if ($slaves[$i].fetish != "buttslut")>> +<<if $slaves[$i].fetishStrength >= 10>> + Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@color:pink;suppress her current fetish,@@ encouraging her to orgasm when her rear hole is being fucked. + <<set $slaves[$i].fetishStrength -= 20>> +<<elseif ($fetishChangeChance > random(0,100)-20*$assistant)>> + After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms when her ass is being stimulated, @@color:lightcoral;she develops a fetish for being an anal bottom.@@ + <<set $slaves[$i].fetish to "buttslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> +<</if>> +<<elseif ($slaves[$i].fetishStrength <= 95)>> + Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@color:lightcoral;advances her anal fetish.@@ + <<set $slaves[$i].fetishStrength += 4>> +<</if>> + <<if _currentRule != null>> + <<if $slaves[$i].fetish is "buttslut">> + <<if $slaves[$i].fetishStrength > 95>> + <<if _currentRule.clitSetting != $slaves[$i].clitSetting>> + <<if _currentRule.clitSetting isnot "no default setting">> + <<set $slaves[$i].clitSetting to _currentRule.clitSetting>> + <<else>> + <<set $slaves[$i].clitSetting to "all">> + <</if>> + Her <<if $slaves[$i].dick == 0>>clit<<else>>dick<</if>> piercing has achieved its goal fetish, and has defaulted to activate during $slaves[$i].clitSetting sexual encounters. + <</if>> + <</if>> + <</if>> + <</if>> +<<case "boobs">> +<<if ($slaves[$i].fetish != "boobs")>> +<<if $slaves[$i].fetishStrength >= 10>> + Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@color:pink;suppress her current fetish,@@ encouraging her to orgasm when her tits are being touched. + <<set $slaves[$i].fetishStrength -= 20>> +<<elseif ($fetishChangeChance > random(0,100)-20*$assistant)>> + After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms when her nipples are being stimulated, @@color:lightcoral;she develops a fetish for her tits.@@ + <<set $slaves[$i].fetish to "boobs", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> +<</if>> +<<elseif ($slaves[$i].fetishStrength <= 95)>> + Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@color:lightcoral;advances her boob fetish.@@ + <<set $slaves[$i].fetishStrength += 4>> +<</if>> + <<if _currentRule != null>> + <<if $slaves[$i].fetish is "boobs">> + <<if $slaves[$i].fetishStrength > 95>> + <<if _currentRule.clitSetting != $slaves[$i].clitSetting>> + <<if _currentRule.clitSetting isnot "no default setting">> + <<set $slaves[$i].clitSetting to _currentRule.clitSetting>> + <<else>> + <<set $slaves[$i].clitSetting to "all">> + <</if>> + Her <<if $slaves[$i].dick == 0>>clit<<else>>dick<</if>> piercing has achieved its goal fetish, and has defaulted to activate during $slaves[$i].clitSetting sexual encounters. + <</if>> + <</if>> + <</if>> + <</if>> +<<case "submissive">> +<<if ($slaves[$i].fetish != "submissive")>> +<<if $slaves[$i].fetishStrength >= 10>> + Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@color:pink;suppress her current fetish,@@ encouraging her to orgasm when she's being held down and used. + <<set $slaves[$i].fetishStrength -= 20>> +<<elseif ($fetishChangeChance > random(0,100)-20*$assistant)>> + After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms when she is restrained, @@color:lightcoral;she develops a fetish for submission.@@ + <<set $slaves[$i].fetish to "submissive", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> +<</if>> +<<elseif ($slaves[$i].fetishStrength <= 95)>> + Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@color:lightcoral;advances her submission.@@ + <<set $slaves[$i].fetishStrength += 4>> +<</if>> + <<if _currentRule != null>> + <<if $slaves[$i].fetish is "submissive">> + <<if $slaves[$i].fetishStrength > 95>> + <<if _currentRule.clitSetting != $slaves[$i].clitSetting>> + <<if _currentRule.clitSetting isnot "no default setting">> + <<set $slaves[$i].clitSetting to _currentRule.clitSetting>> + <<else>> + <<set $slaves[$i].clitSetting to "all">> <</if>> + Her <<if $slaves[$i].dick == 0>>clit<<else>>dick<</if>> piercing has achieved its goal fetish, and has defaulted to activate during $slaves[$i].clitSetting sexual encounters. <</if>> - <<elseif ($slaves[$i].fetishStrength <= 95)>> - Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@color:lightcoral;advances her dominance.@@ - <<set $slaves[$i].fetishStrength += 4>> <</if>> - <<case "masochist">> - <<if ($slaves[$i].fetish != "masochist")>> - <<if $slaves[$i].fetishStrength >= 10>> - Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@color:pink;suppress her current fetish,@@ encouraging her to orgasm when she's being hurt. - <<set $slaves[$i].fetishStrength -= 20>> - <<elseif ($fetishChangeChance > random(0,100)-20*$assistant)>> - After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms while she's being beaten, @@color:lightcoral;she begins to enjoy pain.@@ - <<set $slaves[$i].fetish to "masochist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> <</if>> - <<elseif ($slaves[$i].fetishStrength <= 95)>> - Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@color:lightcoral;advances her masochism.@@ - <<set $slaves[$i].fetishStrength += 4>> <</if>> - <<if _currentRule != null>> - <<if $slaves[$i].fetish is "masochist">> - <<if $slaves[$i].fetishStrength > 95>> - <<if _currentRule.clitSetting != $slaves[$i].clitSetting>> - <<if _currentRule.clitSetting isnot "no default setting">> - <<set $slaves[$i].clitSetting to _currentRule.clitSetting>> - <<else>> - <<set $slaves[$i].clitSetting to "all">> - <</if>> - Her <<if $slaves[$i].dick == 0>>clit<<else>>dick<</if>> piercing has achieved its goal fetish, and has defaulted to activate during $slaves[$i].clitSetting sexual encounters. - <</if>> - <</if>> +<<case "humiliation">> +<<if ($slaves[$i].fetish != "humiliation")>> +<<if $slaves[$i].fetishStrength >= 10>> + Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@color:pink;suppress her current fetish,@@ encouraging her to orgasm when she's got an audience. + <<set $slaves[$i].fetishStrength -= 20>> +<<elseif ($fetishChangeChance > random(0,100)-20*$assistant)>> + After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms when she is being humiliated, @@color:lightcoral;she develops a fetish for humiliation.@@ + <<set $slaves[$i].fetish to "humiliation", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> +<</if>> +<<elseif ($slaves[$i].fetishStrength <= 95)>> + Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@color:lightcoral;advances her humiliation fetish.@@ + <<set $slaves[$i].fetishStrength += 4>> +<</if>> + <<if _currentRule != null>> + <<if $slaves[$i].fetish is "humiliation">> + <<if $slaves[$i].fetishStrength > 95>> + <<if _currentRule.clitSetting != $slaves[$i].clitSetting>> + <<if _currentRule.clitSetting isnot "no default setting">> + <<set $slaves[$i].clitSetting to _currentRule.clitSetting>> + <<else>> + <<set $slaves[$i].clitSetting to "all">> + <</if>> + Her <<if $slaves[$i].dick == 0>>clit<<else>>dick<</if>> piercing has achieved its goal fetish, and has defaulted to activate during $slaves[$i].clitSetting sexual encounters. + <</if>> + <</if>> + <</if>> + <</if>> +<<case "pregnancy">> +<<if ($slaves[$i].fetish != "pregnancy")>> +<<if $slaves[$i].fetishStrength >= 10>> + Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@color:pink;suppress her current fetish,@@ encouraging her to orgasm when she feels like she's being bred. + <<set $slaves[$i].fetishStrength -= 20>> +<<elseif ($fetishChangeChance > random(0,100)-20*$assistant)>> + After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms during <<if $PC.dick == 1>>unprotected sex<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>loving contact with the female anatomy<</if>>, @@color:lightcoral;she begins to fantasize about pregnancy.@@ + <<set $slaves[$i].fetish to "pregnancy", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> +<</if>> +<<elseif ($slaves[$i].fetishStrength <= 95)>> + Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@color:lightcoral;advances her pregnancy fetish.@@ + <<set $slaves[$i].fetishStrength += 4>> +<</if>> +<<case "dom">> +<<if ($slaves[$i].fetish != "dom")>> +<<if $slaves[$i].fetishStrength >= 10>> + Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@color:pink;suppress her current fetish,@@ encouraging her to orgasm when another slave is servicing her. + <<set $slaves[$i].fetishStrength -= 20>> +<<elseif ($fetishChangeChance > random(0,100)-20*$assistant)>> + After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms while she's taking an active, dominant sexual role, @@color:lightcoral;she begins to enjoy dominance.@@ + <<set $slaves[$i].fetish to "dom", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> +<</if>> + <<if _currentRule != null>> + <<if $slaves[$i].fetish is "pregnancy">> + <<if $slaves[$i].fetishStrength > 95>> + <<if _currentRule.clitSetting != $slaves[$i].clitSetting>> + <<if _currentRule.clitSetting isnot "no default setting">> + <<set $slaves[$i].clitSetting to _currentRule.clitSetting>> + <<else>> + <<set $slaves[$i].clitSetting to "all">> + <</if>> + Her <<if $slaves[$i].dick == 0>>clit<<else>>dick<</if>> piercing has achieved its goal fetish, and has defaulted to activate during $slaves[$i].clitSetting sexual encounters. + <</if>> + <</if>> + <</if>> + <</if>> +<<elseif ($slaves[$i].fetishStrength <= 95)>> + Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@color:lightcoral;advances her dominance.@@ + <<set $slaves[$i].fetishStrength += 4>> +<</if>> +<<case "masochist">> +<<if ($slaves[$i].fetish != "masochist")>> +<<if $slaves[$i].fetishStrength >= 10>> + Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@color:pink;suppress her current fetish,@@ encouraging her to orgasm when she's being hurt. + <<set $slaves[$i].fetishStrength -= 20>> +<<elseif ($fetishChangeChance > random(0,100)-20*$assistant)>> + After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms while she's being beaten, @@color:lightcoral;she begins to enjoy pain.@@ + <<set $slaves[$i].fetish to "masochist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> +<</if>> +<<elseif ($slaves[$i].fetishStrength <= 95)>> + Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@color:lightcoral;advances her masochism.@@ + <<set $slaves[$i].fetishStrength += 4>> +<</if>> + <<if _currentRule != null>> + <<if $slaves[$i].fetish is "masochist">> + <<if $slaves[$i].fetishStrength > 95>> + <<if _currentRule.clitSetting != $slaves[$i].clitSetting>> + <<if _currentRule.clitSetting isnot "no default setting">> + <<set $slaves[$i].clitSetting to _currentRule.clitSetting>> + <<else>> + <<set $slaves[$i].clitSetting to "all">> <</if>> + Her <<if $slaves[$i].dick == 0>>clit<<else>>dick<</if>> piercing has achieved its goal fetish, and has defaulted to activate during $slaves[$i].clitSetting sexual encounters. <</if>> - <<case "sadist">> - <<if ($slaves[$i].fetish != "sadist")>> - <<if $slaves[$i].fetishStrength >= 10>> - Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@color:pink;suppress her current fetish,@@ encouraging her to orgasm when she witnesses or even takes part in another slave's pain. - <<set $slaves[$i].fetishStrength -= 20>> - <<elseif ($fetishChangeChance > random(0,100)-20*$assistant)>> - After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms while she's involved in the abuse of other slaves, @@color:lightcoral;she begins to develop a sadistic streak.@@ - <<set $slaves[$i].fetish to "sadist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> - <</if>> - <<elseif ($slaves[$i].fetishStrength <= 95)>> - Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@color:lightcoral;advances her sadism.@@ - <<set $slaves[$i].fetishStrength += 4>> - <</if>> - <<if _currentRule != null>> - <<if $slaves[$i].fetish is "sadist">> - <<if $slaves[$i].fetishStrength > 95>> - <<if _currentRule.clitSetting != $slaves[$i].clitSetting>> - <<if _currentRule.clitSetting isnot "no default setting">> - <<set $slaves[$i].clitSetting to _currentRule.clitSetting>> - <<else>> - <<set $slaves[$i].clitSetting to "all">> - <</if>> - Her <<if $slaves[$i].dick == 0>>clit<<else>>dick<</if>> piercing has achieved its goal fetish, and has defaulted to activate during $slaves[$i].clitSetting sexual encounters. - <</if>> + <</if>> + <</if>> + <</if>> +<<case "sadist">> + <<if ($slaves[$i].fetish != "sadist")>> + <<if $slaves[$i].fetishStrength >= 10>> + Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> acts to @@color:pink;suppress her current fetish,@@ encouraging her to orgasm when she witnesses or even takes part in another slave's pain. + <<set $slaves[$i].fetishStrength -= 20>> + <<elseif ($fetishChangeChance > random(0,100)-20*$assistant)>> + After her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing encourages many orgasms while she's involved in the abuse of other slaves, @@color:lightcoral;she begins to develop a sadistic streak.@@ + <<set $slaves[$i].fetish to "sadist", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> <</if>> + <<elseif ($slaves[$i].fetishStrength <= 95)>> + Her smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> piercing @@color:lightcoral;advances her sadism.@@ + <<set $slaves[$i].fetishStrength += 4>> + <</if>> + <<if _currentRule != null>> + <<if $slaves[$i].fetish is "sadist">> + <<if $slaves[$i].fetishStrength > 95>> + <<if _currentRule.clitSetting != $slaves[$i].clitSetting>> + <<if _currentRule.clitSetting isnot "no default setting">> + <<set $slaves[$i].clitSetting to _currentRule.clitSetting>> + <<else>> + <<set $slaves[$i].clitSetting to "all">> <</if>> + Her <<if $slaves[$i].dick == 0>>clit<<else>>dick<</if>> piercing has achieved its goal fetish, and has defaulted to activate during $slaves[$i].clitSetting sexual encounters. <</if>> - <</switch>> <</if>> <</if>> + <</if>> +<</switch>> +<</if>> +<</if>> - /* ORGANIC FETISH DEVELOPMENTS */ +/* ORGANIC FETISH DEVELOPMENTS */ - <<if ($slaves[$i].fetish != "mindbroken")>> - <<if ($slaves[$i].clitPiercing != 3) || ($slaves[$i].clitSetting is "off") || ($slaves[$i].clitSetting is "none") || ($slaves[$i].clitSetting is "all") || ($slaves[$i].clitSetting is "men") || ($slaves[$i].clitSetting is "women")>> +<<if ($slaves[$i].fetish != "mindbroken")>> +<<if ($slaves[$i].clitPiercing != 3) || ($slaves[$i].clitSetting is "off") || ($slaves[$i].clitSetting is "none") || ($slaves[$i].clitSetting is "all") || ($slaves[$i].clitSetting is "men") || ($slaves[$i].clitSetting is "women")>> - <<if canDoAnal($slaves[$i])>> - <<if ($slaves[$i].vaginalAccessory is "chastity belt")>> - <<if ($slaves[$i].fetishStrength <= 95)>> - <<if $fetishChangeChance > random(0,100)>> - <<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "serve in the club")>> - <<if $slaves[$i].fetish != "buttslut">> - With so much sexual attention focused on her anus, @@color:lightcoral;she comes to view buttsex as the centerpiece of her sexuality.@@ - <<set $slaves[$i].fetish to "buttslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> - <<elseif ($slaves[$i].fetish is "buttslut") && ($slaves[$i].fetishStrength <= 95)>> - With so much sexual attention focused on her anus, @@color:lightcoral;her love of anal increases.@@ - <<set $slaves[$i].fetishStrength += 4>> - <</if>> - <<elseif ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel")>> - <<if $slaves[$i].fetish != "buttslut">> - With her anus constantly sold for use, @@color:lightcoral;she comes to view buttsex as the centerpiece of her sexuality.@@ - <<set $slaves[$i].fetish to "buttslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> - <<elseif ($slaves[$i].fetish is "buttslut")>> - With her anus constantly sold for use, @@color:lightcoral;her love of anal increases.@@ - <<set $slaves[$i].fetishStrength += 4>> - <</if>> - <</if>> - <</if>> - <</if>> - <<elseif ($slaves[$i].vagina is -1)>> - <<if ($slaves[$i].fetishStrength <= 95)>> - <<if $fetishChangeChance > random(0,90)>> - <<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "serve in the club")>> - <<if $slaves[$i].fetish != "buttslut">> - Since most of her orgasms are caused by prostate stimulation from anal sex with citizens, @@color:lightcoral;she comes to view her asshole as her primary sexual organ.@@ - <<set $slaves[$i].fetish to "buttslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> - <<elseif ($slaves[$i].fetish is "buttslut") && ($slaves[$i].fetishStrength <= 95)>> - After many, many prostate orgasms with a citizen's cock up her butt, @@color:lightcoral;her love of anal increases.@@ - <<set $slaves[$i].fetishStrength += 4>> - <</if>> - <<elseif ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel")>> - <<if $slaves[$i].fetish != "buttslut">> - Since most of her orgasms are caused by prostate stimulation from anal sex with customers, @@color:lightcoral;she comes to view her asshole as her primary sexual organ.@@ - <<set $slaves[$i].fetish to "buttslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> - <<elseif ($slaves[$i].fetish is "buttslut") && ($slaves[$i].fetishStrength <= 95)>> - After many, many prostate orgasms with a customer's cock up her butt, @@color:lightcoral;her love of anal increases.@@ - <<set $slaves[$i].fetishStrength += 4>> - <</if>> - <</if>> +<<if canDoAnal($slaves[$i])>> +<<if ($slaves[$i].vaginalAccessory is "chastity belt")>> + <<if ($slaves[$i].fetishStrength <= 95)>> + <<if $fetishChangeChance > random(0,100)>> + <<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "serve in the club")>> + <<if $slaves[$i].fetish != "buttslut">> + With so much sexual attention focused on her anus, @@color:lightcoral;she comes to view buttsex as the centerpiece of her sexuality.@@ + <<set $slaves[$i].fetish to "buttslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> + <<elseif ($slaves[$i].fetish is "buttslut") && ($slaves[$i].fetishStrength <= 95)>> + With so much sexual attention focused on her anus, @@color:lightcoral;her love of anal increases.@@ + <<set $slaves[$i].fetishStrength += 4>> <</if>> + <<elseif ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel")>> + <<if $slaves[$i].fetish != "buttslut">> + With her anus constantly sold for use, @@color:lightcoral;she comes to view buttsex as the centerpiece of her sexuality.@@ + <<set $slaves[$i].fetish to "buttslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> + <<elseif ($slaves[$i].fetish is "buttslut")>> + With her anus constantly sold for use, @@color:lightcoral;her love of anal increases.@@ + <<set $slaves[$i].fetishStrength += 4>> <</if>> <</if>> <</if>> - - <<if ($slaves[$i].drugs is "testicle enhancement") || ($slaves[$i].drugs is "hyper testicle enhancement")>> - <<if ($slaves[$i].balls > 0)>> - <<if ($slaves[$i].releaseRules is "permissive")>> - <<if ($slaves[$i].fetishStrength <= 95)>> - <<if $fetishChangeChance > random(0,100)>> - <<if $slaves[$i].fetish != "cumslut">> - While masturbating, she's at first surprised but then aroused by her drug-enhanced ejaculation. After repeatedly covering herself in the stuff, @@color:lightcoral;she's become a cum fetishist.@@ - <<set $slaves[$i].fetish to "cumslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> - <<elseif ($slaves[$i].fetish is "cumslut") && ($slaves[$i].fetishStrength <= 95)>> - Her masturbation sessions have come to consist mainly of her blowing massive loads of cum into her own mouth. @@color:lightcoral;Her ejaculate addiction increases.@@ - <<set $slaves[$i].fetishStrength += 4>> - <</if>> + <</if>> +<<elseif ($slaves[$i].vagina is -1)>> + <<if ($slaves[$i].fetishStrength <= 95)>> + <<if $fetishChangeChance > random(0,90)>> + <<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "serve in the club")>> + <<if $slaves[$i].fetish != "buttslut">> + Since most of her orgasms are caused by prostate stimulation from anal sex with citizens, @@color:lightcoral;she comes to view her asshole as her primary sexual organ.@@ + <<set $slaves[$i].fetish to "buttslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> + <<elseif ($slaves[$i].fetish is "buttslut") && ($slaves[$i].fetishStrength <= 95)>> + After many, many prostate orgasms with a citizen's cock up her butt, @@color:lightcoral;her love of anal increases.@@ + <<set $slaves[$i].fetishStrength += 4>> <</if>> + <<elseif ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel")>> + <<if $slaves[$i].fetish != "buttslut">> + Since most of her orgasms are caused by prostate stimulation from anal sex with customers, @@color:lightcoral;she comes to view her asshole as her primary sexual organ.@@ + <<set $slaves[$i].fetish to "buttslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> + <<elseif ($slaves[$i].fetish is "buttslut") && ($slaves[$i].fetishStrength <= 95)>> + After many, many prostate orgasms with a customer's cock up her butt, @@color:lightcoral;her love of anal increases.@@ + <<set $slaves[$i].fetishStrength += 4>> <</if>> <</if>> <</if>> <</if>> +<</if>> +<</if>> +<<if ($slaves[$i].drugs is "testicle enhancement") || ($slaves[$i].drugs is "hyper testicle enhancement")>> +<<if ($slaves[$i].balls > 0)>> +<<if ($slaves[$i].releaseRules is "permissive")>> + <<if ($slaves[$i].fetishStrength <= 95)>> + <<if $fetishChangeChance > random(0,100)>> + <<if $slaves[$i].fetish != "cumslut">> + While masturbating, she's at first surprised but then aroused by her drug-enhanced ejaculation. After repeatedly covering herself in the stuff, @@color:lightcoral;she's become a cum fetishist.@@ + <<set $slaves[$i].fetish to "cumslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> + <<elseif ($slaves[$i].fetish is "cumslut") && ($slaves[$i].fetishStrength <= 95)>> + Her masturbation sessions have come to consist mainly of her blowing massive loads of cum into her own mouth. @@color:lightcoral;Her ejaculate addiction increases.@@ + <<set $slaves[$i].fetishStrength += 4>> + <</if>> <</if>> <</if>> +<</if>> +<</if>> +<</if>> - /* PARAPHILIA ACQUISITION */ +<</if>> +<</if>> - <<if $slaves[$i].fetishKnown != 0>> - <<if $slaves[$i].fetish != "mindbroken">> - <<if $slaves[$i].fetish != "none">> - <<if $slaves[$i].fetishStrength > random(80,180)>> +/* PARAPHILIA ACQUISITION */ - <<switch $slaves[$i].fetish>> - <<case "submissive">> - <<if $slaves[$i].sexualFlaw != "neglectful">> - <<if $slaves[$i].energy < 80>> - <<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel") || ($slaves[$i].assignment is "serve in the club") || ($slaves[$i].assignment is "work a glory hole") || ($slaves[$i].assignment is "be confined in the arcade")>> - Serving as a sex worker drives her deeper and deeper into submission, and she pays less and less attention to her own pleasure. @@color:yellow;She's become sexually self neglectful,@@ and only cares about getting others off. - <<set $slaves[$i].sexualFlaw = "neglectful">> - <</if>> - <</if>> +<<if $slaves[$i].fetishKnown != 0>> +<<if $slaves[$i].fetish != "mindbroken">> +<<if $slaves[$i].fetish != "none">> +<<if $slaves[$i].fetishStrength > random(80,180)>> + +<<switch $slaves[$i].fetish>> +<<case "submissive">> + <<if $slaves[$i].sexualFlaw != "neglectful">> + <<if $slaves[$i].energy < 80>> + <<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel") || ($slaves[$i].assignment is "serve in the club") || ($slaves[$i].assignment is "work a glory hole") || ($slaves[$i].assignment is "be confined in the arcade")>> + Serving as a sex worker drives her deeper and deeper into submission, and she pays less and less attention to her own pleasure. @@color:yellow;She's become sexually self neglectful,@@ and only cares about getting others off. + <<set $slaves[$i].sexualFlaw = "neglectful">> <</if>> - <<if $slaves[$i].sexualFlaw != "neglectful">> - <<if $slaves[$i].aphrodisiacs > 0>> - <<if $slaves[$i].addict > 2>> - Her aphrodisiac addiction makes her dependent on submission. @@color:yellow;She's become sexually self neglectful,@@ and only cares about getting others off. - <<set $slaves[$i].sexualFlaw = "neglectful">> - <</if>> - <</if>> <</if>> - <<case "cumslut">> - <<if $slaves[$i].sexualFlaw != "cum addict">> - <<if $slaves[$i].diet == "cum">> - In addition to being an orally fixated cumslut, she eats ejaculate in her food, making the taste omipresent for her. @@color:yellow;She's become psychologically addicted to cum.@@ - <<set $slaves[$i].sexualFlaw = "cum addict">> - <<elseif $slaves[$i].inflation != 0 && $slaves[$i].inflationType == "cum">> - In addition to being an orally fixated cumslut, she is required to keep her belly bloated with cum at all times, making her life revolve around being full of cum. @@color:yellow;She's become psychologically addicted to cum.@@ - <<set $slaves[$i].sexualFlaw = "cum addict">> - <<elseif $slaves[$i].cockfeeder != 0>> - In addition to being an orally fixated cumslut, she eats by sucking dick. @@color:yellow;She's become psychologically addicted to cum.@@ - <<set $slaves[$i].sexualFlaw = "cum addict">> - <</if>> + <</if>> + <<if $slaves[$i].sexualFlaw != "neglectful">> + <<if $slaves[$i].aphrodisiacs > 0>> + <<if $slaves[$i].addict > 2>> + Her aphrodisiac addiction makes her dependent on submission. @@color:yellow;She's become sexually self neglectful,@@ and only cares about getting others off. + <<set $slaves[$i].sexualFlaw = "neglectful">> <</if>> - <<if $slaves[$i].sexualFlaw != "cum addict">> - <<if $slaves[$i].aphrodisiacs > 0>> - <<if $slaves[$i].addict > 2>> - Her aphrodisiac addiction makes her dependent on oral stimulation. @@color:yellow;She's become psychologically addicted to cum.@@ - <<set $slaves[$i].sexualFlaw = "cum addict">> - <</if>> - <</if>> <</if>> - <<case "buttslut">> - <<if $slaves[$i].sexualFlaw != "anal addict">> - <<if $slaves[$i].energy > 80>> - <<if $slaves[$i].anus > 0>> - <<if $slaves[$i].dick > 0>> - She has a powerful sex drive, and constantly coming to prostate stimulation drives her ever deeper into her identity as a helpless anal slut. @@color:yellow;She's become psychologically addicted to getting assfucked.@@ - <<set $slaves[$i].sexualFlaw = "anal addict">> - <<elseif $slaves[$i].vaginalAccessory == "chastity belt">> - She has a powerful sex drive, and since her pussy's off limits, she sinks ever deeper into her identity as a helpless anal slut. @@color:yellow;She's become psychologically addicted to getting assfucked.@@ - <<set $slaves[$i].sexualFlaw = "anal addict">> - <</if>> - <</if>> - <</if>> + <</if>> +<<case "cumslut">> + <<if $slaves[$i].sexualFlaw != "cum addict">> + <<if $slaves[$i].diet == "cum">> + In addition to being an orally fixated cumslut, she eats ejaculate in her food, making the taste omipresent for her. @@color:yellow;She's become psychologically addicted to cum.@@ + <<set $slaves[$i].sexualFlaw = "cum addict">> + <<elseif $slaves[$i].inflation != 0 && $slaves[$i].inflationType == "cum">> + In addition to being an orally fixated cumslut, she is required to keep her belly bloated with cum at all times, making her life revolve around being full of cum. @@color:yellow;She's become psychologically addicted to cum.@@ + <<set $slaves[$i].sexualFlaw = "cum addict">> + <<elseif $slaves[$i].cockfeeder != 0>> + In addition to being an orally fixated cumslut, she eats by sucking dick. @@color:yellow;She's become psychologically addicted to cum.@@ + <<set $slaves[$i].sexualFlaw = "cum addict">> <</if>> - <<if $slaves[$i].sexualFlaw != "anal addict">> - <<if $slaves[$i].aphrodisiacs > 0>> - <<if $slaves[$i].addict > 2>> - Her aphrodisiac addiction makes her dependent on constant buttsex. @@color:yellow;She's become psychologically addicted to getting assfucked.@@ - <<set $slaves[$i].sexualFlaw = "anal addict">> - <</if>> - <</if>> + <</if>> + <<if $slaves[$i].sexualFlaw != "cum addict">> + <<if $slaves[$i].aphrodisiacs > 0>> + <<if $slaves[$i].addict > 2>> + Her aphrodisiac addiction makes her dependent on oral stimulation. @@color:yellow;She's become psychologically addicted to cum.@@ + <<set $slaves[$i].sexualFlaw = "cum addict">> <</if>> - <<case "humiliation">> - <<if $slaves[$i].sexualFlaw != "attention whore">> - <<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel") || ($slaves[$i].assignment is "serve in the club")>> - Serving as a public sex worker gives her plenty of delicious humiliation, and she cares less and less about sex itself and more about making people blush. @@color:yellow;She's become an attention whore.@@ - <<set $slaves[$i].sexualFlaw = "attention whore">> - <</if>> <</if>> - <<if $slaves[$i].sexualFlaw != "attention whore">> - <<if $slaves[$i].aphrodisiacs > 0>> - <<if $slaves[$i].addict > 2>> - Her aphrodisiac addiction makes her dependent on stares to get off. @@color:yellow;She's become an attention whore.@@ - <<set $slaves[$i].sexualFlaw = "attention whore">> - <</if>> - <</if>> + <</if>> +<<case "buttslut">> + <<if $slaves[$i].sexualFlaw != "anal addict">> + <<if $slaves[$i].energy > 80>> + <<if $slaves[$i].anus > 0>> + <<if $slaves[$i].dick > 0>> + She has a powerful sex drive, and constantly coming to prostate stimulation drives her ever deeper into her identity as a helpless anal slut. @@color:yellow;She's become psychologically addicted to getting assfucked.@@ + <<set $slaves[$i].sexualFlaw = "anal addict">> + <<elseif $slaves[$i].vaginalAccessory == "chastity belt">> + She has a powerful sex drive, and since her pussy's off limits, she sinks ever deeper into her identity as a helpless anal slut. @@color:yellow;She's become psychologically addicted to getting assfucked.@@ + <<set $slaves[$i].sexualFlaw = "anal addict">> <</if>> - <<case "boobs">> - <<if $slaves[$i].sexualFlaw != "breast growth">> - <<if $slaves[$i].drugs is "breast injections">> - She loves her tits, and feeling them respond to drug injections starts to hold more fascination for her than mere sex. @@color:yellow;Her sexual identity is now dominated by her swelling boobs.@@ - <<set $slaves[$i].sexualFlaw = "breast growth">> - <<elseif $slaves[$i].drugs is "hyper breast injections">> - She loves her tits, and watching them steadily swell from the hyper injections starts to hold more fascination for her than mere sex. @@color:yellow;Her sexual identity is now dominated by her swelling boobs.@@ - <<set $slaves[$i].sexualFlaw = "breast growth">> - <<elseif ($slaves[$i].hormones > 0) && ($slaves[$i].boobs < 1000)>> - She loves her tits, and feeling them grow under female hormone treatments starts to hold more fascination for her than mere sex. @@color:yellow;Her sexual identity is now dominated by her swelling boobs.@@ - <<set $slaves[$i].sexualFlaw = "breast growth">> - <</if>> <</if>> - <<if $slaves[$i].sexualFlaw != "breast growth">> - <<if $slaves[$i].aphrodisiacs > 0>> - <<if $slaves[$i].addict > 2>> - Her aphrodisiac addiction makes her dependent on her tits for relief. @@color:yellow;Her sexual identity is now dominated by her swelling boobs.@@ - <<set $slaves[$i].sexualFlaw = "breast growth">> - <</if>> - <</if>> <</if>> - <<case "sadist">> - <<if $slaves[$i].sexualFlaw != "malicious">> - <<if $Wardeness != 0>> - <<if $slaves[$i].ID == $Wardeness.ID>> - As Wardeness, she becomes @@color:yellow;sexually addicted to inflicting pain and anguish.@@ - <<set $slaves[$i].sexualFlaw = "malicious">> - <</if>> - <</if>> + <</if>> + <<if $slaves[$i].sexualFlaw != "anal addict">> + <<if $slaves[$i].aphrodisiacs > 0>> + <<if $slaves[$i].addict > 2>> + Her aphrodisiac addiction makes her dependent on constant buttsex. @@color:yellow;She's become psychologically addicted to getting assfucked.@@ + <<set $slaves[$i].sexualFlaw = "anal addict">> <</if>> - <<if $slaves[$i].sexualFlaw != "malicious">> - <<if $slaves[$i].aphrodisiacs > 0>> - <<if $slaves[$i].addict > 2>> - Her aphrodisiac addiction makes her dependent on degradation in other slaves to get off. She becomes @@color:yellow;sexually addicted to inflicting pain and anguish.@@ - <<set $slaves[$i].sexualFlaw = "malicious">> - <</if>> - <</if>> <</if>> - <<case "dom">> - <<if $slaves[$i].sexualFlaw != "abusive">> - <<if $HeadGirl != 0>> - <<if $HGSeverity >= 0>> - <<if $slaves[$i].ID == $HeadGirl.ID>> - As Head Girl, she's plentifully provided with misbehaving slaves to dominate sexually. She becomes more and more eager until she's actively @@color:yellow;sexually abusive, getting off on the thrill of forcing herself on other slaves.@@ - <<set $slaves[$i].sexualFlaw = "abusive">> - <</if>> - <</if>> - <</if>> + <</if>> +<<case "humiliation">> + <<if $slaves[$i].sexualFlaw != "attention whore">> + <<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel") || ($slaves[$i].assignment is "serve in the club")>> + Serving as a public sex worker gives her plenty of delicious humiliation, and she cares less and less about sex itself and more about making people blush. @@color:yellow;She's become an attention whore.@@ + <<set $slaves[$i].sexualFlaw = "attention whore">> <</if>> - <<if $slaves[$i].sexualFlaw != "abusive">> - <<if $slaves[$i].aphrodisiacs > 0>> - <<if $slaves[$i].addict > 2>> - Her aphrodisiac addiction makes her dependent on pain in others to get off. She's become @@@color:yellow;sexually abusive, getting off on the thrill of forcing herself on other slaves.@@ - <<set $slaves[$i].sexualFlaw = "abusive">> - <</if>> - <</if>> + <</if>> + <<if $slaves[$i].sexualFlaw != "attention whore">> + <<if $slaves[$i].aphrodisiacs > 0>> + <<if $slaves[$i].addict > 2>> + Her aphrodisiac addiction makes her dependent on stares to get off. @@color:yellow;She's become an attention whore.@@ + <<set $slaves[$i].sexualFlaw = "attention whore">> <</if>> - <<case "masochist">> - <<if $slaves[$i].sexualFlaw != "self hating">> - <<if ($slaves[$i].assignment is "work a glory hole") || ($slaves[$i].assignment is "be confined in the arcade")>> - Condemned to serve as a public fuckhole, her masochistic tendencies darken into sexual appreciation for her life as a human sex toy. @@color:yellow;She's descended into true self hatred.@@ - <<set $slaves[$i].sexualFlaw = "self hating">> - <<elseif ($slaves[$i].assignment is "work in the dairy") && ($dairyRestraintsSetting >= 2)>> - Strapped into a milking machine's tender, penetrative embrace, her masochistic tendencies darken into sexual appreciation for her life as a human factory. @@color:yellow;She's descended into true self hatred.@@ - <<set $slaves[$i].sexualFlaw = "self hating">> - <</if>> <</if>> - <<if $slaves[$i].sexualFlaw != "self hating">> - <<if $slaves[$i].aphrodisiacs > 0>> - <<if $slaves[$i].addict > 2>> - Her aphrodisiac addiction makes her dependent on sexual self harm. @@color:yellow;She's descended into true self hatred.@@ - <<set $slaves[$i].sexualFlaw = "self hating">> - <</if>> - <</if>> + <</if>> +<<case "boobs">> + <<if $slaves[$i].sexualFlaw != "breast growth">> + <<if $slaves[$i].drugs is "breast injections">> + She loves her tits, and feeling them respond to drug injections starts to hold more fascination for her than mere sex. @@color:yellow;Her sexual identity is now dominated by her swelling boobs.@@ + <<set $slaves[$i].sexualFlaw = "breast growth">> + <<elseif $slaves[$i].drugs is "hyper breast injections">> + She loves her tits, and watching them steadily swell from the hyper injections starts to hold more fascination for her than mere sex. @@color:yellow;Her sexual identity is now dominated by her swelling boobs.@@ + <<set $slaves[$i].sexualFlaw = "breast growth">> + <<elseif ($slaves[$i].hormones > 0) && ($slaves[$i].boobs < 1000)>> + She loves her tits, and feeling them grow under female hormone treatments starts to hold more fascination for her than mere sex. @@color:yellow;Her sexual identity is now dominated by her swelling boobs.@@ + <<set $slaves[$i].sexualFlaw = "breast growth">> <</if>> - <<case "pregnancy">> - <<if $slaves[$i].sexualFlaw != "breeder">> - <<if $slaves[$i].preg > 30 && $slaves[$i].pregType >= 50>> - She's is nearly bursting with life and giving birth constantly, causing her to pay more sexual attention to pregnancy than to impregnation. @@color:yellow;She's become obsessed with breeding.@@ - <<set $slaves[$i].sexualFlaw = "breeder">> - <<elseif $slaves[$i].preg > 10 && $slaves[$i].pregSource == -1 && $slaves[$i].breedingMark == 1 && $slaves[$i].devotion > 75>> - She's been marked to be the bearer of your offspring and is growing larger by the day with your child. She is to be nothing more than a vessel for your children, and as such @@color:yellow;has become obsessed with carrying them.@@ - <<set $slaves[$i].sexualFlaw = "breeder">> - <<elseif $slaves[$i].pregType >= 10 && $slaves[$i].preg > 20>> - She's so overfull with life that she starts to pay much more sexual attention to pregnancy than to impregnation. @@color:yellow;She's become obsessed with breeding.@@ - <<set $slaves[$i].sexualFlaw = "breeder">> - <<elseif $slaves[$i].births > 10>> - She's been bred so much that she starts to pay as much sexual attention to pregnancy than to impregnation. @@color:yellow;She's become obsessed with breeding.@@ - <<set $slaves[$i].sexualFlaw = "breeder">> - <<elseif ($slaves[$i].assignment is "work in the dairy") && ($dairyPregSetting >= 2) && ($slaves[$i].preg > 0)>> - With her womanhood fucked full of cum and fertility drugs, her pregnancy fetish deepens into true perversity. @@color:yellow;She's become obsessed with breeding.@@ - <<set $slaves[$i].sexualFlaw = "breeder">> - <</if>> + <</if>> + <<if $slaves[$i].sexualFlaw != "breast growth">> + <<if $slaves[$i].aphrodisiacs > 0>> + <<if $slaves[$i].addict > 2>> + Her aphrodisiac addiction makes her dependent on her tits for relief. @@color:yellow;Her sexual identity is now dominated by her swelling boobs.@@ + <<set $slaves[$i].sexualFlaw = "breast growth">> <</if>> - <<if $slaves[$i].sexualFlaw != "breeder">> - <<if $slaves[$i].aphrodisiacs > 0>> - <<if $slaves[$i].addict > 2>> - Her aphrodisiac addiction makes her dependent on her pregnancy fantasies. @@color:yellow;She's become obsessed with breeding.@@ - <<set $slaves[$i].sexualFlaw = "breeder">> - <</if>> - <</if>> <</if>> - <</switch>> - <</if>> +<<case "sadist">> + <<if $slaves[$i].sexualFlaw != "malicious">> + <<if $Wardeness != 0>> + <<if $slaves[$i].ID == $Wardeness.ID>> + As Wardeness, she becomes @@color:yellow;sexually addicted to inflicting pain and anguish.@@ + <<set $slaves[$i].sexualFlaw = "malicious">> + <</if>> + <</if>> <</if>> + <<if $slaves[$i].sexualFlaw != "malicious">> + <<if $slaves[$i].aphrodisiacs > 0>> + <<if $slaves[$i].addict > 2>> + Her aphrodisiac addiction makes her dependent on degradation in other slaves to get off. She becomes @@color:yellow;sexually addicted to inflicting pain and anguish.@@ + <<set $slaves[$i].sexualFlaw = "malicious">> + <</if>> + <</if>> <</if>> +<<case "dom">> + <<if $slaves[$i].sexualFlaw != "abusive">> + <<if $HeadGirl != 0>> + <<if $HGSeverity >= 0>> + <<if $slaves[$i].ID == $HeadGirl.ID>> + As Head Girl, she's plentifully provided with misbehaving slaves to dominate sexually. She becomes more and more eager until she's actively @@color:yellow;sexually abusive, getting off on the thrill of forcing herself on other slaves.@@ + <<set $slaves[$i].sexualFlaw = "abusive">> + <</if>> + <</if>> + <</if>> <</if>> - - /* PIERCING EFFECTS */ - - <<if ($slaves[$i].vaginaPiercing > 1)>> - <<if ($slaves[$i].vagina > -1) && ($slaves[$i].labia < 2) && (random(1,100) > 90)>> - The weight of her labial piercings @@color:lime;stretches out her pussylips a bit.@@ - <<set $slaves[$i].labia += 1>> + <<if $slaves[$i].sexualFlaw != "abusive">> + <<if $slaves[$i].aphrodisiacs > 0>> + <<if $slaves[$i].addict > 2>> + Her aphrodisiac addiction makes her dependent on pain in others to get off. She's become @@@color:yellow;sexually abusive, getting off on the thrill of forcing herself on other slaves.@@ + <<set $slaves[$i].sexualFlaw = "abusive">> + <</if>> <</if>> <</if>> - <<if ($slaves[$i].nipplesPiercing == 1)>> - <<if ($slaves[$i].nipples is "tiny")>> - <<if (random(1,100) > 95)>> - Her piercings keep her nipples half-hard all the time, and @@color:lime;her nipples have stretched out a bit.@@ - <<set $slaves[$i].nipples to "cute">> +<<case "masochist">> + <<if $slaves[$i].sexualFlaw != "self hating">> + <<if ($slaves[$i].assignment is "work a glory hole") || ($slaves[$i].assignment is "be confined in the arcade")>> + Condemned to serve as a public fuckhole, her masochistic tendencies darken into sexual appreciation for her life as a human sex toy. @@color:yellow;She's descended into true self hatred.@@ + <<set $slaves[$i].sexualFlaw = "self hating">> + <<elseif ($slaves[$i].assignment is "work in the dairy") && ($dairyRestraintsSetting >= 2)>> + Strapped into a milking machine's tender, penetrative embrace, her masochistic tendencies darken into sexual appreciation for her life as a human factory. @@color:yellow;She's descended into true self hatred.@@ + <<set $slaves[$i].sexualFlaw = "self hating">> + <</if>> + <</if>> + <<if $slaves[$i].sexualFlaw != "self hating">> + <<if $slaves[$i].aphrodisiacs > 0>> + <<if $slaves[$i].addict > 2>> + Her aphrodisiac addiction makes her dependent on sexual self harm. @@color:yellow;She's descended into true self hatred.@@ + <<set $slaves[$i].sexualFlaw = "self hating">> + <</if>> + <</if>> + <</if>> +<<case "pregnancy">> + <<if $slaves[$i].sexualFlaw != "breeder">> + <<if $slaves[$i].preg > 30 && $slaves[$i].pregType >= 50>> + She's is nearly bursting with life and giving birth constantly, causing her to pay more sexual attention to pregnancy than to impregnation. @@color:yellow;She's become obsessed with breeding.@@ + <<set $slaves[$i].sexualFlaw = "breeder">> + <<elseif $slaves[$i].preg > 10 && $slaves[$i].pregSource == -1 && $slaves[$i].breedingMark == 1 && $slaves[$i].devotion > 75>> + She's been marked to be the bearer of your offspring and is growing larger by the day with your child. She is to be nothing more than a vessel for your children, and as such @@color:yellow;has become obsessed with carrying them.@@ + <<set $slaves[$i].sexualFlaw = "breeder">> + <<elseif $slaves[$i].pregType >= 10 && $slaves[$i].preg > 20>> + She's so overfull with life that she starts to pay much more sexual attention to pregnancy than to impregnation. @@color:yellow;She's become obsessed with breeding.@@ + <<set $slaves[$i].sexualFlaw = "breeder">> + <<elseif $slaves[$i].births > 10>> + She's been bred so much that she starts to pay as much sexual attention to pregnancy than to impregnation. @@color:yellow;She's become obsessed with breeding.@@ + <<set $slaves[$i].sexualFlaw = "breeder">> + <<elseif ($slaves[$i].assignment is "work in the dairy") && ($dairyPregSetting >= 2) && ($slaves[$i].preg > 0)>> + With her womanhood fucked full of cum and fertility drugs, her pregnancy fetish deepens into true perversity. @@color:yellow;She's become obsessed with breeding.@@ + <<set $slaves[$i].sexualFlaw = "breeder">> + <</if>> + <</if>> + <<if $slaves[$i].sexualFlaw != "breeder">> + <<if $slaves[$i].aphrodisiacs > 0>> + <<if $slaves[$i].addict > 2>> + Her aphrodisiac addiction makes her dependent on her pregnancy fantasies. @@color:yellow;She's become obsessed with breeding.@@ + <<set $slaves[$i].sexualFlaw = "breeder">> + <</if>> + <</if>> + <</if>> +<</switch>> + +<</if>> +<</if>> +<</if>> +<</if>> + +/* PIERCING EFFECTS */ + +<<if ($slaves[$i].vaginaPiercing > 1)>> + <<if ($slaves[$i].vagina > -1) && ($slaves[$i].labia < 2) && (random(1,100) > 90)>> + The weight of her labial piercings @@color:lime;stretches out her pussylips a bit.@@ + <<set $slaves[$i].labia += 1>> + <</if>> +<</if>> +<<if ($slaves[$i].nipplesPiercing == 1)>> + <<if ($slaves[$i].nipples is "tiny")>> + <<if (random(1,100) > 95)>> + Her piercings keep her nipples half-hard all the time, and @@color:lime;her nipples have stretched out a bit.@@ + <<set $slaves[$i].nipples to "cute">> + <</if>> + <<elseif ($slaves[$i].nipples is "partially inverted")>> + <<if (random(1,100) > 70)>> + Her piercings keep her nipples half-hard all the time, which @@color:lime;permanently protrudes them.@@ + <<if (random(1,2) == 1)>> + It turns out they're pretty cute. + <<set $slaves[$i].nipples to "cute">> + <<else>> + It turns out they're nice and puffy. + <<set $slaves[$i].nipples to "puffy">> <</if>> - <<elseif ($slaves[$i].nipples is "partially inverted")>> - <<if (random(1,100) > 70)>> - Her piercings keep her nipples half-hard all the time, which @@color:lime;permanently protrudes them.@@ - <<if (random(1,2) == 1)>> - It turns out they're pretty cute. - <<set $slaves[$i].nipples to "cute">> - <<else>> - It turns out they're nice and puffy. - <<set $slaves[$i].nipples to "puffy">> - <</if>> - <<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 1)>> - This is @@color:hotpink;a long and uncomfortable experience, which she gets off on.@@ - <<set $slaves[$i].devotion += 1>> - <<else>> - This is @@color:mediumorchid;a long and uncomfortable experience.@@ - <<set $slaves[$i].devotion -= 1>> - <</if>> + <<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 1)>> + This is @@color:hotpink;a long and uncomfortable experience, which she gets off on.@@ + <<set $slaves[$i].devotion += 1>> <<else>> - Having her nipples held protruded by her piercings is uncomfortable, which she - <<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 1)>> - @@color:hotpink;gets off on.@@ - <<set $slaves[$i].devotion += 1>> - <<else>> - @@color:mediumorchid;hates.@@ - <<set $slaves[$i].devotion -= 1>> - <</if>> + This is @@color:mediumorchid;a long and uncomfortable experience.@@ + <<set $slaves[$i].devotion -= 1>> <</if>> - <<elseif ($slaves[$i].nipples is "inverted")>> - <<if (random(1,100) > 90)>> - Her piercings keep her nipples half-hard all the time, which eventually @@color:lime;permanently protrudes them.@@ - <<if (random(1,2) == 1)>> - It turns out they're absolutely massive. - <<set $slaves[$i].nipples to "huge">> - <<else>> - It turns out they're nice and puffy. - <<set $slaves[$i].nipples to "puffy">> - <</if>> - <<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 1)>> - This is @@color:hotpink;a long and very uncomfortable experience, which she gets off on.@@ - <<set $slaves[$i].devotion += 3>> - <<else>> - This is @@color:mediumorchid;a long and very uncomfortable experience.@@ - <<set $slaves[$i].devotion -= 3>> - <</if>> + <<else>> + Having her nipples held protruded by her piercings is uncomfortable, which she + <<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 1)>> + @@color:hotpink;gets off on.@@ + <<set $slaves[$i].devotion += 1>> <<else>> - Having her nipples held protruded by her piercings is very uncomfortable, which she - <<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 1)>> - @@color:hotpink;gets off on.@@ - <<set $slaves[$i].devotion += 1>> - <<else>> - @@color:mediumorchid;hates.@@ - <<set $slaves[$i].devotion -= 1>> - <</if>> + @@color:mediumorchid;hates.@@ + <<set $slaves[$i].devotion -= 1>> <</if>> + <</if>> + <<elseif ($slaves[$i].nipples is "inverted")>> + <<if (random(1,100) > 90)>> + Her piercings keep her nipples half-hard all the time, which eventually @@color:lime;permanently protrudes them.@@ + <<if (random(1,2) == 1)>> + It turns out they're absolutely massive. + <<set $slaves[$i].nipples to "huge">> + <<else>> + It turns out they're nice and puffy. + <<set $slaves[$i].nipples to "puffy">> <</if>> - <<elseif ($slaves[$i].nipplesPiercing is 2)>> - <<if ($slaves[$i].nipples is "tiny")>> - <<if (random(1,100) > 80)>> - She's got so much metal in her nipples that the weight @@color:lime;stretches and lengthens them.@@ - <<set $slaves[$i].nipples to "cute">> + <<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 1)>> + This is @@color:hotpink;a long and very uncomfortable experience, which she gets off on.@@ + <<set $slaves[$i].devotion += 3>> + <<else>> + This is @@color:mediumorchid;a long and very uncomfortable experience.@@ + <<set $slaves[$i].devotion -= 3>> <</if>> - <<elseif ($slaves[$i].nipples is "partially inverted")>> - <<if (random(1,100) > 50)>> - She's got so much metal in her nipples that the weight @@color:lime;permanently protrudes them.@@ - <<if (random(1,2) == 1)>> - It turns out they're pretty cute. - <<set $slaves[$i].nipples to "cute">> - <<else>> - It turns out they're nice and puffy. - <<set $slaves[$i].nipples to "puffy">> - <</if>> - <<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 1)>> - This is @@color:hotpink;a long and uncomfortable experience, which she gets off on.@@ - <<set $slaves[$i].devotion += 2>> - <<else>> - This is @@color:mediumorchid;a long and uncomfortable experience.@@ - <<set $slaves[$i].devotion -= 2>> - <</if>> + <<else>> + Having her nipples held protruded by her piercings is very uncomfortable, which she + <<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 1)>> + @@color:hotpink;gets off on.@@ + <<set $slaves[$i].devotion += 1>> <<else>> - Having her nipples held protruded by her piercings is uncomfortable, which she - <<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 1)>> - @@color:hotpink;gets off on.@@ - <<set $slaves[$i].devotion += 1>> - <<else>> - @@color:mediumorchid;hates.@@ - <<set $slaves[$i].devotion -= 1>> - <</if>> + @@color:mediumorchid;hates.@@ + <<set $slaves[$i].devotion -= 1>> <</if>> - <<elseif ($slaves[$i].nipples is "inverted")>> - <<if (random(1,100) > 70)>> - She's got so much metal in her nipples that the weight @@color:lime;permanently protrudes them.@@ - <<if (random(1,2) == 1)>> - It turns out they're absolutely massive. - <<set $slaves[$i].nipples to "huge">> - <<else>> - It turns out they're nice and puffy. - <<set $slaves[$i].nipples to "puffy">> - <</if>> - <<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 1)>> - This is @@color:hotpink;a long and extremely uncomfortable experience, which she gets off on.@@ - <<set $slaves[$i].devotion += 4>> - <<else>> - This is @@color:mediumorchid;a long and extremely uncomfortable experience.@@ - <<set $slaves[$i].devotion -= 4>> - <</if>> + <</if>> + <</if>> +<<elseif ($slaves[$i].nipplesPiercing is 2)>> + <<if ($slaves[$i].nipples is "tiny")>> + <<if (random(1,100) > 80)>> + She's got so much metal in her nipples that the weight @@color:lime;stretches and lengthens them.@@ + <<set $slaves[$i].nipples to "cute">> + <</if>> + <<elseif ($slaves[$i].nipples is "partially inverted")>> + <<if (random(1,100) > 50)>> + She's got so much metal in her nipples that the weight @@color:lime;permanently protrudes them.@@ + <<if (random(1,2) == 1)>> + It turns out they're pretty cute. + <<set $slaves[$i].nipples to "cute">> <<else>> - Having her nipples held protruded by her piercings is extremely uncomfortable, which she - <<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 1)>> - @@color:hotpink;gets off on.@@ - <<set $slaves[$i].devotion += 2>> - <<else>> - @@color:mediumorchid;hates.@@ - <<set $slaves[$i].devotion -= 2>> - <</if>> + It turns out they're nice and puffy. + <<set $slaves[$i].nipples to "puffy">> <</if>> + <<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 1)>> + This is @@color:hotpink;a long and uncomfortable experience, which she gets off on.@@ + <<set $slaves[$i].devotion += 2>> + <<else>> + This is @@color:mediumorchid;a long and uncomfortable experience.@@ + <<set $slaves[$i].devotion -= 2>> <</if>> - <</if>> - - /* HEAVY LACTATION EFFECTS */ - - <<if ($slaves[$i].nipples != "huge")>> - <<if ($slaves[$i].lactation >= 2)>> - <<if ($slaves[$i].nipples is "tiny")>> - <<if (random(1,100) > 70)>> - Having her heavy milk production forced through her tiny nipples @@color:lime;stretches and engorges them.@@ - <<set $slaves[$i].nipples to "cute">> + <<else>> + Having her nipples held protruded by her piercings is uncomfortable, which she + <<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 1)>> + @@color:hotpink;gets off on.@@ + <<set $slaves[$i].devotion += 1>> + <<else>> + @@color:mediumorchid;hates.@@ + <<set $slaves[$i].devotion -= 1>> <</if>> - <<elseif ($slaves[$i].nipples is "cute") || ($slaves[$i].nipples is "inverted")>> - <<if (random(1,100) > 80)>> - She's lactating so heavily that her permanently swollen nipples gradually become accustomed to the constant flow of milk. They @@color:lime;become puffy@@ and engorged. - <<set $slaves[$i].nipples to "puffy">> + <</if>> + <<elseif ($slaves[$i].nipples is "inverted")>> + <<if (random(1,100) > 70)>> + She's got so much metal in her nipples that the weight @@color:lime;permanently protrudes them.@@ + <<if (random(1,2) == 1)>> + It turns out they're absolutely massive. + <<set $slaves[$i].nipples to "huge">> + <<else>> + It turns out they're nice and puffy. + <<set $slaves[$i].nipples to "puffy">> <</if>> - <<elseif ($slaves[$i].nipples is "partially inverted") || ($slaves[$i].nipples is "inverted")>> - <<if (random(1,100) > 80)>> - She's lactating so heavily that her swollen nipples almost never retreat into their inverted state. Lactation has @@color:lime;permanently protruded them,@@ leaving them engorged and puffy. - <<set $slaves[$i].nipples to "puffy">> + <<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 1)>> + This is @@color:hotpink;a long and extremely uncomfortable experience, which she gets off on.@@ + <<set $slaves[$i].devotion += 4>> + <<else>> + This is @@color:mediumorchid;a long and extremely uncomfortable experience.@@ + <<set $slaves[$i].devotion -= 4>> <</if>> + <<else>> + Having her nipples held protruded by her piercings is extremely uncomfortable, which she + <<if ($slaves[$i].fetish is "masochist") && ($slaves[$i].fetishKnown == 1)>> + @@color:hotpink;gets off on.@@ + <<set $slaves[$i].devotion += 2>> <<else>> - <<if (random(1,100) > 90)>> - Lactation has @@color:lime;swollen her nipples@@ to an absurd size, making her status as a cow obvious even when her chest faucets aren't gushing cream. - <<set $slaves[$i].nipples to "huge">> - <</if>> - <</if>> - <</if>> - <</if>> - - /* IMPLANT EFFECTS ON UNDERLYING FLESH */ - - <<if ($slaves[$i].boobsImplantType == 1)>> - Her string implants absorb fluid @@color:lime;slowly swelling her breasts@@. - <<set $slaves[$i].boobsImplant += 50, $slaves[$i].boobs += 50>> - <<set $seed to random(1,10)>> - <<if ($slaves[$i].boobs > 25000)>> - Since they are as large as her body can handle, some serum is drained from them. - <<set $slaves[$i].boobs -= 100, $slaves[$i].boobsImplant -= 100>> - <</if>> - <<if ($slaves[$i].boobsImplant > 9000) && ($seed >= 2)>> - As they grow they @@color:red;greatly irritate@@ the tissue of her breasts. - <<set $slaves[$i].health -= 20>> - <<elseif ($slaves[$i].boobsImplant > 8000) && ($seed >= 3)>> - As they grow they @@color:red;irritate@@ the tissue of her breasts. - <<set $slaves[$i].health -= 10>> - <<elseif ($slaves[$i].boobsImplant > 7000) && ($seed >= 4)>> - As they grow they @@color:red;irritate@@ the tissue of her breasts. - <<set $slaves[$i].health -= 10>> - <<elseif ($slaves[$i].boobsImplant > 6000) && ($seed >= 5)>> - As they grow they @@color:red;irritate@@ the tissue of her breasts. - <<set $slaves[$i].health -= 10>> - <<elseif ($slaves[$i].boobsImplant > 5000) && ($seed >= 6)>> - As they grow they @@color:red;irritate@@ the tissue of her breasts. - <<set $slaves[$i].health -= 10>> - <<elseif ($slaves[$i].boobsImplant > 4000) && ($seed >= 7)>> - As they grow they @@color:red;irritate@@ the tissue of her breasts. - <<set $slaves[$i].health -= 10>> - <<elseif ($slaves[$i].boobsImplant > 3000) && ($seed >= 8)>> - As they grow they @@color:red;irritate@@ the tissue of her breasts. - <<set $slaves[$i].health -= 10>> - <<elseif ($slaves[$i].boobsImplant > 2000) && ($seed >= 9)>> - As they grow they @@color:red;irritate@@ the tissue of her breasts. - <<set $slaves[$i].health -= 10>> - <<elseif ($slaves[$i].boobsImplant > 1000) && ($seed > 9)>> - As they grow they @@color:red;irritate@@ the tissue of her breasts. - <<set $slaves[$i].health -= 10>> - <</if>> - <</if>> - - <<if ($slaves[$i].boobsImplant > 1000)>> - <<if ($slaves[$i]. boobs-$slaves[$i].boobsImplant < 1000)>> - <<if (random(1,100) > 60)>> - Her breast tissue has naturally @@color:lime;stretched and grown@@ to accommodate her massive implants a bit better. - <<set $slaves[$i].boobs += 50>> + @@color:mediumorchid;hates.@@ + <<set $slaves[$i].devotion -= 2>> + <</if>> <</if>> <</if>> - <<elseif ($slaves[$i].boobsImplant > 600)>> - <<if ($slaves[$i]. boobs-$slaves[$i].boobsImplant < 500)>> - <<if (random(1,100) > 60)>> - Her breast tissue has naturally @@color:lime;stretched and grown@@ to accommodate her large implants a bit better. - <<set $slaves[$i].boobs += 50>> +<</if>> + +/* HEAVY LACTATION EFFECTS */ + +<<if ($slaves[$i].nipples != "huge")>> +<<if ($slaves[$i].lactation >= 2)>> + <<if ($slaves[$i].nipples is "tiny")>> + <<if (random(1,100) > 70)>> + Having her heavy milk production forced through her tiny nipples @@color:lime;stretches and engorges them.@@ + <<set $slaves[$i].nipples to "cute">> <</if>> + <<elseif ($slaves[$i].nipples is "cute") || ($slaves[$i].nipples is "inverted")>> + <<if (random(1,100) > 80)>> + She's lactating so heavily that her permanently swollen nipples gradually become accustomed to the constant flow of milk. They @@color:lime;become puffy@@ and engorged. + <<set $slaves[$i].nipples to "puffy">> <</if>> - <<elseif ($slaves[$i].boobsImplant > 0)>> - <<if ($slaves[$i]. boobs-$slaves[$i].boobsImplant < 300)>> - <<if (random(1,100) > 60)>> - Her breast tissue has naturally @@color:lime;stretched and grown@@ to accommodate her implants a bit better. - <<set $slaves[$i].boobs += 50>> + <<elseif ($slaves[$i].nipples is "partially inverted") || ($slaves[$i].nipples is "inverted")>> + <<if (random(1,100) > 80)>> + She's lactating so heavily that her swollen nipples almost never retreat into their inverted state. Lactation has @@color:lime;permanently protruded them,@@ leaving them engorged and puffy. + <<set $slaves[$i].nipples to "puffy">> <</if>> + <<else>> + <<if (random(1,100) > 90)>> + Lactation has @@color:lime;swollen her nipples@@ to an absurd size, making her status as a cow obvious even when her chest faucets aren't gushing cream. + <<set $slaves[$i].nipples to "huge">> + <</if>> + <</if>> +<</if>> +<</if>> + +/* IMPLANT EFFECTS ON UNDERLYING FLESH */ + +<<if ($slaves[$i].boobsImplantType == 1)>> + Her string implants absorb fluid @@color:lime;slowly swelling her breasts@@. + <<set $slaves[$i].boobsImplant += 50, $slaves[$i].boobs += 50>> + <<set $seed to random(1,10)>> + <<if ($slaves[$i].boobs > 25000)>> + Since they are as large as her body can handle, some serum is drained from them. + <<set $slaves[$i].boobs -= 100, $slaves[$i].boobsImplant -= 100>> + <</if>> + <<if ($slaves[$i].boobsImplant > 9000) && ($seed >= 2)>> + As they grow they @@color:red;greatly irritate@@ the tissue of her breasts. + <<set $slaves[$i].health -= 20>> + <<elseif ($slaves[$i].boobsImplant > 8000) && ($seed >= 3)>> + As they grow they @@color:red;irritate@@ the tissue of her breasts. + <<set $slaves[$i].health -= 10>> + <<elseif ($slaves[$i].boobsImplant > 7000) && ($seed >= 4)>> + As they grow they @@color:red;irritate@@ the tissue of her breasts. + <<set $slaves[$i].health -= 10>> + <<elseif ($slaves[$i].boobsImplant > 6000) && ($seed >= 5)>> + As they grow they @@color:red;irritate@@ the tissue of her breasts. + <<set $slaves[$i].health -= 10>> + <<elseif ($slaves[$i].boobsImplant > 5000) && ($seed >= 6)>> + As they grow they @@color:red;irritate@@ the tissue of her breasts. + <<set $slaves[$i].health -= 10>> + <<elseif ($slaves[$i].boobsImplant > 4000) && ($seed >= 7)>> + As they grow they @@color:red;irritate@@ the tissue of her breasts. + <<set $slaves[$i].health -= 10>> + <<elseif ($slaves[$i].boobsImplant > 3000) && ($seed >= 8)>> + As they grow they @@color:red;irritate@@ the tissue of her breasts. + <<set $slaves[$i].health -= 10>> + <<elseif ($slaves[$i].boobsImplant > 2000) && ($seed >= 9)>> + As they grow they @@color:red;irritate@@ the tissue of her breasts. + <<set $slaves[$i].health -= 10>> + <<elseif ($slaves[$i].boobsImplant > 1000) && ($seed > 9)>> + As they grow they @@color:red;irritate@@ the tissue of her breasts. + <<set $slaves[$i].health -= 10>> + <</if>> +<</if>> + +<<if ($slaves[$i].boobsImplant > 1000)>> +<<if ($slaves[$i]. boobs-$slaves[$i].boobsImplant < 1000)>> +<<if (random(1,100) > 60)>> + Her breast tissue has naturally @@color:lime;stretched and grown@@ to accommodate her massive implants a bit better. + <<set $slaves[$i].boobs += 50>> +<</if>> +<</if>> +<<elseif ($slaves[$i].boobsImplant > 600)>> +<<if ($slaves[$i]. boobs-$slaves[$i].boobsImplant < 500)>> +<<if (random(1,100) > 60)>> + Her breast tissue has naturally @@color:lime;stretched and grown@@ to accommodate her large implants a bit better. + <<set $slaves[$i].boobs += 50>> +<</if>> +<</if>> +<<elseif ($slaves[$i].boobsImplant > 0)>> +<<if ($slaves[$i]. boobs-$slaves[$i].boobsImplant < 300)>> +<<if (random(1,100) > 60)>> + Her breast tissue has naturally @@color:lime;stretched and grown@@ to accommodate her implants a bit better. + <<set $slaves[$i].boobs += 50>> +<</if>> +<</if>> +<</if>> + +<<if ($slaves[$i].buttImplantType == 1)>> + Her string implants absorb fluid @@color:lime;slowly swelling her ass@@. + <<set $slaves[$i].buttImplant += .25, $slaves[$i].butt += .25>> + <<if ($slaves[$i].butt > 10)>> + Since it as large as her body can handle, some serum is drained from them. + <<set $slaves[$i].butt -= 1, $slaves[$i].buttImplant -= 1>> + <</if>> + <<set $seed to random(1,8)>> + <<if ($slaves[$i].buttImplant > 7) && ($seed >= 2)>> + As they grow they @@color:red;greatly irritate@@ the tissue of her cheeks. + <<set $slaves[$i].health -= 20>> + <<elseif ($slaves[$i].buttImplant > 6) && ($seed >= 2)>> + As they grow they @@color:red;greatly irritate@@ the tissue of her cheeks. + <<set $slaves[$i].health -= 20>> + <<elseif ($slaves[$i].buttImplant > 5) && ($seed >= 3)>> + As they grow they @@color:red;irritate@@ the tissue of her cheeks. + <<set $slaves[$i].health -= 10>> + <<elseif ($slaves[$i].buttImplant > 4) && ($seed >= 4)>> + As they grow they @@color:red;irritate@@ the tissue of her cheeks. + <<set $slaves[$i].health -= 10>> + <<elseif ($slaves[$i].buttImplant > 3) && ($seed >= 5)>> + As they grow they @@color:red;irritate@@ the tissue of her cheeks. + <<set $slaves[$i].health -= 10>> + <<elseif ($slaves[$i].buttImplant > 2) && ($seed >= 6)>> + As they grow they @@color:red;irritate@@ the tissue of her cheeks. + <<set $slaves[$i].health -= 10>> + <<elseif ($slaves[$i].buttImplant > 1) && ($seed >= 7)>> + As they grow they @@color:red;irritate@@ the tissue of her cheeks. + <<set $slaves[$i].health -= 10>> + <<elseif ($slaves[$i].buttImplant > 0) && ($seed > 7)>> + As they grow they @@color:red;irritate@@ the tissue of her cheeks. + <</if>> +<</if>> + +<<if ($slaves[$i].muscles > 30)>> + <<if (($slaves[$i].face-$slaves[$i].faceImplant) > 1) && (random(1,100) > 95)>> + All the hormones in her system from her heavy workouts @@color:orange;harden her beautiful face a little.@@ + <<set $slaves[$i].face -= 1>> + <</if>> + <<if (($slaves[$i].boobs - $slaves[$i].boobsImplant) > 250)>> + <<if (random(1,100) > 95)>> + All the hormones in her system from her heavy workouts @@color:orange;shrink her breasts slightly.@@ + <<set $slaves[$i].boobs -= 50>> + <</if>> + <</if>> +<</if>> + +<<if $slaves[$i].addict > 2>> +<<if $slaves[$i].addict > random(0,100)>> + <<set _Effects = []>> + <<if ($slaves[$i].dick > 1)>> + <<set _Effects.push("DickShrink")>> + <</if>> + <<if ($slaves[$i].balls > 1)>> + <<set _Effects.push("BallsShrink")>> <</if>> + <<if ($slaves[$i].clit > 0)>> + <<set _Effects.push("ClitSmaller")>> <</if>> - - <<if ($slaves[$i].buttImplantType == 1)>> - Her string implants absorb fluid @@color:lime;slowly swelling her ass@@. - <<set $slaves[$i].buttImplant += .25, $slaves[$i].butt += .25>> - <<if ($slaves[$i].butt > 10)>> - Since it as large as her body can handle, some serum is drained from them. - <<set $slaves[$i].butt -= 1, $slaves[$i].buttImplant -= 1>> - <</if>> - <<set $seed to random(1,8)>> - <<if ($slaves[$i].buttImplant > 7) && ($seed >= 2)>> - As they grow they @@color:red;greatly irritate@@ the tissue of her cheeks. - <<set $slaves[$i].health -= 20>> - <<elseif ($slaves[$i].buttImplant > 6) && ($seed >= 2)>> - As they grow they @@color:red;greatly irritate@@ the tissue of her cheeks. - <<set $slaves[$i].health -= 20>> - <<elseif ($slaves[$i].buttImplant > 5) && ($seed >= 3)>> - As they grow they @@color:red;irritate@@ the tissue of her cheeks. - <<set $slaves[$i].health -= 10>> - <<elseif ($slaves[$i].buttImplant > 4) && ($seed >= 4)>> - As they grow they @@color:red;irritate@@ the tissue of her cheeks. - <<set $slaves[$i].health -= 10>> - <<elseif ($slaves[$i].buttImplant > 3) && ($seed >= 5)>> - As they grow they @@color:red;irritate@@ the tissue of her cheeks. - <<set $slaves[$i].health -= 10>> - <<elseif ($slaves[$i].buttImplant > 2) && ($seed >= 6)>> - As they grow they @@color:red;irritate@@ the tissue of her cheeks. - <<set $slaves[$i].health -= 10>> - <<elseif ($slaves[$i].buttImplant > 1) && ($seed >= 7)>> - As they grow they @@color:red;irritate@@ the tissue of her cheeks. - <<set $slaves[$i].health -= 10>> - <<elseif ($slaves[$i].buttImplant > 0) && ($seed > 7)>> - As they grow they @@color:red;irritate@@ the tissue of her cheeks. - <</if>> - <</if>> - - <<if ($slaves[$i].muscles > 30)>> - <<if (($slaves[$i].face-$slaves[$i].faceImplant) > 1) && (random(1,100) > 95)>> - All the hormones in her system from her heavy workouts @@color:orange;harden her beautiful face a little.@@ - <<set $slaves[$i].face -= 1>> - <</if>> - <<if (($slaves[$i].boobs - $slaves[$i].boobsImplant) > 250)>> - <<if (random(1,100) > 95)>> - All the hormones in her system from her heavy workouts @@color:orange;shrink her breasts slightly.@@ - <<set $slaves[$i].boobs -= 50>> - <</if>> - <</if>> - <</if>> - - <<if $slaves[$i].addict > 2>> - <<if $slaves[$i].addict > random(0,100)>> - <<set _Effects = []>> - <<if ($slaves[$i].dick > 1)>> - <<set _Effects.push("DickShrink")>> - <</if>> - <<if ($slaves[$i].balls > 1)>> - <<set _Effects.push("BallsShrink")>> - <</if>> - <<if ($slaves[$i].clit > 0)>> - <<set _Effects.push("ClitSmaller")>> - <</if>> - <<if ($slaves[$i].voice < 3) && ($slaves[$i].voice > 0)>> - <<set _Effects.push("VoiceHigher")>> - <</if>> - <<if ($slaves[$i].vagina > -1) && ($slaves[$i].ovaries != 0) && ($slaves[$i].vaginaLube < 2)>> - <<set _Effects.push("VaginaWetter")>> - <</if>> - <<if (($slaves[$i].butt-$slaves[$i].buttImplant) < 2)>> - <<set _Effects.push("ButtBigger")>> - <</if>> - <<if (($slaves[$i].boobs-$slaves[$i].boobsImplant) < 500)>> - <<set _Effects.push("BoobsBigger")>> - <</if>> - <<if (($slaves[$i].face-$slaves[$i].faceImplant) < 0) && ($slaves[$i].face < 3)>> - <<set _Effects.push("FaceSofter")>> - <</if>> - <<if ($slaves[$i].faceShape is "masculine")>> - <<set _Effects.push("FaceSofterAndrogynous")>> - <<elseif ($slaves[$i].faceShape is "androgynous")>> - <<set _Effects.push("FaceNormal")>> - <</if>> - <<if ($slaves[$i].devotion <= 20)>> - <<set _Effects.push("Devoted")>> - <</if>> - <<if ($slaves[$i].trust <= 20)>> - <<set _Effects.push("Trusting")>> - <</if>> - <<if ($slaves[$i].attrXY < 95)>> - <<set _Effects.push("MaleAttracted")>> - <</if>> - <<if ($slaves[$i].attrXY < 95)>> - <<set _Effects.push("FemaleAttracted")>> - <</if>> - <<if (_Effects.length > 0)>> - <<set _Effects = _Effects.random()>> - <<switch _Effects>> - <<case "DickShrink">> - Dependence on the hormone-based aphrodidisiacs makes @@color:orange;her dick atrophy.@@ - <<set $slaves[$i].dick -= 1>> - <<case "BallsShrink">> - Dependence on the hormone-based aphrodidisiacs makes @@color:orange;her testicles atrophy.@@ - <<set $slaves[$i].balls -= 1>> - <<case "VoiceHigher">> - Dependence on the hormone-based aphrodidisiacs makes @@color:lime;her voice higher and more feminine.@@ - <<set $slaves[$i].voice += 1>> - <<case "VaginaWetter">> - Dependence on the hormone-based aphrodidisiacs makes @@color:lime;her vagina produce more copious natural lubricant.@@ - <<set $slaves[$i].vaginaLube += 1>> - <<case "ButtBigger">> - Dependence on the hormone-based aphrodidisiacs makes @@color:lime;the natural size of her butt increase.@@ - <<set $slaves[$i].butt += 1>> - <<case "BoobsBigger">> - Dependence on the hormone-based aphrodidisiacs makes @@color:lime;the natural size of her tits increase.@@ - <<set $slaves[$i].boobs += 100>> - <<case "FaceSofter">> - Dependence on the hormone-based aphrodidisiacs makes @@color:lime;her facial structure soften and become less unattractive.@@ - <<set $slaves[$i].face += 1>> - <<case "FaceSofterAndrogynous">> - Dependence on the hormone-based aphrodidisiacs makes @@color:lime;her face soften into androgyny.@@ - <<set $slaves[$i].faceShape = "androgynous">> - <<case "FaceNormal">> - Dependence on the hormone-based aphrodidisiacs makes @@color:lime;her face soften into femininity.@@ - <<set $slaves[$i].faceShape = "normal">> - <<case "ClitSmaller">> - Dependence on the hormone-based aphrodidisiacs makes @@color:orange;her clit shrink significantly.@@ - <<set $slaves[$i].clit -= 1>> - <<case "Devoted">> - Hormonal effects make her a bit more @@color:hotpink;docile.@@ - <<set $slaves[$i].devotion += 1>> - <<case "Trusting">> - Hormonal effects make her a bit more @@color:mediumaquamarine;trusting.@@ - <<set $slaves[$i].trust += 1>> - <<case "MaleAttracted">> - Dependence on the hormone-based aphrodidisiacs makes her become @@color:green;more attracted to men.@@ - <<set $slaves[$i].attrXY += 2>> - <<case "FemaleAttracted">> - Dependence on the hormone-based aphrodidisiacs makes her become @@color:green;more attracted to women.@@ - <<set $slaves[$i].attrXX += 2>> - <<default>> - ERROR: bad aphro addict effect: _Effects - <</switch>> - <</if>> - <</if>> - <</if>> - - <<if ($slaves[$i].hormones != 0)>> - <<display "SA hormone effects">> - <</if>> - - /* PUBERTY EFFECTS */ - <<if $precociousPuberty == 1>> - - <<if ($slaves[$i].physicalAge < $slaves[$i].pubertyAgeXX) && ($slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1) && $slaves[$i].pubertyXX == 0>> /* Female type */ - - <<if ($slaves[$i].diet == "XX" || $slaves[$i].diet == "XXY")>> - <<set $slaves[$i].pubertyAgeXX -= 0.1>> - <</if>> - <<if ($slaves[$i].drugs == "fertility drugs")>> - <<set $slaves[$i].pubertyAgeXX -= 0.1>> - <<elseif ($slaves[$i].drugs == "female hormone injections")>> - <<set $slaves[$i].pubertyAgeXX -= 1>> - <<elseif ($slaves[$i].drugs == "male hormone injections")>> - <<set $slaves[$i].pubertyAgeXX += 1>> - <<elseif ($slaves[$i].drugs == "testicle enhancement")>> - <<set $slaves[$i].pubertyAgeXX += 0.1>> - <<elseif ($slaves[$i].drugs == "steroids")>> - <<set $slaves[$i].pubertyAgeXX += 0.2>> - <<if ($slaves[$i].boobs > 100) && (random(1,100) < 30)>> - She feels an @@color:orange;unusual calmness@@ in her belly and breasts. - <<set $slaves[$i].boobs -= 50>> - <</if>> - <<if ($slaves[$i].clit < 2) && (random(1,100) < 10)>> - She feels @@color:orange;unusual warmness@@ in her clitoris. - <<set $slaves[$i].clit += 1>> - <</if>> - <<elseif ($slaves[$i].drugs == "super fertility drugs")>> - <<set $slaves[$i].pubertyAgeXX -= 0.5>> - She feels @@color:orange;unusual warm feeling@@ in her belly and breasts. - <<if ($slaves[$i].boobs < 400) && (random(1,100) < 30)>> - Her breasts feel @@color:orange;heavy, hot and sensetive@@. - <<set $slaves[$i].boobs += 50>> - <<if random(1,100) < 10>> - <<set $slaves[$i].boobShape to "perky">> - <</if>> - <</if>> - <<if ($slaves[$i].hips < 2) && (random(1,100) < 10)>> - She feels @@color:orange;strange minor pains@@ in her pelvis. - <<set $slaves[$i].hips += 1>> - <</if>> - <<if ($slaves[$i].butt < 4) && (random(1,100) < 10)>> - She feels @@color:orange;strange weight@@ in her rear. + <<if ($slaves[$i].voice < 3) && ($slaves[$i].voice > 0)>> + <<set _Effects.push("VoiceHigher")>> + <</if>> + <<if ($slaves[$i].vagina > -1) && ($slaves[$i].ovaries != 0) && ($slaves[$i].vaginaLube < 2)>> + <<set _Effects.push("VaginaWetter")>> + <</if>> + <<if (($slaves[$i].butt-$slaves[$i].buttImplant) < 2)>> + <<set _Effects.push("ButtBigger")>> + <</if>> + <<if (($slaves[$i].boobs-$slaves[$i].boobsImplant) < 500)>> + <<set _Effects.push("BoobsBigger")>> + <</if>> + <<if (($slaves[$i].face-$slaves[$i].faceImplant) < 0) && ($slaves[$i].face < 3)>> + <<set _Effects.push("FaceSofter")>> + <</if>> + <<if ($slaves[$i].faceShape is "masculine")>> + <<set _Effects.push("FaceSofterAndrogynous")>> + <<elseif ($slaves[$i].faceShape is "androgynous")>> + <<set _Effects.push("FaceNormal")>> + <</if>> + <<if ($slaves[$i].devotion <= 20)>> + <<set _Effects.push("Devoted")>> + <</if>> + <<if ($slaves[$i].trust <= 20)>> + <<set _Effects.push("Trusting")>> + <</if>> + <<if ($slaves[$i].attrXY < 95)>> + <<set _Effects.push("MaleAttracted")>> + <</if>> + <<if ($slaves[$i].attrXY < 95)>> + <<set _Effects.push("FemaleAttracted")>> + <</if>> + <<if (_Effects.length > 0)>> + <<set _Effects = _Effects.random()>> + <<switch _Effects>> + <<case "DickShrink">> + Dependence on the hormone-based aphrodidisiacs makes @@color:orange;her dick atrophy.@@ + <<set $slaves[$i].dick -= 1>> + <<case "BallsShrink">> + Dependence on the hormone-based aphrodidisiacs makes @@color:orange;her testicles atrophy.@@ + <<set $slaves[$i].balls -= 1>> + <<case "VoiceHigher">> + Dependence on the hormone-based aphrodidisiacs makes @@color:lime;her voice higher and more feminine.@@ + <<set $slaves[$i].voice += 1>> + <<case "VaginaWetter">> + Dependence on the hormone-based aphrodidisiacs makes @@color:lime;her vagina produce more copious natural lubricant.@@ + <<set $slaves[$i].vaginaLube += 1>> + <<case "ButtBigger">> + Dependence on the hormone-based aphrodidisiacs makes @@color:lime;the natural size of her butt increase.@@ <<set $slaves[$i].butt += 1>> - <</if>> - <<if ($slaves[$i].labia < 2) && (random(1,100) < 10)>> - She feels @@color:orange;unusual tenderness@@ in her labia. - <<set $slaves[$i].labia += 1>> - <</if>> - <<elseif ($slaves[$i].drugs == "hyper testicle enhancement")>> - <<set $slaves[$i].pubertyAgeXX += .5>> - <</if>> - <<if ($slaves[$i].hormones == 1)>> - <<set $slaves[$i].pubertyAgeXX -= 0.1>> - <<elseif ($slaves[$i].hormones == 2)>> - <<set $slaves[$i].pubertyAgeXX -= 0.2>> - <<elseif ($slaves[$i].hormones == -1)>> - <<set $slaves[$i].pubertyAgeXX += 0.2>> - <<elseif ($slaves[$i].hormones == -2)>> - <<set $slaves[$i].pubertyAgeXX += 0.4>> - <</if>> - <<if $slaves[$i].drugs == "hormone enhancers">> - <<if ($slaves[$i].hormones == 1)>> - <<set $slaves[$i].pubertyAgeXX -= 0.1>> - <<elseif ($slaves[$i].hormones == 2)>> - <<set $slaves[$i].pubertyAgeXX -= 0.2>> - <<elseif ($slaves[$i].hormones == -1)>> - <<set $slaves[$i].pubertyAgeXX += 0.1>> - <<elseif ($slaves[$i].hormones == -2)>> - <<set $slaves[$i].pubertyAgeXX += 0.2>> - <</if>> - <</if>> - - <<if ($slaves[$i].physicalAge < $slaves[$i].pubertyAgeXX+1) && ($slaves[$i].physicalAge > $slaves[$i].pubertyAgeXX) && ($slaves[$i].pubertyAgeXX < $fertilityAge)>> - Her body is showing signs of @@color:orange;early puberty@@. + <<case "BoobsBigger">> + Dependence on the hormone-based aphrodidisiacs makes @@color:lime;the natural size of her tits increase.@@ + <<set $slaves[$i].boobs += 100>> + <<case "FaceSofter">> + Dependence on the hormone-based aphrodidisiacs makes @@color:lime;her facial structure soften and become less unattractive.@@ + <<set $slaves[$i].face += 1>> + <<case "FaceSofterAndrogynous">> + Dependence on the hormone-based aphrodidisiacs makes @@color:lime;her face soften into androgyny.@@ + <<set $slaves[$i].faceShape = "androgynous">> + <<case "FaceNormal">> + Dependence on the hormone-based aphrodidisiacs makes @@color:lime;her face soften into femininity.@@ + <<set $slaves[$i].faceShape = "normal">> + <<case "ClitSmaller">> + Dependence on the hormone-based aphrodidisiacs makes @@color:orange;her clit shrink significantly.@@ + <<set $slaves[$i].clit -= 1>> + <<case "Devoted">> + Hormonal effects make her a bit more @@color:hotpink;docile.@@ + <<set $slaves[$i].devotion += 1>> + <<case "Trusting">> + Hormonal effects make her a bit more @@color:mediumaquamarine;trusting.@@ + <<set $slaves[$i].trust += 1>> + <<case "MaleAttracted">> + Dependence on the hormone-based aphrodidisiacs makes her become @@color:green;more attracted to men.@@ + <<set $slaves[$i].attrXY += 2>> + <<case "FemaleAttracted">> + Dependence on the hormone-based aphrodidisiacs makes her become @@color:green;more attracted to women.@@ + <<set $slaves[$i].attrXX += 2>> + <<default>> + ERROR: bad aphro addict effect: _Effects + <</switch>> + <</if>> +<</if>> +<</if>> + +<<if ($slaves[$i].hormones != 0)>> + <<display "SA hormone effects">> +<</if>> + +/* PUBERTY EFFECTS */ +<<if $precociousPuberty == 1>> + + <<if ($slaves[$i].physicalAge < $slaves[$i].pubertyAgeXX) && ($slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1) && $slaves[$i].pubertyXX == 0>> /* Female type */ + + <<if ($slaves[$i].diet == "XX" || $slaves[$i].diet == "XXY")>> + <<set $slaves[$i].pubertyAgeXX -= 0.1>> + <</if>> + <<if ($slaves[$i].drugs == "fertility drugs")>> + <<set $slaves[$i].pubertyAgeXX -= 0.1>> + <<elseif ($slaves[$i].drugs == "female hormone injections")>> + <<set $slaves[$i].pubertyAgeXX -= 1>> + <<elseif ($slaves[$i].drugs == "male hormone injections")>> + <<set $slaves[$i].pubertyAgeXX += 1>> + <<elseif ($slaves[$i].drugs == "testicle enhancement")>> + <<set $slaves[$i].pubertyAgeXX += 0.1>> + <<elseif ($slaves[$i].drugs == "steroids")>> + <<set $slaves[$i].pubertyAgeXX += 0.2>> + <<if ($slaves[$i].boobs > 100) && (random(1,100) < 30)>> + She feels an @@color:orange;unusual calmness@@ in her belly and breasts. + <<set $slaves[$i].boobs -= 50>> + <</if>> + <<if ($slaves[$i].clit < 2) && (random(1,100) < 10)>> + She feels @@color:orange;unusual warmness@@ in her clitoris. + <<set $slaves[$i].clit += 1>> <</if>> - + <<elseif ($slaves[$i].drugs == "super fertility drugs")>> + <<set $slaves[$i].pubertyAgeXX -= 0.5>> + She feels @@color:orange;unusual warm feeling@@ in her belly and breasts. + <<if ($slaves[$i].boobs < 400) && (random(1,100) < 30)>> + Her breasts feel @@color:orange;heavy, hot and sensetive@@. + <<set $slaves[$i].boobs += 50>> + <<if random(1,100) < 10>> + <<set $slaves[$i].boobShape to "perky">> <</if>> + <</if>> + <<if ($slaves[$i].hips < 2) && (random(1,100) < 10)>> + She feels @@color:orange;strange minor pains@@ in her pelvis. + <<set $slaves[$i].hips += 1>> + <</if>> + <<if ($slaves[$i].butt < 4) && (random(1,100) < 10)>> + She feels @@color:orange;strange weight@@ in her rear. + <<set $slaves[$i].butt += 1>> + <</if>> + <<if ($slaves[$i].labia < 2) && (random(1,100) < 10)>> + She feels @@color:orange;unusual tenderness@@ in her labia. + <<set $slaves[$i].labia += 1>> + <</if>> + <<elseif ($slaves[$i].drugs == "hyper testicle enhancement")>> + <<set $slaves[$i].pubertyAgeXX += .5>> + <</if>> + <<if ($slaves[$i].hormones == 1)>> + <<set $slaves[$i].pubertyAgeXX -= 0.1>> + <<elseif ($slaves[$i].hormones == 2)>> + <<set $slaves[$i].pubertyAgeXX -= 0.2>> + <<elseif ($slaves[$i].hormones == -1)>> + <<set $slaves[$i].pubertyAgeXX += 0.2>> + <<elseif ($slaves[$i].hormones == -2)>> + <<set $slaves[$i].pubertyAgeXX += 0.4>> + <</if>> + <<if $slaves[$i].drugs == "hormone enhancers">> + <<if ($slaves[$i].hormones == 1)>> + <<set $slaves[$i].pubertyAgeXX -= 0.1>> + <<elseif ($slaves[$i].hormones == 2)>> + <<set $slaves[$i].pubertyAgeXX -= 0.2>> + <<elseif ($slaves[$i].hormones == -1)>> + <<set $slaves[$i].pubertyAgeXX += 0.1>> + <<elseif ($slaves[$i].hormones == -2)>> + <<set $slaves[$i].pubertyAgeXX += 0.2>> + <</if>> + <</if>> - <<if ($slaves[$i].physicalAge < $slaves[$i].pubertyAgeXY) && $slaves[$i].balls >= 1 && $slaves[$i].pubertyXY == 0>> /* Male type */ + <<if ($slaves[$i].physicalAge < $slaves[$i].pubertyAgeXX+1) && ($slaves[$i].physicalAge > $slaves[$i].pubertyAgeXX) && ($slaves[$i].pubertyAgeXX < $fertilityAge)>> + Her body is showing signs of @@color:orange;early puberty@@. + <</if>> + + <</if>> + + <<if ($slaves[$i].physicalAge < $slaves[$i].pubertyAgeXY) && $slaves[$i].balls >= 1 && $slaves[$i].pubertyXY == 0>> /* Male type */ - <<if ($slaves[$i].diet == "XY" || $slaves[$i].diet == "XXY")>> - <<set $slaves[$i].pubertyAgeXY -= 0.1>> - <</if>> - <<if ($slaves[$i].drugs == "fertility drugs")>> - <<set $slaves[$i].pubertyAgeXY += 0.2>> - <<elseif ($slaves[$i].drugs == "female hormone injections")>> - <<set $slaves[$i].pubertyAgeXY += 1>> - <<elseif ($slaves[$i].drugs == "male hormone injections")>> - <<set $slaves[$i].pubertyAgeXY -= 1>> - <<elseif ($slaves[$i].drugs == "testicle enhancement")>> - <<set $slaves[$i].pubertyAgeXY -= 0.1>> - <<elseif ($slaves[$i].drugs == "steroids")>> - <<set $slaves[$i].pubertyAgeXY -= 0.2>> - <<elseif ($slaves[$i].drugs == "hyper testicle enhancement")>> - <<set $slaves[$i].pubertyAgeXY -= 0.5>> - She feels @@color:orange;unusual warm feeling@@ in her groin. - <<if ($slaves[$i].penis < 4) && (random(1,100) < 30)>> - Her penis feels @@color:orange;heavy, hot and oversensetive@@. - <<set $slaves[$i].penis += 1>> - <</if>> - <<if ($slaves[$i].balls < 4) && (random(1,100) < 30)>> - Her balls feel @@color:orange;heavy, full and oversensetive@@. - <<set $slaves[$i].balls += 1>> - <</if>> - <<elseif ($slaves[$i].drugs == "super fertility drugs")>> - <<set $slaves[$i].pubertyAgeXY -= 1>> - She feels @@color:orange;unusual warm feeling@@ in her breasts. - <<if ($slaves[$i].boobs < 400) && (random(1,100) < 30)>> - Her chest feels @@color:orange;hot and sensetive@@. - <<set $slaves[$i].boobs += 50>> - <<if random(1,100) < 10>> - <<set $slaves[$i].boobShape to "perky">> - <</if>> - <</if>> - <<if ($slaves[$i].hips < 2) && (random(1,100) < 10)>> - She feels @@color:orange;strange minor pains@@ in her pelvis. - <<set $slaves[$i].hips += 1>> - <</if>> - <<if ($slaves[$i].butt < 4) && (random(1,100) < 10)>> - She feels @@color:orange;strange weight@@ in her rear. - <<set $slaves[$i].butt += 1>> - <</if>> - <<if ($slaves[$i].dick > 1) && (random(1,100) < 30)>> - She feels an @@color:orange;unusual lightness@@ in her penis. - <<set $slaves[$i].dick -= 1>> - <</if>> - <<if ($slaves[$i].balls > 1) && (random(1,100) < 30)>> - She feels an @@color:orange;unusual emptiness@@ to her scrotum. - <<set $slaves[$i].balls -= 1>> - <</if>> - <</if>> - <<if ($slaves[$i].hormones == 1)>> - <<set $slaves[$i].pubertyAgeXY += 0.2>> - <<elseif ($slaves[$i].hormones == 2)>> - <<set $slaves[$i].pubertyAgeXY += 0.4>> - <<elseif ($slaves[$i].hormones == -1)>> - <<set $slaves[$i].pubertyAgeXY -= 0.1>> - <<elseif ($slaves[$i].hormones == -2)>> - <<set $slaves[$i].pubertyAgeXY -= 0.2>> - <</if>> - <<if $slaves[$i].drugs == "hormone enhancers">> - <<if ($slaves[$i].hormones == 1)>> - <<set $slaves[$i].pubertyAgeXY += 0.1>> - <<elseif ($slaves[$i].hormones == 2)>> - <<set $slaves[$i].pubertyAgeXY += 0.2>> - <<elseif ($slaves[$i].hormones == -1)>> - <<set $slaves[$i].pubertyAgeXY -= 0.1>> - <<elseif ($slaves[$i].hormones == -2)>> - <<set $slaves[$i].pubertyAgeXY -= 0.2>> - <</if>> - <</if>> - - <<if ($slaves[$i].physicalAge < $slaves[$i].pubertyAgeXY+1) && ($slaves[$i].physicalAge > $slaves[$i].pubertyAgeXY) && ($slaves[$i].pubertyAgeXY < $fertilityAge)>> - Her body is showing signs of @@color:orange;early puberty@@. + <<if ($slaves[$i].diet == "XY" || $slaves[$i].diet == "XXY")>> + <<set $slaves[$i].pubertyAgeXY -= 0.1>> + <</if>> + <<if ($slaves[$i].drugs == "fertility drugs")>> + <<set $slaves[$i].pubertyAgeXY += 0.2>> + <<elseif ($slaves[$i].drugs == "female hormone injections")>> + <<set $slaves[$i].pubertyAgeXY += 1>> + <<elseif ($slaves[$i].drugs == "male hormone injections")>> + <<set $slaves[$i].pubertyAgeXY -= 1>> + <<elseif ($slaves[$i].drugs == "testicle enhancement")>> + <<set $slaves[$i].pubertyAgeXY -= 0.1>> + <<elseif ($slaves[$i].drugs == "steroids")>> + <<set $slaves[$i].pubertyAgeXY -= 0.2>> + <<elseif ($slaves[$i].drugs == "hyper testicle enhancement")>> + <<set $slaves[$i].pubertyAgeXY -= 0.5>> + She feels @@color:orange;unusual warm feeling@@ in her groin. + <<if ($slaves[$i].penis < 4) && (random(1,100) < 30)>> + Her penis feels @@color:orange;heavy, hot and oversensetive@@. + <<set $slaves[$i].penis += 1>> + <</if>> + <<if ($slaves[$i].balls < 4) && (random(1,100) < 30)>> + Her balls feel @@color:orange;heavy, full and oversensetive@@. + <<set $slaves[$i].balls += 1>> + <</if>> + <<elseif ($slaves[$i].drugs == "super fertility drugs")>> + <<set $slaves[$i].pubertyAgeXY -= 1>> + She feels @@color:orange;unusual warm feeling@@ in her breasts. + <<if ($slaves[$i].boobs < 400) && (random(1,100) < 30)>> + Her chest feels @@color:orange;hot and sensetive@@. + <<set $slaves[$i].boobs += 50>> + <<if random(1,100) < 10>> + <<set $slaves[$i].boobShape to "perky">> + <</if>> + <</if>> + <<if ($slaves[$i].hips < 2) && (random(1,100) < 10)>> + She feels @@color:orange;strange minor pains@@ in her pelvis. + <<set $slaves[$i].hips += 1>> + <</if>> + <<if ($slaves[$i].butt < 4) && (random(1,100) < 10)>> + She feels @@color:orange;strange weight@@ in her rear. + <<set $slaves[$i].butt += 1>> <</if>> + <<if ($slaves[$i].dick > 1) && (random(1,100) < 30)>> + She feels an @@color:orange;unusual lightness@@ in her penis. + <<set $slaves[$i].dick -= 1>> + <</if>> + <<if ($slaves[$i].balls > 1) && (random(1,100) < 30)>> + She feels an @@color:orange;unusual emptiness@@ to her scrotum. + <<set $slaves[$i].balls -= 1>> + <</if>> + <</if>> + <<if ($slaves[$i].hormones == 1)>> + <<set $slaves[$i].pubertyAgeXY += 0.2>> + <<elseif ($slaves[$i].hormones == 2)>> + <<set $slaves[$i].pubertyAgeXY += 0.4>> + <<elseif ($slaves[$i].hormones == -1)>> + <<set $slaves[$i].pubertyAgeXY -= 0.1>> + <<elseif ($slaves[$i].hormones == -2)>> + <<set $slaves[$i].pubertyAgeXY -= 0.2>> + <</if>> + <<if $slaves[$i].drugs == "hormone enhancers">> + <<if ($slaves[$i].hormones == 1)>> + <<set $slaves[$i].pubertyAgeXY += 0.1>> + <<elseif ($slaves[$i].hormones == 2)>> + <<set $slaves[$i].pubertyAgeXY += 0.2>> + <<elseif ($slaves[$i].hormones == -1)>> + <<set $slaves[$i].pubertyAgeXY -= 0.1>> + <<elseif ($slaves[$i].hormones == -2)>> + <<set $slaves[$i].pubertyAgeXY -= 0.2>> + <</if>> + <</if>> + + <<if ($slaves[$i].physicalAge < $slaves[$i].pubertyAgeXY+1) && ($slaves[$i].physicalAge > $slaves[$i].pubertyAgeXY) && ($slaves[$i].pubertyAgeXY < $fertilityAge)>> + Her body is showing signs of @@color:orange;early puberty@@. + <</if>> - <</if>> + <</if>> +<</if>> + +/* puberty - not announced for allowing surprise pregnancy */ +<<if $slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1>> +<<if $slaves[$i].pubertyXX == 0>> +<<if $slaves[$i].physicalAge >= $slaves[$i].pubertyAgeXX>> + <<set $slaves[$i].pubertyXX = 1>> +<</if>> +<</if>> +<</if>> + +<<if $slaves[$i].balls > 0>> +<<if $slaves[$i].pubertyXY == 0>> +<<if $slaves[$i].physicalAge >= $slaves[$i].pubertyAgeXY>> + <<set $slaves[$i].pubertyXY = 1>> +<</if>> +<</if>> +<</if>> + +<<if $slaves[$i].inflation == 0>> +/* PREGNANCY AND FERTILITY */ + +<<if ($slaves[$i].preg > 0)>> /*EFFECTS OF PREGNANCY*/ + +<<if ($slaves[$i].energy <= 90)>> +<<if ($slaves[$i].fetish is "pregnancy")>> + <<if ($slaves[$i].preg > 30)>> + Being a pregnancy fetishist and hugely pregnant confers an @@color:green;improvement in her sexual appetite.@@ + <<set $slaves[$i].energy += 3>> + <<elseif ($slaves[$i].preg > 20)>> + Being a pregnancy fetishist and pregnant confers a @@color:green;slow improvement in her sexual appetite.@@ + <<set $slaves[$i].energy += 2>> + <<elseif ($slaves[$i].preg > 5)>> + Her new pregnancy excites her and produces @@color:green;very slow improvement in her sexual appetite.@@ + <<set $slaves[$i].energy += 1>> + <<elseif ($slaves[$i].preg <= 5)>> + The rigors of early pregnancy do not seem to decrease her sex drive. If anything, it seems to be exciting her. + <</if>> + <<if $slaves[$i].fetishKnown == 0>> + Given her enthusiasm, she appears to have a @@color:lightcoral;pregnancy fetish@@. + <<set $slaves[$i].fetishKnown = 1>> + <</if>> +<<else>> + <<if ($slaves[$i].energy < 41)>> + <<if ($slaves[$i].preg <= 5)>> + The rigors of early pregnancy @@color:red;reduces her sexual appetite.@@ + <<set $slaves[$i].energy -= 3>> + <<elseif ($slaves[$i].preg > 30)>> + Her advanced pregnancy @@color:red;greatly suppresses her sexual appetite.@@ + <<set $slaves[$i].energy -= 3>> + <<elseif ($slaves[$i].preg > 20)>> + Her growing pregnancy @@color:red;suppresses her sexual appetite.@@ + <<set $slaves[$i].energy -= 2>> + <<elseif ($slaves[$i].preg > 10)>> + Her visible pregnancy causes her to feel unattractive, @@color:red;reducing her sex drive.@@ + <<set $slaves[$i].energy -= 1>> + <</if>> + <<elseif ($slaves[$i].energy < 61)>> + <<if ($slaves[$i].preg <= 5)>> + The rigors of early pregnancy @@color:red;slightly reduce her sexual appetite.@@ + <<set $slaves[$i].energy -= 1>> + <<elseif ($slaves[$i].preg > 30)>> + Her advanced pregnancy @@color:green;increases her libido.@@ + <<set $slaves[$i].energy += 1>> + <</if>> + <<elseif ($slaves[$i].energy < 90)>> + <<if ($slaves[$i].preg <= 5)>> + The rigors of early pregnancy @@color:red;reduce her sexual appetite.@@ + <<set $slaves[$i].energy -= 3>> + <<elseif ($slaves[$i].preg > 30)>> + Her advanced pregnancy comes with a hugely increased libido, @@color:green;greatly increasing her sexual drive.@@ + <<set $slaves[$i].energy += 3>> + <<elseif ($slaves[$i].preg > 20)>> + Her growing pregnancy comes with an increased libido, @@color:green;spurring her sexual appetite.@@ + <<set $slaves[$i].energy += 2>> + <</if>> <</if>> +<</if>> +<</if>> - /* puberty - not announced for allowing surprise pregnancy */ - <<if $slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1>> - <<if $slaves[$i].pubertyXX == 0>> - <<if $slaves[$i].physicalAge >= $slaves[$i].pubertyAgeXX>> - <<set $slaves[$i].pubertyXX = 1>> +<<if $slaves[$i].preg >= 10>> + <<if ($slaves[$i].devotion) <= 20 && ($slaves[$i].pregSource == -1)>> + She is filled with a feeling of @@color:mediumorchid;revulsion@@ that your child is growing within her body. + <<set $slaves[$i].devotion -= 1>> + <<elseif ($slaves[$i].devotion) > 50 && ($slaves[$i].pregSource == -1)>> + She's @@color:hotpink;loves@@ that your child is growing within her. + <<set $slaves[$i].devotion += 1>> + <</if>> + <<if ($slaves[$i].pregSource == $slaves.relationshipTarget)>> + She can't help but feel @@color:mediumaquamarine;satisfaction@@ in carrying her lover's child. + <<set $slaves[$i].trust += 1>> <</if>> + <<if $slaves[$i].pregSource == $slaves[$i].ID>> + <<if $slaves[$i].sexualQuirk is "perverted">> + She's @@color:hotpink;aroused@@ at the mere concept that the baby growing in her belly was concieved by her own sperm. + <<set $slaves[$i].devotion += 1>> + <<else>> + She often becomes preoccupied with @@color:gold;worry@@ that her self-concieved child will be born unhealthy. + <<set $slaves[$i].trust -= 1>> + <</if>> <</if>> + <<if $slaves[$i].induce == 1>> + Her child<<if $slaves[$i].pregType > 1>>ren visibly shift<<else>> visibly shifts<</if>> within her womb as they prepare to enter the world. She experiences several contractions, but not enough to deter her from her work. + <<elseif $slaves[$i].preg > 34 && $slaves[$i].pregType < 50>> + She constantly beset by her squirming child<<if $slaves[$i].pregType > 1>>ren<</if>>. Given their liveliness, and how long she has been pregnant, it is likely that she will go into labor at any time now. + <<elseif $slaves[$i].preg > 32 && $slaves[$i].pregType < 50>> + She often has to stop for breaks to soothe her kicking child<<if $slaves[$i].pregType > 1>>ren<</if>> and to catch her breath. She is far enough along that she may go into labor any day now. + <<elseif $slaves[$i].preg > 30 && $slaves[$i].pregType < 50>> + She often has to stop for breaks to soothe her kicking child<<if $slaves[$i].pregType > 1>>ren<</if>>. She is far enough along that she may go into early labor. <</if>> - - <<if $slaves[$i].balls > 0>> - <<if $slaves[$i].pubertyXY == 0>> - <<if $slaves[$i].physicalAge >= $slaves[$i].pubertyAgeXY>> - <<set $slaves[$i].pubertyXY = 1>> + <<if $slaves[$i].preg > 20>> + <<if random(1,100) == 69>> + <<if $slaves[$i].behavioralFlaw == "none" && $slaves[$i].behavioralQuirk == "none">> + <<set $seed to random(1,4)>> + <<if $seed == 1>> + <<set $slaves[$i].behavioralFlaw = "odd">> + The stress of her growing pregnancy leads her to begin @@color:red;acting oddly@@. + <<elseif $seed == 2>> + <<set $slaves[$i].behavioralFlaw = "hates men">> + The stress of her growing pregnancy leads her to begin @@color:red;disliking the company of men@@. + <<elseif $seed == 3>> + <<set $slaves[$i].behavioralFlaw = "hates women">> + The stress of her growing pregnancy leads her to begin @@color:red;disliking the company of women@@. + <<else>> + <<set $slaves[$i].behavioralFlaw = "gluttonous">> + The stress of her growing pregnancy leads her to begin @@color:red;taking solace in overeating@@. + <</if>> + <<elseif $slaves[$i].sexualFlaw == "none" && $slaves[$i].sexualQuirk == "none">> + <<set $seed to random(1,8)>> + <<if $seed == 1>> + <<set $slaves[$i].sexualFlaw = "hates oral">> + The stress of her growing pregnancy leads her to begin @@color:red;rejecting oral sex@@. + <<elseif $seed == 2>> + <<set $slaves[$i].sexualFlaw = "hates anal">> + The stress of her growing pregnancy leads her to begin @@color:red;rejecting anal sex@@. + <<elseif $seed == 3>> + <<set $slaves[$i].sexualFlaw = "hates penetration">> + The stress of her growing pregnancy leads her to begin @@color:red;rejecting penetrative sex@@. + <<elseif $seed == 4>> + <<set $slaves[$i].sexualFlaw = "shamefast">> + The stress of her growing pregnancy leads her to become @@color:red;paranoid about her naked body@@. + <<elseif $seed == 5>> + <<set $slaves[$i].sexualFlaw = "repressed">> + The stress of her growing pregnancy leads her to begin @@color:red;rejecting sex@@. + <<elseif $seed == 6>> + <<set $slaves[$i].sexualFlaw = "apathetic">> + The stress of her growing pregnancy causes her to become @@color:red;inert during sex@@. + <<elseif $seed == 7>> + <<set $slaves[$i].sexualFlaw = "crude">> + The stress of her growing pregnancy leads her to @@color:red;become quite crude@@. + <<else>> + <<set $slaves[$i].sexualFlaw = "judgemental">> + The stress of her growing pregnancy causes her to become overly @@color:red;judgemental of her partners@@. + <</if>> <</if>> <</if>> <</if>> - - <<if $slaves[$i].inflation == 0>> - /* PREGNANCY AND FERTILITY */ - - <<if ($slaves[$i].preg > 0)>> /*EFFECTS OF PREGNANCY*/ - - <<if ($slaves[$i].energy <= 90)>> - <<if ($slaves[$i].fetish is "pregnancy")>> - <<if ($slaves[$i].preg > 30)>> - Being a pregnancy fetishist and hugely pregnant confers an @@color:green;improvement in her sexual appetite.@@ - <<set $slaves[$i].energy += 3>> - <<elseif ($slaves[$i].preg > 20)>> - Being a pregnancy fetishist and pregnant confers a @@color:green;slow improvement in her sexual appetite.@@ - <<set $slaves[$i].energy += 2>> - <<elseif ($slaves[$i].preg > 5)>> - Her new pregnancy excites her and produces @@color:green;very slow improvement in her sexual appetite.@@ - <<set $slaves[$i].energy += 1>> - <<elseif ($slaves[$i].preg <= 5)>> - The rigors of early pregnancy do not seem to decrease her sex drive. If anything, it seems to be exciting her. - <</if>> - <<if $slaves[$i].fetishKnown == 0>> - Given her enthusiasm, she appears to have a @@color:lightcoral;pregnancy fetish@@. - <<set $slaves[$i].fetishKnown = 1>> + <<if ($slaves[$i].fetish != "pregnancy")>> + <<if ($slaves[$i].fetish != "mindbroken")>> + <<if ($slaves[$i].fetishStrength <= 95)>> + <<if ($slaves[$i].oralCount+$slaves[$i].vaginalCount+$slaves[$i].analCount > 200)>> + <<if $fetishChangeChance > random(0,100)>> + The combination of pregnancy and constant sex has @@color:pink;sexualized pregnancy for her.@@ + <<set $slaves[$i].fetish to "pregnancy", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> + <</if>> + <</if>> + <</if>> + <</if>> + <</if>> + <<if ($slaves[$i].preg > 25) && ($slaves[$i].pregType >= 20) && ((($slaves[$i].assignment is "be your Concubine" || $slaves[$i].assignment is "serve in the master suite") && $masterSuitePregnancySlaveLuxuries is 1) || ($slaves[$i].diet == "high caloric"))>> + <<if ($slaves[$i].weight <= 65)>> + She has @@color:lime;gained weight@@ in order to better sustain herself and her children. + <<set $slaves[$i].weight += 1>> + <</if>> + <<if (random(1,100) > 80)>> + <<if (($slaves[$i].boobs - $slaves[$i].boobsImplant) < 10000)>> + Her breasts @@color:lime;greatly swell@@ to meet the upcoming demand. + <<set $slaves[$i].boobs += 500>> + <<if $slaves[$i].boobShape != "saggy">> + <<if $slaves[$i].preg > 25>> + Her immensely engorged @@color:orange;breasts become saggy@@ in the last stages of her pregnancy as her body undergoes changes in anticipation of the forthcoming birth. + <<set $slaves[$i].boobShape to "saggy">> <</if>> - <<else>> - <<if ($slaves[$i].energy < 41)>> - <<if ($slaves[$i].preg <= 5)>> - The rigors of early pregnancy @@color:red;reduces her sexual appetite.@@ - <<set $slaves[$i].energy -= 3>> - <<elseif ($slaves[$i].preg > 30)>> - Her advanced pregnancy @@color:red;greatly suppresses her sexual appetite.@@ - <<set $slaves[$i].energy -= 3>> - <<elseif ($slaves[$i].preg > 20)>> - Her growing pregnancy @@color:red;suppresses her sexual appetite.@@ - <<set $slaves[$i].energy -= 2>> - <<elseif ($slaves[$i].preg > 10)>> - Her visible pregnancy causes her to feel unattractive, @@color:red;reducing her sex drive.@@ - <<set $slaves[$i].energy -= 1>> - <</if>> - <<elseif ($slaves[$i].energy < 61)>> - <<if ($slaves[$i].preg <= 5)>> - The rigors of early pregnancy @@color:red;slightly reduce her sexual appetite.@@ - <<set $slaves[$i].energy -= 1>> - <<elseif ($slaves[$i].preg > 30)>> - Her advanced pregnancy @@color:green;increases her libido.@@ - <<set $slaves[$i].energy += 1>> - <</if>> - <<elseif ($slaves[$i].energy < 90)>> - <<if ($slaves[$i].preg <= 5)>> - The rigors of early pregnancy @@color:red;reduce her sexual appetite.@@ - <<set $slaves[$i].energy -= 3>> - <<elseif ($slaves[$i].preg > 30)>> - Her advanced pregnancy comes with a hugely increased libido, @@color:green;greatly increasing her sexual drive.@@ - <<set $slaves[$i].energy += 3>> - <<elseif ($slaves[$i].preg > 20)>> - Her growing pregnancy comes with an increased libido, @@color:green;spurring her sexual appetite.@@ - <<set $slaves[$i].energy += 2>> - <</if>> <</if>> <</if>> + <<if ($slaves[$i].hips < 2)>> + Her hips @@color:lime;widen@@ for her upcoming birth. + <<set $slaves[$i].hips += 1>> <</if>> - - <<if $slaves[$i].preg >= 10>> - <<if ($slaves[$i].devotion) <= 20 && ($slaves[$i].pregSource == -1)>> - She is filled with a feeling of @@color:mediumorchid;revulsion@@ that your child is growing within her body. - <<set $slaves[$i].devotion -= 1>> - <<elseif ($slaves[$i].devotion) > 50 && ($slaves[$i].pregSource == -1)>> - She's @@color:hotpink;loves@@ that your child is growing within her. - <<set $slaves[$i].devotion += 1>> + <<if ($slaves[$i].butt < 14)>> + Her butt @@color:lime;swells with added fat@@ from her changing body. + <<set $slaves[$i].butt += 1>> + <</if>> + <</if>> + <<elseif ($slaves[$i].preg > 25) && ($slaves.pregType >= 10)>> + <<if random(1,100) > 80>> + <<if ($slaves[$i].boobs - $slaves[$i].boobsImplant) < 7500>> + Her breasts @@color:lime;swell@@ in preparation for her growing brood. + <<set $slaves[$i].boobs += 150>> + <<if $slaves[$i].boobShape != "saggy">> + <<if $slaves[$i].preg > random(25,75)>> + Her swollen @@color:orange;breasts become saggy@@ in the last stages of her pregnancy as her body undergoes changes in anticipation of the forthcoming birth. + <<set $slaves[$i].boobShape to "saggy">> <</if>> - <<if ($slaves[$i].pregSource == $slaves.relationshipTarget)>> - She can't help but feel @@color:mediumaquamarine;satisfaction@@ in carrying her lover's child. - <<set $slaves[$i].trust += 1>> + <</if>> + <</if>> + <</if>> + <<elseif ($slaves[$i].boobs - $slaves[$i].boobsImplant) < 1000>> + <<if random(1,100) > 80>> + Pregnancy @@color:lime;causes her breasts to swell somewhat.@@ + <<set $slaves[$i].boobs += 50>> + <<if $slaves[$i].boobShape != "saggy">> + <<if $slaves[$i].preg > random(25,100)>> + Her @@color:orange;breasts become saggy@@ in the last stages of her pregnancy as her body undergoes changes in anticipation of the forthcoming birth. + <<set $slaves[$i].boobShape to "saggy">> <</if>> - <<if $slaves[$i].pregSource == $slaves[$i].ID>> - <<if $slaves[$i].sexualQuirk is "perverted">> - She's @@color:hotpink;aroused@@ at the mere concept that the baby growing in her belly was concieved by her own sperm. - <<set $slaves[$i].devotion += 1>> - <<else>> - She often becomes preoccupied with @@color:gold;worry@@ that her self-concieved child will be born unhealthy. - <<set $slaves[$i].trust -= 1>> - <</if>> <</if>> - <<if $slaves[$i].induce == 1>> - Her child<<if $slaves[$i].pregType > 1>>ren visibly shift<<else>> visibly shifts<</if>> within her womb as they prepare to enter the world. She experiences several contractions, but not enough to deter her from her work. - <<elseif $slaves[$i].preg > 34 && $slaves[$i].pregType < 50>> - She constantly beset by her squirming child<<if $slaves[$i].pregType > 1>>ren<</if>>. Given their liveliness, and how long she has been pregnant, it is likely that she will go into labor at any time now. - <<elseif $slaves[$i].preg > 32 && $slaves[$i].pregType < 50>> - She often has to stop for breaks to soothe her kicking child<<if $slaves[$i].pregType > 1>>ren<</if>> and to catch her breath. She is far enough along that she may go into labor any day now. - <<elseif $slaves[$i].preg > 30 && $slaves[$i].pregType < 50>> - She often has to stop for breaks to soothe her kicking child<<if $slaves[$i].pregType > 1>>ren<</if>>. She is far enough along that she may go into early labor. + <</if>> + <</if>> + <<if $slaves[$i].preg == 10>> + Her areolae darken with her progressing pregnancy. + <<else>> + <<if $fakeBellies.contains($bellyAccessory)>> + Her growing pregnancy renders her fake belly moot. + <<set $slaves[$i].bellyAccessory to "none">> <</if>> <<if $slaves[$i].preg > 20>> - <<if random(1,100) == 69>> - <<if $slaves[$i].behavioralFlaw == "none" && $slaves[$i].behavioralQuirk == "none">> - <<set $seed to random(1,4)>> - <<if $seed == 1>> - <<set $slaves[$i].behavioralFlaw = "odd">> - The stress of her growing pregnancy leads her to begin @@color:red;acting oddly@@. - <<elseif $seed == 2>> - <<set $slaves[$i].behavioralFlaw = "hates men">> - The stress of her growing pregnancy leads her to begin @@color:red;disliking the company of men@@. - <<elseif $seed == 3>> - <<set $slaves[$i].behavioralFlaw = "hates women">> - The stress of her growing pregnancy leads her to begin @@color:red;disliking the company of women@@. - <<else>> - <<set $slaves[$i].behavioralFlaw = "gluttonous">> - The stress of her growing pregnancy leads her to begin @@color:red;taking solace in overeating@@. - <</if>> - <<elseif $slaves[$i].sexualFlaw == "none" && $slaves[$i].sexualQuirk == "none">> - <<set $seed to random(1,8)>> - <<if $seed == 1>> - <<set $slaves[$i].sexualFlaw = "hates oral">> - The stress of her growing pregnancy leads her to begin @@color:red;rejecting oral sex@@. - <<elseif $seed == 2>> - <<set $slaves[$i].sexualFlaw = "hates anal">> - The stress of her growing pregnancy leads her to begin @@color:red;rejecting anal sex@@. - <<elseif $seed == 3>> - <<set $slaves[$i].sexualFlaw = "hates penetration">> - The stress of her growing pregnancy leads her to begin @@color:red;rejecting penetrative sex@@. - <<elseif $seed == 4>> - <<set $slaves[$i].sexualFlaw = "shamefast">> - The stress of her growing pregnancy leads her to become @@color:red;paranoid about her naked body@@. - <<elseif $seed == 5>> - <<set $slaves[$i].sexualFlaw = "repressed">> - The stress of her growing pregnancy leads her to begin @@color:red;rejecting sex@@. - <<elseif $seed == 6>> - <<set $slaves[$i].sexualFlaw = "apathetic">> - The stress of her growing pregnancy causes her to become @@color:red;inert during sex@@. - <<elseif $seed == 7>> - <<set $slaves[$i].sexualFlaw = "crude">> - The stress of her growing pregnancy leads her to @@color:red;become quite crude@@. - <<else>> - <<set $slaves[$i].sexualFlaw = "judgemental">> - The stress of her growing pregnancy causes her to become overly @@color:red;judgemental of her partners@@. + <<if $slaves[$i].lactation == 0>> + <<if $slaves[$i].health < -20>> + She's so unwell that natural lactation is unlikely. + <<elseif $slaves[$i].weight <= -30>> + She's so skinny that natural lactation is unlikely. + <<elseif $slaves[$i].preg > random(18,30)>> + Pregnancy @@color:lime;causes her to begin lactating.@@ + <<set $slaves[$i].lactation to 1>> <</if>> <</if>> <</if>> - <</if>> - <<if ($slaves[$i].fetish != "pregnancy")>> - <<if ($slaves[$i].fetish != "mindbroken")>> - <<if ($slaves[$i].fetishStrength <= 95)>> - <<if ($slaves[$i].oralCount+$slaves[$i].vaginalCount+$slaves[$i].analCount > 200)>> - <<if $fetishChangeChance > random(0,100)>> - The combination of pregnancy and constant sex has @@color:pink;sexualized pregnancy for her.@@ - <<set $slaves[$i].fetish to "pregnancy", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> - <</if>> - <</if>> - <</if>> - <</if>> - <</if>> - <<if ($slaves[$i].preg > 25) && ($slaves[$i].pregType >= 20) && ((($slaves[$i].assignment is "be your Concubine" || $slaves[$i].assignment is "serve in the master suite") && $masterSuitePregnancySlaveLuxuries is 1) || ($slaves[$i].diet == "high caloric"))>> - <<if ($slaves[$i].weight <= 65)>> - She has @@color:lime;gained weight@@ in order to better sustain herself and her children. - <<set $slaves[$i].weight += 1>> - <</if>> - <<if (random(1,100) > 80)>> - <<if (($slaves[$i].boobs - $slaves[$i].boobsImplant) < 10000)>> - Her breasts @@color:lime;greatly swell@@ to meet the upcoming demand. - <<set $slaves[$i].boobs += 500>> - <<if $slaves[$i].boobShape != "saggy">> - <<if $slaves[$i].preg > 25>> - Her immensely engorged @@color:orange;breasts become saggy@@ in the last stages of her pregnancy as her body undergoes changes in anticipation of the forthcoming birth. - <<set $slaves[$i].boobShape to "saggy">> - <</if>> + <</if>> +<<else>> + <<if $slaves[$i].pregType == 0>> + <<if ($slaves[$i].drugs is "super fertility drugs")>> + <<if (($masterSuitePregnancyFertilitySupplements == 1) && (($slaves[$i].assignment is "serve in the master suite") || ($slaves[$i].ID is $Concubine.ID)))>> + <<if ($slaves[$i].hormones == 2)>> + <<set $slaves[$i].pregType to random(20,29)>> + <<else>> + <<set $slaves[$i].pregType to random(10,29)>> <</if>> - <</if>> - <<if ($slaves[$i].hips < 2)>> - Her hips @@color:lime;widen@@ for her upcoming birth. - <<set $slaves[$i].hips += 1>> - <</if>> - <<if ($slaves[$i].butt < 14)>> - Her butt @@color:lime;swells with added fat@@ from her changing body. - <<set $slaves[$i].butt += 1>> - <</if>> - <</if>> - <<elseif ($slaves[$i].preg > 25) && ($slaves.pregType >= 10)>> - <<if random(1,100) > 80>> - <<if ($slaves[$i].boobs - $slaves[$i].boobsImplant) < 7500>> - Her breasts @@color:lime;swell@@ in preparation for her growing brood. - <<set $slaves[$i].boobs += 150>> - <<if $slaves[$i].boobShape != "saggy">> - <<if $slaves[$i].preg > random(25,75)>> - Her swollen @@color:orange;breasts become saggy@@ in the last stages of her pregnancy as her body undergoes changes in anticipation of the forthcoming birth. - <<set $slaves[$i].boobShape to "saggy">> + <<else>> + <<if ($slaves[$i].hormones == 2)>> + <<set $slaves[$i].pregType to random(10,29)>> + <<else>> + <<set $slaves[$i].pregType to either(3, 4, 4, 4, 5, 5, 5, 10, 10, 20)>> <</if>> <</if>> - <</if>> - <</if>> - <<elseif ($slaves[$i].boobs - $slaves[$i].boobsImplant) < 1000>> - <<if random(1,100) > 80>> - Pregnancy @@color:lime;causes her breasts to swell somewhat.@@ - <<set $slaves[$i].boobs += 50>> - <<if $slaves[$i].boobShape != "saggy">> - <<if $slaves[$i].preg > random(25,100)>> - Her @@color:orange;breasts become saggy@@ in the last stages of her pregnancy as her body undergoes changes in anticipation of the forthcoming birth. - <<set $slaves[$i].boobShape to "saggy">> - <</if>> + <<elseif ($slaves[$i].drugs is "fertility drugs")>> + <<if (($masterSuitePregnancyFertilitySupplements == 1) && (($slaves[$i].assignment is "serve in the master suite") || ($slaves[$i].ID is $Concubine.ID)))>> + <<if ($slaves[$i].hormones == 2)>> + <<set $slaves[$i].pregType to random(4,5)>> + <<else>> + <<set $slaves[$i].pregType to either(2, 2, 3, 3, 3, 3, 4, 4, 5, 5)>> <</if>> - <</if>> - <</if>> - <<if $slaves[$i].preg == 10>> - Her areolae darken with her progressing pregnancy. <<else>> - <<if $fakeBellies.contains($bellyAccessory)>> - Her growing pregnancy renders her fake belly moot. - <<set $slaves[$i].bellyAccessory to "none">> - <</if>> - <<if $slaves[$i].preg > 20>> - <<if $slaves[$i].lactation == 0>> - <<if $slaves[$i].health < -20>> - She's so unwell that natural lactation is unlikely. - <<elseif $slaves[$i].weight <= -30>> - She's so skinny that natural lactation is unlikely. - <<elseif $slaves[$i].preg > random(18,30)>> - Pregnancy @@color:lime;causes her to begin lactating.@@ - <<set $slaves[$i].lactation to 1>> - <</if>> - <</if>> + <<if ($slaves[$i].hormones == 2)>> + <<set $slaves[$i].pregType to random(2,5)>> + <<else>> + <<set $slaves[$i].pregType to either(1, 1, 2, 2, 3, 3, 4, 4, 5, 5)>> <</if>> <</if>> <<else>> - <<if $slaves[$i].pregType == 0>> - <<if ($slaves[$i].drugs is "super fertility drugs")>> - <<if (($masterSuitePregnancyFertilitySupplements == 1) && (($slaves[$i].assignment is "serve in the master suite") || ($slaves[$i].ID is $Concubine.ID)))>> - <<if ($slaves[$i].hormones == 2)>> - <<set $slaves[$i].pregType to random(20,29)>> - <<else>> - <<set $slaves[$i].pregType to random(10,29)>> - <</if>> - <<else>> - <<if ($slaves[$i].hormones == 2)>> - <<set $slaves[$i].pregType to random(10,29)>> - <<else>> - <<set $slaves[$i].pregType to either(3, 4, 4, 4, 5, 5, 5, 10, 10, 20)>> - <</if>> - <</if>> - <<elseif ($slaves[$i].drugs is "fertility drugs")>> - <<if (($masterSuitePregnancyFertilitySupplements == 1) && (($slaves[$i].assignment is "serve in the master suite") || ($slaves[$i].ID is $Concubine.ID)))>> - <<if ($slaves[$i].hormones == 2)>> - <<set $slaves[$i].pregType to random(4,5)>> - <<else>> - <<set $slaves[$i].pregType to either(2, 2, 3, 3, 3, 3, 4, 4, 5, 5)>> - <</if>> - <<else>> - <<if ($slaves[$i].hormones == 2)>> - <<set $slaves[$i].pregType to random(2,5)>> - <<else>> - <<set $slaves[$i].pregType to either(1, 1, 2, 2, 3, 3, 4, 4, 5, 5)>> - <</if>> - <</if>> - <<else>> - <<set $slaves[$i].pregType to either(1, 1, 1, 1, 1, 1, 1, 1, 1, 2)>> - <</if>> - <</if>> + <<set $slaves[$i].pregType to either(1, 1, 1, 1, 1, 1, 1, 1, 1, 2)>> <</if>> - <</if>> +<</if>> - /* END PREG EFFECTS */ - /* IS NOT PREGNANT */ +<</if>> +/* END PREG EFFECTS */ +/* IS NOT PREGNANT */ - <<if isFertile($slaves[$i]) && ($slaves[$i].preg == -1)>> - <<if ($slaves[$i].devotion > 20)>> - <<if ($slaves[$i].fetish is "pregnancy")>> - <<if ($slaves[$i].fetishStrength > 60)>> - <<if ($slaves[$i].fetishKnown == 0)>> - @@color:mediumorchid;She's unhappy@@ that she's on contraceptives, revealing that she has a @@color:lightcoral;deep desire to get pregnant.@@ - <<set $slaves[$i].fetishKnown to 1>> - <<else>> - She badly wants to have a child, so @@color:mediumorchid;she's unhappy@@ that she's on contraceptives. - <</if>> - <<set $slaves[$i].devotion -= 4>> - <</if>> - <</if>> - <</if>> + +<<if isFertile($slaves[$i]) && ($slaves[$i].preg == -1)>> + <<if ($slaves[$i].devotion > 20)>> + <<if ($slaves[$i].fetish is "pregnancy")>> + <<if ($slaves[$i].fetishStrength > 60)>> + <<if ($slaves[$i].fetishKnown == 0)>> + @@color:mediumorchid;She's unhappy@@ that she's on contraceptives, revealing that she has a @@color:lightcoral;deep desire to get pregnant.@@ + <<set $slaves[$i].fetishKnown to 1>> + <<else>> + She badly wants to have a child, so @@color:mediumorchid;she's unhappy@@ that she's on contraceptives. + <</if>> + <<set $slaves[$i].devotion -= 4>> <</if>> + <</if>> + <</if>> +<</if>> - <<if canGetPregnant($slaves[$i])>> - <<if ($universalRulesImpregnation is "HG") && ($HGCum > 0) && ($slaves[$i].ID != $HeadGirl.ID) && (($slaves[$i].vagina > 0) || (($slaves[$i].ass > 0) && ($slaves[$i].mpreg > 0)))>> - It's $HeadGirl.slaveName's responsibility to get her pregnant, a task your - <<if ($HeadGirl.fetish is "pregnancy") && ($HeadGirl.fetishKnown == 1) && ($HeadGirl.fetishStrength > 60)>> - pregnancy fetishist Head Girl is @@color:hotpink;extremely pleased@@ to take on. - <<set $HeadGirl.devotion += 2>> - <<if ($HeadGirl.fetishStrength <= 95)>> - The opportunity @@color:green;strengthens her pregnancy fetish@@ by indulgence. - <<set $HeadGirl.fetishStrength += 4>> - <</if>> - <<elseif ($HeadGirl.attrXX > 65) && ($HeadGirl.attrKnown == 1)>> - <<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>>-hungry Head Girl is @@color:hotpink;happy@@ to take on. - <<set $HeadGirl.devotion += 1>> - <<else>> - Head Girl approaches dutifully. - <</if>> - <<if ($slaves[$i].devotion <= 20) && ($slaves[$i].trust > -20)>> - <<if (($HeadGirl.fetish is "sadist") || ($HeadGirl.fetish is "dom")) && ($HeadGirl.fetishKnown == 1) && ($HeadGirl.fetishStrength > 60)>> - Her interest is piqued, however, when $slaves[$i].slaveName shows signs of resistance. $HeadGirl.slaveName @@color:hotpink;enthusiastically@@ @@color:mediumorchid;rapes the poor girl@@ pregnant, ejaculating inside her victim more often than is really necessary for @@color:lime;conception.@@ - <<set $HeadGirl.devotion += 2, $slaves[$i].devotion -= 5>> - <<else>> - $slaves[$i].slaveName tries to resist her, so $HeadGirl.slaveName is forced to @@color:mediumorchid;rape the poor girl@@ pregnant, regularly ejaculating inside her until @@color:lime;conception@@ is confirmed. - <<set $slaves[$i].devotion -= 4>> - <</if>> - <<if ($slaves[$i].sexualFlaw is "none")>> - This unpleasant interlude leaves her @@color:red;hating penetration@@ of her violated <<if $slaves[$i].mpreg == 1>>anus<<else>>pussy<</if>>. - <<if $slaves[$i].mpreg == 1>> - <<set $slaves[$i].sexualFlaw to "hates anal">> - <<else>> - <<set $slaves[$i].sexualFlaw to "hates penetration">> - <</if>> - <</if>> - <<elseif ($slaves[$i].devotion <= 20)>> - <<if (($HeadGirl.fetish is "sadist") || ($HeadGirl.fetish is "dom")) && ($HeadGirl.fetishKnown == 1) && ($HeadGirl.fetishStrength > 60)>> - Her interest is piqued, however, when it becomes clear that $slaves[$i].slaveName, though fearfully obedient, is not happy with being bred. $HeadGirl.slaveName @@color:hotpink;enthusiastically@@ ensures that her victim @@color:mediumorchid;does not enjoy@@ a week of being @@color:lime;raped pregnant.@@ - <<set $HeadGirl.devotion += 2, $slaves[$i].devotion -= 3>> - <<else>> - $slaves[$i].slaveName, though fearfully obedient, is not happy with being bred, but $HeadGirl.slaveName @@color:mediumorchid;rapes the poor girl@@ pregnant anyway, regularly ejaculating inside her until @@color:lime;conception@@ is confirmed. - <<set $slaves[$i].devotion -= 2>> - <</if>> - <<if ($slaves[$i].sexualFlaw is "none")>> - This unpleasant interlude leaves her @@color:red;hating penetration@@ of her violated <<if $slaves[$i].mpreg == 1>>anus<<else>>pussy<</if>>. - <<if $slaves[$i].mpreg == 1>> - <<set $slaves[$i].sexualFlaw to "hates anal">> - <<else>> - <<set $slaves[$i].sexualFlaw to "hates penetration">> - <</if>> - <</if>> - <<elseif ($slaves[$i].devotion < 75)>> - <<if ($slaves[$i].fetish is "pregnancy") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>> - $slaves[$i].slaveName, a pregnancy fetishist, is @@color:hotpink;very willing to be bred@@ by the Head Girl, and eagerly takes her superior's cock bareback until @@color:lime;conception@@ is verified. - <<set $slaves[$i].devotion += 2>> - <<if ($slaves[$i].fetishStrength <= 95)>> - Such total satisfaction of her pregnancy fantasies @@color:green;strengthens her fetish.@@ - <<set $slaves[$i].fetishStrength += 4>> - <</if>> +<<if canGetPregnant($slaves[$i])>> +<<if $universalRulesImpregnation == "HG">> +<<if $HeadGirl != 0>> +<<if $HGCum == 0>> + It's $HeadGirl.slaveName's responsibility to impregnate fertile slaves, but your Head Girl can only fuck a limited number of slaves enough to ensure impregnation each week. +<</if>> +<</if>> +<</if>> +<<if ($universalRulesImpregnation is "PC")>> + $slaves[$i].slaveName is ripe for breeding, so you ejaculate inside her often. When you bore of her fertile <<if $slaves[$i].mpreg == 1>>ass<<else>>cunt<</if>>, you keep her around as you fuck other slaves so you can pull out of them, shove your cock into her, and fill her with your seed anyway. + <<if ($slaves[$i].devotion <= 20) && ($slaves[$i].trust > -20)>> + She attempts to resist this treatment, and spends most of her days bound securely, with your cum dripping out of her <<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>>. This regimen fills her with @@color:mediumorchid;hatred,@@ @@color:gold;fear,@@ and @@color:lime;a pregnancy.@@ + <<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>> + <<if ($slaves[$i].sexualFlaw is "none")>> + This unpleasant interlude leaves her @@color:red;hating penetration@@ of her now-pregnant <<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>>. + <<if $slaves[$i].mpreg == 1>> + <<set $slaves[$i].sexualFlaw to "hates anal">> <<else>> - $slaves[$i].slaveName is willing to be bred by the Head Girl, and takes her superior's cock bareback until @@color:lime;conception@@ is verified. + <<set $slaves[$i].sexualFlaw to "hates penetration">> <</if>> + <</if>> + <<elseif ($slaves[$i].devotion <= 20)>> + She complies fearfully with your use of her body. + <<elseif ($slaves[$i].fetish is "pregnancy") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>> + She is @@color:hotpink;absurdly pleased@@ by this treatment, @@color:mediumaquamarine;trustingly@@ serving as your breeding bitch until she @@color:lime;conceives.@@ She's so aroused by the constant insemination that having your dick, wet from another slave, pushed inside her to climax is often enough to bring her to orgasm in turn. + <<set $slaves[$i].devotion += 5, $slaves[$i].trust += 5>> + <<if ($slaves[$i].fetishStrength <= 95)>> + Such total satisfaction of her pregnancy fantasies @@color:green;strengthens her fetish.@@ + <<set $slaves[$i].fetishStrength += 4>> + <</if>> + <<else>> + She serves you dutifully in this, @@color:mediumaquamarine;trustingly@@ serving as your breeding bitch until she @@color:lime;conceives.@@ + <<set $slaves[$i].trust += 5>> + <</if>> + <<set $activeSlave to $slaves[$i]>><<if $slaves[$i].mpreg == 1>><<AnalVCheck 10>><<else>><<VaginalVCheck 10>><</if>><<set $slaves[$i] to $activeSlave>> + <<set $slaves[$i].preg to 1, $slaves[$i].pregSource to -1>> + <<for $j to 0; $j < $slaves.length; $j++>> + <<if $HeadGirl.ID == $slaves[$j].ID>> + <<set $slaves[$j] to $HeadGirl>> + <<break>> + <</if>> + <</for>> +<<elseif (($slaves[$i].vagina <= 0) || (($slaves[$i].ass <= 0) && ($slaves[$i].mpreg > 0)))>> +<<elseif ($universalRulesImpregnation is "HG") && ($HGCum > 0) && ($slaves[$i].ID != $HeadGirl.ID) && (($slaves[$i].vagina > 0) || (($slaves[$i].ass > 0) && ($slaves[$i].mpreg > 0)))>> + It's $HeadGirl.slaveName's responsibility to get her pregnant, a task your + <<if ($HeadGirl.fetish is "pregnancy") && ($HeadGirl.fetishKnown == 1) && ($HeadGirl.fetishStrength > 60)>> + pregnancy fetishist Head Girl is @@color:hotpink;extremely pleased@@ to take on. + <<set $HeadGirl.devotion += 2>> + <<if ($HeadGirl.fetishStrength <= 95)>> + The opportunity @@color:green;strengthens her pregnancy fetish@@ by indulgence. + <<set $HeadGirl.fetishStrength += 4>> + <</if>> + <<elseif ($HeadGirl.attrXX > 65) && ($HeadGirl.attrKnown == 1)>> + <<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>>-hungry Head Girl is @@color:hotpink;happy@@ to take on. + <<set $HeadGirl.devotion += 1>> + <<else>> + Head Girl approaches dutifully. + <</if>> + <<if ($slaves[$i].devotion <= 20) && ($slaves[$i].trust > -20)>> + <<if (($HeadGirl.fetish is "sadist") || ($HeadGirl.fetish is "dom")) && ($HeadGirl.fetishKnown == 1) && ($HeadGirl.fetishStrength > 60)>> + Her interest is piqued, however, when $slaves[$i].slaveName shows signs of resistance. $HeadGirl.slaveName @@color:hotpink;enthusiastically@@ @@color:mediumorchid;rapes the poor girl@@ pregnant, ejaculating inside her victim more often than is really necessary for @@color:lime;conception.@@ + <<set $HeadGirl.devotion += 2, $slaves[$i].devotion -= 5>> + <<else>> + $slaves[$i].slaveName tries to resist her, so $HeadGirl.slaveName is forced to @@color:mediumorchid;rape the poor girl@@ pregnant, regularly ejaculating inside her until @@color:lime;conception@@ is confirmed. + <<set $slaves[$i].devotion -= 4>> + <</if>> + <<if ($slaves[$i].sexualFlaw is "none")>> + This unpleasant interlude leaves her @@color:red;hating penetration@@ of her violated <<if $slaves[$i].mpreg == 1>>anus<<else>>pussy<</if>>. + <<if $slaves[$i].mpreg == 1>> + <<set $slaves[$i].sexualFlaw to "hates anal">> <<else>> - <<if ($slaves[$i].fetish is "pregnancy") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>> - $slaves[$i].slaveName, a pregnancy fetishist, considers breeding by the Head Girl @@color:hotpink;a dream come true,@@ and the slaves carry on a torrid affair until @@color:lime;conception@@ is verified. - <<set $slaves[$i].devotion += 2>> - <<if ($slaves[$i].fetishStrength <= 95)>> - Such total satisfaction of her pregnancy fantasies @@color:green;strengthens her fetish.@@ - <<set $slaves[$i].fetishStrength += 4>> - <</if>> - <<else>> - $slaves[$i].slaveName is @@color:hotpink;quite willing to be bred@@ by the Head Girl, who she respects, and submissively takes her superior's cock bareback until @@color:lime;conception@@ is verified. - <<set $slaves[$i].devotion += 1>> - <</if>> + <<set $slaves[$i].sexualFlaw to "hates penetration">> <</if>> - <<set $slaves[$i].preg to 1>> - <<set $slaves[$i].pregSource to $HeadGirl.ID>> - <<set $HGCum -= 1>> - <<set $HeadGirl.penetrativeCount += 10>> - <<set $penetrativeTotal += 10>> + <</if>> + <<elseif ($slaves[$i].devotion <= 20)>> + <<if (($HeadGirl.fetish is "sadist") || ($HeadGirl.fetish is "dom")) && ($HeadGirl.fetishKnown == 1) && ($HeadGirl.fetishStrength > 60)>> + Her interest is piqued, however, when it becomes clear that $slaves[$i].slaveName, though fearfully obedient, is not happy with being bred. $HeadGirl.slaveName @@color:hotpink;enthusiastically@@ ensures that her victim @@color:mediumorchid;does not enjoy@@ a week of being @@color:lime;raped pregnant.@@ + <<set $HeadGirl.devotion += 2, $slaves[$i].devotion -= 3>> + <<else>> + $slaves[$i].slaveName, though fearfully obedient, is not happy with being bred, but $HeadGirl.slaveName @@color:mediumorchid;rapes the poor girl@@ pregnant anyway, regularly ejaculating inside her until @@color:lime;conception@@ is confirmed. + <<set $slaves[$i].devotion -= 2>> + <</if>> + <<if ($slaves[$i].sexualFlaw is "none")>> + This unpleasant interlude leaves her @@color:red;hating penetration@@ of her violated <<if $slaves[$i].mpreg == 1>>anus<<else>>pussy<</if>>. <<if $slaves[$i].mpreg == 1>> - <<set $slaves[$i].analCount += 10>> - <<set $analTotal += 10>> + <<set $slaves[$i].sexualFlaw to "hates anal">> <<else>> - <<set $slaves[$i].vaginalCount += 10>> - <<set $vaginalTotal += 10>> - <</if>> - <<set $activeSlave to $slaves[$i]>><<if $slaves[$i].mpreg == 1>><<AnalVCheck 10>><<else>><<VaginalVCheck 10>><</if>><<set $slaves[$i] to $activeSlave>> - <<for $j to 0; $j < $slaves.length; $j++>> - <<if $HeadGirl.ID == $slaves[$j].ID>> - <<set $slaves[$j] to $HeadGirl>> - <<break>> - <</if>> - <</for>> - <<elseif ($universalRulesImpregnation is "PC")>> - $slaves[$i].slaveName is ripe for breeding, so you ejaculate inside her often. When you bore of her fertile <<if $slaves[$i].mpreg == 1>>ass<<else>>cunt<</if>>, you keep her around as you fuck other slaves so you can pull out of them, shove your cock into her, and fill her with your seed anyway. - <<if ($slaves[$i].devotion <= 20) && ($slaves[$i].trust > -20)>> - She attempts to resist this treatment, and spends most of her days bound securely, with your cum dripping out of her <<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>>. This regimen fills her with @@color:mediumorchid;hatred,@@ @@color:gold;fear,@@ and @@color:lime;a pregnancy.@@ - <<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>> - <<if ($slaves[$i].sexualFlaw is "none")>> - This unpleasant interlude leaves her @@color:red;hating penetration@@ of her now-pregnant <<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>>. - <<if $slaves[$i].mpreg == 1>> - <<set $slaves[$i].sexualFlaw to "hates anal">> - <<else>> - <<set $slaves[$i].sexualFlaw to "hates penetration">> - <</if>> + <<set $slaves[$i].sexualFlaw to "hates penetration">> <</if>> - <<elseif ($slaves[$i].devotion <= 20)>> - She complies fearfully with your use of her body. - <<elseif ($slaves[$i].fetish is "pregnancy") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>> - She is @@color:hotpink;absurdly pleased@@ by this treatment, @@color:mediumaquamarine;trustingly@@ serving as your breeding bitch until she @@color:lime;conceives.@@ She's so aroused by the constant insemination that having your dick, wet from another slave, pushed inside her to climax is often enough to bring her to orgasm in turn. - <<set $slaves[$i].devotion += 5, $slaves[$i].trust += 5>> + <</if>> + <<elseif ($slaves[$i].devotion < 75)>> + <<if ($slaves[$i].fetish is "pregnancy") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>> + $slaves[$i].slaveName, a pregnancy fetishist, is @@color:hotpink;very willing to be bred@@ by the Head Girl, and eagerly takes her superior's cock bareback until @@color:lime;conception@@ is verified. + <<set $slaves[$i].devotion += 2>> <<if ($slaves[$i].fetishStrength <= 95)>> - Such total satisfaction of her pregnancy fantasies @@color:green;strengthens her fetish.@@ - <<set $slaves[$i].fetishStrength += 4>> - <</if>> - <<else>> - She serves you dutifully in this, @@color:mediumaquamarine;trustingly@@ serving as your breeding bitch until she @@color:lime;conceives.@@ - <<set $slaves[$i].trust += 5>> + Such total satisfaction of her pregnancy fantasies @@color:green;strengthens her fetish.@@ + <<set $slaves[$i].fetishStrength += 4>> <</if>> - <<set $activeSlave to $slaves[$i]>><<if $slaves[$i].mpreg == 1>><<AnalVCheck 10>><<else>><<VaginalVCheck 10>><</if>><<set $slaves[$i] to $activeSlave>> - <<set $slaves[$i].preg to 1, $slaves[$i].pregSource to -1>> - <<for $j to 0; $j < $slaves.length; $j++>> - <<if $HeadGirl.ID == $slaves[$j].ID>> - <<set $slaves[$j] to $HeadGirl>> - <<break>> + <<else>> + $slaves[$i].slaveName is willing to be bred by the Head Girl, and takes her superior's cock bareback until @@color:lime;conception@@ is verified. + <</if>> + <<else>> + <<if ($slaves[$i].fetish is "pregnancy") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>> + $slaves[$i].slaveName, a pregnancy fetishist, considers breeding by the Head Girl @@color:hotpink;a dream come true,@@ and the slaves carry on a torrid affair until @@color:lime;conception@@ is verified. + <<set $slaves[$i].devotion += 2>> + <<if ($slaves[$i].fetishStrength <= 95)>> + Such total satisfaction of her pregnancy fantasies @@color:green;strengthens her fetish.@@ + <<set $slaves[$i].fetishStrength += 4>> <</if>> + <<else>> + $slaves[$i].slaveName is @@color:hotpink;quite willing to be bred@@ by the Head Girl, who she respects, and submissively takes her superior's cock bareback until @@color:lime;conception@@ is verified. + <<set $slaves[$i].devotion += 1>> + <</if>> + <</if>> + <<set $slaves[$i].preg to 1>> + <<set $slaves[$i].pregSource to $HeadGirl.ID>> + <<set $HGCum -= 1>> + <<set $HeadGirl.penetrativeCount += 10>> + <<set $penetrativeTotal += 10>> + <<if $slaves[$i].mpreg == 1>> + <<set $slaves[$i].analCount += 10>> + <<set $analTotal += 10>> + <<else>> + <<set $slaves[$i].vaginalCount += 10>> + <<set $vaginalTotal += 10>> + <</if>> + <<set $activeSlave to $slaves[$i]>><<if $slaves[$i].mpreg == 1>><<AnalVCheck 10>><<else>><<VaginalVCheck 10>><</if>><<set $slaves[$i] to $activeSlave>> + <<for $j to 0; $j < $slaves.length; $j++>> + <<if $HeadGirl.ID == $slaves[$j].ID>> + <<set $slaves[$j] to $HeadGirl>> + <<break>> + <</if>> + <</for>> +<<elseif ($slaves[$i].assignment is "be your Concubine")>> + <<if ($PC.dick == 1) && (random(1,100) > 50)>> + As your concubine, she takes care to only share her fertile <<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>> with you. Her efforts paid off; @@color:lime;she has gotten pregnant with your child.@@ + <<set $slaves[$i].preg to 1>> + <<set $slaves[$i].pregSource to -1>> + <</if>> +<<elseif ($slaves[$i].assignment is "whore") && (random(1,100) > 50)>> + Due to all the customers cumming in her fertile <<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>>, @@color:lime;she has gotten pregnant.@@ + <<set $slaves[$i].preg to 1, $slaves[$i].pregSource to -2>> +<<elseif ($slaves[$i].assignment is "serve the public") && (random(1,100) > 50)>> + Due to all the guys cumming in her fertile <<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>>, @@color:lime;she has gotten pregnant.@@ + <<set $slaves[$i].preg to 1, $slaves[$i].pregSource to -2>> +<<elseif ($slaves[$i].assignment is "work a glory hole") && (random(1,100) > 10)>> + Due to all the customers cumming in her fertile, restrained <<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>>, @@color:lime;she has gotten pregnant.@@ + <<set $slaves[$i].preg to 1, $slaves[$i].pregSource to -2>> +<<elseif (random(1,100) > 80)>> + <<if ($slaves[$i].vaginalCount > 0) || (($slaves[$i].analCount > 0) && ($slaves[$i].mpreg > 0))>> + <<if ($slaves[$i].assignment != "rest")>> + <<if ($slaves[$i].assignment != "stay confined")>> + @@color:lime;She has gotten pregnant.@@ + <<set $slaves[$i].preg to 1>> + <<for $m to 0; $m < $slaves.length; $m++>> + <<if $slaves[$i].relationshipTarget is $slaves[$m].ID>> + <<set $tempLover to $slaves[$m]>> + <<elseif $slaves[$i].rivalryTarget is $slaves[$m].ID>> + <<set $tempRival to $slaves[$m]>> + <<elseif $slaves[$i].subTarget is $slaves[$m].ID>> + <<set $tempSub to $slaves[$m]>> + <</if>> <</for>> - <<elseif ($slaves[$i].assignment is "be your Concubine")>> - <<if ($PC.dick == 1) && (random(1,100) > 50)>> - As your concubine, she takes care to only share her fertile <<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>> with you. Her efforts paid off; @@color:lime;she has gotten pregnant with your child.@@ - <<set $slaves[$i].preg to 1>> + <<set $seed to random(1,100)>> + <<if ($slaves[$i].relationship is -3 or $slaves[$i].relationship is -2) and $PC.dick == 1>> <<set $slaves[$i].pregSource to -1>> - <</if>> - <<elseif ($slaves[$i].assignment is "whore") && (random(1,100) > 50)>> - Due to all the customers cumming in her fertile <<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>>, @@color:lime;she has gotten pregnant.@@ - <<set $slaves[$i].preg to 1, $slaves[$i].pregSource to -2>> - <<elseif ($slaves[$i].assignment is "serve the public") && (random(1,100) > 50)>> - Due to all the guys cumming in her fertile <<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>>, @@color:lime;she has gotten pregnant.@@ - <<set $slaves[$i].preg to 1, $slaves[$i].pregSource to -2>> - <<elseif ($slaves[$i].assignment is "work a glory hole") && (random(1,100) > 10)>> - Due to all the customers cumming in her fertile, restrained <<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>>, @@color:lime;she has gotten pregnant.@@ - <<set $slaves[$i].preg to 1, $slaves[$i].pregSource to -2>> - <<elseif (random(1,100) > 80)>> - <<if ($slaves[$i].vaginalCount > 0) || (($slaves[$i].analCount > 0) && ($slaves[$i].mpreg > 0))>> - <<if ($slaves[$i].assignment != "rest")>> - <<if ($slaves[$i].assignment != "stay confined")>> - @@color:lime;She has gotten pregnant.@@ - <<set $slaves[$i].preg to 1>> - <<for $m to 0; $m < $slaves.length; $m++>> - <<if $slaves[$i].relationshipTarget is $slaves[$m].ID>> - <<set $tempLover to $slaves[$m]>> - <<elseif $slaves[$i].rivalryTarget is $slaves[$m].ID>> - <<set $tempRival to $slaves[$m]>> - <<elseif $slaves[$i].subTarget is $slaves[$m].ID>> - <<set $tempSub to $slaves[$m]>> - <</if>> - <</for>> - <<set $seed to random(1,100)>> - <<if ($slaves[$i].relationship is -3 or $slaves[$i].relationship is -2) and $PC.dick == 1>> - <<set $slaves[$i].pregSource to -1>> - <<elseif $slaves[$i].relationship > 2 and canAchieveErection($tempLover) and $tempLover.dickAccessory != "chastity" && $tempLover.pubertyXY == 1>> - <<set $slaves[$i].pregSource to $tempLover.ID>> - <<elseif $slaves[$i].rivalry > 2 and canAchieveErection($tempRival) and $tempRival.dickAccessory != "chastity" && $tempRival.pubertyXY == 1 and $Seed > 95>>/* raped and knocked up by rival */ - <<set $slaves[$i].pregSource to $tempRival.ID>> - <<elseif $slaves[$i].subTarget != 0 and $slaves[$i].assignment is "be a subordinate slave">> - <<if canAchieveErection($tempSub) and $slaves[$m].dickAccessory != "chastity" && $tempSub.pubertyXY == 1>> - <<set $slaves[$i].pregSource to $tempSub.ID>> - <</if>> - <<elseif $seed > 60 and $PC.dick == 1>> - <<set $slaves[$i].pregSource to -1>> - <<elseif $seed <= 10>> - <<set $slaves[$i].pregSource to -2>> - <<else>> - <<set $sourceSeed to random(0,$slaves.length-1)>> - /* random starting point in the slave array */ - <<set $slaves[$i].pregSource to -2>> - /* temp .pregSource incase no matches are found */ - /*starts one above starting point and advances until it reaches starting point again or finds a suitable slave. */ - <<for $m to $sourceSeed+1; $m is $sourceSeed; $m++>> - <<if $m >= $slaves.length>> /* oob catch */ - <<set $m to -1>> - <<elseif $slaves[$m].dick > 0 and $slaves[$m].balls > 0 and $slaves[$m].dickAccessory != "chastity" && $slaves[$m].pubertyXY == 1>> - <<if $slaves[$i].ID is $slaves[$m].ID>> - /* catch for self-impregnation */ - <<if random(1,100) > 95>> - <<set $slaves[$i].pregSource to $slaves[$m].ID>> - <<set $m to $sourceSeed-1>> - <</if>> - <<else>> + <<elseif $slaves[$i].relationship > 2 and canAchieveErection($tempLover) and $tempLover.dickAccessory != "chastity" && $tempLover.pubertyXY == 1>> + <<set $slaves[$i].pregSource to $tempLover.ID>> + <<elseif $slaves[$i].rivalry > 2 and canAchieveErection($tempRival) and $tempRival.dickAccessory != "chastity" && $tempRival.pubertyXY == 1 and $Seed > 95>>/* raped and knocked up by rival */ + <<set $slaves[$i].pregSource to $tempRival.ID>> + <<elseif $slaves[$i].subTarget != 0 and $slaves[$i].assignment is "be a subordinate slave">> + <<if canAchieveErection($tempSub) and $slaves[$m].dickAccessory != "chastity" && $tempSub.pubertyXY == 1>> + <<set $slaves[$i].pregSource to $tempSub.ID>> + <</if>> + <<elseif $seed > 60 and $PC.dick == 1>> + <<set $slaves[$i].pregSource to -1>> + <<elseif $seed <= 10>> + <<set $slaves[$i].pregSource to -2>> + <<else>> + <<set $sourceSeed to random(0,$slaves.length-1)>> + /* random starting point in the slave array */ + <<set $slaves[$i].pregSource to -2>> + /* temp .pregSource incase no matches are found */ +/*starts one above starting point and advances until it reaches starting point again or finds a suitable slave. */ + <<for $m to $sourceSeed+1; $m is $sourceSeed; $m++>> + <<if $m >= $slaves.length>> /* oob catch */ + <<set $m to -1>> + <<elseif $slaves[$m].dick > 0 and $slaves[$m].balls > 0 and $slaves[$m].dickAccessory != "chastity" && $slaves[$m].pubertyXY == 1>> + <<if $slaves[$i].ID is $slaves[$m].ID>> + /* catch for self-impregnation */ + <<if random(1,100) > 95>> <<set $slaves[$i].pregSource to $slaves[$m].ID>> <<set $m to $sourceSeed-1>> <</if>> - <<elseif $m >= $slaves.length-1>> - <<set $m to -1>> + <<else>> + <<set $slaves[$i].pregSource to $slaves[$m].ID>> + <<set $m to $sourceSeed-1>> <</if>> - <</for>> - <</if>> - <</if>> - <</if>> + <<elseif $m >= $slaves.length-1>> + <<set $m to -1>> + <</if>> + <</for>> <</if>> <</if>> - <<if $universalRulesImpregnation == "HG">> - <<if $HeadGirl != 0>> - <<if $HGCum == 0>> - It's $HeadGirl.slaveName's responsibility to impregnate fertile slaves, but your Head Girl can only fuck a limited number of slaves enough to ensure impregnation each week. <</if>> <</if>> - <</if>> - <</if>> /* CLOSES CAN GET PREGNANT */ +<</if>> +<</if>> /* CLOSES CAN GET PREGNANT */ - <<else>> +<<else>> - <<display "SA inflation">> - <<if $slaves[$i].inflation > 0>> - <<if $fakeBellies.contains($bellyAccessory)>> - She has trouble keeping herself full of $slaves[$i].inflationType with the weight of the fake belly resting on her swollen stomach, forcing it to be removed. - <<set $slaves[$i].bellyAccessory to "none">> - <</if>> +<<display "SA inflation">> +<<if $slaves[$i].inflation > 0>> + <<if $fakeBellies.contains($bellyAccessory)>> + She has trouble keeping herself full of $slaves[$i].inflationType with the weight of the fake belly resting on her swollen stomach, forcing it to be removed. + <<set $slaves[$i].bellyAccessory to "none">> <</if>> - <<if $slaves[$i].fetish != "mindbroken">> - <<if $slaves[$i].inflation == 3>> - Being so distended with fluids is @@color:mediumorchid;very uncomfortable@@ to her. - <<set $slaves[$i].devotion -= 3>> - <<if ($slaves[$i].fetish == "none" && $fetishChangeChance > random(0,100)>> - Having such a round, heavy belly leads her to @@color:lightcoral;begin fantasizing about being pregnant.@@ - <<set $slaves[$i].fetish = "pregnancy">> - <</if>> - <<if $slaves[$i].inflationType == "milk" || $slaves[$i].inflationType == "cum">> - <<if $slaves[$i].behavioralFlaw == "none" && $slaves[$i].behavioralQuirk == "none" && random(1,100) > 70>> - Inflating her guts with <<print $slaves[$i].inflationType>> all week @@color:red;drives her gluttony.@@ - <<set $slaves[$i].behavioralFlaw = "gluttonous">> - <<elseif $slaves[$i].behavioralFlaw == "none" && $slaves[$i].behavioralQuirk == "none">> - Inflating her guts with <<print $slaves[$i].inflationType>> all week @@color:red;drives her to hate eating and food.@@ - <<set $slaves[$i].behavioralFlaw = "anorexic">> - <</if>> - <</if>> +<</if>> +<<if $slaves[$i].fetish != "mindbroken">> +<<if $slaves[$i].inflation == 3>> + Being so distended with fluids is @@color:mediumorchid;very uncomfortable@@ to her. + <<set $slaves[$i].devotion -= 3>> + <<if ($slaves[$i].fetish == "none" && $fetishChangeChance > random(0,100)>> + Having such a round, heavy belly leads her to @@color:lightcoral;begin fantasizing about being pregnant.@@ + <<set $slaves[$i].fetish = "pregnancy">> <</if>> + <<if $slaves[$i].inflationType == "milk" || $slaves[$i].inflationType == "cum">> + <<if $slaves[$i].behavioralFlaw == "none" && $slaves[$i].behavioralQuirk == "none" && random(1,100) > 70>> + Inflating her guts with <<print $slaves[$i].inflationType>> all week @@color:red;drives her gluttony.@@ + <<set $slaves[$i].behavioralFlaw = "gluttonous">> + <<elseif $slaves[$i].behavioralFlaw == "none" && $slaves[$i].behavioralQuirk == "none">> + Inflating her guts with <<print $slaves[$i].inflationType>> all week @@color:red;drives her to hate eating and food.@@ + <<set $slaves[$i].behavioralFlaw = "anorexic">> <</if>> - - <<if $slaves[$i].inflation == 3 && $seeExtreme == 1 && $slaves[$i].health <= -90>> - She feels an @@color:red;unusual intense pain@@ in her bloated belly. - <<set $slaves[$i].burst = 1>> <</if>> +<</if>> +<</if>> - <</if>> /* CLOSES INFLATION OVERRIDE */ +<<if $slaves[$i].inflation == 3 && $seeExtreme == 1 && $slaves[$i].health <= -90>> + She feels an @@color:red;unusual intense pain@@ in her bloated belly. + <<set $slaves[$i].burst = 1>> +<</if>> - /* belly sag calcs */ - <<if ((($activeSlave.preg > 30) && ($activeSlave.pregType >= 20)) || ($activeSlave.bellyImplant >= 32000))>> - <<if $slaves[$i].bellySag < 20>> - <<set $slaves[$i].bellySag += 0.5>> - <</if>> - <<elseif ((($activeSlave.preg > 20) && ($activeSlave.pregType >= 20)) || (($activeSlave.preg > 30) && ($activeSlave.pregType >= 10)) || ($activeSlave.bellyImplant >= 16000))>> - <<if $slaves[$i].bellySag < 10>> - <<set $slaves[$i].bellySag += 0.3>> - <</if>> - <<elseif ((($activeSlave.preg > 10) && ($activeSlave.pregType >= 20)) || (($activeSlave.preg > 20) && ($activeSlave.pregType >= 10)) || ($activeSlave.preg > 30) || ($activeSlave.bellyImplant >= 8000))>> - <<if $slaves[$i].bellySag < 5>> - <<set $slaves[$i].bellySag += 0.1>> - <</if>> - <</if>> +<</if>> /* CLOSES INFLATION OVERRIDE */ - <<if $slaves[$i].bellySag > 0>> - <<if $slaves[$i].preg < 10 && $slaves[$i].inflation == 0 && $slaves[$i].bellyImplant < 2000>> - <<if $slaves[$i].muscles >= 3>> - <<if (random(1,100) > 1)>> - Her stretched, extreme muscles @@color:green;firm up readily@@ after her pregnancy. - <<set $slaves[$i].bellySag -= 0.5>> - <<if $slaves[$i].bellySag < 0>> - <<set $slaves[$i].bellySag = 0>> - <</if>> - <</if>> - <<elseif $slaves[$i].muscles > 1>> - <<if (random(1,100) > 20)>> - Her stretched, muscular belly @@color:green;firms up@@ after her pregnancy. - <<set $slaves[$i].bellySag -= 0.4>> - <<if $slaves[$i].bellySag < 0>> - <<set $slaves[$i].bellySag = 0>> - <</if>> - <</if>> - <<elseif $slaves[$i].muscles > 0>> - <<if (random(1,100) > 40)>> - Her stretched, toned belly @@color:green;firms up@@ after her pregnancy. - <<set $slaves[$i].bellySag -= 0.3>> - <<if $slaves[$i].bellySag < 0>> - <<set $slaves[$i].bellySag = 0>> - <</if>> - <</if>> - <<else>> - <<if (random(1,100) > 60)>> - Her belly @@color:green;regains some firmness@@ after her pregnancy. - <<set $slaves[$i].bellySag -= 0.2>> - <<if $slaves[$i].bellySag < 0>> - <<set $slaves[$i].bellySag = 0>> - <</if>> - <</if>> +/* belly sag calcs */ +<<if ((($activeSlave.preg > 30) && ($activeSlave.pregType >= 20)) || ($activeSlave.bellyImplant >= 32000))>> + <<if $slaves[$i].bellySag < 20>> + <<set $slaves[$i].bellySag += 0.5>> <</if>> +<<elseif ((($activeSlave.preg > 20) && ($activeSlave.pregType >= 20)) || (($activeSlave.preg > 30) && ($activeSlave.pregType >= 10)) || ($activeSlave.bellyImplant >= 16000))>> + <<if $slaves[$i].bellySag < 10>> + <<set $slaves[$i].bellySag += 0.3>> <</if>> +<<elseif ((($activeSlave.preg > 10) && ($activeSlave.pregType >= 20)) || (($activeSlave.preg > 20) && ($activeSlave.pregType >= 10)) || ($activeSlave.preg > 30) || ($activeSlave.bellyImplant >= 8000))>> + <<if $slaves[$i].bellySag < 5>> + <<set $slaves[$i].bellySag += 0.1>> <</if>> +<</if>> - <<if $slaves[$i].bellyImplant > 8000>> - <<if ($slaves[$i].fetish == "none" || $slaves[$i].fetishStrength <= 10) && $slaves[$i].devotion > 20 && random(1,100) > 75>> - Having an implant simulating pregnancy drives her to begin @@color:lightcoral;begin fantasizing about being actually pregnant.@@ - <<set $slaves[$i].fetish = "pregnancy">> - <</if>> - <<elseif $slaves[$i].bellyImplant >= 2000>> - <<if $fakeBellies.contains($bellyAccessory)>> - Her implant rounded belly renders her fake one moot. - <<set $slaves[$i].bellyAccessory to "none">> +<<if $slaves[$i].bellySag > 0>> +<<if $slaves[$i].preg < 10 && $slaves[$i].inflation == 0 && $slaves[$i].bellyImplant < 2000>> +<<if $slaves[$i].muscles >= 3>> + <<if (random(1,100) > 1)>> + Her stretched, extreme muscles @@color:green;firm up readily@@ after her pregnancy. + <<set $slaves[$i].bellySag -= 0.5>> + <<if $slaves[$i].bellySag < 0>> + <<set $slaves[$i].bellySag = 0>> <</if>> <</if>> - - /* MINDBREAK */ - - <<if ($slaves[$i].fetish != "mindbroken")>> - <<if $week-$slaves[$i].weekAcquired > 26>> - <<if ($slaves[$i].devotion < -50)>> - <<if ($slaves[$i].trust < -95)>> - <<if random(1,5) == 1>> - She has been used as a sexual slave for so long, and is so hopeless that her future as a slave will be anything but torment, that her mind finally slips. @@color:red;She has been irretrievably broken.@@ - <<set $slaves[$i].fetish to "mindbroken", $slaves[$i].sexualFlaw to "none", $slaves[$i].behavioralFlaw to "none">> - <</if>> - <</if>> - <</if>> - <</if>> - <<if ($slaves[$i].behavioralFlaw is "none")>> - <<if ($slaves[$i].trust < -20)>> - <<if ($slaves[$i].devotion <= 50)>> - <<if (random(1,100) > 100+$slaves[$i].trust)>> - <<set $seed to random(1,4)>> - Being so afraid so constantly drives her to find solace in - <<if $seed == 1>> - self-denial. @@color:red;She has developed anorexia.@@ - <<set $slaves[$i].behavioralFlaw to "anorexic">> - <<elseif $seed is 2>> - stress eating. @@color:red;She's now a nervous glutton.@@ - <<set $slaves[$i].behavioralFlaw to "gluttonous">> - <<elseif $seed is 3>> - the scraps of prayer and superstition she can remember from her life before she was a slave. @@color:red;She's now religious.@@ - <<set $slaves[$i].behavioralFlaw to "devout">> - <<else>> - the remnants of modern philosophy and education she can remember from her life before she was a slave. @@color:red;She feels mentally liberated.@@ - <<set $slaves[$i].behavioralFlaw to "liberated">> - <</if>> - <</if>> - <</if>> - <</if>> - <</if>> - <<if ($slaves[$i].sexualFlaw is "none")>> - <<if ($slaves[$i].devotion < -20)>> - <<if (random(1,500) > 500+$slaves[$i].devotion)>> - <<set $seed to random(1,6)>> - Being so angry at her life as a sex slave has - <<if $seed == 1>> - driven her into @@color:red;sexual apathy.@@ - <<set $slaves[$i].sexualFlaw to "apathetic">> - <<elseif $seed is 2>> - convinced her that the conservative parts of her upbringing were right: sex is evil. @@color:red;She's now repressed.@@ - <<set $slaves[$i].sexualFlaw to "repressed">> - <<elseif $seed is 3>> - given her a dread of being nude. @@color:red;She's now shamefast.@@ - <<set $slaves[$i].sexualFlaw to "shamefast">> - <<elseif $seed is 4>> - deprived her of any motivation to keep sex appealing or even clean. @@color:red;She's now crude.@@ - <<set $slaves[$i].sexualFlaw to "crude">> - <<elseif $seed is 5>> - driven her to find refuge in high standards. @@color:red;She's now judgemental.@@ - <<set $slaves[$i].sexualFlaw to "judgemental">> - <<else>> - convinced her that sex is only this way here. Convinced that sexual slavery is wrong, @@color:red;She's become sexually idealistic.@@ - <<set $slaves[$i].sexualFlaw to "idealistic">> - <</if>> +<<elseif $slaves[$i].muscles > 1>> + <<if (random(1,100) > 20)>> + Her stretched, muscular belly @@color:green;firms up@@ after her pregnancy. + <<set $slaves[$i].bellySag -= 0.4>> + <<if $slaves[$i].bellySag < 0>> + <<set $slaves[$i].bellySag = 0>> <</if>> + <</if>> +<<elseif $slaves[$i].muscles > 0>> + <<if (random(1,100) > 40)>> + Her stretched, toned belly @@color:green;firms up@@ after her pregnancy. + <<set $slaves[$i].bellySag -= 0.3>> + <<if $slaves[$i].bellySag < 0>> + <<set $slaves[$i].bellySag = 0>> <</if>> + <</if>> +<<else>> + <<if (random(1,100) > 60)>> + Her belly @@color:green;regains some firmness@@ after her pregnancy. + <<set $slaves[$i].bellySag -= 0.2>> + <<if $slaves[$i].bellySag < 0>> + <<set $slaves[$i].bellySag = 0>> + <</if>> + <</if>> +<</if>> +<</if>> +<</if>> + +<<if $slaves[$i].bellyImplant > 8000>> + <<if ($slaves[$i].fetish == "none" || $slaves[$i].fetishStrength <= 10) && $slaves[$i].devotion > 20 && random(1,100) > 75>> + Having an implant simulating pregnancy drives her to begin @@color:lightcoral;begin fantasizing about being actually pregnant.@@ + <<set $slaves[$i].fetish = "pregnancy">> + <</if>> +<<elseif $slaves[$i].bellyImplant >= 2000>> + <<if $fakeBellies.contains($bellyAccessory)>> + Her implant rounded belly renders her fake one moot. + <<set $slaves[$i].bellyAccessory to "none">> + <</if>> +<</if>> + +/* MINDBREAK */ + +<<if ($slaves[$i].fetish != "mindbroken")>> + <<if $week-$slaves[$i].weekAcquired > 26>> + <<if ($slaves[$i].devotion < -50)>> + <<if ($slaves[$i].trust < -95)>> + <<if random(1,5) == 1>> + She has been used as a sexual slave for so long, and is so hopeless that her future as a slave will be anything but torment, that her mind finally slips. @@color:red;She has been irretrievably broken.@@ + <<set $slaves[$i].fetish to "mindbroken", $slaves[$i].sexualFlaw to "none", $slaves[$i].behavioralFlaw to "none">> + <</if>> + <</if>> + <</if>> + <</if>> + <<if ($slaves[$i].behavioralFlaw is "none")>> + <<if ($slaves[$i].trust < -20)>> + <<if ($slaves[$i].devotion <= 50)>> + <<if (random(1,100) > 100+$slaves[$i].trust)>> + <<set $seed to random(1,4)>> + Being so afraid so constantly drives her to find solace in + <<if $seed == 1>> + self-denial. @@color:red;She has developed anorexia.@@ + <<set $slaves[$i].behavioralFlaw to "anorexic">> + <<elseif $seed is 2>> + stress eating. @@color:red;She's now a nervous glutton.@@ + <<set $slaves[$i].behavioralFlaw to "gluttonous">> + <<elseif $seed is 3>> + the scraps of prayer and superstition she can remember from her life before she was a slave. @@color:red;She's now religious.@@ + <<set $slaves[$i].behavioralFlaw to "devout">> + <<else>> + the remnants of modern philosophy and education she can remember from her life before she was a slave. @@color:red;She feels mentally liberated.@@ + <<set $slaves[$i].behavioralFlaw to "liberated">> <</if>> <</if>> - - <<if (canTalk($slaves[$i]) == false)>> - <<if ($slaves[$i].behavioralFlaw is "bitchy")>> - If she has anything bitchy to say, @@color:green;no one can tell,@@ since she can't talk. <</if>> - <<if ($slaves[$i].behavioralQuirk is "cutting")>> - If she has anything witty to say, @@color:red;no one can tell,@@ since she can't talk. <</if>> <</if>> - - <<if $slaves[$i].breedingMark == 1>> - <<if ($slaves[$i].devotion <= -20)>> - She views the mark of the Societal Elite @@color:mediumorchid;with disgust@@ as it brands her as nothing more than your breeding bitch. - <<set $slaves[$i].devotion -= 10>> - <<elseif ($slaves[$i].devotion <= 50)>> - She bears the mark of the Societal Elite as a sign of her superiority. As such, she @@color:mediumorchid;behaves like a spoiled child@@ and tries to have everything her way. - <<set $slaves[$i].devotion -= 5>> - <<if ($slaves[$i].behavioralFlaw == "none") && ($slaves[$i].behavioralQuirk != "confident")>> - She has become @@color:red;quite arrogant.@@ - <<set $slaves[$i].behavioralFlaw = "arrogant">> - <</if>> + <<if ($slaves[$i].sexualFlaw is "none")>> + <<if ($slaves[$i].devotion < -20)>> + <<if (random(1,500) > 500+$slaves[$i].devotion)>> + <<set $seed to random(1,6)>> + Being so angry at her life as a sex slave has + <<if $seed == 1>> + driven her into @@color:red;sexual apathy.@@ + <<set $slaves[$i].sexualFlaw to "apathetic">> + <<elseif $seed is 2>> + convinced her that the conservative parts of her upbringing were right: sex is evil. @@color:red;She's now repressed.@@ + <<set $slaves[$i].sexualFlaw to "repressed">> + <<elseif $seed is 3>> + given her a dread of being nude. @@color:red;She's now shamefast.@@ + <<set $slaves[$i].sexualFlaw to "shamefast">> + <<elseif $seed is 4>> + deprived her of any motivation to keep sex appealing or even clean. @@color:red;She's now crude.@@ + <<set $slaves[$i].sexualFlaw to "crude">> + <<elseif $seed is 5>> + driven her to find refuge in high standards. @@color:red;She's now judgemental.@@ + <<set $slaves[$i].sexualFlaw to "judgemental">> <<else>> - She bears the mark of the Societal Elite @@color:hotpink;with pride.@@ It signals that she is yours, and yours alone, drawing her ever closer to her beloved owner. - <<set $slaves[$i].devotion += 10>> + convinced her that sex is only this way here. Convinced that sexual slavery is wrong, @@color:red;She's become sexually idealistic.@@ + <<set $slaves[$i].sexualFlaw to "idealistic">> <</if>> <</if>> + <</if>> + <</if>> +<</if>> - <<if ($slaves[$i].fetishKnown == 1)>> - <<if ($slaves[$i].behavioralFlaw != "none")>> - <<if ($slaves[$i].behavioralFlaw is "devout") && ($arcologies[0].FSChattelReligionist != "unset")>> - <<if ($slaves[$i].devotion <= 20)>> - <<if ($slaves[$i].trust < -20)>> - She is inwardly @@color:gold;terrified@@ by living in what she sees as a powerful theocratic society inimical to her old world faith. - <<set $slaves[$i].trust -= 1*Math.trunc($arcologies[0].FSChattelReligionist/25)>> - <<else>> - She is filled with @@color:mediumorchid;hatred and disgust@@ by Chattel Religionism, which she believes to be heretical and wrong. - <<set $slaves[$i].devotion -= 1*Math.trunc($arcologies[0].FSChattelReligionist/35)>> - <</if>> - <<elseif ($slaves[$i].devotion <= 50)>> - <<if ($slaves[$i].trust > 20)>> - She is experiencing considerable spiritual anguish as she is torn between obedience and conviction that Chattel Religionism is heretical and wrong. This @@color:gold;hinders her acceptance of her place@@ in slave society. - <<set $slaves[$i].trust -= 1*Math.trunc($arcologies[0].FSChattelReligionist/25)>> - <<else>> - She is badly torn between Chattel Religionism and her old world faith, but she is doing her best to defer these spiritual issues for now. - <</if>> - <<else>> - She has experienced a religious epiphany, and now accepts Chattel Religionism in her mind, her heart, and her <<if $slaves[$i].vagina > -1>>womanhood<<else>>anus<</if>>. @@color:green;She has become sinful,@@ maliciously eager to transgress against the faith she has abandoned. - <<set $slaves[$i].behavioralQuirk to "sinful", $slaves[$i].behavioralFlaw to "none">> - She now sees that everything she has suffered up to now has been a necessary and divinely ordained trial to bring her into the true faith as a holy sex slave, @@color:mediumaquamarine;enormously boosting her trust in you.@@ - <<if ($slaves[$i].trust < -30)>> - <<set $slaves[$i].trust = -10>> - <<else>> - <<set $slaves[$i].trust += 20>> - <</if>> +<<if (canTalk($slaves[$i]) == false)>> +<<if ($slaves[$i].behavioralFlaw is "bitchy")>> + If she has anything bitchy to say, @@color:green;no one can tell,@@ since she can't talk. +<</if>> +<<if ($slaves[$i].behavioralQuirk is "cutting")>> + If she has anything witty to say, @@color:red;no one can tell,@@ since she can't talk. +<</if>> +<</if>> + +<<if $slaves[$i].breedingMark == 1>> + <<if ($slaves[$i].devotion <= -20)>> + She views the mark of the Societal Elite @@color:mediumorchid;with disgust@@ as it brands her as nothing more than your breeding bitch. + <<set $slaves[$i].devotion -= 10>> + <<elseif ($slaves[$i].devotion <= 50)>> + She bears the mark of the Societal Elite as a sign of her superiority. As such, she @@color:mediumorchid;behaves like a spoiled child@@ and tries to have everything her way. + <<set $slaves[$i].devotion -= 5>> + <<if ($slaves[$i].behavioralFlaw == "none") && ($slaves[$i].behavioralQuirk != "confident")>> + She has become @@color:red;quite arrogant.@@ + <<set $slaves[$i].behavioralFlaw = "arrogant">> <</if>> - <<elseif ($slaves[$i].behavioralQuirk is "none")>> - <<if $slaves[$i].fetishStrength+$slaves[$i].devotion+$slaves[$i].trust > random(1,500)>> - <<if ($slaves[$i].behavioralFlaw is "arrogant")>> - <<if ($slaves[$i].fetish is "submissive")>> - Her need to submit has @@color:green;softened her arrogance into confidence.@@ - <<set $slaves[$i].behavioralQuirk to "confident">> - <<set $slaves[$i].behavioralFlaw to "none">> - <</if>> - <<elseif ($slaves[$i].behavioralFlaw is "bitchy")>> - <<if ($slaves[$i].fetish is "humiliation")>> - Her need to be humiliated has @@color:green;softened her bitchiness into a penchant for repartee.@@ - <<set $slaves[$i].behavioralQuirk to "cutting">> - <<set $slaves[$i].behavioralFlaw to "none">> - <</if>> - <<elseif ($slaves[$i].behavioralFlaw is "hates men")>> - <<if ($slaves[$i].fetish is "pregnancy")>> - She dislikes men, but fetishizes pregnancy; she comes around, and decides that @@color:green;she needs a man to knock her up.@@ - <<set $slaves[$i].behavioralQuirk to "adores men">> - <<set $slaves[$i].behavioralFlaw to "none">> - <<elseif ($slaves[$i].fetish is "boobs")>> - She dislikes men and adores boobs, which @@color:green;softens her hatred of men into a love of women.@@ - <<set $slaves[$i].behavioralQuirk to "adores women">> - <<set $slaves[$i].behavioralFlaw to "none">> - <<elseif ($slaves[$i].attrXY > 85)>> - She dislikes the company of men but likes their cocks; she learns to @@color:green;enjoy the male presence that comes with taking the dick.@@ - <<set $slaves[$i].behavioralQuirk to "adores men">> - <<set $slaves[$i].behavioralFlaw to "none">> - <<elseif ($slaves[$i].energy > 95)>> - She dislikes men and has constant needs; women are the obvious answer, which @@color:green;softens her hatred of men into a love of feminine company.@@ - <<set $slaves[$i].behavioralQuirk to "adores women">> - <<set $slaves[$i].behavioralFlaw to "none">> - <</if>> - <<elseif ($slaves[$i].behavioralFlaw is "hates women")>> - <<if ($slaves[$i].fetish is "pregnancy")>> - She dislikes women, but fetishizes pregnancy; she comes around, and decides that @@color:green;she loves pregnant girls.@@ - <<set $slaves[$i].behavioralQuirk to "adores women">> - <<set $slaves[$i].behavioralFlaw to "none">> - <<elseif ($slaves[$i].fetish is "cumslut")>> - She dislikes women and has a real oral fixation; eating dick is the obvious answer, which @@color:green;softens her hatred of women into a love of men.@@ - <<set $slaves[$i].behavioralQuirk to "adores men">> - <<set $slaves[$i].behavioralFlaw to "none">> - <<elseif ($slaves[$i].attrXX > 85)>> - She dislikes the company of women but likes fucking them; she learns to @@color:green;enjoy the feminine presence that comes with getting some pussy.@@ - <<set $slaves[$i].behavioralQuirk to "adores women">> - <<set $slaves[$i].behavioralFlaw to "none">> - <<elseif ($slaves[$i].energy > 95)>> - She dislikes women and has constant needs; men are the obvious answer, which @@color:green;softens her hatred of women into a love of maleness.@@ - <<set $slaves[$i].behavioralQuirk to "adores men">> - <<set $slaves[$i].behavioralFlaw to "none">> - <</if>> - <<elseif ($slaves[$i].behavioralFlaw is "devout")>> - <<if ($slaves[$i].energy > 95)>> - Her need for constant sex has @@color:green;softened her devoutness into an appetite for sacrilege.@@ - <<set $slaves[$i].behavioralQuirk to "sinful">> - <<set $slaves[$i].behavioralFlaw to "none">> - <</if>> - <<elseif ($slaves[$i].behavioralFlaw is "liberated")>> - <<if ($slaves[$i].fetish is "masochist")>> - Her subconscious need to be abused has@@color:green;converted her liberated philosophy into an ability to advocate for slavery.@@ - <<set $slaves[$i].behavioralQuirk to "advocate">> - <<set $slaves[$i].behavioralFlaw to "none">> - <</if>> - <</if>> + <<else>> + She bears the mark of the Societal Elite @@color:hotpink;with pride.@@ It signals that she is yours, and yours alone, drawing her ever closer to her beloved owner. + <<set $slaves[$i].devotion += 10>> + <</if>> +<</if>> + +<<if ($slaves[$i].fetishKnown == 1)>> +<<if ($slaves[$i].behavioralFlaw != "none")>> + <<if ($slaves[$i].behavioralFlaw is "devout") && ($arcologies[0].FSChattelReligionist != "unset")>> + <<if ($slaves[$i].devotion <= 20)>> + <<if ($slaves[$i].trust < -20)>> + She is inwardly @@color:gold;terrified@@ by living in what she sees as a powerful theocratic society inimical to her old world faith. + <<set $slaves[$i].trust -= 1*Math.trunc($arcologies[0].FSChattelReligionist/25)>> + <<else>> + She is filled with @@color:mediumorchid;hatred and disgust@@ by Chattel Religionism, which she believes to be heretical and wrong. + <<set $slaves[$i].devotion -= 1*Math.trunc($arcologies[0].FSChattelReligionist/35)>> <</if>> + <<elseif ($slaves[$i].devotion <= 50)>> + <<if ($slaves[$i].trust > 20)>> + She is experiencing considerable spiritual anguish as she is torn between obedience and conviction that Chattel Religionism is heretical and wrong. This @@color:gold;hinders her acceptance of her place@@ in slave society. + <<set $slaves[$i].trust -= 1*Math.trunc($arcologies[0].FSChattelReligionist/25)>> <<else>> - <<if $slaves[$i].fetishStrength+$slaves[$i].devotion+$slaves[$i].trust > random(1,500)>> - <<if ($slaves[$i].behavioralFlaw is "arrogant")>> - <<if ($slaves[$i].fetish is "submissive")>> - Her arrogance was probably a reflection of her subconscious need to submit, which is so satisfied by sexual slavery that @@color:green;she no longer needs to act arrogant.@@ - <<set $slaves[$i].behavioralFlaw to "none">> - <</if>> - <<elseif ($slaves[$i].behavioralFlaw is "bitchy")>> - <<if ($slaves[$i].fetish is "humiliation")>> - Her bitchiness was probably a reflection of her sexual need to be publicly humiliated, which is so satisfied by sexual slavery that @@color:green;she no longer needs to be insulting@@ to get the degradation she subconsciously needs. - <<set $slaves[$i].behavioralFlaw to "none">> - <</if>> - <<elseif ($slaves[$i].behavioralFlaw is "hates men")>> - <<if ($slaves[$i].fetish is "pregnancy")>> - She dislikes the company of men, but fetishizes pregnancy; she decides that men, those hunky impregnators, can't be //that// bad, and @@color:green;gets over her hatred.@@ - <<set $slaves[$i].behavioralFlaw to "none">> - <<elseif ($slaves[$i].fetish is "boobs")>> - She dislikes the company of men and adores boobs; she finds that she doesn't mind ogling titties with the boys, and @@color:green;gets over her hatred.@@ - <<set $slaves[$i].behavioralFlaw to "none">> - <<elseif ($slaves[$i].attrXY > 85)>> - She dislikes the company of men but likes their cocks; she gets used to putting up with maleness if it gets her the dick, and @@color:green;gets over her hatred.@@ - <<set $slaves[$i].behavioralFlaw to "none">> - <<elseif ($slaves[$i].energy > 95)>> - She dislikes the company of men and has constant needs; she can't afford to narrow the playing field, and @@color:green;gets over her hatred.@@ - <<set $slaves[$i].behavioralFlaw to "none">> - <</if>> - <<elseif ($slaves[$i].behavioralFlaw is "hates women")>> - <<if ($slaves[$i].fetish is "pregnancy")>> - She dislikes the company of women, but fetishizes pregnancy; that women, with their motherly hips and fertile cunts, can't be //that// bad, and @@color:green;gets over her hatred.@@ - <<set $slaves[$i].behavioralFlaw to "none">> - <<elseif ($slaves[$i].fetish is "cumslut")>> - She dislikes the company of women and has a real oral fixation; she decides that women, with their soft, kissable lips can't be //that// bad, and @@color:green;gets over her hatred.@@ - <<set $slaves[$i].behavioralFlaw to "none">> - <<elseif ($slaves[$i].attrXX > 85)>> - She dislikes the company of women but likes fucking them; she gets used to putting up with girls to get into their pants, and @@color:green;gets over her hatred.@@ - <<set $slaves[$i].behavioralFlaw to "none">> - <<elseif ($slaves[$i].energy > 95)>> - She dislikes the company of women and has constant needs; she can't afford to narrow the playing field, and @@color:green;gets over her hatred.@@ - <<set $slaves[$i].behavioralFlaw to "none">> - <</if>> - <<elseif ($slaves[$i].behavioralFlaw is "devout")>> - <<if ($slaves[$i].energy > 95)>> - She finally resolves her internal dilemma between the faith she was brought up in and her all-consuming need to be a slut by deciding that she prefers being a sinner. @@color:green;She is no longer devoutly faithful@@ to her old religion. - <<set $slaves[$i].behavioralFlaw to "none">> - <</if>> - <<elseif ($slaves[$i].behavioralFlaw is "liberated")>> - <<if ($slaves[$i].fetish is "masochist")>> - Her pre-enslavement belief that she deserves rights and respect fades in light of how much she likes being beaten and abused. @@color:green;She is no longer a modern, liberated girl,@@ and accepts her place as a sex slave as natural. - <<set $slaves[$i].behavioralFlaw to "none">> - <</if>> - <</if>> + She is badly torn between Chattel Religionism and her old world faith, but she is doing her best to defer these spiritual issues for now. <</if>> + <<else>> + She has experienced a religious epiphany, and now accepts Chattel Religionism in her mind, her heart, and her <<if $slaves[$i].vagina > -1>>womanhood<<else>>anus<</if>>. @@color:green;She has become sinful,@@ maliciously eager to transgress against the faith she has abandoned. + <<set $slaves[$i].behavioralQuirk to "sinful", $slaves[$i].behavioralFlaw to "none">> + She now sees that everything she has suffered up to now has been a necessary and divinely ordained trial to bring her into the true faith as a holy sex slave, @@color:mediumaquamarine;enormously boosting her trust in you.@@ + <<if ($slaves[$i].trust < -30)>> + <<set $slaves[$i].trust = -10>> + <<else>> + <<set $slaves[$i].trust += 20>> <</if>> <</if>> - <</if>> - - <<if ($slaves[$i].sexualFlaw != "none")>> - <<if ($slaves[$i].fetishKnown == 1)>> + <<elseif ($slaves[$i].behavioralQuirk is "none")>> <<if $slaves[$i].fetishStrength+$slaves[$i].devotion+$slaves[$i].trust > random(1,500)>> - <<if ($slaves[$i].sexualQuirk is "none")>> - <<if ($slaves[$i].sexualFlaw is "hates anal")>> - <<if ($slaves[$i].fetish is "buttslut")>> - Her sexual fascination with things entering her asshole @@color:green;softens her hatred of anal into an appetite for anal pain.@@ - <<set $slaves[$i].sexualQuirk to "painal queen", $slaves[$i].sexualFlaw to "none">> - <<elseif ($slaves[$i].energy > 95)>> - As a nymphomaniac she appreciates kinky sex, so she @@color:green;softens her hatred of anal into an appetite for anal pain.@@ - <<set $slaves[$i].sexualQuirk to "painal queen", $slaves[$i].sexualFlaw to "none">> - <</if>> - <<elseif ($slaves[$i].sexualFlaw is "hates oral")>> - <<if ($slaves[$i].fetish is "cumslut")>> - She can't get her beloved cum without choking down dick, so she @@color:green;softens her hatred of oral into a willingness to be roughly throatfucked.@@ - <<set $slaves[$i].sexualQuirk to "gagfuck queen", $slaves[$i].sexualFlaw to "none">> - <<elseif ($slaves[$i].energy > 95)>> - She needs sex so much she often has to encourage her partners orally, so she @@color:green;softens her hatred of oral into a willingness to be roughly throatfucked.@@ - <<set $slaves[$i].sexualQuirk to "gagfuck queen", $slaves[$i].sexualFlaw to "none">> - <</if>> - <<elseif ($slaves[$i].sexualFlaw is "hates penetration")>> - <<if ($slaves[$i].fetish is "buttslut")>> - Her sexual fascination with anal penetration @@color:green;softens her hatred of penetration into an appetite for abusive sex.@@ - <<set $slaves[$i].sexualQuirk to "strugglefuck queen", $slaves[$i].sexualFlaw to "none">> - <<elseif ($slaves[$i].energy > 95)>> - As a nymphomaniac she appreciates kinky sex, so she @@color:green;softens her hatred of penetration into an appetite for abusive intercourse.@@ - <<set $slaves[$i].sexualQuirk to "strugglefuck queen", $slaves[$i].sexualFlaw to "none">> - <</if>> - <<elseif ($slaves[$i].sexualFlaw is "apathetic")>> - <<if ($slaves[$i].fetish is "submissive")>> - Her subconscious drive to submit @@color:green;softens her sexual apathy into constant care for her partners' wants.@@ - <<set $slaves[$i].sexualQuirk to "caring", $slaves[$i].sexualFlaw to "none">> - <<elseif ($slaves[$i].energy > 95)>> - She needs sex so badly that she can no longer be apathetic in bed, and @@color:green;softens her sexual apathy into care for what keeps her partners aroused.@@ - <<set $slaves[$i].sexualQuirk to "caring", $slaves[$i].sexualFlaw to "none">> - <</if>> - <<elseif ($slaves[$i].sexualFlaw is "crude")>> - <<if ($slaves[$i].fetish is "buttslut")>> - She needs to avoid making unsexy noises during buttsex to be an appealing enough anal partner to satisfy her backdoor needs, @@color:green;softening her crudeness into a willingness to do anything.@@ - <<set $slaves[$i].sexualQuirk to "unflinching", $slaves[$i].sexualFlaw to "none">> - <<elseif ($slaves[$i].energy > 95)>> - She needs sex so badly that she can no longer afford to disgust partners, and @@color:green;softens her sexual crudeness into a willingness to do anything.@@ - <<set $slaves[$i].sexualQuirk to "unflinching", $slaves[$i].sexualFlaw to "none">> - <</if>> - <<elseif ($slaves[$i].sexualFlaw is "judgemental")>> + <<if ($slaves[$i].behavioralFlaw is "arrogant")>> <<if ($slaves[$i].fetish is "submissive")>> - Her subconscious belief that she's worthless @@color:green;softens her judgemental behavior into eagerness to be fucked by the biggest cocks.@@ - <<set $slaves[$i].sexualQuirk to "size queen", $slaves[$i].sexualFlaw to "none">> - <<elseif ($slaves[$i].energy > 95)>> - She needs sex so badly that she can no longer be selective, and @@color:green;softens her judgemental behavior into a love of big dicks, though she now loves them all.@@ - <<set $slaves[$i].sexualQuirk to "size queen", $slaves[$i].sexualFlaw to "none">> + Her need to submit has @@color:green;softened her arrogance into confidence.@@ + <<set $slaves[$i].behavioralQuirk to "confident">> + <<set $slaves[$i].behavioralFlaw to "none">> <</if>> - <<elseif ($slaves[$i].sexualFlaw is "shamefast")>> + <<elseif ($slaves[$i].behavioralFlaw is "bitchy")>> <<if ($slaves[$i].fetish is "humiliation")>> - She decides that hiding won't get her the humiliation she craves, and @@color:green;softens her shamefastness into a willingness to tease.@@ - <<set $slaves[$i].sexualQuirk to "tease", $slaves[$i].sexualFlaw to "none">> - <<elseif ($slaves[$i].energy > 95)>> - She decides that hiding isn't getting her enough sex, and @@color:green;softens her shamefastness into a willingness to tease.@@ - <<set $slaves[$i].sexualQuirk to "tease", $slaves[$i].sexualFlaw to "none">> + Her need to be humiliated has @@color:green;softened her bitchiness into a penchant for repartee.@@ + <<set $slaves[$i].behavioralQuirk to "cutting">> + <<set $slaves[$i].behavioralFlaw to "none">> <</if>> - <<elseif ($slaves[$i].sexualFlaw is "idealistic")>> - <<if ($slaves[$i].fetish is "submissive")>> - Her appetite for submission has @@color:green;softened her innocent ideas about sex into an ability to find romance@@ in the life of a sex slave. - <<set $slaves[$i].sexualQuirk to "romantic", $slaves[$i].sexualFlaw to "none">> + <<elseif ($slaves[$i].behavioralFlaw is "hates men")>> + <<if ($slaves[$i].fetish is "pregnancy")>> + She dislikes men, but fetishizes pregnancy; she comes around, and decides that @@color:green;she needs a man to knock her up.@@ + <<set $slaves[$i].behavioralQuirk to "adores men">> + <<set $slaves[$i].behavioralFlaw to "none">> + <<elseif ($slaves[$i].fetish is "boobs")>> + She dislikes men and adores boobs, which @@color:green;softens her hatred of men into a love of women.@@ + <<set $slaves[$i].behavioralQuirk to "adores women">> + <<set $slaves[$i].behavioralFlaw to "none">> + <<elseif ($slaves[$i].attrXY > 85)>> + She dislikes the company of men but likes their cocks; she learns to @@color:green;enjoy the male presence that comes with taking the dick.@@ + <<set $slaves[$i].behavioralQuirk to "adores men">> + <<set $slaves[$i].behavioralFlaw to "none">> <<elseif ($slaves[$i].energy > 95)>> - Her appetite for sex has @@color:green;softened her innocent ideas about sex into an ability to find something romantic@@ in a constant whirl of intercourse. - <<set $slaves[$i].sexualQuirk to "romantic", $slaves[$i].sexualFlaw to "none">> + She dislikes men and has constant needs; women are the obvious answer, which @@color:green;softens her hatred of men into a love of feminine company.@@ + <<set $slaves[$i].behavioralQuirk to "adores women">> + <<set $slaves[$i].behavioralFlaw to "none">> <</if>> - <<elseif ($slaves[$i].sexualFlaw is "repressed")>> - <<if ($slaves[$i].fetish is "buttslut")>> - She grew up being taught that good girls do not take cock up their good girl anuses, but she's just now decided she prefers being a bad girl and has @@color:green;softened her repression into arousal at the perversion@@ of dicks up her behind. - <<set $slaves[$i].sexualQuirk to "perverted", $slaves[$i].sexualFlaw to "none">> + <<elseif ($slaves[$i].behavioralFlaw is "hates women")>> + <<if ($slaves[$i].fetish is "pregnancy")>> + She dislikes women, but fetishizes pregnancy; she comes around, and decides that @@color:green;she loves pregnant girls.@@ + <<set $slaves[$i].behavioralQuirk to "adores women">> + <<set $slaves[$i].behavioralFlaw to "none">> <<elseif ($slaves[$i].fetish is "cumslut")>> - She grew up being taught that good girls do not put their good girl mouths on boys' private parts, but she's just now decided she prefers being a bad girl and has @@color:green;softened her repression into arousal at the perverted@@ idea of dicks down her throat. - <<set $slaves[$i].sexualQuirk to "perverted", $slaves[$i].sexualFlaw to "none">> + She dislikes women and has a real oral fixation; eating dick is the obvious answer, which @@color:green;softens her hatred of women into a love of men.@@ + <<set $slaves[$i].behavioralQuirk to "adores men">> + <<set $slaves[$i].behavioralFlaw to "none">> + <<elseif ($slaves[$i].attrXX > 85)>> + She dislikes the company of women but likes fucking them; she learns to @@color:green;enjoy the feminine presence that comes with getting some pussy.@@ + <<set $slaves[$i].behavioralQuirk to "adores women">> + <<set $slaves[$i].behavioralFlaw to "none">> <<elseif ($slaves[$i].energy > 95)>> - She grew up being taught that good girls do not happily fuck anything that moves, but she's just now decided she prefers being a bad girl and has @@color:green;softened her repression into arousal at the perversion@@ of revelling in sexual addiction. - <<set $slaves[$i].sexualQuirk to "perverted", $slaves[$i].sexualFlaw to "none">> + She dislikes women and has constant needs; men are the obvious answer, which @@color:green;softens her hatred of women into a love of maleness.@@ + <<set $slaves[$i].behavioralQuirk to "adores men">> + <<set $slaves[$i].behavioralFlaw to "none">> + <</if>> + <<elseif ($slaves[$i].behavioralFlaw is "devout")>> + <<if ($slaves[$i].energy > 95)>> + Her need for constant sex has @@color:green;softened her devoutness into an appetite for sacrilege.@@ + <<set $slaves[$i].behavioralQuirk to "sinful">> + <<set $slaves[$i].behavioralFlaw to "none">> + <</if>> + <<elseif ($slaves[$i].behavioralFlaw is "liberated")>> + <<if ($slaves[$i].fetish is "masochist")>> + Her subconscious need to be abused has@@color:green;converted her liberated philosophy into an ability to advocate for slavery.@@ + <<set $slaves[$i].behavioralQuirk to "advocate">> + <<set $slaves[$i].behavioralFlaw to "none">> <</if>> <</if>> + <</if>> <<else>> - <<if ($slaves[$i].sexualFlaw is "hates anal")>> - <<if ($slaves[$i].fetish is "buttslut")>> - Her sexual fascination with things entering her asshole overcomes her professed hatred of anal, so @@color:green;her previous hesitations about buttsex vanish.@@ - <<set $slaves[$i].sexualFlaw to "none">> - <<elseif ($slaves[$i].energy > 95)>> - As a nymphomaniac she doesn't really care which hole she's getting fucked in, so @@color:green;her previous hesitations about buttsex vanish.@@ - <<set $slaves[$i].sexualFlaw to "none">> + <<if $slaves[$i].fetishStrength+$slaves[$i].devotion+$slaves[$i].trust > random(1,500)>> + <<if ($slaves[$i].behavioralFlaw is "arrogant")>> + <<if ($slaves[$i].fetish is "submissive")>> + Her arrogance was probably a reflection of her subconscious need to submit, which is so satisfied by sexual slavery that @@color:green;she no longer needs to act arrogant.@@ + <<set $slaves[$i].behavioralFlaw to "none">> <</if>> - <<elseif ($slaves[$i].sexualFlaw is "hates oral")>> - <<if ($slaves[$i].fetish is "cumslut")>> - She can't get her beloved cum without sucking, so @@color:green;she forcibly overcomes her strong gag reflex.@@ - <<set $slaves[$i].sexualFlaw to "none">> - <<elseif ($slaves[$i].energy > 95)>> - She needs sex so much she often has to encourage her partners orally, so @@color:green;she forcibly overcomes her strong gag reflex.@@ - <<set $slaves[$i].sexualFlaw to "none">> + <<elseif ($slaves[$i].behavioralFlaw is "bitchy")>> + <<if ($slaves[$i].fetish is "humiliation")>> + Her bitchiness was probably a reflection of her sexual need to be publicly humiliated, which is so satisfied by sexual slavery that @@color:green;she no longer needs to be insulting@@ to get the degradation she subconsciously needs. + <<set $slaves[$i].behavioralFlaw to "none">> <</if>> - <<elseif ($slaves[$i].sexualFlaw is "hates penetration")>> - <<if ($slaves[$i].fetish is "buttslut")>> - She's fascinated with the perversity of being anally penetrated, so @@color:green;her previous hesitations about getting fucked vanish.@@ - <<set $slaves[$i].sexualFlaw to "none">> + <<elseif ($slaves[$i].behavioralFlaw is "hates men")>> + <<if ($slaves[$i].fetish is "pregnancy")>> + She dislikes the company of men, but fetishizes pregnancy; she decides that men, those hunky impregnators, can't be //that// bad, and @@color:green;gets over her hatred.@@ + <<set $slaves[$i].behavioralFlaw to "none">> + <<elseif ($slaves[$i].fetish is "boobs")>> + She dislikes the company of men and adores boobs; she finds that she doesn't mind ogling titties with the boys, and @@color:green;gets over her hatred.@@ + <<set $slaves[$i].behavioralFlaw to "none">> + <<elseif ($slaves[$i].attrXY > 85)>> + She dislikes the company of men but likes their cocks; she gets used to putting up with maleness if it gets her the dick, and @@color:green;gets over her hatred.@@ + <<set $slaves[$i].behavioralFlaw to "none">> <<elseif ($slaves[$i].energy > 95)>> - She needs sex like she needs air, so @@color:green;her previous hesitations about getting fucked vanish.@@ - <<set $slaves[$i].sexualFlaw to "none">> + She dislikes the company of men and has constant needs; she can't afford to narrow the playing field, and @@color:green;gets over her hatred.@@ + <<set $slaves[$i].behavioralFlaw to "none">> <</if>> - <<elseif ($slaves[$i].sexualFlaw is "apathetic")>> - <<if ($slaves[$i].fetish is "dom")>> - She likes being on top so much @@color:green;she can no longer bear being lazy in bed.@@ - <<set $slaves[$i].sexualFlaw to "none">> + <<elseif ($slaves[$i].behavioralFlaw is "hates women")>> + <<if ($slaves[$i].fetish is "pregnancy")>> + She dislikes the company of women, but fetishizes pregnancy; that women, with their motherly hips and fertile cunts, can't be //that// bad, and @@color:green;gets over her hatred.@@ + <<set $slaves[$i].behavioralFlaw to "none">> + <<elseif ($slaves[$i].fetish is "cumslut")>> + She dislikes the company of women and has a real oral fixation; she decides that women, with their soft, kissable lips can't be //that// bad, and @@color:green;gets over her hatred.@@ + <<set $slaves[$i].behavioralFlaw to "none">> + <<elseif ($slaves[$i].attrXX > 85)>> + She dislikes the company of women but likes fucking them; she gets used to putting up with girls to get into their pants, and @@color:green;gets over her hatred.@@ + <<set $slaves[$i].behavioralFlaw to "none">> <<elseif ($slaves[$i].energy > 95)>> - She needs sex so badly that @@color:green;she can no longer afford to wait apathetically for others to fuck her.@@ - <<set $slaves[$i].sexualFlaw to "none">> + She dislikes the company of women and has constant needs; she can't afford to narrow the playing field, and @@color:green;gets over her hatred.@@ + <<set $slaves[$i].behavioralFlaw to "none">> <</if>> - <<elseif ($slaves[$i].sexualFlaw is "crude")>> + <<elseif ($slaves[$i].behavioralFlaw is "devout")>> <<if ($slaves[$i].energy > 95)>> - She needs sex so badly that @@color:green;she can no longer afford to disgust partners into abandoning intercourse.@@ - <<set $slaves[$i].sexualFlaw to "none">> + She finally resolves her internal dilemma between the faith she was brought up in and her all-consuming need to be a slut by deciding that she prefers being a sinner. @@color:green;She is no longer devoutly faithful@@ to her old religion. + <<set $slaves[$i].behavioralFlaw to "none">> <</if>> - <<elseif ($slaves[$i].sexualFlaw is "judgemental")>> - <<if ($slaves[$i].energy > 95)>> - She needs sex so badly that @@color:green;she can no longer afford to turn potential partners off by judging them.@@ - <<set $slaves[$i].sexualFlaw to "none">> - <</if>> - <<elseif ($slaves[$i].sexualFlaw is "shamefast")>> - <<if ($slaves[$i].fetish is "humiliation")>> - Her shamefastness is no longer anything but a pretense; @@color:green;she's decided she really does like getting fucked in public.@@ - <<set $slaves[$i].sexualFlaw to "none">> - <<elseif ($slaves[$i].energy > 95)>> - She needs sex so badly that @@color:green;she can no longer afford to be embarrassed by public fucking.@@ - <<set $slaves[$i].sexualFlaw to "none">> - <</if>> - <<elseif ($slaves[$i].sexualFlaw is "idealistic")>> - <<if ($slaves[$i].fetish is "submissive")>> - She always expected to be able to turn down sex, but @@color:green;she's finally realized that she doesn't want to be asked.@@ - <<set $slaves[$i].sexualFlaw to "none">> - <<elseif ($slaves[$i].energy > 95)>> - Hard as it is for her to admit, she recognizes her own willingness to take sex from other slaves if it isn't forthcoming, and @@color:green;accepts that a slave nympho can't worry about trifles like consent.@@ - <<set $slaves[$i].sexualFlaw to "none">> - <</if>> - <<elseif ($slaves[$i].sexualFlaw is "repressed")>> - <<if ($slaves[$i].fetish is "buttslut")>> - She grew up being taught that good girls do not take cock up their good girl anuses, but @@color:green;she's just now decided she prefers being a bad girl.@@ - <<set $slaves[$i].sexualFlaw to "none">> - <<elseif ($slaves[$i].fetish is "cumslut")>> - She grew up being taught that good girls do not put their good girl mouths on boys' private parts, but @@color:green;she's just now decided she prefers being a bad girl.@@ - <<set $slaves[$i].sexualFlaw to "none">> - <<elseif ($slaves[$i].energy > 95)>> - She grew up being taught that good girls do not happily fuck anything that moves, but @@color:green;she's just now decided she prefers being a bad girl.@@ - <<set $slaves[$i].sexualFlaw to "none">> + <<elseif ($slaves[$i].behavioralFlaw is "liberated")>> + <<if ($slaves[$i].fetish is "masochist")>> + Her pre-enslavement belief that she deserves rights and respect fades in light of how much she likes being beaten and abused. @@color:green;She is no longer a modern, liberated girl,@@ and accepts her place as a sex slave as natural. + <<set $slaves[$i].behavioralFlaw to "none">> <</if>> <</if>> <</if>> <</if>> +<</if>> +<</if>> + +<<if ($slaves[$i].sexualFlaw != "none")>> +<<if ($slaves[$i].fetishKnown == 1)>> +<<if $slaves[$i].fetishStrength+$slaves[$i].devotion+$slaves[$i].trust > random(1,500)>> +<<if ($slaves[$i].sexualQuirk is "none")>> + <<if ($slaves[$i].sexualFlaw is "hates anal")>> + <<if ($slaves[$i].fetish is "buttslut")>> + Her sexual fascination with things entering her asshole @@color:green;softens her hatred of anal into an appetite for anal pain.@@ + <<set $slaves[$i].sexualQuirk to "painal queen", $slaves[$i].sexualFlaw to "none">> + <<elseif ($slaves[$i].energy > 95)>> + As a nymphomaniac she appreciates kinky sex, so she @@color:green;softens her hatred of anal into an appetite for anal pain.@@ + <<set $slaves[$i].sexualQuirk to "painal queen", $slaves[$i].sexualFlaw to "none">> + <</if>> + <<elseif ($slaves[$i].sexualFlaw is "hates oral")>> + <<if ($slaves[$i].fetish is "cumslut")>> + She can't get her beloved cum without choking down dick, so she @@color:green;softens her hatred of oral into a willingness to be roughly throatfucked.@@ + <<set $slaves[$i].sexualQuirk to "gagfuck queen", $slaves[$i].sexualFlaw to "none">> + <<elseif ($slaves[$i].energy > 95)>> + She needs sex so much she often has to encourage her partners orally, so she @@color:green;softens her hatred of oral into a willingness to be roughly throatfucked.@@ + <<set $slaves[$i].sexualQuirk to "gagfuck queen", $slaves[$i].sexualFlaw to "none">> + <</if>> + <<elseif ($slaves[$i].sexualFlaw is "hates penetration")>> + <<if ($slaves[$i].fetish is "buttslut")>> + Her sexual fascination with anal penetration @@color:green;softens her hatred of penetration into an appetite for abusive sex.@@ + <<set $slaves[$i].sexualQuirk to "strugglefuck queen", $slaves[$i].sexualFlaw to "none">> + <<elseif ($slaves[$i].energy > 95)>> + As a nymphomaniac she appreciates kinky sex, so she @@color:green;softens her hatred of penetration into an appetite for abusive intercourse.@@ + <<set $slaves[$i].sexualQuirk to "strugglefuck queen", $slaves[$i].sexualFlaw to "none">> + <</if>> + <<elseif ($slaves[$i].sexualFlaw is "apathetic")>> + <<if ($slaves[$i].fetish is "submissive")>> + Her subconscious drive to submit @@color:green;softens her sexual apathy into constant care for her partners' wants.@@ + <<set $slaves[$i].sexualQuirk to "caring", $slaves[$i].sexualFlaw to "none">> + <<elseif ($slaves[$i].energy > 95)>> + She needs sex so badly that she can no longer be apathetic in bed, and @@color:green;softens her sexual apathy into care for what keeps her partners aroused.@@ + <<set $slaves[$i].sexualQuirk to "caring", $slaves[$i].sexualFlaw to "none">> + <</if>> + <<elseif ($slaves[$i].sexualFlaw is "crude")>> + <<if ($slaves[$i].fetish is "buttslut")>> + She needs to avoid making unsexy noises during buttsex to be an appealing enough anal partner to satisfy her backdoor needs, @@color:green;softening her crudeness into a willingness to do anything.@@ + <<set $slaves[$i].sexualQuirk to "unflinching", $slaves[$i].sexualFlaw to "none">> + <<elseif ($slaves[$i].energy > 95)>> + She needs sex so badly that she can no longer afford to disgust partners, and @@color:green;softens her sexual crudeness into a willingness to do anything.@@ + <<set $slaves[$i].sexualQuirk to "unflinching", $slaves[$i].sexualFlaw to "none">> + <</if>> + <<elseif ($slaves[$i].sexualFlaw is "judgemental")>> + <<if ($slaves[$i].fetish is "submissive")>> + Her subconscious belief that she's worthless @@color:green;softens her judgemental behavior into eagerness to be fucked by the biggest cocks.@@ + <<set $slaves[$i].sexualQuirk to "size queen", $slaves[$i].sexualFlaw to "none">> + <<elseif ($slaves[$i].energy > 95)>> + She needs sex so badly that she can no longer be selective, and @@color:green;softens her judgemental behavior into a love of big dicks, though she now loves them all.@@ + <<set $slaves[$i].sexualQuirk to "size queen", $slaves[$i].sexualFlaw to "none">> + <</if>> + <<elseif ($slaves[$i].sexualFlaw is "shamefast")>> + <<if ($slaves[$i].fetish is "humiliation")>> + She decides that hiding won't get her the humiliation she craves, and @@color:green;softens her shamefastness into a willingness to tease.@@ + <<set $slaves[$i].sexualQuirk to "tease", $slaves[$i].sexualFlaw to "none">> + <<elseif ($slaves[$i].energy > 95)>> + She decides that hiding isn't getting her enough sex, and @@color:green;softens her shamefastness into a willingness to tease.@@ + <<set $slaves[$i].sexualQuirk to "tease", $slaves[$i].sexualFlaw to "none">> + <</if>> + <<elseif ($slaves[$i].sexualFlaw is "idealistic")>> + <<if ($slaves[$i].fetish is "submissive")>> + Her appetite for submission has @@color:green;softened her innocent ideas about sex into an ability to find romance@@ in the life of a sex slave. + <<set $slaves[$i].sexualQuirk to "romantic", $slaves[$i].sexualFlaw to "none">> + <<elseif ($slaves[$i].energy > 95)>> + Her appetite for sex has @@color:green;softened her innocent ideas about sex into an ability to find something romantic@@ in a constant whirl of intercourse. + <<set $slaves[$i].sexualQuirk to "romantic", $slaves[$i].sexualFlaw to "none">> + <</if>> + <<elseif ($slaves[$i].sexualFlaw is "repressed")>> + <<if ($slaves[$i].fetish is "buttslut")>> + She grew up being taught that good girls do not take cock up their good girl anuses, but she's just now decided she prefers being a bad girl and has @@color:green;softened her repression into arousal at the perversion@@ of dicks up her behind. + <<set $slaves[$i].sexualQuirk to "perverted", $slaves[$i].sexualFlaw to "none">> + <<elseif ($slaves[$i].fetish is "cumslut")>> + She grew up being taught that good girls do not put their good girl mouths on boys' private parts, but she's just now decided she prefers being a bad girl and has @@color:green;softened her repression into arousal at the perverted@@ idea of dicks down her throat. + <<set $slaves[$i].sexualQuirk to "perverted", $slaves[$i].sexualFlaw to "none">> + <<elseif ($slaves[$i].energy > 95)>> + She grew up being taught that good girls do not happily fuck anything that moves, but she's just now decided she prefers being a bad girl and has @@color:green;softened her repression into arousal at the perversion@@ of revelling in sexual addiction. + <<set $slaves[$i].sexualQuirk to "perverted", $slaves[$i].sexualFlaw to "none">> + <</if>> + <</if>> +<<else>> + <<if ($slaves[$i].sexualFlaw is "hates anal")>> + <<if ($slaves[$i].fetish is "buttslut")>> + Her sexual fascination with things entering her asshole overcomes her professed hatred of anal, so @@color:green;her previous hesitations about buttsex vanish.@@ + <<set $slaves[$i].sexualFlaw to "none">> + <<elseif ($slaves[$i].energy > 95)>> + As a nymphomaniac she doesn't really care which hole she's getting fucked in, so @@color:green;her previous hesitations about buttsex vanish.@@ + <<set $slaves[$i].sexualFlaw to "none">> + <</if>> + <<elseif ($slaves[$i].sexualFlaw is "hates oral")>> + <<if ($slaves[$i].fetish is "cumslut")>> + She can't get her beloved cum without sucking, so @@color:green;she forcibly overcomes her strong gag reflex.@@ + <<set $slaves[$i].sexualFlaw to "none">> + <<elseif ($slaves[$i].energy > 95)>> + She needs sex so much she often has to encourage her partners orally, so @@color:green;she forcibly overcomes her strong gag reflex.@@ + <<set $slaves[$i].sexualFlaw to "none">> + <</if>> + <<elseif ($slaves[$i].sexualFlaw is "hates penetration")>> + <<if ($slaves[$i].fetish is "buttslut")>> + She's fascinated with the perversity of being anally penetrated, so @@color:green;her previous hesitations about getting fucked vanish.@@ + <<set $slaves[$i].sexualFlaw to "none">> + <<elseif ($slaves[$i].energy > 95)>> + She needs sex like she needs air, so @@color:green;her previous hesitations about getting fucked vanish.@@ + <<set $slaves[$i].sexualFlaw to "none">> + <</if>> + <<elseif ($slaves[$i].sexualFlaw is "apathetic")>> + <<if ($slaves[$i].fetish is "dom")>> + She likes being on top so much @@color:green;she can no longer bear being lazy in bed.@@ + <<set $slaves[$i].sexualFlaw to "none">> + <<elseif ($slaves[$i].energy > 95)>> + She needs sex so badly that @@color:green;she can no longer afford to wait apathetically for others to fuck her.@@ + <<set $slaves[$i].sexualFlaw to "none">> + <</if>> + <<elseif ($slaves[$i].sexualFlaw is "crude")>> + <<if ($slaves[$i].energy > 95)>> + She needs sex so badly that @@color:green;she can no longer afford to disgust partners into abandoning intercourse.@@ + <<set $slaves[$i].sexualFlaw to "none">> + <</if>> + <<elseif ($slaves[$i].sexualFlaw is "judgemental")>> + <<if ($slaves[$i].energy > 95)>> + She needs sex so badly that @@color:green;she can no longer afford to turn potential partners off by judging them.@@ + <<set $slaves[$i].sexualFlaw to "none">> + <</if>> + <<elseif ($slaves[$i].sexualFlaw is "shamefast")>> + <<if ($slaves[$i].fetish is "humiliation")>> + Her shamefastness is no longer anything but a pretense; @@color:green;she's decided she really does like getting fucked in public.@@ + <<set $slaves[$i].sexualFlaw to "none">> + <<elseif ($slaves[$i].energy > 95)>> + She needs sex so badly that @@color:green;she can no longer afford to be embarrassed by public fucking.@@ + <<set $slaves[$i].sexualFlaw to "none">> + <</if>> + <<elseif ($slaves[$i].sexualFlaw is "idealistic")>> + <<if ($slaves[$i].fetish is "submissive")>> + She always expected to be able to turn down sex, but @@color:green;she's finally realized that she doesn't want to be asked.@@ + <<set $slaves[$i].sexualFlaw to "none">> + <<elseif ($slaves[$i].energy > 95)>> + Hard as it is for her to admit, she recognizes her own willingness to take sex from other slaves if it isn't forthcoming, and @@color:green;accepts that a slave nympho can't worry about trifles like consent.@@ + <<set $slaves[$i].sexualFlaw to "none">> + <</if>> + <<elseif ($slaves[$i].sexualFlaw is "repressed")>> + <<if ($slaves[$i].fetish is "buttslut")>> + She grew up being taught that good girls do not take cock up their good girl anuses, but @@color:green;she's just now decided she prefers being a bad girl.@@ + <<set $slaves[$i].sexualFlaw to "none">> + <<elseif ($slaves[$i].fetish is "cumslut")>> + She grew up being taught that good girls do not put their good girl mouths on boys' private parts, but @@color:green;she's just now decided she prefers being a bad girl.@@ + <<set $slaves[$i].sexualFlaw to "none">> + <<elseif ($slaves[$i].energy > 95)>> + She grew up being taught that good girls do not happily fuck anything that moves, but @@color:green;she's just now decided she prefers being a bad girl.@@ + <<set $slaves[$i].sexualFlaw to "none">> + <</if>> <</if>> +<</if>> +<</if>> +<</if>> - /* PARAPHILIA IMPACTS */ +/* PARAPHILIA IMPACTS */ - <<switch $slaves[$i].sexualFlaw>> - <<case "cum addict">> - <<if $slaves[$i].fetish != "cumslut">> - <<if $slaves[$i].fetishStrength > 60>> - Her cum addiction @@color:pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@color:mediumorchid;some anguish.@@ - <<set $slaves[$i].fetishStrength -= 5>> - <<set $slaves[$i].devotion -= 3>> - <<else>> - Her cum addiction @@color:lightcoral;forces her back towards oral fixation.@@ - <<set $slaves[$i].fetish = "cumslut">> - <</if>> - <<else>> - <<if $slaves[$i].fetishStrength <= 95>> - Her cum addiction @@color:lightcoral;forces her back towards her past life as an abject cumslut.@@ - <<set $slaves[$i].fetishStrength += 5>> - <<set $slaves[$i].devotion -= 3>> - <</if>> - <</if>> - <<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel") || ($slaves[$i].assignment is "serve in the club") || ($slaves[$i].assignment is "work a glory hole") || ($slaves[$i].assignment is "be confined in the arcade")>> - Her paraphilia is satisfied by how many dicks she gets to suck at work. - <<elseif $slaves[$i].inflation != 0 && $slaves[$i].inflationType == "cum">> - Her paraphilia is satisfied by swelling her body with cum. - <<elseif $slaves[$i].diet == "cum">> - Her paraphilia is satisfied by what she gets to eat. - <<elseif $feeder != 0>> - Her paraphilia is satisfied by the way she gets to eat. - <<elseif ($slaves[$i].assignment is "work in the dairy") && ($dairyFeedersSetting > 0)>> - <<else>> - She doesn't seem to feel she's getting enough cum, leaving the cum addict @@color:mediumorchid;depressed and anxious.@@ - <<set $slaves[$i].devotion -= 2>> - <</if>> - <<case "anal addict">> - <<if $slaves[$i].fetish != "buttslut">> - <<if $slaves[$i].fetishStrength > 60>> - Her anal addiction @@color:pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@color:mediumorchid;some anguish.@@ - <<set $slaves[$i].fetishStrength -= 5>> - <<set $slaves[$i].devotion -= 3>> - <<else>> - Her anal addiction @@color:lightcoral;forces her back towards an intense preference for buttsex.@@ - <<set $slaves[$i].fetish = "buttslut">> - <</if>> - <<else>> - <<if $slaves[$i].fetishStrength <= 95>> - Her anal addiction @@color:lightcoral;forces her back towards her past life as an abject buttslut.@@ - <<set $slaves[$i].fetishStrength += 5>> - <<set $slaves[$i].devotion -= 3>> - <</if>> - <</if>> - <<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel") || ($slaves[$i].assignment is "serve in the club") || ($slaves[$i].assignment is "work a glory hole") || ($slaves[$i].assignment is "be confined in the arcade")>> - Her paraphilia is satisfied by how many dicks get shoved up her butt at work. - <<elseif $suppository != 0>> - Her paraphilia is satisfied by the way she gets to take medication. - <<elseif $slaves[$i].buttplug is "huge plug" || $slaves[$i].buttplug is "long, huge plug">> - Her paraphilia is satisfied by the enormous plug she wears in her ass. - <<elseif ($slaves[$i].assignment is "work in the dairy") && ($dairyStimulatorsSetting > 0)>> - <<else>> - She doesn't seem to feel she's getting buttfucked often enough, leaving the anal addict @@color:mediumorchid;depressed and anxious.@@ - <<set $slaves[$i].devotion -= 2>> - <</if>> - <<case "attention whore">> - <<if $slaves[$i].fetish != "humiliation">> - <<if $slaves[$i].fetishStrength > 60>> - Being an attention whore @@color:pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@color:mediumorchid;some anguish.@@ - <<set $slaves[$i].fetishStrength -= 5>> - <<set $slaves[$i].devotion -= 3>> - <<else>> - Her addiction to exposure @@color:lightcoral;forces her back towards a humiliation fetish.@@ - <<set $slaves[$i].fetish = "humiliation">> - <</if>> +<<switch $slaves[$i].sexualFlaw>> +<<case "cum addict">> + <<if $slaves[$i].fetish != "cumslut">> + <<if $slaves[$i].fetishStrength > 60>> + Her cum addiction @@color:pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@color:mediumorchid;some anguish.@@ + <<set $slaves[$i].fetishStrength -= 5>> + <<set $slaves[$i].devotion -= 3>> <<else>> - <<if $slaves[$i].fetishStrength <= 95>> - Her addiction to exposure @@color:lightcoral;forces her back towards her past life as an abject humiliation whore.@@ - <<set $slaves[$i].fetishStrength += 5>> - <<set $slaves[$i].devotion -= 3>> - <</if>> + Her cum addiction @@color:lightcoral;forces her back towards oral fixation.@@ + <<set $slaves[$i].fetish = "cumslut">> <</if>> - <<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel") || ($slaves[$i].assignment is "serve in the club")>> - Her paraphilia is satisfied by how often she gets publicly fucked at work. - <<elseif $slaves[$i].clothes is "none">> - Her paraphilia is satisfied by her total nudity. - <<else>> - She doesn't seem to feel she's getting fucked in public enough, leaving the attention whore @@color:mediumorchid;depressed and anxious.@@ - <<set $slaves[$i].devotion -= 2>> - <</if>> - <<case "breast growth">> - <<if $slaves[$i].fetish != "boobs">> - <<if $slaves[$i].fetishStrength > 60>> - Being a breast expansion fanatic @@color:pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@color:mediumorchid;some anguish.@@ - <<set $slaves[$i].fetishStrength -= 5>> - <<set $slaves[$i].devotion -= 3>> - <<else>> - Her addiction to breast growth @@color:lightcoral;forces her back towards a boob fetish.@@ - <<set $slaves[$i].fetish = "boobs">> - <</if>> - <<else>> - <<if $slaves[$i].fetishStrength <= 95>> - Her addiction to breast growth @@color:lightcoral;forces her back towards her past life as an abject slut for mammary intercourse.@@ - <<set $slaves[$i].fetishStrength += 5>> - <<set $slaves[$i].devotion -= 3>> - <</if>> + <<else>> + <<if $slaves[$i].fetishStrength <= 95>> + Her cum addiction @@color:lightcoral;forces her back towards her past life as an abject cumslut.@@ + <<set $slaves[$i].fetishStrength += 5>> + <<set $slaves[$i].devotion -= 3>> <</if>> - <<if ($slaves[$i].assignment is "get milked") || ($slaves[$i].assignment is "work in the dairy")>> - Her paraphilia is satisfied by her work as a cow; she can feel her udders swelling with milk. - <<elseif $slaves[$i].health < 0>> - Her paraphilia is ameliorated by her poor health; she knows she can't take expansion right now. - <<elseif $slaves[$i].drugs is "breast injections">> - Her paraphilia makes breast injections very satisfying for her. - <<elseif $slaves[$i].drugs is "hyper breast injections">> - Her paraphilia makes hyper breast injections extremely satisfying for her. - <<else>> - She feels her breasts are shrinking horribly, leaving the growth addict @@color:mediumorchid;depressed and anxious.@@ - <<set $slaves[$i].devotion -= 2>> - <</if>> - <<case "abusive">> - <<if $slaves[$i].fetish != "dom">> - <<if $slaves[$i].fetishStrength > 60>> - Being addicted to sexually abusing others @@color:pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@color:mediumorchid;some anguish.@@ - <<set $slaves[$i].fetishStrength -= 5>> - <<set $slaves[$i].devotion -= 3>> - <<else>> - Her addiction to sexual force @@color:lightcoral;forces her back towards sexual dominance.@@ - <<set $slaves[$i].fetish = "dom">> - <</if>> + <</if>> + <<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel") || ($slaves[$i].assignment is "serve in the club") || ($slaves[$i].assignment is "work a glory hole") || ($slaves[$i].assignment is "be confined in the arcade")>> + Her paraphilia is satisfied by how many dicks she gets to suck at work. + <<elseif $slaves[$i].inflation != 0 && $slaves[$i].inflationType == "cum">> + Her paraphilia is satisfied by swelling her body with cum. + <<elseif $slaves[$i].diet == "cum">> + Her paraphilia is satisfied by what she gets to eat. + <<elseif $feeder != 0>> + Her paraphilia is satisfied by the way she gets to eat. + <<elseif ($slaves[$i].assignment is "work in the dairy") && ($dairyFeedersSetting > 0)>> + <<else>> + She doesn't seem to feel she's getting enough cum, leaving the cum addict @@color:mediumorchid;depressed and anxious.@@ + <<set $slaves[$i].devotion -= 2>> + <</if>> +<<case "anal addict">> + <<if $slaves[$i].fetish != "buttslut">> + <<if $slaves[$i].fetishStrength > 60>> + Her anal addiction @@color:pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@color:mediumorchid;some anguish.@@ + <<set $slaves[$i].fetishStrength -= 5>> + <<set $slaves[$i].devotion -= 3>> <<else>> - <<if $slaves[$i].fetishStrength <= 95>> - Her need to force others to pleasure her @@color:lightcoral;forces her back towards her past life as a total dom.@@ - <<set $slaves[$i].fetishStrength += 5>> - <<set $slaves[$i].devotion -= 3>> - <</if>> + Her anal addiction @@color:lightcoral;forces her back towards an intense preference for buttsex.@@ + <<set $slaves[$i].fetish = "buttslut">> <</if>> - <<if ($slaves[$i].assignment is "be your Head Girl")>> - Her paraphilia is satisfied by her work as your Head Girl. - <<elseif ($slaves[$i].assignment is "be the Wardeness")>> - Her paraphilia is satisfied by her work as your Wardeness. - <<else>> - She gets few chances to indulge her need to hold others down as she fucks them, leaving her @@color:mediumorchid;depressed and anxious.@@ - <<set $slaves[$i].devotion -= 2>> - <</if>> - <<case "malicious">> - <<if $slaves[$i].fetish != "sadist">> - <<if $slaves[$i].fetishStrength > 60>> - Being addicted to others' sexual anguish @@color:pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@color:mediumorchid;some anguish.@@ - <<set $slaves[$i].fetishStrength -= 5>> - <<set $slaves[$i].devotion -= 3>> - <<else>> - Her addiction to tormenting others sexually @@color:lightcoral;forces her back towards sadism.@@ - <<set $slaves[$i].fetish = "sadist">> - <</if>> - <<else>> - <<if $slaves[$i].fetishStrength <= 95>> - Her need to be the only one enjoying sex @@color:lightcoral;forces her back towards her past life as a complete sexual sadist.@@ - <<set $slaves[$i].fetishStrength += 5>> - <<set $slaves[$i].devotion -= 3>> - <</if>> + <<else>> + <<if $slaves[$i].fetishStrength <= 95>> + Her anal addiction @@color:lightcoral;forces her back towards her past life as an abject buttslut.@@ + <<set $slaves[$i].fetishStrength += 5>> + <<set $slaves[$i].devotion -= 3>> <</if>> - <<if ($slaves[$i].assignment is "be your Head Girl")>> - Her paraphilia is satisfied by her work as your Head Girl. - <<elseif ($slaves[$i].assignment is "be the Wardeness")>> - Her paraphilia is satisfied by her work as your Wardeness. - <<else>> - She gets few chances to indulge her need to subject others to sexual anguish, leaving her @@color:mediumorchid;depressed and anxious.@@ - <<set $slaves[$i].devotion -= 2>> - <</if>> - <<case "self hating">> - <<if $slaves[$i].fetish != "masochist">> - <<if $slaves[$i].fetishStrength > 60>> - Her sexual self hatred @@color:pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@color:mediumorchid;some anguish.@@ - <<set $slaves[$i].fetishStrength -= 5>> - <<set $slaves[$i].devotion -= 3>> - <<else>> - Her sexual self hatred @@color:lightcoral;forces her back towards masochism.@@ - <<set $slaves[$i].fetish = "masochist">> - <</if>> + <</if>> + <<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel") || ($slaves[$i].assignment is "serve in the club") || ($slaves[$i].assignment is "work a glory hole") || ($slaves[$i].assignment is "be confined in the arcade")>> + Her paraphilia is satisfied by how many dicks get shoved up her butt at work. + <<elseif $suppository != 0>> + Her paraphilia is satisfied by the way she gets to take medication. + <<elseif $slaves[$i].buttplug is "huge plug" || $slaves[$i].buttplug is "long, huge plug">> + Her paraphilia is satisfied by the enormous plug she wears in her ass. + <<elseif ($slaves[$i].assignment is "work in the dairy") && ($dairyStimulatorsSetting > 0)>> + <<else>> + She doesn't seem to feel she's getting buttfucked often enough, leaving the anal addict @@color:mediumorchid;depressed and anxious.@@ + <<set $slaves[$i].devotion -= 2>> + <</if>> +<<case "attention whore">> + <<if $slaves[$i].fetish != "humiliation">> + <<if $slaves[$i].fetishStrength > 60>> + Being an attention whore @@color:pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@color:mediumorchid;some anguish.@@ + <<set $slaves[$i].fetishStrength -= 5>> + <<set $slaves[$i].devotion -= 3>> <<else>> - <<if $slaves[$i].fetishStrength <= 95>> - Her sexual self hatred @@color:lightcoral;forces her back towards her past life as a total masochist.@@ - <<set $slaves[$i].fetishStrength += 5>> - <<set $slaves[$i].devotion -= 3>> - <</if>> + Her addiction to exposure @@color:lightcoral;forces her back towards a humiliation fetish.@@ + <<set $slaves[$i].fetish = "humiliation">> <</if>> - <<if ($slaves[$i].assignment is "work in the dairy") && ($dairyRestraintsSetting >= 2)>> - Her paraphilia is satisfied by her horrible life as a producer of useful fluids and a receptacle for machine rape. - <<elseif ($slaves[$i].assignment is "work a glory hole") || ($slaves[$i].assignment is "be confined in the arcade")>> - Her paraphilia is satisfied by her horrible life as a helpless hole for an infinite bag of dicks. - <<elseif $slaves[$i].trust < -50>> - Her paraphilia is satisfied by her constant terror. - <<else>> - She doesn't seem to feel she's treated poorly enough, leaving the self hating slut @@color:mediumorchid;depressed and anxious.@@ - <<set $slaves[$i].devotion -= 2>> - <</if>> - <<case "neglectful">> - <<if $slaves[$i].fetish != "submissive">> - <<if $slaves[$i].fetishStrength > 60>> - Her sexual self neglect @@color:pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@color:mediumorchid;some anguish.@@ - <<set $slaves[$i].fetishStrength -= 5>> - <<set $slaves[$i].devotion -= 3>> - <<else>> - Her sexual self neglect @@color:lightcoral;forces her back towards submissiveness.@@ - <<set $slaves[$i].fetish = "submissive">> - <</if>> - <<else>> - <<if $slaves[$i].fetishStrength <= 95>> - Her sexual self neglect @@color:lightcoral;forces her back towards her past life as a total submissive.@@ - <<set $slaves[$i].fetishStrength += 5>> - <<set $slaves[$i].devotion -= 3>> - <</if>> + <<else>> + <<if $slaves[$i].fetishStrength <= 95>> + Her addiction to exposure @@color:lightcoral;forces her back towards her past life as an abject humiliation whore.@@ + <<set $slaves[$i].fetishStrength += 5>> + <<set $slaves[$i].devotion -= 3>> <</if>> - <<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel") || ($slaves[$i].assignment is "serve in the club") || ($slaves[$i].assignment is "work a glory hole") || ($slaves[$i].assignment is "be confined in the arcade")>> - Her paraphilia is satisfied by how she's expected to serve others' sexual needs at work. - <<elseif $slaves[$i].assignment is "be a subordinate slave">> - Her paraphilia is satisfied by how she's expected to serve other slaves' sexual needs. - <<else>> - She doesn't seem to feel she's serving others' sexual needs enough, leaving her @@color:mediumorchid;depressed and anxious.@@ - <<set $slaves[$i].devotion -= 2>> - <</if>> - <<case "breeder">> - <<if $slaves[$i].fetish != "pregnancy">> - <<if $slaves[$i].fetishStrength > 60>> - Her breeding obsession @@color:pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@color:mediumorchid;some anguish.@@ - <<set $slaves[$i].fetishStrength -= 5>> - <<set $slaves[$i].devotion -= 3>> - <<else>> - Her breeding obsession @@color:lightcoral;forces her back towards appreciation for impregnation.@@ - <<set $slaves[$i].fetish = "pregnancy">> - <</if>> + <</if>> + <<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel") || ($slaves[$i].assignment is "serve in the club")>> + Her paraphilia is satisfied by how often she gets publicly fucked at work. + <<elseif $slaves[$i].clothes is "none">> + Her paraphilia is satisfied by her total nudity. + <<else>> + She doesn't seem to feel she's getting fucked in public enough, leaving the attention whore @@color:mediumorchid;depressed and anxious.@@ + <<set $slaves[$i].devotion -= 2>> + <</if>> +<<case "breast growth">> + <<if $slaves[$i].fetish != "boobs">> + <<if $slaves[$i].fetishStrength > 60>> + Being a breast expansion fanatic @@color:pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@color:mediumorchid;some anguish.@@ + <<set $slaves[$i].fetishStrength -= 5>> + <<set $slaves[$i].devotion -= 3>> <<else>> - <<if $slaves[$i].fetishStrength <= 95>> - Her breeding obsession @@color:lightcoral;forces her back towards her past life as an abject impregnation whore.@@ - <<set $slaves[$i].fetishStrength += 5>> - <<set $slaves[$i].devotion -= 3>> - <</if>> + Her addiction to breast growth @@color:lightcoral;forces her back towards a boob fetish.@@ + <<set $slaves[$i].fetish = "boobs">> <</if>> - <<if $arcologies[0].FSRestart != "unset">> - Living in a society that rejects her paraphilia @@color:mediumorchid;mentally and emotionally cripples@@ her. - <<set $slaves[$i].devotion -= 10>> - <<elseif $arcologies[0].FSRepopulationFocus != "unset">> - Living in a society that glorifies her paraphilia @@color:hotpink;leaves her in perpetual ectasy.@@ - <<set $slaves[$i].devotion += 5>> - <<elseif $slaves[$i].pregType >= 50 && $slaves[$i].preg > 0>> - She knows she will be pregnant until her body gives out, and @@color:hotpink;she couldn't be happier.@@ - <<set $slaves[$i].devotion += 5>> - <<elseif $slaves[$i].pregType >= 10 && $slaves[$i].preg > 0>> - Her growing hyperpregnancy feeds her paraphilia and @@color:hotpink;fulfilling her deepest fantasies.@@ - <<set $slaves[$i].devotion += 3>> - <<elseif $slaves[$i].preg > 0>> - Her paraphilia is satisfied by her pregnancy. - <<elseif $fakeBellies.contains($bellyAccessory)>> - She @@color:mediumorchid;loathes@@ being forced to carry a fake pregnancy. + <<else>> + <<if $slaves[$i].fetishStrength <= 95>> + Her addiction to breast growth @@color:lightcoral;forces her back towards her past life as an abject slut for mammary intercourse.@@ + <<set $slaves[$i].fetishStrength += 5>> <<set $slaves[$i].devotion -= 3>> - <<else>> - She isn't pregnant, leaving the breeder slut @@color:mediumorchid;depressed and anxious.@@ - <<set $slaves[$i].devotion -= 2>> <</if>> - <</switch>> - <</if>> - <<if ($slaves[$i].assignment is "get milked") || ($slaves[$i].assignment is "work in the dairy")>> - <<if ($slaves[$i].fetish != "mindbroken")>> - <<if ($slaves[$i].lactation > 0)>> - <<if ($slaves[$i].fetishStrength <= 95)>> - <<if ($slaves[$i].fetish != "boobs")>> - <<if $fetishChangeChance > random(0,100)>> - Since she has had her lactating nipples constantly caressed by the milkers, @@color:lightcoral;she begins to appreciate nipple stimulation in a new way.@@ - <<set $slaves[$i].fetish to "boobs", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> - <</if>> - <<elseif ($slaves[$i].fetish is "boobs") && ($slaves[$i].fetishStrength <= 95)>> - Since she has had her lactating nipples constantly caressed by the milkers, @@color:lightcoral;she sinks deeper into sexual reliance on nipple stimulation.@@ - <<set $slaves[$i].fetishStrength += 4>> - <</if>> - <</if>> - <</if>> - <<if ($slaves[$i].balls > 0)>> - <<if ($slaves[$i].fetishStrength <= 95)>> - <<if ($slaves[$i].fetish != "buttslut")>> - <<if $fetishChangeChance > random(0,100)>> - Since she has had her prostate constantly stimulated to encourage her to give cum, @@color:lightcoral;she begins to look forward to anal penetration.@@ - <<set $slaves[$i].fetish to "buttslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> + Her paraphilia is satisfied by her work as a cow; she can feel her udders swelling with milk. + <<elseif $slaves[$i].health < 0>> + Her paraphilia is ameliorated by her poor health; she knows she can't take expansion right now. + <<elseif $slaves[$i].drugs is "breast injections">> + Her paraphilia makes breast injections very satisfying for her. + <<elseif $slaves[$i].drugs is "hyper breast injections">> + Her paraphilia makes hyper breast injections extremely satisfying for her. + <<else>> + She feels her breasts are shrinking horribly, leaving the growth addict @@color:mediumorchid;depressed and anxious.@@ + <<set $slaves[$i].devotion -= 2>> + <</if>> +<<case "abusive">> + <<if $slaves[$i].fetish != "dom">> + <<if $slaves[$i].fetishStrength > 60>> + Being addicted to sexually abusing others @@color:pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@color:mediumorchid;some anguish.@@ + <<set $slaves[$i].fetishStrength -= 5>> + <<set $slaves[$i].devotion -= 3>> + <<else>> + Her addiction to sexual force @@color:lightcoral;forces her back towards sexual dominance.@@ + <<set $slaves[$i].fetish = "dom">> <</if>> - <<elseif ($slaves[$i].fetish is "buttslut") && ($slaves[$i].fetishStrength <= 95)>> - Since she has had her prostate constantly stimulated to encourage her to give cum, @@color:lightcoral;she sinks deeper into sexual reliance on penetration of her butthole.@@ - <<set $slaves[$i].fetishStrength += 4>> + <<else>> + <<if $slaves[$i].fetishStrength <= 95>> + Her need to force others to pleasure her @@color:lightcoral;forces her back towards her past life as a total dom.@@ + <<set $slaves[$i].fetishStrength += 5>> + <<set $slaves[$i].devotion -= 3>> <</if>> + <</if>> + <<if ($slaves[$i].assignment is "be your Head Girl")>> + Her paraphilia is satisfied by her work as your Head Girl. + <<elseif ($slaves[$i].assignment is "be the Wardeness")>> + Her paraphilia is satisfied by her work as your Wardeness. + <<else>> + She gets few chances to indulge her need to hold others down as she fucks them, leaving her @@color:mediumorchid;depressed and anxious.@@ + <<set $slaves[$i].devotion -= 2>> + <</if>> +<<case "malicious">> + <<if $slaves[$i].fetish != "sadist">> + <<if $slaves[$i].fetishStrength > 60>> + Being addicted to others' sexual anguish @@color:pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@color:mediumorchid;some anguish.@@ + <<set $slaves[$i].fetishStrength -= 5>> + <<set $slaves[$i].devotion -= 3>> + <<else>> + Her addiction to tormenting others sexually @@color:lightcoral;forces her back towards sadism.@@ + <<set $slaves[$i].fetish = "sadist">> <</if>> + <<else>> + <<if $slaves[$i].fetishStrength <= 95>> + Her need to be the only one enjoying sex @@color:lightcoral;forces her back towards her past life as a complete sexual sadist.@@ + <<set $slaves[$i].fetishStrength += 5>> + <<set $slaves[$i].devotion -= 3>> <</if>> <</if>> - <</if>> - - <<if $slaves[$i].fetish != "mindbroken">> - - <<if $slaves[$i].energy > 95>> - <<if $slaves[$i].attrKnown == 1>> - <<if ($slaves[$i].devotion < -20)>> - She's having trouble accepting it, but the sex surrounding her @@color:hotpink;is intriguing to a nymphomaniac.@@ - <<set $slaves[$i].devotion += 2>> - <<elseif ($slaves[$i].devotion <= 50)>> - @@color:hotpink;Her acceptance of her life as a sex slave is driven faster@@ by how satisfied she is by the availability of her favorite activity. - <<set $slaves[$i].devotion += 2>> + <<if ($slaves[$i].assignment is "be your Head Girl")>> + Her paraphilia is satisfied by her work as your Head Girl. + <<elseif ($slaves[$i].assignment is "be the Wardeness")>> + Her paraphilia is satisfied by her work as your Wardeness. <<else>> - She loves being a nympho slut. @@color:hotpink;She loves being your nympho slut.@@ - <<set $slaves[$i].devotion += 2>> + She gets few chances to indulge her need to subject others to sexual anguish, leaving her @@color:mediumorchid;depressed and anxious.@@ + <<set $slaves[$i].devotion -= 2>> <</if>> +<<case "self hating">> + <<if $slaves[$i].fetish != "masochist">> + <<if $slaves[$i].fetishStrength > 60>> + Her sexual self hatred @@color:pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@color:mediumorchid;some anguish.@@ + <<set $slaves[$i].fetishStrength -= 5>> + <<set $slaves[$i].devotion -= 3>> + <<else>> + Her sexual self hatred @@color:lightcoral;forces her back towards masochism.@@ + <<set $slaves[$i].fetish = "masochist">> + <</if>> + <<else>> + <<if $slaves[$i].fetishStrength <= 95>> + Her sexual self hatred @@color:lightcoral;forces her back towards her past life as a total masochist.@@ + <<set $slaves[$i].fetishStrength += 5>> + <<set $slaves[$i].devotion -= 3>> + <</if>> <</if>> + <<if ($slaves[$i].assignment is "work in the dairy") && ($dairyRestraintsSetting >= 2)>> + Her paraphilia is satisfied by her horrible life as a producer of useful fluids and a receptacle for machine rape. + <<elseif ($slaves[$i].assignment is "work a glory hole") || ($slaves[$i].assignment is "be confined in the arcade")>> + Her paraphilia is satisfied by her horrible life as a helpless hole for an infinite bag of dicks. + <<elseif $slaves[$i].trust < -50>> + Her paraphilia is satisfied by her constant terror. + <<else>> + She doesn't seem to feel she's treated poorly enough, leaving the self hating slut @@color:mediumorchid;depressed and anxious.@@ + <<set $slaves[$i].devotion -= 2>> <</if>> - <<if $slaves[$i].fetishStrength <= 95>> - <<if ($slaves[$i].heels == 1)>> - <<if ($slaves[$i].shoes != "heels") && ($slaves[$i].shoes != "boots") && ($slaves[$i].shoes != "extreme heels")>> +<<case "neglectful">> <<if $slaves[$i].fetish != "submissive">> - <<if $fetishChangeChance > random(0,100)>> - Living as a sex slave on all fours @@color:lightcoral;turns her into a sexual submissive.@@ - <<set $slaves[$i].fetish to "submissive", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> - <</if>> - <<elseif ($slaves[$i].fetish is "submissive") && ($slaves[$i].fetishStrength <= 95)>> - Living as a sex slave on all fours @@color:lightcoral;pushes her deeper into submission.@@ - <<set $slaves[$i].fetishStrength += 4>> - <</if>> - <</if>> - <</if>> - <</if>> - - <<if $slaves[$i].career is "a slave">> - She has been a slave so long that she can barely remember making decisions for herself, and @@color:hotpink;feels naturally drawn@@ to her <<if $PC.title == 1>>Master<<else>>Mistress<</if>>. - <<set $slaves[$i].devotion += 1>> - <<elseif $slaves[$i].career is "a breeder">> - <<if $slaves[$i].preg > 1 && $arcologies[0].FSRepopulation != "unset">> - Her life used to revolve around being pregnant all the time, and nothing has changed. However, being surrounded with happy, heavily pregnant women leaves her @@color:hotpink;slightly more accepting@@ of her fate and @@color:mediumaquamarine;hopeful@@ that her trained body will be useful to you. - <<set $slaves[$i].trust += 1, $slaves[$i].devotion += 1>> - <<elseif $slaves[$i].preg > 1>> - Her life used to revolve around being pregnant all the time, and nothing has changed. She @@color:gold;fears@@ that her entire life will revolve around pregnancy and @@color:hotpink;slips more into submission@@ of her fate. - <<set $slaves[$i].trust -= 1, $slaves[$i].devotion += 1>> - <<else>> - She remembers how her womb used to be swollen with children as often as possible, and is @@color:hotpink;thankful@@ and @@color:mediumaquamarine;grateful@@ that she isn't just meat to fuck pregnant anymore. - <<set $slaves[$i].trust += 1, $slaves[$i].devotion += 1>> - <</if>> - <<elseif $slaves[$i].career is "a bioreactor">> - She remembers what it was like to be a living, breathing, milk-jetting,<<if isFertile($slaves[$i]) && ($dairyPregUpgrade > 0)>> baby-filled,<</if>><<if ($slaves[$i].balls != 0)>> cum-squirting,<</if>> drug-filled piece of industrial equipment, and is @@color:hotpink;thankful@@ and @@color:mediumaquamarine;grateful@@ that she isn't any more. - <<set $slaves[$i].trust += 1, $slaves[$i].devotion += 1>> - <<elseif $slaves[$i].career is "a Futanari Sister">> - <<if $masterSuiteUpgradeLuxury is 2>> - <<if $slaves[$i].assignment is "serve in the master suite">> - She knows that $masterSuiteName features a fuckpit much like the one she spent years enjoying as a Futanari Sister, and @@color:hotpink;does her best@@ to be a good girl in the hope you'll send her there someday. - <<set $slaves[$i].devotion += 1>> + <<if $slaves[$i].fetishStrength > 60>> + Her sexual self neglect @@color:pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@color:mediumorchid;some anguish.@@ + <<set $slaves[$i].fetishStrength -= 5>> + <<set $slaves[$i].devotion -= 3>> <<else>> - As a former Futanari Sister, the fuckpit in $masterSuiteName feels like home to her, and she has @@color:mediumaquamarine;no desire to ever leave.@@ - <<set $slaves[$i].trust += 1>> - <</if>> + Her sexual self neglect @@color:lightcoral;forces her back towards submissiveness.@@ + <<set $slaves[$i].fetish = "submissive">> <</if>> <<else>> - <<if $slaves[$i].trust >= -50>> - <<if $gratefulCareers.contains($slaves[$i].career)>> - <<set $slaves[$i].trust += 1>> - She remembers how hard her life was before she was a slave, and - <<if $slaves[$i].trust > 50>> - @@color:mediumaquamarine;trusts you a bit more@@ for improving it. - <<elseif $slaves[$i].trust > -20>> - @@color:mediumaquamarine;trusts you a bit more@@ because of it. - <<else>> - @@color:mediumaquamarine;fears you a little less@@ because of it. - <</if>> - <</if>> - <</if>> - <<if $slaves[$i].devotion >= -50>> - <<if $menialCareers.contains($slaves[$i].career)>> - <<set $slaves[$i].devotion += 1>> - She took orders a lot before she was a slave, and is subconsciously - <<if $slaves[$i].trust > 50>> - @@color:hotpink;a little more eager to obey.@@ - <<elseif $slaves[$i].trust > -20>> - @@color:hotpink;a little quicker to obey.@@ - <<else>> - @@color:hotpink;a bit less resistant@@ to commands. - <</if>> - <</if>> + <<if $slaves[$i].fetishStrength <= 95>> + Her sexual self neglect @@color:lightcoral;forces her back towards her past life as a total submissive.@@ + <<set $slaves[$i].fetishStrength += 5>> + <<set $slaves[$i].devotion -= 3>> <</if>> <</if>> - - <</if>> /* CLOSES MINDBROKEN CHECK */ - - <<if ($slaves[$i].brand != 0)>> - <<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel") || ($slaves[$i].assignment is "serve in the club")>> - Since she is in public, your brand against the $slaves[$i].skin skin of her $slaves[$i].brandLocation @@color:green;slightly increases your reputation@@ as a slaveowner. - <<set $repGain += 5>> + <<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel") || ($slaves[$i].assignment is "serve in the club") || ($slaves[$i].assignment is "work a glory hole") || ($slaves[$i].assignment is "be confined in the arcade")>> + Her paraphilia is satisfied by how she's expected to serve others' sexual needs at work. + <<elseif $slaves[$i].assignment is "be a subordinate slave">> + Her paraphilia is satisfied by how she's expected to serve other slaves' sexual needs. + <<else>> + She doesn't seem to feel she's serving others' sexual needs enough, leaving her @@color:mediumorchid;depressed and anxious.@@ + <<set $slaves[$i].devotion -= 2>> + <</if>> +<<case "breeder">> + <<if $slaves[$i].fetish != "pregnancy">> + <<if $slaves[$i].fetishStrength > 60>> + Her breeding obsession @@color:pink;disinterests her in her current fetish,@@ and the conflict of sexual identity causes her @@color:mediumorchid;some anguish.@@ + <<set $slaves[$i].fetishStrength -= 5>> + <<set $slaves[$i].devotion -= 3>> + <<else>> + Her breeding obsession @@color:lightcoral;forces her back towards appreciation for impregnation.@@ + <<set $slaves[$i].fetish = "pregnancy">> <</if>> - <<if $rep > 10000>> - The brand is considered a minor enhancement to her beauty since you are very well known. - <<elseif $rep < 5000>> - The brand is considered a minor blemish on her beauty since you are not well known. + <<else>> + <<if $slaves[$i].fetishStrength <= 95>> + Her breeding obsession @@color:lightcoral;forces her back towards her past life as an abject impregnation whore.@@ + <<set $slaves[$i].fetishStrength += 5>> + <<set $slaves[$i].devotion -= 3>> <</if>> <</if>> + <<if $arcologies[0].FSRestart != "unset">> + Living in a society that rejects her paraphilia @@color:mediumorchid;mentally and emotionally cripples@@ her. + <<set $slaves[$i].devotion -= 10>> + <<elseif $arcologies[0].FSRepopulationFocus != "unset">> + Living in a society that glorifies her paraphilia @@color:hotpink;leaves her in perpetual ectasy.@@ + <<set $slaves[$i].devotion += 5>> + <<elseif $slaves[$i].pregType >= 50 && $slaves[$i].preg > 0>> + She knows she will be pregnant until her body gives out, and @@color:hotpink;she couldn't be happier.@@ + <<set $slaves[$i].devotion += 5>> + <<elseif $slaves[$i].pregType >= 10 && $slaves[$i].preg > 0>> + Her growing hyperpregnancy feeds her paraphilia and @@color:hotpink;fulfilling her deepest fantasies.@@ + <<set $slaves[$i].devotion += 3>> + <<elseif $slaves[$i].preg > 0>> + Her paraphilia is satisfied by her pregnancy. + <<elseif $fakeBellies.contains($bellyAccessory)>> + She @@color:mediumorchid;loathes@@ being forced to carry a fake pregnancy. + <<set $slaves[$i].devotion -= 3>> + <<else>> + She isn't pregnant, leaving the breeder slut @@color:mediumorchid;depressed and anxious.@@ + <<set $slaves[$i].devotion -= 2>> + <</if>> +<</switch>> - <<if $FSAnnounced > 0>> +<</if>> - <<set $pornFameBonus to 1>> - <<if $studio == 1>> - <<if $slaves[$i].pornFameSpending >= 0>> - <<set $pornFameBonus += 0.2 + ($slaves[$i].pornFameSpending/10000)>> - <<if ($slaves[$i].pornFameSpending >= 4000)>> - Her near-ubiquitous presence in arcology pornography greatly increases her impact on society. - <<elseif ($slaves[$i].pornFameSpending >= 2000)>> - Her presence in arcology pornography increases her impact on society. - <<else>> - Her occasional presence in arcology pornography slightly increases her impact on society. - <</if>> +<<if ($slaves[$i].assignment is "get milked") || ($slaves[$i].assignment is "work in the dairy")>> +<<if ($slaves[$i].fetish != "mindbroken")>> + <<if ($slaves[$i].lactation > 0)>> + <<if ($slaves[$i].fetishStrength <= 95)>> + <<if ($slaves[$i].fetish != "boobs")>> + <<if $fetishChangeChance > random(0,100)>> + Since she has had her lactating nipples constantly caressed by the milkers, @@color:lightcoral;she begins to appreciate nipple stimulation in a new way.@@ + <<set $slaves[$i].fetish to "boobs", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> <</if>> + <<elseif ($slaves[$i].fetish is "boobs") && ($slaves[$i].fetishStrength <= 95)>> + Since she has had her lactating nipples constantly caressed by the milkers, @@color:lightcoral;she sinks deeper into sexual reliance on nipple stimulation.@@ + <<set $slaves[$i].fetishStrength += 4>> <</if>> - - <<if $arcologies[0].FSPaternalist != "unset" || $arcologies[0].FSDegradationist != "unset" || $arcologies[0].FSBodyPurist != "unset">> - <<modScore $slaves[$i]>> <</if>> - - <<if $arcologies[0].FSSupremacist != "unset">> - <<if ($slaves[$i].race is $arcologies[0].FSSupremacistRace)>> - <<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel") || ($slaves[$i].assignment is "serve in the club") || ($slaves[$i].assignment is "work a glory hole") || ($slaves[$i].assignment is "be confined in the arcade")>> - <<if $arcologies[0].FSSupremacist >= $FSLockinLevel*0.6>> - Society @@color:red;strongly disapproves@@ of your keeping a slave of the $arcologies[0].FSSupremacistRace race in a degrading, public role; this also holds back acceptance of $arcologies[0].FSSupremacistRace superiority. - <<elseif $arcologies[0].FSSupremacist >= $FSLockinLevel*0.3>> - Society @@color:red;disapproves@@ of your keeping a slave of the $arcologies[0].FSSupremacistRace race in a degrading, public role; this also holds back acceptance of $arcologies[0].FSSupremacistRace superiority. - <<else>> - Society @@color:red;mildly disapproves@@ of your keeping a slave of the $arcologies[0].FSSupremacistRace race in a degrading, public role; this also holds back acceptance of $arcologies[0].FSSupremacistRace superiority. - <</if>> - <<set $repGain -= $FSSingleSlaveRep*2*($arcologies[0].FSSupremacist/$FSLockinLevel), $arcologies[0].FSSupremacist -= 0.1*$FSSingleSlaveRep*$pornFameBonus>> - <<elseif ($slaves[$i].assignment is "be your Head Girl")>> - Society @@color:green;strongly approves@@ of your keeping a slave of the $arcologies[0].FSSupremacistRace race in a position of leadership as your head girl, advancing the notion that those of the $arcologies[0].FSSupremacistRace race should be in positions of authority over others. - <<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSSupremacist/$FSLockinLevel), $arcologies[0].FSSupremacist += 0.05*$FSSingleSlaveRep*$pornFameBonus>> - <<elseif ($slaves[$i].assignment is "recruit girls")>> - Society @@color:green;strongly approves@@ of your keeping a slave of the $arcologies[0].FSSupremacistRace race in a position of leadership as your recruiter, advancing the notion that it is only natural that those of the $arcologies[0].FSSupremacistRace race should lead the charge in enslaving others. - <<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSSupremacist/$FSLockinLevel), $arcologies[0].FSSupremacist += 0.05*$FSSingleSlaveRep*$pornFameBonus>> - <<elseif ($slaves[$i].assignment is "be your concubine")>> - Society @@color:green;strongly approves@@ of your keeping a slave of the $arcologies[0].FSSupremacistRace race in a position of importance as your concubine, advancing the notion that the most favoured of your bedslaves should naturally be of the $arcologies[0].FSSupremacistRace race. - <<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSSupremacist/$FSLockinLevel), $arcologies[0].FSSupremacist += 0.05*$FSSingleSlaveRep*$pornFameBonus>> - /* Code contributed by Anon1888 */ - <<else>> - Society does not disapprove of your keeping a slave of the $arcologies[0].FSSupremacistRace race, since she is not in a publicly degrading role. - <</if>> - <<if $slaves[$i].preg > 0>> - <<if $slaves[$i].pregSource > 0>> - <<for $j to 0; $j < $slaves.length; $j++>> - <<if $slaves[$i].pregSource == $slaves[$j].ID>> - <<if $slaves[$i].race != $slaves[$j].race>> - Society @@color:red;strongly disapproves@@ of your allowing a pure $arcologies[0].FSSupremacistRace slave to be miscegenated by $slaves[$j].slaveName. - <<set $repGain -= $FSSingleSlaveRep*2*($arcologies[0].FSSupremacist/$FSLockinLevel), $arcologies[0].FSSupremacist -= 0.1*$FSSingleSlaveRep*$pornFameBonus>> - <<else>> - Society @@color:green;strongly approves@@ of your using slave breeders like $slaves[$i].slaveName to propogate the $arcologies[0].FSSupremacistRace race. - <<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSSupremacist/$FSLockinLevel), $arcologies[0].FSSupremacist += 0.05*$FSSingleSlaveRep*$pornFameBonus>> - <</if>> - <<break>> - <</if>> - <</for>> - <</if>> - <</if>> - <<else>> - <<if $arcologies[0].FSSupremacist >= $FSLockinLevel*0.5>> - Society @@color:green;approves@@ of your keeping a slave of an inferior race; this also advances $arcologies[0].FSSupremacistRace superiority. - <<else>> - Society @@color:green;mildly approves@@ of your keeping a slave of an inferior race; this also advances $arcologies[0].FSSupremacistRace superiority. - <</if>> - <<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSSupremacist/$FSLockinLevel), $arcologies[0].FSSupremacist += 0.05*$FSSingleSlaveRep*$pornFameBonus>> - <</if>> <</if>> - - <<if $arcologies[0].FSSubjugationist != "unset">> - <<if ($slaves[$i].race is $arcologies[0].FSSubjugationistRace)>> - <<if $arcologies[0].FSSubjugationist >= $FSLockinLevel*0.5>> - Society @@color:green;approves@@ of your keeping a slave of the subject $arcologies[0].FSSubjugationistRace race; this also advances $arcologies[0].FSSubjugationistRace inferiority. - <<else>> - Society @@color:green;mildly approves@@ of your keeping a slave of the subject $arcologies[0].FSSubjugationistRace race; this also advances $arcologies[0].FSSubjugationistRace inferiority. - <</if>> - <<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSSubjugationist/$FSLockinLevel), $arcologies[0].FSSubjugationist += 0.05*$FSSingleSlaveRep*$pornFameBonus>> - <<if $slaves[$i].ovaries == 0>> - <<if $slaves[$i].balls == 0>> - Society @@color:green;mildly approves@@ of $slaves[$i].slaveName <<if $slaves[$i].balls == 0>>sterilization<<else>>gelding<</if>>, which ensures that she will not propogate the $arcologies[0].FSSubjugationistRace race. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSYouthPreferentialist/$FSLockinLevel)*((30-$slaves[$i].age)/5), $arcologies[0].FSYouthPreferentialist += 0.025*$FSSingleSlaveRep*$pornFameBonus*((30-$slaves[$i].age)/5)>> - <</if>> - <</if>> - <<else>> - <<if $slaves[$i].preg > 0>> - <<if $slaves[$i].pregSource > 0>> - <<for $j to 0; $j < $slaves.length; $j++>> - <<if $slaves[$i].pregSource == $slaves[$j].ID>> - <<if $slaves[$j].race is $arcologies[0].FSSubjugationistRace>> - Society @@color:red;strongly disapproves@@ of your allowing $slaves[$j].slaveName to be miscegenated by a $arcologies[0].FSSubjugationistRace subhuman like $slaves[$i].slaveName. - <<set $repGain -= $FSSingleSlaveRep*2*($arcologies[0].FSSupremacist/$FSLockinLevel), $arcologies[0].FSSupremacist -= 0.1*$FSSingleSlaveRep*$pornFameBonus>> - <</if>> - <<break>> - <</if>> - <</for>> - <</if>> - <</if>> - <</if>> + <<if ($slaves[$i].balls > 0)>> + <<if ($slaves[$i].fetishStrength <= 95)>> + <<if ($slaves[$i].fetish != "buttslut")>> + <<if $fetishChangeChance > random(0,100)>> + Since she has had her prostate constantly stimulated to encourage her to give cum, @@color:lightcoral;she begins to look forward to anal penetration.@@ + <<set $slaves[$i].fetish to "buttslut", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 10>> <</if>> - - <<if $arcologies[0].FSYouthPreferentialist != "unset">> - <<if ($slaves[$i].visualAge < 30)>> - Society @@color:green;mildly approves@@ of $slaves[$i].slaveName's youthful body; she furthers the fashion for young slaves. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSYouthPreferentialist/$FSLockinLevel)*((30-$slaves[$i].visualAge)/5), $arcologies[0].FSYouthPreferentialist += 0.025*$FSSingleSlaveRep*$pornFameBonus*((30-$slaves[$i].visualAge)/5)>> - <</if>> - <<elseif $arcologies[0].FSMaturityPreferentialist != "unset">> - <<if ($slaves[$i].visualAge >= 30)>> - Society @@color:green;mildly approves@@ of $slaves[$i].slaveName's mature body; she furthers the fashion for older ladies. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSMaturityPreferentialist/$FSLockinLevel)*(($slaves[$i].visualAge-25)/5), $arcologies[0].FSMaturityPreferentialist += 0.025*$FSSingleSlaveRep*$pornFameBonus*(($slaves[$i].visualAge-25)/5)>> - <</if>> + <<elseif ($slaves[$i].fetish is "buttslut") && ($slaves[$i].fetishStrength <= 95)>> + Since she has had her prostate constantly stimulated to encourage her to give cum, @@color:lightcoral;she sinks deeper into sexual reliance on penetration of her butthole.@@ + <<set $slaves[$i].fetishStrength += 4>> <</if>> - - <<if $arcologies[0].FSGenderRadicalist != "unset">> - <<if ($slaves[$i].balls > 0) && ($slaves[$i].hormones > 0)>> - Society @@color:green;mildly approves@@ of your heavy hormonal feminization of $slaves[$i].slaveName; this advances public interest in girls with soft little dicks. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSGenderRadicalist/$FSLockinLevel), $arcologies[0].FSGenderRadicalist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <<elseif ($slaves[$i].balls > 0) && ($slaves[$i].pubertyXY == 0) && ($slaves[$i].physicalAge >= $potencyAge)>> - Society @@color:green;approves@@ of you keeping $slaves[$i].slaveName from going through puberty; this advances public interest in girls with soft little dicks. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSGenderRadicalist/$FSLockinLevel), $arcologies[0].FSGenderRadicalist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <<elseif ($slaves[$i].dick > 0) && ($slaves[$i].balls == 0)>> - Society @@color:green;mildly approves@@ of your keeping a gelded slave; this advances public interest in girls with soft dickclits. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSGenderRadicalist/$FSLockinLevel), $arcologies[0].FSGenderRadicalist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <<elseif ($slaves[$i].dick > 0) && ($slaves[$i].anus > 0) && ($slaves[$i].devotion > 20) && ($slaves[$i].trust > -20)>> - Society @@color:green;mildly approves@@ of your keeping a contented dickgirl bottom; this advances public interest in girls who get hard when assfucked. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSGenderRadicalist/$FSLockinLevel), $arcologies[0].FSGenderRadicalist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <</if>> - <<elseif $arcologies[0].FSGenderFundamentalist != "unset">> - <<if ($slaves[$i].preg > 5)>> - Society <<if $arcologies[0].FSGenderFundamentalist >= $FSLockinLevel*0.5>>@@color:green;approves@@<<else>>@@color:green;mildly approves@@<</if>> of your keeping a pregnant slave; this also supports the idea that slave women should bear babies. - <<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSGenderFundamentalist/$FSLockinLevel), $arcologies[0].FSGenderFundamentalist += 0.05*$FSSingleSlaveRep*$pornFameBonus>> - <<elseif ($slaves[$i].preg == 0)>> - Society <<if $arcologies[0].FSGenderFundamentalist >= $FSLockinLevel*0.5>>@@color:green;approves@@<<else>>@@color:green;mildly approves@@<</if>> of your keeping a slave fertile; this also supports the idea that slave women should bear babies. - <<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSGenderFundamentalist/$FSLockinLevel), $arcologies[0].FSGenderFundamentalist += 0.05*$FSSingleSlaveRep*$pornFameBonus>> - <</if>> - <<if canAchieveErection($slaves[$i])>> - <<if ($slaves[$i].dickAccessory != "chastity")>> - <<if ($slaves[$i].devotion <= 95)>> - Society @@color:red;disapproves@@ of $slaves[$i].slaveName's stiff, unrestrained dick, since she isn't even worshipful of you. - <<set $repGain -= $FSSingleSlaveRep*($arcologies[0].FSGenderFundamentalist/$FSLockinLevel), $arcologies[0].FSGenderFundamentalist -= 0.05*$FSSingleSlaveRep*$pornFameBonus>> - <</if>> - <</if>> - <</if>> <</if>> - - <<if $arcologies[0].FSRepopulationFocus != "unset">> - <<if $slaves[$i].preg > 30>> - <<if $slaves[$i].pregType >= 20>> - Society is @@color:green;very pleased@@ at $slaves[$i].slaveName's dedication to pregnancy. - <<set $repGain += 2.5*$FSSingleSlaveRep, $arcologies[0].FSRepopulationFocus += 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <<elseif $slaves[$i].pregType >= 10>> - Society is @@color:green;pleased@@ by $slaves[$i].slaveName's abnormally large pregnancy. - <<set $repGain += 1.5*$FSSingleSlaveRep, $arcologies[0].FSRepopulationFocus += 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <<else>> - Society is @@color:green;pleased@@ by $slaves[$i].slaveName's advanced pregnancy. - <<set $repGain += .5*$FSSingleSlaveRep, $arcologies[0].FSRepopulationFocus += 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <</if>> - <<elseif $slaves[$i].preg > 10>> - Society is @@color:green;pleased@@ by $slaves[$i].slaveName's pregnancy. - <<set $repGain += 0.1*$FSSingleSlaveRep, $arcologies[0].FSRepopulationFocus += 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <<elseif $slaves[$i].bellyImplant > 2000 && (($slaves[$i].ovaries == 0 || $slaves[$i].mpreg == 0) || $slaves[$i].preg < -1)>> - Society @@color:green;accepts@@ $slaves[$i].slaveName's implant filled belly due to her infertility. - <<set $repGain += 0.1*$FSSingleSlaveRep>> - <<elseif $fakeBellies.contains($bellyAccessory)>> - Society is @@color:green;placated@@ by $slaves[$i].slaveName's fake belly. - <<set $repGain += 0.01*$FSSingleSlaveRep>> - <<elseif !isFertile($slaves[$i]) && $slaves[$i].preg < 1>> - Society is @@color:red;mildly dissapointed@@ that $slaves[$i].slaveName is unable to become pregnant. - <<set $repGain -= 0.1*$FSSingleSlaveRep>> - <<else>> - Society is @@color:red;disapproving@@ of $slaves[$i].slaveName's flat, unimpregnated stomach. - <<set $repGain -= 0.25*$FSSingleSlaveRep>> - <</if>> - <<elseif $arcologies[0].FSRestart != "unset">> - <<if $slaves[$i].vaginalAccessory is "chastity belt">> - Society is @@color:green;pleased@@ at you keeping her vagina in check. - <<set $repGain += 0.2*$FSSingleSlaveRep, $arcologies[0].FSRestart += 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <</if>> - <<if $slaves[$i].dickAccessory is "chastity">> - Society is @@color:green;pleased@@ at you keeping her dick in check. - <<set $repGain += 0.2*$FSSingleSlaveRep, $arcologies[0].FSRestart += 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <</if>> - <<if $slaves[$i].breedingMark == 1>> - <<if $slaves[$i].preg > 5 && $slaves[$i].pregSource == -1>> - The Societal Elite @@color:green;are pleased@@ your child is growing in within her. The mark covering her lower belly, coupled with her gravidity and blessing, @@color:green;enamores@@ your populace. - <<set $failedElite -= 5+$slaves[$i].pregType>> - <<set $repGain += 0.2*$FSSingleSlaveRep, $arcologies[0].FSRestart += 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <</if>> - <<else>> - <<if $slaves[$i].preg > 30>> - <<if $slaves[$i].pregType >= 20>> - Society is @@color:red;furious@@ at $slaves[$i].slaveName's infested womb. - <<set $repGain -= 5*$FSSingleSlaveRep, $arcologies[0].FSRestart -= 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <<elseif $slaves[$i].pregType >= 10>> - Society is @@color:red;disgusted@@ by $slaves[$i].slaveName's abnormally large pregnancy. - <<set $repGain -= 2.5*$FSSingleSlaveRep, $arcologies[0].FSRestart -= 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <<else>> - Society is @@color:red;greatly displeased@@ by $slaves[$i].slaveName's advanced pregnancy. - <<set $repGain -= 1.5*$FSSingleSlaveRep, $arcologies[0].FSRestart -= 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <</if>> - <<elseif $slaves[$i].preg > 10>> - Society is @@color:red;displeased@@ by $slaves[$i].slaveName's pregnancy. - <<set $repGain -= 1.0*$FSSingleSlaveRep, $arcologies[0].FSRestart -= 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <<elseif $slaves[$i].preg < -1 and $slaves[$i].vagina > -1>> - Society is @@color:green;pleased@@ that $slaves[$i].slaveName is unable to become pregnant. - <<set $repGain += 0.1*$FSSingleSlaveRep, $arcologies[0].FSRestart += 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <</if>> - <<if $slaves[$i].preg > 5>> - The Societal Elite @@color:red;judge you@@ for keeping pregnant slaves. It falls to the slave owner to deal with subhuman pregnancies and you are failing your in your duties as a member of the Elite. - <<set $failedElite += 5+$slaves[$i].pregType>> - <</if>> - <</if>> - <<if $slaves[$i].balls > 0>> - Society @@color:red;disaproves@@ of her working testicles. - <<set $repGain -= 0.5*($FSSingleSlaveRep*$slaves[$i].balls)>> - <<elseif $slaves[$i].dick > 0 and $slaves[$i].balls == 0>> - Society @@color:green;aproves@@ of her lack of testicles. - <<set $repGain += 0.5*($FSSingleSlaveRep)>> - <</if>> <</if>> - - <<if $arcologies[0].FSPaternalist != "unset">> - <<if ($slaves[$i].intelligenceImplant > 0) && ($slaves[$i].fetish != "mindbroken")>> - Society @@color:green;mildly approves@@ of $slaves[$i].slaveName being properly educated; this advances ideas about slave improvement. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSPaternalist/$FSLockinLevel), $arcologies[0].FSPaternalist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <<elseif ($slaves[$i].intelligenceImplant == 0) && ($slaves[$i].intelligence < 0) && ($slaves[$i].fetish != "mindbroken")>> - Society @@color:red;mildly disapproves@@ of $slaves[$i].slaveName being stupid and uneducated; this holds back ideas about slave improvement. - <<set $repGain -= 0.5*$FSSingleSlaveRep*($arcologies[0].FSPaternalist/$FSLockinLevel), $arcologies[0].FSPaternalist -= 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <</if>> - <<if ($slaves[$i].health > 80)>> - Society @@color:green;mildly approves@@ of her shining health; this advances belief in a slaveowner's duty. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSPaternalist/$FSLockinLevel), $arcologies[0].FSPaternalist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <</if>> - <<if ($slaves[$i].devotion+$slaves[$i].trust > 180)>> - <<if ($slaves[$i].relationship is -3)>> - Society @@color:green;approves very strongly@@ of her happiness as your wife; this advances paternalistic ideals. - <<set $repGain += 2*$FSSingleSlaveRep*($arcologies[0].FSPaternalist/$FSLockinLevel), $arcologies[0].FSPaternalist += 0.1*$FSSingleSlaveRep*$pornFameBonus>> - <<elseif ($slaves[$i].relationship is -2)>> - Society @@color:green;strongly approves@@ of her emotional bond to you; this advances paternalistic ideals. - <<set $repGain += 1.5*$FSSingleSlaveRep*($arcologies[0].FSPaternalist/$FSLockinLevel), $arcologies[0].FSPaternalist += 0.075*$FSSingleSlaveRep*$pornFameBonus>> - <<else>> - Society @@color:green;approves@@ of her attachment to you; this advances paternalistic ideals. - <<set $repGain += 1*$FSSingleSlaveRep*($arcologies[0].FSPaternalist/$FSLockinLevel), $arcologies[0].FSPaternalist += 0.05*$FSSingleSlaveRep*$pornFameBonus>> - <</if>> +<</if>> +<</if>> + +<<if $slaves[$i].fetish != "mindbroken">> + +<<if $slaves[$i].energy > 95>> +<<if $slaves[$i].attrKnown == 1>> +<<if ($slaves[$i].devotion < -20)>> + She's having trouble accepting it, but the sex surrounding her @@color:hotpink;is intriguing to a nymphomaniac.@@ + <<set $slaves[$i].devotion += 2>> +<<elseif ($slaves[$i].devotion <= 50)>> + @@color:hotpink;Her acceptance of her life as a sex slave is driven faster@@ by how satisfied she is by the availability of her favorite activity. + <<set $slaves[$i].devotion += 2>> +<<else>> + She loves being a nympho slut. @@color:hotpink;She loves being your nympho slut.@@ + <<set $slaves[$i].devotion += 2>> +<</if>> +<</if>> +<</if>> +<<if $slaves[$i].fetishStrength <= 95>> +<<if ($slaves[$i].heels == 1)>> +<<if ($slaves[$i].shoes != "heels") && ($slaves[$i].shoes != "boots") && ($slaves[$i].shoes != "extreme heels")>> +<<if $slaves[$i].fetish != "submissive">> +<<if $fetishChangeChance > random(0,100)>> + Living as a sex slave on all fours @@color:lightcoral;turns her into a sexual submissive.@@ + <<set $slaves[$i].fetish to "submissive", $slaves[$i].fetishKnown to 1, $slaves[$i].fetishStrength = 65>> +<</if>> +<<elseif ($slaves[$i].fetish is "submissive") && ($slaves[$i].fetishStrength <= 95)>> + Living as a sex slave on all fours @@color:lightcoral;pushes her deeper into submission.@@ + <<set $slaves[$i].fetishStrength += 4>> +<</if>> +<</if>> +<</if>> +<</if>> + +<<if $slaves[$i].career is "a slave">> + She has been a slave so long that she can barely remember making decisions for herself, and @@color:hotpink;feels naturally drawn@@ to her <<if $PC.title == 1>>Master<<else>>Mistress<</if>>. + <<set $slaves[$i].devotion += 1>> +<<elseif $slaves[$i].career is "a breeder">> + <<if $slaves[$i].preg > 1 && $arcologies[0].FSRepopulation != "unset">> + Her life used to revolve around being pregnant all the time, and nothing has changed. However, being surrounded with happy, heavily pregnant women leaves her @@color:hotpink;slightly more accepting@@ of her fate and @@color:mediumaquamarine;hopeful@@ that her trained body will be useful to you. + <<set $slaves[$i].trust += 1, $slaves[$i].devotion += 1>> + <<elseif $slaves[$i].preg > 1>> + Her life used to revolve around being pregnant all the time, and nothing has changed. She @@color:gold;fears@@ that her entire life will revolve around pregnancy and @@color:hotpink;slips more into submission@@ of her fate. + <<set $slaves[$i].trust -= 1, $slaves[$i].devotion += 1>> + <<else>> + She remembers how her womb used to be swollen with children as often as possible, and is @@color:hotpink;thankful@@ and @@color:mediumaquamarine;grateful@@ that she isn't just meat to fuck pregnant anymore. + <<set $slaves[$i].trust += 1, $slaves[$i].devotion += 1>> + <</if>> +<<elseif $slaves[$i].career is "a bioreactor">> + She remembers what it was like to be a living, breathing, milk-jetting,<<if isFertile($slaves[$i]) && ($dairyPregUpgrade > 0)>> baby-filled,<</if>><<if ($slaves[$i].balls != 0)>> cum-squirting,<</if>> drug-filled piece of industrial equipment, and is @@color:hotpink;thankful@@ and @@color:mediumaquamarine;grateful@@ that she isn't any more. + <<set $slaves[$i].trust += 1, $slaves[$i].devotion += 1>> +<<elseif $slaves[$i].career is "a Futanari Sister">> + <<if $masterSuiteUpgradeLuxury is 2>> + <<if $slaves[$i].assignment is "serve in the master suite">> + She knows that $masterSuiteName features a fuckpit much like the one she spent years enjoying as a Futanari Sister, and @@color:hotpink;does her best@@ to be a good girl in the hope you'll send her there someday. + <<set $slaves[$i].devotion += 1>> + <<else>> + As a former Futanari Sister, the fuckpit in $masterSuiteName feels like home to her, and she has @@color:mediumaquamarine;no desire to ever leave.@@ + <<set $slaves[$i].trust += 1>> + <</if>> + <</if>> +<<else>> + <<if $slaves[$i].trust >= -50>> + <<if $gratefulCareers.contains($slaves[$i].career)>> + <<set $slaves[$i].trust += 1>> + She remembers how hard her life was before she was a slave, and + <<if $slaves[$i].trust > 50>> + @@color:mediumaquamarine;trusts you a bit more@@ for improving it. + <<elseif $slaves[$i].trust > -20>> + @@color:mediumaquamarine;trusts you a bit more@@ because of it. <<else>> - <<if ($slaves[$i].devotion > 95)>> - Society @@color:green;mildly approves@@ of her attachment to you; this advances paternalistic ideals. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSPaternalist/$FSLockinLevel), $arcologies[0].FSPaternalist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <</if>> - <<if ($slaves[$i].trust > 95)>> - Society @@color:green;mildly approves@@ of her trust in you; this advances paternalistic ideals. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSPaternalist/$FSLockinLevel), $arcologies[0].FSPaternalist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <</if>> - <</if>> - <<if ($slaves[$i].choosesOwnAssignment == 1)>> - Society @@color:green;mildly approves@@ of $slaves[$i].slaveName being allowed to choose her own job, advancing ideals about slave self-actualization. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSPaternalist/$FSLockinLevel), $arcologies[0].FSPaternalist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + @@color:mediumaquamarine;fears you a little less@@ because of it. <</if>> - <<if ($modScore > 15 || ($piercingScore > 8 && $tatScore > 5))>> - Society @@color:red;mildly disapproves@@ of her degrading body modifications, which dulls the public interest in letting slaves choose their own appearance. - <<set $repGain -= 0.5*$FSSingleSlaveRep*($arcologies[0].FSPaternalist/$FSLockinLevel), $arcologies[0].FSPaternalist -= 0.025*$FSSingleSlaveRep*$pornFameBonus>> <</if>> - <<elseif $arcologies[0].FSDegradationist != "unset">> - <<if ($slaves[$i].fetish is "mindbroken")>> - Society @@color:green;approves@@ of her broken spirit; she serves as an example of a soulless fuckpuppet. - <<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSDegradationist/$FSLockinLevel), $arcologies[0].FSDegradationist += 0.05*$FSSingleSlaveRep*$pornFameBonus>> - <<else>> - <<if ($slaves[$i].trust <= 4)>> - Society @@color:green;mildly approves@@ of $slaves[$i].slaveName's fear of you. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSDegradationist/$FSLockinLevel), $arcologies[0].FSDegradationist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> + <<if $slaves[$i].devotion >= -50>> + <<if $menialCareers.contains($slaves[$i].career)>> + <<set $slaves[$i].devotion += 1>> + She took orders a lot before she was a slave, and is subconsciously + <<if $slaves[$i].trust > 50>> + @@color:hotpink;a little more eager to obey.@@ + <<elseif $slaves[$i].trust > -20>> + @@color:hotpink;a little quicker to obey.@@ <<else>> - <<if ($slaves[$i].assignment is "be your Head Girl")>> - Society accepts of $slaves[$i].slaveName trusting you, since she is your Head Girl and keeps the other slaves down. - <<elseif ($slaves[$i].assignment is "recruit girls")>> - Society accepts of $slaves[$i].slaveName trusting you, since she is your Recruiter and entraps new slaves. - <<elseif ($slaves[$i].devotion > 95)>> - Society reluctantly accepts of $slaves[$i].slaveName trusting you, since she worshipful of you. - <<else>> - Society @@color:red;mildly disapproves@@ of $slaves[$i].slaveName being trusting of you; she is not being properly degraded for her role. - <<set $repGain -= 0.5*$FSSingleSlaveRep*($arcologies[0].FSDegradationist/$FSLockinLevel), $arcologies[0].FSDegradationist -= 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <</if>> - <</if>> - <</if>> - <<if ($slaves[$i].assignment is "work a glory hole") || ($slaves[$i].assignment is "be confined in the arcade")>> - Society @@color:green;mildly approves@@ of how she is restrained for involuntary use, seeing this as the future of sexual relations. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSDegradationist/$FSLockinLevel), $arcologies[0].FSDegradationist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <</if>> - <<if ($modScore > 15 || ($piercingScore > 8 && $tatScore > 5))>> - Society @@color:green;mildly approves@@ of her many body modifications, which advances the public taste for such degradation of slave bodies. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSDegradationist/$FSLockinLevel), $arcologies[0].FSDegradationist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <</if>> - <<if $slaves[$i].voice != 0>> - <<if $slaves[$i].lips > 95>> - Society @@color:green;mildly approves@@ of the way her mouth, with its useless ability to speak, has been replaced with an appealing hole. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSDegradationist/$FSLockinLevel), $arcologies[0].FSDegradationist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + @@color:hotpink;a bit less resistant@@ to commands. <</if>> <</if>> - <<if ($slaves[$i].choosesOwnAssignment == 1)>> - Society @@color:red;mildly disapproves@@ of $slaves[$i].slaveName being allowed to choose her own job; this holds back ideas about slave degradation. - <<set $repGain -= 0.5*$FSSingleSlaveRep*($arcologies[0].FSDegradationist/$FSLockinLevel), $arcologies[0].FSDegradationist -= 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <</if>> <</if>> +<</if>> + +<</if>> /* CLOSES MINDBROKEN CHECK */ - <<if ($slaves[$i].scars != 0) and ($slaves[$i].scars != 6)>> - <<if $arcologies[0].FSDegradationist != "unset">> - Society @@color:green;mildly approves@@ of your slaves scarring; this encourages the further abuse of slaves. - <<set $rep += 5*$FSSingleSlaveRep*($arcologies[0].FSDegradationist/$FSLockinLevel)>> - <<elseif $arcologies[0].FSPaternalist != "unset">> - Society @@color:red;mildly disapproves@@ of your scarred slaves, viewing them as a sign of mistreatment. - <<set $rep -= 5*$FSSingleSlaveRep*($arcologies[0].FSPaternalist/$FSLockinLevel)>> +<<if ($slaves[$i].brand != 0)>> + <<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel") || ($slaves[$i].assignment is "serve in the club")>> + Since she is in public, your brand against the $slaves[$i].skin skin of her $slaves[$i].brandLocation @@color:green;slightly increases your reputation@@ as a slaveowner. + <<set $repGain += 5>> <</if>> + <<if $rep > 10000>> + The brand is considered a minor enhancement to her beauty since you are very well known. + <<elseif $rep < 5000>> + The brand is considered a minor blemish on her beauty since you are not well known. <</if>> - - <<if $arcologies[0].FSBodyPurist != "unset">> - <<if ($slaves[$i].boobsImplant == 0) && ($slaves[$i].buttImplant == 0) && ($slaves[$i].lipsImplant == 0) && ($slaves[$i].bellyImplant == 0)>> - Society @@color:green;mildly approves@@ of $slaves[$i].slaveName's natural body; this supports the fashion for surgically untouched slaves. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSBodyPurist/$FSLockinLevel), $arcologies[0].FSBodyPurist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> +<</if>> + +<<if $FSAnnounced > 0>> + +<<set $pornFameBonus to 1>> +<<if $studio == 1>> +<<if $slaves[$i].pornFameSpending >= 0>> + <<set $pornFameBonus += 0.2 + ($slaves[$i].pornFameSpending/10000)>> + <<if ($slaves[$i].pornFameSpending >= 4000)>> + Her near-ubiquitous presence in arcology pornography greatly increases her impact on society. + <<elseif ($slaves[$i].pornFameSpending >= 2000)>> + Her presence in arcology pornography increases her impact on society. + <<else>> + Her occasional presence in arcology pornography slightly increases her impact on society. + <</if>> +<</if>> +<</if>> + +<<if $arcologies[0].FSPaternalist != "unset" || $arcologies[0].FSDegradationist != "unset" || $arcologies[0].FSBodyPurist != "unset">> + <<modScore $slaves[$i]>> +<</if>> + +<<if $arcologies[0].FSSupremacist != "unset">> + <<if ($slaves[$i].race is $arcologies[0].FSSupremacistRace)>> + <<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel") || ($slaves[$i].assignment is "serve in the club") || ($slaves[$i].assignment is "work a glory hole") || ($slaves[$i].assignment is "be confined in the arcade")>> + <<if $arcologies[0].FSSupremacist >= $FSLockinLevel*0.6>> + Society @@color:red;strongly disapproves@@ of your keeping a slave of the $arcologies[0].FSSupremacistRace race in a degrading, public role; this also holds back acceptance of $arcologies[0].FSSupremacistRace superiority. + <<elseif $arcologies[0].FSSupremacist >= $FSLockinLevel*0.3>> + Society @@color:red;disapproves@@ of your keeping a slave of the $arcologies[0].FSSupremacistRace race in a degrading, public role; this also holds back acceptance of $arcologies[0].FSSupremacistRace superiority. + <<else>> + Society @@color:red;mildly disapproves@@ of your keeping a slave of the $arcologies[0].FSSupremacistRace race in a degrading, public role; this also holds back acceptance of $arcologies[0].FSSupremacistRace superiority. + <</if>> + <<set $repGain -= $FSSingleSlaveRep*2*($arcologies[0].FSSupremacist/$FSLockinLevel), $arcologies[0].FSSupremacist -= 0.1*$FSSingleSlaveRep*$pornFameBonus>> + <<elseif ($slaves[$i].assignment is "be your Head Girl")>> + Society @@color:green;strongly approves@@ of your keeping a slave of the $arcologies[0].FSSupremacistRace race in a position of leadership as your head girl, advancing the notion that those of the $arcologies[0].FSSupremacistRace race should be in positions of authority over others. + <<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSSupremacist/$FSLockinLevel), $arcologies[0].FSSupremacist += 0.05*$FSSingleSlaveRep*$pornFameBonus>> + <<elseif ($slaves[$i].assignment is "recruit girls")>> + Society @@color:green;strongly approves@@ of your keeping a slave of the $arcologies[0].FSSupremacistRace race in a position of leadership as your recruiter, advancing the notion that it is only natural that those of the $arcologies[0].FSSupremacistRace race should lead the charge in enslaving others. + <<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSSupremacist/$FSLockinLevel), $arcologies[0].FSSupremacist += 0.05*$FSSingleSlaveRep*$pornFameBonus>> + <<elseif ($slaves[$i].assignment is "be your concubine")>> + Society @@color:green;strongly approves@@ of your keeping a slave of the $arcologies[0].FSSupremacistRace race in a position of importance as your concubine, advancing the notion that the most favoured of your bedslaves should naturally be of the $arcologies[0].FSSupremacistRace race. + <<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSSupremacist/$FSLockinLevel), $arcologies[0].FSSupremacist += 0.05*$FSSingleSlaveRep*$pornFameBonus>> + /* Code contributed by Anon1888 */ <<else>> - Society <<if $arcologies[0].FSBodyPurist >= $FSLockinLevel*0.5>>@@color:red;disapproves@@<<else>>@@color:red;mildly disapproves@@<</if>> of $slaves[$i].slaveName's implants; this holds back acceptance of the idea that slaves should be all-natural. - <<set $repGain -= $FSSingleSlaveRep*($arcologies[0].FSBodyPurist/$FSLockinLevel), $arcologies[0].FSBodyPurist -= 0.05*$FSSingleSlaveRep*$pornFameBonus>> - <</if>> - <<if ($slaves[$i].corsetPiercing == 0 && $piercingScore < 3 && $tatScore < 2)>> - Society @@color:green;mildly approves@@ of her unmarked, unblemished skin, advancing the fashion for unspoiled slaves. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSBodyPurist/$FSLockinLevel), $arcologies[0].FSBodyPurist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <</if>> - <<elseif $arcologies[0].FSTransformationFetishist != "unset">> - <<set _transformed = 0>> - <<if ($slaves[$i].boobsImplant > 0) && ($slaves[$i].buttImplant > 0) && ($slaves[$i].lipsImplant > 0)>> - Society @@color:green;mildly approves@@ of $slaves[$i].slaveName's thoroughly modified body; this supports the fashion for surgically upgraded slaves. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSTransformationFetishist/$FSLockinLevel), $arcologies[0].FSTransformationFetishist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <<set _transformed = 1>> - <</if>> - <<if ($slaves[$i].bellyImplant > 2000)>> - Society @@color:green;mildly approves@@ of $slaves[$i].slaveName's belly bulging implant; this supports interest in more unusual implantations. - <<set $repGain += 0.75*$FSSingleSlaveRep*($arcologies[0].FSTransformationFetishist/$FSLockinLevel), $arcologies[0].FSTransformationFetishist += 0.04*$FSSingleSlaveRep*$pornFameBonus>> - <<set _transformed = 1>> - <</if>> - <<if ($slaves[$i].waist > 1) || ($slaves[$i].teeth == "pointy") || ($slaves[$i].amp == 1) || ($slaves[$i].hips == 3)>> - Society @@color:green;approves@@ of her extreme surgeries; interest in her stirs interest in transformations of all kinds. - <<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSTransformationFetishist/$FSLockinLevel), $arcologies[0].FSTransformationFetishist += 0.05*$FSSingleSlaveRep*$pornFameBonus>> - <<set _transformed = 1>> - <</if>> - <<if ($slaves[$i].amp < 0)>> - Society @@color:green;strongly approves@@ of her transhuman body. - <<set $repGain += 2*$FSSingleSlaveRep*($arcologies[0].FSTransformationFetishist/$FSLockinLevel), $arcologies[0].FSTransformationFetishist += 0.1*$FSSingleSlaveRep*$pornFameBonus>> - <<set _transformed = 1>> - <</if>> - <<if ($slaves[$i].dick > 8)>> - Society @@color:green;approves@@ of her monolithic dick, since it's such an obvious transformation masterpiece. - <<set $repGain += ($slaves[$i].dick-8)*$FSSingleSlaveRep*($arcologies[0].FSTransformationFetishist/$FSLockinLevel), $arcologies[0].FSTransformationFetishist += ($slaves[$i].dick-8)*0.05*$FSSingleSlaveRep*$pornFameBonus>> - <<set _transformed = 1>> - <</if>> - <<if ($slaves[$i].lips > 95)>> - Society @@color:green;approves@@ of her absurd facepussy as a transformation of her mouth into nothing more than another fuckhole. - <<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSTransformationFetishist/$FSLockinLevel), $arcologies[0].FSTransformationFetishist += 0.05*$FSSingleSlaveRep*$pornFameBonus>> - <<set _transformed = 1>> - <</if>> - <<if _transformed != 1>> - Society @@color:red;mildly disapproves@@ of $slaves[$i].slaveName's lack of obvious transformations; she does not advance the ideal of body modification. - <<set $repGain -= 0.5*$FSSingleSlaveRep*($arcologies[0].FSTransformationFetishist/$FSLockinLevel), $arcologies[0].FSTransformationFetishist -= 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <</if>> - <</if>> - - <<if $arcologies[0].FSSlimnessEnthusiast != "unset">> - <<if ($slaves[$i].boobs < 500) && ($slaves[$i].butt < 3) && ($slaves[$i].weight <= 10) && ($slaves[$i].muscles <= 30)>> - Society @@color:green;mildly approves@@ of $slaves[$i].slaveName's graceful, girlish form; she furthers the fashion for slaves like her. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSSlimnessEnthusiast/$FSLockinLevel), $arcologies[0].FSSlimnessEnthusiast += 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <</if>> - <<if ($slaves[$i].butt > 4) && ($slaves[$i].boobs > 800)>> - Society @@color:red;mildly disapproves@@ of $slaves[$i].slaveName's boorishly large tits and ass; she damages the fashion for slender slaves. - <<set $repGain -= 0.5*$FSSingleSlaveRep*($arcologies[0].FSSlimnessEnthusiast/$FSLockinLevel), $arcologies[0].FSSlimnessEnthusiast -= 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <</if>> - <<elseif $arcologies[0].FSAssetExpansionist != "unset">> - <<if ($slaves[$i].boobs > 2000)>> - Society @@color:green;mildly approves@@ of $slaves[$i].slaveName's huge tits; her breasts further the fashion for bouncing boobs on slaves. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSAssetExpansionist/$FSLockinLevel), $arcologies[0].FSAssetExpansionist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <</if>> - <<if ($slaves[$i].butt > 7)>> - Society @@color:green;mildly approves@@ of her massive ass; her butt furthers the fashion for big behinds on slaves. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSAssetExpansionist/$FSLockinLevel), $arcologies[0].FSAssetExpansionist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <</if>> - <<if ($slaves[$i].dick > 8)>> - Society @@color:green;approves@@ of her massive member, which might be nonfunctional, but is a wonder of expansionism. - <<set $repGain += ($slaves[$i].dick-8)*$FSSingleSlaveRep*($arcologies[0].FSAssetExpansionist/$FSLockinLevel), $arcologies[0].FSAssetExpansionist += ($slaves[$i].dick-8)*0.05*$FSSingleSlaveRep*$pornFameBonus>> - <<elseif ($slaves[$i].dick > 4)>> - Society @@color:green;mildly approves@@ of her enormous penis; her cock furthers the fashion for dangling dicks on slaves. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSAssetExpansionist/$FSLockinLevel), $arcologies[0].FSAssetExpansionist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + Society does not disapprove of your keeping a slave of the $arcologies[0].FSSupremacistRace race, since she is not in a publicly degrading role. + <</if>> + <<if $slaves[$i].preg > 0>> + <<if $slaves[$i].pregSource > 0>> + <<for $j to 0; $j < $slaves.length; $j++>> + <<if $slaves[$i].pregSource == $slaves[$j].ID>> + <<if $slaves[$i].race != $slaves[$j].race>> + Society @@color:red;strongly disapproves@@ of your allowing a pure $arcologies[0].FSSupremacistRace slave to be miscegenated by $slaves[$j].slaveName. + <<set $repGain -= $FSSingleSlaveRep*2*($arcologies[0].FSSupremacist/$FSLockinLevel), $arcologies[0].FSSupremacist -= 0.1*$FSSingleSlaveRep*$pornFameBonus>> + <<else>> + Society @@color:green;strongly approves@@ of your using slave breeders like $slaves[$i].slaveName to propogate the $arcologies[0].FSSupremacistRace race. + <<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSSupremacist/$FSLockinLevel), $arcologies[0].FSSupremacist += 0.05*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> + <<break>> + <</if>> + <</for>> <</if>> - <<if ($slaves[$i].balls > 4)>> - Society @@color:green;mildly approves@@ of her swinging balls; her nuts further the fashion for tremendous testicles on slaves. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSAssetExpansionist/$FSLockinLevel), $arcologies[0].FSAssetExpansionist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> <</if>> - <<if ($slaves[$i].lips > 95)>> - Society @@color:green;mildly approves@@ of her expanded lips. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSAssetExpansionist/$FSLockinLevel), $arcologies[0].FSAssetExpansionist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <<else>> + <<if $arcologies[0].FSSupremacist >= $FSLockinLevel*0.5>> + Society @@color:green;approves@@ of your keeping a slave of an inferior race; this also advances $arcologies[0].FSSupremacistRace superiority. + <<else>> + Society @@color:green;mildly approves@@ of your keeping a slave of an inferior race; this also advances $arcologies[0].FSSupremacistRace superiority. <</if>> + <<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSSupremacist/$FSLockinLevel), $arcologies[0].FSSupremacist += 0.05*$FSSingleSlaveRep*$pornFameBonus>> <</if>> +<</if>> - <<if $arcologies[0].FSPastoralist != "unset">> - <<if ($slaves[$i].lactation > 0)>> - Society @@color:green;mildly approves@@ of $slaves[$i].slaveName's milky udders; the sight of her creamy milk encourages the public taste for dairy straight from the nipple. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSPastoralist/$FSLockinLevel), $arcologies[0].FSPastoralist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> +<<if $arcologies[0].FSSubjugationist != "unset">> + <<if ($slaves[$i].race is $arcologies[0].FSSubjugationistRace)>> + <<if $arcologies[0].FSSubjugationist >= $FSLockinLevel*0.5>> + Society @@color:green;approves@@ of your keeping a slave of the subject $arcologies[0].FSSubjugationistRace race; this also advances $arcologies[0].FSSubjugationistRace inferiority. + <<else>> + Society @@color:green;mildly approves@@ of your keeping a slave of the subject $arcologies[0].FSSubjugationistRace race; this also advances $arcologies[0].FSSubjugationistRace inferiority. <</if>> - <<if ($slaves[$i].assignment is "get milked") && ($slaves[$i].balls > 0)>> - Society @@color:green;mildly approves@@ of how $slaves[$i].slaveName gets cockmilked; the sight of her product encourages experimentation with cum-based concoctions. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSPastoralist/$FSLockinLevel), $arcologies[0].FSPastoralist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSSubjugationist/$FSLockinLevel), $arcologies[0].FSSubjugationist += 0.05*$FSSingleSlaveRep*$pornFameBonus>> + <<if $slaves[$i].ovaries == 0>> + <<if $slaves[$i].balls == 0>> + Society @@color:green;mildly approves@@ of $slaves[$i].slaveName <<if $slaves[$i].balls == 0>>sterilization<<else>>gelding<</if>>, which ensures that she will not propogate the $arcologies[0].FSSubjugationistRace race. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSYouthPreferentialist/$FSLockinLevel)*((30-$slaves[$i].age)/5), $arcologies[0].FSYouthPreferentialist += 0.025*$FSSingleSlaveRep*$pornFameBonus*((30-$slaves[$i].age)/5)>> <</if>> - <<elseif $arcologies[0].FSPhysicalIdealist != "unset">> - <<if ($slaves[$i].muscles > 95)>> - Society @@color:green;strongly approves@@ of $slaves[$i].slaveName's glorious muscles; everyone wants to train a slave to look as swole as her. - <<set $repGain += 2*$FSSingleSlaveRep*($arcologies[0].FSPhysicalIdealist/$FSLockinLevel), $arcologies[0].FSPhysicalIdealist += 0.1*$FSSingleSlaveRep*$pornFameBonus>> - <<elseif ($slaves[$i].muscles > 30)>> - Society @@color:green;approves@@ of $slaves[$i].slaveName's fit body; physical enthusiasts see her as on her way to something great. - <<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSPhysicalIdealist/$FSLockinLevel), $arcologies[0].FSPhysicalIdealist += 0.05*$FSSingleSlaveRep*$pornFameBonus>> - <<elseif ($slaves[$i].muscles > 5)>> - Society @@color:green;mildly approves@@ of $slaves[$i].slaveName's toned form; the public sees potential in those guns. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSPhysicalIdealist/$FSLockinLevel), $arcologies[0].FSPhysicalIdealist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> <</if>> - <<if ($slaves[$i].height >= 185)>> - Society @@color:green;mildly approves@@ of how tall she is; the sexual advantages of her height are impressed on the public mind. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSPhysicalIdealist/$FSLockinLevel), $arcologies[0].FSPhysicalIdealist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <<else>> + <<if $slaves[$i].preg > 0>> + <<if $slaves[$i].pregSource > 0>> + <<for $j to 0; $j < $slaves.length; $j++>> + <<if $slaves[$i].pregSource == $slaves[$j].ID>> + <<if $slaves[$j].race is $arcologies[0].FSSubjugationistRace>> + Society @@color:red;strongly disapproves@@ of your allowing $slaves[$j].slaveName to be miscegenated by a $arcologies[0].FSSubjugationistRace subhuman like $slaves[$i].slaveName. + <<set $repGain -= $FSSingleSlaveRep*2*($arcologies[0].FSSupremacist/$FSLockinLevel), $arcologies[0].FSSupremacist -= 0.1*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> + <<break>> + <</if>> + <</for>> <</if>> - <<if ($slaves[$i].health > 80)>> - Society @@color:green;mildly approves@@ of her health; the expectation that slaves should be kept perfectly healthy grows. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSPhysicalIdealist/$FSLockinLevel), $arcologies[0].FSPhysicalIdealist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> <</if>> <</if>> - - <<if $arcologies[0].FSChattelReligionist != "unset">> - <<if ($slaves[$i].collar is "tight steel") || ($slaves[$i].collar is "uncomfortable leather") || ($slaves[$i].collar is "cruel retirement counter")>> - Society @@color:green;mildly approves@@ of $slaves[$i].slaveName's collar as an expression of the old ideal of mortification of the flesh, advancing the combination of religious originalism and modern slavery. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSChattelReligionist/$FSLockinLevel), $arcologies[0].FSChattelReligionist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> +<</if>> + +<<if $arcologies[0].FSYouthPreferentialist != "unset">> + <<if ($slaves[$i].visualAge < 30)>> + Society @@color:green;mildly approves@@ of $slaves[$i].slaveName's youthful body; she furthers the fashion for young slaves. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSYouthPreferentialist/$FSLockinLevel)*((30-$slaves[$i].visualAge)/5), $arcologies[0].FSYouthPreferentialist += 0.025*$FSSingleSlaveRep*$pornFameBonus*((30-$slaves[$i].visualAge)/5)>> + <</if>> +<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">> + <<if ($slaves[$i].visualAge >= 30)>> + Society @@color:green;mildly approves@@ of $slaves[$i].slaveName's mature body; she furthers the fashion for older ladies. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSMaturityPreferentialist/$FSLockinLevel)*(($slaves[$i].visualAge-25)/5), $arcologies[0].FSMaturityPreferentialist += 0.025*$FSSingleSlaveRep*$pornFameBonus*(($slaves[$i].visualAge-25)/5)>> + <</if>> +<</if>> + +<<if $arcologies[0].FSGenderRadicalist != "unset">> + <<if ($slaves[$i].balls > 0) && ($slaves[$i].hormones > 0)>> + Society @@color:green;mildly approves@@ of your heavy hormonal feminization of $slaves[$i].slaveName; this advances public interest in girls with soft little dicks. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSGenderRadicalist/$FSLockinLevel), $arcologies[0].FSGenderRadicalist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <<elseif ($slaves[$i].balls > 0) && ($slaves[$i].pubertyXY == 0) && ($slaves[$i].physicalAge >= $potencyAge)>> + Society @@color:green;approves@@ of you keeping $slaves[$i].slaveName from going through puberty; this advances public interest in girls with soft little dicks. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSGenderRadicalist/$FSLockinLevel), $arcologies[0].FSGenderRadicalist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <<elseif ($slaves[$i].dick > 0) && ($slaves[$i].balls == 0)>> + Society @@color:green;mildly approves@@ of your keeping a gelded slave; this advances public interest in girls with soft dickclits. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSGenderRadicalist/$FSLockinLevel), $arcologies[0].FSGenderRadicalist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <<elseif ($slaves[$i].dick > 0) && ($slaves[$i].anus > 0) && ($slaves[$i].devotion > 20) && ($slaves[$i].trust > -20)>> + Society @@color:green;mildly approves@@ of your keeping a contented dickgirl bottom; this advances public interest in girls who get hard when assfucked. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSGenderRadicalist/$FSLockinLevel), $arcologies[0].FSGenderRadicalist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> +<<elseif $arcologies[0].FSGenderFundamentalist != "unset">> + <<if ($slaves[$i].preg > 5)>> + Society <<if $arcologies[0].FSGenderFundamentalist >= $FSLockinLevel*0.5>>@@color:green;approves@@<<else>>@@color:green;mildly approves@@<</if>> of your keeping a pregnant slave; this also supports the idea that slave women should bear babies. + <<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSGenderFundamentalist/$FSLockinLevel), $arcologies[0].FSGenderFundamentalist += 0.05*$FSSingleSlaveRep*$pornFameBonus>> + <<elseif ($slaves[$i].preg == 0)>> + Society <<if $arcologies[0].FSGenderFundamentalist >= $FSLockinLevel*0.5>>@@color:green;approves@@<<else>>@@color:green;mildly approves@@<</if>> of your keeping a slave fertile; this also supports the idea that slave women should bear babies. + <<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSGenderFundamentalist/$FSLockinLevel), $arcologies[0].FSGenderFundamentalist += 0.05*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> + <<if canAchieveErection($slaves[$i])>> + <<if ($slaves[$i].dickAccessory != "chastity")>> + <<if ($slaves[$i].devotion <= 95)>> + Society @@color:red;disapproves@@ of $slaves[$i].slaveName's stiff, unrestrained dick, since she isn't even worshipful of you. + <<set $repGain -= $FSSingleSlaveRep*($arcologies[0].FSGenderFundamentalist/$FSLockinLevel), $arcologies[0].FSGenderFundamentalist -= 0.05*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> + <</if>> + <</if>> +<</if>> + +<<if $arcologies[0].FSRepopulationFocus != "unset">> + <<if $slaves[$i].preg > 30>> + <<if $slaves[$i].pregType >= 20>> + Society is @@color:green;very pleased@@ at $slaves[$i].slaveName's dedication to pregnancy. + <<set $repGain += 2.5*$FSSingleSlaveRep, $arcologies[0].FSRepopulationFocus += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <<elseif $slaves[$i].pregType >= 10>> + Society is @@color:green;pleased@@ by $slaves[$i].slaveName's abnormally large pregnancy. + <<set $repGain += 1.5*$FSSingleSlaveRep, $arcologies[0].FSRepopulationFocus += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <<else>> + Society is @@color:green;pleased@@ by $slaves[$i].slaveName's advanced pregnancy. + <<set $repGain += .5*$FSSingleSlaveRep, $arcologies[0].FSRepopulationFocus += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> + <<elseif $slaves[$i].preg > 10>> + Society is @@color:green;pleased@@ by $slaves[$i].slaveName's pregnancy. + <<set $repGain += 0.1*$FSSingleSlaveRep, $arcologies[0].FSRepopulationFocus += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <<elseif $slaves[$i].bellyImplant > 2000 && (($slaves[$i].ovaries == 0 || $slaves[$i].mpreg == 0) || $slaves[$i].preg < -1)>> + Society @@color:green;accepts@@ $slaves[$i].slaveName's implant filled belly due to her infertility. + <<set $repGain += 0.1*$FSSingleSlaveRep>> + <<elseif $fakeBellies.contains($bellyAccessory)>> + Society is @@color:green;placated@@ by $slaves[$i].slaveName's fake belly. + <<set $repGain += 0.01*$FSSingleSlaveRep>> + <<elseif !isFertile($slaves[$i]) && $slaves[$i].preg < 1>> + Society is @@color:red;mildly dissapointed@@ that $slaves[$i].slaveName is unable to become pregnant. + <<set $repGain -= 0.1*$FSSingleSlaveRep>> + <<else>> + Society is @@color:red;disapproving@@ of $slaves[$i].slaveName's flat, unimpregnated stomach. + <<set $repGain -= 0.25*$FSSingleSlaveRep>> + <</if>> +<<elseif $arcologies[0].FSRestart != "unset">> + <<if $slaves[$i].vaginalAccessory is "chastity belt">> + Society is @@color:green;pleased@@ at you keeping her vagina in check. + <<set $repGain += 0.2*$FSSingleSlaveRep, $arcologies[0].FSRestart += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> + <<if $slaves[$i].dickAccessory is "chastity">> + Society is @@color:green;pleased@@ at you keeping her dick in check. + <<set $repGain += 0.2*$FSSingleSlaveRep, $arcologies[0].FSRestart += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> + <<if $slaves[$i].breedingMark == 1>> + <<if $slaves[$i].preg > 5 && $slaves[$i].pregSource == -1>> + The Societal Elite @@color:green;are pleased@@ your child is growing in within her. The mark covering her lower belly, coupled with her gravidity and blessing, @@color:green;enamores@@ your populace. + <<set $failedElite -= 5+$slaves[$i].pregType>> + <<set $repGain += 0.2*$FSSingleSlaveRep, $arcologies[0].FSRestart += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> + <<else>> + <<if $slaves[$i].preg > 30>> + <<if $slaves[$i].pregType >= 20>> + Society is @@color:red;furious@@ at $slaves[$i].slaveName's infested womb. + <<set $repGain -= 5*$FSSingleSlaveRep, $arcologies[0].FSRestart -= 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <<elseif $slaves[$i].pregType >= 10>> + Society is @@color:red;disgusted@@ by $slaves[$i].slaveName's abnormally large pregnancy. + <<set $repGain -= 2.5*$FSSingleSlaveRep, $arcologies[0].FSRestart -= 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <<else>> + Society is @@color:red;greatly displeased@@ by $slaves[$i].slaveName's advanced pregnancy. + <<set $repGain -= 1.5*$FSSingleSlaveRep, $arcologies[0].FSRestart -= 0.025*$FSSingleSlaveRep*$pornFameBonus>> <</if>> - <<if ($slaves[$i].clothes is "a chattel habit") || ($slaves[$i].clothes is "a fallen nuns habit") || ($slaves[$i].clothes is "a penitent nuns habit") || ($slaves[$i].clothes is "a hijab") || ($slaves[$i].clothes is "a succubus outfit")>> - Society @@color:green;mildly approves@@ of her religiously themed clothing, strengthening the connection between sexual servitude and faith. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSChattelReligionist/$FSLockinLevel), $arcologies[0].FSChattelReligionist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <<elseif ($slaves[$i].clothes is "uncomfortable straps") or ($slaves[$i].clothes is "shibari ropes") or ($slaves[$i].clothes is "a nice maid outfit") or ($slaves[$i].clothes is "nice business attire") or ($slaves[$i].clothes is "a nice nurse outfit") or ($slaves[$i].clothes is "a kimono") or ($slaves[$i].clothes is "conservative clothing") or ($slaves[$i].clothes is "a military uniform") or ($slaves[$i].clothes is "no clothing")>> - Society accepts her spartan clothing, seeing it as permissible under the new religious mores. + <<elseif $slaves[$i].preg > 10>> + Society is @@color:red;displeased@@ by $slaves[$i].slaveName's pregnancy. + <<set $repGain -= 1.0*$FSSingleSlaveRep, $arcologies[0].FSRestart -= 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <<elseif $slaves[$i].preg < -1 and $slaves[$i].vagina > -1>> + Society is @@color:green;pleased@@ that $slaves[$i].slaveName is unable to become pregnant. + <<set $repGain += 0.1*$FSSingleSlaveRep, $arcologies[0].FSRestart += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> + <<if $slaves[$i].preg > 5>> + The Societal Elite @@color:red;judge you@@ for keeping pregnant slaves. It falls to the slave owner to deal with subhuman pregnancies and you are failing your in your duties as a member of the Elite. + <<set $failedElite += 5+$slaves[$i].pregType>> + <</if>> + <</if>> + <<if $slaves[$i].balls > 0>> + Society @@color:red;disaproves@@ of her working testicles. + <<set $repGain -= 0.5*($FSSingleSlaveRep*$slaves[$i].balls)>> + <<elseif $slaves[$i].dick > 0 and $slaves[$i].balls == 0>> + Society @@color:green;aproves@@ of her lack of testicles. + <<set $repGain += 0.5*($FSSingleSlaveRep)>> + <</if>> +<</if>> + +<<if $arcologies[0].FSPaternalist != "unset">> + <<if ($slaves[$i].intelligenceImplant > 0) && ($slaves[$i].fetish != "mindbroken")>> + Society @@color:green;mildly approves@@ of $slaves[$i].slaveName being properly educated; this advances ideas about slave improvement. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSPaternalist/$FSLockinLevel), $arcologies[0].FSPaternalist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <<elseif ($slaves[$i].intelligenceImplant == 0) && ($slaves[$i].intelligence < 0) && ($slaves[$i].fetish != "mindbroken")>> + Society @@color:red;mildly disapproves@@ of $slaves[$i].slaveName being stupid and uneducated; this holds back ideas about slave improvement. + <<set $repGain -= 0.5*$FSSingleSlaveRep*($arcologies[0].FSPaternalist/$FSLockinLevel), $arcologies[0].FSPaternalist -= 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> + <<if ($slaves[$i].health > 80)>> + Society @@color:green;mildly approves@@ of her shining health; this advances belief in a slaveowner's duty. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSPaternalist/$FSLockinLevel), $arcologies[0].FSPaternalist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> + <<if ($slaves[$i].devotion+$slaves[$i].trust > 180)>> + <<if ($slaves[$i].relationship is -3)>> + Society @@color:green;approves very strongly@@ of her happiness as your wife; this advances paternalistic ideals. + <<set $repGain += 2*$FSSingleSlaveRep*($arcologies[0].FSPaternalist/$FSLockinLevel), $arcologies[0].FSPaternalist += 0.1*$FSSingleSlaveRep*$pornFameBonus>> + <<elseif ($slaves[$i].relationship is -2)>> + Society @@color:green;strongly approves@@ of her emotional bond to you; this advances paternalistic ideals. + <<set $repGain += 1.5*$FSSingleSlaveRep*($arcologies[0].FSPaternalist/$FSLockinLevel), $arcologies[0].FSPaternalist += 0.075*$FSSingleSlaveRep*$pornFameBonus>> <<else>> - Society @@color:red;mildly disapproves@@ of her unnecessarily gaudy attire; this slows acceptance of a link between faith and sexual servitude. - <<set $repGain -= 0.5*$FSSingleSlaveRep*($arcologies[0].FSChattelReligionist/$FSLockinLevel), $arcologies[0].FSChattelReligionist -= 0.025*$FSSingleSlaveRep*$pornFameBonus>> + Society @@color:green;approves@@ of her attachment to you; this advances paternalistic ideals. + <<set $repGain += 1*$FSSingleSlaveRep*($arcologies[0].FSPaternalist/$FSLockinLevel), $arcologies[0].FSPaternalist += 0.05*$FSSingleSlaveRep*$pornFameBonus>> <</if>> + <<else>> <<if ($slaves[$i].devotion > 95)>> - Society @@color:green;approves@@ of her devotion to you as a companion to religious devotion, seeing both as the model for holy slaves. - <<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSChattelReligionist/$FSLockinLevel), $arcologies[0].FSChattelReligionist += 0.005*$FSSingleSlaveRep*$pornFameBonus>> + Society @@color:green;mildly approves@@ of her attachment to you; this advances paternalistic ideals. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSPaternalist/$FSLockinLevel), $arcologies[0].FSPaternalist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> <</if>> <<if ($slaves[$i].trust > 95)>> - Society @@color:green;strongly approves@@ of her faith in you as a companion to faith in God, seeing both as the model for righteous slaves of the future. - <<set $repGain += 2*$FSSingleSlaveRep*($arcologies[0].FSChattelReligionist/$FSLockinLevel), $arcologies[0].FSChattelReligionist += 0.01*$FSSingleSlaveRep*$pornFameBonus>> + Society @@color:green;mildly approves@@ of her trust in you; this advances paternalistic ideals. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSPaternalist/$FSLockinLevel), $arcologies[0].FSPaternalist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> <</if>> - <<if ($slaves[$i].behavioralFlaw is "devout")>> - Society does not disapprove of her devout adherence to an old world faith, having confidence that you'll bring her around, and looking forward to seeing her converted into a holy sex object. - <<elseif ($slaves[$i].behavioralQuirk is "sinful")>> - Society @@color:green;strongly approves@@ of her eagerness to transgress against the old world religious mores she once held dear. - <<set $repGain += 2*$FSSingleSlaveRep*($arcologies[0].FSChattelReligionist/$FSLockinLevel), $arcologies[0].FSChattelReligionist += 0.01*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> + <<if ($slaves[$i].choosesOwnAssignment == 1)>> + Society @@color:green;mildly approves@@ of $slaves[$i].slaveName being allowed to choose her own job, advancing ideals about slave self-actualization. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSPaternalist/$FSLockinLevel), $arcologies[0].FSPaternalist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> + <<if ($modScore > 15 || ($piercingScore > 8 && $tatScore > 5))>> + Society @@color:red;mildly disapproves@@ of her degrading body modifications, which dulls the public interest in letting slaves choose their own appearance. + <<set $repGain -= 0.5*$FSSingleSlaveRep*($arcologies[0].FSPaternalist/$FSLockinLevel), $arcologies[0].FSPaternalist -= 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> +<<elseif $arcologies[0].FSDegradationist != "unset">> + <<if ($slaves[$i].fetish is "mindbroken")>> + Society @@color:green;approves@@ of her broken spirit; she serves as an example of a soulless fuckpuppet. + <<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSDegradationist/$FSLockinLevel), $arcologies[0].FSDegradationist += 0.05*$FSSingleSlaveRep*$pornFameBonus>> + <<else>> + <<if ($slaves[$i].trust <= 4)>> + Society @@color:green;mildly approves@@ of $slaves[$i].slaveName's fear of you. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSDegradationist/$FSLockinLevel), $arcologies[0].FSDegradationist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <<else>> + <<if ($slaves[$i].assignment is "be your Head Girl")>> + Society accepts of $slaves[$i].slaveName trusting you, since she is your Head Girl and keeps the other slaves down. + <<elseif ($slaves[$i].assignment is "recruit girls")>> + Society accepts of $slaves[$i].slaveName trusting you, since she is your Recruiter and entraps new slaves. + <<elseif ($slaves[$i].devotion > 95)>> + Society reluctantly accepts of $slaves[$i].slaveName trusting you, since she worshipful of you. + <<else>> + Society @@color:red;mildly disapproves@@ of $slaves[$i].slaveName being trusting of you; she is not being properly degraded for her role. + <<set $repGain -= 0.5*$FSSingleSlaveRep*($arcologies[0].FSDegradationist/$FSLockinLevel), $arcologies[0].FSDegradationist -= 0.025*$FSSingleSlaveRep*$pornFameBonus>> <</if>> <</if>> - <</if>> + <<if ($slaves[$i].assignment is "work a glory hole") || ($slaves[$i].assignment is "be confined in the arcade")>> + Society @@color:green;mildly approves@@ of how she is restrained for involuntary use, seeing this as the future of sexual relations. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSDegradationist/$FSLockinLevel), $arcologies[0].FSDegradationist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> + <<if ($modScore > 15 || ($piercingScore > 8 && $tatScore > 5))>> + Society @@color:green;mildly approves@@ of her many body modifications, which advances the public taste for such degradation of slave bodies. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSDegradationist/$FSLockinLevel), $arcologies[0].FSDegradationist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> + <<if $slaves[$i].voice != 0>> + <<if $slaves[$i].lips > 95>> + Society @@color:green;mildly approves@@ of the way her mouth, with its useless ability to speak, has been replaced with an appealing hole. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSDegradationist/$FSLockinLevel), $arcologies[0].FSDegradationist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> + <</if>> + <<if ($slaves[$i].choosesOwnAssignment == 1)>> + Society @@color:red;mildly disapproves@@ of $slaves[$i].slaveName being allowed to choose her own job; this holds back ideas about slave degradation. + <<set $repGain -= 0.5*$FSSingleSlaveRep*($arcologies[0].FSDegradationist/$FSLockinLevel), $arcologies[0].FSDegradationist -= 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> +<</if>> - <<if typeof $slaves[$i].origin is "string">> - <<set $toSearch to $slaves[$i].origin>> - <<if $toSearch.indexOf("Slave Shelter") != -1>> - <<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel") || ($slaves[$i].assignment is "serve in the club")>> - <<if ($slaves[$i].health > -20) && ($slaves[$i].trust > 20) && ($slaves[$i].health > 40)>> - <<if $arcologies[0].FSPaternalist != "unset">> - Society @@color:green;mildly approves@@ of how you've brought a shelter girl health and happiness. - <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSPaternalist/$FSLockinLevel), $arcologies[0].FSPaternalist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> - <<elseif $arcologies[0].FSDegradationist is "unset">> - The public knows she's a shelter girl you took in, and is @@color:green;touched@@ that she now seems happy and healthy. - <<set $repGain += 10>> - <</if>> - <</if>> - <</if>> +<<if ($slaves[$i].scars != 0) and ($slaves[$i].scars != 6)>> +<<if $arcologies[0].FSDegradationist != "unset">> + Society @@color:green;mildly approves@@ of your slaves scarring; this encourages the further abuse of slaves. + <<set $rep += 5*$FSSingleSlaveRep*($arcologies[0].FSDegradationist/$FSLockinLevel)>> +<<elseif $arcologies[0].FSPaternalist != "unset">> + Society @@color:red;mildly disapproves@@ of your scarred slaves, viewing them as a sign of mistreatment. + <<set $rep -= 5*$FSSingleSlaveRep*($arcologies[0].FSPaternalist/$FSLockinLevel)>> +<</if>> +<</if>> + +<<if $arcologies[0].FSBodyPurist != "unset">> + <<if ($slaves[$i].boobsImplant == 0) && ($slaves[$i].buttImplant == 0) && ($slaves[$i].lipsImplant == 0) && ($slaves[$i].bellyImplant == 0)>> + Society @@color:green;mildly approves@@ of $slaves[$i].slaveName's natural body; this supports the fashion for surgically untouched slaves. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSBodyPurist/$FSLockinLevel), $arcologies[0].FSBodyPurist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <<else>> + Society <<if $arcologies[0].FSBodyPurist >= $FSLockinLevel*0.5>>@@color:red;disapproves@@<<else>>@@color:red;mildly disapproves@@<</if>> of $slaves[$i].slaveName's implants; this holds back acceptance of the idea that slaves should be all-natural. + <<set $repGain -= $FSSingleSlaveRep*($arcologies[0].FSBodyPurist/$FSLockinLevel), $arcologies[0].FSBodyPurist -= 0.05*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> + <<if ($slaves[$i].corsetPiercing == 0 && $piercingScore < 3 && $tatScore < 2)>> + Society @@color:green;mildly approves@@ of her unmarked, unblemished skin, advancing the fashion for unspoiled slaves. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSBodyPurist/$FSLockinLevel), $arcologies[0].FSBodyPurist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> +<<elseif $arcologies[0].FSTransformationFetishist != "unset">> + <<set _transformed = 0>> + <<if ($slaves[$i].boobsImplant > 0) && ($slaves[$i].buttImplant > 0) && ($slaves[$i].lipsImplant > 0)>> + Society @@color:green;mildly approves@@ of $slaves[$i].slaveName's thoroughly modified body; this supports the fashion for surgically upgraded slaves. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSTransformationFetishist/$FSLockinLevel), $arcologies[0].FSTransformationFetishist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <<set _transformed = 1>> + <</if>> + <<if ($slaves[$i].bellyImplant > 2000)>> + Society @@color:green;mildly approves@@ of $slaves[$i].slaveName's belly bulging implant; this supports interest in more unusual implantations. + <<set $repGain += 0.75*$FSSingleSlaveRep*($arcologies[0].FSTransformationFetishist/$FSLockinLevel), $arcologies[0].FSTransformationFetishist += 0.04*$FSSingleSlaveRep*$pornFameBonus>> + <<set _transformed = 1>> + <</if>> + <<if ($slaves[$i].waist > 1) || ($slaves[$i].teeth == "pointy") || ($slaves[$i].amp == 1) || ($slaves[$i].hips == 3)>> + Society @@color:green;approves@@ of her extreme surgeries; interest in her stirs interest in transformations of all kinds. + <<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSTransformationFetishist/$FSLockinLevel), $arcologies[0].FSTransformationFetishist += 0.05*$FSSingleSlaveRep*$pornFameBonus>> + <<set _transformed = 1>> + <</if>> + <<if ($slaves[$i].amp < 0)>> + Society @@color:green;strongly approves@@ of her transhuman body. + <<set $repGain += 2*$FSSingleSlaveRep*($arcologies[0].FSTransformationFetishist/$FSLockinLevel), $arcologies[0].FSTransformationFetishist += 0.1*$FSSingleSlaveRep*$pornFameBonus>> + <<set _transformed = 1>> + <</if>> + <<if ($slaves[$i].dick > 8)>> + Society @@color:green;approves@@ of her monolithic dick, since it's such an obvious transformation masterpiece. + <<set $repGain += ($slaves[$i].dick-8)*$FSSingleSlaveRep*($arcologies[0].FSTransformationFetishist/$FSLockinLevel), $arcologies[0].FSTransformationFetishist += ($slaves[$i].dick-8)*0.05*$FSSingleSlaveRep*$pornFameBonus>> + <<set _transformed = 1>> + <</if>> + <<if ($slaves[$i].lips > 95)>> + Society @@color:green;approves@@ of her absurd facepussy as a transformation of her mouth into nothing more than another fuckhole. + <<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSTransformationFetishist/$FSLockinLevel), $arcologies[0].FSTransformationFetishist += 0.05*$FSSingleSlaveRep*$pornFameBonus>> + <<set _transformed = 1>> + <</if>> + <<if _transformed != 1>> + Society @@color:red;mildly disapproves@@ of $slaves[$i].slaveName's lack of obvious transformations; she does not advance the ideal of body modification. + <<set $repGain -= 0.5*$FSSingleSlaveRep*($arcologies[0].FSTransformationFetishist/$FSLockinLevel), $arcologies[0].FSTransformationFetishist -= 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> +<</if>> + +<<if $arcologies[0].FSSlimnessEnthusiast != "unset">> + <<if ($slaves[$i].boobs < 500) && ($slaves[$i].butt < 3) && ($slaves[$i].weight <= 10) && ($slaves[$i].muscles <= 30)>> + Society @@color:green;mildly approves@@ of $slaves[$i].slaveName's graceful, girlish form; she furthers the fashion for slaves like her. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSSlimnessEnthusiast/$FSLockinLevel), $arcologies[0].FSSlimnessEnthusiast += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> + <<if ($slaves[$i].butt > 4) && ($slaves[$i].boobs > 800)>> + Society @@color:red;mildly disapproves@@ of $slaves[$i].slaveName's boorishly large tits and ass; she damages the fashion for slender slaves. + <<set $repGain -= 0.5*$FSSingleSlaveRep*($arcologies[0].FSSlimnessEnthusiast/$FSLockinLevel), $arcologies[0].FSSlimnessEnthusiast -= 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> +<<elseif $arcologies[0].FSAssetExpansionist != "unset">> + <<if ($slaves[$i].boobs > 2000)>> + Society @@color:green;mildly approves@@ of $slaves[$i].slaveName's huge tits; her breasts further the fashion for bouncing boobs on slaves. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSAssetExpansionist/$FSLockinLevel), $arcologies[0].FSAssetExpansionist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> + <<if ($slaves[$i].butt > 7)>> + Society @@color:green;mildly approves@@ of her massive ass; her butt furthers the fashion for big behinds on slaves. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSAssetExpansionist/$FSLockinLevel), $arcologies[0].FSAssetExpansionist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> + <<if ($slaves[$i].dick > 8)>> + Society @@color:green;approves@@ of her massive member, which might be nonfunctional, but is a wonder of expansionism. + <<set $repGain += ($slaves[$i].dick-8)*$FSSingleSlaveRep*($arcologies[0].FSAssetExpansionist/$FSLockinLevel), $arcologies[0].FSAssetExpansionist += ($slaves[$i].dick-8)*0.05*$FSSingleSlaveRep*$pornFameBonus>> + <<elseif ($slaves[$i].dick > 4)>> + Society @@color:green;mildly approves@@ of her enormous penis; her cock furthers the fashion for dangling dicks on slaves. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSAssetExpansionist/$FSLockinLevel), $arcologies[0].FSAssetExpansionist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> + <<if ($slaves[$i].balls > 4)>> + Society @@color:green;mildly approves@@ of her swinging balls; her nuts further the fashion for tremendous testicles on slaves. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSAssetExpansionist/$FSLockinLevel), $arcologies[0].FSAssetExpansionist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> + <<if ($slaves[$i].lips > 95)>> + Society @@color:green;mildly approves@@ of her expanded lips. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSAssetExpansionist/$FSLockinLevel), $arcologies[0].FSAssetExpansionist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> +<</if>> + +<<if $arcologies[0].FSPastoralist != "unset">> + <<if ($slaves[$i].lactation > 0)>> + Society @@color:green;mildly approves@@ of $slaves[$i].slaveName's milky udders; the sight of her creamy milk encourages the public taste for dairy straight from the nipple. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSPastoralist/$FSLockinLevel), $arcologies[0].FSPastoralist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> + <<if ($slaves[$i].assignment is "get milked") && ($slaves[$i].balls > 0)>> + Society @@color:green;mildly approves@@ of how $slaves[$i].slaveName gets cockmilked; the sight of her product encourages experimentation with cum-based concoctions. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSPastoralist/$FSLockinLevel), $arcologies[0].FSPastoralist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> +<<elseif $arcologies[0].FSPhysicalIdealist != "unset">> + <<if ($slaves[$i].muscles > 95)>> + Society @@color:green;strongly approves@@ of $slaves[$i].slaveName's glorious muscles; everyone wants to train a slave to look as swole as her. + <<set $repGain += 2*$FSSingleSlaveRep*($arcologies[0].FSPhysicalIdealist/$FSLockinLevel), $arcologies[0].FSPhysicalIdealist += 0.1*$FSSingleSlaveRep*$pornFameBonus>> + <<elseif ($slaves[$i].muscles > 30)>> + Society @@color:green;approves@@ of $slaves[$i].slaveName's fit body; physical enthusiasts see her as on her way to something great. + <<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSPhysicalIdealist/$FSLockinLevel), $arcologies[0].FSPhysicalIdealist += 0.05*$FSSingleSlaveRep*$pornFameBonus>> + <<elseif ($slaves[$i].muscles > 5)>> + Society @@color:green;mildly approves@@ of $slaves[$i].slaveName's toned form; the public sees potential in those guns. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSPhysicalIdealist/$FSLockinLevel), $arcologies[0].FSPhysicalIdealist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> + <<if ($slaves[$i].height >= 185)>> + Society @@color:green;mildly approves@@ of how tall she is; the sexual advantages of her height are impressed on the public mind. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSPhysicalIdealist/$FSLockinLevel), $arcologies[0].FSPhysicalIdealist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> + <<if ($slaves[$i].health > 80)>> + Society @@color:green;mildly approves@@ of her health; the expectation that slaves should be kept perfectly healthy grows. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSPhysicalIdealist/$FSLockinLevel), $arcologies[0].FSPhysicalIdealist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> +<</if>> + +<<if $arcologies[0].FSChattelReligionist != "unset">> + <<if ($slaves[$i].collar is "tight steel") || ($slaves[$i].collar is "uncomfortable leather") || ($slaves[$i].collar is "cruel retirement counter")>> + Society @@color:green;mildly approves@@ of $slaves[$i].slaveName's collar as an expression of the old ideal of mortification of the flesh, advancing the combination of religious originalism and modern slavery. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSChattelReligionist/$FSLockinLevel), $arcologies[0].FSChattelReligionist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> + <<if ($slaves[$i].clothes is "a chattel habit") || ($slaves[$i].clothes is "a fallen nuns habit") || ($slaves[$i].clothes is "a penitent nuns habit") || ($slaves[$i].clothes is "a hijab") || ($slaves[$i].clothes is "a succubus outfit")>> + Society @@color:green;mildly approves@@ of her religiously themed clothing, strengthening the connection between sexual servitude and faith. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSChattelReligionist/$FSLockinLevel), $arcologies[0].FSChattelReligionist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <<elseif ($slaves[$i].clothes is "uncomfortable straps") or ($slaves[$i].clothes is "shibari ropes") or ($slaves[$i].clothes is "a nice maid outfit") or ($slaves[$i].clothes is "nice business attire") or ($slaves[$i].clothes is "a nice nurse outfit") or ($slaves[$i].clothes is "a kimono") or ($slaves[$i].clothes is "conservative clothing") or ($slaves[$i].clothes is "a military uniform") or ($slaves[$i].clothes is "no clothing")>> + Society accepts her spartan clothing, seeing it as permissible under the new religious mores. + <<else>> + Society @@color:red;mildly disapproves@@ of her unnecessarily gaudy attire; this slows acceptance of a link between faith and sexual servitude. + <<set $repGain -= 0.5*$FSSingleSlaveRep*($arcologies[0].FSChattelReligionist/$FSLockinLevel), $arcologies[0].FSChattelReligionist -= 0.025*$FSSingleSlaveRep*$pornFameBonus>> <</if>> + <<if ($slaves[$i].devotion > 95)>> + Society @@color:green;approves@@ of her devotion to you as a companion to religious devotion, seeing both as the model for holy slaves. + <<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSChattelReligionist/$FSLockinLevel), $arcologies[0].FSChattelReligionist += 0.005*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> + <<if ($slaves[$i].trust > 95)>> + Society @@color:green;strongly approves@@ of her faith in you as a companion to faith in God, seeing both as the model for righteous slaves of the future. + <<set $repGain += 2*$FSSingleSlaveRep*($arcologies[0].FSChattelReligionist/$FSLockinLevel), $arcologies[0].FSChattelReligionist += 0.01*$FSSingleSlaveRep*$pornFameBonus>> <</if>> + <<if ($slaves[$i].behavioralFlaw is "devout")>> + Society does not disapprove of her devout adherence to an old world faith, having confidence that you'll bring her around, and looking forward to seeing her converted into a holy sex object. + <<elseif ($slaves[$i].behavioralQuirk is "sinful")>> + Society @@color:green;strongly approves@@ of her eagerness to transgress against the old world religious mores she once held dear. + <<set $repGain += 2*$FSSingleSlaveRep*($arcologies[0].FSChattelReligionist/$FSLockinLevel), $arcologies[0].FSChattelReligionist += 0.01*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> +<</if>> - /* LONG TERM PHYSICAL EFFECTS */ +<</if>> - <<if $slaves[$i].eyes != 0>> - <<if $slaves[$i].eyes is -2>> - <<if $slaves[$i].devotion > 50>> - Even though she is blind, she is devoted enough to you to allow herself to lower her guard. She becomes @@color:mediumaquamarine;trusting@@ of your ability to keep her safe. - <<set $slaves[$i].trust += 3>> - <<elseif $slaves[$i].devotion > 20>> - Since she's blind and on the cusp of devotion, she becomes slightly @@color:hotpink;more reliant@@, but also begins to be @@color:mediumaquamarine;less fearful@@ of what she can't see. - <<set $slaves[$i].devotion += 3,$slaves[$i].trust += 1>> - <<elseif $slaves[$i].assignment is "please you">> - She may be blind, but she knows nobody would dare harm her under your watch, @@color:mediumaquamarine;building her trust@@ in you. - <<set $slaves[$i].trust += 2>> - <<elseif $slaves[$i].devotion > -20>> - Her blindness forces her to @@color:hotpink;rely@@ on your mercy. However, it only @@color:gold;amplifies her fear@@ as she has severely limited capabilities to defend herself. - <<set $slaves[$i].devotion += 5, $slaves[$i].trust -= 10>> - <<else>> - Being blind forces her to @@color:hotpink;completely rely@@ on your mercy. It does nothing to stem @@color:gold;the terror@@ she faces constantly being unable to tell what will happen to her. - <<set $slaves[$i].devotion += 10, $slaves[$i].trust -= 25>> - <</if>> - <<elseif $slaves[$i].eyes is -1>> - <<if ($slaves[$i].eyewear != "corrective glasses") && ($slaves[$i].eyewear != "corrective contacts")>> - <<if $slaves[$i].devotion > 50>> - <<elseif $slaves[$i].devotion > 20>> - Since she's on the cusp of devotion, her blurred vision makes her @@color:hotpink;slightly more submissive,@@ since she can't always see what's happening to her. - <<set $slaves[$i].devotion += 1>> - <<elseif ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment != "serve in the club") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel")>> - Her blurred vision @@color:hotpink;reduces her distaste for her life slightly,@@ since her fuzzy vision allows her to ignore the details of everyone she's expected to fuck. - <<set $slaves[$i].devotion += 1>> - <<else>> - Her blurred vision tends to make her @@color:mediumorchid;a little more fearful,@@ since she can never tell what's about to happen to her. - <<set $slaves[$i].trust -= 1>> - <</if>> - <</if>> - <<elseif $slaves[$i].eyes is -2>> - <<if ($slaves[$i].eyewear is "blurring glasses") || ($slaves[$i].eyewear is "blurring contacts")>> +<<if typeof $slaves[$i].origin is "string">> +<<set $toSearch to $slaves[$i].origin>> +<<if $toSearch.indexOf("Slave Shelter") != -1>> + <<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel") || ($slaves[$i].assignment is "serve in the club")>> + <<if ($slaves[$i].health > -20) && ($slaves[$i].trust > 20) && ($slaves[$i].health > 40)>> + <<if $arcologies[0].FSPaternalist != "unset">> + Society @@color:green;mildly approves@@ of how you've brought a shelter girl health and happiness. + <<set $repGain += 0.5*$FSSingleSlaveRep*($arcologies[0].FSPaternalist/$FSLockinLevel), $arcologies[0].FSPaternalist += 0.025*$FSSingleSlaveRep*$pornFameBonus>> + <<elseif $arcologies[0].FSDegradationist is "unset">> + The public knows she's a shelter girl you took in, and is @@color:green;touched@@ that she now seems happy and healthy. + <<set $repGain += 10>> + <</if>> + <</if>> + <</if>> +<</if>> +<</if>> + +/* LONG TERM PHYSICAL EFFECTS */ + +<<if $slaves[$i].eyes != 0>> +<<if $slaves[$i].eyes is -2>> + <<if $slaves[$i].devotion > 50>> + Even though she is blind, she is devoted enough to you to allow herself to lower her guard. She becomes @@color:mediumaquamarine;trusting@@ of your ability to keep her safe. + <<set $slaves[$i].trust += 3>> + <<elseif $slaves[$i].devotion > 20>> + Since she's blind and on the cusp of devotion, she becomes slightly @@color:hotpink;more reliant@@, but also begins to be @@color:mediumaquamarine;less fearful@@ of what she can't see. + <<set $slaves[$i].devotion += 3,$slaves[$i].trust += 1>> + <<elseif $slaves[$i].assignment is "please you">> + She may be blind, but she knows nobody would dare harm her under your watch, @@color:mediumaquamarine;building her trust@@ in you. + <<set $slaves[$i].trust += 2>> + <<elseif $slaves[$i].devotion > -20>> + Her blindness forces her to @@color:hotpink;rely@@ on your mercy. However, it only @@color:gold;amplifies her fear@@ as she has severely limited capabilities to defend herself. + <<set $slaves[$i].devotion += 5, $slaves[$i].trust -= 10>> + <<else>> + Being blind forces her to @@color:hotpink;completely rely@@ on your mercy. It does nothing to stem @@color:gold;the terror@@ she faces constantly being unable to tell what will happen to her. + <<set $slaves[$i].devotion += 10, $slaves[$i].trust -= 25>> + <</if>> +<<elseif $slaves[$i].eyes is -1>> + <<if ($slaves[$i].eyewear != "corrective glasses") && ($slaves[$i].eyewear != "corrective contacts")>> <<if $slaves[$i].devotion > 50>> - She tolerates the annoyance of blurred vision induced by her eyewear. - <<elseif $slaves[$i].devotion > 20>> - Since she's on the cusp of devotion, the blurred vision induced by her eyewear actually makes her @@color:hotpink;slightly more submissive.@@ - <<set $slaves[$i].devotion += 1>> - <<elseif ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment != "serve in the club") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel")>> - The blurred vision induced by her eyewear actually @@color:hotpink;reduces her distaste for her life slightly,@@ since her fuzzy vision allows her to ignore the details of everyone she's expected to fuck. - <<set $slaves[$i].devotion += 1>> - <<else>> - The blurred vision induced by her eyewear actually @@color:mediumorchid;infuriates her.@@ - <<set $slaves[$i].devotion -= 1>> - <</if>> - <</if>> + <<elseif $slaves[$i].devotion > 20>> + Since she's on the cusp of devotion, her blurred vision makes her @@color:hotpink;slightly more submissive,@@ since she can't always see what's happening to her. + <<set $slaves[$i].devotion += 1>> + <<elseif ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment != "serve in the club") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel")>> + Her blurred vision @@color:hotpink;reduces her distaste for her life slightly,@@ since her fuzzy vision allows her to ignore the details of everyone she's expected to fuck. + <<set $slaves[$i].devotion += 1>> + <<else>> + Her blurred vision tends to make her @@color:mediumorchid;a little more fearful,@@ since she can never tell what's about to happen to her. + <<set $slaves[$i].trust -= 1>> <</if>> <</if>> +<<elseif $slaves[$i].eyes is -2>> + <<if ($slaves[$i].eyewear is "blurring glasses") || ($slaves[$i].eyewear is "blurring contacts")>> + <<if $slaves[$i].devotion > 50>> + She tolerates the annoyance of blurred vision induced by her eyewear. + <<elseif $slaves[$i].devotion > 20>> + Since she's on the cusp of devotion, the blurred vision induced by her eyewear actually makes her @@color:hotpink;slightly more submissive.@@ + <<set $slaves[$i].devotion += 1>> + <<elseif ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment != "serve in the club") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel")>> + The blurred vision induced by her eyewear actually @@color:hotpink;reduces her distaste for her life slightly,@@ since her fuzzy vision allows her to ignore the details of everyone she's expected to fuck. + <<set $slaves[$i].devotion += 1>> + <<else>> + The blurred vision induced by her eyewear actually @@color:mediumorchid;infuriates her.@@ + <<set $slaves[$i].devotion -= 1>> + <</if>> + <</if>> +<</if>> +<</if>> - <<if $slaves[$i].teeth is "straightening braces">> - <<if $slaves[$i].devotion <= 20>> - Her mouth full of orthodontia is quite uncomfortable, - <<if $slaves[$i].intelligence > 0>> - but she has the presence of mind to know that it's for her own good, and she doesn't blame you for it. - <<else>> - and she's stupid enough to @@color:mediumorchid;blame you@@ for the discomfort. - <<set $slaves[$i].devotion -= 1>> - <</if>> - <<else>> - She puts up with the discomfort produced by her orthodontia for your sake. - <</if>> - <<if random(1,10) == 1>> - Her braces @@color:lime;straighten her teeth.@@ They can now be removed to leave her with a beautiful smile, or left on. - <<set $slaves[$i].teeth to "cosmetic braces">> - <</if>> - <</if>> - - <<if $weightAffectsAssets != 0>> - <<if $slaves[$i].weight <= 10>> - <<if $slaves[$i].diet != "fattening">> - <<if $slaves[$i].weight < -95>> - <<if $slaves[$i].boobs-$slaves[$i].boobsImplant > 750>> - Her desperately underweight body @@color:orange;burns fat off her plush boobs.@@ - <<set $slaves[$i].boobs -= 50>> - <<elseif $slaves[$i].butt-$slaves[$i].buttImplant > 3>> - Her desperately underweight body @@color:orange;burns fat off her plush butt.@@ - <<set $slaves[$i].butt -= 0.4>> - <<elseif $slaves[$i].boobs-$slaves[$i].boobsImplant > 500>> - Her desperately underweight body @@color:orange;burns some fat off her healthy boobs.@@ - <<set $slaves[$i].boobs -= 25>> - <<elseif $slaves[$i].butt-$slaves[$i].buttImplant > 2>> - Her desperately underweight body @@color:orange;burns some fat off her healthy butt.@@ - <<set $slaves[$i].butt -= 0.2>> - <</if>> - <<elseif $slaves[$i].weight <= -30>> - <<if $slaves[$i].boobs-$slaves[$i].boobsImplant > 1000>> - Her underweight body @@color:orange;burns fat off her big boobs.@@ - <<set $slaves[$i].boobs -= 50>> - <<elseif $slaves[$i].butt-$slaves[$i].buttImplant > 4>> - Her underweight body @@color:orange;burns fat off her big butt.@@ - <<set $slaves[$i].butt -= 0.4>> - <<elseif $slaves[$i].boobs-$slaves[$i].boobsImplant > 750>> - Her underweight body @@color:orange;burns some fat off her plush boobs.@@ - <<set $slaves[$i].boobs -= 25>> - <<elseif $slaves[$i].butt-$slaves[$i].buttImplant > 3>> - Her underweight body @@color:orange;burns some fat off her plush butt.@@ - <<set $slaves[$i].butt -= 0.2>> - <</if>> - <<elseif $slaves[$i].weight < -10>> - <<if $slaves[$i].boobs-$slaves[$i].boobsImplant > 2000>> - Her skinny body @@color:orange;burns fat off her huge boobs.@@ - <<set $slaves[$i].boobs -= 50>> - <<elseif $slaves[$i].butt-$slaves[$i].buttImplant > 6>> - Her skinny body @@color:orange;burns fat off her huge butt.@@ - <<set $slaves[$i].butt -= 0.4>> - <<elseif $slaves[$i].boobs-$slaves[$i].boobsImplant > 1000>> - Her skinny body @@color:orange;burns some fat off her big boobs.@@ - <<set $slaves[$i].boobs -= 25>> - <<elseif $slaves[$i].butt-$slaves[$i].buttImplant > 4>> - Her skinny body @@color:orange;burns some fat off her big butt.@@ - <<set $slaves[$i].butt -= 0.2>> - <</if>> - <<else>> - <<if $slaves[$i].boobs-$slaves[$i].boobsImplant > 5000>> - Her thin body @@color:orange;burns fat off her monstrous boobs.@@ - <<set $slaves[$i].boobs -= 50>> - <<elseif $slaves[$i].butt-$slaves[$i].buttImplant > 8>> - Her thin body @@color:orange;burns fat off her monstrous butt.@@ - <<set $slaves[$i].butt -= 0.4>> - <<elseif $slaves[$i].boobs-$slaves[$i].boobsImplant > 2000>> - Her thin body @@color:orange;burns some fat off her huge boobs.@@ - <<set $slaves[$i].boobs -= 25>> - <<elseif $slaves[$i].butt-$slaves[$i].buttImplant > 6>> - Her thin body @@color:orange;burns some fat off her huge butt.@@ - <<set $slaves[$i].butt -= 0.2>> - <</if>> - <</if>> - <</if>> - <</if>> - <</if>> - - <<if $slaves[$i].anus > 0>> - <<if $slaves[$i].anus >= $slaves[$i].analArea>> - <<if random(1,100) > (80 - (20*($slaves[$i].anus - $slaves[$i].analArea)))>> - <<set $slaves[$i].analArea += 1>> - Her anal area is getting used to being - <<if $slaves[$i].analArea > 3>> - permanently gaped, and the puckered skin around her anus now runs from her tailbone all the way down to the <<if $slaves[$i].vagina > -1>>bottom of her pussy<<else>>base of her dick<</if>>. - <<elseif $slaves[$i].analArea > 2>> - very loose, and the puckered skin around her anus now covers more of the space between her buttocks. - <<elseif $slaves[$i].analArea > 1>> - nice and relaxed, and it now looks quite lewd. - <<else>> - penetrated, and to put it delicately, her anus is now a bit more eye-catching. - <</if>> +<<if $slaves[$i].teeth is "straightening braces">> + <<if $slaves[$i].devotion <= 20>> + Her mouth full of orthodontia is quite uncomfortable, + <<if $slaves[$i].intelligence > 0>> + but she has the presence of mind to know that it's for her own good, and she doesn't blame you for it. + <<else>> + and she's stupid enough to @@color:mediumorchid;blame you@@ for the discomfort. + <<set $slaves[$i].devotion -= 1>> <</if>> + <<else>> + She puts up with the discomfort produced by her orthodontia for your sake. + <</if>> + <<if random(1,10) == 1>> + Her braces @@color:lime;straighten her teeth.@@ They can now be removed to leave her with a beautiful smile, or left on. + <<set $slaves[$i].teeth to "cosmetic braces">> + <</if>> +<</if>> + +<<if $weightAffectsAssets != 0>> +<<if $slaves[$i].weight <= 10>> +<<if $slaves[$i].diet != "fattening">> + <<if $slaves[$i].weight < -95>> + <<if $slaves[$i].boobs-$slaves[$i].boobsImplant > 750>> + Her desperately underweight body @@color:orange;burns fat off her plush boobs.@@ + <<set $slaves[$i].boobs -= 50>> + <<elseif $slaves[$i].butt-$slaves[$i].buttImplant > 3>> + Her desperately underweight body @@color:orange;burns fat off her plush butt.@@ + <<set $slaves[$i].butt -= 0.4>> + <<elseif $slaves[$i].boobs-$slaves[$i].boobsImplant > 500>> + Her desperately underweight body @@color:orange;burns some fat off her healthy boobs.@@ + <<set $slaves[$i].boobs -= 25>> + <<elseif $slaves[$i].butt-$slaves[$i].buttImplant > 2>> + Her desperately underweight body @@color:orange;burns some fat off her healthy butt.@@ + <<set $slaves[$i].butt -= 0.2>> + <</if>> + <<elseif $slaves[$i].weight <= -30>> + <<if $slaves[$i].boobs-$slaves[$i].boobsImplant > 1000>> + Her underweight body @@color:orange;burns fat off her big boobs.@@ + <<set $slaves[$i].boobs -= 50>> + <<elseif $slaves[$i].butt-$slaves[$i].buttImplant > 4>> + Her underweight body @@color:orange;burns fat off her big butt.@@ + <<set $slaves[$i].butt -= 0.4>> + <<elseif $slaves[$i].boobs-$slaves[$i].boobsImplant > 750>> + Her underweight body @@color:orange;burns some fat off her plush boobs.@@ + <<set $slaves[$i].boobs -= 25>> + <<elseif $slaves[$i].butt-$slaves[$i].buttImplant > 3>> + Her underweight body @@color:orange;burns some fat off her plush butt.@@ + <<set $slaves[$i].butt -= 0.2>> + <</if>> + <<elseif $slaves[$i].weight < -10>> + <<if $slaves[$i].boobs-$slaves[$i].boobsImplant > 2000>> + Her skinny body @@color:orange;burns fat off her huge boobs.@@ + <<set $slaves[$i].boobs -= 50>> + <<elseif $slaves[$i].butt-$slaves[$i].buttImplant > 6>> + Her skinny body @@color:orange;burns fat off her huge butt.@@ + <<set $slaves[$i].butt -= 0.4>> + <<elseif $slaves[$i].boobs-$slaves[$i].boobsImplant > 1000>> + Her skinny body @@color:orange;burns some fat off her big boobs.@@ + <<set $slaves[$i].boobs -= 25>> + <<elseif $slaves[$i].butt-$slaves[$i].buttImplant > 4>> + Her skinny body @@color:orange;burns some fat off her big butt.@@ + <<set $slaves[$i].butt -= 0.2>> <</if>> + <<else>> + <<if $slaves[$i].boobs-$slaves[$i].boobsImplant > 5000>> + Her thin body @@color:orange;burns fat off her monstrous boobs.@@ + <<set $slaves[$i].boobs -= 50>> + <<elseif $slaves[$i].butt-$slaves[$i].buttImplant > 8>> + Her thin body @@color:orange;burns fat off her monstrous butt.@@ + <<set $slaves[$i].butt -= 0.4>> + <<elseif $slaves[$i].boobs-$slaves[$i].boobsImplant > 2000>> + Her thin body @@color:orange;burns some fat off her huge boobs.@@ + <<set $slaves[$i].boobs -= 25>> + <<elseif $slaves[$i].butt-$slaves[$i].buttImplant > 6>> + Her thin body @@color:orange;burns some fat off her huge butt.@@ + <<set $slaves[$i].butt -= 0.2>> + <</if>> + <</if>> +<</if>> +<</if>> +<</if>> + +<<if $slaves[$i].anus > 0>> +<<if $slaves[$i].anus >= $slaves[$i].analArea>> +<<if random(1,100) > (80 - (20*($slaves[$i].anus - $slaves[$i].analArea)))>> + <<set $slaves[$i].analArea += 1>> + Her anal area is getting used to being + <<if $slaves[$i].analArea > 3>> + permanently gaped, and the puckered skin around her anus now runs from her tailbone all the way down to the <<if $slaves[$i].vagina > -1>>bottom of her pussy<<else>>base of her dick<</if>>. + <<elseif $slaves[$i].analArea > 2>> + very loose, and the puckered skin around her anus now covers more of the space between her buttocks. + <<elseif $slaves[$i].analArea > 1>> + nice and relaxed, and it now looks quite lewd. + <<else>> + penetrated, and to put it delicately, her anus is now a bit more eye-catching. <</if>> +<</if>> +<</if>> +<</if>> - <<if $slaves[$i].dick > 0>> +<<if $slaves[$i].dick > 0>> - <<if $slaves[$i].foreskin > 0>> - <<if $slaves[$i].foreskin - $slaves[$i].dick < -1>> - <<if canAchieveErection($slaves[$i])>> - Her cockhead has grown to the point where it is much too large for her foreskin, making her erections so uncomfortable to achieve that her @@color:red;appetite for sex is reduced@@ by her reluctance to undergo the discomfort. - <<set $slaves[$i].energy -= 2>> - <<if random(1,300) < $slaves[$i].energy>> - Despite this, she spends enough of her time hard that her foreskin @@color:lime;stretches out naturally.@@ - <<set $slaves[$i].foreskin += 1>> - <</if>> - <</if>> - <<elseif $slaves[$i].foreskin - $slaves[$i].dick < 0>> - <<if canAchieveErection($slaves[$i])>> - Her cockhead has grown to the point where it is too large for her foreskin, making her erections uncomfortable to achieve; her @@color:red;arousal is slightly impeded@@ by her reluctance to undergo the discomfort. - <<set $slaves[$i].energy -= 1>> - <<if random(1,500) < $slaves[$i].energy>> - Despite this, she spends enough of her time hard that her foreskin @@color:lime;stretches out naturally.@@ - <<set $slaves[$i].foreskin += 1>> - <</if>> - <</if>> - <<elseif $slaves[$i].foreskin - $slaves[$i].dick > 1>> - <<if ($slaves[$i].balls > 0)>> - <<if random(30,110) > $slaves[$i].energy>> - Her penis has gotten so small that even when she's hard, her loose foreskin rarely retracts. Despite her regular erections, @@color:orange;her foreskin atrophies.@@ - <<set $slaves[$i].foreskin -= 1>> - <</if>> - <<else>> - <<if random(40,120) > $slaves[$i].energy>> - @@color:orange;Her foreskin atrophies,@@ which is not surprising, since her penis has shrunk and it's almost never hard. - <<set $slaves[$i].foreskin -= 1>> - <</if>> - <</if>> +<<if $slaves[$i].foreskin > 0>> +<<if $slaves[$i].foreskin - $slaves[$i].dick < -1>> + <<if canAchieveErection($slaves[$i])>> + Her cockhead has grown to the point where it is much too large for her foreskin, making her erections so uncomfortable to achieve that her @@color:red;appetite for sex is reduced@@ by her reluctance to undergo the discomfort. + <<set $slaves[$i].energy -= 2>> + <<if random(1,300) < $slaves[$i].energy>> + Despite this, she spends enough of her time hard that her foreskin @@color:lime;stretches out naturally.@@ + <<set $slaves[$i].foreskin += 1>> <</if>> <</if>> - <<if $slaves[$i].balls > 0>> - <<if $slaves[$i].scrotum > 0>> - <<if $slaves[$i].scrotum - $slaves[$i].balls < -1>> - Her nuts have grown so large that they are much too big for her ballsack, giving her constant discomfort. Her @@color:red;appetite for sex is reduced@@ by how much her junk hurts. - <<set $slaves[$i].energy -= 2>> - <<if random(0,2) == 0>> - Her scrotum @@color:lime;stretches out naturally@@ as her balls force it to accept their size, giving her relief at last. - <<set $slaves[$i].scrotum += 1>> - <</if>> - <<elseif $slaves[$i].scrotum - $slaves[$i].balls is -1>> +<<elseif $slaves[$i].foreskin - $slaves[$i].dick < 0>> + <<if canAchieveErection($slaves[$i])>> + Her cockhead has grown to the point where it is too large for her foreskin, making her erections uncomfortable to achieve; her @@color:red;arousal is slightly impeded@@ by her reluctance to undergo the discomfort. + <<set $slaves[$i].energy -= 1>> + <<if random(1,500) < $slaves[$i].energy>> + Despite this, she spends enough of her time hard that her foreskin @@color:lime;stretches out naturally.@@ + <<set $slaves[$i].foreskin += 1>> + <</if>> + <</if>> +<<elseif $slaves[$i].foreskin - $slaves[$i].dick > 1>> + <<if ($slaves[$i].balls > 0)>> + <<if random(30,110) > $slaves[$i].energy>> + Her penis has gotten so small that even when she's hard, her loose foreskin rarely retracts. Despite her regular erections, @@color:orange;her foreskin atrophies.@@ + <<set $slaves[$i].foreskin -= 1>> + <</if>> + <<else>> + <<if random(40,120) > $slaves[$i].energy>> + @@color:orange;Her foreskin atrophies,@@ which is not surprising, since her penis has shrunk and it's almost never hard. + <<set $slaves[$i].foreskin -= 1>> + <</if>> + <</if>> +<</if>> +<</if>> +<<if $slaves[$i].balls > 0>> +<<if $slaves[$i].scrotum > 0>> + <<if $slaves[$i].scrotum - $slaves[$i].balls < -1>> + Her nuts have grown so large that they are much too big for her ballsack, giving her constant discomfort. Her @@color:red;appetite for sex is reduced@@ by how much her junk hurts. + <<set $slaves[$i].energy -= 2>> + <<if random(0,2) == 0>> + Her scrotum @@color:lime;stretches out naturally@@ as her balls force it to accept their size, giving her relief at last. + <<set $slaves[$i].scrotum += 1>> + <</if>> + <<elseif $slaves[$i].scrotum - $slaves[$i].balls is -1>> + <<if random(0,4) == 0>> + Her scrotum @@color:lime;stretches out naturally@@ as it adapts to her newly enhanced balls. + <<set $slaves[$i].scrotum += 1>> + <</if>> + <<elseif $slaves[$i].balls > 5>> + <<if ($slaves[$i].scrotum < 7)>> <<if random(0,4) == 0>> - Her scrotum @@color:lime;stretches out naturally@@ as it adapts to her newly enhanced balls. - <<set $slaves[$i].scrotum += 1>> - <</if>> - <<elseif $slaves[$i].balls > 5>> - <<if ($slaves[$i].scrotum < 7)>> - <<if random(0,4) == 0>> - Her huge, heavy balls tug her scrotum downward, and it @@color:lime;stretches out naturally@@ under their weight. - <<set $slaves[$i].scrotum += 1>> - <</if>> - <</if>> - <<elseif $slaves[$i].scrotum - $slaves[$i].balls > 1>> - <<if ($slaves[$i].hormones > 0)>> - <<if random(0,2) == 0>> - @@color:orange;Her ballsack atrophies,@@ which is not surprising, since she's on female hormones and her girly balls have gotten so small. - <<set $slaves[$i].scrotum -= 1>> - <</if>> + Her huge, heavy balls tug her scrotum downward, and it @@color:lime;stretches out naturally@@ under their weight. + <<set $slaves[$i].scrotum += 1>> <</if>> - <</if>> - <<else>> - <<if $slaves[$i].balls > 2>> - Her balls have been relocated to her abdomen, and while they still work there, it's not where they're designed to be. Routine scans show that @@color:orange;they've atrophied,@@ <<if $slaves[$i].balls > 3>>and will probably continue to do so until they stabilise at a below-average size<<else>>but are not likely to get any smaller<</if>>. - <<set $slaves[$i].balls -= 1>> + <</if>> + <<elseif $slaves[$i].scrotum - $slaves[$i].balls > 1>> + <<if ($slaves[$i].hormones > 0)>> + <<if random(0,2) == 0>> + @@color:orange;Her ballsack atrophies,@@ which is not surprising, since she's on female hormones and her girly balls have gotten so small. + <<set $slaves[$i].scrotum -= 1>> <</if>> <</if>> <</if>> - - <<if ($slaves[$i].clit > 0)>> - Her clit is largely vestigial, since she has a penis atop her vagina, so her @@color:orange;clitoris atrophies.@@ - <<set $slaves[$i].clit -= 1>> +<<else>> + <<if $slaves[$i].balls > 2>> + Her balls have been relocated to her abdomen, and while they still work there, it's not where they're designed to be. Routine scans show that @@color:orange;they've atrophied,@@ <<if $slaves[$i].balls > 3>>and will probably continue to do so until they stabilise at a below-average size<<else>>but are not likely to get any smaller<</if>>. + <<set $slaves[$i].balls -= 1>> <</if>> +<</if>> +<</if>> - <</if>> /* CLOSES DICK CHECK */ +<<if ($slaves[$i].clit > 0)>> + Her clit is largely vestigial, since she has a penis atop her vagina, so her @@color:orange;clitoris atrophies.@@ + <<set $slaves[$i].clit -= 1>> +<</if>> - <<if ($slaves[$i].balls == 0)>> - <<if ($slaves[$i].ovaries == 0)>> - <<if ($slaves[$i].energy < 90)>> - <<if ($slaves[$i].dick == 0)>> - Her lack of natural sex hormones @@color:red;slightly reduces her sex drive.@@ - <<set $slaves[$i].energy -= 1>> - <<else>> - Her lack of balls @@color:red;reduces her sex drive.@@ +<</if>> /* CLOSES DICK CHECK */ + +<<if ($slaves[$i].balls == 0)>> +<<if ($slaves[$i].ovaries == 0)>> +<<if ($slaves[$i].energy < 90)>> + <<if ($slaves[$i].dick == 0)>> + Her lack of natural sex hormones @@color:red;slightly reduces her sex drive.@@ + <<set $slaves[$i].energy -= 1>> + <<else>> + Her lack of balls @@color:red;reduces her sex drive.@@ + <<set $slaves[$i].energy -= 2>> + <</if>> +<</if>> +<</if>> +<</if>> + +<<if ($slaves[$i].devotion > 95)>> + <<if ($slaves[$i].energy <= 50)>> + She's so worshipful of you that she derives erotic satisfaction simply from being your slave, giving her @@color:green;more of an appetite for sex.@@ + <<set $slaves[$i].energy += 1>> + <</if>> +<<elseif ($slaves[$i].devotion > 50)>> + She's so devoted to you that her appetite for sex isn't affected by the unpleasant parts of slave life. +<<elseif ($slaves[$i].energy > 95)>> +<<elseif ($slaves[$i].energy <= 5)>> +<<elseif ($slaves[$i].devotion > 20)>> + <<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel") || ($slaves[$i].assignment is "serve in the club") || ($slaves[$i].assignment is "work a glory hole") || ($slaves[$i].assignment is "be confined in the arcade") || ($slaves[$i].assignment is "please you") || ($slaves[$i].assignment is "serve in the master suite") || ($slaves[$i].assignment is "be a subordinate slave")>> + Her assignment constantly requires her to fuck. She obeys, but @@color:red;her appetite for sex is reduced.@@ <<set $slaves[$i].energy -= 2>> - <</if>> + <<else>> + Sometimes, she wishes she weren't a sex slave, @@color:red;reducing her appetite for sex,@@ though less than if her assignment required her to fuck constantly. + <<set $slaves[$i].energy -= 1>> <</if>> +<<elseif ($slaves[$i].devotion >= -20)>> + <<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel") || ($slaves[$i].assignment is "serve in the club") || ($slaves[$i].assignment is "work a glory hole") || ($slaves[$i].assignment is "be confined in the arcade") || ($slaves[$i].assignment is "please you") || ($slaves[$i].assignment is "serve in the master suite") || ($slaves[$i].assignment is "be a subordinate slave")>> + Her assignment forces her to let herself get fucked constantly, @@color:red;reducing her appetite for sex.@@ + <<set $slaves[$i].energy -= 3>> + <<else>> + She isn't used to life as a sex slave, and the constant sexual anxiety @@color:red;reduces her appetite for sex,@@ though less than if her assignment forced her to let herself get fucked constantly. + <<set $slaves[$i].energy -= 2>> <</if>> +<<else>> + <<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel") || ($slaves[$i].assignment is "serve in the club") || ($slaves[$i].assignment is "work a glory hole") || ($slaves[$i].assignment is "be confined in the arcade") || ($slaves[$i].assignment is "please you") || ($slaves[$i].assignment is "serve in the master suite") || ($slaves[$i].assignment is "be a subordinate slave")>> + Her assignment subjects her to constant rape, @@color:red;rapidly reducing her appetite for sex.@@ + <<set $slaves[$i].energy -= 5>> + <<else>> + She hates being a sex slave, @@color:red;reducing her appetite for sex,@@ though less than if her assignment subjected her to constant rape. + <<set $slaves[$i].energy -= 3>> + <</if>> +<</if>> + +<<if ($slaves[$i].health > 90)>> + <<if ($slaves[$i].energy <= 70)>> + Her outstanding health produces a @@color:green;slow improvement in libido.@@ + <<set $slaves[$i].energy += 1>> + <</if>> +<<elseif ($slaves[$i].health > 60)>> + <<if ($slaves[$i].energy <= 50)>> + Her good health produces a @@color:green;slow improvement in libido.@@ + <<set $slaves[$i].energy += 1>> + <</if>> +<</if>> + +<<if ($slaves[$i].physicalAge >= 30)>> +<<if ($slaves[$i].health > 20)>> +<<if ($slaves[$i].physicalAge-30) > random(1,100)>> +<<if ($slaves[$i].curatives == 0)>> + The bloom comes off her excellent health a little. It seems her @@color:red;age@@ may be affecting her. + <<set $slaves[$i].health -= 10>> +<</if>> +<</if>> +<</if>> +<</if>> + +<<if !canWalk($slaves[$i])>> + She is immobilized by her + <<if ($slaves[$i].amp == 1)>> + limblessness, + <<elseif tooBigBreasts($slaves[$i])>> + tits, + <<elseif tooBigBelly($slaves[$i])>> + pregnancy, + <<elseif tooBigDick($slaves[$i])>> + butt, + <<elseif tooBigButt($slaves[$i])>> + butt, + <<elseif tooBigBalls($slaves[$i])>> + balls, + <<else>> + heels having been clipped, <</if>> - - <<if ($slaves[$i].devotion > 95)>> - <<if ($slaves[$i].energy <= 50)>> - She's so worshipful of you that she derives erotic satisfaction simply from being your slave, giving her @@color:green;more of an appetite for sex.@@ - <<set $slaves[$i].energy += 1>> - <</if>> - <<elseif ($slaves[$i].devotion > 50)>> - She's so devoted to you that her appetite for sex isn't affected by the unpleasant parts of slave life. - <<elseif ($slaves[$i].energy > 95)>> - <<elseif ($slaves[$i].energy <= 5)>> - <<elseif ($slaves[$i].devotion > 20)>> - <<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel") || ($slaves[$i].assignment is "serve in the club") || ($slaves[$i].assignment is "work a glory hole") || ($slaves[$i].assignment is "be confined in the arcade") || ($slaves[$i].assignment is "please you") || ($slaves[$i].assignment is "serve in the master suite") || ($slaves[$i].assignment is "be a subordinate slave")>> - Her assignment constantly requires her to fuck. She obeys, but @@color:red;her appetite for sex is reduced.@@ - <<set $slaves[$i].energy -= 2>> - <<else>> - Sometimes, she wishes she weren't a sex slave, @@color:red;reducing her appetite for sex,@@ though less than if her assignment required her to fuck constantly. - <<set $slaves[$i].energy -= 1>> - <</if>> - <<elseif ($slaves[$i].devotion >= -20)>> - <<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel") || ($slaves[$i].assignment is "serve in the club") || ($slaves[$i].assignment is "work a glory hole") || ($slaves[$i].assignment is "be confined in the arcade") || ($slaves[$i].assignment is "please you") || ($slaves[$i].assignment is "serve in the master suite") || ($slaves[$i].assignment is "be a subordinate slave")>> - Her assignment forces her to let herself get fucked constantly, @@color:red;reducing her appetite for sex.@@ - <<set $slaves[$i].energy -= 3>> - <<else>> - She isn't used to life as a sex slave, and the constant sexual anxiety @@color:red;reduces her appetite for sex,@@ though less than if her assignment forced her to let herself get fucked constantly. - <<set $slaves[$i].energy -= 2>> - <</if>> + making her life more difficult. Other slaves have to help her at times, which + <<if $slaves[$i].devotion > 50>> + the devoted slave bears with equanimity. + <<elseif $slaves[$i].devotion > 20>> + she can't help @@color:mediumorchid;resenting@@ a little. + <<set $slaves[$i].devotion -= 1>> + <<elseif $slaves[$i].devotion >= -20>> + she @@color:mediumorchid;actively resents.@@ + <<set $slaves[$i].devotion -= 2>> <<else>> - <<if ($slaves[$i].assignment is "serve the public") || ($slaves[$i].assignment is "whore") || ($slaves[$i].assignment is "work in the brothel") || ($slaves[$i].assignment is "serve in the club") || ($slaves[$i].assignment is "work a glory hole") || ($slaves[$i].assignment is "be confined in the arcade") || ($slaves[$i].assignment is "please you") || ($slaves[$i].assignment is "serve in the master suite") || ($slaves[$i].assignment is "be a subordinate slave")>> - Her assignment subjects her to constant rape, @@color:red;rapidly reducing her appetite for sex.@@ - <<set $slaves[$i].energy -= 5>> - <<else>> - She hates being a sex slave, @@color:red;reducing her appetite for sex,@@ though less than if her assignment subjected her to constant rape. - <<set $slaves[$i].energy -= 3>> - <</if>> + she @@color:mediumorchid;utterly detests.@@ + <<set $slaves[$i].devotion -= 2>> <</if>> - - <<if ($slaves[$i].health > 90)>> - <<if ($slaves[$i].energy <= 70)>> - Her outstanding health produces a @@color:green;slow improvement in libido.@@ - <<set $slaves[$i].energy += 1>> - <</if>> - <<elseif ($slaves[$i].health > 60)>> - <<if ($slaves[$i].energy <= 50)>> - Her good health produces a @@color:green;slow improvement in libido.@@ - <<set $slaves[$i].energy += 1>> + <<if $slaves[$i].devotion < 10>> + <<if $slaves[$i].trust > -20>> + She's @@color:gold;aware of her total vulnerability@@ to punishment. + <<set $slaves[$i].trust -= 1>> + <</if>> + <</if>> + <<if ($slaves[$i].amp == 1)>> + <<if $slaves[$i].muscles > 5>> + As an amputee she @@color:orange;loses some muscle definition.@@ + <<set $slaves[$i].muscles -= 3>> <</if>> <</if>> +<</if>> - <<if ($slaves[$i].physicalAge >= 30)>> - <<if ($slaves[$i].health > 20)>> - <<if ($slaves[$i].physicalAge-30) > random(1,100)>> - <<if ($slaves[$i].curatives == 0)>> - The bloom comes off her excellent health a little. It seems her @@color:red;age@@ may be affecting her. - <<set $slaves[$i].health -= 10>> +<<if $slaves[$i].physicalAge >= 18>> +<<if ($slaves[$i].boobs > 9000+($slaves[$i].muscles*100))>> + <<if ($slaves[$i].assignment != "work in the dairy") || ($dairyRestraintsSetting < 2) || $arcologies[0].FSAssetExpansionistResearch == 0>> + <<if ($slaves[$i].drugs != "breast injections" && $FSAssetExpansionistResearch == 0)>> + <<if ($slaves[$i].boobs > 9000+($slaves[$i].muscles*100))>> + Her breasts are larger than her body can possibly sustain without industrial intervention, and they @@color:orange;naturally lose mass.@@ + <<set $slaves[$i].boobs to Math.clamp($slaves[$i].boobs-25, 9000+($slaves[$i].muscles*100), 25000)>> + <<else>> + Her breasts are far, far beyond what her body can sustain without industrial intervention, and they @@color:orange;naturally lose mass.@@ + <<set $slaves[$i].boobs to Math.clamp($slaves[$i].boobs-50, 9000+($slaves[$i].muscles*100), 25000)>> <</if>> <</if>> <</if>> +<</if>> +<<if ($slaves[$i].boobs > 20000)>> + Her giant breasts are so big they rest upon the floor, taking the weight off her body. She finds pulling them along @@color:mediumorchid;mildly annoying@@. + <<set $slaves[$i].devotion -= 1>> +<<elseif ($slaves[$i].boobs > 11000)>> + <<if (canWalk($slaves[$i]) is true)>> + Her giant tits are debilitatingly big. They are @@color:mediumorchid;very uncomfortable@@ and @@color:red;painful@@ for her body. + <<set $slaves[$i].devotion -= 3>> + <<set $slaves[$i].health -= 5>> + <</if>> +<<elseif ($slaves[$i].boobs > 8000)>> + <<if ($slaves[$i].muscles <= 30)>> + <<if (canWalk($slaves[$i]) is true)>> + Dragging her huge tits around is @@color:mediumorchid;uncomfortable@@ and @@color:red;painful@@ for her slight form. + <<set $slaves[$i].devotion -= 2>> + <<set $slaves[$i].health -= 4>> <</if>> - - <<if !canWalk($slaves[$i])>> - She is immobilized by her - <<if ($slaves[$i].amp == 1)>> - limblessness, - <<elseif tooBigBreasts($slaves[$i])>> - tits, - <<elseif tooBigBelly($slaves[$i])>> - pregnancy, - <<elseif tooBigDick($slaves[$i])>> - butt, - <<elseif tooBigButt($slaves[$i])>> - butt, - <<elseif tooBigBalls($slaves[$i])>> - balls, - <<else>> - heels having been clipped, - <</if>> - making her life more difficult. Other slaves have to help her at times, which - <<if $slaves[$i].devotion > 50>> - the devoted slave bears with equanimity. - <<elseif $slaves[$i].devotion > 20>> - she can't help @@color:mediumorchid;resenting@@ a little. - <<set $slaves[$i].devotion -= 1>> - <<elseif $slaves[$i].devotion >= -20>> - she @@color:mediumorchid;actively resents.@@ - <<set $slaves[$i].devotion -= 2>> - <<else>> - she @@color:mediumorchid;utterly detests.@@ - <<set $slaves[$i].devotion -= 2>> - <</if>> - <<if $slaves[$i].devotion < 10>> - <<if $slaves[$i].trust > -20>> - She's @@color:gold;aware of her total vulnerability@@ to punishment. - <<set $slaves[$i].trust -= 1>> - <</if>> - <</if>> - <<if ($slaves[$i].amp == 1)>> - <<if $slaves[$i].muscles > 5>> - As an amputee she @@color:orange;loses some muscle definition.@@ - <<set $slaves[$i].muscles -= 3>> - <</if>> - <</if>> <</if>> - - <<if $slaves[$i].physicalAge >= 18>> - <<if ($slaves[$i].boobs > 9000+($slaves[$i].muscles*100))>> - <<if ($slaves[$i].assignment != "work in the dairy") || ($dairyRestraintsSetting < 2) || $arcologies[0].FSAssetExpansionistResearch == 0>> - <<if ($slaves[$i].drugs != "breast injections" && $FSAssetExpansionistResearch == 0)>> - <<if ($slaves[$i].boobs > 9000+($slaves[$i].muscles*100))>> - Her breasts are larger than her body can possibly sustain without industrial intervention, and they @@color:orange;naturally lose mass.@@ - <<set $slaves[$i].boobs to Math.clamp($slaves[$i].boobs-25, 9000+($slaves[$i].muscles*100), 25000)>> - <<else>> - Her breasts are far, far beyond what her body can sustain without industrial intervention, and they @@color:orange;naturally lose mass.@@ - <<set $slaves[$i].boobs to Math.clamp($slaves[$i].boobs-50, 9000+($slaves[$i].muscles*100), 25000)>> - <</if>> - <</if>> - <</if>> +<<elseif ($slaves[$i].boobs > 4000)>> + <<if ($slaves[$i].muscles <= 30)>> + <<if (canWalk($slaves[$i]) is true)>> + The weight of her big boobs is @@color:mediumorchid;uncomfortable@@ for her slight form. + <<set $slaves[$i].devotion -= 2>> <</if>> - <<if ($slaves[$i].boobs > 20000)>> - Her giant breasts are so big they rest upon the floor, taking the weight off her body. She finds pulling them along @@color:mediumorchid;mildly annoying@@. - <<set $slaves[$i].devotion -= 1>> - <<elseif ($slaves[$i].boobs > 11000)>> - <<if (canWalk($slaves[$i]) is true)>> - Her giant tits are debilitatingly big. They are @@color:mediumorchid;very uncomfortable@@ and @@color:red;painful@@ for her body. - <<set $slaves[$i].devotion -= 3>> - <<set $slaves[$i].health -= 5>> - <</if>> - <<elseif ($slaves[$i].boobs > 8000)>> - <<if ($slaves[$i].muscles <= 30)>> - <<if (canWalk($slaves[$i]) is true)>> - Dragging her huge tits around is @@color:mediumorchid;uncomfortable@@ and @@color:red;painful@@ for her slight form. - <<set $slaves[$i].devotion -= 2>> - <<set $slaves[$i].health -= 4>> - <</if>> - <</if>> - <<elseif ($slaves[$i].boobs > 4000)>> - <<if ($slaves[$i].muscles <= 30)>> - <<if (canWalk($slaves[$i]) is true)>> - The weight of her big boobs is @@color:mediumorchid;uncomfortable@@ for her slight form. - <<set $slaves[$i].devotion -= 2>> - <</if>> - <</if>> <</if>> - <<elseif $slaves[$i].physicalAge <= 3>> +<</if>> +<<elseif $slaves[$i].physicalAge <= 3>> +<<if ($slaves[$i].boobs > 5100+($slaves[$i].muscles*10))>> + <<if ($slaves[$i].assignment != "work in the dairy") || ($dairyRestraintsSetting < 2) or $arcologies[0].FSAssetExpansionistResearch == 0>> + <<if ($slaves[$i].drugs != "breast injections" && $FSAssetExpansionistResearch == 0)>> <<if ($slaves[$i].boobs > 5100+($slaves[$i].muscles*10))>> - <<if ($slaves[$i].assignment != "work in the dairy") || ($dairyRestraintsSetting < 2) or $arcologies[0].FSAssetExpansionistResearch == 0>> - <<if ($slaves[$i].drugs != "breast injections" && $FSAssetExpansionistResearch == 0)>> - <<if ($slaves[$i].boobs > 5100+($slaves[$i].muscles*10))>> - Her breasts are larger than her body can possibly sustain without industrial intervention, and they @@color:orange;naturally lose mass.@@ - <<set $slaves[$i].boobs to Math.clamp($slaves[$i].boobs-25, 5100+($slaves[$i].muscles*10), 25000)>> - <<else>> - Her breasts are far, far beyond what her body can sustain without industrial intervention, and they @@color:orange;naturally lose mass.@@ - <<set $slaves[$i].boobs to Math.clamp($slaves[$i].boobs-50, 5100+($slaves[$i].muscles*10), 25000)>> - <</if>> - <</if>> - <</if>> + Her breasts are larger than her body can possibly sustain without industrial intervention, and they @@color:orange;naturally lose mass.@@ + <<set $slaves[$i].boobs to Math.clamp($slaves[$i].boobs-25, 5100+($slaves[$i].muscles*10), 25000)>> + <<else>> + Her breasts are far, far beyond what her body can sustain without industrial intervention, and they @@color:orange;naturally lose mass.@@ + <<set $slaves[$i].boobs to Math.clamp($slaves[$i].boobs-50, 5100+($slaves[$i].muscles*10), 25000)>> <</if>> - <<if ($slaves[$i].boobs > 8000)>> - Her giant breasts are so big they rest upon the floor, taking the weight off her tiny body. She finds pulling them along @@color:mediumorchid;mildly annoying@@. - <<set $slaves[$i].devotion -= 1>> - <<elseif ($slaves[$i].boobs > 5000)>> - <<if (canWalk($slaves[$i]) is true)>> - Her giant tits are debilitatingly big. They are @@color:mediumorchid;very uncomfortable@@ and @@color:red;painful@@ for her childish form. - <<set $slaves[$i].devotion -= 3>> - <<set $slaves[$i].health -= 4>> - <</if>> - <<elseif ($slaves[$i].boobs > 2500)>> - <<if ($slaves[$i].muscles <= 80)>> - <<if (canWalk($slaves[$i]) is true)>> - Hauling her huge tits around is @@color:mediumorchid;uncomfortable@@ for her childish form. - <<set $slaves[$i].devotion -= 2>> - <</if>> - <</if>> - <<elseif ($slaves[$i].boobs > 1000)>> - <<if ($slaves[$i].muscles <= 30)>> - <<if (canWalk($slaves[$i]) is true)>> - The weight of her big boobs is @@color:mediumorchid;uncomfortable@@ for her slight form. - <<set $slaves[$i].devotion -= 1>> - <</if>> - <</if>> <</if>> - <<elseif $slaves[$i].physicalAge <= 12>> + <</if>> +<</if>> +<<if ($slaves[$i].boobs > 8000)>> + Her giant breasts are so big they rest upon the floor, taking the weight off her tiny body. She finds pulling them along @@color:mediumorchid;mildly annoying@@. + <<set $slaves[$i].devotion -= 1>> +<<elseif ($slaves[$i].boobs > 5000)>> + <<if (canWalk($slaves[$i]) is true)>> + Her giant tits are debilitatingly big. They are @@color:mediumorchid;very uncomfortable@@ and @@color:red;painful@@ for her childish form. + <<set $slaves[$i].devotion -= 3>> + <<set $slaves[$i].health -= 4>> + <</if>> +<<elseif ($slaves[$i].boobs > 2500)>> + <<if ($slaves[$i].muscles <= 80)>> + <<if (canWalk($slaves[$i]) is true)>> + Hauling her huge tits around is @@color:mediumorchid;uncomfortable@@ for her childish form. + <<set $slaves[$i].devotion -= 2>> + <</if>> + <</if>> +<<elseif ($slaves[$i].boobs > 1000)>> + <<if ($slaves[$i].muscles <= 30)>> + <<if (canWalk($slaves[$i]) is true)>> + The weight of her big boobs is @@color:mediumorchid;uncomfortable@@ for her slight form. + <<set $slaves[$i].devotion -= 1>> + <</if>> + <</if>> +<</if>> +<<elseif $slaves[$i].physicalAge <= 12>> +<<if ($slaves[$i].boobs > 7000+($slaves[$i].muscles*20))>> + <<if ($slaves[$i].assignment != "work in the dairy") || ($dairyRestraintsSetting < 2)>> + <<if ($slaves[$i].drugs != "breast injections" && $arcologies[0].FSAssetExpansionistResearch == 0)>> <<if ($slaves[$i].boobs > 7000+($slaves[$i].muscles*20))>> - <<if ($slaves[$i].assignment != "work in the dairy") || ($dairyRestraintsSetting < 2)>> - <<if ($slaves[$i].drugs != "breast injections" && $arcologies[0].FSAssetExpansionistResearch == 0)>> - <<if ($slaves[$i].boobs > 7000+($slaves[$i].muscles*20))>> - Her breasts are larger than her body can possibly sustain without industrial intervention, and they @@color:orange;naturally lose mass.@@ - <<set $slaves[$i].boobs to Math.clamp($slaves[$i].boobs-25, 7000+($slaves[$i].muscles*20), 25000)>> - <<else>> - Her breasts are far, far beyond what her body can sustain without industrial intervention, and they @@color:orange;naturally lose mass.@@ - <<set $slaves[$i].boobs to Math.clamp($slaves[$i].boobs-50, 7000+($slaves[$i].muscles*20), 25000)>> - <</if>> - <</if>> - <</if>> + Her breasts are larger than her body can possibly sustain without industrial intervention, and they @@color:orange;naturally lose mass.@@ + <<set $slaves[$i].boobs to Math.clamp($slaves[$i].boobs-25, 7000+($slaves[$i].muscles*20), 25000)>> + <<else>> + Her breasts are far, far beyond what her body can sustain without industrial intervention, and they @@color:orange;naturally lose mass.@@ + <<set $slaves[$i].boobs to Math.clamp($slaves[$i].boobs-50, 7000+($slaves[$i].muscles*20), 25000)>> <</if>> - <<if ($slaves[$i].boobs > 12000)>> - Her giant breasts are so big they rest upon the floor, taking the weight off her young body. She finds pulling them along @@color:mediumorchid;mildly annoying@@. - <<set $slaves[$i].devotion -= 1>> - <<elseif ($slaves[$i].boobs > 9000)>> - <<if (canWalk($slaves[$i]) is true)>> - Her giant tits are debilitatingly big. They are @@color:mediumorchid;very uncomfortable@@ and @@color:red;painful@@ for her childish form. - <<set $slaves[$i].devotion -= 3>> - <<set $slaves[$i].health -= 5>> - <</if>> - <<elseif ($slaves[$i].boobs > 5000)>> - <<if ($slaves[$i].muscles <= 80)>> - <<if (canWalk($slaves[$i]) is true)>> - Dragging her huge tits around is @@color:mediumorchid;uncomfortable@@ and @@color:red;painful@@ for her childish form. - <<set $slaves[$i].devotion -= 2>> - <<set $slaves[$i].health -= 4>> - <</if>> - <</if>> - <<elseif ($slaves[$i].boobs > 2000)>> - <<if ($slaves[$i].muscles <= 30)>> - <<if (canWalk($slaves[$i]) is true)>> - The weight of her big boobs is @@color:mediumorchid;uncomfortable@@ for her slight form. - <<set $slaves[$i].devotion -= 1>> - <</if>> - <</if>> <</if>> - <<else>> + <</if>> +<</if>> +<<if ($slaves[$i].boobs > 12000)>> + Her giant breasts are so big they rest upon the floor, taking the weight off her young body. She finds pulling them along @@color:mediumorchid;mildly annoying@@. + <<set $slaves[$i].devotion -= 1>> +<<elseif ($slaves[$i].boobs > 9000)>> + <<if (canWalk($slaves[$i]) is true)>> + Her giant tits are debilitatingly big. They are @@color:mediumorchid;very uncomfortable@@ and @@color:red;painful@@ for her childish form. + <<set $slaves[$i].devotion -= 3>> + <<set $slaves[$i].health -= 5>> + <</if>> +<<elseif ($slaves[$i].boobs > 5000)>> + <<if ($slaves[$i].muscles <= 80)>> + <<if (canWalk($slaves[$i]) is true)>> + Dragging her huge tits around is @@color:mediumorchid;uncomfortable@@ and @@color:red;painful@@ for her childish form. + <<set $slaves[$i].devotion -= 2>> + <<set $slaves[$i].health -= 4>> + <</if>> + <</if>> +<<elseif ($slaves[$i].boobs > 2000)>> + <<if ($slaves[$i].muscles <= 30)>> + <<if (canWalk($slaves[$i]) is true)>> + The weight of her big boobs is @@color:mediumorchid;uncomfortable@@ for her slight form. + <<set $slaves[$i].devotion -= 1>> + <</if>> + <</if>> +<</if>> +<<else>> +<<if ($slaves[$i].boobs > 9000+($slaves[$i].muscles*50))>> + <<if ($slaves[$i].assignment != "work in the dairy") || ($dairyRestraintsSetting < 2)>> + <<if ($slaves[$i].drugs != "breast injections" && $arcologies[0].FSAssetExpansionistResearch == 0)>> <<if ($slaves[$i].boobs > 9000+($slaves[$i].muscles*50))>> - <<if ($slaves[$i].assignment != "work in the dairy") || ($dairyRestraintsSetting < 2)>> - <<if ($slaves[$i].drugs != "breast injections" && $arcologies[0].FSAssetExpansionistResearch == 0)>> - <<if ($slaves[$i].boobs > 9000+($slaves[$i].muscles*50))>> - Her breasts are larger than her body can possibly sustain without industrial intervention, and they @@color:orange;naturally lose mass.@@ - <<set $slaves[$i].boobs to Math.clamp($slaves[$i].boobs-25, 9000+($slaves[$i].muscles*50), 25000)>> - <<else>> - Her breasts are far, far beyond what her body can sustain without industrial intervention, and they @@color:orange;naturally lose mass.@@ - <<set $slaves[$i].boobs to Math.clamp($slaves[$i].boobs-50, 9000+($slaves[$i].muscles*50), 25000)>> - <</if>> - <</if>> - <</if>> + Her breasts are larger than her body can possibly sustain without industrial intervention, and they @@color:orange;naturally lose mass.@@ + <<set $slaves[$i].boobs to Math.clamp($slaves[$i].boobs-25, 9000+($slaves[$i].muscles*50), 25000)>> + <<else>> + Her breasts are far, far beyond what her body can sustain without industrial intervention, and they @@color:orange;naturally lose mass.@@ + <<set $slaves[$i].boobs to Math.clamp($slaves[$i].boobs-50, 9000+($slaves[$i].muscles*50), 25000)>> <</if>> - <<if ($slaves[$i].boobs > 18000)>> - Her giant breasts are so big they rest upon the floor, taking the weight off her youthful body. She finds pulling them along @@color:mediumorchid;mildly annoying@@. - <<set $slaves[$i].devotion -= 1>> - <<elseif ($slaves[$i].boobs > 10000)>> - Her giant tits are debilitatingly big. They are @@color:mediumorchid;very uncomfortable@@ and @@color:red;painful@@ for her youthful form. - <<set $slaves[$i].devotion -= 3>> - <<set $slaves[$i].health -= 10>> - <<elseif ($slaves[$i].boobs > 7000)>> - <<if ($slaves[$i].muscles <= 30)>> - <<if canWalk($slaves[$i])>> - Dragging her huge tits around is @@color:mediumorchid;uncomfortable@@ and @@color:red;painful@@ for her slight form. - <<set $slaves[$i].devotion -= 2, $slaves[$i].health -= 3>> - <</if>> - <</if>> - <<elseif ($slaves[$i].boobs > 2000)>> - <<if ($slaves[$i].muscles <= 5)>> - <<if canWalk($slaves[$i])>> - The weight of her big boobs is @@color:mediumorchid;uncomfortable@@ for her slight form. - <<set $slaves[$i].devotion -= 1>> - <</if>> - <</if>> <</if>> <</if>> - - <<if ($slaves[$i].boobs > 7500)>> - <<if $boobAccessibility == 1>> - <<if ($slaves[$i].devotion > 20)>> - She's @@color:mediumaquamarine;thankful@@ to you for providing living spaces adapted to life with gigantic boobs. - <<set $slaves[$i].trust += 1>> - <</if>> - <<else>> - Her gigantic boobs make life a struggle: <<if $buttAccessibility == 1 || $pregAccessibility == 1 || $ballsAccessibility == 1>>she has trouble using appliances and furniture, and constantly bumps into things, but at least the doors have already been widened for your other slaves<<else>>she barely fits through doors, has trouble using appliances and furniture, and constantly bumps into things<</if>>. - <<if ($slaves[$i].devotion > 50)>> - Since she's devoted to you, she just does her best. - <<elseif ($slaves[$i].trust > -20)>> - This torment makes her @@color:gold;less trusting@@ of your willingness to look after her. - <<set $slaves[$i].trust -= 2>> - <<else>> - She already believes you capable of tormenting her, so this proof of your indifference @@color:mediumorchid;angers her@@ daily. - <<set $slaves[$i].devotion -= 2>> - <</if>> - <</if>> +<</if>> +<<if ($slaves[$i].boobs > 18000)>> + Her giant breasts are so big they rest upon the floor, taking the weight off her youthful body. She finds pulling them along @@color:mediumorchid;mildly annoying@@. + <<set $slaves[$i].devotion -= 1>> +<<elseif ($slaves[$i].boobs > 10000)>> + Her giant tits are debilitatingly big. They are @@color:mediumorchid;very uncomfortable@@ and @@color:red;painful@@ for her youthful form. + <<set $slaves[$i].devotion -= 3>> + <<set $slaves[$i].health -= 10>> +<<elseif ($slaves[$i].boobs > 7000)>> + <<if ($slaves[$i].muscles <= 30)>> + <<if canWalk($slaves[$i])>> + Dragging her huge tits around is @@color:mediumorchid;uncomfortable@@ and @@color:red;painful@@ for her slight form. + <<set $slaves[$i].devotion -= 2, $slaves[$i].health -= 3>> <</if>> - - <<if ($slaves[$i].lactation > 1)>> - <<if ($slaves[$i].boobs < 800)>> - The powerful lactation drugs she's implanted with @@color:lime;rapidly swell her small breasts.@@ - <<set $slaves[$i].boobs += 100>> - <<elseif ($slaves[$i].boobs < 1600)>> - The powerful lactation drugs she's implanted with @@color:lime;slowly swell her big breasts.@@ - <<set $slaves[$i].boobs += 50>> - <<elseif ($slaves[$i].boobs < 3000)>> - The powerful lactation drugs she's implanted with @@color:lime;gradually swell her enormous breasts.@@ - <<set $slaves[$i].boobs += 25>> + <</if>> +<<elseif ($slaves[$i].boobs > 2000)>> + <<if ($slaves[$i].muscles <= 5)>> + <<if canWalk($slaves[$i])>> + The weight of her big boobs is @@color:mediumorchid;uncomfortable@@ for her slight form. + <<set $slaves[$i].devotion -= 1>> <</if>> <</if>> +<</if>> +<</if>> - <<if ($slaves[$i].boobs - ($slaves[$i].muscles*30) > 5000)>> - <<if ($slaves[$i].boobs <= 8000)>> - <<if ($slaves[$i].boobsImplant < 500)>> - <<if $slaves[$i].physicalAge < random(10,200)>> - <<if $slaves[$i].boobShape == "perky">> - Her @@color:orange;breasts lose their perkiness@@ under their own titanic weight. Their nipples now point foward and her boobs rest more heavily against the chest beneath them. - <<set $slaves[$i].boobShape to "torpedo-shaped">> - <<elseif $slaves[$i].boobShape != "saggy">> - Her @@color:orange;breasts become saggy@@ under their own titanic weight. Their nipples now point downward and her bosom sways pendulously with her every movement. - <<set $slaves[$i].boobShape to "saggy">> - <</if>> - <</if>> +<<if ($slaves[$i].boobs > 7500)>> + <<if $boobAccessibility == 1>> + <<if ($slaves[$i].devotion > 20)>> + She's @@color:mediumaquamarine;thankful@@ to you for providing living spaces adapted to life with gigantic boobs. + <<set $slaves[$i].trust += 1>> <</if>> + <<else>> + Her gigantic boobs make life a struggle: <<if $buttAccessibility == 1 || $pregAccessibility == 1 || $ballsAccessibility == 1>>she has trouble using appliances and furniture, and constantly bumps into things, but at least the doors have already been widened for your other slaves<<else>>she barely fits through doors, has trouble using appliances and furniture, and constantly bumps into things<</if>>. + <<if ($slaves[$i].devotion > 50)>> + Since she's devoted to you, she just does her best. + <<elseif ($slaves[$i].trust > -20)>> + This torment makes her @@color:gold;less trusting@@ of your willingness to look after her. + <<set $slaves[$i].trust -= 2>> + <<else>> + She already believes you capable of tormenting her, so this proof of your indifference @@color:mediumorchid;angers her@@ daily. + <<set $slaves[$i].devotion -= 2>> <</if>> <</if>> - - <<if ($slaves[$i].preg > 30)>> - <<if ($slaves[$i].physicalAge < 4)>> - <<if ($slaves[$i].pregType >= 20)>> - Her womb takes up most of her body and puts tremendous pressure on her skin and organs. This is @@color:mediumorchid;very worrying@@ to her. She is in @@color:red;constant pain@@ and each movement within her straining womb causes additional discomfort. She is @@color:gold;terrified@@ that at any moment she could burst. - <<set $slaves[$i].devotion -= 3>> - <<set $slaves[$i].health -= 20>> - <<set $slaves[$i].trust -= 8>> - <<elseif ($slaves[$i].pregType >= 10)>> - Her womb greatly fills her body and compresses her internal organs. She is in constant @@color:mediumorchid;discomfort@@ and @@color:red;pain@@ and can't wait for these children to be born. - <<set $slaves[$i].devotion -= 2>> - <<set $slaves[$i].health -= 10>> - <<else>> - Her full womb puts pressure on her organs. It is quite @@color:mediumorchid;uncomfortable@@ to her. - <<set $slaves[$i].devotion -= 2>> - <</if>> - <<elseif ($slaves[$i].physicalAge < 13)>> - <<if ($slaves[$i].pregType >= 20)>> - Her bloated womb is constantly straining to hold together. This is @@color:mediumorchid;very worrying@@ to her. She moans @@color:red;painfully@@ with each movement within her. - <<set $slaves[$i].devotion -= 3>> - <<set $slaves[$i].health -= 10>> - <<elseif ($slaves[$i].pregType >= 10)>> - <<if ($slaves[$i].muscles <= 30)>> - <<if canWalk($slaves[$i]) is true>> - Her belly is very heavy and juts out quite far from her body. Between constantly getting in the way and the discomfort of being so full, her belly is @@color:mediumorchid;very annoying@@ to her. - <<set $slaves[$i].devotion -= 2>> - <</if>> - <<else>> - <<if canWalk($slaves[$i]) is true>> - Her belly juts out @@color:mediumorchid;annoyingly@@ far. - <<set $slaves[$i].devotion -= 1>> - <</if>> - <</if>> - <<else>> - <<if ($slaves[$i].muscles <= 5)>> - <<if canWalk($slaves[$i]) is true>> - Her pregnant belly is quite tiring to carry around, leading her to be @@color:mediumorchid;somewhat annoyed@@. - <<set $slaves[$i].devotion -= 1>> - <</if>> - <</if>> - <</if>> +<</if>> + +<<if ($slaves[$i].lactation > 1)>> +<<if ($slaves[$i].boobs < 800)>> + The powerful lactation drugs she's implanted with @@color:lime;rapidly swell her small breasts.@@ + <<set $slaves[$i].boobs += 100>> +<<elseif ($slaves[$i].boobs < 1600)>> + The powerful lactation drugs she's implanted with @@color:lime;slowly swell her big breasts.@@ + <<set $slaves[$i].boobs += 50>> +<<elseif ($slaves[$i].boobs < 3000)>> + The powerful lactation drugs she's implanted with @@color:lime;gradually swell her enormous breasts.@@ + <<set $slaves[$i].boobs += 25>> +<</if>> +<</if>> + +<<if ($slaves[$i].boobs - ($slaves[$i].muscles*30) > 5000)>> +<<if ($slaves[$i].boobs <= 8000)>> +<<if ($slaves[$i].boobsImplant < 500)>> + <<if $slaves[$i].physicalAge < random(10,200)>> + <<if $slaves[$i].boobShape == "perky">> + Her @@color:orange;breasts lose their perkiness@@ under their own titanic weight. Their nipples now point foward and her boobs rest more heavily against the chest beneath them. + <<set $slaves[$i].boobShape to "torpedo-shaped">> + <<elseif $slaves[$i].boobShape != "saggy">> + Her @@color:orange;breasts become saggy@@ under their own titanic weight. Their nipples now point downward and her bosom sways pendulously with her every movement. + <<set $slaves[$i].boobShape to "saggy">> + <</if>> + <</if>> +<</if>> +<</if>> +<</if>> + +<<if ($slaves[$i].preg > 30)>> + <<if ($slaves[$i].physicalAge < 4)>> + <<if ($slaves[$i].pregType >= 20)>> + Her womb takes up most of her body and puts tremendous pressure on her skin and organs. This is @@color:mediumorchid;very worrying@@ to her. She is in @@color:red;constant pain@@ and each movement within her straining womb causes additional discomfort. She is @@color:gold;terrified@@ that at any moment she could burst. + <<set $slaves[$i].devotion -= 3>> + <<set $slaves[$i].health -= 20>> + <<set $slaves[$i].trust -= 8>> + <<elseif ($slaves[$i].pregType >= 10)>> + Her womb greatly fills her body and compresses her internal organs. She is in constant @@color:mediumorchid;discomfort@@ and @@color:red;pain@@ and can't wait for these children to be born. + <<set $slaves[$i].devotion -= 2>> + <<set $slaves[$i].health -= 10>> <<else>> - <<if ($slaves[$i].pregType >= 20)>> - Her straining womb is @@color:mediumorchid;very worrying@@ to her. She moans @@color:red;painfully@@ everytime one of her brood moves within her. - <<set $slaves[$i].devotion -= 3>> - <<set $slaves[$i].health -= 15>> - <<elseif ($slaves[$i].pregType >= 10)>> - <<if ($slaves[$i].muscles <= 30)>> - <<if canWalk($slaves[$i]) is true>> - Her belly is very heavy and juts out quite far from her body. Between constantly getting in the way and the discomfort of being so full, her belly is @@color:mediumorchid;very annoying@@ to her. - <<set $slaves[$i].devotion -= 2>> - <</if>> - <</if>> + Her full womb puts pressure on her organs. It is quite @@color:mediumorchid;uncomfortable@@ to her. + <<set $slaves[$i].devotion -= 2>> + <</if>> + <<elseif ($slaves[$i].physicalAge < 13)>> + <<if ($slaves[$i].pregType >= 20)>> + Her bloated womb is constantly straining to hold together. This is @@color:mediumorchid;very worrying@@ to her. She moans @@color:red;painfully@@ with each movement within her. + <<set $slaves[$i].devotion -= 3>> + <<set $slaves[$i].health -= 10>> + <<elseif ($slaves[$i].pregType >= 10)>> + <<if ($slaves[$i].muscles <= 30)>> + <<if canWalk($slaves[$i]) is true>> + Her belly is very heavy and juts out quite far from her body. Between constantly getting in the way and the discomfort of being so full, her belly is @@color:mediumorchid;very annoying@@ to her. + <<set $slaves[$i].devotion -= 2>> + <</if>> + <<else>> + <<if canWalk($slaves[$i]) is true>> + Her belly juts out @@color:mediumorchid;annoyingly@@ far. + <<set $slaves[$i].devotion -= 1>> + <</if>> + <</if>> + <<else>> + <<if ($slaves[$i].muscles <= 5)>> + <<if canWalk($slaves[$i]) is true>> + Her pregnant belly is quite tiring to carry around, leading her to be @@color:mediumorchid;somewhat annoyed@@. + <<set $slaves[$i].devotion -= 1>> + <</if>> <</if>> <</if>> - <<elseif ($slaves[$i].preg > 20)>> - <<if ($slaves[$i].physicalAge < 4)>> - <<if ($slaves[$i].pregType >= 20)>> - Her womb is becoming @@color:mediumorchid;distressing@@ to her. She is in @@color:red;pain@@ with each motion within her straining womb. She is @@color:gold;terrified@@ of what awaits her at the end of this pregnancy. - <<set $slaves[$i].devotion -= 3>> - <<set $slaves[$i].health -= 20>> - <<set $slaves[$i].trust -= 5>> - <<elseif ($slaves[$i].pregType >= 10)>> - Her womb is becoming quite full causing her some @@color:mediumorchid;discomfort@@. She is eager to be free of this burden. - <<set $slaves[$i].devotion -= 2>> - <<else>> - <<if canWalk($slaves[$i]) is true>> - Her big belly on her small body keeps getting in her way, @@color:mediumorchid;annoying her@@. - <<set $slaves[$i].devotion -= 1>> - <</if>> - <</if>> - <<elseif ($slaves[$i].physicalAge < 13)>> - <<if ($slaves[$i].pregType >= 20)>> - Her bloated womb is beginning to get too crowded, @@color:mediumorchid;worrying@@ her. She moans with @@color:red;discomfort@@ with each movement within her. - <<set $slaves[$i].devotion -= 2>> - <<set $slaves[$i].health -= 10>> - <<elseif ($slaves[$i].pregType >= 10)>> - <<if ($slaves[$i].muscles <= 30)>> - <<if canWalk($slaves[$i]) is true>> - Her belly is getting heavy and starting to get in her way. Between constantly bumping things and the discomfort of being full, her belly is @@color:mediumorchid;annoying@@ to her. - <<set $slaves[$i].devotion -= 1>> - <</if>> - <</if>> - <</if>> + <<else>> + <<if ($slaves[$i].pregType >= 20)>> + Her straining womb is @@color:mediumorchid;very worrying@@ to her. She moans @@color:red;painfully@@ everytime one of her brood moves within her. + <<set $slaves[$i].devotion -= 3>> + <<set $slaves[$i].health -= 15>> + <<elseif ($slaves[$i].pregType >= 10)>> + <<if ($slaves[$i].muscles <= 30)>> + <<if canWalk($slaves[$i]) is true>> + Her belly is very heavy and juts out quite far from her body. Between constantly getting in the way and the discomfort of being so full, her belly is @@color:mediumorchid;very annoying@@ to her. + <<set $slaves[$i].devotion -= 2>> + <</if>> + <</if>> + <</if>> + <</if>> +<<elseif ($slaves[$i].preg > 20)>> + <<if ($slaves[$i].physicalAge < 4)>> + <<if ($slaves[$i].pregType >= 20)>> + Her womb is becoming @@color:mediumorchid;distressing@@ to her. She is in @@color:red;pain@@ with each motion within her straining womb. She is @@color:gold;terrified@@ of what awaits her at the end of this pregnancy. + <<set $slaves[$i].devotion -= 3>> + <<set $slaves[$i].health -= 20>> + <<set $slaves[$i].trust -= 5>> + <<elseif ($slaves[$i].pregType >= 10)>> + Her womb is becoming quite full causing her some @@color:mediumorchid;discomfort@@. She is eager to be free of this burden. + <<set $slaves[$i].devotion -= 2>> <<else>> - <<if ($slaves[$i].pregType >= 20)>> - Her swelling womb is @@color:mediumorchid; worrying@@ her. - <<set $slaves[$i].devotion -= 2>> - <<elseif ($slaves[$i].pregType >= 10)>> - <<if ($slaves[$i].muscles <= 30)>> - <<if canWalk($slaves[$i]) is true>> - Her belly is getting heavy and starting to get in her way. Between constantly bumping things and the discomfort of being full, her belly is @@color:mediumorchid;annoying@@ to her. - <<set $slaves[$i].devotion -= 1>> - <</if>> - <</if>> - <</if>> + <<if canWalk($slaves[$i]) is true>> + Her big belly on her small body keeps getting in her way, @@color:mediumorchid;annoying her@@. + <<set $slaves[$i].devotion -= 1>> + <</if>> + <</if>> + <<elseif ($slaves[$i].physicalAge < 13)>> + <<if ($slaves[$i].pregType >= 20)>> + Her bloated womb is beginning to get too crowded, @@color:mediumorchid;worrying@@ her. She moans with @@color:red;discomfort@@ with each movement within her. + <<set $slaves[$i].devotion -= 2>> + <<set $slaves[$i].health -= 10>> + <<elseif ($slaves[$i].pregType >= 10)>> + <<if ($slaves[$i].muscles <= 30)>> + <<if canWalk($slaves[$i]) is true>> + Her belly is getting heavy and starting to get in her way. Between constantly bumping things and the discomfort of being full, her belly is @@color:mediumorchid;annoying@@ to her. + <<set $slaves[$i].devotion -= 1>> + <</if>> + <</if>> <</if>> - <</if>> - - <<if canWalk($slaves[$i])>> - <<if $slaves[$i].bellyImplant >= 32000>> - Her belly implant takes up most of her body cavity, is tremendously heavy, and protrudes massively from her abdomen. Between constantly bumping things and the discomfort of being so extremely full, her belly is @@color:mediumorchid;really frustrating@@ to her. - <<set $slaves[$i].devotion -= 3>> - <<elseif $slaves[$i].bellyImplant >= 16000>> - Her belly implant takes up a good deal of her body cavity, is extremely heavy, and protrudes greatly from her abdomen. Between constantly bumping things and the discomfort of being so very full, her belly is @@color:mediumorchid;very annoying@@ to her. - <<set $slaves[$i].devotion -= 2>> - <<elseif $slaves[$i].bellyImplant >= 8000>> - Her belly implant is quite heavy and tends to get in her way. Between constantly bumping things and the discomfort of being full, her belly is @@color:mediumorchid;annoying@@ to her. - <<set $slaves[$i].devotion -= 1>> - <</if>> - <</if>> - - <<if $slaves[$i].cervixImplant == 1>> - <<if ($slaves[$i].bellyImplant >= 40000) || (($slaves[$i].bellyImplant > 10000) && ($arcologies[0].FSTransformationFetishistResearch != 1))>> - Her cervix implant detected that the volume of filler in $slaves[$i].slaveName's belly reached her implant's threshold, and @@color:orange;opens backflow@@ several times throughout week. - <<if $arcologies[0].FSTransformationFetishistResearch != 1>> - <<set $slaves[$i].bellyImplant = 10000>> - <<else>> - <<set $slaves[$i].bellyImplant = 40000>> - <</if>> + <<else>> + <<if ($slaves[$i].pregType >= 20)>> + Her swelling womb is @@color:mediumorchid; worrying@@ her. + <<set $slaves[$i].devotion -= 2>> + <<elseif ($slaves[$i].pregType >= 10)>> + <<if ($slaves[$i].muscles <= 30)>> + <<if canWalk($slaves[$i]) is true>> + Her belly is getting heavy and starting to get in her way. Between constantly bumping things and the discomfort of being full, her belly is @@color:mediumorchid;annoying@@ to her. + <<set $slaves[$i].devotion -= 1>> + <</if>> + <</if>> + <</if>> + <</if>> +<</if>> + +<<if canWalk($slaves[$i])>> +<<if $slaves[$i].bellyImplant >= 32000>> + Her belly implant takes up most of her body cavity, is tremendously heavy, and protrudes massively from her abdomen. Between constantly bumping things and the discomfort of being so extremely full, her belly is @@color:mediumorchid;really frustrating@@ to her. + <<set $slaves[$i].devotion -= 3>> +<<elseif $slaves[$i].bellyImplant >= 16000>> + Her belly implant takes up a good deal of her body cavity, is extremely heavy, and protrudes greatly from her abdomen. Between constantly bumping things and the discomfort of being so very full, her belly is @@color:mediumorchid;very annoying@@ to her. + <<set $slaves[$i].devotion -= 2>> +<<elseif $slaves[$i].bellyImplant >= 8000>> + Her belly implant is quite heavy and tends to get in her way. Between constantly bumping things and the discomfort of being full, her belly is @@color:mediumorchid;annoying@@ to her. + <<set $slaves[$i].devotion -= 1>> +<</if>> +<</if>> + +<<if $slaves[$i].cervixImplant == 1>> + <<if ($slaves[$i].bellyImplant >= 40000) || (($slaves[$i].bellyImplant > 10000) && ($arcologies[0].FSTransformationFetishistResearch != 1))>> + Her cervix implant detected that the volume of filler in $slaves[$i].slaveName's belly reached her implant's threshold, and @@color:orange;opens backflow@@ several times throughout week. + <<if $arcologies[0].FSTransformationFetishistResearch != 1>> + <<set $slaves[$i].bellyImplant = 10000>> + <<else>> + <<set $slaves[$i].bellyImplant = 40000>> <</if>> <</if>> +<</if>> - /* - <<if $masterSuitePregnancySlaveLuxuries is 1 and $slaves[$i].pregType is 50 and ($slaves[$i].assignment is "serve in the master suite" or $slaves[$i].assignment is "be your Concubine">> - <<if $slaves[$i].diet != "high caloric">> - <<if $slaves[$i].preg > 20>> - The pregnancy generator places heavy strain on her as her body @@color:red;consumes itself@@ to keep releasing eggs and maintain her many developing babies. +/* +<<if $masterSuitePregnancySlaveLuxuries is 1 and $slaves[$i].pregType is 50 and ($slaves[$i].assignment is "serve in the master suite" or $slaves[$i].assignment is "be your Concubine">> +<<if $slaves[$i].diet != "high caloric">> +<<if $slaves[$i].preg > 20>> + The pregnancy generator places heavy strain on her as her body @@color:red;consumes itself@@ to keep releasing eggs and maintain her many developing babies. + <<set $slaves[$i].health -= 1>> + <<if $slaves[$i].weight lt -2>> <<set $slaves[$i].health -= 1>> - <<if $slaves[$i].weight lt -2>> - <<set $slaves[$i].health -= 1>> - <</if>> - <<set $slaves[$i].chem += 2>> - <<if $slaves[$i].weight lt -2>> - She is @@color:mediumorchid;gravely concerned@@ over her withered body and @@color:gold;terrified@@ of what will happen next. - <<set $slaves[$i].devotion -= 4.0>> - <<set $slaves[$i].trust -= 4.0>> - <<else>> - She is @@color:mediumorchid;concerned@@ by her withering body and @@color:gold;fears@@ her future. - <<set $slaves[$i].devotion -= 1.0>> - <<set $slaves[$i].trust -= 1.0>> - <</if>> - <<if $slaves[$i].physicalAge lt 12>> - Her very young body is decimated by it. - <<if random(2,10) gt $slaves[$i].health and $slaves[$i].weight gt -3>> - She has @@color:red;lost weight@@. - <<set $slaves[$i].weight -= 2>> - <</if>> - <<if random(2,10) gt $slaves[$i].health and $slaves[$i].muscles gt 0>> - She has @@color:red;lost muscle mass@@. - <<set $slaves[$i].muscles -= 2>> - <</if>> - <<if random(2,10) gt $slaves[$i].health and $slaves[$i].boobs gt 0>> - <<if $slaves[$i].weight lte -3>> - With nothing else to draw from, her body @@color:red;rapidly consumes her breasts@@. - <<set $slaves[$i].boobs -= 5000>> - <<else>> - She has @@color:red;lost breast tissue@@. - <<set $slaves[$i].boobs -= 300>> - <</if>> - <<if $slaves[$i].boobs lt 0>> - <<set $slaves[$i].boobs to 0>> - <</if>> + <</if>> + <<set $slaves[$i].chem += 2>> + <<if $slaves[$i].weight lt -2>> + She is @@color:mediumorchid;gravely concerned@@ over her withered body and @@color:gold;terrified@@ of what will happen next. + <<set $slaves[$i].devotion -= 4.0>> + <<set $slaves[$i].trust -= 4.0>> + <<else>> + She is @@color:mediumorchid;concerned@@ by her withering body and @@color:gold;fears@@ her future. + <<set $slaves[$i].devotion -= 1.0>> + <<set $slaves[$i].trust -= 1.0>> + <</if>> + <<if $slaves[$i].physicalAge lt 12>> + Her very young body is decimated by it. + <<if random(2,10) gt $slaves[$i].health and $slaves[$i].weight gt -3>> + She has @@color:red;lost weight@@. + <<set $slaves[$i].weight -= 2>> + <</if>> + <<if random(2,10) gt $slaves[$i].health and $slaves[$i].muscles gt 0>> + She has @@color:red;lost muscle mass@@. + <<set $slaves[$i].muscles -= 2>> + <</if>> + <<if random(2,10) gt $slaves[$i].health and $slaves[$i].boobs gt 0>> + <<if $slaves[$i].weight lte -3>> + With nothing else to draw from, her body @@color:red;rapidly consumes her breasts@@. + <<set $slaves[$i].boobs -= 5000>> + <<else>> + She has @@color:red;lost breast tissue@@. + <<set $slaves[$i].boobs -= 300>> <</if>> - <<if random(2,10) gt $slaves[$i].health and $slaves[$i].butt gt 0>> - <<if $slaves[$i].weight lte -3>> - With nothing else to draw from, her body @@color:red;rapidly consumes her ass fat@@. - <<set $slaves[$i].butt -= 4>> - <<else>> - She has @@color:red;lost some ass fat@@. - <<set $slaves[$i].butt -= 3>> - <</if>> - <<if $slaves[$i].butt lt 0>> - <<set $slaves[$i].butt to 0>> - <</if>> + <<if $slaves[$i].boobs lt 0>> + <<set $slaves[$i].boobs to 0>> <</if>> - <<elseif $slaves[$i].physicalAge lt 18>> - Her young body suffers greatly from it. - <<if random(1,8) gt $slaves[$i].health and $slaves[$i].weight gt -3>> - She has @@color:red;lost weight@@. - <<set $slaves[$i].weight -= 2>> + <</if>> + <<if random(2,10) gt $slaves[$i].health and $slaves[$i].butt gt 0>> + <<if $slaves[$i].weight lte -3>> + With nothing else to draw from, her body @@color:red;rapidly consumes her ass fat@@. + <<set $slaves[$i].butt -= 4>> + <<else>> + She has @@color:red;lost some ass fat@@. + <<set $slaves[$i].butt -= 3>> <</if>> - <<if random(1,8) gt $slaves[$i].health and $slaves[$i].muscles gt 0>> - She has @@color:red;lost muscle mass@@. - <<set $slaves[$i].muscles -= 2>> + <<if $slaves[$i].butt lt 0>> + <<set $slaves[$i].butt = 0>> <</if>> - <<if random(1,8) gt $slaves[$i].health and $slaves[$i].boobs gt 0>> - <<if $slaves[$i].weight lte -3>> - With nothing else to draw from, her body @@color:red;rapidly consumes her breasts@@. - <<set $slaves[$i].boobs -= 2000>> - <<else>> - She has @@color:red;lost breast tissue@@. - <<set $slaves[$i].boobs -= 200>> - <</if>> - <<if $slaves[$i].boobs lt 0>> - <<set $slaves[$i].boobs to 0>> - <</if>> + <</if>> + <<elseif $slaves[$i].physicalAge lt 18>> + Her young body suffers greatly from it. + <<if random(1,8) gt $slaves[$i].health and $slaves[$i].weight gt -3>> + She has @@color:red;lost weight@@. + <<set $slaves[$i].weight -= 2>> + <</if>> + <<if random(1,8) gt $slaves[$i].health and $slaves[$i].muscles gt 0>> + She has @@color:red;lost muscle mass@@. + <<set $slaves[$i].muscles -= 2>> + <</if>> + <<if random(1,8) gt $slaves[$i].health and $slaves[$i].boobs gt 0>> + <<if $slaves[$i].weight lte -3>> + With nothing else to draw from, her body @@color:red;rapidly consumes her breasts@@. + <<set $slaves[$i].boobs -= 2000>> + <<else>> + She has @@color:red;lost breast tissue@@. + <<set $slaves[$i].boobs -= 200>> <</if>> - <<if random(1,8) gt $slaves[$i].health and $slaves[$i].butt gt 0>> - <<if $slaves[$i].weight lte -3>> - With nothing else to draw from, her body @@color:red;rapidly consumes her ass fat@@. - <<set $slaves[$i].butt -= 3>> - <<else>> - She has @@color:red;lost some ass fat@@. - <<set $slaves[$i].butt -= 2>> - <</if>> - <<if $slaves[$i].butt lt 0>> - <<set $slaves[$i].butt to 0>> - <</if>> + <<if $slaves[$i].boobs lt 0>> + <<set $slaves[$i].boobs to 0>> <</if>> - <<elseif $slaves[$i].physicalAge gt 32>> - Her mature body handles it well. - <<if random(1,6) gt $slaves[$i].health and $slaves[$i].weight gt -3>> - She has @@color:red;lost weight@@. - <<set $slaves[$i].weight -= 1>> + <</if>> + <<if random(1,8) gt $slaves[$i].health and $slaves[$i].butt gt 0>> + <<if $slaves[$i].weight lte -3>> + With nothing else to draw from, her body @@color:red;rapidly consumes her ass fat@@. + <<set $slaves[$i].butt -= 3>> + <<else>> + She has @@color:red;lost some ass fat@@. + <<set $slaves[$i].butt -= 2>> <</if>> - <<if random(1,8) gt $slaves[$i].health and $slaves[$i].muscles gt 0>> - She has @@color:red;lost muscle mass@@. - <<set $slaves[$i].muscles -= 1>> + <<if $slaves[$i].butt lt 0>> + <<set $slaves[$i].butt to 0>> <</if>> - <<if random(1,6) gt $slaves[$i].health and $slaves[$i].boobs gt 0>> - <<if $slaves[$i].weight lte -3>> - With nothing else to draw from, her body @@color:red;rapidly consumes her breasts@@. - <<set $slaves[$i].boobs -= 1000>> - <<else>> - She has @@color:red;lost breast tissue@@. - <<set $slaves[$i].boobs -= 50>> - <</if>> - <<if $slaves[$i].boobs lt 0>> - <<set $slaves[$i].boobs to 0>> - <</if>> + <</if>> + <<elseif $slaves[$i].physicalAge gt 32>> + Her mature body handles it well. + <<if random(1,6) gt $slaves[$i].health and $slaves[$i].weight gt -3>> + She has @@color:red;lost weight@@. + <<set $slaves[$i].weight -= 1>> + <</if>> + <<if random(1,8) gt $slaves[$i].health and $slaves[$i].muscles gt 0>> + She has @@color:red;lost muscle mass@@. + <<set $slaves[$i].muscles -= 1>> + <</if>> + <<if random(1,6) gt $slaves[$i].health and $slaves[$i].boobs gt 0>> + <<if $slaves[$i].weight lte -3>> + With nothing else to draw from, her body @@color:red;rapidly consumes her breasts@@. + <<set $slaves[$i].boobs -= 1000>> + <<else>> + She has @@color:red;lost breast tissue@@. + <<set $slaves[$i].boobs -= 50>> <</if>> - <<if random(1,6) gt $slaves[$i].health and $slaves[$i].butt gt 0>> - <<if $slaves[$i].weight lte -3>> - With nothing else to draw from, her body @@color:red;rapidly consumes her ass fat@@. - <<set $slaves[$i].butt -= 2>> - <<else>> - She has @@color:red;lost some ass fat@@. - <<set $slaves[$i].butt -= 1>> - <</if>> - <<if $slaves[$i].butt lt 0>> - <<set $slaves[$i].butt to 0>> - <</if>> + <<if $slaves[$i].boobs lt 0>> + <<set $slaves[$i].boobs to 0>> <</if>> - <<else>> - <<if random(1,8) gt $slaves[$i].health and $slaves[$i].weight gt -3>> - She has @@color:red;lost weight@@. - <<set $slaves[$i].weight -= 1>> + <</if>> + <<if random(1,6) gt $slaves[$i].health and $slaves[$i].butt gt 0>> + <<if $slaves[$i].weight lte -3>> + With nothing else to draw from, her body @@color:red;rapidly consumes her ass fat@@. + <<set $slaves[$i].butt -= 2>> + <<else>> + She has @@color:red;lost some ass fat@@. + <<set $slaves[$i].butt -= 1>> <</if>> - <<if random(1,8) gt $slaves[$i].health and $slaves[$i].muscles gt 0>> - She has @@color:red;lost muscle mass@@. - <<set $slaves[$i].muscles -= 1>> + <<if $slaves[$i].butt lt 0>> + <<set $slaves[$i].butt to 0>> <</if>> - <<if random(1,8) gt $slaves[$i].health and $slaves[$i].boobs gt 0>> - <<if $slaves[$i].weight lte -3>> - With nothing else to draw from, her body @@color:red;rapidly consumes her breasts@@. - <<set $slaves[$i].boobs -= 1000>> - <<else>> - She has @@color:red;lost breast tissue@@. - <<set $slaves[$i].boobs -= 100>> - <</if>> - <<if $slaves[$i].boobs lt 0>> - <<set $slaves[$i].boobs to 0>> - <</if>> + <</if>> + <<else>> + <<if random(1,8) gt $slaves[$i].health and $slaves[$i].weight gt -3>> + She has @@color:red;lost weight@@. + <<set $slaves[$i].weight -= 1>> + <</if>> + <<if random(1,8) gt $slaves[$i].health and $slaves[$i].muscles gt 0>> + She has @@color:red;lost muscle mass@@. + <<set $slaves[$i].muscles -= 1>> + <</if>> + <<if random(1,8) gt $slaves[$i].health and $slaves[$i].boobs gt 0>> + <<if $slaves[$i].weight lte -3>> + With nothing else to draw from, her body @@color:red;rapidly consumes her breasts@@. + <<set $slaves[$i].boobs -= 1000>> + <<else>> + She has @@color:red;lost breast tissue@@. + <<set $slaves[$i].boobs -= 100>> <</if>> - <<if random(1,8) gt $slaves[$i].health and $slaves[$i].butt gt 0>> - <<if $slaves[$i].weight lte -3>> - With nothing else to draw from, her body @@color:red;rapidly consumes her ass fat@@. - <<set $slaves[$i].butt -= 2>> - <<else>> - She has @@color:red;lost some ass fat@@. - <<set $slaves[$i].butt -= 1>> - <</if>> - <<if $slaves[$i].butt lt 0>> - <<set $slaves[$i].butt to 0>> - <</if>> + <<if $slaves[$i].boobs lt 0>> + <<set $slaves[$i].boobs to 0>> <</if>> <</if>> - <</if>> - <<if $slaves[$i].preg gt 30>> - <<if $slaves[$i].amp isnot 1>> - <<if $slaves[$i].devotion lt -4 and ($slaves[$i].fetish isnot "mindbroken")>> - When she isn't laboring or performing her duties she can be seen pressing down on her grotesque belly desperately trying to coax the device out of her body. She is @@color:gold;mortified@@ by her body and @@color:mediumorchid;loathes you@@ for doing this to her. - <<set $slaves[$i].devotion -= 4.0>> - <<set $slaves[$i].trust -= 4.0>> - <<elseif $slaves[$i].devotion lt 5 and ($slaves[$i].fetish isnot "mindbroken")>> - She runs her hands across her bulging belly, feeling the life within threatening to burst her. She is @@color:gold;disgusted@@ by her body and @@color:mediumorchid;hates you@@ for doing this to her. - <<set $slaves[$i].devotion -= 3.0>> - <<set $slaves[$i].trust -= 3.0>> - <<elseif $slaves[$i].devotion lt 20 and ($slaves[$i].fetish isnot "mindbroken")>> - She runs her hands across her bulging belly, feeling the life within growing larger. She is @@color:gold;concerned@@ by her body and @@color:mediumorchid;is uncertain@@ on her situation. - <<set $slaves[$i].devotion -= 2.0>> - <<set $slaves[$i].trust -= 2.0>> - <</if>> - <<else>> - <<if $slaves[$i].devotion lt -4 and ($slaves[$i].fetish isnot "mindbroken")>> - When she isn't laboring or performing her duties she can be seen desperately thrashing trying to coax the device out of her body. She is @@color:gold;mortified@@ by her body and @@color:mediumorchid;loathes you@@ for doing this to her. - <<set $slaves[$i].devotion -= 4.0>> - <<set $slaves[$i].trust -= 4.0>> - <<elseif $slaves[$i].devotion lt 5 and ($slaves[$i].fetish isnot "mindbroken")>> - She attempts to shift beneath her bulging belly, feeling the life within threatening to burst her. She is @@color:gold;disgusted@@ by her body and @@color:mediumorchid;hates you@@ for doing this to her. - <<set $slaves[$i].devotion -= 3.0>> - <<set $slaves[$i].trust -= 3.0>> - <<elseif $slaves[$i].devotion lt 20 and ($slaves[$i].fetish isnot "mindbroken")>> - She pushes her bulging belly out, feeling the life within growing larger. She is @@color:gold;concerned@@ by her body and @@color:mediumorchid;is uncertain@@ on her situation. - <<set $slaves[$i].devotion -= 2.0>> - <<set $slaves[$i].trust -= 2.0>> - <</if>> - <</if>> - <<if ($slaves[$i].births gt 100) and ($slaves[$i].devotion lt 0) and ($slaves[$i].trust lt 0) and ($slaves[$i].fetish isnot "mindbroken")>> - Being constantly pregnant and giving birth to over a hundred offspring has taken its toll on $slaves[$i].slaveName's mind. Feeling that she is nothing more than a breeder has destroyed any hopes that she had. $slaves[$i].slaveName has become completely broken, leaving her nothing more than a baby filled sack. - <<set $slaves[$i].fetish to "mindbroken">> - <<set $slaves[$i].sexualFlaw to "none">> - <<set $slaves[$i].behavioralFlaw to "none">> - <<elseif ($slaves[$i].weight lt -2) and ($slaves[$i].boobs lt 100) and ($slaves[$i].butt lt 1) and ($slaves[$i].muscles lt 1) and ($slaves[$i].fetish isnot "mindbroken")>> - Watching her body sacrifice itself for a pregnancy she hates takes its toll on $slaves[$i].slaveName's mind. Feeling that she is nothing more than a host for her brood has destroyed any hopes she had left. $slaves[$i].slaveName has become completely broken. - <<set $slaves[$i].fetish to "mindbroken">> - <<set $slaves[$i].sexualFlaw to "none">> - <<set $slaves[$i].behavioralFlaw to "none">> - <</if>> - <<if $slaves[$i].fetish is "mindbroken" and $slaves[$i].weight is -3 and $slaves[$i].butt is 0 and $slaves[$i].boobs is 0 and $slaves[$i].muscles is 0 and (($slaves[$i].physicalAge lt 18 and $slaves[$i].births gt 50) or ($slaves[$i].physicalAge lte 32 and $slaves[$i].births gt 100) or ($slaves[$i].physicalAge gt 32 and $slaves[$i].births gt 150))>> - <<set $slaves[$i].births += 50>> - <<set $birthsTotal += 50>> - <<set $slaves[$i].vagina to 10>> - <<set $slaves[$i].preg to 0>> - <<set $slaves[$i].pregType to 0>> - <<set $slaveDead to 2>> - <</if>> - <</if>> - <<else>> - Her high-calorie and nutrient filled diet allows her body to handle its demanding pregnancy, though being stuffed only compounds the pressure within her abdomen. She @@color:mediumorchid;resents@@ needing to have her stomach bloated with food at all times, but @@color:mediumaquamarine;appreciates@@ the effort you are putting into keeping her healthy. - <<set $slaves[$i].devotion -= 0.2>> - <<set $slaves[$i].trust += 0.3>> + <<if random(1,8) gt $slaves[$i].health and $slaves[$i].butt gt 0>> + <<if $slaves[$i].weight lte -3>> + With nothing else to draw from, her body @@color:red;rapidly consumes her ass fat@@. + <<set $slaves[$i].butt -= 2>> + <<else>> + She has @@color:red;lost some ass fat@@. + <<set $slaves[$i].butt -= 1>> + <</if>> + <<if $slaves[$i].butt lt 0>> + <<set $slaves[$i].butt to 0>> + <</if>> + <</if>> + <</if>> +<</if>> +<<if $slaves[$i].preg gt 30>> + <<if $slaves[$i].amp isnot 1>> + <<if $slaves[$i].devotion lt -4 and ($slaves[$i].fetish isnot "mindbroken")>> + When she isn't laboring or performing her duties she can be seen pressing down on her grotesque belly desperately trying to coax the device out of her body. She is @@color:gold;mortified@@ by her body and @@color:mediumorchid;loathes you@@ for doing this to her. + <<set $slaves[$i].devotion -= 4.0>> + <<set $slaves[$i].trust -= 4.0>> + <<elseif $slaves[$i].devotion lt 5 and ($slaves[$i].fetish isnot "mindbroken")>> + She runs her hands across her bulging belly, feeling the life within threatening to burst her. She is @@color:gold;disgusted@@ by her body and @@color:mediumorchid;hates you@@ for doing this to her. + <<set $slaves[$i].devotion -= 3.0>> + <<set $slaves[$i].trust -= 3.0>> + <<elseif $slaves[$i].devotion lt 20 and ($slaves[$i].fetish isnot "mindbroken")>> + She runs her hands across her bulging belly, feeling the life within growing larger. She is @@color:gold;concerned@@ by her body and @@color:mediumorchid;is uncertain@@ on her situation. + <<set $slaves[$i].devotion -= 2.0>> + <<set $slaves[$i].trust -= 2.0>> <</if>> <<else>> - Being allowed to relax among the luxuries of the master suite permit $slaves[$i].slaveName's body to handle its demanding pregnancy. - <</if>> - */ - - <<if ($slaves[$i].preg > 30 && $slaves[$i].pregType >= 2) || ($slaves[$i].preg > 20 && $slaves[$i].pregType >= 10) || ($slaves[$i].preg > 10 && $slaves[$i].pregType >= 20)>> - <<if $pregAccessibility == 1>> - <<if ($slaves[$i].devotion > 20)>> - She's @@color:mediumaquamarine;thankful@@ to you for providing living spaces adapted to heavily pregnant life. - <<set $slaves[$i].trust += 1>> - <</if>> - <<else>> - Her giant pregnancy makes life a struggle: <<if $buttAccessibility == 1 || $boobAccessibility == 1 || $ballsAccessibility == 1>>she has trouble using appliances and furniture, and constantly bumps into things, but at least the doors have already been widened for your other slaves<<else>>she barely fits through doors, has trouble using appliances and furniture, and constantly bumps into things<</if>>. - <<if ($slaves[$i].devotion > 50)>> - Since she's devoted to you, she just does her best. - <<elseif ($slaves[$i].trust > -20)>> - This torment makes her @@color:gold;less trusting@@ of your willingness to look after her. - <<set $slaves[$i].trust -= 2>> - <<else>> - She already believes you capable of tormenting her, so this proof of your indifference @@color:mediumorchid;angers her@@ daily. - <<set $slaves[$i].devotion -= 2>> - <</if>> - <</if>> - <</if>> - <<if $slaves[$i].bellyImplant >= 10000>> - <<if $pregAccessibility == 1>> - <<if ($slaves[$i].devotion > 20)>> - She's @@color:mediumaquamarine;thankful@@ to you for providing living spaces adapted to life with an enormous belly. - <<set $slaves[$i].trust += 1>> - <</if>> - <<else>> - Her giant belly makes life a struggle: <<if $buttAccessibility == 1 || $boobAccessibility == 1 || $ballsAccessibility == 1>>she has trouble using appliances and furniture, and constantly bumps into things, but at least the doors have already been widened for your other slaves<<else>>she barely fits through doors, has trouble using appliances and furniture, and constantly bumps into things<</if>>. - <<if ($slaves[$i].devotion > 40)>> - Since she's devoted to you, she just does her best. - <<elseif ($slaves[$i].trust > -20)>> - This torment makes her @@color:gold;less trusting@@ of your willingness to look after her. - <<set $slaves[$i].trust -= 2>> - <<else>> - She already believes you capable of tormenting her, so this proof of your indifference @@color:mediumorchid;angers her@@ daily. - <<set $slaves[$i].devotion -= 2>> - <</if>> - <</if>> - <</if>> - + <<if $slaves[$i].devotion lt -4 and ($slaves[$i].fetish isnot "mindbroken")>> + When she isn't laboring or performing her duties she can be seen desperately thrashing trying to coax the device out of her body. She is @@color:gold;mortified@@ by her body and @@color:mediumorchid;loathes you@@ for doing this to her. + <<set $slaves[$i].devotion -= 4.0>> + <<set $slaves[$i].trust -= 4.0>> + <<elseif $slaves[$i].devotion lt 5 and ($slaves[$i].fetish isnot "mindbroken")>> + She attempts to shift beneath her bulging belly, feeling the life within threatening to burst her. She is @@color:gold;disgusted@@ by her body and @@color:mediumorchid;hates you@@ for doing this to her. + <<set $slaves[$i].devotion -= 3.0>> + <<set $slaves[$i].trust -= 3.0>> + <<elseif $slaves[$i].devotion lt 20 and ($slaves[$i].fetish isnot "mindbroken")>> + She pushes her bulging belly out, feeling the life within growing larger. She is @@color:gold;concerned@@ by her body and @@color:mediumorchid;is uncertain@@ on her situation. + <<set $slaves[$i].devotion -= 2.0>> + <<set $slaves[$i].trust -= 2.0>> + <</if>> + <</if>> + <<if ($slaves[$i].births gt 100) and ($slaves[$i].devotion lt 0) and ($slaves[$i].trust lt 0) and ($slaves[$i].fetish isnot "mindbroken")>> + Being constantly pregnant and giving birth to over a hundred offspring has taken its toll on $slaves[$i].slaveName's mind. Feeling that she is nothing more than a breeder has destroyed any hopes that she had. $slaves[$i].slaveName has become completely broken, leaving her nothing more than a baby filled sack. + <<set $slaves[$i].fetish to "mindbroken">> + <<set $slaves[$i].sexualFlaw to "none">> + <<set $slaves[$i].behavioralFlaw to "none">> + <<elseif ($slaves[$i].weight lt -2) and ($slaves[$i].boobs lt 100) and ($slaves[$i].butt lt 1) and ($slaves[$i].muscles lt 1) and ($slaves[$i].fetish isnot "mindbroken")>> + Watching her body sacrifice itself for a pregnancy she hates takes its toll on $slaves[$i].slaveName's mind. Feeling that she is nothing more than a host for her brood has destroyed any hopes she had left. $slaves[$i].slaveName has become completely broken. + <<set $slaves[$i].fetish to "mindbroken">> + <<set $slaves[$i].sexualFlaw to "none">> + <<set $slaves[$i].behavioralFlaw to "none">> + <</if>> + <<if $slaves[$i].fetish is "mindbroken" and $slaves[$i].weight is -3 and $slaves[$i].butt is 0 and $slaves[$i].boobs is 0 and $slaves[$i].muscles is 0 and (($slaves[$i].physicalAge lt 18 and $slaves[$i].births gt 50) or ($slaves[$i].physicalAge lte 32 and $slaves[$i].births gt 100) or ($slaves[$i].physicalAge gt 32 and $slaves[$i].births gt 150))>> + <<set $slaves[$i].births += 50>> + <<set $birthsTotal += 50>> + <<set $slaves[$i].vagina to 10>> + <<set $slaves[$i].preg to 0>> + <<set $slaves[$i].pregType to 0>> + <<set $slaveDead to 2>> + <</if>> +<</if>> +<<else>> + Her high-calorie and nutrient filled diet allows her body to handle its demanding pregnancy, though being stuffed only compounds the pressure within her abdomen. She @@color:mediumorchid;resents@@ needing to have her stomach bloated with food at all times, but @@color:mediumaquamarine;appreciates@@ the effort you are putting into keeping her healthy. + <<set $slaves[$i].devotion -= 0.2>> + <<set $slaves[$i].trust += 0.3>> +<</if>> +<<else>> + Being allowed to relax among the luxuries of the master suite permit $slaves[$i].slaveName's body to handle its demanding pregnancy. +<</if>> +*/ + +<<if ($slaves[$i].preg > 30 && $slaves[$i].pregType >= 2) || ($slaves[$i].preg > 20 && $slaves[$i].pregType >= 10) || ($slaves[$i].preg > 10 && $slaves[$i].pregType >= 20)>> + <<if $pregAccessibility == 1>> + <<if ($slaves[$i].devotion > 20)>> + She's @@color:mediumaquamarine;thankful@@ to you for providing living spaces adapted to heavily pregnant life. + <<set $slaves[$i].trust += 1>> + <</if>> + <<else>> + Her giant pregnancy makes life a struggle: <<if $buttAccessibility == 1 || $boobAccessibility == 1 || $ballsAccessibility == 1>>she has trouble using appliances and furniture, and constantly bumps into things, but at least the doors have already been widened for your other slaves<<else>>she barely fits through doors, has trouble using appliances and furniture, and constantly bumps into things<</if>>. + <<if ($slaves[$i].devotion > 50)>> + Since she's devoted to you, she just does her best. + <<elseif ($slaves[$i].trust > -20)>> + This torment makes her @@color:gold;less trusting@@ of your willingness to look after her. + <<set $slaves[$i].trust -= 2>> + <<else>> + She already believes you capable of tormenting her, so this proof of your indifference @@color:mediumorchid;angers her@@ daily. + <<set $slaves[$i].devotion -= 2>> + <</if>> + <</if>> +<</if>> +<<if $slaves[$i].bellyImplant >= 10000>> + <<if $pregAccessibility == 1>> + <<if ($slaves[$i].devotion > 20)>> + She's @@color:mediumaquamarine;thankful@@ to you for providing living spaces adapted to life with an enormous belly. + <<set $slaves[$i].trust += 1>> + <</if>> + <<else>> + Her giant belly makes life a struggle: <<if $buttAccessibility == 1 || $boobAccessibility == 1 || $ballsAccessibility == 1>>she has trouble using appliances and furniture, and constantly bumps into things, but at least the doors have already been widened for your other slaves<<else>>she barely fits through doors, has trouble using appliances and furniture, and constantly bumps into things<</if>>. + <<if ($slaves[$i].devotion > 40)>> + Since she's devoted to you, she just does her best. + <<elseif ($slaves[$i].trust > -20)>> + This torment makes her @@color:gold;less trusting@@ of your willingness to look after her. + <<set $slaves[$i].trust -= 2>> + <<else>> + She already believes you capable of tormenting her, so this proof of your indifference @@color:mediumorchid;angers her@@ daily. + <<set $slaves[$i].devotion -= 2>> + <</if>> + <</if>> +<</if>> + +<<if canWalk($slaves[$i]) is true>> +<<if ($slaves[$i].dick > 60)>> + Her titanic penis rests upon the floor even when she stands. She finds moving @@color:mediumorchid;terrifying@@ since she drags her cock along. + <<set $slaves[$i].devotion -= 3>> +<<elseif ($slaves[$i].dick > 30)>> + Her enormous cock is @@color:mediumorchid;very uncomfortable@@ for her to drag around. + <<set $slaves[$i].devotion -= 2>> +<<elseif ($slaves[$i].dick >= 10)>> <<if canWalk($slaves[$i]) is true>> - <<if ($slaves[$i].dick > 60)>> - Her titanic penis rests upon the floor even when she stands. She finds moving @@color:mediumorchid;terrifying@@ since she drags her cock along. - <<set $slaves[$i].devotion -= 3>> - <<elseif ($slaves[$i].dick > 30)>> - Her enormous cock is @@color:mediumorchid;very uncomfortable@@ for her to drag around. - <<set $slaves[$i].devotion -= 2>> - <<elseif ($slaves[$i].dick >= 10)>> - <<if canWalk($slaves[$i]) is true>> - Her giant dick is @@color:mediumorchid;uncomfortable@@ for her body. - <<set $slaves[$i].devotion -= 1>> - <</if>> - <</if>> + Her giant dick is @@color:mediumorchid;uncomfortable@@ for her body. + <<set $slaves[$i].devotion -= 1>> <</if>> +<</if>> +<</if>> - <<if ($slaves[$i].dick > 45)>> - <<if $dickAccessibility == 1>> - <<if ($slaves[$i].devotion > 20)>> - She's @@color:mediumaquamarine;thankful@@ to you for providing living spaces adapted to life with an enormous dick. - <<set $slaves[$i].trust += 1>> - <</if>> - <<else>> - Her giant penis make life a struggle: she has to drag it along as she moves, has trouble fitting into beds and sitting in chairs, and constantly has to make sure to not get her dick caught in doors. - <<if ($slaves[$i].devotion > 50)>> - Since she's devoted to you, she just does her best. - <<elseif ($slaves[$i].trust > -20)>> - This torment makes her @@color:gold;less trusting@@ of your willingness to look after her. - <<set $slaves[$i].trust -= 2>> - <<else>> - She already believes you capable of tormenting her, so this proof of your indifference @@color:mediumorchid;angers her@@ daily. - <<set $slaves[$i].devotion -= 3>> - <</if>> - <</if>> - <</if>> - - <<if canWalk($slaves[$i]) is true>> - <<if ($slaves[$i].balls > 90)>> - Her titanic balls rest upon the floor even when she stands. She finds them @@color:mediumorchid;annoying@@ to lug around. - <<set $slaves[$i].devotion -= 1>> - <<elseif ($slaves[$i].balls > 50)>> - Her enormous balls are @@color:mediumorchid;very uncomfortable@@ for her to carry. - <<set $slaves[$i].devotion -= 2>> - <<elseif ($slaves[$i].balls > 25)>> - Her huge balls are @@color:mediumorchid;uncomfortable@@ for her body. - <<set $slaves[$i].devotion -= 1>> - <</if>> - <</if>> +<<if ($slaves[$i].dick > 45)>> + <<if $dickAccessibility == 1>> + <<if ($slaves[$i].devotion > 20)>> + She's @@color:mediumaquamarine;thankful@@ to you for providing living spaces adapted to life with an enormous dick. + <<set $slaves[$i].trust += 1>> + <</if>> + <<else>> + Her giant penis make life a struggle: she has to drag it along as she moves, has trouble fitting into beds and sitting in chairs, and constantly has to make sure to not get her dick caught in doors. + <<if ($slaves[$i].devotion > 50)>> + Since she's devoted to you, she just does her best. + <<elseif ($slaves[$i].trust > -20)>> + This torment makes her @@color:gold;less trusting@@ of your willingness to look after her. + <<set $slaves[$i].trust -= 2>> + <<else>> + She already believes you capable of tormenting her, so this proof of your indifference @@color:mediumorchid;angers her@@ daily. + <<set $slaves[$i].devotion -= 3>> + <</if>> + <</if>> +<</if>> + +<<if canWalk($slaves[$i]) is true>> +<<if ($slaves[$i].balls > 90)>> + Her titanic balls rest upon the floor even when she stands. She finds them @@color:mediumorchid;annoying@@ to lug around. + <<set $slaves[$i].devotion -= 1>> +<<elseif ($slaves[$i].balls > 50)>> + Her enormous balls are @@color:mediumorchid;very uncomfortable@@ for her to carry. + <<set $slaves[$i].devotion -= 2>> +<<elseif ($slaves[$i].balls > 25)>> + Her huge balls are @@color:mediumorchid;uncomfortable@@ for her body. + <<set $slaves[$i].devotion -= 1>> +<</if>> +<</if>> - <<if ($slaves[$i].balls > 90)>> - <<if $ballsAccessibility == 1>> - <<if ($slaves[$i].devotion > 20)>> - She's @@color:mediumaquamarine;thankful@@ to you for providing living spaces adapted to life with enormous testicles. - <<set $slaves[$i].trust += 1>> - <</if>> - <<else>> - Her giant balls make life a struggle: <<if $buttAccessibility == 1 || $pregAccessibility == 1 || $boobAccessibility == 1>>she has trouble using appliances and furniture, and has to be constantly mindful of things striking her oversensitive testicles, but at least the doors have already been widened for your other slaves<<else>>she barely fits through doors, has trouble using appliances and furniture, and has to be constantly mindful of things striking her oversensitive testicles<</if>>. - <<if ($slaves[$i].devotion > 50)>> - Since she's devoted to you, she just does her best. - <<elseif ($slaves[$i].trust > -20)>> - This torment makes her @@color:gold;less trusting@@ of your willingness to look after her. - <<set $slaves[$i].trust -= 2>> - <<else>> - She already believes you capable of tormenting her, so this proof of your indifference @@color:mediumorchid;angers her@@ daily. - <<set $slaves[$i].devotion -= 3>> - <</if>> - <</if>> - <</if>> - - <<if ($slaves[$i].hips > 2)>> - Her inhumanly wide hips make walking difficult. She can barely move without swinging them side to side seductively, and she keeps bumping things with them. - <<if ($slaves[$i].devotion > 50)>> - Since she's devoted to you, she embraces her wide body and does everything she can to show it off for you. - <<elseif ($slaves[$i].devotion > -20)>> - This gait makes her feel like a huge whore, @@color:hotpink;increasing her submissiveness.@@ - <<set $slaves[$i].deoviton += 2>> - <<else>> - She hates that she is forced to bear such freakish hips and @@color:mediumorchid;blames you@@ for every trip, bumped object, and hip checked slave. - <<set $slaves[$i].devotion -= 3>> - <</if>> - <</if>> - - <<if canWalk($slaves[$i]) is true>> - <<if ($slaves[$i].butt > 15)>> - Her butt is a massive burden to her. She dreads walking down narrow hallways and getting dressed in the morning. She live a life of @@color:mediumorchid;annoyance@@ over knocking things over, bumping people, and getting stuck in chairs with her godly ass. - <<set $slaves[$i].devotion -= 2>> - <<elseif ($slaves[$i].butt > 10)>> - Her butt has gotten absolutely enormous. She finds it a @@color:mediumorchid;massive nuisance@@ to live with. - <<set $slaves[$i].devotion -= 1>> - <</if>> - <</if>> - - <<if ($slaves[$i].butt > 15)>> - <<if $buttAccessibility == 1>> - <<if ($slaves[$i].devotion > 20)>> - She's @@color:mediumaquamarine;thankful@@ to you for providing living spaces adapted to life with way too much excess junk in the trunk. - <<set $slaves[$i].trust += 1>> - <</if>> - <<else>> - Her giant butt make life a struggle: <<if $buttAccessibility == 1 || $pregAccessibility == 1 || $boobAccessibility == 1>>she has trouble using furniture, and constantly bumps into things, but at least the doors have already been widened for your other slaves<<else>>she barely fits through doors, has trouble using furniture, and constantly bumps into things<</if>>. - <<if ($slaves[$i].devotion > 50)>> - Since she's devoted to you, she just does her best. - <<elseif ($slaves[$i].trust > -20)>> - This torment makes her @@color:gold;less trusting@@ of your willingness to look after her. - <<set $slaves[$i].trust -= 1>> - <<else>> - She already believes you capable of tormenting her, so this proof of your indifference @@color:mediumorchid;angers her@@ daily. - <<set $slaves[$i].devotion -= 2>> - <</if>> - <</if>> - <</if>> - - <<if ($curativeSideEffects != 0)>> - <<if ($slaves[$i].chem > 10)>> - <<if random(1,200) < $slaves[$i].chem + $slaves[$i].physicalAge - $slaves[$i].health - (5*$slaves[$i].curatives)>> - <<set $seed to random(1,10)>> - <<set $slaves[$i].health -= 10>> - <<switch $seed>> - <<case 1>> - A routine medical scan detects a small, benign growth in one of her breasts. The autosurgery removes it with only @@color:red;minor health consequences,@@ - <<case 2>> - A routine medical scan detects a small, benign growth <<if ($slaves[$i].ovaries == 1)>>on one of her ovaries<<elseif ($slaves[$i].balls > 0)>>in one of her testicles<<else>>in her abdomen<</if>>. The autosurgery removes it with only @@color:red;minor health consequences,@@ - <<case 3>> - She experiences a troublingly severe panic attack one morning. It passes with @@color:red;a minor dose of medication,@@ - <<case 4>> - She suffers a series of severe headaches. they pass with @@color:red;a minor dose of medication,@@ - <<case 5>> - She experiences recurrent nausea this week. It passes with @@color:red;a minor dose of medication,@@ - <<case 6>> - She experiences troublingly severe night terrors several times this week. @@color:red;A minor dose of medication@@ resolves them, - <<case 7>> - A routine medical scan detects a minor arrhythmia in her heart. @@color:red;A minor dose of medication@@ resolves it, - <<case 8>> - A trivial injury turns serious when her blood takes an unnaturally long time to clot. The autosurgery patches her up with only @@color:red;minor health consequences,@@ - <<case 9>> - An unsightly new vein becomes visible, just under her $slaves[$i].skin skin. The autosurgery removes it with only @@color:red;minor health consequences,@@ - <<default>> - She seems @@color:red;slightly ill@@ this week. She recovers quickly, - <</switch>> - but it's likely this is a side effect of the heavy drug treatments she's received. - <<if $arcologies[0].FSBodyPuristLaw == 1>> - Your society's focus on preventing things like this is starting to have an effect, but long term damage like that she has suffered takes time to resolve itself. - <<elseif $healthyDrugsUpgrade == 1>> - Your effort to provide drug treatments free of negative side effects is starting to show results, but long term damage like that she has suffered takes time to resolve itself. - <</if>> - <</if>> - <</if>> - <</if>> - - <<if ($slaves[$i].scarheal == 5)>> - $slaves[$i].slaveName's wound has @@color:green;healed@@ leaving a big scar. It is still @@color:red;quite ugly@@ but doesn't hurt anymore. - <<set $slaves[$i].scar -= 1>> - <</if>> - - /* LANGUAGE */ - - <<if $slaves[$i].voice != 0>> - <<if $slaves[$i].lips > 95>> - <<if $slaves[$i].accent > 0>> - - <<if $slaves[$i].speechRules is "restrictive">> - <<set $seed to 30>> - <<elseif $slaves[$i].speechRules is "accent elimination">> - <<set $seed to 15>> +<<if ($slaves[$i].balls > 90)>> + <<if $ballsAccessibility == 1>> + <<if ($slaves[$i].devotion > 20)>> + She's @@color:mediumaquamarine;thankful@@ to you for providing living spaces adapted to life with enormous testicles. + <<set $slaves[$i].trust += 1>> + <</if>> + <<else>> + Her giant balls make life a struggle: <<if $buttAccessibility == 1 || $pregAccessibility == 1 || $boobAccessibility == 1>>she has trouble using appliances and furniture, and has to be constantly mindful of things striking her oversensitive testicles, but at least the doors have already been widened for your other slaves<<else>>she barely fits through doors, has trouble using appliances and furniture, and has to be constantly mindful of things striking her oversensitive testicles<</if>>. + <<if ($slaves[$i].devotion > 50)>> + Since she's devoted to you, she just does her best. + <<elseif ($slaves[$i].trust > -20)>> + This torment makes her @@color:gold;less trusting@@ of your willingness to look after her. + <<set $slaves[$i].trust -= 2>> + <<else>> + She already believes you capable of tormenting her, so this proof of your indifference @@color:mediumorchid;angers her@@ daily. + <<set $slaves[$i].devotion -= 3>> + <</if>> + <</if>> +<</if>> + +<<if ($slaves[$i].hips > 2)>> + Her inhumanly wide hips make walking difficult. She can barely move without swinging them side to side seductively, and she keeps bumping things with them. + <<if ($slaves[$i].devotion > 50)>> + Since she's devoted to you, she embraces her wide body and does everything she can to show it off for you. + <<elseif ($slaves[$i].devotion > -20)>> + This gait makes her feel like a huge whore, @@color:hotpink;increasing her submissiveness.@@ + <<set $slaves[$i].deoviton += 2>> <<else>> - <<set $seed to 20>> - <</if>> - <<if $slaves[$i].accent >= 3>> - <<if $week - $slaves[$i].weekAcquired > $seed - ($slaves[$i].intelligence*5)>> - <<set $slaves[$i].accent -= 1>> - She has managed to pick up enough $language that @@color:green;she's now reasonably fluent in the language.@@ Her accent is quite heavy, but she can make herself understood. - <</if>> - <<elseif $slaves[$i].accent >= 2>> - <<if $week - $slaves[$i].weekAcquired > $seed - ($slaves[$i].intelligence*5) + 5>> - <<set $slaves[$i].accent -= 1>> - She has heard and spoken a great deal of $language as your slave. @@color:green;Her accent has diminished from heavy to a pleasant exoticism.@@ - <</if>> - <<elseif $slaves[$i].accent >= 1>> - <<if $slaves[$i].speechRules is "accent elimination">> - <<if $week - $slaves[$i].weekAcquired > $seed - ($slaves[$i].intelligence*5) + 10>> - <<set $slaves[$i].accent -= 1>> - She does her best to speak proper, unaccented $language, as encouraged by the rules. @@color:green;Her accent has diminished to imperceptibility.@@ - <</if>> - <</if>> - <</if>> - - <</if>> - <</if>> - <</if>> - - /* PRESTIGE */ - <<if ($slaves[$i].prestige > 0)>> - Merely owning such a prestigious slave @@color:green;helps your reputation.@@ - <<set $repGain += (10*$slaves[$i].prestige)>> - <</if>> - - <<if $studio == 1>> - <<if $slaves[$i].pornFameSpending >= 0>> - <<set $seed to $slaves[$i].pornFame>> - <<if ($slaves[$i].pornFame < 35) && ($slaves[$i].prestige > 1)>> - Interest in porn of her is very high, since she's already quite prestigious. - <<set $slaves[$i].pornFame += 1>> - <<elseif ($slaves[$i].pornFame < 10) && ($slaves[$i].prestige > 0)>> - Interest in porn of her is high, since she's already prestigious. - <<set $slaves[$i].pornFame += 1>> - <</if>> - <<set $slaves[$i].pornFame += ($slaves[$i].pornFameSpending/1000)>> - <<if ($slaves[$i].prestige < 3) && ($slaves[$i].pornFame >= 100) && ($seed < 100)>> - <<set $slaves[$i].prestige to 3>> - @@color:green;She has become world famous for her career in slave pornography!@@ Millions are now intimately familiar with - <<if ($slaves[$i].devotion <= 20) && ($slaves[$i].analCount + $slaves[$i].vaginalCount > 0)>> - <<set $slaves[$i].prestigeDesc to "She is world famous for her career in slave pornography. Millions are intimately familiar with the sight of her being raped.">> - the sight of her being raped, - <<set $desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her crying">> - <<elseif ($slaves[$i].sexualQuirk is "gagfuck queen")>> - <<set $slaves[$i].prestigeDesc to "She is world famous for her career in slave pornography. Millions are intimately familiar with the sounds she makes when being throatfucked.">> - the sounds she makes when being throatfucked, - <<set $desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her getting facefucked">> - <<elseif ($slaves[$i].sexualQuirk is "painal queen") && ($slaves[$i].voice > 0)>> - <<set $slaves[$i].prestigeDesc to "She is world famous for her career in slave pornography. Millions are intimately familiar with her screams of anal pain.">> - her screams of anal pain, - <<set $desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her taking a brutal assfuck">> - <<elseif ($slaves[$i].sexualQuirk is "strugglefuck queen")>> - <<set $slaves[$i].prestigeDesc to "She is world famous for her career in slave pornography. Millions are intimately familiar with the sight of her being gagfucked.">> - how she struggles when taking a fuck, - <<set $desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her screaming and struggling">> - <<elseif ($slaves[$i].sexualQuirk is "tease")>> - <<set $slaves[$i].prestigeDesc to "She is world famous for her career in slave pornography. Millions are intimately familiar with her lewd striptease.">> - her lewd striptease, - <<set $desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her stripping">> - <<elseif ($slaves[$i].sexualQuirk is "romantic")>> - <<set $slaves[$i].prestigeDesc to "She is world famous for her career in slave pornography. Millions are intimately familiar with her authentic pleasure.">> - her authentic pleasure, - <<set $desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her in ecstasy">> - <<elseif ($slaves[$i].sexualQuirk is "perverted")>> - <<set $slaves[$i].prestigeDesc to "She is world famous for her career in slave pornography. Millions are intimately familiar with her most perverted tendencies.">> - her most perverted tendencies, - <<set $desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her doing something perverted">> - <<elseif ($slaves[$i].sexualQuirk is "caring")>> - <<set $slaves[$i].prestigeDesc to "She is world famous for her career in slave pornography. Millions are intimately familiar with her devotion to her partners' pleasure.">> - her devotion to her partners' pleasure, - <<set $desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her smiling genuinely">> - <<elseif ($slaves[$i].sexualQuirk is "unflinching")>> - <<set $slaves[$i].prestigeDesc to "She is world famous for her career in slave pornography. Millions are intimately familiar with her willingness to do things not repeated in polite company.">> - her willingness to do things not repeated in polite company, - <<set $desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her doing something extreme">> - <<elseif ($slaves[$i].sexualQuirk is "size queen")>> - <<set $slaves[$i].prestigeDesc to "She is world famous for her career in slave pornography. Millions are intimately familiar with the sight of her holes stretched to their limits.">> - the sight of her holes stretched to their limits, - <<set $desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her stuffed to her limit">> - <<elseif $slaves[$i].preg > 10>> - <<set $slaves[$i].prestigeDesc to "She is world famous for her career in slave pornography. Millions are intimately familiar with growth of her belly and her pregnant pussy.">> - the sight of her rounded belly and pregnant pussy, - <<set $desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her pregnant pussy getting pounded">> - <<else>> - <<set $slaves[$i].prestigeDesc to "She is world famous for her career in slave pornography. Millions are intimately familiar with the sight of her being fucked.">> - the sight of her being fucked, - <<set $desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her getting fucked">> - <</if>> - <<set $trinkets.push($desc)>> - so it is now extremely prestigious to own her. - <<elseif ($slaves[$i].prestige < 2) && ($slaves[$i].pornFame >= 35) && ($seed < 35)>> - <<set $slaves[$i].prestige to 2>> - @@color:green;She has become famous for her recurring role in slave pornography!@@ Her many fans relish - <<if ($slaves[$i].devotion <= 20) && ($slaves[$i].analCount + $slaves[$i].vaginalCount > 0)>> - <<set $slaves[$i].prestigeDesc to "She is famous for her recurring role in slave pornography. Her many fans relish the sight of her being raped.">> - the sight of her being raped, - <<elseif ($slaves[$i].sexualQuirk is "gagfuck queen")>> - <<set $slaves[$i].prestigeDesc to "She is famous for her recurring role in slave pornography. Her many fans relish the sounds she makes when being throatfucked.">> - the sounds she makes when being throatfucked, - <<elseif ($slaves[$i].sexualQuirk is "painal queen") && ($slaves[$i].voice > 0)>> - <<set $slaves[$i].prestigeDesc to "She is famous for her recurring role in slave pornography. Her many fans relish her screams of anal pain.">> - her screams of anal pain, - <<elseif ($slaves[$i].sexualQuirk is "strugglefuck queen")>> - <<set $slaves[$i].prestigeDesc to "She is famous for her recurring role in slave pornography. Her many fans relish the sight of her being gagfucked.">> - how she struggles when taking a fuck, - <<elseif ($slaves[$i].sexualQuirk is "tease")>> - <<set $slaves[$i].prestigeDesc to "She is famous for her recurring role in slave pornography. Her many fans relish her lewd striptease.">> - her lewd striptease, - <<elseif ($slaves[$i].sexualQuirk is "romantic")>> - <<set $slaves[$i].prestigeDesc to "She is famous for her recurring role in slave pornography. Her many fans relish her authentic pleasure.">> - her authentic pleasure, - <<elseif ($slaves[$i].sexualQuirk is "perverted")>> - <<set $slaves[$i].prestigeDesc to "She is famous for her recurring role in slave pornography. Her many fans relish her most perverted tendencies.">> - her most perverted tendencies, - <<elseif ($slaves[$i].sexualQuirk is "caring")>> - <<set $slaves[$i].prestigeDesc to "She is famous for her recurring role in slave pornography. Her many fans relish her devotion to her partners' pleasure.">> - her devotion to her partners' pleasure, - <<elseif ($slaves[$i].sexualQuirk is "unflinching")>> - <<set $slaves[$i].prestigeDesc to "She is famous for her recurring in slave pornography. Her many fans relish her willingness to do things not repeated in polite company.">> - her willingness to do things not repeated in polite company, - <<elseif ($slaves[$i].sexualQuirk is "size queen")>> - <<set $slaves[$i].prestigeDesc to "She is famous for her recurring in slave pornography. Her many fans relish the sight of her holes stretched to their limits.">> - the sight of her holes stretched to their limits, - <<elseif $slaves[$i].preg > 10>> - <<set $slaves[$i].prestigeDesc to "She is famous for her recurring role in slave pornography. Her many fans relish her rounded belly and pregnant pussy.">> - the sight of her rounded belly and pregnant pussy, - <<else>> - <<set $slaves[$i].prestigeDesc to "She is famous for her recurring role in slave pornography. Her many fans relish the sight of her being fucked.">> - the sight of her being fucked, - <</if>> - so it is now very prestigious to own her. - <<elseif ($slaves[$i].prestige < 1) && ($slaves[$i].pornFame >= 10) && ($seed < 10)>> - <<set $slaves[$i].prestige to 1>> - @@color:green;She has become well known from slave pornography!@@ Thousands have enjoyed + She hates that she is forced to bear such freakish hips and @@color:mediumorchid;blames you@@ for every trip, bumped object, and hip checked slave. + <<set $slaves[$i].devotion -= 3>> + <</if>> +<</if>> + +<<if canWalk($slaves[$i]) is true>> +<<if ($slaves[$i].butt > 15)>> + Her butt is a massive burden to her. She dreads walking down narrow hallways and getting dressed in the morning. She live a life of @@color:mediumorchid;annoyance@@ over knocking things over, bumping people, and getting stuck in chairs with her godly ass. + <<set $slaves[$i].devotion -= 2>> +<<elseif ($slaves[$i].butt > 10)>> + Her butt has gotten absolutely enormous. She finds it a @@color:mediumorchid;massive nuisance@@ to live with. + <<set $slaves[$i].devotion -= 1>> +<</if>> +<</if>> + +<<if ($slaves[$i].butt > 15)>> + <<if $buttAccessibility == 1>> + <<if ($slaves[$i].devotion > 20)>> + She's @@color:mediumaquamarine;thankful@@ to you for providing living spaces adapted to life with way too much excess junk in the trunk. + <<set $slaves[$i].trust += 1>> + <</if>> + <<else>> + Her giant butt make life a struggle: <<if $buttAccessibility == 1 || $pregAccessibility == 1 || $boobAccessibility == 1>>she has trouble using furniture, and constantly bumps into things, but at least the doors have already been widened for your other slaves<<else>>she barely fits through doors, has trouble using furniture, and constantly bumps into things<</if>>. + <<if ($slaves[$i].devotion > 50)>> + Since she's devoted to you, she just does her best. + <<elseif ($slaves[$i].trust > -20)>> + This torment makes her @@color:gold;less trusting@@ of your willingness to look after her. + <<set $slaves[$i].trust -= 1>> + <<else>> + She already believes you capable of tormenting her, so this proof of your indifference @@color:mediumorchid;angers her@@ daily. + <<set $slaves[$i].devotion -= 2>> + <</if>> + <</if>> +<</if>> + +<<if ($curativeSideEffects != 0)>> +<<if ($slaves[$i].chem > 10)>> +<<if random(1,200) < $slaves[$i].chem + $slaves[$i].physicalAge - $slaves[$i].health - (5*$slaves[$i].curatives)>> + <<set $seed to random(1,10)>> + <<set $slaves[$i].health -= 10>> + <<switch $seed>> + <<case 1>> + A routine medical scan detects a small, benign growth in one of her breasts. The autosurgery removes it with only @@color:red;minor health consequences,@@ + <<case 2>> + A routine medical scan detects a small, benign growth <<if ($slaves[$i].ovaries == 1)>>on one of her ovaries<<elseif ($slaves[$i].balls > 0)>>in one of her testicles<<else>>in her abdomen<</if>>. The autosurgery removes it with only @@color:red;minor health consequences,@@ + <<case 3>> + She experiences a troublingly severe panic attack one morning. It passes with @@color:red;a minor dose of medication,@@ + <<case 4>> + She suffers a series of severe headaches. they pass with @@color:red;a minor dose of medication,@@ + <<case 5>> + She experiences recurrent nausea this week. It passes with @@color:red;a minor dose of medication,@@ + <<case 6>> + She experiences troublingly severe night terrors several times this week. @@color:red;A minor dose of medication@@ resolves them, + <<case 7>> + A routine medical scan detects a minor arrhythmia in her heart. @@color:red;A minor dose of medication@@ resolves it, + <<case 8>> + A trivial injury turns serious when her blood takes an unnaturally long time to clot. The autosurgery patches her up with only @@color:red;minor health consequences,@@ + <<case 9>> + An unsightly new vein becomes visible, just under her $slaves[$i].skin skin. The autosurgery removes it with only @@color:red;minor health consequences,@@ + <<default>> + She seems @@color:red;slightly ill@@ this week. She recovers quickly, + <</switch>> + but it's likely this is a side effect of the heavy drug treatments she's received. + <<if $arcologies[0].FSBodyPuristLaw == 1>> + Your society's focus on preventing things like this is starting to have an effect, but long term damage like that she has suffered takes time to resolve itself. + <<elseif $healthyDrugsUpgrade == 1>> + Your effort to provide drug treatments free of negative side effects is starting to show results, but long term damage like that she has suffered takes time to resolve itself. + <</if>> +<</if>> +<</if>> +<</if>> + +<<if ($slaves[$i].scarheal == 5)>> + $slaves[$i].slaveName's wound has @@color:green;healed@@ leaving a big scar. It is still @@color:red;quite ugly@@ but doesn't hurt anymore. + <<set $slaves[$i].scar -= 1>> +<</if>> + +/* LANGUAGE */ + +<<if canTalk($slaves[$i])>> +<<if $slaves[$i].accent > 0>> +<<if $slaves[$i].speechRules is "restrictive">> + <<set $seed to 30>> +<<elseif $slaves[$i].speechRules is "accent elimination">> + <<set $seed to 15>> +<<else>> + <<set $seed to 20>> +<</if>> +<<if $slaves[$i].accent >= 3>> + <<if $week - $slaves[$i].weekAcquired > $seed - ($slaves[$i].intelligence*5)>> + <<set $slaves[$i].accent -= 1>> + She has managed to pick up enough $language that @@color:green;she's now reasonably fluent in the language.@@ Her accent is quite heavy, but she can make herself understood. + <</if>> +<<elseif $slaves[$i].accent >= 2>> + <<if $week - $slaves[$i].weekAcquired > $seed - ($slaves[$i].intelligence*5) + 5>> + <<set $slaves[$i].accent -= 1>> + She has heard and spoken a great deal of $language as your slave. @@color:green;Her accent has diminished from heavy to a pleasant exoticism.@@ + <</if>> +<<elseif $slaves[$i].accent >= 1>> + <<if $slaves[$i].speechRules is "accent elimination">> + <<if $week - $slaves[$i].weekAcquired > $seed - ($slaves[$i].intelligence*5) + 10>> + <<set $slaves[$i].accent -= 1>> + She does her best to speak proper, unaccented $language, as encouraged by the rules. @@color:green;Her accent has diminished to imperceptibility.@@ + <</if>> + <</if>> +<</if>> +<</if>> +<</if>> + +/* PRESTIGE */ +<<if ($slaves[$i].prestige > 0)>> + Merely owning such a prestigious slave @@color:green;helps your reputation.@@ + <<set $repGain += (10*$slaves[$i].prestige)>> +<</if>> + +<<if $studio == 1>> +<<if $slaves[$i].pornFameSpending >= 0>> + <<set $seed to $slaves[$i].pornFame>> + <<if ($slaves[$i].pornFame < 35) && ($slaves[$i].prestige > 1)>> + Interest in porn of her is very high, since she's already quite prestigious. + <<set $slaves[$i].pornFame += 1>> + <<elseif ($slaves[$i].pornFame < 10) && ($slaves[$i].prestige > 0)>> + Interest in porn of her is high, since she's already prestigious. + <<set $slaves[$i].pornFame += 1>> + <</if>> + <<set $slaves[$i].pornFame += ($slaves[$i].pornFameSpending/1000)>> + <<if ($slaves[$i].prestige < 3) && ($slaves[$i].pornFame >= 100) && ($seed < 100)>> + <<set $slaves[$i].prestige to 3>> + @@color:green;She has become world famous for her career in slave pornography!@@ Millions are now intimately familiar with <<if ($slaves[$i].devotion <= 20) && ($slaves[$i].analCount + $slaves[$i].vaginalCount > 0)>> - <<set $slaves[$i].prestigeDesc to "She is well known from slave pornography. Thousands have enjoyed the sight of her being raped.">> + <<set $slaves[$i].prestigeDesc to "She is world famous for her career in slave pornography. Millions are intimately familiar with the sight of her being raped.">> the sight of her being raped, + <<set $desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her crying">> <<elseif ($slaves[$i].sexualQuirk is "gagfuck queen")>> - <<set $slaves[$i].prestigeDesc to "She is well known from slave pornography. Thousands have enjoyed the sounds she makes when being throatfucked.">> + <<set $slaves[$i].prestigeDesc to "She is world famous for her career in slave pornography. Millions are intimately familiar with the sounds she makes when being throatfucked.">> the sounds she makes when being throatfucked, + <<set $desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her getting facefucked">> <<elseif ($slaves[$i].sexualQuirk is "painal queen") && ($slaves[$i].voice > 0)>> - <<set $slaves[$i].prestigeDesc to "She is well known from slave pornography. Thousands have enjoyed her screams of anal pain.">> + <<set $slaves[$i].prestigeDesc to "She is world famous for her career in slave pornography. Millions are intimately familiar with her screams of anal pain.">> her screams of anal pain, + <<set $desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her taking a brutal assfuck">> <<elseif ($slaves[$i].sexualQuirk is "strugglefuck queen")>> - <<set $slaves[$i].prestigeDesc to "She is well known from slave pornography. Thousands have enjoyed the sight of her being gagfucked.">> + <<set $slaves[$i].prestigeDesc to "She is world famous for her career in slave pornography. Millions are intimately familiar with the sight of her being gagfucked.">> how she struggles when taking a fuck, + <<set $desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her screaming and struggling">> <<elseif ($slaves[$i].sexualQuirk is "tease")>> - <<set $slaves[$i].prestigeDesc to "She is well known from slave pornography. Thousands have enjoyed her lewd striptease.">> + <<set $slaves[$i].prestigeDesc to "She is world famous for her career in slave pornography. Millions are intimately familiar with her lewd striptease.">> her lewd striptease, + <<set $desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her stripping">> <<elseif ($slaves[$i].sexualQuirk is "romantic")>> - <<set $slaves[$i].prestigeDesc to "She is well known from slave pornography. Thousands have enjoyed her authentic pleasure.">> + <<set $slaves[$i].prestigeDesc to "She is world famous for her career in slave pornography. Millions are intimately familiar with her authentic pleasure.">> her authentic pleasure, + <<set $desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her in ecstasy">> <<elseif ($slaves[$i].sexualQuirk is "perverted")>> - <<set $slaves[$i].prestigeDesc to "She is well known from slave pornography. Thousands have enjoyed her most perverted tendencies.">> + <<set $slaves[$i].prestigeDesc to "She is world famous for her career in slave pornography. Millions are intimately familiar with her most perverted tendencies.">> her most perverted tendencies, + <<set $desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her doing something perverted">> <<elseif ($slaves[$i].sexualQuirk is "caring")>> - <<set $slaves[$i].prestigeDesc to "She is well known from slave pornography. Thousands have enjoyed her devotion to her partners' pleasure.">> + <<set $slaves[$i].prestigeDesc to "She is world famous for her career in slave pornography. Millions are intimately familiar with her devotion to her partners' pleasure.">> her devotion to her partners' pleasure, + <<set $desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her smiling genuinely">> <<elseif ($slaves[$i].sexualQuirk is "unflinching")>> - <<set $slaves[$i].prestigeDesc to "She is well known from slave pornography. Thousands have enjoyed her willingness to do things not repeated in polite company.">> + <<set $slaves[$i].prestigeDesc to "She is world famous for her career in slave pornography. Millions are intimately familiar with her willingness to do things not repeated in polite company.">> her willingness to do things not repeated in polite company, + <<set $desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her doing something extreme">> <<elseif ($slaves[$i].sexualQuirk is "size queen")>> - <<set $slaves[$i].prestigeDesc to "She is well known from slave pornography. Thousands have enjoyed the sight of her holes stretched to their limits.">> + <<set $slaves[$i].prestigeDesc to "She is world famous for her career in slave pornography. Millions are intimately familiar with the sight of her holes stretched to their limits.">> the sight of her holes stretched to their limits, + <<set $desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her stuffed to her limit">> <<elseif $slaves[$i].preg > 10>> - <<set $slaves[$i].prestigeDesc to "She is well known from slave pornography. Thousands have enjoyed the sight of her rounded belly and pregnant pussy.">> + <<set $slaves[$i].prestigeDesc to "She is world famous for her career in slave pornography. Millions are intimately familiar with growth of her belly and her pregnant pussy.">> the sight of her rounded belly and pregnant pussy, + <<set $desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her pregnant pussy getting pounded">> <<else>> - <<set $slaves[$i].prestigeDesc to "She is well known from slave pornography. Thousands have enjoyed the sight of her being fucked.">> + <<set $slaves[$i].prestigeDesc to "She is world famous for her career in slave pornography. Millions are intimately familiar with the sight of her being fucked.">> the sight of her being fucked, - <</if>> - so it is now prestigious to own her. - <</if>> - <<if ($slaves[$i].prestige >= 3)>> - Further paid publicity cannot increase her fame, so subsidy of porn featuring her has stopped. - <<set $slaves[$i].pornFameSpending to 0>> - <</if>> - <</if>> - <</if>> - - <<if $seeAge != 0>> - <<if $slaves[$i].birthWeek >= 51>> - Her birthday was this week<<if $seeAge == 1>>; she turned <<print $slaves[$i].physicalAge+1>><</if>>. - <<if $slaves[$i].devotion > 50>> - She did not notice it. - <<elseif $week-$slaves[$i].weekAcquired > 10>> - She remembered it only dimly. - <<else>> - She remembered it, but no one cared. - <</if>> - <</if>> - <<if $manuallyRetired == 0>> - <<if $retiree == 0>> - <<if $slaves[$i].indenture < 0>> - <<if $slaves[$i].actualAge >= $retirementAge && $PhysicalRetirementAgePolicy != 1>> - <<set $retiree to $slaves[$i]>> - <</if>> - <<if $slaves[$i].physicalAge >= $retirementAge && $PhysicalRetirementAgePolicy == 1>> - <<set $retiree to $slaves[$i]>> - <</if>> - <<if $SexMilestoneRetirement == 1>> - <<if $slaves[$i].oralCount + $slaves[$i].analCount + $slaves[$i].vaginalCount + $slaves[$i].penetrativeCount + $slaves[$i].mammaryCount >= $retirementSex>> - <<set $retiree to $slaves[$i]>> - <</if>> - <</if>> - <<if $MilkMilestoneRetirement == 1>> - <<if $slaves[$i].milk >= $retirementMilk>> - <<set $retiree to $slaves[$i]>> - <</if>> - <</if>> - <<if $BirthsMilestoneRetirement == 1>> - <<if $slaves[$i].births >= $retirementBirths>> - <<set $retiree to $slaves[$i]>> - <</if>> - <</if>> - <<if $KillsMilestoneRetirement == 1>> - <<if $slaves[$i].pitkills >= $retirementKills>> - <<set $retiree to $slaves[$i]>> - <</if>> - <</if>> - <</if>> - <</if>> - <</if>> - <</if>> - - <<if $slaves[$i].breedingMark == 1>> - <<if $slaves[$i].preg > 5>> - <<if $slaves[$i].pregSource != -1>> - $slaves[$i].slaveName's weekly health checkup revealed she is pregnant with an unacceptable child. @@color:red;It's life has been terminated, you have been fined ¤100000, and your rep amoung the Elite has been severely damaged.@@ - <<set $slaves[$i].preg = 0>> - <<set $slaves[$i].pregType = 0>> - <<set $slaves[$i].pregSource = 0>> - <<set $cash -= 100000>> - <<set $failedElite += 150>> - <</if>> - <</if>> - <</if>> - - <<if $slaves[$i].indenture == 0>> - <<if $expiree == 0>> - <<set $expiree to $slaves[$i]>> - <</if>> + <<set $desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her getting fucked">> + <</if>> + <<set $trinkets.push($desc)>> + so it is now extremely prestigious to own her. + <<elseif ($slaves[$i].prestige < 2) && ($slaves[$i].pornFame >= 35) && ($seed < 35)>> + <<set $slaves[$i].prestige to 2>> + @@color:green;She has become famous for her recurring role in slave pornography!@@ Her many fans relish + <<if ($slaves[$i].devotion <= 20) && ($slaves[$i].analCount + $slaves[$i].vaginalCount > 0)>> + <<set $slaves[$i].prestigeDesc to "She is famous for her recurring role in slave pornography. Her many fans relish the sight of her being raped.">> + the sight of her being raped, + <<elseif ($slaves[$i].sexualQuirk is "gagfuck queen")>> + <<set $slaves[$i].prestigeDesc to "She is famous for her recurring role in slave pornography. Her many fans relish the sounds she makes when being throatfucked.">> + the sounds she makes when being throatfucked, + <<elseif ($slaves[$i].sexualQuirk is "painal queen") && ($slaves[$i].voice > 0)>> + <<set $slaves[$i].prestigeDesc to "She is famous for her recurring role in slave pornography. Her many fans relish her screams of anal pain.">> + her screams of anal pain, + <<elseif ($slaves[$i].sexualQuirk is "strugglefuck queen")>> + <<set $slaves[$i].prestigeDesc to "She is famous for her recurring role in slave pornography. Her many fans relish the sight of her being gagfucked.">> + how she struggles when taking a fuck, + <<elseif ($slaves[$i].sexualQuirk is "tease")>> + <<set $slaves[$i].prestigeDesc to "She is famous for her recurring role in slave pornography. Her many fans relish her lewd striptease.">> + her lewd striptease, + <<elseif ($slaves[$i].sexualQuirk is "romantic")>> + <<set $slaves[$i].prestigeDesc to "She is famous for her recurring role in slave pornography. Her many fans relish her authentic pleasure.">> + her authentic pleasure, + <<elseif ($slaves[$i].sexualQuirk is "perverted")>> + <<set $slaves[$i].prestigeDesc to "She is famous for her recurring role in slave pornography. Her many fans relish her most perverted tendencies.">> + her most perverted tendencies, + <<elseif ($slaves[$i].sexualQuirk is "caring")>> + <<set $slaves[$i].prestigeDesc to "She is famous for her recurring role in slave pornography. Her many fans relish her devotion to her partners' pleasure.">> + her devotion to her partners' pleasure, + <<elseif ($slaves[$i].sexualQuirk is "unflinching")>> + <<set $slaves[$i].prestigeDesc to "She is famous for her recurring in slave pornography. Her many fans relish her willingness to do things not repeated in polite company.">> + her willingness to do things not repeated in polite company, + <<elseif ($slaves[$i].sexualQuirk is "size queen")>> + <<set $slaves[$i].prestigeDesc to "She is famous for her recurring in slave pornography. Her many fans relish the sight of her holes stretched to their limits.">> + the sight of her holes stretched to their limits, + <<elseif $slaves[$i].preg > 10>> + <<set $slaves[$i].prestigeDesc to "She is famous for her recurring role in slave pornography. Her many fans relish her rounded belly and pregnant pussy.">> + the sight of her rounded belly and pregnant pussy, + <<else>> + <<set $slaves[$i].prestigeDesc to "She is famous for her recurring role in slave pornography. Her many fans relish the sight of her being fucked.">> + the sight of her being fucked, + <</if>> + so it is now very prestigious to own her. + <<elseif ($slaves[$i].prestige < 1) && ($slaves[$i].pornFame >= 10) && ($seed < 10)>> + <<set $slaves[$i].prestige to 1>> + @@color:green;She has become well known from slave pornography!@@ Thousands have enjoyed + <<if ($slaves[$i].devotion <= 20) && ($slaves[$i].analCount + $slaves[$i].vaginalCount > 0)>> + <<set $slaves[$i].prestigeDesc to "She is well known from slave pornography. Thousands have enjoyed the sight of her being raped.">> + the sight of her being raped, + <<elseif ($slaves[$i].sexualQuirk is "gagfuck queen")>> + <<set $slaves[$i].prestigeDesc to "She is well known from slave pornography. Thousands have enjoyed the sounds she makes when being throatfucked.">> + the sounds she makes when being throatfucked, + <<elseif ($slaves[$i].sexualQuirk is "painal queen") && ($slaves[$i].voice > 0)>> + <<set $slaves[$i].prestigeDesc to "She is well known from slave pornography. Thousands have enjoyed her screams of anal pain.">> + her screams of anal pain, + <<elseif ($slaves[$i].sexualQuirk is "strugglefuck queen")>> + <<set $slaves[$i].prestigeDesc to "She is well known from slave pornography. Thousands have enjoyed the sight of her being gagfucked.">> + how she struggles when taking a fuck, + <<elseif ($slaves[$i].sexualQuirk is "tease")>> + <<set $slaves[$i].prestigeDesc to "She is well known from slave pornography. Thousands have enjoyed her lewd striptease.">> + her lewd striptease, + <<elseif ($slaves[$i].sexualQuirk is "romantic")>> + <<set $slaves[$i].prestigeDesc to "She is well known from slave pornography. Thousands have enjoyed her authentic pleasure.">> + her authentic pleasure, + <<elseif ($slaves[$i].sexualQuirk is "perverted")>> + <<set $slaves[$i].prestigeDesc to "She is well known from slave pornography. Thousands have enjoyed her most perverted tendencies.">> + her most perverted tendencies, + <<elseif ($slaves[$i].sexualQuirk is "caring")>> + <<set $slaves[$i].prestigeDesc to "She is well known from slave pornography. Thousands have enjoyed her devotion to her partners' pleasure.">> + her devotion to her partners' pleasure, + <<elseif ($slaves[$i].sexualQuirk is "unflinching")>> + <<set $slaves[$i].prestigeDesc to "She is well known from slave pornography. Thousands have enjoyed her willingness to do things not repeated in polite company.">> + her willingness to do things not repeated in polite company, + <<elseif ($slaves[$i].sexualQuirk is "size queen")>> + <<set $slaves[$i].prestigeDesc to "She is well known from slave pornography. Thousands have enjoyed the sight of her holes stretched to their limits.">> + the sight of her holes stretched to their limits, + <<elseif $slaves[$i].preg > 10>> + <<set $slaves[$i].prestigeDesc to "She is well known from slave pornography. Thousands have enjoyed the sight of her rounded belly and pregnant pussy.">> + the sight of her rounded belly and pregnant pussy, + <<else>> + <<set $slaves[$i].prestigeDesc to "She is well known from slave pornography. Thousands have enjoyed the sight of her being fucked.">> + the sight of her being fucked, <</if>> - - <<if $slaves[$i].burst == 1>> - <<set $burstee to 1>> + so it is now prestigious to own her. <</if>> - - <<if ($slaves[$i].preg > 30) && ($slaves[$i].pregType < 50) && (random(1,100) > 90)>> - <<set $slaves[$i].labor to 1>> - <<set $birthee to 1>> - <<elseif ($slaves[$i].preg > 35) && ($slaves[$i].pregType < 50)>> - <<set $slaves[$i].labor to 1>> - <<set $birthee to 1>> - <<elseif ($slaves[$i].preg > 30) && ($slaves[$i].pregType is 50) && ($slaves[$i].assignment != "labor in the production line")>> - <<set $slaves[$i].labor to 1>> - <<set $birthee to 1>> + <<if ($slaves[$i].prestige >= 3)>> + Further paid publicity cannot increase her fame, so subsidy of porn featuring her has stopped. + <<set $slaves[$i].pornFameSpending to 0>> <</if>> +<</if>> +<</if>> - <<if ($slaves[$i].hStyle != "shaved")>> - <<if ($slaves[$i].hLength < 150)>> - <<set $slaves[$i].hLength += 1>> - <</if>> - <</if>> +<<if $seeAge != 0>> +<<if $slaves[$i].birthWeek >= 51>> + Her birthday was this week<<if $seeAge == 1>>; she turned <<print $slaves[$i].physicalAge+1>><</if>>. + <<if $slaves[$i].devotion > 50>> + She did not notice it. + <<elseif $week-$slaves[$i].weekAcquired > 10>> + She remembered it only dimly. + <<else>> + She remembered it, but no one cared. + <</if>> +<</if>> +<<if $manuallyRetired == 0>> +<<if $retiree == 0>> +<<if $slaves[$i].indenture < 0>> +<<if $slaves[$i].actualAge >= $retirementAge && $PhysicalRetirementAgePolicy != 1>> + <<set $retiree to $slaves[$i]>> +<</if>> +<<if $slaves[$i].physicalAge >= $retirementAge && $PhysicalRetirementAgePolicy == 1>> + <<set $retiree to $slaves[$i]>> +<</if>> +<<if $SexMilestoneRetirement == 1>> + <<if $slaves[$i].oralCount + $slaves[$i].analCount + $slaves[$i].vaginalCount + $slaves[$i].penetrativeCount + $slaves[$i].mammaryCount >= $retirementSex>> + <<set $retiree to $slaves[$i]>> + <</if>> +<</if>> +<<if $MilkMilestoneRetirement == 1>> + <<if $slaves[$i].milk >= $retirementMilk>> + <<set $retiree to $slaves[$i]>> + <</if>> +<</if>> +<<if $BirthsMilestoneRetirement == 1>> + <<if $slaves[$i].births >= $retirementBirths>> + <<set $retiree to $slaves[$i]>> + <</if>> +<</if>> +<<if $KillsMilestoneRetirement == 1>> + <<if $slaves[$i].pitkills >= $retirementKills>> + <<set $retiree to $slaves[$i]>> + <</if>> +<</if>> +<</if>> +<</if>> +<</if>> +<</if>> + +<<if $slaves[$i].breedingMark == 1>> + <<if $slaves[$i].preg > 5>> + <<if $slaves[$i].pregSource != -1>> + $slaves[$i].slaveName's weekly health checkup revealed she is pregnant with an unacceptable child. @@color:red;It's life has been terminated, you have been fined ¤100000, and your rep amoung the Elite has been severely damaged.@@ + <<set $slaves[$i].preg = 0>> + <<set $slaves[$i].pregType = 0>> + <<set $slaves[$i].pregSource = 0>> + <<set $cash -= 100000>> + <<set $failedElite += 150>> + <</if>> + <</if>> +<</if>> + +<<if $slaves[$i].indenture == 0>> + <<if $expiree == 0>> + <<set $expiree to $slaves[$i]>> + <</if>> +<</if>> + +<<if $slaves[$i].burst == 1>> + <<set $burstee to 1>> +<</if>> + +<<if ($slaves[$i].preg > 30) && ($slaves[$i].pregType < 50) && (random(1,100) > 90)>> + <<set $slaves[$i].labor to 1>> + <<set $birthee to 1>> +<<elseif ($slaves[$i].preg > 35) && ($slaves[$i].pregType < 50)>> + <<set $slaves[$i].labor to 1>> + <<set $birthee to 1>> +<<elseif ($slaves[$i].preg > 30) && ($slaves[$i].pregType is 50) && ($slaves[$i].assignment != "labor in the production line")>> + <<set $slaves[$i].labor to 1>> + <<set $birthee to 1>> +<</if>> + +<<if ($slaves[$i].hStyle != "shaved")>> + <<if ($slaves[$i].hLength < 150)>> + <<set $slaves[$i].hLength += 1>> + <</if>> +<</if>> \ No newline at end of file diff --git a/src/uncategorized/saRelationships.tw b/src/uncategorized/saRelationships.tw index 43fc5cb81018772b9adcf861bf7b66d2dcbd0d09..91e56156b452ed248392c97b341823e56386ec1d 100644 --- a/src/uncategorized/saRelationships.tw +++ b/src/uncategorized/saRelationships.tw @@ -866,69 +866,69 @@ Since she is mindbroken, she @@color:lightsalmon;can't really maintain@@ any mea <<if $slaves[$i].relation != 0>> <<if ($slaves[$i].relationTarget is $slaves[$i].relationshipTarget)>> -$slaves[$i].slaveName -<<if $slaves[$i].origin == "She offered herself to you for enslavement hoping you would preserve her incestuous relationship with her sibling.">> - is @@color:hotpink;grateful@@ and @@color:mediumaquamarine;trusting@@ towards you for protecting her in her long-standing incestuous relationship. - <<set $slaves[$i].devotion += 2>> - <<set $slaves[$i].trust += 2>> -<<elseif $slaves[$i].sexualQuirk is "perverted">> - is such a pervert that she @@color:hotpink;enjoys@@ carrying on an incestuous relationship with her own <<print relationTargetWord($slaves[$i])>>. - <<set $slaves[$i].devotion += 1>> -<<elseif $slaves[$i].devotion > 95>> - is so inured to the perversities of slavery that she @@color:hotpink;enjoys@@ carrying on an incestuous relationship with her own <<print relationTargetWord($slaves[$i])>>. - <<set $slaves[$i].devotion += 1>> -<<elseif $slaves[$i].behavioralQuirk is "sinful">> - is torn between sinful delight and deep disgust that she's carrying on an incestuous relationship with her own <<print relationTargetWord($slaves[$i])>>. -<<elseif $slaves[$i].devotion > 75>> - is so devoted to you that she accepts carrying on an incestuous relationship with her own <<print relationTargetWord($slaves[$i])>>. -<<elseif $slaves[$i].devotion > 50>> - is somewhat @@color:mediumorchid;disturbed@@ that she's carrying on an incestuous relationship with her own <<print relationTargetWord($slaves[$i])>>. - <<set $slaves[$i].devotion -= 2>> -<<elseif $slaves[$i].devotion > 20>> - is @@color:mediumorchid;disturbed@@ and @@color:gold;scared@@ that she's carrying on an incestuous relationship with her own <<print relationTargetWord($slaves[$i])>>. - <<set $slaves[$i].devotion -= 2>> - <<set $slaves[$i].trust -= 2>> -<<else>> - is @@color:mediumorchid;revolted@@ and @@color:gold;scared@@ that she's carrying on an incestuous relationship with her own <<print relationTargetWord($slaves[$i])>>. - <<set $slaves[$i].devotion -= 4>> - <<set $slaves[$i].trust -= 4>> -<</if>> -<<if $slaves[$i].preg > 0>> -<<if $slaves[$i].pregSource == $slaves[$i].relationTarget>> + $slaves[$i].slaveName <<if $slaves[$i].origin == "She offered herself to you for enslavement hoping you would preserve her incestuous relationship with her sibling.">> - She's @@color:hotpink;overjoyed@@ to be carrying her sister's child. + is @@color:hotpink;grateful@@ and @@color:mediumaquamarine;trusting@@ towards you for protecting her in her long-standing incestuous relationship. <<set $slaves[$i].devotion += 2>> + <<set $slaves[$i].trust += 2>> <<elseif $slaves[$i].sexualQuirk is "perverted">> - She's even @@color:hotpink;aroused@@ by the constant awareness that her <<print relationTargetWord($slaves[$i])>> is the parent of the daughter she's carrying. - <<set $slaves[$i].devotion += 1>> - <<elseif $slaves[$i].behavioralQuirk is "sinful">> - Her feelings about carrying her <<print relationTargetWord($slaves[$i])>>'s child are @@color:hotpink;secretly less mixed,@@ though. + is such a pervert that she @@color:hotpink;enjoys@@ carrying on an incestuous relationship with her own <<print relationTargetWord($slaves[$i])>>. <<set $slaves[$i].devotion += 1>> <<elseif $slaves[$i].devotion > 95>> - She occasionally remembers that she's carrying her <<print relationTargetWord($slaves[$i])>>'s child, but does her best to accept it by not thinking about it. + is so inured to the perversities of slavery that she @@color:hotpink;enjoys@@ carrying on an incestuous relationship with her own <<print relationTargetWord($slaves[$i])>>. + <<set $slaves[$i].devotion += 1>> + <<elseif $slaves[$i].behavioralQuirk is "sinful">> + is torn between sinful delight and deep disgust that she's carrying on an incestuous relationship with her own <<print relationTargetWord($slaves[$i])>>. + <<elseif $slaves[$i].devotion > 75>> + is so devoted to you that she accepts carrying on an incestuous relationship with her own <<print relationTargetWord($slaves[$i])>>. <<elseif $slaves[$i].devotion > 50>> - She's @@color:mediumorchid;disgusted@@ that the baby she's carrying is her <<print relationTargetWord($slaves[$i])>>'s, though she tries her best not to think about it. - <<set $slaves[$i].devotion -= 1>> + is somewhat @@color:mediumorchid;disturbed@@ that she's carrying on an incestuous relationship with her own <<print relationTargetWord($slaves[$i])>>. + <<set $slaves[$i].devotion -= 2>> <<elseif $slaves[$i].devotion > 20>> - She's so @@color:mediumorchid;disgusted@@ that the baby she's carrying is her <<print relationTargetWord($slaves[$i])>>'s that she often wakes up crying about it. + is @@color:mediumorchid;disturbed@@ and @@color:gold;scared@@ that she's carrying on an incestuous relationship with her own <<print relationTargetWord($slaves[$i])>>. <<set $slaves[$i].devotion -= 2>> + <<set $slaves[$i].trust -= 2>> <<else>> - She's @@color:mediumorchid;passionately hateful@@ of you for making her carry an incestuous pregnancy. + is @@color:mediumorchid;revolted@@ and @@color:gold;scared@@ that she's carrying on an incestuous relationship with her own <<print relationTargetWord($slaves[$i])>>. <<set $slaves[$i].devotion -= 4>> + <<set $slaves[$i].trust -= 4>> <</if>> -<</if>> -<</if>> -<<if $arcologies[0].FSEgyptianRevivalist != "unset">> - Society @@color:green;strongly approves@@ of their incestuous relationship, which advances the Egyptian revivalist ideal of slave incest. - <<set $repGain += 2*$FSSingleSlaveRep*($arcologies[0].FSEgyptianRevivalist/$FSLockinLevel)>> - <<set $arcologies[0].FSEgyptianRevivalist += 0.1*$FSSingleSlaveRep>> <<if $slaves[$i].preg > 0>> <<if $slaves[$i].pregSource == $slaves[$i].relationTarget>> - @@color:green;The effect is greatly enhanced@@ by $slaves[$i].slaveName's pureblooded pregnancy. - <<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSEgyptianRevivalist/$FSLockinLevel), $arcologies[0].FSEgyptianRevivalist += 0.05*$FSSingleSlaveRep*$pornFameBonus>> + <<if $slaves[$i].origin == "She offered herself to you for enslavement hoping you would preserve her incestuous relationship with her sibling.">> + She's @@color:hotpink;overjoyed@@ to be carrying her sister's child. + <<set $slaves[$i].devotion += 2>> + <<elseif $slaves[$i].sexualQuirk is "perverted">> + She's even @@color:hotpink;aroused@@ by the constant awareness that her <<print relationTargetWord($slaves[$i])>> is the parent of the daughter she's carrying. + <<set $slaves[$i].devotion += 1>> + <<elseif $slaves[$i].behavioralQuirk is "sinful">> + Her feelings about carrying her <<print relationTargetWord($slaves[$i])>>'s child are @@color:hotpink;secretly less mixed,@@ though. + <<set $slaves[$i].devotion += 1>> + <<elseif $slaves[$i].devotion > 95>> + She occasionally remembers that she's carrying her <<print relationTargetWord($slaves[$i])>>'s child, but does her best to accept it by not thinking about it. + <<elseif $slaves[$i].devotion > 50>> + She's @@color:mediumorchid;disgusted@@ that the baby she's carrying is her <<print relationTargetWord($slaves[$i])>>'s, though she tries her best not to think about it. + <<set $slaves[$i].devotion -= 1>> + <<elseif $slaves[$i].devotion > 20>> + She's so @@color:mediumorchid;disgusted@@ that the baby she's carrying is her <<print relationTargetWord($slaves[$i])>>'s that she often wakes up crying about it. + <<set $slaves[$i].devotion -= 2>> + <<else>> + She's @@color:mediumorchid;passionately hateful@@ of you for making her carry an incestuous pregnancy. + <<set $slaves[$i].devotion -= 4>> + <</if>> <</if>> <</if>> -<</if>> + <<if $arcologies[0].FSEgyptianRevivalist != "unset">> + Society @@color:green;strongly approves@@ of their incestuous relationship, which advances the Egyptian revivalist ideal of slave incest. + <<set $repGain += 2*$FSSingleSlaveRep*($arcologies[0].FSEgyptianRevivalist/$FSLockinLevel)>> + <<set $arcologies[0].FSEgyptianRevivalist += 0.1*$FSSingleSlaveRep>> + <<if $slaves[$i].preg > 0>> + <<if $slaves[$i].pregSource == $slaves[$i].relationTarget>> + @@color:green;The effect is greatly enhanced@@ by $slaves[$i].slaveName's pureblooded pregnancy. + <<set $repGain += $FSSingleSlaveRep*($arcologies[0].FSEgyptianRevivalist/$FSLockinLevel), $arcologies[0].FSEgyptianRevivalist += 0.05*$FSSingleSlaveRep*$pornFameBonus>> + <</if>> + <</if>> + <</if>> <</if>> <</if>> diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw index 21fa45cdc472de9902a125c49c18a303ac9617c5..e4108fa936531b4977710208310ec5fd2f780f8e 100644 --- a/src/uncategorized/slaveInteract.tw +++ b/src/uncategorized/slaveInteract.tw @@ -1,5 +1,5 @@ :: Slave Interact - + <<nobr>> <<if $cheatMode == 1>> <center> @@ -46,7 +46,7 @@ <<nobr>> <<if $seeDetails == 1>> <span id="LSD"><<display "Long Slave Description">></span> - <br>//[[Options][$nextLink to passage()]]|[[Descriptions|Slave Interact][$seeDetails to 0]] | [[Customize|Add custom descriptors]] | ''<<click "Update">><<replace "#LSD">><<display "Long Slave Description">><</replace>><</click>>''// + <br>//[[Options][$nextLink to passage()]] | [[Descriptions|Slave Interact][$seeDetails to 0]] | [[Customize|Add custom descriptors]] | ''<<click "Update">><<replace "#LSD">><<display "Long Slave Description">><</replace>><</click>>''// <<else>> //[[Show descriptions|Slave Interact][$seeDetails to 1]]// <</if>> @@ -102,7 +102,7 @@ <<if $activeSlave.devotion >= 100>> <<if $activeSlave.relationship < 0>> <<if $activeSlave.relationship > -3>> - | [[Talk to her about relationships|Matchmaking][$subSlave = 0, $eventSlave to $activeSlave]] + | [[Talk to her about relationships|Matchmaking][$subSlave to 0, $eventSlave to $activeSlave]] <</if>> <</if>> <</if>> @@ -288,7 +288,7 @@ __Rules Assistant__ //<<click "Apply Rules Assistant to this slave">> <<AutoRulesActivate 1>> -<<goto "Slave Interact">><</click>>// +<<goto "Slave Interact">><</click>>// <br> <<if $activeSlave.useRulesAssistant != 0>> ''Subject'' to the rules assistant. [[Exempt her|Slave Interact][$activeSlave.useRulesAssistant to 0]] @@ -296,7 +296,7 @@ __Rules Assistant__ ''Not subject'' to the rules assistant. [[Include her|Slave Interact][$activeSlave.useRulesAssistant to 1]] <</if>> | [[Rules Assistant]] <<if (def $activeSlave.currentRules) && ($activeSlave.currentRules.length > 0)>> - <<for _r to 0; _r < $activeSlave.currentRules.length; _r++>> + <<for _r to 0; _r < $activeSlave.currentRules.length; _r++>> <<for _s to 0; _s < $defaultRules.length; _s++>> <<set _currentRule to $defaultRules[_s]>> <<set _num to (_s+1)>> @@ -304,8 +304,8 @@ __Rules Assistant__ <br> Rule _num: _currentRule.name applied. <</if>> - <</for>> - <</for>> + <</for>> + <</for>> <</if>> <br><br> @@ -806,7 +806,7 @@ __Clothes__: ''<span id="clothes">$activeSlave.clothes</span>.'' | <<click "Select her own clothes">><<set $activeSlave.clothes to "choosing her own clothes",$activeSlave.choosesOwnClothes to 1>><<replace "#clothes">><<print $activeSlave.clothes>><</replace>><</click>> <br> - + __Collar:__ ''<span id="collar">$activeSlave.collar</span>.'' <<click "None">><<set $activeSlave.collar to "none">><<replace "#collar">><<print $activeSlave.collar>><</replace>><</click>> | <<click "Tight steel">><<set $activeSlave.collar to "tight steel">><<replace "#collar">><<print $activeSlave.collar>><</replace>><</click>> diff --git a/src/uncategorized/slaveMarkets.tw b/src/uncategorized/slaveMarkets.tw index bf8a72141b6683c23b922580a8cd38e2749df717..3125df111472e0703feb5b795855fa3d6f2941bd 100644 --- a/src/uncategorized/slaveMarkets.tw +++ b/src/uncategorized/slaveMarkets.tw @@ -1,5 +1,5 @@ :: Slave Markets - + <<nobr>> <<set $nextButton to "Back">> @@ -50,12 +50,12 @@ You're in the area of the slave market owned by your corporation. The corporatio <<if $surgicalUpgradeGenitalia != "fucknugget">> -<<if $entrapmentUpgradeDevotionOne == "obedience">> - It focuses on selecting trainees predisposed towards obedience. - <<set $activeSlave.devotion = random(25,45)>> -<<elseif $entrapmentUpgradeDevotionTwo == "devotion">> +<<if $entrapmentUpgradeDevotionTwo == "devotion">> It focuses on selecting trainees predisposed towards devotion to their new owners. <<set $activeSlave.devotion = random(55,75)>> +<<elseif $entrapmentUpgradeDevotionOne == "obedience">> + It focuses on selecting trainees predisposed towards obedience. + <<set $activeSlave.devotion = random(25,45)>> <<else>> It does not select trainees based on their initial feelings about slavery. <</if>> diff --git a/src/uncategorized/slaveSummary.tw b/src/uncategorized/slaveSummary.tw index cb18663906882484d516123598602bdc06174c55..e9d1c8917e7550b7f38b56ec3586e1e99600a80b 100644 --- a/src/uncategorized/slaveSummary.tw +++ b/src/uncategorized/slaveSummary.tw @@ -11,7 +11,7 @@ <<set _Slave to $slaves[_i]>> <</if>> <<if _Slave.assignmentVisible != 1>><<continue>><</if>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>> <<if "be your Head Girl" is _Slave.assignment>>''HG'' <<elseif "recruit girls" is _Slave.assignment>>''RC'' <<elseif "guard you" is _Slave.assignment>>''BG'' @@ -20,39 +20,39 @@ <<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> <<case "Personal Attention Select">> <<if _Slave.assignmentVisible == 1>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>> <<print "[[_Slave.slaveName|Personal Attention Select][$personalAttention to $slaves[" + _i + "].ID, $activeSlave to $slaves[" + _i + "], $personalAttentionChanged to 1]]">> <<else>> <<continue>> <</if>> <<case "Agent Select">> <<if (_Slave.assignmentVisible == 1) && (_Slave.assignment != "guard you") && (_Slave.assignment != "recruit girls") && (_Slave.assignment != "be your Head Girl") && (_Slave.devotion >= 20) && (_Slave.intelligence > 0) && (_Slave.intelligenceImplant > 0) && canWalk(_Slave) && canSee(_Slave) && canTalk(_Slave) && _Slave.pregType < 50 && _Slave.breedingMark != 1>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Agent Workaround][$activeSlave to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Agent Workaround][$activeSlave to $slaves[" + _i + "]]]">> <<else>> <<continue>> <</if>> <<case "BG Select">> <<if (_Slave.assignmentVisible == 1) && (_Slave.devotion > 50) && (_Slave.assignment != "guard you") && (_Slave.assignment != "recruit girls") && (_Slave.assignment != "be your Head Girl") and canWalk(_Slave) and canSee(_Slave) && _Slave.breedingMark != 1>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Bodyguard Workaround][$Bodyguard to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Bodyguard Workaround][$Bodyguard to $slaves[" + _i + "]]]">> <<else>> <<continue>> <</if>> <<case "Recruiter Select">> <<if (_Slave.assignmentVisible == 1) && (_Slave.devotion > 50) && (_Slave.assignment != "guard you") && (_Slave.assignment != "recruit girls") && (_Slave.assignment != "be your Head Girl") and canWalk(_Slave) and canSee(_Slave) && canTalk(_Slave)>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Recruiter Workaround][$Recruiter to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Recruiter Workaround][$Recruiter to $slaves[" + _i + "]]]">> <<else>> <<continue>> <</if>> <<case "HG Select">> <<if (_Slave.assignmentVisible == 1) && (_Slave.devotion > 50) && (_Slave.assignment != "guard you") && (_Slave.assignment != "recruit girls") && (_Slave.assignment != "be your Head Girl") and canWalk(_Slave) and canSee(_Slave) && canTalk(_Slave)>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|HG Workaround][$HeadGirl to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|HG Workaround][$HeadGirl to $slaves[" + _i + "]]]">> <<else>> <<continue>> <</if>> <<case "Head Girl Suite">> <<if $Flag == 0>> <<if (_Slave.assignmentVisible == 1) && (_Slave.assignment != "be your Head Girl") && (_Slave.indentureRestrictions <= 0) && _Slave.breedingMark != 1>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> <<else>> <<continue>> <</if>> @@ -60,12 +60,12 @@ <<if _Slave.assignment != "live with your Head Girl">> <<continue>> <<else>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> <</if>> <</if>> <<case "Subordinate Targeting">> <<if ($activeSlave.ID != _Slave.ID) && (_Slave.devotion >= -20)>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Subordinate Targeting][$activeSlave.subTarget to $slaves[" + _i + "].ID]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Subordinate Targeting][$activeSlave.subTarget to $slaves[" + _i + "].ID]]">> <<else>> <<continue>> <</if>> @@ -75,7 +75,7 @@ <<if _Slave.assignmentVisible != 1>><<continue>><</if>> <<if (_Slave.health < 20) || (_Slave.trust < 60) || (_Slave.devotion <= 60) || (_Slave.fetish is "mindbroken")>> <<if _Slave.devotion >= -20 || _Slave.fetish is "mindbroken">> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> <<else>> <br>//_Slave.slaveName cannot be trusted in the spa// <<continue>> @@ -88,7 +88,7 @@ <<if _Slave.assignment != "rest in the spa">> <<continue>> <<else>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> <</if>> <<else>> <<if _Slave.ID != $Attendant.ID>> @@ -99,7 +99,7 @@ <</if>> <<case "Attendant Select">> <<if (_Slave.assignmentVisible == 1) && (_Slave.devotion > 50) and canWalk(_Slave)>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Attendant Workaround][$Attendant to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Attendant Workaround][$Attendant to $slaves[" + _i + "]]]">> <<else>> <<continue>> <</if>> @@ -109,7 +109,7 @@ <<if _Slave.assignmentVisible != 1>><<continue>><</if>> <<if _Slave.breedingMark != 1>> <<if (_Slave.devotion > 50) || ((_Slave.devotion >= -50) && (_Slave.trust < -20)) or (_Slave.trust < -50) || (_Slave.trust > 50)>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> <<else>> <br>//_Slave.slaveName must be either more fearful of you or devoted to you// <<continue>> @@ -122,7 +122,7 @@ <<if _Slave.assignment != "work in the brothel">> <<continue>> <<else>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> <</if>> <<else>> <<if _Slave.ID != $Madam.ID>> @@ -133,7 +133,7 @@ <</if>> <<case "Madam Select">> <<if (_Slave.assignmentVisible == 1) && (_Slave.devotion > 50) && (_Slave.intelligence > -2) and canWalk(_Slave) and canSee(_Slave) && _Slave.breedingMark != 1>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Madam Workaround][$Madam to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Madam Workaround][$Madam to $slaves[" + _i + "]]]">> <<else>> <<continue>> <</if>> @@ -143,7 +143,7 @@ <<if _Slave.assignmentVisible != 1>><<continue>><</if>> <<if _Slave.breedingMark != 1>> <<if (_Slave.devotion > 50) || ((_Slave.devotion >= -50) && (_Slave.trust < -20)) || (_Slave.trust < -50) || (_Slave.trust > 50)>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> <<else>> <br>//_Slave.slaveName must be either more fearful of you or devoted to you// <<continue>> @@ -156,7 +156,7 @@ <<if _Slave.assignment != "serve in the club">> <<continue>> <<else>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> <</if>> <<else>> <<if _Slave.ID != $DJ.ID>> @@ -167,7 +167,7 @@ <</if>> <<case "DJ Select">> <<if (_Slave.assignmentVisible == 1) && (_Slave.devotion > 50) && (_Slave.intelligence > -2) and canWalk(_Slave) && _Slave.breedingMark != 1>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|DJ Workaround][$DJ to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|DJ Workaround][$DJ to $slaves[" + _i + "]]]">> <<else>> <<continue>> <</if>> @@ -176,7 +176,7 @@ <<if $clinic <= $clinicSlaves>><<continue>><</if>> <<if _Slave.assignmentVisible != 1>><<continue>><</if>> <<if (_Slave.health < 20) || ((_Slave.chem > 15) && ($clinicUpgradeFilters == 1)) || ((_Slave.bellyImplant > 100) && ($bellyImplants == 1))>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> <<else>> <br>//_Slave.slaveName cannot benefit from the clinic// <<continue>> @@ -185,7 +185,7 @@ <<if _Slave.assignment != "get treatment in the clinic">> <<continue>> <<else>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> <</if>> <<else>> <<if _Slave.ID != $Nurse.ID>> @@ -196,7 +196,7 @@ <</if>> <<case "Nurse Select">> <<if (_Slave.assignmentVisible == 1) && (_Slave.devotion > 50) and canWalk(_Slave) and canSee(_Slave)>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Nurse Workaround][$Nurse to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Nurse Workaround][$Nurse to $slaves[" + _i + "]]]">> <<else>> <<continue>> <</if>> @@ -206,7 +206,7 @@ <<if _Slave.assignmentVisible != 1>><<continue>><</if>> <<if (_Slave.devotion >= -20) || ((_Slave.devotion >= -50) && (_Slave.trust < -20)) || (_Slave.trust < -50)>> <<if (_Slave.intelligenceImplant < 1) || (_Slave.accent+$schoolroomUpgradeLanguage > 2) || (_Slave.oralSkill <= 10) || (_Slave.whoreSkill <= 10) || (_Slave.entertainSkill <= 10) || (_Slave.analSkill < 1) || ((_Slave.vaginalSkill < 1) && (_Slave.vagina > 0))>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> <<else>> /* <br>//_Slave.slaveName already has a basic education// */ <<continue>> @@ -219,7 +219,7 @@ <<if _Slave.assignment != "learn in the schoolroom">> <<continue>> <<else>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> <</if>> <<else>> <<if _Slave.ID != $Schoolteacher.ID>> @@ -230,7 +230,7 @@ <</if>> <<case "Schoolteacher Select">> <<if (_Slave.assignmentVisible == 1) && (_Slave.devotion > 50) && canTalk(_Slave) and canWalk(_Slave) and canSee(_Slave)>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Schoolteacher Workaround][$Schoolteacher to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Schoolteacher Workaround][$Schoolteacher to $slaves[" + _i + "]]]">> <<else>> <<continue>> <</if>> @@ -255,7 +255,7 @@ <<if (_Slave.devotion > 20) || ((_Slave.devotion >= -50) && (_Slave.trust < -20)) or (_Slave.trust < -50) || (_Slave.amp == 1) || ($dairyRestraintsUpgrade == 1)>> <<if ($dairyStimulatorsSetting < 2) || (_Slave.anus > 2) || ($dairyPrepUpgrade == 1)>> <<if ($dairyPregSetting < 2) || (_Slave.vagina > 2) || (_Slave.ovaries == 0) || ($dairyPrepUpgrade == 1)>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> <<else>> <br>//_Slave.slaveName's vagina cannot accommodate current machine settings// <<continue>> @@ -280,7 +280,7 @@ <<if _Slave.assignment != "work in the dairy">> <<continue>> <<else>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> <</if>> <<else>> <<if _Slave.ID != $Milkmaid.ID>> @@ -291,7 +291,7 @@ <</if>> <<case "Milkmaid Select">> <<if (_Slave.assignmentVisible == 1) && (_Slave.devotion > 20) and canWalk(_Slave) and canWalk(_Slave)>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Milkmaid Workaround][$Milkmaid to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Milkmaid Workaround][$Milkmaid to $slaves[" + _i + "]]]">> <<else>> <<continue>> <</if>> @@ -300,7 +300,7 @@ <<if $servantsQuarters <= $servantsQuartersSlaves>><<continue>><</if>> <<if $slaves[_i].assignmentVisible != 1>><<continue>><</if>> <<if (_Slave.devotion >= -20) || ((_Slave.devotion >= -50) && (_Slave.trust <= 20)) or (_Slave.trust < -20)>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> <<else>> <br>//_Slave.slaveName must be either more fearful of you or devoted to you// <<continue>> @@ -309,7 +309,7 @@ <<if _Slave.assignment != "work as a servant">> <<continue>> <<else>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> <</if>> <<else>> <<if _Slave.ID != $Stewardess.ID>> @@ -320,7 +320,7 @@ <</if>> <<case "Stewardess Select">> <<if (_Slave.assignmentVisible == 1) && (_Slave.devotion > 50) && (_Slave.intelligence > -2) and canWalk(_Slave) and canWalk(_Slave)>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Stewardess Workaround][$Stewardess to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Stewardess Workaround][$Stewardess to $slaves[" + _i + "]]]">> <<else>> <<continue>> <</if>> @@ -329,7 +329,7 @@ <<if $masterSuite <= $masterSuiteSlaves>><<continue>><</if>> <<if _Slave.assignmentVisible != 1>><<continue>><</if>> <<if (_Slave.devotion > 20) || ((_Slave.devotion >= -50) && (_Slave.trust < -20)) or (_Slave.trust < -50)>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> <<else>> <br>//_Slave.slaveName is not sufficiently broken for the master suite// <<continue>> @@ -338,7 +338,7 @@ <<if _Slave.assignment != "serve in the master suite">> <<continue>> <<else>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>> <<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> <</if>> <<else>> @@ -350,7 +350,7 @@ <</if>> <<case "Concubine Select">> <<if (_Slave.assignmentVisible == 1) && (_Slave.devotion > 50) and canWalk(_Slave) and canWalk(_Slave)>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Concubine Workaround][$Concubine to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Concubine Workaround][$Concubine to $slaves[" + _i + "]]]">> <<else>> <<continue>> <</if>> @@ -359,7 +359,7 @@ <<if $cellblock <= $cellblockSlaves>><<continue>><</if>> <<if _Slave.assignmentVisible != 1>><<continue>><</if>> <<if ((_Slave.devotion < -20) && (_Slave.trust >= -20)) || ((_Slave.devotion < -50) && (_Slave.trust >= -50))>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> <<else>> <<continue>> <</if>> @@ -367,7 +367,7 @@ <<if _Slave.assignment != "be confined in the cellblock">> <<continue>> <<else>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> <</if>> <<else>> <<if _Slave.ID != $Wardeness.ID>> @@ -378,7 +378,7 @@ <</if>> <<case "Wardeness Select">> <<if (_Slave.assignmentVisible == 1) && (_Slave.devotion > 50) and canWalk(_Slave) and canWalk(_Slave)>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>> <<print "[[_Slave.slaveName|Wardeness Workaround][$Wardeness to $slaves[" + _i + "]]]">> <<else>> <<continue>> @@ -389,7 +389,7 @@ <<if (_Slave.assignmentVisible != 1)>><<continue>><</if>> <<if _Slave.breedingMark != 1>> <<if (_Slave.indentureRestrictions <= 0)>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> <<else>> <br>//_Slave.slaveName's indenture forbids arcade service.// <<continue>> @@ -402,7 +402,7 @@ <<if _Slave.assignment != "be confined in the arcade">> <<continue>> <<else>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> <</if>> <</if>> <<case "Pit">> @@ -421,7 +421,7 @@ <<if ($fighterIDs.contains(_Slave.ID))>> <<continue>> <<else>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Assign][$activeSlave to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Assign][$activeSlave to $slaves[" + _i + "]]]">> <</if>> <<else>> <<continue>> @@ -431,7 +431,7 @@ <</if>> <<else>> <<if $fighterIDs.contains(_Slave.ID)>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Retrieve][$activeSlave to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Retrieve][$activeSlave to $slaves[" + _i + "]]]">> <<else>> <<continue>> <</if>> @@ -439,7 +439,7 @@ <<case "Coursing Association">> <<if $Flag == 0>> <<if canWalk(_Slave) && ($Lurcher.ID != _Slave.ID)>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Assign][$activeSlave to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Assign][$activeSlave to $slaves[" + _i + "]]]">> <<else>> <<continue>> <</if>> @@ -447,7 +447,7 @@ <<if $Lurcher.ID != _Slave.ID>> <<continue>> <<else>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Retrieve][$activeSlave to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Retrieve][$activeSlave to $slaves[" + _i + "]]]">> <</if>> <</if>> <<case "New Game Plus">> @@ -501,7 +501,7 @@ <<if $slaves[_i].devotion < 100>><<continue>><</if>> <<if $slaves[_i].relationship != $activeSlave.relationship>><<continue>><</if>> <<if $slaves[_i].ID == $activeSlave.ID>><<continue>><</if>> - <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 1>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> + <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if $seeImages == 1>><<SlaveImage $slaves[_i] 1 $seeMainFetishes>><</if>><<print "[[_Slave.slaveName|Slave Interact][$activeSlave to $slaves[" + _i + "]]]">> <</switch>> @@ -2742,6 +2742,7 @@ _Slave.faceShape face. <<for _j to 0; _j < $slaves.length; _j++>> <<if _Slave.relationTarget is $slaves[_j].ID>> $slaves[_j].slaveName's _Slave.relation + <<if _Slave.relationship <= 0>> <</if>> <<break>> <</if>> <</for>> @@ -2880,7 +2881,7 @@ _Slave.faceShape face. <<else>> @@color:lightgreen;_Slave.relation@@ <</if>> - + <<if _Slave.relationship <= 0>> <</if>> <<break>> <</if>> <</for>> diff --git a/src/utility/miscWidgets.tw b/src/utility/miscWidgets.tw index 4188d47a3231ae4f6ceebf1a37de1ea60c52656b..a8909964d93ff3d647eaa45dde422c47885119c0 100644 --- a/src/utility/miscWidgets.tw +++ b/src/utility/miscWidgets.tw @@ -1204,7 +1204,7 @@ <</if>> <<elseif $args[0].fetish == "mindbroken">> <<set _fileName = _fileName + " reluctant">> -<<elseif $args[0].devotion <= 50 || $args[0].fetishKnown != 1 || $args[2] != 1>> +<<elseif $args[0].devotion <= 50 || $args[0].fetishKnown != 1 || $args[2] == 0>> <<set _fileName = _fileName + " obedient">> <<else>> <<if $args[0].fetish == "none">>