code
stringlengths
0
56.1M
repo_name
stringclasses
515 values
path
stringlengths
2
147
language
stringclasses
447 values
license
stringclasses
7 values
size
int64
0
56.8M
:: Security Force EOW Report [nobr] <<silently>> <<= Count()>> <<if $SFUnit.Troops > 2000>> <<set $SFUnit.Troops = random(1955,1999)>> <</if>> <<if $SFUnit.Troops < 100>> <<set $SFUnit.Troops += Math.ceil(random(2,5))>> <<elseif $SFUnit.Troops < 2000>> <<if $SF.Target == "recruit">> <<set $SFUnit.Troops += Math.ceil(random(-1*$SFUnit.Troops/100,0))>> <<elseif $SF.Target == "raiding">> <<set $SFUnit.Troops += Math.ceil(random(-3*$SFUnit.Troops/100,-4*$SFUnit.Troops/100))>> <<else>> <<set $SFUnit.Troops += Math.ceil(random(-2*$SFUnit.Troops/100,-3*$SFUnit.Troops/100))>> <</if>> <</if>> <<set _Income = 50000,_Profit = 0,_ME = 1,_OPE = .10,_FNGs = 10,_Trade = 0.025>> <<if $SF.SpecOps>> <<set _SFUC = Math.ceil($SFUnit.Troops*.05),$SFUnit.Troops-_SFUC>> <<else>> <<set _SFUC = Math.ceil($SFUnit.Troops*.1),$SFUnit.Troops-_SFUC>> <</if>> <<if $SFUnit.Troops > 200>> <<set _Trade += 0.05*(Math.ceil($SFUnit.Troops/100))>> <<set _Income += 5000*(Math.ceil($SFUnit.Troops/100))>> <<if $secExp === 1>> <<set $authority += 500*(Math.ceil($SFUnit.Troops/100)),$authority = Math.clamp($authority, 0, 20000)>> <</if>> <</if>> <<if $SFUnit.Firebase > 0>> <<set _FNGs += $SFUnit.Firebase,_Trade += 0.5*$SFUnit.Firebase,_ME *= 1+($SFUnit.Firebase*_OPE)>> <</if>> <<if $SFUnit.Armoury > 0>> <<set _FNGs += ($SFUnit.Armoury*2),_Trade += 0.25*$SFUnit.Armoury,_ME *= 1+($SFUnit.Armoury*_OPE)>> <</if>> <<if $SFUnit.Drugs > 0>> <<set _FNGs += $SFUnit.Drugs,_Trade += 0.25*$SFUnit.Drugs,_ME *= 1+($SFUnit.Drugs*_OPE)>> <</if>> <<if $SFUnit.Firebase >= 1>> <<if $SFUnit.Vehicles > 0>> <<set _FNGs += $SFUnit.Vehicles,_Trade += 0.25*$SFUnit.Vehicles,_ME *= 1+($SFUnit.Vehicles*_OPE)>> <</if>> <<if $SFUnit.HBT > 0>> <<set _Trade += 0.25*($SFUnit.HBT),_ME *= 1+($SFUnit.HBT*_OPE)>> <</if>> <</if>> <<if $SFUnit.Firebase >= 2 && $SFUnit.Drones > 0>> <<set _FNGs += $SFUnit.Drones,_Trade += 0.5*$SFUnit.Drones,_ME *= 1+($SFUnit.Drones*_OPE)>> <</if>> <<if $SFUnit.Firebase >= 4>> <<if $SFUnit.AirForce > 0>> <<set _FNGs += $SFUnit.AirForce,_Trade += 0.25*$SFUnit.AirForce,_ME *= 1+($SFUnit.AirForce*_OPE)>> <</if>> <<if $SFUnit.SpacePlane > 0>> <<set _FNGs += $SFUnit.SpacePlane,_Trade += 0.25*$SFUnit.SpacePlane,_ME *= 1+($SFUnit.SpacePlane*_OPE)>> <</if>> <<if $SFUnit.GunS > 0>> <<set _FNGs += $SFUnit.GunS,_Trade += 0.25*$SFUnit.GunS,_ME *= 1+($SFUnit.GunS*_OPE)>> <</if>> <<if $SFUnit.Satellite > 0>> <<set _FNGs += $SFUnit.Satellite,_Trade += 0.25*$SFUnit.Satellite,_ME *= 1+($SFUnit.Satellite*_OPE)>> <</if>> <<if $SFUnit.GiantRobot > 0 && _Land>> <<set _FNGs += SF.GiantRobot,_Trade += 0.25*$SFUnit.GiantRobot,_ME *= 1+($SFUnit.GiantRobot*_OPE)>> <</if>> <<if $SFUnit.MissileSilo > 0 && _Land>> <<set _Trade += 0.25*$SFUnit.MissileSilo,_ME *= 1+($SFUnit.MissileSilo*_OPE)>> <</if>> <</if>> <<if $SFUnit.AircraftCarrier > 0 && !_Land>> <<set _FNGs += $SFUnit.AircraftCarrier,_Trade += 0.25*$SFUnit.AircraftCarrier,_ME *= 1+($SFUnit.AircraftCarrier*_OPE)>> <</if>> <<if $SFUnit.Sub > 0 && !_Land>> <<set _FNGs += $SFUnit.Sub,_Trade += 0.25*$SFUnit.Sub,_ME *= 1+($SFUnit.Sub*_OPE)>> <</if>> <<if $SFUnit.HAT > 0 && !_Land>> <<set _Trade += 0.25*$SFUnit.HAT,_ME *= 1+($SFUnit.HAT*_OPE)>> <</if>> <<if $SFColonel.Fun > 0>> <<set _ME *= 1+($SFColonel.Fun*_OPE)>> <</if>> <<if $SFTradeShow.History > 0>> <<set _ME *= 1+($SFTradeShow.History*_OPE)>> <</if>> <<if $LieutenantColonel == 1>> <<set _ME *= 1+($LieutenantColonel*_OPE)>> <</if>> <<set _SFD = $SF.Depravity>> <<switch $SFColonel.Core>> <<case "kind" "collected.">> <<set _FNGs += 10,_Trade += 0.15,_SFD -= 0.15>> <<case "warmonger" "cruel" "psychopathic">> <<set _ME *= 1.15+_OPE,_Trade -= 0.15,_SFD += 0.15>> <</switch>> <<if $SF.Target == "raiding">> <<set _SFD += 0.05>> <<elseif $SF.Target == "secure">> <<set _SFD -= 0.05>> <</if>> <<if $SF.ROE == "free">> <<set _ME *= _OPE*.95,_SFD += 0.05,_Trade += _Trade*.95>> <<elseif $SF.ROE == "hold">> <<set _ME *= _OPE*1.05,_SFD -= 0.05,_Trade += _Trade*1.05>> <</if>> <<if $SF.Regs == "none">> <<set _ME *= _OPE*.95,_SFD += 0.05,_Trade += _Trade*.95>> <<elseif $SF.Regs == "strict">> <<set _ME *= _OPE*1.05,_SFD -= 0.05,_Trade += _Trade*1.05>> <</if>> <<if _SFD != 0>> <<if _SFD < 0>> <<set _ef0 = _SFD*10,_ef1 = 1-(_SFD/10)>> <<elseif _SFD > 0>> <<set _ef0 = 1-(_SFD/10),_ef1 = _SFD*10>> <</if>> <<set _Trade += _Trade*(_ef0),_Income += _Income*(_ef1)>> <</if>> <<if $SF.Target == "recruit">> <<set _FNGs += Math.ceil((_FNGs)*.95)>> <<else>> <<set _FNGs += Math.ceil((_FNGs)*.25)>> <</if>> <<if $SF.Target == "secure">> <<set $rep += Math.ceil($rep*((_Trade/100)*.95))>> <<set $arcologies[0].prosperity = Math.ceil(($arcologies[0].prosperity+(_Trade/10)*.95))>> <<else>> <<set $rep += Math.ceil($rep*((_Trade/100)*.25))>> <<set $arcologies[0].prosperity = Math.ceil(($arcologies[0].prosperity+(_Trade/10)*.25))>> <</if>> <<if $secExp === 1>> <<set $authority += $SF.Units*10,$authority = Math.clamp($authority, 0, 20000)>> <</if>> <<set _Income = (_Income*_ME)*(1+($week/1000)),$SFUnit.Troops += Math.round(_FNGs/2)>> <<if $SFUnit.Troops > 2000>> <<set $SFUnit.Troops = random(1955,1999)>> <</if>> <<if $rep > 20000>> <<set $rep = 20000>> <</if>> <<if $arcologies[0].prosperity > $AProsperityCap>> <<set $arcologies[0].prosperity = $AProsperityCap>> <</if>> <<if _Income > 150000>> <<set _Profitable = 1,$SFUnit.Subsidy = 0>> <<else>> <<set _Profitable = 0>> <</if>> <<if $SF.Target == "raiding">> <<set _Profit = Math.ceil((_Income/1000)*1.95)>> <<else>> <<set _Profit = Math.ceil((_Income/1000)*1.25)>> <</if>> <<set $cash += _Profit>> <<if $SFUnit.Drugs >= 8 || $SFUnit.Drugs >= 10>> <<set _Deaths = 0,_SurvivalChance = 50>> <<if $SFUnit.Drugs >= 8>> <<set _SurvivalChance -= 5>> <<elseif $SFUnit.Drugs >= 10>> <<set _SurvivalChance += 5>> <</if>> <<if random(0,100) > _SurvivalChance>> <<set _Deaths = random(0,(($SFUnit.Drugs*2)+4))>> <</if>> <<if _Deaths > 0>> <<set $SFUnit.Troops -= _Deaths>> <</if>> <</if>> <</silently>>__Status and Activities of $SF.Lower __: <br>This week, $SF.Lower, <<print commaNum($SFUnit.Troops)>> strong, focused on <<if $SF.Target == "recruit">> recruiting and training more personnel. Smaller parties ventured out to protect the arcology's trade routes and strike targets of opportunity. <<elseif $SF.Target == "secure">> securing the trade routes between the arcology and the surrounding area. Smaller parties ventured out to strike targets of opportunity and process new recruits. <<elseif $SF.Target == "raiding">> locating and striking targets of opportunity, capturing both material loot and new slaves. Smaller parties secured the most important of the arcology's trade routes and processed new recruits. <</if>> <<if $SF.SpecOps > 0>> <br>A portion of the force was assigned as undercover officers <</if>> <<if _Deaths > 0>> <<print (_Deaths)>> soldiers fatally overdosed on the drug cocktail <<if $SFTradeShow.CanAttend === -1>> , The Colonel's much heavier than average drug use saves her from this side effect <</if>>. <</if>> These activities have, overall, @@.green;improved@@ your arcology's prosperity. The goods procured by the $SF.Lower this week, after accounting for the spoils retained by individual soldiers were <<if _Profitable>> , @@.green;more than sufficient@@ to cover expenses. Excess material and human asets totaling @@.yellowgreen;<<print cashFormat(_Profit)>>@@ (after liquidation) were transferred to your accounts. <<else>> , @@.red;barely enough@@ to cover expenses. More growth will be needed to ensure profitability. <</if>> $SF.Caps managed to recruit <<print Math.round(_FNGs/2)>> new soldiers this week, and your reputation has @@.green;increased@@ through the improvement of trade security. <br>&nbsp;&nbsp;&nbsp;&nbsp;//Your instructions to <<print SFC()>>:// <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Deployment focus: <span id="focus"> <<if $SF.Target == "recruit">> ''Recruiting and Training'' <<elseif $SF.Target == "secure">> ''Securing Trade Routes'' <<else>> ''Raiding and Slaving'' <</if>> </span> .&nbsp;&nbsp; <<link "Recruit and Train">> <<set $SF.Target = "recruit">> <<replace "#focus">> ''Recruiting and Training'' <</replace>> <</link>> | <<link "Secure Trade Routes">> <<set $SF.Target = "secure">> <<replace "#focus">> ''Securing Trade Routes'' <</replace>> <</link>> | <<link "Raiding and Slaving">> <<set $SF.Target = "raiding">> <<replace "#focus">> ''Raiding and Slaving'' <</replace>> <</link>> <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Rules of Engagement: <span id="roe"> <<if $SF.ROE === "hold">> ''Hold Fire'' <<elseif $SF.ROE === "limited">> ''Limited Fire'' <<else>> ''Free Fire'' <</if>> </span>.&nbsp;&nbsp; <<link "Hold Fire">> <<set $SF.ROE = "hold">> <<replace "#roe">> ''Hold Fire'' <</replace>> <</link>> | <<link "Limited Fire">> <<set $SF.ROE = "limited">> <<replace "#roe">> 'Limited Fire'' <</replace>> <</link>> | <<link "Free Fire">> <<set $SF.ROE = "free">> <<replace "#roe">> ''Free Fire'' <</replace>> <</link>> <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Accountability: <span id="accountability"> <<if $SF.Regs === "strict">> ''Strict Accountability'' <<elseif $SF.Regs === "some">> ''Some Accountability'' <<else>> ''No Accountability'' <</if>> </span>.&nbsp;&nbsp; <<link "Strict Accountability">> <<set $SF.Regs = "strict">> <<replace "#accountability">> ''Strict Accountability'' <</replace>> <</link>> | <<link "Some Accountability">> <<set $SF.Regs = "some">> <<replace "#accountability">> ''Some Accountability'' <</replace>> <</link>> | <<link "No Accountability">> <<set $SF.Regs = "none">> <<replace "#accountability">> ''No Accountability'' <</replace>> <</link>> <<if $SFTradeShow.View === 1 && $SFTradeShow.CanAttend === 1>><br>''TradeShow'': <<set $SFTradeShow.Income = 0,$SFTradeShow.Helots = 0>> <<set _TradeShowAttendes = 200,_MenialSlavesPerAttendee = 5>> <<set _MenialSlaves = Math.ceil(random(1,((_TradeShowAttendes*_MenialSlavesPerAttendee)/10)))>> <<set _TSProfit = Math.ceil(500000*(1+($SF.Units/1000))*(1+($arcologies[0].prosperity/1000))*_Env)>> During a break, The Colonel managed to sell some generic schematics to the _TradeShowAttendes attendes, some decided to also give her some menial slaves as a bonus.<br> <<set $helots = $helots+_MenialSlaves>> <<set $SFTradeShow.Helots += _MenialSlaves,$SFTradeShow.TotalHelots += _MenialSlaves>> <<set $cash = $cash+_TSProfit,$SFTradeShow.Income += _TSProfit>> <<set $SFTradeShow.Revenue += _TSProfit>> <<if $secExp === 1 && $mercenaries > 0>> <<set $SFTradeShow.Mercs = 0>> <<set _NewMercs = random(1,(_TradeShowAttendes/10))>> <<set $mercFreeManpower += _NewMercs,$SFTradeShow.TotalMercs += _NewMercs>> <<set $SFTradeShow.Mercs += _NewMercs>> <</if>> <<set $SFTradeShow.History += 1>> <</if>> <<include "FlavourText">> <<if $SF.SpecOps>> <<set $SF.SpecOps = 0>> <</if>> <<set $SF.U = 0,$SF.WG = 0,$SFColonel.Talk = 0,$SFColonel.Fun = 0>>
DankWolf/fc
src/pregmod/SecForceEX/Report.tw
tw
bsd-3-clause
10,984
:: Tree [nobr] <<set $HSM = HSM()>> <span id="resultX"> @@.orange;Which facility or equipment do you wish to upgrade this week?@@ <<if $SFUnit.Firebase < 1 || $SFUnit.Firebase < 2 || $SFUnit.Firebase < 4>><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;More firebase upgrades are required to unlock further options.<</if>> <<if $SFUnit.Firebase < 5 || $SFUnit.Firebase < _FU>> @@.green;<<link "Firebase">> <<replace "#resultX">> <<set $SF.U = 1, $SFUnit.Firebase++, $cash -= Math.ceil(100000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Firebase/100)))>> <<goto "Firebase">> <</replace>> <</link>>@@ // @@.yellowgreen;<<print cashFormat(Math.ceil(100000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Firebase/100))))>>@@ // <</if>> <<if $SFUnit.Armoury < 5 || $SFUnit.Armoury < _AU>> @@.green;<<link "SF.Armoury">> <<replace "#resultX">> <<set $SF.U = 1, $SFUnit.Armoury++, $cash -= Math.ceil(40000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Armoury/100)))>> <<goto "Firebase">> <</replace>> <</link>>@@ // @@.yellowgreen;<<print cashFormat(Math.ceil(40000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Armoury/100))))>>@@ // <</if>> <<if $SFUnit.Drugs < 5 || $SFUnit.Drugs < _DrugsU>> @@.green;<<link "Drug Lab">> <<replace "#resultX">> <<set $SF.U = 1, $SFUnit.Drugs++, $cash -= Math.ceil(40000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Drugs/100)))>> <<goto "Firebase">> <</replace>> <</link>>@@ // @@.yellowgreen;<<print cashFormat(Math.ceil(40000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Drugs/100))))>>@@ // <</if>> <<if $SFUnit.Firebase >= 2 && ($SFUnit.Drones < 5 || $SFUnit.Drones < _DU)>> @@.green;<<link "Drone bay">> <<replace "#resultX">> <<set $SF.U = 1, $SFUnit.Drones++, $cash -= Math.ceil(45000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Drones/100))*$HSM)>> <<goto "Firebase">> <</replace>> <</link>>@@ // @@.yellowgreen;<<print cashFormat(Math.ceil(45000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Drones/100))*$HSM))>>@@ // <</if>> <<if $SFUnit.Firebase >= 1 && (_G < 5 ||_G < _GU)>> @@.green;<<link "Garage">> <<replace "#resultX">> <span id="resultY"> "Which unit do you wish to upgrade or 'borrow'?" @@.green;[[Go back|Firebase]]@@ /*@@.green;<<link "Go back""Firebase">> <</link>>@@*/ <<if ($SFUnit.Vehicles < 5|| $SFUnit.Vehicles < _VU)>> @@.green;<<link "Vehicle fleet">> <<replace "#resultY">> <<set $SF.U = 1, $SFUnit.Vehicles++, $cash -= Math.ceil(60000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Vehicles/100)))>> <<goto "Firebase">> <</replace>> <</link>>@@// @@.yellowgreen;<<print cashFormat(Math.ceil(60000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Vehicles/100))))>>@@ // <</if>> <<if $SFUnit.HBT < _HBTU>> @@.green;<<link "Heavy battle tank">> <<replace "#resultY">> <<set $SF.U = 1, $SFUnit.HBT++, $cash -= Math.ceil(150000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.HBT/100)))>> <<goto "Firebase">> <</replace>> <</link>>@@// @@.yellowgreen;<<print cashFormat(Math.ceil(150000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.HBT/100))))>>@@ // <</if>> </span> <</replace>> <</link>>@@ <</if>> <<if $SFUnit.Firebase >= 4 && (_H < 5 || _H < _HU)>> @@.green;<<link "Hangar">> <<replace "#resultX">> <span id="resultY"> "Which unit do you wish to upgrade or 'borrow'?" @@.green;<<link "Go back""Firebase">> <</link>>@@ <<if $SFUnit.AirForce < 5 || $SFUnit.AirForce < _AFU>> @@.green;<<link "Aircraft fleet">> <<replace "#resultY">> <<set $SF.U = 1, $SFUnit.AirForce++, $cash -= Math.ceil(70000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.AirForce/100)))>> <<goto "Firebase">> <</replace>> <</link>>@@ // @@.yellowgreen;<<print cashFormat(Math.ceil(70000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.AirForce/100))))>>@@ // <</if>> <<if $SFUnit.SpacePlane < _SPU>> @@.green;<<link "Space plane">> <<replace "#resultY">> <<set $SF.U = 1, _SF.SpacePlane++, $cash -= Math.ceil(250000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.SpacePlane/100))*$HSM)>> <<goto "Firebase">> <</replace>> <</link>>@@ // @@.yellowgreen;<<print cashFormat(Math.ceil(250000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.SpacePlane/100))*$HSM))>>@@ // <</if>> <<if $SFUnit.GunS < _GunSU>> @@.green;<<link "Gunship">> <<replace "#resultY">> <<set $SF.U = 1, $SFUnit.GunS++, $cash -= Math.ceil(350000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.GunS/100))*$HSM)>> <<goto "Firebase">> <</replace>> <</link>>@@ // @@.yellowgreen;<<print cashFormat(Math.ceil(350000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.GunS/100))*$HSM))>>@@ // <</if>> </span> <</replace>> <</link>>@@ <</if>> <<if $SFUnit.Armoury < 5 || $SFUnit.Armoury < _AU>> @@.green;<<link "Armoury">> <<replace "#resultX">> <<set $SF.U = 1, $SFUnit.Armoury++, $cash -= Math.ceil(40000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Armoury/100)))>> <<goto "Firebase">> <</replace>> <</link>>@@ // @@.yellowgreen;<<print cashFormat(Math.ceil(40000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Armoury/100))))>>@@ // <</if>> <<if $SFUnit.Drugs < 5 || $SFUnit.Drugs < _DrugsU>> @@.green;<<link "Drug Lab">> <<replace "#resultX">> <<set $SF.U = 1, $SFUnit.Drugs++, $cash -= Math.ceil(40000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Drugs/100)))>> <<goto "Firebase">> <</replace>> <</link>>@@ // @@.yellowgreen;<<print cashFormat(Math.ceil(40000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Drugs/100))))>>@@ // <</if>> <<if $SFUnit.Firebase >= 2 && ($SFUnit.Drones < 5 || $SFUnit.Drones < _DU)>> @@.green;<<link "Drone bay">> <<replace "#resultX">> <<set $SF.U = 1, $SFUnit.Drones++, $cash -= Math.ceil(45000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Drones/100))*$HSM)>> <<goto "Firebase">> <</replace>> <</link>>@@ // @@.yellowgreen;<<print cashFormat(Math.ceil(45000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Drones/100))*$HSM))>>@@ // <</if>> <<if (_LB < _LBU)>> @@.green;<<link "Launch Bay">> <<replace "#resultX">> <span id="resultY"> "Which unit do you wish to upgrade or 'borrow'?" @@.green;<<link "Go back""Firebase">> <</link>>@@ <<if $SFUnit.Satellite < _SatU>> @@.green;<<link "Satellite">> <<replace "#resultY">> <<set $SF.U = 1, $SFUnit.Satellite++, $cash -= Math.ceil(525000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Satellite/100))*$HSM)>> <<goto "Firebase">> <</replace>> <</link>>@@ // @@.yellowgreen;<<print cashFormat(Math.ceil(525000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Satellite/100))*$HSM))>>@@ // <</if>> <<if $SFUnit.GiantRobot < _GRU && _Land>> @@.green;<<link "Giant robot">> <<replace "#resultY">> <<set $SF.U = 1, $SFUnit.GiantRobot++, $cash -= Math.ceil(550000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.GiantRobot/100))*$HSM)>> <<goto "Firebase">> <</replace>> <</link>>@@ // @@.yellowgreen;<<print cashFormat(Math.ceil(550000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.GiantRobot/100))*$HSM))>>@@ // <</if>> <<if $SFUnit.MissileSilo < _MSU && _Land>> @@.green;<<link "Missile silo">> <<replace "#resultY">> <<set $SF.U = 1, $SFUnit.MissileSilo++, $cash -= Math.ceil(565000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.MissileSilo/100))*$HSM)>> <<goto "Firebase">> <</replace>> <</link>>@@ // @@.yellowgreen;<<print cashFormat(Math.ceil(565000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.MissileSilo/100))*$HSM))>>@@ // <</if>> </span> <</replace>> <</link>>@@ <</if>> <<if _NY < _NYU && !_Land>> @@.green;<<link "Naval Yard">> <<replace "#resultX">> <span id="resultY"> "Which unit do you wish to upgrade or 'borrow'?" @@.green;<<link "Go back""Firebase">> <</link>>@@ <<if $SFUnit.AircraftCarrier < _ACU>> @@.green;<<link "Aircraft carrier">> <<replace "#resultY">> <<set $SF.U = 1, $SFUnit.AircraftCarrier++, $cash -= Math.ceil(650000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.AircraftCarrier/100))*$HSM)>> <<goto "Firebase">> <</replace>> <</link>>@@ // @@.yellowgreen;<<print cashFormat(Math.ceil(650000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.AircraftCarrier/100))*$HSM))>>@@ // <</if>> <<if $SFUnit.Sub < _SubU>> @@.green;<<link "Submarine">> <<replace "#resultY">> <<set $SF.U = 1, $SFUnit.Sub++, $cash -= Math.ceil(700000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Sub/100))*$HSM)>> <<goto "Firebase">> <</replace>> <</link>>@@ // @@.yellowgreen;<<print cashFormat(Math.ceil(700000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Sub/100))*$HSM))>>@@ // <</if>> <<if $SFUnit.HAT < _HATU>> @@.green;<<link "Heavy amphibious transport">> <<replace "#resultY">> <<set $SF.U = 1, $SFUnit.HAT++, $cash -= Math.ceil(665000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.HAT/100)))>> <<goto "Firebase">> <</replace>> <</link>>@@ // @@.yellowgreen;<<print cashFormat(Math.ceil(665000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.HAT/100))))>>@@ // <</if>> </span> <</replace>> <</link>>@@ <</if>> </span> /* @@.green;<<link "Support Facility">> <<replace "#resultX">> <<set $SF.U = 1, $cash -= Math.ceil( (($C*(1.15+(($SFA0/1000))*($U+.15))*_Env )>> <<set $SFIDs = [], $SupportFacilityDecoration = "standard", $SupportFacilityNameCount = "The Support Facility", $SupportFacilityEfficiency = 0>> <<set $SupportFacility = 5, $SupportFacilitySlaves = 0, $LieutenantColonel = 0>> <<set $FacilitySupportSpeedUpgrades = 0, $FacilitySupportTrainingUpgrade = 0>> <</replace>> <</link>>@@ // @@.yellowgreen;<<print cashFormat(Math.ceil(Math.ceil($C*(1.15+(($SFA0/1000)*($U+.15)*_Env)))>>@@ //*/
DankWolf/fc
src/pregmod/SecForceEX/Tree.tw
tw
bsd-3-clause
9,428
:: WI [nobr] <<if $SF.WG == 0>><br>Ask <<print SFC()>>: @@.yellowgreen;<<link "For some extra cash.""Firebase">> /*<<set $CashGift = ((Math.ceil((Math.abs($cash)*0.05)*(Math.max(0.99,$SF.Units))))*($arcologies[0].prosperity/100))*_Env>> OLD*/ <<set $CashGift = Math.ceil(25000*($SF.Units/10)*_Env),$SF.WG = 1,$choice = 1,$cash += $CashGift>> <</link>>@@ <<if $rep < 20000 && $SFTradeShow.CanAttend === -1>> @@.green;<<link "To put in a good word for you with her contacts.""Firebase">> <<set $GoodWords1 += 250+(Math.ceil($SF.Units/100*_Env))>> <<set $GoodWords1 = (Number($GoodWords1) ? $GoodWords1 : 500),$SF.WG = 1>> <<set $rep += $GoodWords1,$choice = 2>> <</link>>@@ <</if>> <<if $arcologies[0].prosperity < $AProsperityCap && $SFTradeShow.CanAttend === -1>> @@.yellowgreen;<<link "To use her contacts to help the arcology's business community.""Firebase">> <<set $GoodWords2 = _EnvProsp+(Math.ceil($SF.Units/100*_Env)),$SF.WG = 1,$choice = 3>> <<set $arcologies[0].prosperity += $GoodWords2>> <<if $arcologies[0].prosperity + $GoodWords2 > $AProsperityCap>> <<set $arcologies[0].prosperity = $AProsperityCap>> <</if>> <</link>>@@ <</if>> <</if>> <<if $SFColonel.Talk === 0 && $SFColonel.Fun === 0 && $SFTradeShow.CanAttend === -1>> <span id="result0"> Where do you want to spend time with The Colonel this week? <<if $SFColonel.Status >= 25>> @@.orange;<<link "On the surface">> <<replace "#result0">> <<set $SFColonel.Talk = 1>> You ask The Colonel if she would like to stretch her legs up on the surface. It doesn't take much effort for her to agree. <<if $PC.warfare < 10>> <br>Your complete lack of skill at warfare ensures that <<if $Bodyguard != 0>>in addition to $Bodyguard.slaveName, <</if>>you need; two full squads of $SF.Lower on foot, a squadron of fighters, a small convoy of $SF.Lower's ground vehicles. <<elseif $PC.warfare >= 100 && $PC.career == "mercenary">> <br>Your mastery of wet work and prior experience in a PMC satisfies The Colonel that you only need one soldier and a single vehicle<<if $Bodyguard != 0>> plus $Bodyguard.slaveName<</if>>. Being able to see and interact with the arcology owner even more directly if they so wish boosts the mood of your citizen's while also giving them an increased opportunity to try gaining favor with you. <<set $rep += 10, $cash += $EnvCash2>> <<elseif $PC.warfare >= 100>> <br>Your mastery of wet work satisfies The Colonel that you only need two soldiers and a single vehicle<<if $Bodyguard != 0>> plus $Bodyguard.slaveName<</if>>. Being able to see and interact with the arcology owner directly if they so wish boosts the mood of your citizens while also giving them the opportunity to try gaining favor with you. <<set $rep += 5, $cash += $EnvCash3>> <<elseif $PC.warfare >= 60>> <br>Your expertise in warfare means that <<if $Bodyguard != 0>>in addition to $Bodyguard.slaveName <</if>>you need; two full squads of $SF.Lower on foot, a squadron of fighters and a large convoy of $SF.Lower's ground vehicles. <<elseif $PC.warfare >= 30>> <br>As you have some skill in warfare, you only need<<if $Bodyguard != 0>> in addition to $Bodyguard.slaveName<</if>>; two full squads of $SF.Lower on foot, a squadron of fighters, a small convoy of $SF.Lower's ground vehicles. <<elseif $PC.warfare >= 10>> <br>Your F.N.G. tier skill in warfare ensures that <<if $Bodyguard != 0>>in addition to $Bodyguard.slaveName, <</if>>you need; two full squads of $SF.Lower on foot, a squadron of fighters, a small convoy of $SF.Lower's ground vehicles. <</if>> <<if $arcologies[0].FSPaternalist != "unset">> Stopping at a paternalist shop, you help The Colonel select some luxurious and relaxing treatments for her main slave. <<if $PC.slaving < 10>> Your total lack of slavery skill (which is very unusual and very concerning for an arcology owner) means that you are of little to no help or even a hindrance. <<elseif $PC.slaving >= 100>> Your mastery of slaving allows you assist The Colonel greatly. Also the shop owner is so impressed by your understanding of slavery that she is more than happy for an endorsement from you. As you are exiting the shop you hear your pre-recorded message which bears the slogan "This is <<if def $PC.customTitle>>$PC.customTitle <</if>> <<= PlayerName()>> and this is my favorite Paternalist shop in $arcologies[0].name." <<if $arcologies[0].prosperity < $AProsperityCap>> <<set $arcologies[0].prosperity++>> <</if>> <<elseif $PC.slaving >= 60>> Your expertise in slavery allows you to be more useful. <<elseif $PC.slaving >= 30>> Possessing some skill, you are slightly helpful. <<elseif $PC.slaving >= 10>> Your basic skill at slavery, allows you to neither be a hindrance or helpful. <</if>> <<else>> Stopping at a shop. <</if>> <br>Soon the entourage heads back to the HQ of $SF.Lower. Along the route you see a homeless citizen in great pain. <<if $PC.medicine < 10>> Your total lack of medical skill causes the death of the citizen. <<set $arcologies[0].prosperity -= .25>> <<elseif $PC.medicine >= 100 && $PC.career == "medicine">> Your expertise in medicine ensures that the citizen is probably the best they have ever been. They are so grateful that they are more than happy to try and compensate your time. Word quickly spreads of the kindly medically trained arcology owner who took the time to heal a citizen, providing confidence to the rest of the citizens. <<set $rep += 10, $cash += $EnvCash4>> <<elseif $PC.medicine >= 100>> Your expertise in medicine ensures that the citizen is probably the best they have ever been. Word quickly spreads of the kindly arcology owner who took the time to heal a citizen. <<set $rep += 5>> <<elseif $PC.medicine >= 60>> Your mastery of medicine ensures that the citizen's condition is noticeably better. <<elseif $PC.medicine >= 30>> Your moderate skill in medicine ensures that the citizen's condition ever so slightly improves. <<elseif $PC.medicine >= 10>> Your basic skill in medicine is sufficient only to stabilize the citizen. <</if>> <<set $SFColonel.Status += 2>> <</replace>> <</link>>@@ <</if>> @@.orange;<<link "HQ.">> <<replace "#result0">> <span id="result1"> What do you want to do with The Colonel in the HQ? @@.orange;<<link "Learn">> <<replace "#result1">> <<set $SFColonel.Talk = 1,$SFColonel.Status += 1>> "Sure, <<print SFCR()>>,I can use a break from all of this." She laughs. She can try teaching you a bit about; @@.orange;[[field medicine|Firebase][$PC.medicine += 2]]@@ ,@@.orange;[[trading|Firebase][$PC.trading += 2]]@@ ,@@.orange;[[slaving|Firebase][$PC.slaving += 2]]@@ ,@@.orange;[[combat engineering|Firebase][$PC.engineering += 2]]@@ ,@@.orange;[[hacking|Firebase][$PC.hacking += 2]]@@ ,@@.orange;[[general skills|Firebase][$PC.medicine += 1,$PC.trading += 1,$PC.slaving += 1,$PC.engineering += 1,$PC.hacking += 1]]@@ or you can ,@@.orange;[[listen to some war stories|Firebase][$PC.warfare += 2]]@@ @@.orange;[[Go back|Firebase][$SFColonel.Talk = 0,$SFColonel.Status -= 1]]@@ <</replace>> <</link>>@@ <<if $SFColonel.Status >= 45>> @@.orange;<<link "Have some fun">> <<replace "#result1">> @@.orange;<<link "Go back""Firebase">> <<set $SFColonel.Fun = 0, $SFColonel.Talk = 0,$SFColonel.Status -= 3>> <</link>>@@ <<set $SFColonel.Fun = 1,$SFColonel.Talk = 1,$SFColonel.Status += 3>> Where should this fun take place? <br>@@.orange;<<link "In private">> <span id="result6"> Which orifice do you wish to target? @@.orange;<<link "Go back""Firebase">> <</link>>@@ <br>@@.orange;<<link "Pussy">> <<replace "#result6">> <<include "SFColonelSexDec">> <</replace>> <<set $SFColonel.Fun += 1>> <</link>>@@ <br>@@.orange;<<link "Ass">> <<replace "#result6">> <<include "SFColonelSexDec">> <</replace>> <<set $SFColonel.Fun += 1>> <</link>>@@ <br>@@.orange;<<link "Both pussy and ass">> <<replace "#result6">> <<include "SFColonelSexDec">> <</replace>> <<set $SFColonel.Fun += 2>> <</link>>@@ <br>@@.orange;<<link "Mouth">> <<replace "#result6">> <<include "SFColonelSexDec">> <</replace>> <<set $SFColonel.Fun += 1>> <</link>>@@ <br>@@.orange;<<link "All three holes">> <<replace "#result6">> <<include "SFColonelSexDec">> <</replace>> <<set $SFColonel.Fun += 3>> <</link>>@@ </span> <</link>>@@ <br>@@.orange;<<link "On The Colonel's throne.">> <span id="result6"> Which orifice do you wish to target? @@.orange;<<link "Go back""Firebase">> <</link>>@@ <br>@@.orange;<<link "Pussy">> <<replace "#result6">> <<include "SFColonelSexDec">> <</replace>> <<set $SFColonel.Fun += 1>> <</link>>@@ <br>@@.orange;<<link "Ass">> <<replace "#result6">> <<include "SFColonelSexDec">> <</replace>> <<set $SFColonel.Fun += 1>> <</link>>@@ <br>@@.orange;<<link "Both pussy and ass">> <<replace "#result6">> <<include "SFColonelSexDec">> <</replace>> <<set $SFColonel.Fun += 2>> <</link>>@@ <br>@@.orange;<<link "Mouth">> <<replace "#result6">> <<include "SFColonelSexDec">> <</replace>> <<set $SFColonel.Fun += 1>> <</link>>@@ <br>@@.orange;<<link "All three holes">> <<replace "#result6">> <<include "SFColonelSexDec">> <</replace>> <<set $SFColonel.Fun += 3>> <</link>>@@ </span> <</link>>@@ <</replace>> <</link>>@@ @@.orange;[[Go back|Firebase][]]@@ <</if>> /*Closes fun*/ </span> <</replace>> <</link>>@@ <</if>> /*Closes spend time with The Colonel*/
DankWolf/fc
src/pregmod/SecForceEX/WeeklyInteractions.tw
tw
bsd-3-clause
9,583
:: Artificial Insemination [nobr] <<set $nextButton = "Back", $nextLink = "Remote Surgery", $impregnatrix = 0, _eligibility = 0, _eligibilityI = 0>> //$activeSlave.slaveName is prepped for fertilization; now you must select a target to harvest sperm from.// <br><br> __Select an eligible slave to serve as the semen donatrix:__ <br> <<for _ai = 0; _ai < $slaves.length; _ai++>> <<if $slaves[_ai].balls > 0 && $slaves[_ai].pubertyXY == 1 && canBreed($activeSlave, $slaves[_ai])>> <br><<print "[[$slaves[_ai].slaveName|Surgery Degradation][$impregnatrix = $slaves[" + _ai + "], $cash -= $surgeryCost, $surgeryType = 'insemination']]">> <<set _eligibility = 1>> <</if>> <</for>> <<if (_eligibility == 0)>> <br>//You have no slaves with potent sperm.// <</if>> /* Disabled until .pregSource can manage to comprehend this <<if $incubatorSlaves > 0 && $incubatorReproductionSetting == 2>> <br><br> __Incubator settings are resulting in large-scale fluid secretion. Select an eligible incubatee to milk for semen:__ <br> <<for _ai = 0; _ai < $tanks.length; _ai++>> <<if $tanks[_ai].balls > 0 && $tanks[_ai].dick > 0 && canBreed($activeSlave, $tanks[_ai])>> <br><<print "[[$tanks[_ai].slaveName|Surgery Degradation][$impregnatrix = $tanks[" + _ai + "], $cash -= $surgeryCost, $surgeryType = 'insemination']]">> <<set _eligibilityI = 1>> <</if>> <</for>> <<if (_eligibilityI == 0)>> <br>//You have no growing slaves producing sperm.// <</if>> <</if>> */ <<if $PC.dick == 1>> <br> [[Use your own|Surgery Degradation][$impregnatrix = $PC, $cash -= $surgeryCost, $surgeryType = "insemination"]] <<elseif $PC.storedCum > 0>> <br> [[Use a vial of your own|Surgery Degradation][$impregnatrix = $PC, $cash -= $surgeryCost, $surgeryType = "insemination", $PC.storedCum--]] //You have enough sperm stored away to inseminate $PC.storedCum more slave<<if $PC.storedCum > 1>>s<</if>>.// <</if>>
DankWolf/fc
src/pregmod/artificialInsemination.tw
tw
bsd-3-clause
1,915
:: Basenationalities Controls [nobr] <<if hashSum($nationalities) < 1>> //You cannot be a slave owner without a slave trade. Please add nationalities to continue.// <<else>> <<link "Confirm customization">> <<unset $baseControlsFilter>> <<if $customWA == 0>> <<goto "Intro Summary">> <<else>> <<goto "Extreme Intro">> <</if>> <</link>> <</if>> <br> /* Generates cloned array of $nationalities, removing duplicates and then sorting */ <<set $nationalitiescheck = Object.assign({}, $nationalities)>> /* Prints distribution of $nationalities, using $nationalitiescheck to render array */ <<set _percentPerPoint = 100.0 / hashSum($nationalities)>> <<set _len = Object.keys($nationalitiescheck).length>> <<for _nation, _i range $nationalitiescheck>> _nation @@.orange;<<= ($nationalities[_nation] * _percentPerPoint).toFixed(2)>>%@@ <<if _len != 0>> | <</if>> <</for>> <<unset _percentPerPoint>> <br><br> /* Fine control tweaking of populations */ Adjust slave populations: <br style="clear:both" /><hr style="margin:0"> /* Filter controls */ Filter by Race: <<for _i = 0; _i < setup.filterRaces.length; _i++>> <<set _race = setup.filterRaces[_i]>> <<if $baseControlsFilter == _race.toLowerCase().replace(/[ -]/g, '')>> <<print _race>> <<else>> <<print " <<link _race>> <<set $baseControlsFilter to setup.filterRaces[" + _i + "].toLowerCase().replace(/[ -]/g, '')>> <<replace '#PopControl'>><<include 'Basenationalities Controls'>><</replace>> <</link>> ">> <</if>> <<if _i < setup.filterRaces.length-1>> | <</if>> <</for>> <br> Filter by Region: <<for _i = 0; _i < setup.filterRegions.length; _i++>> <<set _region = setup.filterRegions[_i]>> <<if $baseControlsFilter == _region.toLowerCase().replace(/[ -]/g, '')>> <<print _region>> <<else>> <<print " <<link _region>> <<set $baseControlsFilter to setup.filterRegions[" + _i + "].toLowerCase().replace(/[ -]/g, '')>> <<replace '#PopControl'>><<include 'Basenationalities Controls'>><</replace>> <</link>> ">> <</if>> <<if _i < setup.filterRegions.length-1>> | <</if>> <</for>> <br style="clear:both" /><hr style="margin:0"> <div style="white-space: nowrap"> /* Unfiltered pop controls */ <<if $baseControlsFilter == "all">> <<for _i = 0; _i < setup.baseNationalities.length; _i++>> <div style="float: left;"> <<set _nation = setup.baseNationalities[_i]>> <<print " _nation @@.plusButton;<<link '+'>> <<set hashPush($nationalities, setup.baseNationalities["+_i+"])>> <<replace '#PopControl'>><<include 'Basenationalities Controls'>><</replace>> <</link>>@@ ">> <<if def $nationalitiescheck[_nation]>> <<print " @@.minusButton;<<link '–'>> <<set $nationalities[setup.baseNationalities["+_i+"]] -= 1>> <<if $nationalities[setup.baseNationalities["+_i+"]] <= 0>> <<set delete $nationalities[setup.baseNationalities["+_i+"]]>> <</if>> <<replace '#PopControl'>><<include 'Basenationalities Controls'>><</replace>> <</link>>@@ ">> <</if>> <<if $nationalities[_nation] > 1 >> <<print " @@.zeroButton;<<link '0'>> <<set delete $nationalities[setup.baseNationalities["+_i+"]]>> <<replace '#PopControl'>><<include 'Basenationalities Controls'>><</replace>> <</link>>@@ ">> <</if>> <<if _i < setup.baseNationalities.length-1>>|&nbsp;<</if>> </div> <</for>> <div style="clear: both;">By dominant race/ethnicity (hover over the name to see the nationalities affected):</div> <<foreach _race of setup.filterRaces>> <<set _racialNationalities = setup.baseNationalities.filter(function(n) { var races = setup.raceSelector[n] || setup.raceSelector['']; return races[_race.toLowerCase()] * 2 > hashSum(races); })>> <<if _racialNationalities.length > 0>> <<= "<div style='float: left; width: 13em; padding: 0 5px;' title='" + (_racialNationalities.length > 0 ? _racialNationalities.join(", ") : "(none)") +"'>_race @@.plusButton; <<link '+'>> <<run setup.baseNationalities.filter(function(n) { var races = setup.raceSelector[n] || setup.raceSelector['']; return races['" + _race.toLowerCase() + "'] * 2 > hashSum(races); }).forEach(function(n) { hashPush($nationalities, n);})>> <<replace '#PopControl'>><<include 'Basenationalities Controls'>><</replace>> <</link>>@@ @@.zeroButton;<<link '0'>> <<run setup.baseNationalities.filter(function(n) { var races = setup.raceSelector[n] || setup.raceSelector['']; return races['" + _race.toLowerCase() + "'] * 2 > hashSum(races); }).forEach(function(n) { delete $nationalities[n]; })>> <<replace '#PopControl'>><<include 'Basenationalities Controls'>><</replace>> <</link>>@@</div>">> <</if>> <</foreach>> <<else>> /* Filtered pop controls */ <<set _controlsNationality = setup[$baseControlsFilter+'Nationalities']>> <<for _i = 0; _i < _controlsNationality.length; _i++>> <div style="float: left;"> <<set _nation = _controlsNationality[_i]>> <<print " _nation @@.plusButton;<<link '+'>> <<set hashPush($nationalities, _controlsNationality[" + _i + "])>> <<replace '#PopControl'>><<include 'Basenationalities Controls'>><</replace>> <</link>>@@ ">> <<if def $nationalitiescheck[_nation]>> <<print " @@.minusButton;<<link '–'>> <<set $nationalities[_controlsNationality["+_i+"]] -= 1>> <<if $nationalities[_controlsNationality["+_i+"]] <= 0>> <<set delete $nationalities[_controlsNationality["+_i+"]]>> <</if>> <<replace '#PopControl'>><<include 'Basenationalities Controls'>><</replace>> <</link>>@@ ">> <</if>> <<if $nationalities[_nation] > 1 >> <<print " @@.zeroButton;<<link '0'>> <<set delete $nationalities[_controlsNationality["+_i+"]]>> <<replace '#PopControl'>><<include 'Basenationalities Controls'>><</replace>> <</link>>@@ ">> <</if>> <<if _i < _controlsNationality.length-1>>|&nbsp;<</if>> </div> <</for>> <</if>> <div style="clear: both; height: 0;"></div> </div>
DankWolf/fc
src/pregmod/basenationalitiesControls.tw
tw
bsd-3-clause
5,972
:: BeastFuck [nobr] <<run clearSummaryCache($activeSlave)>> <<setLocalPronouns $activeSlave>> <<if $species == "horse">> <<set _animal = {species: "horse", dickSize: "huge", ballType: "horse"}>> <<elseif $species == "dog">> <<set _animal = {species: "dog", dickSize: "large", ballType: "dog"}>> <</if>> <<if canWalk($activeSlave)>> You call $him over and tell $him you want to watch $him get fucked by a _animal.species. <<else>> You order another slave to bring $activeSlave.slaveName over. Once $he is situated, you tell $him that you want to watch $him get fucked by a _animal.species. <</if>> <<if ($activeSlave.fetish != "mindbroken")>> <<if ($activeSlave.devotion > 50)>> <<if (canDoVaginal($activeSlave) && ($activeSlave.vagina > 0)) || (canDoAnal($activeSlave) && ($activeSlave.anus > 0))>> <<if $activeSlave.fetish == "masochistic">> $activeSlave.slaveName's face visibly brightens at the thought of the pain involved. <<elseif $activeSlave.fetish == "humiliation">> $activeSlave.slaveName's face visibly brightens at the thought of the humiliation involved. <<elseif $activeSlave.sexualQuirk == "perverted">> $activeSlave.slaveName's face visibly brightens at the thought of the committing such a perverted act. <<elseif $activeSlave.behavioralQuirk == "sinful">> $activeSlave.slaveName's face visibly brightens at the thought of committing such a sinful act. <<else>> $activeSlave.slaveName looks visibly disturbed, but is so attentive to your will that $he quickly agrees. <</if>> <<else>> <<if $activeSlave.fetish == "masochistic">> $activeSlave.slaveName's face visibly brightens at the thought of the pain soon to come, although $he seems a bit hesitant at the thought of giving $his <<if !canDoVaginal($activeSlave)>>anal<</if>> virginity to an animal. <<elseif $activeSlave.fetish == "humiliation">> $activeSlave.slaveName's face visibly brightens at the thought of the humiliation soon to come, although $he seems a bit hesitant at the thought of giving $his <<if !canDoVaginal($activeSlave)>>anal<</if>> virginity to an animal. <<elseif $activeSlave.sexualQuirk == "perverted">> $activeSlave.slaveName's face visibly brightens at the thought of the perversion soon to come, although $he seems a bit hesitant at the thought of giving $his <<if !canDoVaginal($activeSlave)>>anal<</if>> virginity to an animal. <<elseif $activeSlave.behavioralQuirk == "sinful">> $activeSlave.slaveName's face visibly brightens at the thought of the sinfulness soon to come, although $he seems a bit hesitant at the thought of giving $his <<if !canDoVaginal($activeSlave)>>anal<</if>> virginity to an animal. <<else>> $activeSlave.slaveName looks visibly shaken at the thought of having $his precious <<if !canDoVaginal($activeSlave)>>anal <</if>>virginity taken by an animal, but is so attentive to your will that $he agrees. <</if>> <</if>> <</if>> <<if ($activeSlave.devotion > 20) && ($activeSlave.devotion <= 50)>> <<if (canDoVaginal($activeSlave) && ($activeSlave.vagina > 0)) || (canDoAnal($activeSlave) && ($activeSlave.anus > 0))>> <<if $activeSlave.fetish == "masochistic">> $activeSlave.slaveName isn't too keen on the idea of fucking a _animal.species, but the thought of the pain involved convinces $him to comply. <<elseif $activeSlave.fetish == "humiliation">> $activeSlave.slaveName isn't too keen on the idea of fucking a _animal.species, but the thought of the humiliation involved convinces $him to comply. <<elseif $activeSlave.sexualQuirk == "perverted">> $activeSlave.slaveName isn't too keen on the idea of being fucked by a _animal.species, but the thought of the perversion of fucking an animal soon convinces $him to comply. <<elseif $activeSlave.behavioralQuirk == "sinful">> $activeSlave.slaveName isn't too keen on the idea of being fucked by a _animal.species, but the thought of the sinfulness of fucking an animal soon convinces $him to comply. <<else>> $activeSlave.slaveName tries in vain to conceal $his horror, but quickly regains $his composure. <</if>> <<else>> <<if $activeSlave.fetish == "masochistic">> $activeSlave.slaveName clearly has some reservations about having $his <<if !canDoVaginal($activeSlave)>>anal <</if>>virginity taken by a _animal.species, but the thought of the pain that comes with it soon convinces $him to comply. <<elseif $activeSlave.fetish == "humiliation">> $activeSlave.slaveName clearly has some reservations about having $his <<if !canDoVaginal($activeSlave)>>anal <</if>>virginity taken by a _animal.species, but the thought of the humiliation that comes with it soon convinces $him to comply. <<elseif $activeSlave.sexualQuirk == "perverted">> $activeSlave.slaveName clearly has some reservations about having $his <<if !canDoVaginal($activeSlave)>>anal <</if>>virginity taken by a _animal.species, but the thought of the perversion of fucking an animal soon convinces $him to comply. <<elseif $activeSlave.behavioralQuirk == "sinful">> $activeSlave.slaveName clearly has some reservations about having $his <<if !canDoVaginal($activeSlave)>>anal <</if>>virginity taken by a _animal.species, but the thought of the sinfulness of fucking an animal soon convinces $him to comply. <<else>> $activeSlave.slaveName tries in vain to conceal $his horror at the thought of having $his <<if !canDoVaginal($activeSlave)>>rosebud<<else>>pearl<</if>> taken by a beast, but quickly regains $his composure. <</if>> <</if>> <</if>> <<if ($activeSlave.devotion > -20) && ($activeSlave.devotion <= 20)>> <<if (canDoVaginal($activeSlave) && ($activeSlave.vagina > 0)) || (canDoAnal($activeSlave) && ($activeSlave.anus > 0))>> <<if $activeSlave.fetish == "masochistic">> $activeSlave.slaveName looks disgusted at the thought of fucking a _animal.species at first, but the thought of the pain that comes with it seems to spark a small flame of lust in $him. <<elseif $activeSlave.fetish == "humiliation">> $activeSlave.slaveName looks disgusted at the thought of fucking a _animal.species at first, but the thought of the humiliation that comes with it seems to spark a small flame of lust in $him. <<elseif $activeSlave.sexualQuirk == "perverted">> $activeSlave.slaveName looks disgusted at the thought of fucking a _animal.species at first, but the thought of the perversion that comes with it seems to spark a small flame of lust in $him. <<elseif $activeSlave.behavioralQuirk == "sinful">> $activeSlave.slaveName looks disgusted at the thought of fucking a _animal.species at first, but the thought of the sinfulness that comes with it seems to spark a small flame of lust in $him. <<else>> $activeSlave.slaveName tries in vain to conceal $his horror, <</if>> <<else>> <<if $activeSlave.fetish == "masochistic">> $activeSlave.slaveName looks disgusted at the thought of giving up $his <<if !canDoVaginal($activeSlave)>>anal <</if>>virginity to a _animal.species, but the thought of the pain that comes with it soon sparks a small flame of lust in $him. <<elseif $activeSlave.fetish == "humiliation">> $activeSlave.slaveName looks disgusted at the thought of giving up $his <<if !canDoVaginal($activeSlave)>>anal <</if>>virginity to a _animal.species, but the thought of the humiliation that comes with it soon sparks a small flame of lust in $him. <<elseif $activeSlave.sexualQuirk == "perverted">> $activeSlave.slaveName looks disgusted at the thought of giving up $his <<if !canDoVaginal($activeSlave)>>anal <</if>>virginity to a _animal.species, but the thought of the perversion of fucking an animal soon sparks a small flame of lust in $him. <<elseif $activeSlave.behavioralQuirk == "sinful">> $activeSlave.slaveName looks disgusted at the thought of giving up $his <<if !canDoVaginal($activeSlave)>>anal <</if>>virginity to a _animal.species, but the thought of the sinfulness of fucking an animal soon sparks a small flame of lust in $him. <<else>> $activeSlave.slaveName tries in vain to conceal $his horror at the thought of giving $his <<if !canDoVaginal($activeSlave)>>anal <</if>>virginity to an animal, and only the threat of a far worse punishment keeps $him from running out of the room. <</if>> <</if>> <</if>> <<if ($activeSlave.devotion < -20)>> $activeSlave.slaveName's face contorts into a mixture of <<if ($activeSlave.devotion < -50)>>hatred, anger, and disgust, <<else>>anger and disgust, <</if>> <</if>> <<else>> $activeSlave.slaveName nods $his head dumbly, $his eyes vacant. <</if>> <<if canWalk($activeSlave)>> <<if $activeSlave.devotion > -20>> <<if ($activeSlave.devotion <= 20) && ($activeSlave.fetish != "mindbroken") && ($activeSlave.fetish != "masochistic") && ($activeSlave.fetish != "humiliation") && ($activeSlave.sexualQuirk != "perverted") && ($activeSlave.behavioralQuirk != "sinful")>>and only the threat of worse punishment prevents $him from running out of the room.<</if>> You have $him <<if ($activeSlave.clothes != "naked")>>take off $his clothing and <</if>>kneel down on the floor with $his ass in the air, <<else>> and you have to physically prevent $him from running out of the room. You <<if ($activeSlave.clothes != "no clothing")>>force $him to take off $his $activeSlave.clothes and <</if>>restrain $him on the floor with $his ass in the air - all the while ignoring $his screams and pleas for mercy - <</if>> <<else>> You <<if ($activeSlave.clothes != "no clothing")>>take off $his $activeSlave.clothes and <</if>>place $him on the ground with a cushion under $his hips, $his ass in the air, <</if>> before calling in the _animal.species. The _animal.species slowly saunters up to the <<if ($activeSlave.devotion <= 20)>>bound <</if>>slave and takes it position <<if canWalk($activeSlave)>>behind <<else>>above <</if>>$him. You can see its _animal.dickSize penis slowly come to attention as its animalistic brain realizes that it's standing <<if canWalk($activeSlave)>>behind <<else>>above <</if>>a warm hole that needs to be filled with seed. <<if (_animal.species == "dog")>> <<if canWalk($activeSlave)>> The dog clambers up to mount $activeSlave.slaveName, eliciting a squeal from the girl as its claws dig into $his flesh. <<else>> The dog takes a few curious sniffs, then lines its cock up with $activeSlave.slaveName's <<if canDoVaginal($activeSlave)>>pussy<<else>>asshole<</if>>. <</if>> It takes a couple of tries, but it finally manages to sink its cock into $his <<if canDoVaginal($activeSlave)>><<if ($activeSlave.fetish == "masochistic") || ($activeSlave.fetish == "humiliation") || ($activeSlave.sexualQuirk == "perverted") || ($activeSlave.behavioralQuirk == "sinful")>>wet <</if>>pussy<<else>>ass<</if>>. <<if ($activeSlave.vagina == 0)>>The slave gives a loud <<if ($activeSlave.devotion > 20)>>moan<<else>>groan<</if>> as $his <<if !canDoVaginal($activeSlave)>>@@.lime;anal@@<</if>> @@.lime;virginity is taken from $him.@@<<if ($activeSlave.devotion <= -20)>>by force.<</if>><</if>> <<if $activeSlave.vagina == 0>> <<if ($activeSlave.devotion >= -20)>> <<if $activeSlave.fetish == "masochistic">> Losing $his virginity in such a painful manner has @@.hotpink;increased $his devotion to you.@@ <<set $activeSlave.devotion += 10>> <<elseif $activeSlave.fetish == "humiliation">> Losing $his virginity in such a humiliating manner has @@.hotpink;increased $his devotion to you.@@ <<set $activeSlave.devotion += 10>> <<elseif $activeSlave.sexualQuirk == "perverted">> Losing $his virginity in such a perverted manner has @@.hotpink;increased $his devotion to you.@@ <<set $activeSlave.devotion += 10>> <<elseif $activeSlave.behavioralQuirk == "sinful">> Losing $his virginity in such a sinful manner has @@.hotpink;increased $his devotion to you.@@ <<set $activeSlave.devotion += 10>> <<else>> <<if $activeSlave.devotion > 50>> Since $he is well broken, losing $his virginity in such a manner has @@.hotpink;increased $his submission to you.@@ <<set $activeSlave.devotion += 5>> <<elseif ($activeSlave.devotion >= -20) && ($activeSlave.devotion < 50)>> Losing $his virginity in such a manner has @@.hotpink;increased $his submission to you,@@ though $he is @@.gold;fearful@@ that you'll decide to only use $him to sate your animals' lust. <<set $activeSlave.devotion += 5, $activeSlave.trust -= 5>> <<elseif ($activeSlave.devotion >= -50) && ($activeSlave.devotion < -20)>> $He is clearly @@.mediumorchid;unhappy@@ in the manner in which $his virginity has been taken, and $he @@.gold;fears@@ you'll decide to only use $him to sate your animals' lust. <<set $activeSlave.devotion -= 10, $activeSlave.trust -= 10>> <</if>> <</if>> <<else>> Having $his pearl of great price taken by a mere beast has @@.mediumorchid;reinforced the hatred $he holds towards you,@@ and $he is @@.gold;terrified@@ you'll only use $him as a plaything for your animals. <<set $activeSlave.devotion -= 10, $activeSlave.trust -= 10>> <</if>> <</if>> The hound wastes no time in beginning to hammer away at $his <<if canDoVaginal($activeSlave)>>cunt<<else>>asshole<</if>>, causing $activeSlave.slaveName to moan uncontrollably as its thick, veiny member probes the depths of $his <<if (canDoVaginal($activeSlave))>>pussy<<else>>asshole<</if>>. A few short minutes later, $he gives a loud groan <<if ($activeSlave.fetish == "masochist") || ($activeSlave.fetish == "humiliation") || $activeSlave.sexualQuirk == "perverted" || $activeSlave.behavioralQuirk == "sinful">>and shakes in orgasm <</if>>as the dog's knot begins to swell and its penis begins to erupt a thick stream of jizz into $him. After almost a minute, the dog has finally finished cumming and its knot is sufficiently small enough that the dog is able to pull its cock out, causing a stream of cum to slide out of $his <<if ($activeSlave.vagina <= 2)>>@@.lime;now-gaping <<if (canDoVaginal($activeSlave))>>pussy<<else>>asshole<</if>>@@<<else>> <<if canDoVaginal($activeSlave)>> <<if $activeSlave.vagina == 3>> loose <<elseif $activeSlave.vagina <= 9>> cavernous <<else>> ruined <</if>> <<else>> <<if $activeSlave.anus == 0>> virgin <<elseif $activeSlave.anus == 1>> tight <<elseif $activeSlave.anus == 2>> loose <<elseif $activeSlave.anus == 3>> very loose <<else>> gaping <</if>> <</if>> <<if canDoVaginal($activeSlave)>>pussy<<else>>asshole<</if>><</if>>. Having finished its business, the dog runs off, presumably in search of food. <<if (canDoVaginal($activeSlave)) && ($activeSlave.vagina < 3)>> <<set $activeSlave.vagina = 3>> <<elseif (canDoAnal($activeSlave)) && ($activeSlave.anus < 2)>> <<set $activeSlave.anus = 2>> <</if>> <<elseif (_animal.species == "horse")>> The horse stands over $him as another slave lines its massive phallus up with $activeSlave.slaveName's <<if canDoVaginal($activeSlave)>><<if ($activeSlave.fetish == "masochistic") || ($activeSlave.fetish == "humiliation") || ($activeSlave.sexualQuirk == "perverted") || ($activeSlave.behavioralQuirk == "sinful")>>wet <</if>>pussy<<else>>ass<</if>>. With a slight thrust, it enters $him and begins to fuck $him. $activeSlave.slaveName can't help but give a loud groan as the huge cock <<if ($activeSlave.vagina <= 2)>>@@.lime;stretches@@<<else>>@@.lime;enters@@<</if>> @@.lime;$his@@ <<if canDoVaginal($activeSlave)>> <<if $activeSlave.vagina == 0>> @@.lime;virgin@@ <<elseif $activeSlave.vagina == 1>> @@.lime;tight@@ <<elseif $activeSlave.vagina == 2>> @@.lime;reasonably tight@@ <<elseif $activeSlave.vagina == 3>> @@.lime;loose@@ <<elseif $activeSlave.vagina <= 9>> @@.lime;cavernous@@ <<else>> @@.lime;ruined@@ <</if>> <<else>> <<if $activeSlave.anus == 0>> @@.lime;virgin@@ <<elseif $activeSlave.anus == 1>> @@.lime;tight@@ <<elseif $activeSlave.anus == 2>> @@.lime;loose tight@@ <<elseif $activeSlave.anus == 3>> @@.lime;very loose@@ <<else>> @@.lime;gaping@@ <</if>> <</if>> <<if (canDoVaginal($activeSlave))>>@@.lime;pussy@@<<else>>@@.lime;asshole@@<</if>>. <<if canDoVaginal($activeSlave)>> <<if $activeSlave.vagina == 0>> <<if ($activeSlave.devotion >= -20)>> <<if $activeSlave.fetish == "masochistic">> @@.lime;Losing $his virginity@@ in such a painful manner has @@.hotpink;increased $his devotion to you@@. <<set $activeSlave.devotion += 10>> <<elseif $activeSlave.fetish == "humiliation">> @@.lime;Losing $his virginity@@ in such a humiliating manner has @@.hotpink;increased $his devotion to you@@. <<set $activeSlave.devotion += 10>> <<elseif $activeSlave.sexualQuirk == "perverted">> @@.lime;Losing $his virginity@@ in such a perverted manner has @@.hotpink;increased $his devotion to you@@. <<set $activeSlave.devotion += 10>> <<elseif $activeSlave.behavioralQuirk == "sinful">> @@.lime;Losing $his virginity@@ in such a sinful manner has @@.hotpink;increased $his devotion to you@@. <<set $activeSlave.devotion += 10>> <<else>> <<if $activeSlave.devotion > 50>> Since $he is well broken, @@.lime;losing $his virginity@@ in such a manner has @@.hotpink;increased $his submission to you@@. <<set $activeSlave.devotion += 5>> <<elseif ($activeSlave.devotion >= -20) && ($activeSlave.devotion < 50)>> @@.lime;Losing $his virginity@@ in such a manner has @@.hotpink;increased $his submission to you@@, though $he is @@.gold;fearful@@ that you'll decide to only use $him to sate your animals' lust. <<set $activeSlave.devotion += 5, $activeSlave.trust -= 5>> <<elseif ($activeSlave.devotion >= -50) && ($activeSlave.devotion < -20)>> $He is clearly @@.mediumorchid;unhappy@@ in the manner in which $his virginity has been taken, and $he @@.gold;fears@@ you'll decide to only use $him to sate your animals' lust. <<set $activeSlave.devotion -= 10, $activeSlave.trust -= 10>> <</if>> <</if>> <<else>> Having $his @@.lime;pearl of great price taken@@ by a mere beast has @@.mediumorchid;reinforced the hatred $he holds towards you@@, and $he is @@.gold;terrified@@ you'll only use $him as a plaything for your animals. <<set $activeSlave.devotion -= 10, $activeSlave.trust -= 10>> <</if>> <</if>> <<else>> <<if $activeSlave.anus == 0>> <<if ($activeSlave.devotion >= -20)>> <<if $activeSlave.fetish == "masochistic">> @@.lime;Losing $his anal virginity@@ in such a painful manner has @@.hotpink;increased $his devotion to you@@. <<set $activeSlave.devotion += 10>> <<elseif $activeSlave.fetish == "humiliation">> @@.lime;Losing $his anal virginity@@ in such a humiliating manner has @@.hotpink;increased $his devotion to you@@. <<set $activeSlave.devotion += 10>> <<elseif $activeSlave.sexualQuirk == "perverted">> @@.lime;Losing $his anal virginity@@ in such a perverted manner has @@.hotpink;increased $his devotion to you@@. <<set $activeSlave.devotion += 10>> <<elseif $activeSlave.behavioralQuirk == "sinful">> @@.lime;Losing $his anal virginity@@ in such a sinful manner has @@.hotpink;increased $his devotion to you@@. <<set $activeSlave.devotion += 10>> <<else>> <<if $activeSlave.devotion > 50>> Since $he is well broken, @@.lime;losing $his anal virginity@@ in such a manner has @@.hotpink;increased $his submission to you@@. <<set $activeSlave.devotion += 5>> <<elseif ($activeSlave.devotion >= -20) && ($activeSlave.devotion < 50)>> @@.lime;Losing $his anal virginity@@ in such a manner has @@.hotpink;increased $his submission to you@@, though $he is @@.gold;fearful@@ that you'll decide to only use $him to sate your animals' lust. <<set $activeSlave.devotion += 5, $activeSlave.trust -= 5>> <<elseif ($activeSlave.devotion >= -50) && ($activeSlave.devotion < -20)>> $He is clearly @@.mediumorchid;unhappy@@ in the manner in which @@.lime;$his anal virginity has been taken,@@ and $he @@.gold;fears@@ you'll decide to only use $him to sate your animals' lust. <<set $activeSlave.devotion -= 10, $activeSlave.trust -= 10>> <</if>> <</if>> <<else>> Having @@.lime;$his rosebud taken@@ by a mere beast has @@.mediumorchid;reinforced the hatred $he holds towards you@@, and $he is @@.gold;terrified@@ you'll only use $him as a plaything for your animals. <<set $activeSlave.devotion -= 10, $activeSlave.trust -= 10>> <</if>> <</if>> <</if>> The stallion begins to thrust faster and faster, causing $activeSlave.slaveName to moan and groan in pain as the <<if canDoVaginal($activeSlave)>> tip rams $his cervix<<else>> huge horsecock fills $him completely<</if>>. Before too long, the horse's movements begin to slow, and you can see its large testicles contract slightly as it begins to fill $activeSlave.slaveName's <<if (canDoVaginal($activeSlave))>>pussy<<else>>asshole<</if>> to the brim with thick horse semen. After what seems like an impossibly long time, the horse's dick finally begins to soften and it finally pulls out. You have a servant lead the horse away, with a fresh apple as a treat for its good performance. <<if (canDoVaginal($activeSlave)) && ($activeSlave.vagina < 4)>> <<set $activeSlave.vagina = 4>> <<elseif (canDoAnal($activeSlave)) && ($activeSlave.anus < 4)>> <<set $activeSlave.anus = 4>> <</if>> <</if>> <<if (random(1,100) > (100 + $activeSlave.devotion))>> <<if canDoVaginal($activeSlave)>> <<if ($activeSlave.energy <= 95) && ($activeSlave.sexualFlaw != "hates penetration")>> Having a _animal.species fuck $him by force has given $him a @@.red;hatred of penetration.@@ <<set $activeSlave.sexualFlaw = "hates penetration">> <</if>> <<else>> <<if ($activeSlave.energy <= 95) && ($activeSlave.sexualFlaw != "hates anal penetration")>> Having a _animal.species fuck $him by force has given $him a @@.red;hatred of anal penetration.@@ <<set $activeSlave.sexualFlaw = "hates anal penetration">> <</if>> <</if>> <</if>> <<if canWalk($activeSlave)>> <<if ($activeSlave.vagina == 3)>> Cum drips out of $his fucked-out hole. <<elseif ($activeSlave.vagina == 2)>> Cum drips out of $his stretched vagina. <<elseif ($activeSlave.vagina == 1)>> $His still-tight vagina keeps your load inside $him. <<elseif ($activeSlave.vagina < 0)>> Cum drips out of $his girly ass. <<else>> Your cum slides right out of $his gaping hole. <</if>> $He uses <<if $activeSlave.vagina > 0>>a quick douche to clean $his <<if $activeSlave.vagina < 2>>tight<<elseif $activeSlave.vagina > 3>>loose<</if>> pussy<<else>>an enema to clean $his <<if $activeSlave.anus < 2>>tight<<elseif $activeSlave.anus < 3>>used<<else>>gaping<</if>> butthole<</if>>, <<switch $activeSlave.assignment>> <<case "work in the brothel">> just like $he does between each customer. <<case "serve in the club">> just like $he does in the club. <<case "work in the dairy">> to avoid besmirching the nice clean dairy. <<case "work as a servant">> mostly to keep everything $he has to clean from getting any dirtier. <<case "whore">> before returning to offering it for sale. <<case "serve the public">> before returning to offering it for free. <<case "rest">> before crawling back into bed. <<case "get milked">> <<if $activeSlave.lactation > 0>>before going to get $his uncomfortably milk-filled tits drained<<else>>and then rests until $his balls are ready to be drained again<</if>>. <<case "be a servant">> since $his chores didn't perform themselves while you used $his fuckhole. <<case "please you">> before returning to await your next use of $his fuckhole, as though nothing had happened. <<case "be a subordinate slave">> though it's only a matter of time before another slave decides to play with $his fuckhole. <<case "be your Head Girl">> worried that $his charges got up to trouble while $he enjoyed $his <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>'s use. <<case "guard you">> so $he can be fresh and ready for more sexual use even as $he guards your person. <<case "be the Schoolteacher">> before $he returns to teaching $his classes. <<default>> before $he returns to $activeSlave.assignment. <</switch>> <</if>> <<set $species = 0>>
DankWolf/fc
src/pregmod/beastFuck.tw
tw
bsd-3-clause
26,972
:: BirthStorm [nobr] <<set $nextButton = "Back", $nextLink = "Slave Interact">> <<set $activeSlave.curBabies = WombBirth($activeSlave, 34)>> /*Here check - how many children survive this event. 34 weeks minimum.*/ <<set _curBabies = $activeSlave.curBabies>> The remote surgery allows the removal of the pregnancy generator through conventional means, an injection to induce labor and the resulting birthing of the womb's contents. <<if $activeSlave.pregType > 40>> $activeSlave.slaveName's obscenely swollen belly begins to shudder and writhe moments after being injected with the drug as all her waters break. She spreads her <<if $activeSlave.amp != 1>>legs to either side of her spasming bulk as wide as she can<<else>>stumps as wide as she can<</if>> with a loud moan. Her vaginal lips part as the first of her brood is born, followed by another, and another. After hours of constant <<elseif $activeSlave.pregType > 20>> $activeSlave.slaveName's massive belly shudders and shrinks as all her waters simultaneously break. She spreads her <<if $activeSlave.amp != 1>>legs<<else>>stumps<</if>> wide with a loud moan. Her vaginal lips part as the first of her brood is born, followed not long after by another. After an hour of constant <<else>> $activeSlave.slaveName's massive belly shudders and shrinks as all her waters simultaneously break. She spreads her <<if $activeSlave.amp != 1>>legs<<else>>stumps<</if>> wide with a loud moan. Her vaginal lips part as her birthing begins. After an hour of intensive <</if>> <<if $activeSlave.fetish == "mindbroken">> birthing, she shows little interest in the changes to her body. @@.red;The ordeal of intensive birthing has had a massive effect on her health as well as completely destroying her vagina.@@ <<elseif $activeSlave.sexualFlaw == "breeder">> birthing and the realization that you are taking away her ideal body, her perfect existence; her mind @@.red;fundamentally breaks. The ordeal of intensive birthing has had a massive effect on her health as well as completely destroying her vagina.@@ <<set $activeSlave.fetish = "mindbroken">> <<elseif $activeSlave.fetish == "pregnancy" && $Nurse != 0>> birthing and orgasming all the time, $activeSlave.slaveName's mind would have broken. However, $Nurse.slaveName had the foresight to sedate her after witnessing her constant orgasming. She awakes to find her belly deflated, no longer crammed full of life. She is @@.mediumorchid;disappointed@@ that you would forbid her from such a pleasure, but @@.mediumaquamarine;understands@@ why it was done. @@.red;The ordeal of intensive birthing has had a massive effect on her health as well as completely destroying her vagina.@@ <<set $activeSlave.trust += 5, $activeSlave.devotion -= 5>> <<elseif $activeSlave.fetish == "pregnancy">> <<if $activeSlave.pregType > 40>> birthing and orgasming each time, $activeSlave.slaveName's mind is @@.red;fundamentally broken.@@ Being under constant pleasure for so long has destroyed all but the part of her that feels pleasure. With one final push the breeding device is expelled from her womb as the last spark of what was her mind is extinguished. @@.red;The ordeal of constant birthing has had a massive effect on her health as well as completely destroying her vagina.@@ <<set $activeSlave.fetish = "mindbroken">> <<elseif $activeSlave.pregType > 20>> birthing and orgasming each time, $activeSlave.slaveName is reduced to a quivering, overstimulated pile. When she returns to her senses, @@.hotpink;she can only express how much she wants to go again.@@ @@.red;The ordeal of constant birthing has had a massive effect on her health as well as completely destroying her vagina.@@ <<set $activeSlave.devotion += 4>> <<else>> birthing and orgasming all the time, $activeSlave.slaveName is reduced to a quivering, overstimulated pile. When she returns to her senses, @@.hotpink;she can only express how much she wants to go again.@@ @@.red;The ordeal of intensive birthing has had a massive effect on her health as well as completely destroying her vagina.@@ <<set $activeSlave.devotion += 3>> <</if>> <<elseif $activeSlave.devotion <= 20>> birthing, @@.mediumorchid;she hates you for destroying her body like this@@. She is @@.gold;terrified of your power@@ over her body. @@.red;The ordeal of constant birthing has had a massive effect on her health as well as completely destroying her vagina.@@ <<set $activeSlave.trust -= 40, $activeSlave.devotion -= 50>> <<elseif $activeSlave.devotion <= 50>> birthing, she is dully obedient. She has been broken to slave life so thoroughly that even this is neither surprising nor affecting. She is @@.gold;terrified of your power@@ over her body. @@.red;The ordeal of constant birthing has had a massive effect on her health as well as completely destroying her vagina.@@ <<set $activeSlave.trust -= 40>> <<else>> birthing, she is @@.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 without a massive belly getting in the way. @@.red;The ordeal of constant birthing has had a massive effect on her health as well as completely destroying her vagina.@@ <<set $activeSlave.devotion += 4>> <</if>> <<set _babyPrice = random(-20,20)>> <<if $activeSlave.pregType > 40>> <<set $activeSlave.preg = -3>> <<if $activeSlave.vagina < 6>> <<set $activeSlave.vagina = 10>> <</if>> <<set $activeSlave.health -= 80>> <<else>> <<if lastPregRule($activeSlave,$defaultRules)>><<set $activeSlave.preg = -1>><<else>><<set $activeSlave.preg = 0>><</if>> /* I think, it's not logical to break her reproductive system out of repair, if she is only type 1 broodmother. In this case she have to birth only like 5-10 fully grown babies, others get progressively smaller. It's should be even smaller stress to body then for "normal" hyperpregnant with 15-20+ children - they have to birth them all at full size.*/ <<if $activeSlave.vagina < 6>> <<set $activeSlave.vagina = 6>> <</if>> <<set $activeSlave.health -= 30>> <</if>> <<if $Cash4Babies == 1 && _curBabies > 0>> Her survived <<if _curBabies > 1>>children<<else>>child<</if>> sold for a total of @@.yellowgreen;<<print cashFormat(_curBabies*(50+_babyPrice))>>.@@ <<set $cash += _curBabies*(50+_babyPrice)>> <</if>> <<set $activeSlave.births += _curBabies>> <<set $activeSlave.birthsTotal += _curBabies>> <<set $birthsTotal += _curBabies>> <<set $activeSlave.pregWeek = -4>> <<set $activeSlave.pregType = 0>> <<set $activeSlave.pregSource = 0>> <<set $activeSlave.pregKnown = 0>> <<set WombFlush($activeSlave)>> <<set $activeSlave.broodmother = 0>> <<run SetBellySize($activeSlave)>>
DankWolf/fc
src/pregmod/birthStorm.tw
tw
bsd-3-clause
6,684
:: Breeder Proposal [nobr] <<set $nextButton = " ", $nextLink = "Main", $propOutcome = -1>> You draft a proposal to the Societal Elite proposing the use of specially tested slaves as breeding stock. If they can pass the tests required to join the societal elite; even as slaves, their bodies can prove valuable to furthering eugenics. They will gain no additional rights, but their wombs will be used to birth elite children; helping stave off potential threats of inbreeding and adding possible missed beneficial traits into the Elite's gene pool. <br><br> Within the hour, you are called before <<if $eugenicsFullControl == 1>>what's left of <</if>>The Societal Elite. <br> <<if $eugenicsFullControl == 1>> "That sounds like an acceptable proposal. We'll draft the standards for breeding stock and notify you shortly." <<set $propOutcome = 1>> <<InitStandards>> <<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */ <<elseif $PC.pregSource == -1>> "Since you are doing your part and carrying an elite child, we will gladly reward you by granting your proposal. We shall decide upon the standards for breeding stock and notify you shortly." <<set $propOutcome = 1>> <<InitStandards>> <<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */ <<elseif $PC.birthElite > 0>> "Since you have carried children for our cause, we will gladly reward you by granting your proposal. We shall decide upon the standards for breeding stock and notify you shortly." <<set $propOutcome = 1>> <<InitStandards>> <<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */ <<elseif $PC.dick == 0>> <<if $failedElite > 50>> "Do you really think you are in any position to make such a request? You, a fertile woman and member of the Elite, who has not taken even the slightest interest in carrying one of our children, dares to even suggest using slaves as breeding stock? Well?" <span id="result"> <br><<link "Agree to being used as a breeder and save face">> <<replace "#result">> "Good choice girl. A selection of men will be provided to you, take your pick and bear our children. Or use a test tube, if that's more to your tastes." <<set $playerBred = 1, $propOutcome = 1>> <<InitStandards>> <<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */ <</replace>> <</link>> <br><<link "Decline being used as a breeder and face the Societal Elites' wrath">> <<replace "#result">> "You'll regret this decision. We'll have our way one way or another." <<set $failedElite += 275, $propOutcome = -1>> <<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */ <</replace>> <</link>> </span> <<else>> "An interesting proposal, given your lack of equipment, though we would be much more open to listen to your request if you were heavy with one of our children. <span id="result"> <br><<link "Agree to being used as a breeder for the sake of your proposal">> <<replace "#result">> "Good choice girl, your proposal is more important than your dignity after all, isn't it? A selection of men will be provided to you, take your pick and bear our children. Or use a test tube, if that's more to your tastes." <<set $failedElite -= 50, $playerBred = 1, $propOutcome = 1>> <<InitStandards>> <<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */ <</replace>> <</link>> <<if $failedElite <= 0>> <br><<link "Decline being used as a breeder and leverage your standing">> <<replace "#result">> "Yes, you have done much to further our cause. We respect the "balls" on you, despite your lack of them. Very well, we shall set the standards for what shall qualify as breeding stock and our standards will be delivered to you shortly." <<set $propOutcome = 1>> <<InitStandards>> <<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */ <</replace>> <</link>> <<else>> <br><<link "Decline being used as a breeder and withdraw your proposal">> <<replace "#result">> "Then why waste our time? You disappoint us, but don't worry; you'll be laden with child soon enough." <<set $propOutcome = -1>> <<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */ <</replace>> <</link>> <</if>> </span> <</if>> <<else>> <<if $PC.dick == 1 && $PC.vagina == 1 && $failedElite > 50>> "We have read your proposal and propose the following: You are not well liked among us, and your medical records show you are quite capable of carrying a child. If you will carry our children, we will grant your proposal, otherwise, leave and never ask us this again." <span id="result"> <br><<link "Agree to being used as a breeder to complete the deal">> <<replace "#result">> "Your contributions will be appreciated. We shall convene to decide the qualifications for a slave to become a breeder. We will inform you of them when we send the list of eligible males to breed you. Or send you a test tube, if that's more to your tastes." <<set $failedElite -= 50, $playerBred = 1, $propOutcome = 1>> <<InitStandards>> <<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */ <</replace>> <</link>> <br><<link "Decline being used as a breeder and withdraw your proposal">> <<replace "#result">> "Very well, if your masculinity is more valuable to you than your proposal, then so be it." <<set $propOutcome = -1>> <<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */ <</replace>> <</link>> </span> <<elseif $PC.dick == 1 && $PC.vagina == 1>> "We have read your proposal and agree. However, we shall set the standards for what shall qualify as breeding stock, not you. Our standards will be delivered to you shortly. <br><br> Your medical records say you have working female sex organs, and we respect your choice to not use them. But have you considered carrying another member's child? It will be extremely lucrative for you and go a long way to furthering our objectives." <span id="result"> <br><<link "Agree to being used as a breeder">> <<replace "#result">> "Your contributions will be appreciated. We shall convene to decide the qualifications for a slave to become a breeder. We will inform you of them when we send the list of eligible males to breed you. Or send you a test tube, if that's more to your tastes." <<set $playerBred = 1, $propOutcome = 1>> <<InitStandards>> <<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */ <</replace>> <</link>> <br><<link "Decline being used as a breeder">> <<replace "#result">> "Very well, if you wish to waste your gift, it is your prerogative. We shall convene to decide the qualifications for a slave to become a breeder and inform you upon completion." <<set $propOutcome = 1>> <<InitStandards>> <<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */ <</replace>> <</link>> </span> <<else>> "We have read your proposal and agree. However, we shall set the standards for what shall qualify as breeding stock, not you. Our standards will be delivered to you shortly." <<set $propOutcome = 1>> <<InitStandards>> <<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */ <</if>> <</if>> <br><br>
DankWolf/fc
src/pregmod/breederProposal.tw
tw
bsd-3-clause
7,452
:: BreedingTest [nobr] <<set $nextButton = "Back">> <<set $nextLink = "Slave Interact">> <<UpdateStandards>> <<BreedingStandards>> <br><br> <<BreedingEligibility>>
DankWolf/fc
src/pregmod/breedingTest.tw
tw
bsd-3-clause
168
:: Criminal Market [nobr] <<set $nextButton = "Back", $nextLink = "Buy Slaves", $returnTo = "Buy Slaves", $showEncyclopedia = 1, $encyclopedia = "Slave Schools">> <<if ndef $newSlaves>><<set $newSlaves = []>><</if>> <<if $newSlaves.length > 0>> <<set $nextButton = "Continue", $nextLink = "Bulk Slave Intro", $returnTo = "Main", $newSlaveIndex = 0>> <</if>> You board the transport to <<switch $weeklyMarket>> <<case "low tier criminals">> /* mixed prisoners */ a small prison on the edge of the city spanning from the foot of your Arcology with the appearance of an Old World police station. You arrive inside and are met by a cute receptionist, asking why one such as yourself would visit such a place. With formalities out of the way, the head of the station is called and arrives shortly. "Well now, didn’t expect to see you here. Came to pick up a criminal and give them a chance at not being a menial?" You are then led further into the station and into the prisoners quarters; most of them downcast and dismal, but some look up to see what the commotion is about. "You! Come here! This gentleman wants to take a look so be on your best behavior!" the head calls out, bringing one of the criminals close enough to be inspected. <<case "gangs and smugglers">> /* males only */ a large gray prison at the edge of the Free City as word of your approach is sent ahead. The visage of the prison itself is a grim one, enclosed by a large gray concrete fence with electrified barbed wire coiled at the top. As the vehicle rolls to a stop before a large gate, the guard in control of the gate operates a board of buttons and levers, promptly opening it so it may continue. "Stay on the road," he respectfully advises, a final remark before letting your driver carries on. Beyond the fence is an array of guard towers manned with drones for 24/7 surveillance, giving you a clear idea of what was to happen if you were not to heed the guard’s words and decided to wander off from the group. <br><br> Your destination at the end of the road is a garage, where upon your disembarking, no less than 4 heavily armored guards with electric batons at their sides come to greet you. You could almost mistake them for unmanned drones had they not spoken, "We’ve been expecting you, please follow us. We house some dangerous individuals in our establishment and we need to keep you safe". You accept their advice and enter the premises. <br><br> You are met with a dimly lit concrete hallway as you enter, only for it to open up to a multi-floor prison that had placed its prisoners underground for the most part<<if $PC.title == 0 || $PC.boobsBonus > 1 || $PC.butt > 1>>, where you are met with a hailstorm of whistles, cheers and other catcalls<</if>>. You come to a bridge and look down to see its inhabitants, hard criminals that are coming together for a meal. You watch a fight break out at one point and an armored guard quickly stepped in and applying his baton to the offenders, coupled with a loud zap that silences the entire area. Around your level, you see the better stock; the attractive prisoners one would show to an interested customer. <br><br> You finally reach the warden’s office, "Welcome <<if $PC.title == 1>>Mister<<else>>Miss<</if>> <<= PlayerName()>>, I never thought my prison could have turned to a trade such as this, but times are hard." He beckons you to the seat opposite him, "but I’m not one to complain when an opportunity such as this comes my way." He motions to his guards to bring in a select stock for your perusal, "We house some tough nuts in this establishment, but if you believe you can capitalize on these criminals, we’ll be happy to have you take them off our hands." The guard returns with a convict ready to be sold. <<case "white collar">> /* mixed prisoners */ what looks more like an oversized vacation home rather than something one goes to for committing crimes. You enter the premises into a small chamber with a booth to the side and are immediately met with, "Ah! We’ve been waiting for you. Please go in. We’ll call someone to guide you immediately." <br><br> You nod at the prompt and enter further into the luxurious building to find a formally dressed guide and what appears to be the holding area of the prison. The cells, if you can call them that, are large and cozy, each with their own computer and television. The air is also conditioned for their comfort and Old World classical music is playing to provide further ambiance. Walking through, you see the prisoners themselves, lazing about in their beds, sitting at their computers or just talking to each other. If there was ever a prison you’d rather end up in, this would be it. <br><br> You enter the warden’s office and are greeted with all due formalities, "Glad to see you at our establishment. When I heard that someone as renowned as yourself was coming over, I made the appropriate preparations." You are served a cup of tea as she brings in the chosen stock for you to observe at your leisure. <<case "military prison">> a holding facility for prisoners of war located on the outskirts of the Free City, which is reasonable due to the dangers inherent to the criminals imprisoned in such an establishment. The driver radios ahead that you and several other interested parties will be arriving shortly. Once you disembark at the edge of the grounds, you are recognized by the stationed guard and ushered into a heavily armored vehicle. <<if $PC.career == "mercenary">>The interior brings back memories and you completely<<else>>Although the interior makes you feel like a prisoner, you<</if>> understand the reasoning behind such a design choice. <br><br> Once you arrive at the prison, the door opens to a garage and another door, brightly lit to welcome you to the premises. Through the door, you find the prisoner’s quarters, each of them enclosed by electrified fences to ensure your safety as you see the stock. A guard enters, asking you to follow him as he leads you across the chamber to meet with the warden. <br><br> Entering the warden’s quarters, you take a seat across from the warden as he takes the initiative, "Ah, fancy meeting one such as yourself here. Though we house some of the hardiest criminals you can find, I’m sure one such as yourself could find great use for them" He smirks "... or perhaps great entertainment through the pits", he beckons to his staff as they bring in the selected stock. <</switch>> <<GenerateMarketSlave $weeklyMarket>> <br><br> <<slaveCost $activeSlave>> <<if $slavesSeen > $slaveMarketLimit>><<set $slaveCost += $slaveCost*(($slavesSeen-$slaveMarketLimit)*0.1)>><</if>> <<set $slaveCost = 500*Math.trunc($slaveCost/500)>> It will cost <<print cashFormat($slaveCost)>> to enslave her. <<if $cash >= $slaveCost>> <br>[[Enslave her and check out other available prisoners|Criminal Market][$cash -= $slaveCost, $newSlaves.push($activeSlave), $introType = "multi", $slavesSeen+=1]] <<if $newSlaves.length == 0>> <br>[[Enslave her|New Slave Intro][$cash -= $slaveCost,$nextButton = "Continue",$nextLink = "AS Dump",$returnTo = "Main"]] <<else>> <br>[[Enslave her and finish your inspection|Bulk Slave Intro][$cash -= $slaveCost, $newSlaves.push($activeSlave)]] <</if>> <<else>> //You lack the necessary funds to enslave this criminal.// <</if>> <br>[[Inspect a different prisoner|Criminal Market][$slavesSeen += 1]] <<if $newSlaves.length > 0>> <br>[[Finish your enslavement of prisoners|Bulk Slave Intro]] <</if>> <br><br> <<set $saleDescription = 1>><<include "Long Slave Description">> <<slaveCost $activeSlave>>
DankWolf/fc
src/pregmod/criminalMarkets.tw
tw
bsd-3-clause
7,653
:: csec [nobr] <<set $nextButton = "Back", $nextLink = "Slave Interact">> <<run clearSummaryCache($activeSlave)>> <<set _getFather = getSlave($activeSlave.pregSource)>> <<if def _getFather>> <<set $daddy = _getFather.slaveName>> <</if>> /*---------------- calculations -----------------*/ /* Now it's will be possible to use passage for broodmothers and partial birthers too.*/ <<set $activeSlave.pregControl = "none">> <<set _beforeSize = WombGetVolume($activeSlave)>> <<set $activeSlave.curBabies = WombBirth($activeSlave, 34)>> /* 34 week is minimal gestation time for live birth. Here we take only ready to survive. With others we will deal later in code. */ <<set $activeSlave.curStillBirth = 0 >> <<set _curBabies = $activeSlave.curBabies.length>> /*just to improve speed and usability here.*/ <<set $activeSlave.births += _curBabies>> <<set $activeSlave.birthsTotal += _curBabies>> <<set $birthsTotal += _curBabies>> <<if $activeSlave.pregSource > 0>> <<set _babyDaddy = $slaveIndices[$activeSlave.pregSource]>> <<if def _babyDaddy>> <<set $slaves[_babyDaddy].slavesFathered += _curBabies>> <</if>> <<elseif $activeSlave.pregSource == -1>> <<set $PC.slavesFathered += _curBabies>> <</if>> <<if $activeSlave.broodmother < 1>> /* broodmothers can't lose fetuses, or it's abortion procedure, not c'sec.*/ <<if $safePartialBirthTech == 1 >> /* nothing right now. For partial birthers, who can do it. For future use.*/ <<else>> <<set $activeSlave.curStillBirth = $activeSlave.womb.length>> <<set WombFlush($activeSlave)>> /* normally fetuses before 34 week will not survive */ <</if>> <</if>> <<set _afterSize = WombGetVolume($activeSlave)>> /* not really needed right now, but better to add alredy for future usage. To not forget later.*/ <<set $diffSize = _beforeSize / (1 + _afterSize)>> /* 1 used to avoid divide by zero error.*/ <<set _incubated = 0>> <<set _oldDevotion = $activeSlave.devotion>> <<set _cToIncub = 0, _origReserve = $activeSlave.reservedChildren>> <<if _origReserve > 0 && _curBabies > 0>> /*Do we need incubator checks?*/ <<if _curBabies >= _origReserve >> /*adding normal*/ <<set _cToIncub = _origReserve >> <<elseif _curBabies < _origReserve && $activeSlave.womb.length > 0>> /*broodmother or partial birth, we will wait for next time to get remaining children*/ <<set $activeSlave.reservedChildren -= _curBabies, _cToIncub = _curBabies>> <<else>> /*Stillbirth or something other go wrong. Correcting children count.*/ <<set $activeSlave.reservedChildren = 0, _cToIncub = _curBabies>> <</if>> <</if>> /* ------------------------------------------------ */ Performing a cesarean section is trivial for the remote surgery to carry out. $activeSlave.slaveName is sedated, her child<<if _curBabies > 1>>ren<</if>> extracted, and taken to a bed to recover. By the time she comes to, <<if _curBabies > 0>> <<if $activeSlave.pregSource == -1>> your <<elseif $activeSlave.pregSource == -2>> your arcology's <<elseif $activeSlave.pregSource == -3>> the Societal Elites' <<elseif $activeSlave.pregSource == 0>> some man's <<elseif $activeSlave.ID == $activeSlave.pregSource>> her own <<else>> $daddy's <</if>> <<if _curBabies <= 1>> baby has <<elseif _curBabies >= 40>> massive brood of $activeSlave.pregType babies have <<elseif _curBabies >= 20>> brood of $activeSlave.pregType babies have <<elseif _curBabies >= 10>> impressive group of $activeSlave.pregType babies have <<elseif _curBabies == 9>> nonuplets have <<elseif _curBabies == 8>> octuplets have <<elseif _curBabies == 7>> septuplets have <<elseif _curBabies == 6>> sextuplets have <<elseif _curBabies == 5>> quintuplets have <<elseif _curBabies == 4>> quadruplets have <<elseif _curBabies == 3>> triplets have <<else>> twins have <</if>> already been <<if _cToIncub == _curBabies && _cToIncub > 0 >> taken to $incubatorName. <<set _incubated = 2>> <<elseif _cToIncub < _curBabies && _cToIncub > 0>> split between $incubatorName and <<set _incubated = 1>> <</if>> <<set $mom = $activeSlave>> <<set _identicalChildGen = 0, _shiftDegree = 0>> <<if $mom.pregSource < 1 && $mom.pregSource != -1 && _cToIncub > 0>> <<set $missingParent = $missingParentID>> <<set $missingParentID-->> <</if>> <<for _cb = 0; _cb < _cToIncub; _cb++>> /* if there is no reserved children, code in loop will not trigger */ <<if _identicalChildGen == 0>> <<if _cb == $mom.curBabies.length-1 && $mom.curBabies.length > 1 && $mom.curBabies[_cb].identical == 1>> /* catch for improperly placed identical twin flag to still generate*/ <<set _twin = clone($activeSlave)>> <<set _twin.ID = $IDNumber++>> <<set $activeSlave = 0>> <<set $activeSlave = _twin>> <<else>> <<include "Generate Child">> <</if>> <<else>> <<set _twin = clone($activeSlave)>> <<set _twin.ID = $IDNumber++>> <<set $activeSlave = 0>> <<set $activeSlave = _twin>> <</if>> <<include "Incubator Workaround">> <<if $mom.curBabies[_cb].identical === 1>> <<set _identicalChildGen = 1>> <<else>> <<set _identicalChildGen = 0>> <</if>> <<set _shiftDegree++>> <<set $reservedChildren-- >> <</for>> <<if _shiftDegree > 0>> <<for _csec = 0; _csec < _shiftDegree; _csec++>> <<set $mom.curBabies.shift()>> /*for now child generation metod for incubator not changed. But here children for incubator removed from array of birthed babies. If we decide later - we can use them for incubator as real objects here. For now they just discarded silently */ <</for>> <</if>> <<set $activeSlave = $mom>> <<else>> /*No live babies. Placeholder */ <</if>> <<set _curBabies = $activeSlave.curBabies.length >> <<if _incubated != 2 && _curBabies > 0 >> <span id="_disposition"> <<if _incubated == 1>>the rest<</if>> <<if $arcologies[0].FSRestart != "unset" && $activeSlave.breedingMark == 1 && $activeSlave.pregSource == -1 && $propOutcome == 1>> <<set _lostBabies = 1>> handed off to the Societal Elite to be raised into upstanding members of the new society. <<elseif $Cash4Babies == 1 && ($activeSlave.relationship != -3) && ($activeSlave.assignment != "serve in the master suite") && ($activeSlave.assignment != "be your Concubine")>> <<set _lostBabies = 1, _babyCost = random(-12,12)>> sold for a total of @@.yellowgreen;<<print cashFormat(_curBabies*(50+_babyCost))>>.@@ <<set $cash += _curBabies*(50+_babyCost)>> <</if>> <<if _lostBabies != 1>> <br><br> <<link '...sent to a slave orphanage.'>> <<replace #_disposition>> <<set $slaveOrphanageTotal += _curBabies>> sent to one of $arcologies[0].name's slave orphanages. $activeSlave.slaveName <<if $activeSlave.fetish == "mindbroken" || $activeSlave.fuckdoll > 0>> has few thoughts about the matter. <<elseif $activeSlave.devotion > 95>> worships you so completely that she will not resent this. <<elseif $activeSlave.devotion > 50>> is devoted to you, but she will @@.mediumorchid;struggle to accept this.@@ <<set $activeSlave.devotion -= 2>> <<elseif $activeSlave.devotion > 20>> has accepted being a sex slave, but she will @@.mediumorchid;resent this intensely.@@ <<set $activeSlave.devotion -= 3>> <<else>> will of course @@.mediumorchid;hate you for this.@@ <<set $activeSlave.devotion -= 4>> <</if>> <</replace>> <<set $nextButton = "Back">><<UpdateNextButton>> /* unlock Continue button */ <</link>> <<if $arcologies[0].FSRepopulationFocus > 40>> <br><<link '...sent to a breeder school.'>> <<replace #_disposition>> sent to one of $arcologies[0].name's future minded schools, to be administered fertility and virility treatments as well as be brought up to take pride in reproduction. $activeSlave.slaveName <<if $activeSlave.fetish == "mindbroken" || $activeSlave.fuckdoll > 0>> has few thoughts about the matter. <<elseif $activeSlave.devotion > 95>> loves you already, but she'll @@.hotpink;love you even more@@ for this. She can't wait to see her child<<if _curBabies > 1>>ren<</if>> proudly furthering your cause. <<set $activeSlave.devotion += 4>> <<elseif $activeSlave.devotion > 50>> heard about these and will be @@.hotpink;happy that her child<<if $activeSlave.pregType > 1>>ren<</if>> will have a purpose in your society other than slavery.@@ She will miss her child<<if $activeSlave.pregType > 1>>ren<</if>>, but she expected that. <<set $activeSlave.devotion += 4>> <<elseif $activeSlave.devotion > 20>> will naturally miss her child<<if _curBabies > 1>>ren<</if>>, but will is broken enough to hope that her offspring will have a better life, or at least an enjoyable one. <<else>> will of course @@.mediumorchid;hate you for this.@@ The mere thought of her $fertilityAge year old daughter<<if _curBabies > 1>>s<</if>> swollen with life, and proud of it, fills her with @@.gold;disdain.@@ <<set $activeSlave.devotion -= 4, $activeSlave.trust -= 4>> <</if>> <<set $breederOrphanageTotal += _curBabies>> <</replace>> <<set $nextButton = "Back">><<UpdateNextButton>> /* unlock Continue button */ <</link>> //Will cost a onetime <<print cashFormat(50)>>// <</if>> <br><<link '...sent to a citizen school.'>> <<replace #_disposition>> sent to one of $arcologies[0].name's citizen schools, to be brought up coequal with the arcology's other young people. $activeSlave.slaveName <<if $activeSlave.fetish == "mindbroken" || $activeSlave.fuckdoll > 0>> has few thoughts about the matter. <<elseif $activeSlave.devotion > 95>> loves you already, but she'll @@.hotpink;love you even more@@ for this. <<elseif $activeSlave.devotion > 50>> knows about these and will be @@.hotpink;overjoyed.@@ She will miss her child<<if _curBabies > 1>>ren<</if>>, but she expected that. <<elseif $activeSlave.devotion > 20>> will naturally miss her child<<if _curBabies > 1>>ren<</if>>, but will @@.hotpink;take comfort@@ in the hope that her offspring will have a better life. <<else>> will naturally retain some resentment over being separated from her child<<if _curBabies > 1>>ren<</if>>, but this should be balanced by hope that her offspring will have a better life. <</if>> <<set $activeSlave.devotion += 4, $citizenOrphanageTotal += _curBabies>> <</replace>> <<set $nextButton = "Back">><<UpdateNextButton>> /* unlock Continue button */ <</link>> //Will cost <<print cashFormat(100)>> weekly// <br><<link '...sent to be raised privately.'>> <<replace #_disposition>> The child<<if _curBabies > 1>>ren are<<else>> is<</if>> sent to be privately raised, to be brought up as a future high class citizen. $activeSlave.slaveName <<if $activeSlave.fetish == "mindbroken" || $activeSlave.fuckdoll > 0>> has few thoughts about the matter. <<elseif $activeSlave.devotion > 95>> will @@.hotpink;worship you utterly@@ for this. <<elseif $activeSlave.devotion > 50>> understands that this is the best possible outcome for the offspring of slave, and will be @@.hotpink;overjoyed.@@ <<elseif $activeSlave.devotion > 20>> will miss her child<<if _curBabies > 1>>ren<</if>>, but will be @@.hotpink;very grateful,@@ since she'll understand this is the best possible outcome for a slave mother. <<else>> will resent being separated from her child<<if _curBabies > 1>>ren<</if>>, but @@.hotpink;should understand and be grateful@@ that this is the best possible outcome here. <</if>> The child<<if _curBabies > 1>>ren<</if>> will be raised privately, with expert care and tutoring, an expensive proposition. <<set $activeSlave.devotion += 6, $privateOrphanageTotal += _curBabies>> <</replace>> <<set $nextButton = "Back">><<UpdateNextButton>> /* unlock Continue button */ <</link>> //Will cost <<print cashFormat(500)>> weekly// <<else>> <<set $nextButton = "Back">><<UpdateNextButton>> /* unlock Continue button */ <</if>> </span> <</if>> <<if _curBabies+_cToIncub < 1>> /* Reaction for no live babies here. Placeholder.*/ <<elseif $activeSlave.fetish != "mindbroken" && $activeSlave.fuckdoll == 0>> <br><br> <<if $activeSlave.pregSource == -1>> <<if $activeSlave.devotion < 20 && $activeSlave.weekAcquired > 0>> She @@.mediumorchid;despises@@ you for using her body to bear your children. <<set $activeSlave.devotion -= 10>> <<elseif $activeSlave.devotion > 50>> She's @@.hotpink;so proud@@ to have successfully carried children for you. <<set $activeSlave.devotion += 3>> <</if>> <</if>> <<if $activeSlave.fetish == "pregnancy">> She's a little disappointed she didn't get to give birth, but can't wait to get pregnant again. <<elseif ($activeSlave.devotion > 50)>> She is @@.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 $activeSlave.devotion += 4>> <<elseif ($activeSlave.devotion > 20)>> She is broken enough to accept your control of her pregnancies. <<elseif ($activeSlave.devotion >= -20)>> She would have preferred to give birth when she was ready and is @@.gold;sensibly fearful@@ of your total power over her body. <<set $activeSlave.trust -= 5>> <<else>> She does not understand the realities of her life as a slave at a core level, so she's @@.mediumorchid;terrified and angry@@ that you decided to cut short her pregnancy. She is @@.gold;sensibly fearful@@ of your total power over her body. <<set $activeSlave.trust -= 5, $activeSlave.devotion -= 5>> <</if>> <</if>> <<if $arcologies[0].FSRestart != "unset" && _curBabies > 0 && $eugenicsFullControl != 1>> <br><br> <<if $activeSlave.breedingMark == 1 && $activeSlave.pregSource == -1 && $propOutcome == 1>> The Societal Elite @@.green;are pleased@@ at the new additions to their class. <<set $failedElite -= 2*_curBabies>> <<else>> The Societal Elite @@.red;are disappointed@@ that you would allow subhuman filth to dirty society under your watch. Society @@.red;frowns@@ on the unwelcome addition of more subhumans into the world. <<set $failedElite += 5*_curBabies>> <<set $rep -= 10*_curBabies>> <</if>> <</if>> <br><br> Since her <<if $activeSlave.mpreg == 1>>ass<<else>>vagina<</if>> was spared from childbirth, @@.lime;it retained its tightness.@@ <<if ($PC.medicine >= 100)>> Since you @@.springgreen;performed the surgery yourself,@@ and you do artist's work, her health is @@.green;less affected@@ by the surgery than it would have been if you'd paid some hack to do it remotely. <<if $activeSlave.fetish != "mindbroken" && $activeSlave.fuckdoll == 0>> She went into the surgery very aware that you were performing it manually. <<if ($activeSlave.devotion < _oldDevotion)>> <<if ($activeSlave.devotion > 50)>> Though she is unhappy with the results, she consoles herself with the knowledge that you cared enough to do it personally. <<elseif ($activeSlave.devotion >= -20)>> She is @@.gold;even more afraid@@ of you afterward than she would otherwise be. You must seem a cruel and near-omnipotent power to her. <<set $activeSlave.trust -= 5>> <<else>> She is @@.mediumorchid;even more hateful@@ of you afterward than she would otherwise be. It must seem to her that she's nothing more than a test subject to you. <<set $activeSlave.devotion -= 5>> <</if>> <<else>> <<if ($activeSlave.devotion > 50)>> Since she's happy with the results, she's almost beside herself with @@.hotpink;gratitude,@@ and filled with @@.mediumaquamarine;admiration@@ of your skill. <<set $activeSlave.devotion += 4, $activeSlave.trust += 4>> <<elseif ($activeSlave.devotion >= -20)>> She is quite struck by how you performed the surgery personally. She admires your refusal to be one of the idle rich, and @@.hotpink;likes you more.@@ <<set $activeSlave.devotion += 5>> <<else>> She knows that she should be grateful to you for performing the surgery personally, but the emotional turmoil of the occasion is too much for her, and the realization makes little lasting impact. <</if>> <</if>> <</if>> <<else>> As with all surgery @@.red;her health has been slightly affected.@@ <<set $activeSlave.health -= 5>> <</if>> <<if $activeSlave.womb.length == 0>> /* Only if pregnancy is really ended... */ <<if lastPregRule($activeSlave,$defaultRules)>><<set $activeSlave.preg = -1>><<else>><<set $activeSlave.preg = 0>><</if>> <<set $activeSlave.pregType = 0>> <<set $activeSlave.pregSource = 0>> <<set $activeSlave.pregKnown = 0>> <<set $activeSlave.pregWeek = -4>> <<set $activeSlave.labor = 0>> <<if $activeSlave.broodmother == 0 && $bellyImplants == 1>> <br><br> <span id="bir">Since she is already in surgery and her body already stretched, it would be possible to preserve her pregnant appearance via fillable implant. <<link "Do it.">> </span> <<replace "#bir">> <<if $PC.medicine >= 100>><<set $activeSlave.health -= 5>><<else>><<set $activeSlave.health -= 10>><</if>> Installation of belly implant is relatively simple procedure. Using the fact that her body and internal organs have already adapted to pregnancy, it's possible to greatly expand initial size of implant. She will still look pregnant post surgery and recovery. <br> <<if ($activeSlave.devotion > 50)>> She leaves the surgery with her belly still very gravid, and as such, knows you put something into her womb replacing her prior natural pregnancy. She is @@.hotpink;curious@@ about the details of the implant, and eagerly awaits to see the end result. <<set $activeSlave.devotion += 4>> <<elseif ($activeSlave.devotion >= -20)>> She leaves the surgery with her belly still very gravid, and as such, knows you put something into her womb replacing her prior natural pregnancy. She understands the realities of her life as a slave, but she is still surprised at what now resides in her womb. She is @@.gold;sensibly fearful@@ of your total power over her body. <<set $activeSlave.trust -= 5>> <<else>> She leaves the surgery with her belly still very gravid, and as such, knows you put something into her womb replacing her prior natural pregnancy. She does not understand the realities of her life as a slave at a core level, so she's @@.mediumorchid;terrified and angry@@ at the potential that she's been turned in some sort of freak. Even after what has been implanted into her womb is explained to her, she is no less defiant; though she is relieved that procedure is reversible and there is no truly permanent damage. She is @@.gold;sensibly fearful@@ of your total power over her body. <<set $activeSlave.trust -= 5>> <<set $activeSlave.devotion -= 5>> <</if>> <<set $activeSlave.bellyImplant = Math.floor(_beforeSize)>> <<if $activeSlave.bellyImplant > 800000 && $arcologies[0].FSTransformationFetishistResearch > 0>> <<set $activeSlave.bellyImplant = 800000>> <<elseif $activeSlave.bellyImplant > 130000 && $arcologies[0].FSTransformationFetishistResearch < 1>> <<set $activeSlave.bellyImplant = 130000>> <</if>> <<set $activeSlave.preg = -2>> <<run SetBellySize($activeSlave)>> <</replace>> <</link>> <</if>> <</if>> <<set $activeSlave.cSec = 1>> <<run SetBellySize($activeSlave)>>
DankWolf/fc
src/pregmod/csec.tw
tw
bsd-3-clause
19,401
:: Customize Slave Trade [nobr] <<if ndef $nationalities>> <<set $nationalities = {}>> <</if>> <<if ndef $baseControlsFilter>> <<set $baseControlsFilter = "all">> <</if>> <<if ndef $customWA>> <<set $customWA = 0>> <</if>> When civilization turned upon itself, some countries readily took to enslaving their own. Others were raided by their neighbors for their desirable, and profitable, citizens. Which nationalities were most affected by the booming slave trade, and thus, likely to appear in your local slave markets? <br><br> ''+ to increase pop. – to reduce pop. 0 to remove entirely'' <br><br> <span id="PopControl"><<include "Basenationalities Controls">></span> <br> [[Reset filters|passage()][$baseControlsFilter = "all"]] | [[Clear all nationalities|passage()][$nationalities = {}]] <br style="clear:both" /><hr style="margin:0"> Vanilla presets: <span id="vanilla-presets"></span> <<script>> var widgets = Story.widgets .map(function(wp) { return wp.text.match(/<<widget\s+"NationalityPresetVanilla\S+"\s*>>/g); }) .filter(function(ws) { return ws; }) .reduce(function(arr, el) { return arr.concat(el); }, []) .map(function(w) { return w.replace(/widget\s+"(.*)"\s*/, '$1'); }) .filter(function(w) { return Macro.has(w.replace(/[<>]/g, '')); }) .sort().join(' | '); setTimeout(function() { new Wikifier(jQuery('#vanilla-presets'), widgets); }, 0); <</script>> <br> Mod presets: <span id="mod-presets"></span> <<script>> var widgets = Story.widgets .map(function(wp) { return wp.text.match(/<<widget\s+"NationalityPresetMod\S+"\s*>>/g); }) .filter(function(ws) { return ws; }) .reduce(function(arr, el) { return arr.concat(el); }, []) .map(function(w) { return w.replace(/widget\s+"(.*)"\s*/, '$1'); }) .filter(function(w) { return Macro.has(w.replace(/[<>]/g, '')); }) .sort().join(' | '); setTimeout(function() { new Wikifier(jQuery('#mod-presets'), widgets); }, 0); <</script>>
DankWolf/fc
src/pregmod/customizeSlaveTrade.tw
tw
bsd-3-clause
1,910
:: Edit Genetics [nobr] <html> <script type="text/x-template" id="birthFullNameTmpl"> <% if(SugarCube.State.variables.surnameOrder != 1) { %><% if(["Cambodian", "Chinese", "Hungarian", "Japanese", "Korean", "Mongolian", "Taiwanese", "Vietnamese"].includes(s.nationality)) { %><% if(s.birthSurname || s.surname) { %><%- s.birthSurname || s.surname%> <% } %><b><u><%- s.birthName || s.name %></u></b><% } else { %><b><u><%- s.birthName || s.name %></u></b><% if(s.birthSurname || s.surname) { %> <%- s.birthSurname || s.surname %><% } %><% } %><% } else { %><b><u><%- s.birthName || s.name %></u></b><% if(s.birthSurname || s.surname) { %> <%- s.birthSurname || s.surname %><% } %><% } %> </script> <script type="text/x-template" id="currentFullNameTmpl"> <% if(SugarCube.State.variables.surnameOrder != 1) { %><% if(["Cambodian", "Chinese", "Hungarian", "Japanese", "Korean", "Mongolian", "Taiwanese", "Vietnamese"].includes(s.nationality)) { %><% if(s.slaveSurname) { %><%- s.slaveSurname %> <% } %><b><u><%- s.slaveName %></u></b><% } else { %><b><u><%- s.slaveName %></u></b><% if(s.slaveSurname) { %> <%- s.slaveSurname %><% } %><% } %><% } else { %><b><u><%- s.slaveName %></u></b><% if(s.slaveSurname) { %> <%- s.slaveSurname %><% } %><% } %> </script> <script type="text/x-template" id="nameButtonTmpl"> <button class="slavepicker" data-slave="<%- s.ID %>" style="width: 100%"><%= tmpl.birthFullName(s) %></button> </script> <script type="text/x-template" id="geneDetailsTmpl"> <table class="slave-genetic-details"> <tr> <th>Given name(s)</th><td colspan="2"><%- s.birthName %></td> <th>Family name</th><td colspan="2"><%- s.birthSurname || '' %></td> <th>Karyotype</th><td class="editor choice-editor" data-param="genes" data-choices="XX, XY"><%- s.genes %> (<%= tmpl.toSex(s.genes) %>)</td> </tr> <tr> <th>Nationality</th><td colspan="2" class="editor string-editor" data-param="nationality"><%- s.nationality %></td> <th>Ethnicity</th><td colspan="2" class="editor choice-editor" data-param="race" data-choices="amerindian, asian, black, indo-aryan, latina, middle eastern, pacific islander, semitic, southern european, white, mixed race"><%- s.race %></td> <th>Career</th><td><i><%- s.career ? s.career : '' %></i></td> </tr> <tr> <th>Father</th><td colspan="2"><%= tmpl.parentFullName(s.father) %></td> <th>Mother</th><td colspan="2"><%= tmpl.parentFullName(s.mother) %></td> <th>Age</th><td><%- tmpl.ageDesc(s) %></td> </tr> <% if(s.origin) { %><tr><td colspan="8"><i><%- s.origin %></td></i></tr><% } %> <% if(s.prestigeDesc) { %><tr><td colspan="8"><i><%- s.prestigeDesc %></td></i></tr><% } %> <% if(s.customDesc) { %><tr><td colspan="8"><i><%- s.customDesc %></td></i></tr><% } %> <% if(s.birthName !== s.slaveName || s.birthSurname !== s.slaveSurname) { %><tr><td colspan="8"><i>Currently called <%= tmpl.currentFullName(s) %>.</td></i></tr><% } %> <tr><td></td><td colspan="6"><hr></td><td></td></tr> <tr> <th>Skin</th><td class="editor string-editor" data-param="origSkin"><%- s.origSkin %></td> <th>Skin markings</th><td class="editor choice-editor" data-param="markings" data-choices="none, beauty mark, birthmark, freckles, heavily freckled"><%- s.markings %></td> <th>Eyes</th><td class="editor string-editor" data-param="origEye"><%- s.origEye %></td> <th>Hair</th><td class="editor string-editor" data-param="origHColor"><%- s.origHColor %></td> </tr> <tr> <th>Height</th><td class="editor number-editor" data-param="height" data-min="50" data-max="250"><%- s.height %> cm (<%= tmpl.toFeet(s.height) %>)</td> <th>Weight</th><td class="editor number-editor" data-param="weight"><%= tmpl.percent(s.weight) %></td> <th>Muscles</th><td class="editor number-editor" data-param="muscles"><%= tmpl.percent(s.muscles) %></td> <td colspan="2"></td></tr> <tr> <th>Shoulders</th><td class="editor number-editor" data-param="shoulders" data-min="-2" data-max="2"><%= tmpl.shouldersDesc(s.shoulders) %></td> <th>Waist</th><td class="editor number-editor" data-param="waist"><%= tmpl.percent(s.waist) %></td> <th>Hips</th><td class="editor number-editor" data-param="hips" data-min="-2" data-max="3"><%= tmpl.hipsDesc(s.hips) %></td> <th>Rear</th><td class="editor number-editor" data-param="butt" data-min="0" data-max="20"><%= tmpl.buttDesc(s.butt) %></td> </tr> <tr> <th>Breasts</th><td class="editor number-editor" data-param="boobs" data-min="0" data-max="25000"><%- s.boobs %> cc (<%- tmpl.cupCat.cat(s.boobs) %>)</td> <th>Breast shape</th><td class="editor choice-editor" data-param="boobShape" data-choices="normal, perky, saggy, torpedo-shaped, downward-facing, wide-set"><%- s.boobShape %></td> <th>Nipples</th><td class="editor choice-editor" data-param="nipples" data-choices="huge, puffy, inverted, tiny, cute, partially inverted"><%- s.nipples %></td> <th>Areolae</th><td class="editor number-editor" data-param="areolae" data-min="0" data-max="5"><%- tmpl.areolaeDesc(s.areolae) %></td> </tr> <tr> <th>Face</th><td class="editor number-editor" data-param="face"><%- tmpl.faceCat.cat(s.face) %> (<%= tmpl.percent(s.face) %>)</td> <th>Lips</th><td class="editor number-editor" data-param="lips" data-min="0" data-max="100"><%- tmpl.lipsCat.cat(s.lips) %> (<%= s.lips %>)</td> <th>Teeth</th><td class="editor choice-editor" data-param="teeth" data-choices="normal, crooked, straightening braces, cosmetic braces, removable, pointy"><%- s.teeth %></td> <th>Voice</th><td class="editor number-editor" data-param="voice" data-min="0" data-max="3"><%- tmpl.voiceDesc(s.voice) %></td> </tr> <tr><td></td><td colspan="6"><hr></td><td></td></tr> <% if(s.vagina >= 0) { %> <tr> <th>Labia</th><td class="editor number-editor" data-param="labia" data-min="0" data-max="3"><%- tmpl.labiaDesc(s.labia) %></td> <th>Clitoris</th><td class="editor number-editor" data-param="clit" data-min="0" data-max="5"><%- tmpl.clitDesc(s.clit) %></td> <th>Ovaries</th><td><%= s.ovaries ? 'working <span class="green">&#x2714;</span>' : 'broken <span class="red">&#x2718;</span>' %></td> <th>Ovum type</th><td><%= s.eggType %></td> </tr> <% } %> <% if(s.dick > 0 || s.balls > 0) { %> <tr> <th>Penis</th><td class="editor number-editor" data-param="dick" data-min="0" data-max="11"><%- tmpl.penisDesc(s.dick) %></td> <th>Testes</th><td class="editor number-editor" data-param="balls" data-min="0" data-max="10"><%- tmpl.testesDesc(s.balls) %></td> <th>Prostate</th><td><%= s.prostate ? 'working <span class="green">&#x2714;</span>' : 'broken <span class="red">&#x2718;</span>' %></td> <th>Spermium type</th><td><%= s.ballType %></td> </tr> <% } %> <tr> <th>Hormonal</th><td class="editor number-editor" data-param="hormoneBalance"><%- tmpl.hormonalCat.cat(s.hormoneBalance) %> (<%- s.hormoneBalance %>)</td> <th>Anal area</th><td class="editor number-editor" data-param="analArea" data-min="0" data-max="3"><%- s.analArea %></td><td colspan="4"></td> </tr> <tr><td></td><td colspan="6"><hr></td><td></td></tr> <tr> <th>Intelligence</th><td class="editor number-editor" data-param="intelligence" data-min="-3" data-max="3"><%= tmpl.intelligenceDesc(s.intelligence) %></td> <th>Behavioral</th><td><%= s.behavioralFlaw !== 'none' ? s.behavioralFlaw : s.behavioralQuirk %></td> <th>Sexual</th><td><%= s.sexualFlaw !== 'none' ? s.sexualFlaw : s.sexualQuirk %></td> <td colspan="2"></td> </tr> <% if(s.chem > 0 || s.addict > 0) { %> <tr> <td colspan="8"><%= tmpl.chemicalsDesc(s) %></td> </tr> <% } %> </table> </script> <script type="text/javascript"> var tmpl = tmpl || {}; tmpl.percent = function(n) { if(n > 0) { return '+' + Number(n).toFixed(0) + '%' }; if(n == 0) { return '&plusmn;0%'; } return Number(n).toFixed(0) + '%'; }; tmpl.toFeet = function(n) { var realFeet = Number(n) / 30.48; var feet = Math.floor(realFeet); var inches = Math.round((realFeet - feet) * 12); return feet + "&prime;" + inches + '&Prime;'; }; tmpl.toSex = function(karyotype) { return { XX: 'female', XY: 'male', X: 'Turner syndrome female', X0: 'Turner syndrome female', XYY: 'XYY syndrome male', XXY: 'Klinefelter syndrome male', XXX: 'triple X syndrome female' }[String(karyotype).toUpperCase()] || 'unknown/not viable'; }; tmpl.ageDesc = function(slave) { var age = slave.actualAge + (slave.birthWeek + SugarCube.State.variables.week - slave.weekAcquired) / 52.0; var years = Math.floor(age); var months = Math.floor((age - years) * 12); return (years > 0 ? years + 'y ' + months + 'm' : months + 'm'); }; tmpl.shouldersDesc = function(s) { return ({'-2': 'very narrow', '-1': 'narrow', '0': 'feminine', '1': 'broad', '2': 'very broad'}[s] || 'unknown') + ' (' + Number(s) + ')'; }; tmpl.hipsDesc = function(s) { return ({'-2': 'very narrow', '-1': 'narrow', '0': 'normal', '1': 'wide', '2': 'very wide', '3': 'inhumanly wide'}[s] || 'unknown') + ' (' + Number(s) + ')'; }; tmpl.buttDesc = function(s) { return ({ '0': 'flat', '1': 'small', '2': 'plump', '3': 'big', '4': 'huge', '5': 'enormous', '6': 'gigantic', '7': 'ridiculous', '8': 'immense', '9': 'immense', '10': 'immense', '11': 'inhuman', '12': 'inhuman', '13': 'inhuman', '14': 'inhuman', '15': 'inhuman', '16': 'inhuman', '17': 'inhuman', '18': 'inhuman', '19': 'inhuman', '20': 'inhuman'}[s] || 'unknown') + ' (' + Number(s) + ')'; }; tmpl.cupCat = new Categorizer([0, 'flat'], [300, 'A cup'], [400, 'B cup'], [500, 'C cup'], [650, 'D cup'], [800, 'DD cup'], [1000, 'F cup'], [1200, 'G cup'], [1400, 'H cup'], [1600, 'I cup'], [1800, 'J cup'], [2050, 'K cup'], [2300, 'L cup'], [2600, 'M cup'], [2900, 'N cup'], [3250, 'O cup'], [3600, 'P cup'], [3950, 'Q cup'], [4300, 'R cup'], [4700, 'S cup'], [5100, 'massive']); tmpl.areolaeDesc = function(s) { return ({'0': 'normal', '1': 'large', '2': 'unusually wide', '3': 'huge', '4': 'heart shaped', '5': 'star shaped'}[s] || 'unknown') + ' (' + Number(s) + ')'; }; tmpl.faceCat = new Categorizer( [-Infinity, 'very ugly'], [-95, 'ugly'], [-40, 'unattractive'], [-10, 'attractive'], [11, 'very pretty'], [41, 'gorgeous'], [96, 'mind blowing']); tmpl.lipsCat = new Categorizer([0, 'thin'], [11, 'normal'], [21, 'pretty'], [41, 'plush'], [71, 'huge'], [96, 'facepussy']); tmpl.voiceDesc = function(s) { return ({'0': 'mute', '1': 'deep', '2': 'feminine', '3': 'high'}[s] || 'unknown') + ' (' + Number(s) + ')'; }; tmpl.labiaDesc = function(s) { return ({'0': 'minimal', '1': 'big', '2': 'huge', '3': 'huge dangling'}[s] || 'unknown') + ' (' + Number(s) + ')'; }; tmpl.clitDesc = function(s) { return ({'0': 'normal', '1': 'large', '2': 'huge', '3': 'enormous', '4': 'penis-like', '5': 'like a massive penis'}[s] || 'unknown') + ' (' + Number(s) + ')'; }; tmpl.penisDesc = function(s) { return ({'0': 'none', '1': 'tiny', '2': 'little', '3': 'normal', '4': 'big', '5': 'huge', '6': 'gigantic', '7': 'gigantic', '8': 'titanic', '9': 'absurd', '10': 'inhuman', '11': 'hypertrophied'}[s] || 'unknown') + ' (' + Number(s) + ')'; }; tmpl.testesDesc = function(s) { return ({'0': 'none', '1': 'vestigial', '2': 'small', '3': 'average', '4': 'big', '5': 'huge', '6': 'enormous', '7': 'hypertrophied', '8': 'hypertrophied', '9': 'hypertrophied', '10': 'hypertrophied'}[s] || 'unknown') + ' (' + Number(s) + ')'; }; tmpl.hormonalCat = new Categorizer([-Infinity, 'heavy male'], [-49, 'male'], [-24, 'natural'], [25, 'female'], [50, 'heavy female']); tmpl.chemicalsDesc = function(slave) { var res = []; if(slave.chem > 0) { res.push('Immune system damaged (' + slave.chem.toFixed(0) + ').'); } if(slave.addict > 0) { res.push('Addicted to aphrodisiacs (' + slave.addict.toFixed(0) + ').'); } return res.join(' '); }; tmpl.intelligenceDesc = function(s) { return ({ '-3': 'borderline retarded', '-2': 'very slow', '-1': 'slow', '0': 'average', '1': 'smart', '2': 'very smart', '3': 'brilliant'}[s] || 'unknown') + ' (' + Number(s) + ')'; }; tmpl.birthFullName = _.template(jQuery('#birthFullNameTmpl').html(), {variable: 's'}); tmpl.currentFullName = _.template(jQuery('#currentFullNameTmpl').html(), {variable: 's'}); tmpl.parentFullName = function(id) { if(id === 0) { return '<i>unknown</i>'; } if(id === -1) { /* The PC */ return tmpl.birthFullName(SugarCube.State.variables.PC) + ' (PC)'; } else { var parent = SugarCube.State.variables.genePool.find(function(s) { return s.ID === id; }); return (parent ? tmpl.birthFullName(parent) : '<i>missing</i>') + ' (' + id + ')'; } }; tmpl.nameButton = _.template(jQuery('#nameButtonTmpl').html(), {variable: 's'}); tmpl.geneDetails = _.template(jQuery('#geneDetailsTmpl').html(), {variable: 's'}); </script> </html> <style> button.selectedslave { background-color: #b84; } table.slave-genetic-details { width: 100%; margin: 0 10px; border: 1px solid white; table-layout: fixed; font-size: 85%; border-collapse: separate; padding: 2px; } table.slave-genetic-details tr { padding: 0 3px; } table.slave-genetic-details td { vertical-align: top; border: 1px solid black; padding: 0 3px; } table.slave-genetic-details th { vertical-align: top; background-color: rgba(127, 127, 127, 0.2); padding: 0 3px; } table.slave-genetic-details td.editor { border: 1px solid #777; } table.slave-genetic-details td.editor:hover { border: 1px solid #8cf; transition-duration: 0.3s; } table.slave-genetic-details td.editor input { width: calc(100% + 8px); height: 100%; min-width: 0; margin: 0 -4px; padding: 4px 5px; box-sizing: border-box; } table.slave-genetic-details td.editor select { width: calc(100% + 8px); height: 100%; min-width: 0; margin: 0 -4px; padding: 3px 5px; box-sizing: border-box; border: 1px solid #777; } table.slave-genetic-details td.editor select:hover { border: 1px solid #8cf; transition-duration: 0.3s; } </style> <div style="position: relative; width: 100%; height: 100%;"> <div id="slaveList" style="width: 20em; float: left;"></div> <div id="geneDetails" style="position: fixed; left: 0; right: 0; top: 0; bottom: 0; margin-left: 40em; margin-right: 2.5em; margin-top: 2.5em;"></div> </div> <<script>> jQuery(function() { var slaveList = jQuery('#slaveList'); _(SugarCube.State.variables.genePool).sortBy(['birthName', 'birthSurname']).forEach(function(s) { slaveList.append(tmpl.nameButton(s)); }); jQuery(document).off('.edit-genetics'); jQuery(document).on('keyup.edit-genetics', function(e) { if(slaveList.is(':visible')) { var currentSelection = jQuery('button.selectedslave'); switch(e.keyCode) { case 38: /* ArrowUp */ if(currentSelection.length === 0) { slaveList.find('button').last().trigger('click'); } else { currentSelection.prev().trigger('click'); } break; case 40: /* ArrowDown */ if(currentSelection.length === 0) { slaveList.find('button').first().trigger('click'); } else { currentSelection.next().trigger('click'); } break; default: /* do nothing */ break; } } }); var geneDetails = jQuery('#geneDetails'); jQuery('.slavepicker').each(function() { var el = jQuery(this); var id = Number(el.attr('data-slave')); el.on('click', function() { jQuery('button.selectedslave').removeClass('selectedslave'); el.addClass('selectedslave'); var slave = SugarCube.State.variables.genePool.find(function(s) { return s.ID === id; }); geneDetails.html(tmpl.geneDetails(slave)); var numberEditorOpen = function() { var td = jQuery(this); td.off('click'); var attr = String(td.attr('data-param')); var min = Number(td.attr('data-min')) || -100; var max = Number(td.attr('data-max')) || 100; var editableText = jQuery('<input type="number" min="' + min + '" max="' + max + '" />'); editableText.val(Number(slave[attr])); editableText.keyup(function(e) { if(e.keyCode === 13) { slave[attr] = Number(jQuery(this).val()); el.trigger('click'); } }); editableText.blur(function() { slave[attr] = Number(jQuery(this).val()); el.trigger('click'); }); td.empty().append(editableText); editableText.focus(); }; geneDetails.find('td.number-editor').click(numberEditorOpen); var stringEditorOpen = function() { var td = jQuery(this); td.off('click'); var attr = String(td.attr('data-param')); var editableText = jQuery('<input type="text" />'); editableText.val(String(slave[attr])); editableText.keyup(function(e) { if(e.keyCode === 13) { slave[attr] = String(jQuery(this).val()); el.trigger('click'); } }); editableText.blur(function() { slave[attr] = String(jQuery(this).val()); el.trigger('click'); }); td.empty().append(editableText); editableText.focus(); }; geneDetails.find('td.string-editor').click(stringEditorOpen); var choiceEditorOpen = function() { var td = jQuery(this); td.off('click'); var attr = String(td.attr('data-param')); var choices = String(td.attr('data-choices')).split(/,\s*/); var editableText = jQuery('<select>' + choices.map(ch => '<option>' + ch + '</option>').join('') + '</select>'); editableText.val(String(slave[attr])); editableText.keyup(function(e) { if(e.keyCode === 13) { slave[attr] = String(jQuery(this).val()); } }); editableText.blur(function() { slave[attr] = String(jQuery(this).val()); }); td.empty().append(editableText); editableText.focus(); }; geneDetails.find('td.choice-editor').each(choiceEditorOpen); }); }); }); <</script>>
DankWolf/fc
src/pregmod/editGenetics.tw
tw
bsd-3-clause
17,820
:: Elite Slave[nobr] <<set $nextButton = "Back", $nextLink = "Buy Slaves", $returnTo = "Buy Slaves">> <<set $showEncyclopedia = 1, $encyclopedia = "Slave Schools">> You check to see if any potential breeding slaves are on auction. <<if $eliteAuctioned == 1>>There are none available right now, but there probably will be next week.<<else>> <<set $eliteAuctioned = 1>> <<if $arcologies[0].FSMaturityPreferentialist > 20>> <<set $activeSlaveOneTimeMinAge = 25>> <<else>> <<set $activeSlaveOneTimeMinAge = $fertilityAge>> <</if>> <<if $arcologies[0].FSYouthPreferentialist > 20>> <<set $activeSlaveOneTimeMaxAge = 23>> <<else>> <<set $activeSlaveOneTimeMaxAge = 40>> <</if>> <<set $one_time_age_overrides_pedo_mode = 1>> <<if $arcologies[0].FSSupremacist != "unset">> <<set $fixedRace = $arcologies[0].FSSupremacistRace>> <<elseif $arcologies[0].FSSubjugationist != "unset">> <<set _races = ["white", "white", "white", "white", "white", "white", "white", "white", "white", "asian", "asian", "asian", "asian", "asian", "asian", "latina", "latina", "latina", "black", "black", "middle eastern", "middle eastern", "indo-aryan", "indo-aryan", "southern european", "southern european", "semitic", "semitic", "malay", "malay", "amerindian", "pacific islander", "mixed race"]>> <<set _races = _races.delete($arcologies[0].FSSubjugationistRace)>> <<set $fixedRace = _races.random()>> <</if>> <<include "Generate XX Slave">> <<set $activeSlave.origin = "She was purchased from a member of the Elite.">> <<set $activeSlave.career = "a slave">> <<set $activeSlave.prestige = 1>> <<set $activeSlave.trust = random(60,100)>> <<set $activeSlave.devotion = random(60,100)>> <<if $arcologies[0].FSPaternalist > 20>> <<set $activeSlave.health = 100>> <<set $activeSlave.intelligenceImplant = 1>> <<else>> <<set $activeSlave.health = random(10,60)>> <<set $activeSlave.intelligenceImplant = random(0,1,1)>> <</if>> <<if $arcologies[0].FSSlimnessEnthusiast > 20>> <<if $arcologies[0].FSHedonisticDecadence > 20 || $arcologies[0].FSPhysicalIdealistLaw == 1>> <<set _weightMax = 30>> <<else>> <<set _weightMax = 0>> <</if>> <<elseif $arcologies[0].FSPhysicalIdealistLaw == 1>> <<set _weightMax = 30>> <<else>> <<set _weightMax = 100>> <</if>> <<if $arcologies[0].FSHedonisticDecadence > 20>> <<if $arcologies[0].FSSlimnessEnthusiast > 20>> <<set _weightMin = 10>> <<else>> <<set _weightMin = 95>> <</if>> <<else>> <<set _weightMin = -70>> <</if>> <<set $activeSlave.weight = random(_weightMin, _weightMax)>> <<if $arcologies[0].FSPhysicalIdealist > 20>> <<if $arcologies[0].FSPhysicalIdealistLaw == 1>> <<set _musclesMin = 20>> <<set _musclesMax = 50>> <<else>> <<set _musclesMin = 95>> <<set _musclesMax = 100>> <</if>> <<elseif $arcologies[0].FSHedonisticDecadence > 20>> <<if $arcologies[0].FSHedonisticDecadenceStrongFat == 1>> <<set _musclesMin = 50>> <<set _musclesMax = 100>> <<else>> <<set _musclesMin = -100>> <<set _musclesMax = 50>> <</if>> <<else>> <<set _musclesMin = -50>> <<set _musclesMax = 50>> <</if>> <<set $activeSlave.muscles = random(_musclesMin, _musclesMax)>> <<if $arcologies[0].FSPhysicalIdealist > 20>> <<set $activeSlave.height += 5>> <</if>> <<set $activeSlave.eyes = 1>> <<if ($activeSlave.weight < -30)>> <<set $activeSlave.waist = random(-55,0)>> <<elseif $activeSlave.physicalAge < 13>> <<set $activeSlave.waist = random(-25,25)>> <<elseif ($activeSlave.weight <= 30)>> <<set $activeSlave.waist = random(-45,5)>> <<elseif ($activeSlave.weight <= 160)>> <<set $activeSlave.waist = random(-20,10)>> <</if>> <<if $activeSlave.voice < 2>> <<set $activeSlave.voice++>> <</if>> <<if $activeSlave.accent > 1>> <<set $activeSlave.accent = 1>> <</if>> <<if $activeSlave.shoulders > 0>> <<set $activeSlave.shoulders -= 2>> <</if>> <<if $arcologies[0].FSAssetExpansionist > 20>> <<set $activeSlave.boobs = (random(50,500) * 100)>> <<set $activeSlave.butt = random(6,20)>> <<if $arcologies[0].FSTransformationFetishist > 20>> <<set $activeSlave.boobsImplant = $activeSlave.boobs-200>> <<set $activeSlave.buttImplant = $activeSlave.butt-1>> <</if>> <<elseif $arcologies[0].FSSlimnessEnthusiast > 20>> <<set $activeSlave.boobs = (random(3,5) * 100)>> <<set $activeSlave.butt = random(0,2)>> <<if $arcologies[0].FSTransformationFetishist > 20>> <<set $activeSlave.boobsImplant = $activeSlave.boobs-50>> <<if $activeSlave.butt > 1>> <<set $activeSlave.buttImplant = 1>> <</if>> <</if>> <<else>> <<set $activeSlave.boobs = (random(5,10) * 100)>> <<set $activeSlave.butt = random(3,7)>> <<if $arcologies[0].FSTransformationFetishist > 20>> <<set $activeSlave.boobsImplant = $activeSlave.boobs-200>> <<set $activeSlave.buttImplant = $activeSlave.butt-1>> <</if>> <</if>> <<if $arcologies[0].FSTransformationFetishist > 20>> <<set $activeSlave.boobShape = "normal">> <<else>> <<set $activeSlave.boobShape = either("perky", "perky", "torpedo-shaped", "wide-set")>> <</if>> <<if $activeSlave.nipples == "tiny">> <<set $activeSlave.nipples = "puffy">> <</if>> <<set $activeSlave.face = 100>> <<set $activeSlave.faceShape = either("cute", "cute", "sensual", "sensual", "sensual", "normal", "normal", "exotic", "exotic")>> <<set $activeSlave.lips = random(45,75)>> <<if $arcologies[0].FSTransformationFetishist > 20>> <<set $activeSlave.lips += 25>> <<set $activeSlave.lipsImplant = 25>> <</if>> <<if $activeSlave.teeth != "normal">> <<set $activeSlave.teeth = "normal">> <</if>> <<if $activeSlave.vaginaLube == 0>> <<set $activeSlave.vaginaLube++>> <</if>> <<set $activeSlave.preg = 0>> <<set $activeSlave.birthsTotal = either(0,0,0,0,0,0,0,0,1,1,1,1,2,2,3,4)>> <<if $arcologies[0].FSPastoralist > 20 || $activeSlave.birthsTotal > 0>> <<set $activeSlave.lactation = 1>> <<if $arcologies[0].FSPastoralist > 20>> <<set $activeSlave.lactationAdaptation = $arcologies[0].FSPastoralist>> <<else>> <<set $activeSlave.lactationAdaptation = Math.min($activeSlave.birthsTotal*10, 100)>> <</if>> <<else>> <<set $activeSlave.lactation = either(0, 0, 0 , 0, 1)>> <</if>> <<if $activeSlave.birthsTotal > 0>> <<set $activeSlave.vagina = random(2,3)>> <<set $activeSlave.pregWeek = either(-4, -3, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)>> <<else>> <<set $activeSlave.vagina = random(0,3)>> <<set $activeSlave.pregWeek = 0>> <</if>> <<if $activeSlave.hips <= 0>> <<set $activeSlave.hips = 1>> <</if>> <<if $arcologies[0].FSGenderRadicalist > 20>> <<set $activeSlave.dick = random(2,5)>> <<set $activeSlave.balls = random(2,10)>> <<set $activeSlave.scrotum = $activeSlave.balls>> <<set $activeSlave.prostate = random(1,3)>> <</if>> <<set $activeSlave.makeup = 2>> <<set $activeSlave.nails = 1>> <<if $activeSlave.vagina == 0>> <<set $activeSlave.vaginalSkill = 30>> <<else>> <<set $activeSlave.vaginalSkill = 100>> <</if>> <<if $activeSlave.anus == 0>> <<set $activeSlave.analSkill = 10>> <<else>> <<set $activeSlave.analSkill = 70>> <</if>> <<set $activeSlave.oralSkill = 100>> <<set $activeSlave.vaginalAccessory = "chastity belt">> <<set $activeSlave.intelligence = either(2,2,2,2,2,2,2,3)>> <<set $activeSlave.attrKnown = 1>> <<set $activeSlave.fetishKnown = 1>> <<set $activeSlave.behavioralQuirk = "confident">> <<set $activeSlave.sexualQuirk = either("gagfuck queen", "strugglefuck queen", "tease", "romantic", "romantic", "perverted", "caring", "caring", "unflinching")>> <<set $activeSlave.pubertyXX = 1>> <<set $activeSlave.breedingMark = 1>> <<slaveCost $activeSlave>> <br><br> It will take <<print cashFormat($slaveCost)>> to win the auction. <br><br> <<if $cash >= $slaveCost>> [[Place that bid|New Slave Intro][$cash -= $slaveCost,$nextButton = "Continue",$nextLink = "AS Dump",$returnTo = "Main"]] <<else>> //You lack the necessary funds to place a winning bid.// <</if>> <br><br> <<set $saleDescription = 1>><<include "Long Slave Description">> <</if>>
DankWolf/fc
src/pregmod/eliteSlave.tw
tw
bsd-3-clause
7,888
:: eliteTakeOver [nobr] <<set $nextButton = " ">> <<set _pregSurrender = 0>> /* preg/lobotomization check */ You knew this day would come. Surrounding yourself with powerful people has its boons, but also poses a distinct threat. You've heard them murmuring when you enter the room, you've seen them excuse themselves from your presence, and lately they've been overtly hostile. The Societal Elite have turned on you. <br> You look up from your desk as the locked door to your office unseals, and a dozen individuals brazenly walk into your view.<<if $Bodyguard != 0>> $Bodyguard.slaveName stands between you and them. A single glare from the leader of the bunch and she backs off, eyes to the ground.<</if>> <br> <<if $PC.pregSource == -1>> <<if $PC.refreshmentType == 0>> Taking a drag from a fresh $PC.refreshment, <<elseif $PC.refreshmentType == 1>> Taking a drink of a fresh glass of $PC.refreshment, <<elseif $PC.refreshmentType == 2>> Taking a bite of a fresh $PC.refreshment, <<elseif $PC.refreshmentType == 3>> Doing a line of $PC.refreshment, <<elseif $PC.refreshmentType == 4>> Injecting a hit of $PC.refreshment into your arm, <<elseif $PC.refreshmentType == 5>> Swallowing a $PC.refreshment, <<elseif $PC.refreshmentType == 6>> Placing a tab of $PC.refreshment under your tongue, <</if>> you greet your rather unwelcome guests. <br><br> "You are no longer worthy of being a part of our society. But you carry within you one of our heirs. A conundrum for some, but we have already solved that problem." <br> What was that last thing he said? It's getting hard to think right. The $PC.refreshment... Drugged... You collapse onto your desk, unconscious. <br> <<if $Bodyguard != 0>> A sharp pain and a rush of adrenaline drags you back to your senses. Sneaking a peak, you witness $Bodyguard.slaveName valiantly trying to protect you, despite <<if $Bodyguard.amp < 0>>her cybernetics being locked down<<else>>the overwhelming odds<</if>>. As she and their leader struggle closer to your desk, his revolver and a syringe are dislodged onto your desk. It seems drugging you wasn't their first thought. With $Bodyguard.slaveName's risky gamble, your fate has fallen back into your hands. <<else>> You'll spend the rest of your life a breeder to the Societal Elite; blinded and muted. More than a slave, but still less than your master. Life isn't so bad, your two most devoted slaves were taken along to keep you happy, and you are treated quite well, possibilities considered. Though once your eggs dry up, odds are your little remaining usefulness will be at an end. Best not to think too much into it. <<set _pregSurrender = 1>> <<set $ui = "start">> <br><br> ''GAME OVER'' <</if>> <<elseif $PC.pregSource != -1>> The leader reaches into his jacket and extracts a syringe, you recognize it as a powerful drug used in lobotomies, and places it to your left. From his hip he pulls a revolver, six-chambered, and loads five bullets, spins the chamber, and places it to your right. <br> "You are no longer worthy of being a part of our society. You know you can't be allowed to spread any information. But we are not merciless; one of our members has taken an interest in having you as her pet. You may choose to lose your mind, and service her until she tires of you, or gamble for your life and serve her anyway. Now decide." <</if>> <br> <br> <<if _pregSurrender == 0>> <<set $finalChoice = "final stand">> The choice is simple - you will not be a slave. <br> You decide to <span id="fate">make a final stand.</span> <br> <<if $Bodyguard != 0>> <br> <<if $PC.pregSource == -1>> $Bodyguard.slaveName is already doing everything in her power to save you. <<else>> <<link "Attempt to signal $Bodyguard.slaveName, your bodyguard">> <<set $finalChoice = "bodyguard">> <<replace "#fate">> attempt to signal $Bodyguard.slaveName, your bodyguard. <</replace>> <</link>> <</if>> <</if>> <<if $mercenaries >= 1>> <br> <<link "Send a message to the leader of the $mercenariesTitle">> <<set $finalChoice = "mercenaries">> <<replace "#fate">> send a message to the leader of the $mercenariesTitle. <</replace>> <</link>> <</if>> <<if $securityForceActive == 1>> <br> <<link "Send a message to The Colonel">> <<set $finalChoice = "colonel">> <<replace "#fate">> send a message to The Colonel. <</replace>> <</link>> <</if>> <<if $PC.pregSource != -1>> <br> <<link "Try and enrage them.">> <<set $finalChoice = "enrage">> <<replace "#fate">> try and enrage them, baiting them into a vulnerable position. <</replace>> <</link>> <</if>> <br> <<link "Make a final stand">> <<set $finalChoice = "final stand">> <<replace "#fate">> make a final stand. <</replace>> <</link>> <br> <<link "Give in">> <<set $finalChoice = "give in">> <<replace "#fate">> give in. <</replace>> <</link>> <br> <br> <<link "Confirm">> <<goto "eliteTakeOverFight">> <</link>> <</if>>
DankWolf/fc
src/pregmod/eliteTakeOver.tw
tw
bsd-3-clause
5,032
:: eliteTakeOverFight [nobr] <<set _shoot = 0>> <<switch $finalChoice>> <<case "bodyguard">> <<set _roll = random(0,100)>> <<if $career == "mercenary">> As a result of your prior experience as a mercenary you were able to successfully signal $Bodyguard.slaveName without the elites noticing. <<set $BodyguardHasSucessfullyRecivedSignal = 1>> <<elseif $PC.warfare >= 100 && _roll > 20>> As a result of your mastery of warfare you were able to successfully signal $Bodyguard.slaveName without the elites noticing. <<set $BodyguardHasSucessfullyRecivedSignal = 1>> <<elseif $PC.warfare >= 60 && _roll > 30>> As a result of your expertness of warfare you were able to successfully signal $Bodyguard.slaveName without the elites noticing. <<set $BodyguardHasSucessfullyRecivedSignal = 1>> <<elseif $PC.warfare >= 30 && _roll > 40>> As a result of having some skill in warfare you were able to successfully signal $Bodyguard.slaveName without the elites noticing. <<set $BodyguardHasSucessfullyRecivedSignal = 1>> <<elseif $PC.warfare >= 10 && _roll > 50>> As a result of having a small amount of skill in warfare you were able to successfully signal $Bodyguard.slaveName without the elite's noticing. <<set $BodyguardHasSucessfullyRecivedSignal = 1>> <<elseif $PC.warfare < 10 && _roll > 60>> By blind luck and what little you remember of your lessons in warfare are were able to successfully signal $Bodyguard.slaveName without the elites noticing. <<set $BodyguardHasSucessfullyRecivedSignal = 1>> <<else>> One of the elites shouts "What the fuck were you trying to do?" Well, there goes that option. <<set $BodyguardHasSucessfullyRecivedSignal = 0>> <</if>> <br>You then pick up the revolver and quickly take aim. <<case "mercenaries">> <br>You send a quick message to the leader of your $mercenariesTitle, about your situation, then you pick up the revolver and quickly take aim. <<set $MercenariesMessageSent = 1>> <<case "colonel">> <br>You send a quick message to The Colonel about your situation, then you pick up the revolver and quickly take aim. <<set $SpecialForcesMessageSent = 1>> <<case "enrage">> <<if $PC.career != "wealth" && $PC.career != "engineer" && $PC.career != "medicine">> You know exactly what to say in order to enrage them. <<set _EliteEnraged = 1>> <<elseif random(0,100) > 50>> You manage to select the right words to enrage them. <<set _EliteEnraged = 1>> <<else>> You try to enrage them, but your words have had no effect. <<set _EliteEnraged = 0>> <</if>> <br>You then pick up the revolver and quickly take aim. <<case "final stand">> You pick up the revolver and quickly take aim. <<case "give in">> You pick up the revolver and hold the barrel to your temple. <</switch>> <<if $finalChoice == "give in">> <<if $PC.pregSource == -1>> Screw their plans, you're out of here. <</if>>With a bang! you drop dead. <<set $ui = "start">> <br><br> ''GAME OVER'' <<else>> /* PC shooting */ /* higher skill means a higher chance to hit due to lower requirements and if the elites are enraged they very slightly become easier targets. */ /* 5/6 = 83% rounded down is the chance that it was loaded chamber (simplified version based off the wikipedia article) */ /* variables: */ /* Revolver */ <<set _revolverChambers = 6>> <<set _revolverBullets = 5>> /*Elites */ <<set $eliteTotal = 12>> <<set $eliteDead = 0>> <<set $eliteVegetable = 0>> /* To Hit chance */ <<if $PC.pregSource == -1>> /* still woozy */ <<set _toHit = 56>> <<elseif $PC.career == "mercenary" || $PC.warfare == 100>> <<set _toHit = 83>> <<elseif $PC.warfare >= 60>> <<set _toHit = 76>> <<elseif $PC.warfare >= 30>> <<set _toHit = 67>> <<elseif $PC.warfare >= 10>> <<set _toHit = 60>> <<else>> <<set _toHit = 56>> <</if>> <<if _EliteEnraged == 1>> <<set _toHit += 5>> <</if>> /* shooting */ /* in the end I removed the messages from the cycle. I don't think having 6 lines of "you shot" is pretty looking. Feel free to re add them in however */ <<for _i = _revolverChambers; _i > 0; _i-->> <<if random(0,100) <= _toHit && _revolverBullets > 0>> <<set $eliteDead += 1, _revolverBullets -= 1>> <<elseif _revolverBullets > 0>> <<set _revolverBullets -= 1>> <</if>> <</for>> <<if $eliteDead >= 1>> <br>You managed to kill several elites in rapid succession, leaving the rest in shock and fear. <<elseif $eliteDead == 1>> <br>You managed to kill one elite, leaving the rest in shock and fear. <<else>> <br>Unfortunately you fail to kill a single elite. <</if>> <br> /* syringe shot */ <<set $eliteVegetable = 0>> <<set _druggedThrow = 0>> <<if $eliteDead > 0>> With $eliteDead elite's dead, you pick up the syringe from the desk and aim for the forehead of another. <<else>> Having failed to kill them with the revolver, in a desperate move you pick up the syringe from the desk and aim for the forehead of one of the elite. <</if>> <<if $PC.pregSource == -1>>But there's two of them... Shaking your head, you realize it's the drugs messing with you. You just need to focus.<</if>> <<set _hitRoll = (random(0,100) - _druggedThrow)>> <<if $career == "mercenary" && _hitRoll > 0>> With your prior history as a mercenary, making the throw is child's play. <<set _SyringeHeadShot = 1>> <<elseif $PC.warfare >= 100>> <<if _hitRoll > 50>> As a result of your mastery of warfare you successfully made the throw. <<set _SyringeHeadShot = 1>> <<else>> Unfortunately you miss the shot. <<set _SyringeHeadShot = 0>> <</if>> <<elseif $PC.warfare >= 60>> <<if _hitRoll > 60>> As a result of your combat expertise you successfully made the throw. <<set _SyringeHeadShot = 1>> <<else>> Unfortunately you miss the shot. <<set _SyringeHeadShot = 0>> <</if>> <<elseif $PC.warfare >= 30>> <<if _hitRoll > 70>> As you have some skill, you successfully made the throw. <<set _SyringeHeadShot = 1>> <<else>> Unfortunately you miss the shot. <<set _SyringeHeadShot = 0>> <</if>> <<elseif $PC.warfare >= 10>> <<if _hitRoll > 80>> Your small amount of skill assisted you in making the throw. <<set _SyringeHeadShot = 1>> <<else>> Unfortunately you miss the shot. <<set _SyringeHeadShot = 0>> <</if>> <<elseif $PC.warfare < 10>> <<if _hitRoll > 90>> By blind luck you successfully made the throw. <<set _SyringeHeadShot = 1>> <<else>> Unfortunately you miss the shot. <<set _SyringeHeadShot = 0>> <</if>> <</if>> <<if _SyringeHeadShot == 1>> <br> Picking up the spent revolver, you aim for the syringe's plunger. <<if $career == "mercenary">> With your prior history as a mercenary, making the throw is child's play. <<set _SpentRevolverHitSyringePlunger = 1>> <<elseif $PC.warfare >= 100 && random(0,100) > 50>> As a result of your mastery of warfare you successfully made the throw. <<set _SpentRevolverHitSyringePlunger = 1>> <<elseif $PC.warfare >= 60 && random(0,100) > 60>> As a result of your expertness of warfare you successfully made the throw. <<set _SpentRevolverHitSyringePlunger = 1>> <<elseif $PC.warfare >= 30 && random(0,100) > 70>> As you have some skill you successfully made the throw. <<set _SpentRevolverHitSyringePlunger = 1>> <<elseif $PC.warfare >= 10 && random(0,100) > 80>> Your small amount of skill assisted you in making the throw. <<set _SpentRevolverHitSyringePlunger = 1>> <<elseif $PC.warfare < 10 && random(0,100) > 90>> By blind luck you successfully made the throw. <<set _SpentRevolverHitSyringePlunger = 1>> <<else>> Unfortunately you miss the shot. <<set _SpentRevolverHitSyringePlunger = 0>> <</if>> <</if>> <<if _SpentRevolverHitSyringePlunger == 1>> <br> <<if random(0,100) > 50>> The target dies of nervous system overload brought about by the drug. <<set $eliteDead +=1>> <<else>> The target is still alive but is nothing more than a vegetable. <<set $eliteVegetable = 1>> <</if>> <</if>> <</if>> <<set $eliteLeft = $eliteTotal - $eliteDead - $eliteVegetable>> /* if the player has managed to make enough damage to the elite and the rep is high enough the citizens will come to save the PC */ /* this is to give reason to exist for the "enrage" and "last stand" option */ /* result */ /* $eliteFate: */ /* killed = 0 */ /* enslaved = 1 */ /* had fun (and enslaved) = 2 */ <<if $BodyguardHasSucessfullyRecivedSignal == 1>> $Bodyguard.slaveName asks <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>>, what should I do with the <<if $eliteLeft < $eliteTotal>>remaining<</if>> "elite"? <br> <<link "Open fire">> <<set $eliteFate = 0>> <<goto "eliteTakeOverResult">> <</link>> <br> <<link "Enslave them">> <<set $eliteFate = 1>> <<goto "eliteTakeOverResult">> <</link>> <br><<link "Have fun with them them">> <<set $eliteFate = 2>> <<goto "eliteTakeOverResult">> <</link>> <<elseif $MercenariesMessageSent == 1>> It is now that a squad of $mercenariesTitle makes their entrance, pointing their guns at the <<if $eliteLeft < $eliteTotal>>remaining<</if>> elite. The officer asks "your orders <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>>?" <br> <<link "Open fire">> <<set $eliteFate = 0>> <<goto "eliteTakeOverResult">> <</link>> <br> <<link "Enslave them">> <<set $eliteFate = 1>> <<goto "eliteTakeOverResult">> <</link>> <br><<link "Have fun with them them">> <<set $eliteFate = 2>> <<goto "eliteTakeOverResult">> <</link>> <<elseif $SpecialForcesMessageSent == 1>> It is now that a squad of $securityForceName makes their entrance, pointing their guns at the <<if $eliteLeft < $eliteTotal>>remaining<</if>> elite. The officer asks "your orders <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>>?" <br> <<link "Open fire">> <<set $eliteFate = 0>> <<goto "eliteTakeOverResult">> <</link>> <br> <<link "Enslave them">> <<set $eliteFate = 1>> <<goto "eliteTakeOverResult">> <</link>> <br><<link "Have fun with them them">> <<set $eliteFate = 2>> <<goto "eliteTakeOverResult">> <</link>> <<elseif $Bodyguard != 0>> It is now that $Bodyguard.slaveName makes her entrance, pointing her guns at the <<if $eliteLeft < $eliteTotal>>remaining<</if>> elite. She then asks<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>>, what should I do with the <<if $eliteLeft < $eliteTotal>>remaining<</if>> "elite" left? <br> <<link "Open fire">> <<set $eliteFate = 0>> <<goto "eliteTakeOverResult">> <</link>> <br> <<link "Enslave them">> <<set $eliteFate = 1>> <<goto "eliteTakeOverResult">> <</link>> <br><<link "Have fun with them them">> <<set $eliteFate = 2>> <<goto "eliteTakeOverResult">> <</link>> <<elseif $eliteLeft <= 9 && $rep >= 10000>> Some of the citizens waiting outside your penthouse to see you hear the ruckus and rush inside, worried. Time freezes for a few seconds, while the remaining elite recover from their terror and the citizens digest the gory scene in front of them. The newcomers are quick to take your side. In little time the elites, outgunned and outnumbered, are neutralized. <br>One of the more courageous citizens approaches you and asks "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>>, what should we do with them?" <br> <<link "Open fire">> <<set $eliteFate = 0>> <<goto "eliteTakeOverResult">> <</link>> <br> <<link "Enslave them">> <<set $eliteFate = 1>> <<goto "eliteTakeOverResult">> <</link>> <br><<link "Have fun with them them">> <<set $eliteFate = 2>> <<goto "eliteTakeOverResult">> <</link>> <<else>> With nothing else left, you remain powerless to stop the <<if $eliteLeft < $eliteTotal>>remaining<</if>> elite, who quickly capture and enslave you. Your personal story may continue, but the part of it worthy of retelling has now ended. <<set $ui = "start">> <br><br> ''GAME OVER'' <</if>>
DankWolf/fc
src/pregmod/eliteTakeOverFight.tw
tw
bsd-3-clause
12,105
:: eliteTakeOverResult [nobr] <<set $nextButton = "Continue">><<UpdateNextButton>> /* unlock Continue button */ <<switch $eliteFate>> <<case 0>> <<if $MercenariesMessageSent == 1>> The mercenaries open fire as ordered. Shortly after, the conspiring elite are dead. <<elseif $SpecialForcesMessageSent == 1>> The soldiers open fire as ordered. Shortly after, the conspiring elite are dead. <<elseif $eliteLeft <= 9 && $rep >= 10000>> Your citizens freeze for a second, then obey your orders. Shortly after, the conspiring elite are dead. <<else>> Your bodyguard opens fire as ordered. Shortly after, the conspiring elite are dead. <</if>> <<case 1>> <<if random(0,100) > 50>> An elite bites down on a cyanide pill hidden in a false tooth and <<if random(0,100) > 75>> takes the coward's way out (how predictable), frothing at the mouth. <<set $eliteDead += 1>> <<else>> experiences great pain but unfortunately (for them at least) survives. <</if>> <</if>> <<if $MercenariesMessageSent == 1>> <br>The <<if $eliteLeft < $eliteTotal>>remaining<</if>> elite are quickly captured and enslaved by your mercenaries. <<elseif $SpecialForcesMessageSent == 1>> <br>The <<if $eliteLeft < $eliteTotal>>remaining<</if>> elite are quickly captured and enslaved by your soldiers. <<elseif $eliteLeft <= 9 && $rep >= 10000>> <br>The <<if $eliteLeft < $eliteTotal>>remaining<</if>> elite are quickly captured and enslaved by your loyal citizens. <<else>> <br>The <<if $eliteLeft < $eliteTotal>>remaining<</if>> elite are quickly captured and enslaved by your bodyguard. <</if>> <<case 2>> <<if random(0,100) > 50>> An elite bites down on a cyanide pill hidden in a false tooth and <<if random(0,100) > 75>> takes the coward's way out (how predictable), frothing at the mouth. <<set $eliteDead += 1>> <<else>> experiences great pain but unfortunately (for them at least) survives. <</if>> <</if>> <<if $MercenariesMessageSent == 1>> <br>The <<if $eliteLeft < $eliteTotal>>remaining<</if>> elite are quickly captured, abused and enslaved. The officer is thankful for giving the troops a chance to let off some stream. Two soldiers decide to double team an elite; one ass fucks while the other facefucks. Another soldier takes a particular interest in an elite and politely asks you "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>> can I keep her?" <br><span id="choice1"> <<link "No">> <<replace "#choice1">> Your rejection upsets some of them, but their professionalism ensures it isn't visible. <</replace>> <</link>> | <<link "Yes">> <<set $rep += 500, $eliteLeft -= 1>> <<replace "#choice1">> For a second your acceptance shocks them. Once they recover they are very grateful. "Thank you <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>>, I'll make sure to look after her. Soon the story spreads of the kind arcology owner, enhancing your reputation. <</replace>> <</link>> </span> <<elseif $SpecialForcesMessageSent == 1>> <br>The <<if $eliteLeft < $eliteTotal>>remaining<</if>> elite are quickly captured, abused and enslaved. <<if $securityForceDepravity <= 0.3>> Two soldiers decide to double team an elite; one gropes her ass while the other gropes her tits. <<elseif $securityForceDepravity <= 1.2>> Two soldiers decide to double team an elite; one ass fucks while the other facefucks. <<else>> Two soldiers decide to double team an elite; one breaks out their knife and begins to make little breaks in the elite's skin while the other soldier facefucks them. <</if>> Another soldier takes a particular interest in an elite and politely asks you "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>> can I keep her?" <br><span id="choice1"> <<link "No">> <<set _SFHappyEverAfter = 0>> <<replace "#choice1">> Your rejection upsets some of them, but their professionalism ensures it isn't visible. <</replace>> <</link>> | <<link "Yes">> <<set $rep += 500, $eliteLeft -= 1, _SFHappyEverAfter = 1>> <<replace "#choice1">> For a second your acceptance shocks them. Once they recover they are very grateful. "Thank you <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>>, I'll make sure to look after her. Soon the story spreads of the kind arcology owner, enhancing your reputation. <</replace>> <</link>> </span> <<switch $ColonelCore>> <<case "kind">> The Colonel is shocked that you would allow her troops to do this but understands that it comes with the territory. <<if _SFHappyEverAfter == 1>>Thanks for being kind to one of my soldiers.<</if>> <<case "warmonger" "cruel" "sociopathic" "jaded" "brazen" "psychopathic" "mischievous">> The Colonel is grateful that you let her troops let off some steam. <<if _SFHappyEverAfter == 1>>Thanks for being kind to one of my soldiers.<</if>> <</switch>> <<set $securityForceDepravity += 0.05>> <<elseif $eliteLeft <= 9 && $rep >= 10000>> <<if $arcologies[0].FSDegradationist != "unset">> An evil smile appears on the faces of your loyal citizens, while the surviving elite freeze in terror. The impromptu festivity will go on for hours, getting more and more depraved. <<else>> While some citizens respectfully step out, some join you in the fun. The impromptu festivity will go on for hours, getting more and more depraved. <</if>> <<else>> <<if $Bodyguard.fetish == "sadist">>$Bodyguard.slaveName's gets out her melee weapon and starts to give them many small cuts, the look of pleasure on her face is evident.<<else>>$Bodyguard.slaveName's ties them and then gets out her melee weapon and starts to abuse them, her face is blank.<</if>> <br>Shortly after, the terrified <<if $eliteLeft < $eliteTotal>>remaining<</if>> elite are quickly brought away to be officially enslaved. <</if>> <</switch>> <<if $eliteFate >= 1>> <<if $eliteVegetable == 1>> <<set $eliteLeft-->> <<set $activeSlaveOneTimeMinAge = 25>> <<set $activeSlaveOneTimeMaxAge = ($retirementAge-2)>> <<if random(1,100) > 50>> /* 50% chance of getting girl or boy */ <<include "Generate XX Slave">> <<else>> <<include "Generate XY Slave">> <</if>> <<set _origin = "She was a member of the Societal Elite, captured in their failed attempt at expressing their displeasure.">> <<set $activeSlave.origin = _origin>> <<set $activeSlave.career = "a well connected individual">> <<set $activeSlave.prestige = either(2,2,3)>> /* 33% chance of getting level 3 prestige */ <<set $activeSlave.prestigeDesc = "She was once considered influential in society, but now she's the one getting fucked.">> <<set $activeSlave.face = random(70,100)>> <<set $activeSlave.devotion = random(-10,-20)>> <<set $activeSlave.trust = random(-20,-30)>> <<if $activeSlave.boobShape == "saggy" || $activeSlave.boobShape == "downward-facing">> <<set $activeSlave.boobShape = either("perky", "torpedo-shaped", "wide-set")>> <</if>> <<set $activeSlave.fetish = "mindbroken">> <<set $activeSlave.pubicHStyle = "waxed">> <<set $activeSlave.underArmHStyle = "waxed">> <<set $activeSlave.anus = 0>> <<set $activeSlave.weight = random(10,75)>> <<set $activeSlave.intelligence = either(2,3)>> <<set $activeSlave.intelligenceImplant = 1>> <<set $activeSlave.entertainSkill = 0>> <<set $activeSlave.whoreSkill = 0>> <<set $activeSlave.health = random(60,75)>> <<set $activeSlave.canRecruit = 0>> <<AddSlave $activeSlave>> /* skip New Slave Intro */ <<set $activeSlave.recruiter = 0>> /* override New Slave Intro */ <</if>> <<for _i = $eliteLeft; _i > 0; _i-->> <<set $activeSlaveOneTimeMinAge = 25>> <<set $activeSlaveOneTimeMaxAge = ($retirementAge-2)>> <<if random(1,100) > 50>> /* 50% chance of getting girl or boy */ <<include "Generate XX Slave">> <<else>> <<include "Generate XY Slave">> <</if>> <<set _origin = "She was a member of the Societal Elite, captured in their failed attempt at expressing their displeasure.">> <<set $activeSlave.origin = _origin>> <<set $activeSlave.career = "a well connected individual">> <<set $activeSlave.prestige = either(2,2,3)>> <<set $activeSlave.prestigeDesc = "She was once considered influential in society, but now she's the one getting fucked.">> <<set $activeSlave.face = random(70,100)>> <<set $activeSlave.devotion = random(-10,-20)>> <<set $activeSlave.trust = random(-20,-30)>> <<if $eliteFate == 2 && random(1,100) >= 75>> /* 25% chance of getting mindbroken elites if they were abused */ <<set $activeSlave.fetish = "mindbroken">> <</if>> <<if $activeSlave.boobShape == "saggy" || $activeSlave.boobShape == "downward-facing">> <<set $activeSlave.boobShape = either("perky", "torpedo-shaped", "wide-set")>> <</if>> <<set $activeSlave.pubicHStyle = "waxed">> <<set $activeSlave.underArmHStyle = "waxed">> <<set $activeSlave.anus = 0>> <<set $activeSlave.weight = random(-30,75)>> <<set $activeSlave.intelligence = either(0,-1, 1, 2,3)>> <<set $activeSlave.intelligenceImplant = 1>> <<set $activeSlave.entertainSkill = 0>> <<set $activeSlave.whoreSkill = 0>> <<set $activeSlave.health = random(60,75)>> <<set $activeSlave.canRecruit = 0>> <<set $activeSlave.behavioralFlaw = either("bitchy", "arrogant")>> <<AddSlave $activeSlave>> /* skip New Slave Intro */ <<set $activeSlave.recruiter = 0>> /* override New Slave Intro */ <</for>> <</if>> /* clean up */ <<set $failedElite = 0, $eugenicsFullControl = 1, $upgradeMultiplierArcology = 1>>
DankWolf/fc
src/pregmod/eliteTakeOverResult.tw
tw
bsd-3-clause
9,702
:: FDick [nobr] <<run clearSummaryCache($activeSlave)>> <<setLocalPronouns $activeSlave>> <<set _belly = bellyAdjective($activeSlave)>> /*CHECK*/ /*NON-AMPUTEE*/ <<if ($activeSlave.amp < 1)>> You direct $activeSlave.slaveName to lie down and ready $himself as you step over to $him and align your <<if $PC.vagina == 1>> vagina <<else>> ass <</if>> with <<if ($activeSlave.vaginaPiercing > 1) && ($activeSlave.dick != 0)>> $his pierced cock-head <<elseif ($activeSlave.vaginaPiercing == 1) && ($activeSlave.dick != 0)>> $his pierced cock <<else>> $his cock <</if>> <<if $activeSlave.fetish != "mindbroken" && $activeSlave.fuckdoll == 0>> <<if $activeSlave.devotion > 20>> $He thought $he would be fucking another slave, not $his <<= WrittenMaster()>>, so to say $he's pleasantly surprised would be an understatement. <<elseif $activeSlave.devotion >= -20>> $He thought $he would fucking another slave, not $his <<= WrittenMaster()>>; $he has mixed feelings about this, but $his body can't wait to plunge your depths. <<else>> <<if $activeSlave.trust > 20>> $He was already horrified at the thought of being ordered to lie down and let another slave rape $his dick, but when $he realized it would be you instead, that horror turned to a mix of confusion and sheer terror. <<else>> $His dick springs to life at the prospect of plunging into your depths; this may be $his chance to one up you for a change. <</if>> <</if>> <</if>> You slowly lower yourself onto $his <<if $activeSlave.dick == 1>> tiny <<elseif $activeSlave.dick == 2>> cute <<elseif $activeSlave.dick == 3>> average <<elseif $activeSlave.dick == 4>> big <<elseif $activeSlave.dick == 5>> impressive <<elseif $activeSlave.dick == 6>> huge <<elseif $activeSlave.dick == 7>> gigantic <<elseif $activeSlave.dick == 8>> titanic <<elseif $activeSlave.dick == 9>> absurd <<elseif $activeSlave.dick == 10>> inhuman <<else>> hypertrophied <</if>> dick, savoring every centimeter, <<if $activeSlave.dick <= 6>> until you find yourself hilted and sitting on $his pelvis. <<else>> until you feel that you can't take any more of $him inside you. <</if>> Making eye contact, you reach <<if $PC.belly < 5000 && $activeSlave.belly < 5000>>back<<else>>down<</if>> <<if $activeSlave.scrotum > 0>> and stroke $his <<if $activeSlave.balls == 0>> soft <<elseif $activeSlave.balls == 1>> tiny <<elseif $activeSlave.balls == 2>> cute <<elseif $activeSlave.balls == 3>> average <<elseif $activeSlave.balls == 4>> large <<elseif $activeSlave.balls == 5>> huge <<else>> monstrous <</if>> balls, <<else>> soft perineum, <</if>> making it abundantly clear that you want $his cum. <<if ($activeSlave.fetish == "mindbroken")>> Like a doll, $he dumbly remains still, completely indifferent that $he's deep in $his <<= WrittenMaster()>>'s <<if $PC.vagina == 1>>pussy<<else>>butt<</if>>. You start moving up and on $his shaft, continuing until you climax and lift yourself off of $him. A strand of cum slips from your <<if $PC.vagina == 1>>slit<<else>>anus<</if>>; it seems $activeSlave.slaveName came too. Since $he is mindbroken, $his responses to you are purely physiological and your actions have no affect on $his mentally. You leave your toy for one of your other slaves to clean and maintain. <<elseif $activeSlave.devotion > 50>> <<if $activeSlave.trust < -20>> Having followed your instructions as quickly as $he could in fear of your wrath, $he tries $his best to please you while you bounce<<if $PC.belly >= 5000>> your gravid bulk<</if>> on $his obedient cock. $He timidly warns you that $he is about to cum; in response you speed up your pace and clamp down hard on $his throbbing shaft. $He squeaks lewdly, overwhelmed by your orgasmic <<if $PC.vagina == 1>>cunt<<else>>rectal<</if>> spasms, and unloads inside of you before apologizing submissively. <<elseif $activeSlave.trust <= 20>> Having followed your instructions quickly and obediently, $he tries $his best to please you while you bounce<<if $PC.belly >= 5000>> your gravid bulk<</if>> on $his eager cock. $He grabs your hips and warns you $he is about to cum; in response you speed up your pace, encouraging $him to impale you on $his throbbing shaft. $He squeals lewdly, overwhelmed by your orgasmic <<if $PC.vagina == 1>>cunt<<else>>rectal<</if>> spasms, and unloads spurt after spurt into you before helping you up. <<else>> Having followed your instructions with gusto, $he energetically pounds you while you bounce<<if $PC.belly >= 5000>> your gravid bulk<</if>> on $his eager cock. $He grabs your hips and desperately warns you $he can't hold out any longer; in response you speed up your pace, tipping $him over the edge and forcing $him to impale you on $his twitching shaft. $He moans loudly, overwhelmed by your orgasmic <<if $PC.vagina == 1>>cunt<<else>>rectal<</if>> spasms, and unloads spurt after spurt into you before pulling you into a post coitus embrace. <</if>> <<elseif $activeSlave.devotion >= -20>> <<if $activeSlave.trust < -20>> Having hesitatingly followed your instructions, $he lies as still as $he can beneath you while you bounce<<if $PC.belly >= 5000>> your gravid bulk<</if>> on $his terrified cock. While $he is too afraid to enjoy pleasuring you, $he obediently thrusts into you. $He timidly warns you that $he is about to cum; in response you speed up your pace and clamp down hard on $his throbbing shaft. $He cries out in surprise, overwhelmed by your orgasmic <<if $PC.vagina == 1>>cunt<<else>>rectal<</if>> spasms, and blows $his load in you like a good little slave. <<elseif $activeSlave.trust <= 20>> Having obediently followed your instructions, $he lies as still as $he can beneath you while you bounce<<if $PC.belly >= 5000>> your gravid bulk<</if>> on $his willing cock. While $he is too uncertain of $his position in the hierarchy to really enjoy $himself, $he hesitatingly thrusts into you. When $he feels $he is nearing $his limit, $he gives you proper warning that $he is about to cum; in response you speed up your pace and clamp down hard on $his throbbing shaft. $He cries out in surprise, overwhelmed by your orgasmic <<if $PC.vagina == 1>>cunt<<else>>rectal<</if>> spasms and boldness, and blows $his load in you during the confusion. <<else>> Having obediently followed your instructions, $he energetically pounds you while you bounce<<if $PC.belly >= 5000>> your gravid bulk<</if>> on $his eager cock. $He grabs your hips and pounds you a little too eagerly, not even slowing down as you begin to feel $him tense with orgasm. Without so much as a warning to you, $he trembles with orgasm, pumping $his load deep into your <<if $PC.vagina == 1>>cunt<<else>>rectum<</if>> and setting off your own. You glare daggers at $him as $he profusely apologizes for $his lack of restraint. <</if>> <<else>> <<if $activeSlave.trust < -20>> Having followed your instructions as quickly as $he could, $he lies as still as $he can beneath you while you bounce<<if $PC.belly >= 5000>> your gravid bulk<</if>> on $his reluctant cock. While $he is too afraid to be an active participant in pleasuring you, you make do with what $he's giving. $He timidly warns you that $he is about to cum; in response you speed up your pace and clamp down hard on $his throbbing shaft. $He cries out lewdly, overwhelmed by your orgasmic <<if $PC.vagina == 1>>cunt<<else>>rectal<</if>> spasms, and unloads inside of you despite $his fear. <<elseif $activeSlave.trust <= 20>> Having followed your instructions as quickly as $he could, $he lies as still as $he can beneath you while you bounce<<if $PC.belly >= 5000>> your gravid bulk<</if>> on $his reluctant cock. While $he is too hateful to be an active participant in pleasuring you, you make do with what $he's got. $He cries out lewdly, overwhelmed by your orgasmic <<if $PC.vagina == 1>>cunt<<else>>rectal<</if>> spasms, and unloads deep inside you without warning. $He @@.orangered;smirks a little@@ as you glare daggers at $him. <<set $activeSlave.trust++>> <<elseif overpowerCheck($activeSlave, $PC) < random(1,100)>> Without warning, $he flips you onto your side and, still hilted, <<if $activeSlave.belly >= 300000>> repositions you onto your hands and knees while using $his _belly belly to pin you under $him. <<elseif $PC.belly >= 5000>> rolls you into missionary while pinning your arms and legs. <<elseif $PC.boobsBonus > 1>> pushes your face down into your <<if $PC.boobsImplant == 1>>fake <</if>>cleavage while pinning your arms and legs. <<else>> rolls you into missionary while pinning your arms and forcing you into a breeding press. <</if>> Such audacity takes you entirely by surprise and gives $him the edge $he needs to pull it off. $He vigorously pistons in and out of you with little regard for you<<if $PC.pregKnown == 1>> or your pregnancy<</if>>, fucking you senseless until $he has had enough and cums deep inside your <<if $PC.vagina == 1>>pussy<<else>>ass<</if>>. <<if isPlayerFertile($PC) && ($activeSlave.ballType == "human") && $activeSlave.vasectomy == 0 && $activeSlave.fetish == "pregnancy">> Running a hand across your firm belly, $he decides $his job is not yet done and begins reaming you once more, dead set on taking this opportunity to @@.orangered;show you your place by knocking you up with $his child.@@ $He manages to empty $his balls in your womb several more times before exhaustion kicks in, forcing $him to leave you twitching and drooling cum. <<= knockMeUp($PC, 100, 0, $activeSlave.ID)>> <<set $activeSlave.penetrationCount += 5, $penetrativeTotal += 5>> <<else>> Contently sighing, $he pulls $his still very hard cock from your overwhelmed body and forces it into your mouth, ready to blow a second load and give you a @@.orangered;taste of your place,@@ before leaving you twitching and drooling cum. <<set $activeSlave.penetrationCount++, $penetrativeTotal++>> <</if>> <<set $activeSlave.trust += 5>> <<else>> You feel $his shift dominantly beneath you and in response <<if $activeSlave.scrotum > 0>> clamp down on $his balls <<else>> twist $his dick at an odd angle <</if>> until $he behaves. $He groans with a mix and disgust and pleasure while you bounce<<if $PC.belly >= 5000>> your gravid bulk<</if>> on $his traitorous cock. $He might not want to bend to your will, but you have $his body wrapped around your little finger, even though it still leaves you doing all the work. $He cries out lewdly, overwhelmed by your orgasmic <<if $PC.vagina == 1>>cunt<<else>>rectal<</if>> spasms, and unloads deep inside you without warning. $He @@.orangered;smirks a little@@ as you glare daggers at $him. <<set $activeSlave.trust++>> <</if>> <</if>> /*AMPUTEE*/ <<else>> You step over to pick up $activeSlave.slaveName, lie $him down and get $him ready. Then you align your <<if $PC.vagina == 1>> vagina <<else>> ass <</if>> with <<if ($activeSlave.vaginaPiercing > 1) && ($activeSlave.dick != 0)>> $his pierced cock-head. <<elseif ($activeSlave.vaginaPiercing == 1) && ($activeSlave.dick != 0)>> $his pierced cock <<else>> $his cock <</if>> and lower yourself onto $his <<if $activeSlave.dick == 1>> tiny dick <<elseif $activeSlave.dick == 2>> cute dick <<elseif $activeSlave.dick == 3>> dick <<elseif $activeSlave.dick == 4>> big dick <<elseif $activeSlave.dick == 5>> impressive dick <<elseif $activeSlave.dick == 6>> huge dick <<elseif $activeSlave.dick == 7>> gigantic dick <<elseif $activeSlave.dick == 8>> titanic dick <<elseif $activeSlave.dick == 9>> absurd dick <<elseif $activeSlave.dick == 10>> inhuman dick <<else>> hypertrophied dick <</if>> <<if $activeSlave.dick <= 6>> until you are sitting on $his loins. <<else>> until feel that you can't take more of $him inside you. <</if>> You reach back <<if $activeSlave.scrotum > 0>> and stroke $his <<if $activeSlave.balls == 0>> soft scrotum. <<elseif $activeSlave.balls == 1>> tiny balls. <<elseif $activeSlave.balls == 2>> cute balls. <<elseif $activeSlave.balls == 3>> balls. <<elseif $activeSlave.balls == 4>> large balls. <<elseif $activeSlave.balls == 5>> huge balls. <<else>> monstrous balls. <</if>> <<else>> soft perineum. <</if>> <<if ($activeSlave.fetish == "mindbroken")>> Like a broken doll, $he dumbly remains still, watching you without interest. You start moving up and on $his shaft, until you climax and notice that so did $activeSlave.slaveName. Since $he is mindbroken, $his responses to you are purely physiological and your actions have no affect on $his mentally. You leave your toy for one of your other slaves to clean and maintain. <<else>> You ride your helpless slave until you both climax. <</if>> <</if>> <<if canWalk($activeSlave) && $activeSlave.fetish != "mindbroken">> <<switch $activeSlave.assignment>> <<case "whore">> $He heads to the bathroom to clean $his dick before returning to selling $his body publicly. <<case "serve the public">> $He heads to the bathroom to clean $his dick before returning to allowing the public to use $his body. <<case "rest">> $He heads to the bathroom to clean $his dick before crawling back into bed. <<case "get milked">> $He hurries to the bathroom to clean $his dick <<if $activeSlave.lactation > 0>>before going to get $his uncomfortably milk-filled tits drained<<else>>and then rests until $his balls are ready to be drained again<</if>>. <<case "please you">> $He hurries to the bathroom to clean $his dick before returning to await your next use of $his body, as though nothing had happened. <<case "be a subordinate slave">> $He moves to the bathroom to clean $his dick, though it's only a matter of time before another slave decides to take their turn with $his cock. <<case "be a servant">> $He hurries to the bathroom to clean $his dick, since $his chores didn't perform themselves while you used $him. <<case "be your Head Girl">> $He hurries to the bathroom to clean $his dick, worried that $his charges got up to trouble while you were using $him. <<case "guard you">> $He hurries off to wash $his dick so you'll be unguarded for as little time as possible. <<case "work in the brothel">> $He goes to wash $his dick so $his next customer has no idea what $he's been up to. <<case "serve in the club">> $He goes to wash $his dick to make it appear unused. <<case "work in the dairy">> $He goes off to carefully wash $his dick to avoid besmirching the nice clean dairy. <<case "work as a servant">> $He rushes to wash $his dick, impatient to get back to $his undiminished chores. <</switch>> <</if>> <<set $activeSlave.penetrationCount++, $penetrativeTotal++>> <<if isPlayerFertile($PC) && ($activeSlave.ballType == "human") && $activeSlave.vasectomy == 0>> <<if $activeSlave.diet == "cum production">> <<set _pregChance = ($activeSlave.balls * 5 * 1.2)>> <<= knockMeUp($PC, _pregChance, 0, $activeSlave.ID)>> <<else>> <<set _pregChance = ($activeSlave.balls * 5)>> <<= knockMeUp($PC, _pregChance, 0, $activeSlave.ID)>> <</if>> <</if>> <<if $sexualOpeness == 0>> Rumors spread that you @@.red;enjoy taking it from slaves.@@ <<set $PC.degeneracy += 2>> <</if>> <<if passage() !== "Slave Interact">> <<set $slaves[$slaveIndices[$activeSlave.ID]] = $activeSlave>> <</if>>
DankWolf/fc
src/pregmod/fDick.tw
tw
bsd-3-clause
15,516
:: FFeet [nobr] <<run clearSummaryCache($activeSlave)>> <<run SlavePronouns($activeSlave)>> <<set _footSeed = random(1,100)>> <<if $activeSlave.weight > 190>> <<set _thighs = 'massive flabby'>> <<elseif $activeSlave.weight > 160>> <<set _thighs = 'thick flabby'>> <<elseif $activeSlave.weight > 130>> <<set _thighs = 'flabby'>> <<elseif $activeSlave.weight > 95>> <<set _thighs = 'fat'>> <<elseif $activeSlave.weight > 30>> <<if $activeSlave.muscles > 75>> <<set _thighs = 'toned fat'>> <<elseif $activeSlave.muscles < 15>> <<set _thighs = 'fat'>> <<else>> <<set _thighs = 'plush'>> <</if>> <<elseif $activeSlave.weight > 10>> <<if $activeSlave.muscles > 70>> <<set _thighs = 'thick muscular'>> <<elseif $activeSlave.muscles > 20>> <<set _thighs = 'soft toned'>> <<else>> <<set _thighs = 'soft'>> <</if>> <<elseif $activeSlave.weight >= -10>> <<if $activeSlave.muscles > 70>> <<set _thighs = 'muscular'>> <<elseif $activeSlave.muscles > 20>> <<set _thighs = 'toned'>> <<else>> <<set _thighs = 'average'>> <</if>> <<elseif $activeSlave.weight >= -30>> <<if $activeSlave.muscles > 40>> <<set _thighs = 'thin muscular'>> <<elseif $activeSlave.muscles > 20>> <<set _thighs = "toned model's">> <<else>> <<set _thighs = "model's">> <</if>> <<else>> <<if $activeSlave.muscles > 5>> <<set _thighs = 'emaciated toned'>> <<else>> <<set _thighs = 'emaciated'>> <</if>> <</if>> <<if $activeSlave.belly < 1500>> <<set _belly = _thighs>> <<else>> <<set _belly = bellyAdjective($activeSlave)>> <</if>> <<if $activeSlave.height >= 185>> <<set _legs = 'wonderfully long'>> <<elseif $activeSlave.height >= 170>> <<set _legs = 'long'>> <<elseif $activeSlave.height >= 160>> <<set _legs = 'nice'>> <<elseif $activeSlave.height >= 150>> <<set _legs = 'short'>> <<else>> <<set _legs = 'short little'>> <</if>> <<if $activeSlave.boobs >= 30000>> <<set _boobsa = 'skip'>> <<set _boobs = 'room filling'>> <<elseif $activeSlave.boobs >= 20000>> <<set _boobsa = 'beanbag sized'>> <<elseif $activeSlave.boobs >= 8500>> <<set _boobsa = 'obscenely massive'>> <<elseif $activeSlave.boobs >= 8000>> <<set _boobsa = 'Z cup'>> <<elseif $activeSlave.boobs >= 7500>> <<set _boobsa = 'Y cup'>> <<elseif $activeSlave.boobs >= 7000>> <<set _boobsa = 'X cup'>> <<elseif $activeSlave.boobs >= 6500>> <<set _boobsa = 'V cup'>> <<elseif $activeSlave.boobs >= 5500>> <<set _boobsa = 'U cup'>> <<elseif $activeSlave.boobs >= 5100>> <<set _boobsa = 'T cup'>> <<elseif $activeSlave.boobs >= 4700>> <<set _boobsa = 'S cup'>> <<elseif $activeSlave.boobs >= 4300>> <<set _boobsa = 'R cup'>> <<elseif $activeSlave.boobs >= 3950>> <<set _boobsa = 'Q cup'>> <<elseif $activeSlave.boobs >= 3600>> <<set _boobsa = 'P cup'>> <<elseif $activeSlave.boobs >= 3250>> <<set _boobsa = 'O cup'>> <<elseif $activeSlave.boobs >= 2900>> <<set _boobsa = 'N cup'>> <<elseif $activeSlave.boobs >= 2600>> <<set _boobsa = 'M cup'>> <<elseif $activeSlave.boobs >= 2300>> <<set _boobsa = 'L cup'>> <<elseif $activeSlave.boobs >= 2050>> <<set _boobsa = 'K cup'>> <<elseif $activeSlave.boobs >= 1800>> <<set _boobsa = 'J cup'>> <<elseif $activeSlave.boobs >= 1600>> <<set _boobsa = 'I cup'>> <<elseif $activeSlave.boobs >= 1400>> <<set _boobsa = 'H cup'>> <<elseif $activeSlave.boobs >= 1200>> <<set _boobsa = 'G cup'>> <<elseif $activeSlave.boobs >= 1000>> <<set _boobsa = 'F cup'>> <<elseif $activeSlave.boobs >= 800>> <<set _boobsa = 'DD cup'>> <<elseif $activeSlave.boobs >= 650>> <<set _boobsa = 'D cup'>> <<elseif $activeSlave.boobs >= 400>> <<set _boobsa = 'C cup'>> <<elseif $activeSlave.boobs >= 300>> <<set _boobsa = 'B cup'>> <<else>> <<set _boobsa = 'skip'>> <<set _boobs = 'flat'>> <</if>> <<if _boobsa != "skip">> <<set _boobs = "_boobsa $activeSlave.boobShape">> <</if>> <<if $activeSlave.balls == 1>> <<set _balls = 'vestigial'>> <<elseif $activeSlave.balls == 2>> <<set _balls = 'small'>> <<elseif $activeSlave.balls == 3>> <<set _balls = 'average'>> <<elseif $activeSlave.balls == 4>> <<set _balls = 'large'>> <<elseif $activeSlave.balls == 5>> <<set _balls = 'massive'>> <<elseif $activeSlave.balls == 6>> <<set _balls = 'huge'>> <<elseif $activeSlave.balls == 7>> <<set _balls = 'giant'>> <<elseif $activeSlave.balls == 8>> <<set _balls = 'enormous'>> <<elseif $activeSlave.balls == 9>> <<set _balls = 'monstrous'>> <<else>> <<set _balls = 'overly massive'>> <</if>> <<if $activeSlave.dick == 1>> <<set _dick = 'tiny'>> <<elseif $activeSlave.dick == 2>> <<set _dick = 'little'>> <<elseif $activeSlave.dick == 3>> <<set _dick = 'average'>> <<elseif $activeSlave.dick == 4>> <<set _dick = 'big'>> <<elseif $activeSlave.dick == 5>> <<set _dick = 'huge'>> <<elseif $activeSlave.dick == 6>> <<set _dick = 'gigantic'>> <<elseif $activeSlave.dick == 7>> <<set _dick = 'massive'>> <<elseif $activeSlave.dick == 8>> <<set _dick = 'horse-sized'>> <<elseif $activeSlave.dick == 9>> <<set _dick = 'monstrous'>> <<elseif $activeSlave.dick == 10>> <<set _dick = 'inhuman'>> <<else>> <<set _dick = 'hypertrophied'>> <</if>> <<if $activeSlave.butt < 1>> <<set _butt = 'flat'>> <<elseif $activeSlave.butt < 2>> <<set _butt = 'small'>> <<elseif $activeSlave.butt < 3>> <<set _butt = 'plump'>> <<elseif $activeSlave.butt < 4>> <<set _butt = 'big bubble'>> <<elseif $activeSlave.butt < 5>> <<set _butt = 'huge'>> <<elseif $activeSlave.butt < 6>> <<set _butt = 'enormous'>> <<elseif $activeSlave.butt < 7>> <<set _butt = 'gigantic'>> <<elseif $activeSlave.butt < 8>> <<set _butt = 'ridiculous'>> <<elseif $activeSlave.butt < 10>> <<set _butt = 'immense'>> <<else>> <<set _butt = 'inhuman'>> <</if>> <<if $activeSlave.hips > 2>> <<set _hips = 'inhumanly wide'>> <<elseif $activeSlave.hips > 1>> <<set _hips = 'very wide'>> <<elseif $activeSlave.hips > 0>> <<set _hips = 'wide'>> <<elseif $activeSlave.hips > -1>> <<set _hips = 'ample'>> <<elseif $activeSlave.hips > -2>> <<set _hips = 'narrow'>> <<else>> <<set _hips = 'very narrow'>> <</if>> <<if ($activeSlave.skin == $activeSlave.race) || $activeSlave.race == 'white' || $activeSlave.race == 'black'>> <<set _skin = "$activeSlave.skin">> <<else>> <<set _skin = "$activeSlave.skin $activeSlave.race">> <</if>> /*Part 1: Order and reaction*/ You call $activeSlave.slaveName to your office, telling $his to use $his feet to please you. <<if ($activeSlave.fetish == "mindbroken")>> $He is brought to you and stands blankly by your desk. <<elseif ($activeSlave.relationship == -3 && $activeSlave.devotion >= 60 )>> Your devoted slave wife is delighted to get another chance to pleasure you. <<elseif ($activeSlave.relationship == -2 && $activeSlave.devotion >= 60 )>> $He considers $himself your lover, and is delighted to spend time with you. <<elseif ($activeSlave.devotion < -50)>> $He strongly refuses, and you have to restrain $him to get $him to obey. <<elseif ($activeSlave.devotion < -20)>> $He tries to refuse, but decides it will just be easier to comply than risk punishment. <<elseif ($activeSlave.devotion < 20)>> $He doesn't seem eager to comply, but fears being punished enough to obey. <<elseif ($activeSlave.devotion < 60)>> $He complies quietly. <<else>> <<if ($activeSlave.trust < -50)>> Although $he just barely trusts that you will not harm $him, $he is still unsure about what you are going to do which makes $him pause. <<else>> $He rushes to comply. <</if>> <</if>> /*Extra 1 if tease/perverted and not mindbroken*/ <<if ($activeSlave.sexualQuirk == "tease" || $activeSlave.sexualQuirk == "perverted") && $activeSlave.devotion > 60 && $activeSlave.fetish != "mindbroken">> Before you can begin, $he arches a leg in a seductive tease. <</if>> /*Part 2: lube and reaction*/ <<if !canWalk($activeSlave)>> <<if tooBigBreasts($activeSlave)>> Since $he is immobilized by $his _boobs boobs, you have $he lay on $his side on the floor, <<elseif tooBigBelly($activeSlave)>> Since $he is immobilized by $his <<if $activeSlave.bellyPreg >= 3000>>hugely gravid<<elseif $activeSlave.bellyImplant >= 3000>>_belly protruding<<else>>heavy <<print $activeSlave.inflationType>>-filled<</if>> belly, you have $he lay on $his side on the floor, <<elseif tooBigDick($activeSlave)>> Since $he is immobilized by $his _dick dick, you have $he lay on $his side on the floor, <<elseif tooBigButt($activeSlave)>> Since $he is immobilized by $his _dick dick, you have $he sit on your desk to present $his _legs legs and feet, <<elseif tooBigBalls($activeSlave)>> Since $he is immobilized by $his _balls balls, you have $he lay on $his back on the floor with $his legs over $his nuts, <<else>> You have $him sit on the edge of your desk to present $his _legs legs and feet, <</if>> <<else>> You have $him sit on the edge of your desk to present $his _legs legs and feet, <</if>> <<if $activeSlave.fetish == "mindbroken">> <<if $activeSlave.amp == -2 || $activeSlave.amp == -5>> then pour lubricant onto your hands, applying it to $his elegant artificial feet. <<elseif $activeSlave.amp == -4>> then pour lubricant onto your hands, applying it to $his deadly artificial feet. <<elseif $activeSlave.amp == -1>> then pour lubricant onto your hands, applying it to $his artificial feet. <<else>> then pour lubricant onto your hands, massaging it into $his $activeSlave.skin feet: rubbing $his arches, soles, and toes. <</if>> $He shows little reaction to your efforts. <<else>>/*not mindbroken*/ <<if $activeSlave.amp == -2 || $activeSlave.amp == -5>> then pour lubricant onto your hands, applying it to $his elegant artificial feet. <<elseif $activeSlave.amp == -4>> then pour lubricant onto your hands, applying it to $his deadly artificial feet. <<elseif $activeSlave.amp == -1>> then pour lubricant onto your hands, applying it to $his artificial feet <<else>> then pour lubricant onto your hands, massaging it into $his $activeSlave.skin feet: rubbing $his arches, soles, and $his toes. <</if>> <<if ($activeSlave.devotion < -50)>> $He tries to stay hateful despite the pleasurable stimulation. <<elseif ($activeSlave.devotion < -20)>> $He is mostly quiet, but occasionally stifles a moan. <<elseif ($activeSlave.devotion >= 20 && $activeSlave.sexualFlaw == "shamefast")>> $He hides $his face in $his hands in shame at $his nudity, but occasionally a moan breaks out. <<elseif ($activeSlave.devotion < 20)>> $He seems a bit surprised by the attention, occasionally letting out a moan. <<else>> <<if ($activeSlave.trust < -50)>> $He seems uncomfortable at your touch and frequently jerks away, spoiling the moment. <<else>> $He enjoys the massage, moaning in pleasure at your touch. <</if>> <</if>> <</if>> /*close lube and reaction*/ /*Part 3: Actions, attraction/devotion and fetishes*/ <<if $activeSlave.fetish == "mindbroken">> You hold $his feet and thrust between them as $he <<if canSee($activeSlave)>>watches you blankly. <<else>>points $his blind gaze at you. <</if>> <<elseif !(canWalk($activeSlave))>> <<if ($activeSlave.devotion < -50)>> When $he refuses to serve, you take both $his feet and start thrusting between them. <<elseif ($activeSlave.devotion < -20)>> $He seems a bit reluctant when massaging you with $his feet so you have to do most of the work. <<elseif ($activeSlave.devotion < 20)>> $He tries to make it pleasurable for you, but the combination of the awkward angle and $his nervousness makes $his lose $his pacing often. <<elseif ($activeSlave.devotion < 60 || ($activeSlave.sexualQuirk == "unflinching" && $activeSlave.devotion < 20))>> $He does $his best to please you from $his position on $his side, massaging your cock nicely. <<else>> <<if ($activeSlave.trust < -50)>> $His lack of trust causes $him to ask <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>> "is this pleasurable for you?", spoiling the moment. <<else>> $He moves $his feet hypnotically, trying $his hardest to make you cum. Being on $his side doesn't affect $his footjob, and you get a nice view of $his _legs legs as $he runs $his feet across your cock. <</if>> <</if>> <<if !canWalk($activeSlave)>> <<if $activeSlave.boobs > $activeSlave.belly >> $His's _boobs breasts wobble as $his feet service you. <<else>> $His's _belly belly wobbles as $his feet service you. <</if>> <</if>> <<elseif ($activeSlave.devotion < -50)>> When $he refuses to comply, you take both $his feet and start thrusting between them. <<elseif ($activeSlave.devotion < -20)>> $He seems a bit reluctant when massaging you with $his feet so you have to do most of the work. <<elseif ($activeSlave.devotion < 20)>> $He tries to make it pleasurable for you, trying to find the right angle and speed, but $he seems a bit tense and ruins $his pacing. <<elseif ($activeSlave.devotion < 60 || ($activeSlave.sexualQuirk == "unflinching" && $activeSlave.devotion < 20))>> $He does $his best to please you, massaging you nicely with $his feet. <<elseif ($activeSlave.attrXY < 16)>> $He tries to make it pleasurable for you, but $his great distaste for men is obvious on $his expression. <<else>> <<if $activeSlave.sexualQuirk == "perverted">> As a devoted pervert, $activeSlave.slaveName gives an enthusiastic footjob, with $his <<if $activeSlave.dick > 0>> <<if canAchieveErection($activeSlave)>> <<if ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>> erect caged _dick cock, <<else>> erect _dick cock, <</if>> <<else>> soft and dripping _dick <<if ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>>caged <</if>>dick , <</if>> <<if $activeSlave.balls > 0 && $activeSlave.scrotum > 0>> <<if $activeSlave.vagina >= 0>> and pulsing _balls balls <<if $activeSlave.vaginaLube > 0 && $activeSlave.vagina >= 0>>that are wet from $his feminine arousal <</if>> <</if>> <<elseif $activeSlave.vagina >= 0>> and <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>aroused vagina <</if>> <<elseif $activeSlave.vagina >= 0>> <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>aroused vagina <<else>> perverted smile <</if>> showing $his sexual excitement to service your cock with $his feet. <<elseif $activeSlave.fetish == "cumslut" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> As a devoted cumslut, $activeSlave.slaveName eagerly strokes your cock with $his feet, delightedly smearing your precum on $his soles. $He <<if canSee($activeSlave)>>stares at your <<if $PC.balls >=2>>massive balls with a ravenous gaze, <<elseif $PC.balls >=1>>large balls with a hungry gaze, <<else>>balls with a steady gaze, <</if>><<else>>gingerly feels the weight of your <<if $PC.balls >=2>>massive balls <<elseif $PC.balls >=1>>large balls <<else>>balls <</if>>with $his feet, <</if>>shivering in anticipation. <<elseif $activeSlave.fetish == "humiliation" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> $activeSlave.slaveName slowly strokes your cock with $his feet, getting off on the degrading use of $his feet and avoiding your gaze. $He is showing an embarrassed smile<<if $activeSlave.skin == 'black'>>, and if $his skin was any lighter you would see $his<<else>> and<</if>> bright blushing cheeks. <<elseif $activeSlave.fetish == "boobs" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> As $activeSlave.slaveName deftly strokes your cock with $his feet, $his hands plays with $his <<if $activeSlave.boobs < 300>>erect nipples. <<elseif $activeSlave.boobs < 500>>small chest. <<elseif $activeSlave.boobs >= 18000>>_boobs breasts, though $he can't reach $his nipples. <<else>>_boobs breasts and erect nipples. <</if>> $He is certainly giving you plenty of sexy options for you to watch. <<elseif $activeSlave.fetish == "sadist" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> $activeSlave.slaveName is a sadist, and $his deft footjob toys with the boundaries of pain and pleasure. $His devoted yet belittling <<if canSee($activeSlave)>>gaze carefully watches your face<<else>>expressions are clear as $he feels<</if>> for every reaction. <<elseif $activeSlave.fetish == "dom" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> $activeSlave.slaveName is a dominant and $his skilled feet roughly stroke your erect cock, but $he pauses often to rub $his soles on your <<if $PC.balls >= 2>>massive<<elseif $PC.balls >= 0>>large>><</if>> balls so $he doesn't get too aggressive with $his <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>. <<elseif $activeSlave.fetish == "pregnancy" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> $activeSlave.slaveName skillfully strokes your cock with $his feet, one of $his hands roaming across $his _belly belly as $he happily services you. $He occasionally pauses to <<if canSee($activeSlave)>>watch <<else>>feel <</if>>your <<if $PC.balls >= 2>>massive<<elseif $PC.balls >= 0>>large>><</if>> balls churn with sperm, clearly lost in a pregnancy fantasy. <<else>> $activeSlave.slaveName skillfully strokes your cock with $his feet, trying $his best to bring you pleasure. <</if>> <</if>> <<if $activeSlave.amp == -2 || $activeSlave.amp == -5>> As you enjoy your footjob $his capable prosthetics begin to vibrate on your cock. <<elseif $activeSlave.amp == -4>> The hard angles of $his metal feet provide extra stimulation. <</if>> /*Extra 2: if not mindbroken/immobi, tease with a flash.*/ <<if $activeSlave.fetish != "mindbroken" && canWalk($activeSlave) && $activeSlave.sexualQuirk == "tease" && $activeSlave.devotion >= 60>> <<if canSee($activeSlave)>>Seeing <<else>>Feeling <</if>>you near your orgasm, $he <<if _footSeed < 40>> <<if $activeSlave.boobs < 300>> presses $his hands on $his flat chest, <<elseif $activeSlave.boobs < 500>> puts $his hands under $his small chest, <<else>> cups $his _boobs breasts with $his hands, <</if>> then sticks out $his tongue, posing like a free cities whore who wants a cumshot. <<elseif _footSeed < 70 && !["chastity", "combined chastity"].includes($activeSlave.dickAccessory) && !(["chastity belt", "combined chastity"].includes($activeSlave.vaginalAccessory)) && ($activeSlave.dick > 0 || $activeSlave.vagina >= 0 )>> spreads $his _legs legs <<if $activeSlave.dick > 0>> <<if $activeSlave.vagina >= 0>> and raises $his _dick <<if canAchieveErection($activeSlave)>>erect <<else>>soft <</if>>cock <<if $activeSlave.balls > 0 && $activeSlave.scrotum > 0>>and _balls balls <</if>> to reveal $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>aroused vagina <<else>> and teases the tip of $his _dick <<if canAchieveErection($activeSlave)>>throbbing <<else>>soft <</if>>dick <</if>> <<else>> to reveal $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>aroused vagina, then $he spreads $his <<if $activeSlave.labia == 3>>extremely large <<elseif $activeSlave.labia == 2>>large <<elseif $activeSlave.labia == 1>>pretty <<else>>minimal <</if>>pussylips <</if>> with a sultry smile. <<else>> rolls onto $his side while still stroking your dick, revealing $his _butt ass, _hips hips and _thighs thighs with a sultry smile. <</if>> <</if>> /*PC orgasms*/ <<if ($activeSlave.fetish == "mindbroken")>> You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even _belly belly with your massive load<<elseif $PC.balls >=1>> and _legs legs with your large load<</if>>. <<elseif !canWalk($activeSlave)>> <<if ($activeSlave.devotion < -50)>> You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his side with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he struggles in your grasp. $He is furious that $he is now covered in cum $he can't easily reach to clean. <<elseif ($activeSlave.devotion < -20)>> You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his side with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>. $He was startled by your orgasm and now wears a conflicted expression, but you are done using $him for now. $He is left covered in cum $he can't easily reach to clean. <<elseif ($activeSlave.devotion < 20)>> You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his side with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he sighs in nervous relief. <<elseif ($activeSlave.devotion < 60 || ($activeSlave.sexualQuirk == "unflinching" && $activeSlave.devotion < 20))>> You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his side with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he rises to an elbow to smile at you. <<else>> <<if ($activeSlave.trust < -50)>> $His lack of trust causes $his eyes to glaze over in fear. <<else>> You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his side with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he moans in pleasure. <</if>> <</if>> <<elseif ($activeSlave.devotion < -50)>> You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he struggles in your grasp with a look of disgust. <<elseif ($activeSlave.devotion < -20)>> You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>. $He was startled by your orgasm and now wears a conflicted expression, as well as your cum, but you are done using $him for now. <<elseif ($activeSlave.devotion < 20)>> You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he sighs in nervous relief. <<elseif ($activeSlave.devotion < 60 || $activeSlave.attrXY < 16 || ($activeSlave.sexualQuirk == "unflinching" && $activeSlave.devotion < 20))>> You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he does $his best to catch your semen on $his legs. <<else>> <<if $activeSlave.fetish == "cumslut" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> When you eventually cum, $activeSlave.slaveName giggles in lustful joy as your hot cum coats $his _skin <<if $PC.balls >= 1>> feet and quickly slides from your desk to kneel in front of your pulsating cock. <<if $PC.balls >= 2>> Your massive load quickly covers $his face as $he moans and twitches in pleasure, semen dripping down $his <<if $activeSlave.boobs < 300>> flat chest <<elseif $activeSlave.boobs < 500>> small chest <<else>> _boobs breasts <</if>> and _belly belly onto $his thighs. <<else>> Your large load coats $his face in sticky semen, some dripping onto $his <<if $activeSlave.boobs < 300>> flat chest. <<elseif $activeSlave.boobs < 500>> small chest. <<else>> _boobs breasts. <</if>> <</if>> <<else>> feet. <</if>> <<elseif $activeSlave.fetish == "humiliation" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he whimpers as even $his feet used as a sex object. <<elseif $activeSlave.fetish == "submissive" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he gasps as $he submissively accepts your semen on $his skin. <<elseif $activeSlave.fetish == "buttslut" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> When you eventually cum, $activeSlave.slaveName moans as your semen lands on $his _skin feet, <<if $PC.balls >= 1>> but quickly turns to present $his _butt ass and _hips hips as a new target. <<if $PC.balls >= 2>> Your massive load quickly covers $his _thighs ass and thighs, sticky cum dripping all the way to $his calves. <<else>> Your large load soaks $his _thighs ass and thighs in sticky semen, which drips down $his _legs legs. <</if>> <<else>> but you know $his wanted to involve $his _butt butt and your cum, if your orgasm had more volume. <</if>> <<elseif $activeSlave.fetish == "boobs" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> You eventually cum all over $his _skin feet<<if $PC.balls >= 2>>, _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he <<if $activeSlave.boobs < 300>>pinches both $his erect nipples <<elseif $activeSlave.boobs < 500>>rubs $his hands across $his small chest <<else>>squeezes $his _boobs breasts tightly <</if>>while moaning in pleasure. <<elseif $activeSlave.fetish == "sadist" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> You eventually cum all over $his _skin feet<<if $PC.balls >= 2>>, _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he gasps slightly and condescendingly smiles as you soil $his feet with semen. <<elseif $activeSlave.fetish == "dom" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> You eventually cum all over $his _skin feet<<if $PC.balls >= 2>>, _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he gasps slightly and holds your cock between $his feet tightly as you soil $his with semen. <<elseif $activeSlave.fetish == "pregnancy" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> When you start to cum, $activeSlave.slaveName moves $his hand from $his belly to <<if $activeSlave.vagina >= 0>> expose $his vagina and spreads $his <<if $activeSlave.labia == 3>>extremely large <<elseif $activeSlave.labia == 2>>large <<elseif $activeSlave.labia == 1>>pretty <<else>>minimal <</if>>pussylips to show where $he wants cum. <<elseif $activeSlave.mpreg == 1>> expose $his <<if $activeSlave.anus >3 >>gaping <<elseif $activeSlave.anus >2 >>very loose <<elseif $activeSlave.anus >1 >>loose <<elseif $activeSlave.anus >0 >>tight <<else>>virgin <</if>>asshole to show where $he wants cum. <<else>> hug $his stomach. <</if>> Your orgasm shoots across $his _skin feet<<if $PC.balls >= 2>>, _legs legs, and even $his _belly belly is marked with your massive load. $He runs $his hands through the cum on $his belly, massaging the semen into $his skin<<elseif $PC.balls >= 1>> and _legs legs<</if>>. <<else>> You eventually cum all over $his _skin feet<<if $PC.balls >= 2>>, _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he moans softly in pleasure as $he feels your hot semen run down $his soles. <</if>> <</if>> /*Extra 3: devoted perverted slave giggles and orgasms*/ <<if ($activeSlave.fetish != "mindbroken" && canWalk($activeSlave) && $activeSlave.sexualQuirk == "perverted" && $activeSlave.devotion >= 60 && !($activeSlave.fetish == "cumslut" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60))>> $He was getting off on the footjob, but the feeling of your cum on <<if $activeSlave.fetish == "buttslut" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60 && $PC.balls >=1>> $his ass and thighs sets off a strong orgasm of $his own, $his _thighs legs quivering as <<if $activeSlave.dick > 0>> <<if $activeSlave.vagina >= 0>> <<if cumAmount($activeSlave) > 20>> $his _dick dick unloads a massive amount of cum, swollen _balls testicles bulging between $his thighs, <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>> pussy and asshole clenching as $he makes a cum puddle on the floor which splashes with every spasm. <<else>> $his _dick dick spurts $his load, $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>pussy and asshole clenching. <</if>> <<else>> <<if cumAmount($activeSlave) > 20>> $he strokes $his _dick penis, swollen _balls testicles bulging between $his thighs, asshole clenching as $he's massive cumshot splashes noisily onto the floor. <<else>> $he strokes $his _dick penis, asshole clenching as $he's cum spurts onto the floor. <</if>> <</if>> <<elseif $activeSlave.vagina >= 0>> $he moans in pleasure, $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>pussy and asshole clenching as $he tries to remain standing. <<else>> $he moans in pleasure, asshole pulsating as $he tries to remain standing. <</if>> <<else>> $his legs<<if $PC.balls >=2>>and belly<</if>> sets off a strong orgasm of $his own, even without masturbating. <<if $activeSlave.dick > 0>> /*dick shoots*/ <<if cumAmount($activeSlave) > 20>>/*huge load*/ $His _dick dick unloads a massive amount of cum, adding $his own semen to $his body, resulting in a slave covered nearly head to toe in spunk. <<else>> $His _dick dick unloads onto $his belly and $boobs chest, and $his giggles and gasps as it rains down. <</if>> <<elseif $activeSlave.vagina >= 0>> $He leans back and moans in pleasure, showing $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>pussy and asshole clenching. <<else>> $He leans back and moans in pleasure, showing $his asshole pulsating. <</if>> <</if>> <<if $activeSlave.vaginaLube >= 1>> After $he leaves, you find a <<if $activeSlave.vaginaLube >= 2>>large <</if>>puddle of pussyjuice on your desk where $he was sitting. <</if>> <</if>> <<if $activeSlave.fetish == "cumslut" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> <<if $PC.balls > 1>> <<if $activeSlave.dick > 0>> <<if cumAmount($activeSlave) > 20>> $His _balls balls visibly throb as _dick dick unloads a massive amount of cum, adding $his own semen to $his body, resulting in a slave utterly plastered in spunk. $His eyes are held shut with a thick layer of cum, and judging by how <<if ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>>$he's dick is still shooting cum even in a cage with no stimulation,<<else>>furiously $he is masturbating,<</if>> $he couldn't be happier. <<else>> $His _dick dick unloads onto $his belly and $boobs chest, and $his giggles and gasps as it rains down with audible splats. $He is splattered in semen, face coated in your cum, and judging by $his nostrils desperately taking in the heady smell and how <<if ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>>$he's dick is still throbbing in orgasm even in a cage with no stimulation,<<else>>$he can't stop masturbating,<</if>> $he couldn't be happier. <</if>> <<elseif $activeSlave.vagina >= 0>> $He leans back and moans in pleasure, $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>pussy and asshole clenching. $He is splattered in semen, face coated in your cum, and judging by $his nostrils desperately taking in your scent and how $he can't stop masturbating, $he couldn't be happier. <<else>> $He leans back and moans in pleasure, asshole pulsating. $He is splattered in semen, face coated in your cum, and judging by $his nostrils desperately taking in your scent and how $he can't stop masturbating, $he couldn't be happier. <</if>> <<else>> $activeSlave.slaveName leans down to wipe semen off $his feet, quickly bringing it into $his mouth with a blissful look as $he tastes your cum and sighs in pleasure. <</if>> <</if>>
DankWolf/fc
src/pregmod/fFeet.tw
tw
bsd-3-clause
32,930
:: FMarry [nobr] <<set $nextButton = "Back", $nextLink = "Slave Interact", $weddingSlaveID = $activeSlave.ID>> <<run Enunciate($activeSlave)>> <<set _belly = bellyAdjective($activeSlave)>> <<run clearSummaryCache($activeSlave)>> <<setLocalPronouns $activeSlave>> <<setLocalPronouns $assistantPronouns 2>> <<if $activeSlave.relationship > 0>> <<set _m = $slaveIndices[$activeSlave.relationshipTarget]>> <<if def _m>> <<if SlaveStatsChecker.checkForLisp($activeSlave)>> <<set _name = lispReplace($slaves[_m].slaveName)>> <<set _heL = lispReplace($he)>> <<set _hisL = lispReplace($his)>> <<set _himL = lispReplace($him)>> <<set _himselfL = lispReplace($himself)>> <<else>> <<set _name = $slaves[_m].slaveName>> /* Use the modified "L"isp variables when they are speaking, just in case. */ <<set _heL =$he>> <<set _hisL = $his>> <<set _himL = $him>> <<set _himselfL = $himself>> <</if>> <<else>> @@.red;Error, relationshipTarget not found.@@ <</if>> <</if>> <<if SlaveStatsChecker.checkForLisp($activeSlave)>> <<set _myName = lispReplace($activeSlave.slaveName)>> <<set _playerSurname = lispReplace($PC.surname)>> <<else>> <<set _myName = $activeSlave.slaveName>> <<set _playerSurname = $PC.surname>> <</if>> You tell $activeSlave.slaveName that you're going to marry $him. (A proposal, of course, would be inappropriate, even in so enlightened a place as your arcology.) <<if $activeSlave.fetish == "mindbroken">> $He doesn't react. <<set _reactionType = 0>> <<elseif $activeSlave.devotion+$activeSlave.trust >= 175>> You're not exactly lacking in ways to make <<if $activeSlave.physicalAge > 30>>women<<else>>girls<</if>> burst into tears, but this one is unusually effective. When $he's gotten $himself under control again, <<if $activeSlave.amp == 1>>looking somewhat embarrassed that $he can't wipe $his own tears<<else>>distractedly cuffing away $his tears<</if>> and consciously breathing deeply, <<if canTalk($activeSlave)>> $he <<say>>s, <<if $activeSlave.relationship != 0>> <<if $activeSlave.relationship == -1>> "I promi<<s>>e I'll try to <<s>>top <<s>>leeping around <<s>>o much." <<elseif $activeSlave.relationship == 4>> "I'll have to break up with _name... I'll try to let _himL down gently, _heL'll under<<s>>tand." <<elseif $activeSlave.relationship == 3>> "_name will mi<<ss>> having <<s>>e<<x>> with me, but _heL'll under<<s>>tand." <<elseif $activeSlave.relationship > 0>> "I'll have to <<s>>top hanging out with _name; I'm <<s>>ure _heL'll under<<s>>tand." <<else>> "I've been waiting for thi<<s>> day! I'm <<s>>o happy!" <</if>> $He continues, <</if>> "Thank you, <<Master>>. I am going to do my be<<s>>t to be a <<if ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>> <<if ($activeSlave.fetish == "submissive")>> perfect <<s>>ubmi<<ss>>ive wife to you, <<elseif ($activeSlave.fetish == "cumslut")>> perfect oral wifey, <<elseif ($activeSlave.fetish == "humiliation")>> hot wife for you, <<elseif ($activeSlave.fetish == "buttslut")>> perfect little anal wifey, <<elseif ($activeSlave.fetish == "boobs")>> <<if $activeSlave.boobs > 800>>perfect big-boobed<<else>>perfect-boobed<</if>> wife <<elseif ($activeSlave.fetish == "pregnancy")>> perfect barefoot breeding wife, <<elseif ($activeSlave.fetish == "dom")>> perfect, you know, <<sh>>aring wife with other <<s>>lave<<s>>, <<elseif ($activeSlave.fetish == "sadist")>> perfect wife to u<<s>>e on other <<s>>lave<<s>>, <<elseif ($activeSlave.fetish == "masochist")>> good, beaten wife, <<else>> good wife, <</if>> <<else>> good wife, <</if>> <<Master>>. Oh, thank you, <<Master>>," $he blubbers, and starts crying again. <<elseif $activeSlave.amp == 1>> $he painstakingly mouths $his thanks, since $he cannot speak or use hands to sign. <<if $activeSlave.relationship != 0>> $He struggles to tell you <<if $activeSlave.relationship == -1>> that $he'll try to be less of a slut. <<elseif $activeSlave.relationship == 4>> that $he'll try to let $his lover $slaves[_m].slaveName down gently. <<elseif $activeSlave.relationship == 3>> that $he'll try to let $his FWB $slaves[_m].slaveName down gently. <<elseif $activeSlave.relationship > 0>> that $he'll have to stop hanging around $slaves[_m].slaveName. <<else>> that $he has never been happier. <</if>> <</if>> <<else>> $he shakily signs $his thanks twice in a row before breaking down again. <<if $activeSlave.relationship != 0>> $He regains composure enough to continue signing out <<if $activeSlave.relationship == -1>> that $he'll try to be less of a slut. <<elseif $activeSlave.relationship == 4>> that $he'll try to let $his lover $slaves[_m].slaveName down gently. <<elseif $activeSlave.relationship == 3>> that $he'll try to let $his FWB $slaves[_m].slaveName down gently. <<elseif $activeSlave.relationship > 0>> that $he'll have to stop hanging around $slaves[_m].slaveName. <<else>> that $he has never been happier. <</if>> <</if>> <</if>> Despite $his devotion and trust, $he is still a slave, and probably knows that $his position could always change. This brings $him one step closer to true permanence, and $he knows it. <<set _reactionType = 1>> <<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>> You're not exactly lacking in ways to make <<if $activeSlave.physicalAge > 30>>women<<else>>girls<</if>> burst into tears, but this one is surprisingly effective. It seems $activeSlave.slaveName does not want to marry you, if $his prolonged, anguished sobbing is anything to go by. However, $he would have to be a fool to think there's any way out of it. <<if canTalk($activeSlave)>> $He <<say>>s, "Plea<<s>>e <<Master>>, I don't want to <<if ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>> <<if ($activeSlave.fetish == "submissive")>> be your little <<s>>ubmi<<ss>>ive fucktoy, <<elseif ($activeSlave.fetish == "cumslut")>> be your cum <<s>>ucker, <<elseif ($activeSlave.fetish == "humiliation")>> be <<s>tripped bare and <<sh>>own off, <<elseif ($activeSlave.fetish == "buttslut")>> have thing<<s>> <<sh>>oved up my butt, <<elseif ($activeSlave.fetish == "boobs")>> have my tit<<s>> tea<<s>>ed every night, <<elseif ($activeSlave.fetish == "pregnancy")>> <<if canGetPregnant($activeSlave)>> get knocked up by you, <<else>> be your pregnant toy, <</if>> <<elseif ($activeSlave.fetish == "dom")>> have to rule your <<s>>i<<ss>>y dick, <<elseif ($activeSlave.fetish == "sadist")>> <<s>>pank your a<<ss>>, <<elseif ($activeSlave.fetish == "masochist")>> get beaten by you, <<else>> <<s>>tay in your ni<<c>>e room, <</if>> <<else>> <<s>>tay in your ni<<c>>e room, <</if>> <<Master>>. You're a terrible per<<s>>on, <<Master>>," $he blubbers, and starts crying again. <<if $activeSlave.relationship != 0>> <<if $activeSlave.relationship == -1>> "I'll never be <<s>>ati<<s>>fied by ju<<s>>t you!" <<elseif $activeSlave.relationship == 4>> "I love _name, not you <<Master>>! You'll never be a<<s>> good as $his!" <<elseif $activeSlave.relationship == 3>> "But I like having <<s>>e<<x>> with _name, not you <<Master>>! You'll never be a<<s>> good as _himL!" <<elseif $activeSlave.relationship > 0>> "But I like <<s>>pending time with _name, _heL'<<s>> <<s>>o much ni<<c>>er to be around than you, <<Master>>. <<else>> "I need you in my life, <<Master>>, so why don't you bend down like the bitch you are and <<if $activeSlave.dick > 0>><<s>>uck my dick<<elseif $activeSlave.vagina > -1>>eat me out<<else>>lick my a<<ss>><</if>>, <<Master>>?" <</if>> <</if>> <<elseif $activeSlave.amp == 1>> $he painstakingly mouths $his displeasure, since $he cannot speak or use hands to sign. <<if $activeSlave.relationship != 0>> <<if $activeSlave.relationship == -1>> $He desperately tries to explain that you'll never satisfy $him. <<elseif $activeSlave.relationship == 4>> $He desperately tries to explain that $his love, $slaves[_m].slaveName, is better than you'll ever be. <<elseif $activeSlave.relationship == 3>> $He desperately tries to explain that $his lover, $slaves[_m].slaveName, satisfies $his far better than you can. <<elseif $activeSlave.relationship > 0>> $He desperately tries to explain $his friend, $slaves[_m].slaveName, is so much more enjoyable to be around than you. <<else>> $He wiggles $his nethers at you, as if trying to tell you to do something. <</if>> <</if>> <<else>> $he shakily makes a rather rude hand gesture before crying more. <<if $activeSlave.relationship != 0>> <<if $activeSlave.relationship == -1>> $He also makes it clear that you'll never satisfy $him. <<elseif $activeSlave.relationship == 4>> $He also makes it clear that $his love, $slaves[_m].slaveName, is better than you'll ever be. <<elseif $activeSlave.relationship == 3>> $He also makes it clear that $his lover, $slaves[_m].slaveName, satisfies $him far better than you can. <<elseif $activeSlave.relationship > 0>> $He also makes it clear $his friend, $slaves[_m].slaveName, is so much more enjoyable to be around than you. <<else>> On top of the prior gesturing, $he adds another, lewder one involving you and $his crotch. <</if>> <</if>> <</if>> Despite $his "fortune", $he is still a slave, and undoubtedly knows that $his position could easily change should you tire of $him. $His tears may not all be genuine either, you have a feeling $he may be trying to take advantage of you. <<set _reactionType = 2>> <<elseif $activeSlave.devotion < -20>> You're not exactly lacking in ways to make <<if $activeSlave.physicalAge > 30>>women<<else>>girls<</if>> burst into tears, but this one is unusually effective. It seems $activeSlave.slaveName does not want to marry you, if $his prolonged, anguished sobbing is anything to go by. However, $he would have to be a fool to think there's any way out of it. You lean in and whisper that <<if ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>> <<if ($activeSlave.fetish == "submissive")>> $he'll make the perfect submissive wife for you dominate. <<elseif ($activeSlave.fetish == "cumslut")>> $he'll make the perfect oral wifey for your <<if $PC.dick > 0 && $PC.vagina > 0>>dick and pussy<<elseif $PC.dick > 0>>cock<<else>>pussy<</if>> to enjoy. <<elseif ($activeSlave.fetish == "humiliation")>> $he'll make a hot wife for you to parade around naked. <<elseif ($activeSlave.fetish == "buttslut")>> $he'll make the perfect little anal wifey <<if $PC.dick > 0>>to keep your dick warm<<else>>stick things in<</if>>. <<elseif ($activeSlave.fetish == "boobs")>> $he'll make the <<if $activeSlave.boobs > 800>>perfect big-boobed<<else>>perfect-boobed<</if>> wife for you to bury your head into. <<elseif ($activeSlave.fetish == "pregnancy")>> $he'll make the perfect barefoot breeding wife.<<if $PC.dick > 0 && canGetPregnant($activeSlave)>> You poke $him with your erection, letting $him know what $he's in for.<</if>> <<elseif ($activeSlave.fetish == "dom")>> $he'll make the perfect dominant wife to force upon $his closest friends. <<elseif ($activeSlave.fetish == "sadist")>> $he'll make the perfect cruel wife to force upon $his closest friends. <<elseif ($activeSlave.fetish == "masochist")>> $he'll make a good, beaten wife. <<else>> $he'll make a good wife. <</if>> <<else>> $he'll make a good wife. <</if>> <<if canTalk($activeSlave)>> "<<Master>>. Plea<<s>>e, <<Master>>, don't make me do thi<<s>>. I don't want thi<<s>>!" $he blubbers, and starts crying again. <<if $activeSlave.relationship != 0>> <<if $activeSlave.relationship == -1>> "I need a new dick in me every night! How can I be <<s>>ati<<s>>fied like thi<<s>>?!" <<elseif $activeSlave.relationship == 4>> "I love _name! Plea<<s>>e don't <<s>>plit u<<s>> up <<Master>>! I'll be a good $girl, <<Master>>, plea<<s>>e!" <<elseif $activeSlave.relationship == 3>> "I love playing around with _name! Plea<<s>>e don't <<s>>plit u<<s>> up <<Master>>! I'll be a good $girl, <<Master>>, plea<<s>>e!" <<elseif $activeSlave.relationship > 0>> "But I like <<s>>pending time with _name! Plea<<s>>e don't <<s>>plit u<<s>> up <<Master>>! I'll be a good $girl, <<Master>>, plea<<s>>e!" <<else>> "I need you in my life, <<Master>>, but not like thi<<s>>, plea<<s>>e?" <</if>> <</if>> <<elseif $activeSlave.amp == 1>> $He painstakingly pleads with you, since $he cannot speak or use hands to sign. <<if $activeSlave.relationship != 0>> <<if $activeSlave.relationship == -1>> $He desperately tries to explain that $he needs multiple partners. <<elseif $activeSlave.relationship == 4>> $He desperately begs you to not separate $him from $his love, $slaves[_m].slaveName. <<elseif $activeSlave.relationship == 3>> $He desperately begs you to not separate $him from $his lover, $slaves[_m].slaveName. <<elseif $activeSlave.relationship > 0>> $He desperately begs you to not separate $him from $his friend, $slaves[_m].slaveName. <<else>> $He desperately begs you to not marry $him, despite $his emotional connection with you. <</if>> <</if>> <<else>> $He desperately struggles to plead with you before breaking down again. <<if $activeSlave.relationship != 0>> <<if $activeSlave.relationship == -1>> $He tries to explain that $he needs multiple partners. <<elseif $activeSlave.relationship == 4>> $He begs you to not separate $him from $his love, $slaves[_m].slaveName. <<elseif $activeSlave.relationship == 3>> $He begs you to not separate $him from $his lover, $slaves[_m].slaveName. <<elseif $activeSlave.relationship > 0>> $He begs you to not separate $him from $his friend, $slaves[_m].slaveName. <<else>> $He begs you to not marry $him, despite $his emotional connection with you. <</if>> <</if>> <</if>> You leave $him to weep and consider $his fate. Despite $his "fortune", $he is still a slave, and undoubtedly knows that $his position could easily change should you tire of $him. <<set _reactionType = 2>> <<else>> $He doesn't really react to this. By no means does $he want to be your wife, but she's obedient enough to know that you are in charge. You leave $him to $his business, and go back to yours. <<if $activeSlave.relationship != 0>> <<if $activeSlave.relationship == -1>> $He sighs at the realization that $he won't be allowed to be so promiscuous and will have to learn to focus $his attention on you. <<elseif $activeSlave.relationship == 4>> $He sighs at the realization that $he'll have to stop seeing $his love, $slaves[_m].slaveName. <<elseif $activeSlave.relationship == 3>> $He sighs at the realization that $he'll have to stop spending so much time with $his lover, $slaves[_m].slaveName. <<elseif $activeSlave.relationship > 0>> $He sighs at the realization that $he'll have to stop spending so much time with $his friend, $slaves[_m].slaveName. <<else>> Deep down, $he dreamed of this. But now that it's happening $he can't shake the feeling of regret. <</if>> <</if>> <<set _reactionType = 3>> <</if>> <br><br> <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> prompts you for wedding <<if $assistant == 0>> instructions. <<else>> instructions, _his2 <<if $assistantAppearance == "monstergirl">> monstergirl avatar appearing in a surprisingly conventional surplice that covers _him2 up decently. All except for _his2 horns, which protrude from under the headpiece. <<elseif $assistantAppearance == "shemale">> shemale avatar appears in a collar patterned to look like a minister's, and absolutely nothing else, stroking _himself2 with anticipation. <<elseif $assistantAppearance == "amazon">> amazon avatar wearing a tribal shaman's cape and carrying a medicine stick adorned with all sorts of little charms and baubles. <<elseif $assistantAppearance == "businesswoman">> businesswoman avatar looking rather severe in a minister's collar. <<elseif $assistantAppearance == "fairy">> fairy avatar looking incredibly silly, dressed in an oversized, disheveled priest's robes and looking rather smug about it. <<elseif $assistantAppearance == "pregnant fairy">> fairy avatar looking incredibly silly, dressed in an oversized, disheveled priest's robes stretched tight by _his2 pregnant belly and looking rather smug about it. <<elseif $assistantAppearance == "goddess">> goddess avatar completely unchanged, since _he2 considers _his2 usual form perfectly appropriate for a marriage. <<elseif $assistantAppearance == "hypergoddess">> goddess avatar completely unchanged, since _he2 considers _his2 usual form perfectly appropriate for a marriage. <<elseif $assistantAppearance == "loli">> loli avatar looking surprisingly mature in a minister's collar. Though, _he2 would rather be the flower _girl2 in this wedding. <<elseif $assistantAppearance == "preggololi">> loli avatar looking surprisingly mature in a minister's collar. Though, _he2 would rather be the flower _girl2 in this wedding. <<elseif $assistantAppearance == "schoolgirl">> schoolgirl avatar looking willfully absurd in a minister's collar and _his2 usual short plaid skirt. <<elseif $assistantAppearance == "angel">> angelic avatar looking, well, angelic in _his2 usual garb with an added minister's collar. <<elseif $assistantAppearance == "cherub">> angelic avatar looking absurd in _his2 oversized robe, complete with wing-holes, and minister's collar. <<elseif $assistantAppearance == "incubus">> demonic avatar completely unchanged, since _he2 considers _his2 usual form perfectly appropriate for a marriage, though _he2 has made sure to be fully erect for the wedding. <<elseif $assistantAppearance == "succubus">> demonic avatar wearing nothing but a minister's collar. _He2 has brought several marital aids along with _him2 to tease the bride and groom with. <<elseif $assistantAppearance == "imp">> demonic avatar looking absurd in _his2 oversized robe, complete with wing-holes, and minister's collar. <<elseif $assistantAppearance == "witch">> witchy avatar looking rather formal in a fine robe and minister's collar. <<elseif $assistantAppearance == "ERROR_1606_APPEARANCE_FILE_CORRUPT">> twitching avatar completely unchanged, sans a bulbous ring of flesh around _his2 neck that sort of resembles a minister's collar. <<else>> symbol appearing in white. <</if>> <</if>> <br> <span id="result"> <br><<link "Just redesignate $him as your slave wife">> <<replace "#result">> You order $assistantName to simply redesignate $activeSlave.slaveName as your slave wife. <<if $assistant == 0>> "Slave redesignated," it responds immediately. The thing is done. <<else>> <<if $assistantAppearance == "monstergirl">> _His2 avatar snaps its fingers and shrugs off its surplice, revealing _his2 tentacle hair, pale skin, and cocks once more. <<elseif $assistantAppearance == "shemale">> _His2 avatar snaps its fingers and starts to masturbate more energetically. <<elseif $assistantAppearance == "amazon">> _His2 avatar gives its medicine stick a shake. <<elseif $assistantAppearance == "businesswoman">> _Hi2s avatar snaps its fingers. <<elseif ($assistantAppearance == "fairy") || ($assistantAppearance == "pregnant fairy")>> _His2 avatar claps its hands twice, looking a bit disappointed at the lack of celebration. <<elseif $assistantAppearance == "goddess">> _His2 avatar makes a complex hand gesture, looking beatific. <<elseif $assistantAppearance == "hypergoddess">> _His2 avatar makes a complex hand gesture, looking beatific. <<elseif $assistantAppearance == "loli">> _His2 avatar claps its hands together. <<elseif $assistantAppearance == "preggololi">> _His2 avatar claps its hands together. <<elseif $assistantAppearance == "schoolgirl">> _His2 avatar snaps its fingers and gives a little twirl. <<elseif $assistantAppearance == "angel">> _His2 avatar spreads its wings and arms and emits a flash of light. <<elseif $assistantAppearance == "cherub">> _His2 avatar claps its hands together, emitting a burst of light. <<elseif $assistantAppearance == "incubus">> _His2 avatar flicks the tip of its penis and blows _his2 load towards the both of you. <<elseif $assistantAppearance == "succubus">> _His2 avatar starts to masturbate furiously and orgasms lewdly. <<elseif $assistantAppearance == "imp">> _His2 avatar claps its hands together, emitting a burst of darkness. <<elseif $assistantAppearance == "witch">> _His2 avatar pulls out its spellbook and attempts a spell to bind you two; _he2 manages to conjure a large ring around _him2, pinning _his2 arms to _his2 sides. <<elseif $assistantAppearance == "ERROR_1606_APPEARANCE_FILE_CORRUPT">> _His2 avatar splits open to reveal a number of tentacles and wraps them around each other. <<else>> _His2 symbol flashes. <</if>> "Done," _he2 says. <</if>> <<if $activeSlave.relationship > 0>> <<set $activeSlave.relationshipTarget = 0>> <<set $slaves[_m].relationship = 0, $slaves[_m].relationshipTarget = 0>> <</if>> <<if $activeSlave.devotion+$activeSlave.trust >= 175>> <<if $activeSlave.relationship > 0>> Both $him and $his ex are @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other's future. <<if $activeSlave.relationship == 4>> <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> <<elseif $activeSlave.relationship == 3>> <<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>> <<else>> <<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>> <</if>> <</if>> <<elseif $activeSlave.devotion < -20>> <<if $activeSlave.relationship == -1>> $He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays. <<set $activeSlave.devotion -= 40, $activeSlave.trust -= 40>> <<elseif $activeSlave.relationship == 4>> Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. <<set $slaves[_m].devotion -= 40, $slaves[_m].trust -= 40>> <<set $activeSlave.devotion -= 40, $activeSlave.trust -= 40>> <<elseif $activeSlave.relationship == 3>> Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>> <<set $activeSlave.devotion -= 30, $activeSlave.trust -= 30>> <<elseif $activeSlave.relationship > 0>> Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> <<set $activeSlave.devotion -= 20, $activeSlave.trust -= 20>> <</if>> <<else>> <<if $activeSlave.relationship == -1>> $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays. <<set $activeSlave.devotion -= 10, $activeSlave.trust -= 10>> <<elseif $activeSlave.relationship == 4>> Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> <<set $activeSlave.devotion -= 20, $activeSlave.trust -= 20>> <<elseif $activeSlave.relationship == 3>> Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>> <<set $activeSlave.devotion -= 10, $activeSlave.trust -= 10>> <<elseif $activeSlave.relationship > 0>> Both $him and $his ex are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other. <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> <<set $activeSlave.devotion -= 5, $activeSlave.trust -= 5>> <</if>> <</if>> <<set $activeSlave.relationship = -3>> <<if $PC.surname && $activeSlave.slaveSurname != $PC.surname>> <br><br><span id="surnaming"> <<link "Give $him your surname">> <<replace "#surnaming">> <<set $activeSlave.slaveSurname = $PC.surname>> You also command $assistantName to rename your new slave wife $activeSlave.slaveName $activeSlave.slaveSurname. <<if $activeSlave.fetish == "mindbroken">> The new Mrs. $activeSlave.slaveSurname hears this, of course, and shows no reaction. Like many things, names mean nothing to $him now. <<elseif $activeSlave.devotion+$activeSlave.trust >= 175>> The new Mrs. $activeSlave.slaveSurname hears this, of course, and breaks down again. Being brusquely redesignated as your slave wife was such a sterile experience that $he wasn't sure it was real, and hearing that $he's to take your surname @@.mediumaquamarine;reassures $him@@ that it is. Not to mention, $he might be a $desc, but $he's still a $girl, and hearing that $he wouldn't get a decent wedding did disappoint $him, but this makes up for it. You might not be all that expressive, but @@.hotpink;$he's your wife,@@ and that's what matters to $him. <<set $activeSlave.devotion += 5, $activeSlave.trust += 5>> <<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>> The new Mrs. $activeSlave.slaveSurname hears this, of course, and scoffs audibly. @@.mediumorchid;$He'll remember $his name, even if you try to take it away.@@ $He can't hide @@.mediumorchid;$his annoyance@@ that you couldn't even spring for a fancy wedding. <<set $activeSlave.devotion -= 10>> <<elseif $activeSlave.devotion < -20>> The new Mrs. $activeSlave.slaveSurname hears this, of course, and breaks down again. Not only have you taken $his hand, but now also $his name; @@.hotpink;$he's yours now,@@ nothing $he thinks can change that. <<set $activeSlave.devotion += 5>> <<else>> The new Mrs. $activeSlave.slaveSurname hears this, of course, and nods acceptingly. Being trusted with your surname @@.mediumaquamarine;reassures $him@@ that $he must mean something to you, though $he is a @@.mediumorchid;little disappointed@@ by the lack of a wedding, however. <<set $activeSlave.devotion--, $activeSlave.trust += 5>> <</if>> <</replace>> <</link>> </span> <</if>> <</replace>> <</link>> <br><<link "Have your assistant marry $him to you">> <<replace "#result">> You order $activeSlave.slaveName to go change into bridal lingerie. <<if _reactionType == 0>> <<if canWalk($activeSlave)>> $He hurries off, still crying. When $he returns, $he's wearing <<else>> $He is helped out, still crying. When $he is returned, $he's wearing <</if>> <<elseif _reactionType == 1>> $He is helped out, completely unaware of $his pending marriage. When $he is returned, $he's wearing <<elseif _reactionType == 2>> <<if canWalk($activeSlave)>> $He shuffles off, still sobbing. When $he returns, $he's wearing <<else>> $He is helped out, still sobbing. When $he is returned, $he's wearing <</if>> <<else>> <<if canWalk($activeSlave)>> $He hurries off to fulfill your orders. When $he returns, $he's wearing <<else>> $He is helped out to get dressed. When $he is returned, $he's wearing <</if>> <</if>> <<if ($activeSlave.vagina == 0)>> white, since $he's a virgin. <<elseif ($activeSlave.pregKnown == 1)>> light pink, since $he is pregnant. <<elseif ($activeSlave.vagina < 0) && ($activeSlave.anus == 0)>> white, since $he's an anal virgin. <<elseif ($activeSlave.vagina < 0) && ($activeSlave.boobs > 500)>> electric blue, since $he's a shemale. <<elseif ($activeSlave.vagina < 0)>> pale blue, since $he's a sissy slave. <<elseif ($activeSlave.dick > 0)>> hot pink, since $he's a futa slave. <<else>> light pink, since $he's an experienced sex slave. <</if>> A flimsy veil covers $his head and shoulders. <<if ($activeSlave.boobs > 4000)>> On such short notice, no bridal bra for boobs of $his size was available, so $he's topless. Not a tragedy. <<elseif ($activeSlave.boobs > 1200)>> $His lacy bridal bra just barely restrains $his huge boobs, leaving the tops of $his areolae visible. <<elseif ($activeSlave.boobs > 400)>> $His lacy bridal bra flatters $his pretty breasts. <<else>> $His lacy bridal bra flatters $his pretty chest. <</if>> <<if $activeSlave.bellyPreg >= 600000>> $His expansive, squirming pregnant belly makes $his bridal wear particularly obscene. <<elseif ($activeSlave.bellyPreg >= 1500)>> $His _belly pregnant belly protrudes out the front of $his bridal wear. <<elseif ($activeSlave.bellyImplant >= 1500)>> $His _belly <<print $activeSlave.bellyImplant>>cc belly implant protrudes $his middle out the front of $his bridal wear. <<elseif ($activeSlave.bellyFluid >= 10000)>> $His hugely bloated, <<print $activeSlave.inflationType>>-filled belly protrudes out the front of $his bridal wear. <<elseif ($activeSlave.bellyFluid >= 5000)>> $His bloated, <<print $activeSlave.inflationType>>-stuffed belly protrudes out the front of $his bridal wear. <<elseif ($activeSlave.bellyFluid >= 1500)>> $His distended, <<print $activeSlave.inflationType>>-belly protrudes out the front of $his bridal wear. <</if>> <<if $activeSlave.dickAccessory == ("chastity") || $activeSlave.dickAccessory == ("combined chastity")>> $His slave dick is hidden by its chastity cage. <<elseif canAchieveErection($activeSlave)>> <<if ($activeSlave.dick > 4) && ($activeSlave.belly >= 5000)>> $He's hugely erect, with $his lacy g-string only serving to hold $his dick agonizingly pressed against the bottom of $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnant <</if>>belly. <<elseif $activeSlave.dick > 4>> $He's hugely erect, with $his lacy g-string only serving to hold $his dick upright along $his belly. <<else>> $His erection tents the front of $his lacy g-string. <</if>> <<elseif ($activeSlave.dick > 0)>> <<if $activeSlave.dick > 10>> $His huge soft cock is allowed to dangle freely as no g-string could hope to contain it. <<elseif $activeSlave.dick > 4>> $His big soft cock forms a lewd mass, stuffed into $his lacy g-string. <<else>> $His lacy g-string perfectly conceals $his soft dick. <</if>> <<else>> <<if $activeSlave.clit > 1>> $His huge clit is quite hard, making $his shift uncomfortably as $his lacy g-string stimulates it. <<else>> $His lacy g-string is starting to look a bit moist in front. <</if>> <</if>> <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> marries $him to you in a brief ceremony adapted for slaves and their owners. You place a <<if $activeSlave.amp != 1>> simple steel ring on $his finger; <<else>> chain with a simple steel ring around $his neck; <</if>> $he does not reciprocate, since this marriage does not bind you. <<if $assistant == 0>> "The marriage protocol now requires you to <<if $PC.dick == 1>>fellate<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>perform cunnilingus on<</if>> the <<if $PC.title == 1>>groom<<else>>the bride<</if>>," $assistantName orders $him, and $he <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. <<else>> <<if $assistantAppearance == "monstergirl">> "To consecrate the ceremony," $assistantName concludes, "$activeSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat <<if $PC.title == 1>>his<<else>>$his<</if>> pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistantName's avatar begins to play with _his2 dicks. <<elseif $assistantAppearance == "shemale">> "To get this marriage started," $assistantName concludes, "$activeSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat <<if $PC.title == 1>>his<<else>>$his<</if>> pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistantName's avatar starts to jill off. <<elseif $assistantAppearance == "amazon">> "To complete this ritual," $assistantName concludes, "$activeSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat <<if $PC.title == 1>>his<<else>>$his<</if>> pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistantName's avatar starts to jill off. <<elseif $assistantAppearance == "businesswoman">> "To consecrate the marriage," $assistantName concludes, "$activeSlave.slaveName, you will now <<if $PC.dick == 1>>fellate<<else>>perform cunnilingus on<</if>> the <<if $PC.title == 1>>groom<<else>>the bride<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistantName's avatar sneaks a hand down _his2 suit skirt, blushing furiously. <<elseif $assistantAppearance == "fairy">> "To seal the deal," $assistantName concludes, "$activeSlave.slaveName, you gotta drink the <<if $PC.title == 1>>groom's <<else>>bride's <</if>><<if $PC.dick == 1>>semen<<if $PC.vagina == 1>> and pussy juices<</if>><<else>>pussy juices<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistantName's avatar spreads _his2 legs while still hovering in the air and masturbates eagerly through _his2 half-worn robes. <<elseif $assistantAppearance == "pregnant fairy">> "To seal the deal," $assistantName concludes, "$activeSlave.slaveName, you gotta drink the <<if $PC.title == 1>>groom's <<else>>bride's <</if>><<if $PC.dick == 1>>semen<<if $PC.vagina == 1>> and pussy juices<</if>><<else>>pussy juices<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistantName's pregnant avatar curls while still hovering in the air and masturbates eagerly around _his2 large belly. <<elseif $assistantAppearance == "goddess">> "To consummate the marriage," $assistantName concludes, "$activeSlave.slaveName, you must now <<if $PC.dick == 1>>drink the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s seed<<else>>drink the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s female juices<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistantName's avatar looks on approvingly, cradling _his2 perpetual pregnancy. <<elseif $assistantAppearance == "hypergoddess">> "To consummate the marriage," $assistantName concludes, "$activeSlave.slaveName, you must now <<if $PC.dick == 1>>drink the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s seed<<else>>drink the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s female juices<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistantName's avatar looks on approvingly, cradling _his2 massive perpetual pregnancy. <<elseif $assistantAppearance == "loli">> "To consummate the marriage," $assistantName concludes, "$activeSlave.slaveName, you should now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s cock<<if $PC.vagina == 1>>and lick their cunny.<</if>><<else>>lick the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s cunny<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistantName's avatar sneaks a hand down _his2 dress, blushing furiously. <<elseif $assistantAppearance == "preggololi">> "To consummate the marriage," $assistantName concludes, "$activeSlave.slaveName, you should now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s lovely cock<<if $PC.vagina == 1>>and eat out their cunt.<</if>><<else>>lick the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s cunt<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistantName's avatar attempts to sneak a hand down _his2 dress, but is thwarted by _his2 belly. _He2 instead openly rubs _his2 crotch through the front of _his2 dress, blushing furiously. <<elseif $assistantAppearance == "schoolgirl">> "To get this marriage started," $assistantName concludes, "$activeSlave.slaveName, the rules say you should now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat <<if $PC.title == 1>>his<<else>>$his<</if>> pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistantName's avatar starts to jill off. <<elseif $assistantAppearance == "angel">> "To consummate the marriage," $assistantName concludes, "$activeSlave.slaveName, you must now join <<= PlayerName()>> in their bedroom and consummate this marriage." The slave <<if _reactionType == 0>>stares blankly<<else>>looks confused<</if>>. "After the wedding ends, would be the time." $assistantName says, covering _his2 face in embarrassment at the thought. <<elseif $assistantAppearance == "cherub">> "To consummate the marriage," $assistantName concludes, "$activeSlave.slaveName, you should <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s cock<<if $PC.vagina == 1>>and lick their pussy,<</if>><<else>>lick the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s pussy<</if>>, in the privacy of <<= PlayerName()>>'s bedroom, of course." $assistantName hides _his2 face in _his2 hands at the thought. <<elseif $assistantAppearance == "incubus">> "To get this marriage started," $assistantName concludes, "$activeSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat <<if $PC.title == 1>>his<<else>>$his<</if>> pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Enjoying the sight, $assistantName's avatar begins to furiously stroke its shaft. <<elseif $assistantAppearance == "succubus">> "To get this marriage started," $assistantName concludes, "$activeSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat <<if $PC.title == 1>>his<<else>>$his<</if>> pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistantName's avatar pulls out a large dildo and begins ramming it into _his2 own pussy. <<elseif $assistantAppearance == "imp">> "To get this marriage started," $assistantName concludes, "$activeSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat <<if $PC.title == 1>>his<<else>>$his<</if>> pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistantName's avatar hikes _his2 robe and vigorously rubs _his2 pussy. <<elseif $assistantAppearance == "witch">> "To get this marriage started," $assistantName concludes, "$activeSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat <<if $PC.title == 1>>his<<else>>$his<</if>> pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistantName's avatar begins to fidget at the sight, having summoned a vibrator beforehand and accidentally linked it to your pleasure. <<elseif $assistantAppearance == "ERROR_1606_APPEARANCE_FILE_CORRUPT">> "To get this marriage started," $assistantName concludes, "$activeSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat <<if $PC.title == 1>>his<<else>>$his<</if>> pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistantName's avatar begins to swell, drawing all its gained mass to its midsection. Its gravid middles splits vertically, allowing a new mass of flesh to fall to the floor, which quickly grows and reshapes itself into a spitting image of yourself. Meanwhile, the original twists into an image of $activeSlave.slaveName. $assistantName's two avatars begin copying you and $activeSlave.slaveName's actions perfectly. <<else>> "To get this marriage started," $assistantName concludes, "$activeSlave.slaveName, the rules say you should now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat <<if $PC.title == 1>>his<<else>>$his<</if>> pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. With only a symbol to express _his2 approval, $assistantName is forced to content _himself2 with spinning the symbol and making it glow in time with your new slave wife's efforts. <</if>> "Done," _he2 says when you climax. "Enjoy your <<if ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>> <<if ($activeSlave.fetish == "submissive")>> submissive slave wife!" <<elseif ($activeSlave.fetish == "cumslut")>> slave wife's mouth!" <<elseif ($activeSlave.fetish == "humiliation")>> exhibitionist slave wife!" <<elseif ($activeSlave.fetish == "buttslut")>> slave wife's butthole!" <<elseif ($activeSlave.fetish == "boobs")>> slave wife's boobs!" <<elseif ($activeSlave.fetish == "pregnancy")>> breeder wife!" <<elseif ($activeSlave.fetish == "dom")>> slave wife's aggression!" <<elseif ($activeSlave.fetish == "sadist")>> slave wife's sadistic tendencies!" <<elseif ($activeSlave.fetish == "masochist")>> slave wife's pain!" <<else>> slave wife!" <</if>> <<else>> slave wife!" <</if>> <</if>> <<if $activeSlave.relationship > 0>> <<set $activeSlave.relationshipTarget = 0>> <<set $slaves[_m].relationship = 0, $slaves[_m].relationshipTarget = 0>> <</if>> <<if $activeSlave.devotion+$activeSlave.trust >= 175>> <<if $activeSlave.relationship > 0>> $His ex is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for her love's future. <<if $activeSlave.relationship == 4>> <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> <<elseif $activeSlave.relationship == 3>> <<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>> <<else>> <<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>> <</if>> <</if>> <<elseif $activeSlave.devotion < -20>> <<if $activeSlave.relationship == -1>> $He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays. <<set $activeSlave.devotion -= 40, $activeSlave.trust -= 40>> <<elseif $activeSlave.relationship == 4>> Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. <<set $slaves[_m].devotion -= 40, $slaves[_m].trust -= 40>> <<set $activeSlave.devotion -= 40, $activeSlave.trust -= 40>> <<elseif $activeSlave.relationship == 3>> Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>> <<set $activeSlave.devotion -= 30, $activeSlave.trust -= 30>> <<elseif $activeSlave.relationship > 0>> Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> <<set $activeSlave.devotion -= 20, $activeSlave.trust -= 20>> <</if>> <<else>> <<if $activeSlave.relationship == -1>> $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays. <<set $activeSlave.devotion -= 10, $activeSlave.trust -= 10>> <<elseif $activeSlave.relationship == 4>> Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> <<set $activeSlave.devotion -= 20, $activeSlave.trust -= 20>> <<elseif $activeSlave.relationship == 3>> Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>> <<set $activeSlave.devotion -= 10, $activeSlave.trust -= 10>> <<elseif $activeSlave.relationship > 0>> Both $him and $his ex are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other. <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> <<set $activeSlave.devotion -= 5, $activeSlave.trust -= 5>> <</if>> <</if>> <<set $activeSlave.relationship = -3>> <<if $PC.surname && $activeSlave.slaveSurname != $PC.surname>> <br><br><span id="surnaming"> <<link "Give $him your surname">> <<replace "#surnaming">> <<set $activeSlave.slaveSurname = $PC.surname>> You also command $assistantName to rename your new slave wife $activeSlave.slaveName $activeSlave.slaveSurname. <<if $activeSlave.fetish == "mindbroken">> Before you get too distracted, you tell your lovely new wife that $he's now to be known as $activeSlave.slaveName $activeSlave.slaveSurname. You are uncertain if it sunk in or not. <<elseif $activeSlave.devotion+$activeSlave.trust >= 175>> Before you get too distracted, you tell your lovely new wife that $he's now to be known as $activeSlave.slaveName $activeSlave.slaveSurname. It would be an understatement to say $he's delighted. $He's a good $desc, but even $he has to retain a kernel of doubt about whether a marriage between an owner and a piece of property is really worth much. This @@.mediumaquamarine;reassures $him@@ that it is. $His special day probably wasn't exactly like $he might once have imagined it, but $he obviously thinks it's been @@.hotpink;very nice,@@ all things considered. <<if canTalk($activeSlave)>>"_myName _playerSurname," $he murmurs to $himself occasionally, smiling.<</if>> <<set $activeSlave.devotion += 5, $activeSlave.trust += 5>> <<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>> Before you get too distracted, you tell your lovely new wife that $he's now to be known as $activeSlave.slaveName $activeSlave.slaveSurname. @@.mediumorchid;$He'll remember $his name, even if you try to take it away.@@ <<if canTalk($activeSlave)>>"_myName _playerSurname," $he mutters to $himself occasionally; their is a distinct distaste to the way $he says it.<</if>> <<set $activeSlave.devotion -= 10>> <<elseif $activeSlave.devotion < -20>> Before you get too distracted, you tell your quivering new wife that $he's now to be known as $activeSlave.slaveName $activeSlave.slaveSurname. $He nods in terror. Not only have you taken $his hand, but now also $his name; @@.hotpink;$he's yours now,@@ nothing $he thinks can change that. <<if canTalk($activeSlave)>>"_myName _playerSurname," $he mutters to $himself occasionally, $his voice wavering as $he struggles to hold back the tears.<</if>> <<set $activeSlave.devotion += 5>> <<else>> Before you get too distracted, you tell your lovely new wife that $he's now to be known as $activeSlave.slaveName $activeSlave.slaveSurname. $He nods acceptingly. $He's a good $desc, but $he has doubts about whether a marriage between an owner and a piece of property is really worth much. That doesn't matter, @@.mediumaquamarine;it's worth something to $him.@@ <<if canTalk($activeSlave)>>"_myName _playerSurname," $he murmurs to $himself occasionally, listening to how it sounds.<</if>> <<set $activeSlave.trust += 5>> <</if>> <</replace>> <</link>> </span> <</if>> <</replace>> <</link>> <<if $cash > 10000>> <br>Invite prominent citizens to a wedding (This will cost <<print cashFormat(10000)>>): <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Straightforward ceremony">> <<replace "#result">> You order $assistantName to invite deserving citizens to a straightforward ceremony for a slave being married to a slaveowner, and to make the arrangement. The wedding will take place during the upcoming week. <<set $weddingPlanned = 1>> <<set $cash -= 10000>> <</replace>> <</link>> <<if ($activeSlave.vagina != 0) && ($activeSlave.anus != 0)>> <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Orgiastic ceremony">> <<replace "#result">> You order $assistantName to invite deserving citizens to an orgiastic ceremony for a slave being married to a slaveowner, and to make the arrangements. The wedding orgy will take place during the upcoming week. <<set $weddingPlanned = 2>> <<set $cash -= 10000>> <</replace>> <</link>> //This will involve the slave having sex with a very large number of citizens// <</if>> <<if isFertile($activeSlave) && ($PC.dick == 1)>> <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Impregnation ceremony">> <<replace "#result">> You order $assistantName to invite deserving citizens to a ceremony for a fertile slave being married to a slaveowner, and to make the arrangements. The wedding will take place during the upcoming week. <<set $weddingPlanned = 3>> <<set $cash -= 10000>> <</replace>> <</link>> //This will involve you impregnating the slave// <</if>> <<else>> //You cannot afford an elaborate ceremony// <</if>> </span>
DankWolf/fc
src/pregmod/fMarry.tw
tw
bsd-3-clause
53,167
:: FSelf [nobr] <<set $nextButton = "Back">> <<set $nextLink = "Main">> <<set $CumSources = 0>> <<set $CumSources = []>> <<for $i = 0; $i < $slaves.length; $i++>> <<if $slaves[$i].assignment == "work in the dairy" && $slaves[$i].balls > 0 && $slaves[$i].ballType == "human" && $slaves[$i].vasectomy != 1>> <<set $CumSources.push($slaves[$i].ID)>> <</if>> <</for>> <<if $arcologies[0].FSPastoralistLaw == 1>> <<set $CumSources.push(0),$CumSources.push(0),$CumSources.push(0),$CumSources.push(0),$CumSources.push(0),$CumSources.push(0)>> <</if>> <<if $PC.cumTap == 0>> Taking the hose and attaching the delectable cockhead to it, you drag it over to your bed and make yourself comfortable. Teasing your pussylips with the perfect sized cock quickly gets you moist<<if $PC.dick == 1>> and hard<</if>>, itching for the fake dick inside you. You know yourself well, and it fits perfectly; as you thrust it into your cunt you can't help but buck with pleasure. Just as you reach your climax, you accidentally kick the tap on. Needless to say, you are quite surprised when your "lover" orgasms and begins releasing inside you, forcing you to lose your grip on the nozzle allowing it to free itself from you along with a torrent of cum. Panting and rubbing your tender belly, you quickly pull your clothes back on and head to clean yourself out. You can't help but notice your waist feels rather tight, it shot so much into you; that cum wasn't virile, right? <<elseif $PC.cumTap < 5>> Taking the hose and attaching your favorite cockhead to it, you drag it over to your bed and make yourself comfortable. Teasing your pussylips with the dildo, even going as far as spurting a touch of cum across your belly, you drive it into your aching cunt. With every thrust, you jet a little more cum into your empty womb, bulging you more and more as your pleasure rises, until you reach your climax and unleash your lover's pent up load into yourself. Patting your bloated belly, you stagger to your feet and make for your private bath to relax while you drain. You giggle as you imagine you belly swelling even larger, be it with child or more cum. <<elseif $PC.cumTap < 10>> Taking the hose and attaching your favorite cockhead to it, you drag it over to your bed and make yourself comfortable. Teasing your pussylips with the dildo, even going as far as spurting a touch of cum across your belly, you drive it into your aching cunt. With every thrust, you jet more cum into your empty womb, bulging you more and more as your pleasure rises, until you reach your climax and unleash your lover's pent up load into yourself. Patting your rounded belly, you stagger to your feet and make for your private bath to relax while you drain. You giggle as you cradle your bloated middle, you practically look pregnant already! <<elseif $PC.cumTap < 15>> Taking the hose and attaching your favorite cockhead to it, you eagerly drag it to your bed and make yourself comfortable. You waste no time driving it into your aching cunt. With every thrust, you jet huge bursts of cum into your empty womb, swelling yourself more and more as your pleasure rises, until you reach your climax and unleash your lover's pent up load into yourself. Patting your huge belly, you struggle to your feet and waddle towards your private bath to relax while you drain. You giggle as you cradle your round middle, anyone who saw you like this would certainly say you were heavily pregnant! <<elseif $PC.cumTap < 20>> Taking the hose and attaching your favorite cockhead to it, you eagerly drag it to your bed and make yourself comfortable. You waste no time driving it into your aching cunt. With every thrust, you jet huge bursts of cum into your empty womb, swelling yourself more and more as your pleasure rises, until you reach your climax and unleash your lover's pent up load into yourself. Patting your enormous belly, you struggle to even get off the bed, eventually making it to your feet so that you may slowly stagger to the bath. You moan lewdly as the pressure within your full belly sets another orgasm coursing through your body, making it jiggle delightfully. Anyone who saw you like this would swear you were about to give birth! <<elseif $PC.cumTap < 25>> Taking the hose and attaching your favorite cockhead to it, you eagerly drag it to your bed and make yourself comfortable. You waste no time driving it into your aching cunt. With every thrust, you jet massive bursts of cum into your empty womb, swelling yourself more and more as your pleasure rises, until you reach your climax and unleash your lover's pent up load into yourself. Patting your taut, overfilled belly, you struggle to even get off the bed. After minutes of effort, several attempts ruined by aftershock orgasms, you manage to get on your feet. Cradling your massive cum-belly, you gingerly waddle to your waiting bath. You look like you are ready to burst with triplets, imagine what the public would say if they way you in this state. <<else>> Taking the hose and attaching your favorite cockhead to it, you eagerly drag it to your bed and make yourself comfortable. You waste no time driving it into your aching cunt. With every thrust, you jet massive bursts of cum into your empty womb, swelling yourself more and more as your pleasure rises, until you reach your climax and unleash your lover's pent up load into yourself. Patting your taut, overfilled belly, you roll over onto your back so that you may tease your<<if $PC.boobs > 0>> breasts,<</if>><<if $PC.dick > 0>> dick,<</if>> belly and pussy. If anyone saw you, they would swear your were on the verge of delivering sextuplets. You made sure to schedule this block for absolute privacy, so no one should disturb you while you play with your bloated body. Once you are exhausted and drained of your contents, you head for the showers and to get a servant to clean up your bed; from the slave you enjoyed with the cum hose, of course. <</if>> <<set $PC.cumTap++>> <<set $CumSources = $CumSources.random()>> <<= knockMeUp($PC, 50, 0, $CumSources)>> <<set $CumSources = 0>>
DankWolf/fc
src/pregmod/fSelf.tw
tw
bsd-3-clause
6,106
:: FSlaveSelfImpreg [nobr] <<run clearSummaryCache($activeSlave)>> <<setLocalPronouns $activeSlave>> <<set _pfh = ($activeSlave.fetish == "pregnancy" && $activeSlave.fetishStrength > 50)>> <<set _pfk = (_pfh && $activeSlave.fetishKnown == 1) || $activeSlave.sexualFlaw == "breeder">> <<set _coop = true, _enjoy = true>> <<if ($activeSlave.fetish == "mindbroken")>> <<else>> <<if ($activeSlave.devotion < 20)>> <<if ($activeSlave.devotion <= -20)>> $activeSlave.slaveName despises you, and tends to resent everything you do on principle, <<elseif ($activeSlave.devotion < 20)>> $activeSlave.slaveName dislikes you, <</if>> <<if ($activeSlave.sexualFlaw == "breeder" || (_pfh && $activeSlave.fetishStrength > 90))>> but the idea of simultaneously impregnating and being impregnated is @@.hotpink;so tempting@@ that $he's @@.mediumaquamarine;grateful@@ to you despite $himself. <<set $activeSlave.devotion += 2, $activeSlave.trust += 1>> <<elseif (_pfk)>> but $his obvious predilection for being pregnant significantly lessens the @@.mediumorchid;indignity@@ of the situation. <<set _coop = false>> <<set $activeSlave.devotion -= 2>> <<elseif (_pfh)>> but, despite the @@;indignity@@ of the situation, $his resistance seems strangely muted. It's fairly obvious that something about the idea of being impregnated is @@.hotpink;strangely appealing@@ to $him. <<set _coop = false>> <<set $activeSlave.devotion -= 4>> <<else>> <<if ($activeSlave.amp == 1)>> and this @@.gold;uniquely degrading@@ violation of $his person only reinforces $his @@.mediumorchid;hatred@@ towards you. The fact that $he is @@.gold;utterly immobile@@ makes a terrifying situation @@.mediumorchid;even worse@@. <<set $activeSlave.devotion -= 1, $activeSlave.trust -= 1>> <<else>> and this @@.gold;uniquely degrading@@ violation of $his person only reinforces $his @@.mediumorchid;hatred@@ towards you. $He resists so violently that you must @@.red;physically coerce $him@@ into cooperating with the procedure. <</if>> <<set _coop = false, _enjoy = false>> <<set $activeSlave.devotion -= 5, $activeSlave.trust -= 6>> <</if>> <<elseif (_pfk)>> $activeSlave.slaveName @@.hotpink;genuinely enjoys@@ impregnation and pregnancy, so $he is @@.mediumaquamarine;grateful@@ that you're giving $him a chance to become so intimately acquainted with both aspects of $his fetish at the same time. <<set $activeSlave.devotion += 4, $activeSlave.trust += 2>> <<if ($activeSlave.devotion > 50 && $arcologies[0].FSRepopulationFocus > 10)>> $He also feels @@.hotpink;proud@@ that $he can be a @@.mediumaquamarine;self-sustaining@@ source of offspring to support your vision of the future. <<set $activeSlave.devotion += 1, $activeSlave.trust += 1>> <</if>> <<else>> <<if (_pfh)>> Even though you aren't aware of any special fondness for pregnancy, $activeSlave.slaveName seems @@.hotpink;oddly eager@@ to cooperate with you. It quickly becomes obvious that $he is @@.lightcoral;fascinated with pregnancy@@ and you've @@.mediumaquamarine;helped $him discover this@@ about $himself. <<set $activeSlave.devotion += 1, $activeSlave.trust += 1, $activeSlave.fetishKnown = 1>> <<elseif ($activeSlave.behavioralQuirk == "perverted")>> Despite having no particular interest in pregnancy, the @@.hotpink;sheer perversity@@ of impregnating $himself is palpably arousing to $activeSlave.slaveName. <<set $activeSlave.trust += 1>> <<elseif ($activeSlave.energy > 90)>> Despite having no particular interest in pregnancy, $activeSlave.slaveName's overwhelming sex drive causes $him to be aroused at the prospect of any sex, even if it happens to be with $himself. <<elseif ($activeSlave.devotion > 50)>> Despite having no particular interest in pregnancy, $activeSlave.slaveName is eager to @@.hotpink;submit to your vision@@ of $him. <<set $activeSlave.trust += 1>> <<if ($activeSlave.devotion > 50 && $arcologies[0].FSRepopulationFocus > 10)>> $He also feels @@.hotpink;proud@@ that $he can be a @@.mediumaquamarine;self-sustaining@@ source of offspring to support your vision of the future. <<set $activeSlave.devotion += 1, $activeSlave.trust += 1>> <</if>> <<set _enjoy = false>> <<else>> $activeSlave.slaveName cooperates without any protest. $He may not particularly enjoy pregnancy or impregnation, but $he's too well-broken to resist or speak against you. <<set _enjoy = false>> <</if>> <</if>> <</if>> <<if ($activeSlave.fetish == "mindbroken")>> $activeSlave.slaveName is dully cooperative as you ensure $he is positioned conveniently on a bench to give you access to both aspects of $his genitalia. A quick dose of vasodilators ensures that $he is ready to perform, even if $he is unable to fully comprehend what is about to happen. Once $he is fully erect, your personal assistant uses a mechanical toy to efficiently stimulate $him to climax, while you hold a small container in place to collect $his emission. Moments later, you've loaded $activeSlave.slaveName's seed into a syringe and dispensed the contents deep within $his vagina. <<elseif ($activeSlave.amp == 1)>> <<if (_coop && _enjoy)>> Although $activeSlave.slaveName is unable to do much to help, $his expression is visibly excited as you place $him on a bench, and produce a sample container and syringe. <<elseif (_enjoy)>> A maelstrom of emotions fill $activeSlave.slaveName's face as you carry $him to a bench, and produce a sample cup and syringe. <<if ($activeSlave.dick > 6)>> You can't tell if $he's relieved or disappointed when $his excessive size interferes, as usual, with $his erection, but an injection of vasodilators quickly makes the question moot. <</if>> At your instruction, your personal assistant descends with a selection of toys to ensure quick ejaculation. Pleasure, lust, terror, and loathing play across $activeSlave.slaveName's face as $his arousal mounts and $his hips begin to buck. By the time $he begins to ejaculate, pleasure and lust have won out and $he throws $his head back in abandon as $his emission fills the cup in your hands. <<if ($activeSlave.eyes == -2)>>Although $he cannot see what you are doing, $his expression is rapt, almost dreamlike,<<else>>$He watches with rapt fascination<</if>> as you load the syringe with $his sperm, slide it into $his vagina, and shoot the contents home, deep against $his waiting cervix. <<elseif (_coop)>> $activeSlave.slaveName is calm and docile as you place $him on a bench, and produce a sample container and syringe. With no other option, $he throws back $his head and enjoys the stimulation as your personal assistant, at your instruction, begins stimulating $him to orgasm. When $he ejaculates, you carefully catch every drop in the sample cup, load the syringe, and inject the contents directly against $his cervix. <<else>> Although $activeSlave.slaveName frantically squirms in a futile attempt to resist as you place $him on a bench, and produce a sample cup and syringe. Without limbs to aid $his escape, $he can only <<if ($activeSlave.eyes == -2)>>blindly wait<<else>>watch<</if>> in helpless horror as the vasodilators you inject bring $his manhood to complete erectness and your personal assistant, at your instruction, begins stimulating $him. $He sobs in helpless despair as $his rigid shaft begins to throb, filling the cup with a terribly potent load of $his seed; $he frantically shakes $his head, face streaked with tears, as you dip the syringe into the cup, withdraw the plunger, insert it into $his exposed vagina, and shoot the contents directly against the opening to $his womb. <</if>> <<elseif (_coop)>> <<if (_enjoy)>> <<if ($activeSlave.dick > 6 && $activeSlave.balls <= 4)>> Although $he is aroused by the idea of impregnating $himself, $activeSlave.slaveName's cock is simply too large to easily become erect. A quick injection of vasodilators later, and $he's ready to go. Because $he's so eager, you simply stand back and let the magic happen. <<if ($activeSlave.vagina == 0)>> As ways to lose one's virginity go, this is one hell of a way to do it. Without needing any instruction, $activeSlave.slaveName grasps $his massive shaft in both hands and feeds it around so the head is nestled between $his own labia. $He shows only the tiniest hesitation before easing $his cock inside $his own body, @@.lime;past $his maidenhead@@, until you can tell the head is nestled snugly against $his own cervix. <<set $activeSlave.vagina = 1>> <<else>> Without needing any instruction, $activeSlave.slaveName grasps $his massive shaft in both hands and feeds it around so the head is nestled between $his own labia. $He works it up and down for a second, relishing the sensation, and then plunges $his cock into $his own body until you can tell the tip is wedged against $his own cervix. <</if>> Without another partner to rut against, $activeSlave.slaveName has to rely on $his own hands, bucking $his hips up against them to drive the impressively curved shaft into $his own body with increasing desperation until $his whole body shudders; $his cock throbs as $his vagina eagerly drinks up $his own seed. <<else>> <<if ($activeSlave.trust < -20)>> Although $he is aroused by the idea of impregnating $himself, $activeSlave.slaveName is too terrified to achieve an erection without assistance. It takes an injection of vasodilators to overcome $his nerves and restore $his manhood to proper functioning. <<else>> Merely thinking about what you're about to do has $activeSlave.slaveName fully erect, with a small bead of precum running down $his shaft and blending with the feminine wetness dripping from between $his legs. <</if>> <!-- todo: if slave has lover/wife, let them "do the honors" --> <<if ($activeSlave.balls > 4)>> Since $his balls are too large to permit any other options, you produce a special toy for $activeSlave.slaveName - an onahole attached by a flexible tube to a dildo, with an embedded micro-pump to ensure any fluid in the onahole makes its way out of the dildo. <<else>> Since $he's not large enough to simply fuck $himself, you produce a special toy for $activeSlave.slaveName - an onahole attached by a flexible tube to a dildo, with an embedded micro-pump to ensure any fluid in the onahole makes its way out of the dildo. <</if>> <<if ($activeSlave.vagina == 0)>> As ways to lose one's virginity go, this is one hell of a way to do it. $activeSlave.slaveName trembles with excitement as $he brings the synthetic shaft between $his legs and slowly works it @@.lime;into $his virgin pussy@@. <<set $activeSlave.vagina = 1>> <<else>> $activeSlave.slaveName eagerly rams the synthetic shaft as deeply into $his pussy as it will go, obviously fantasizing that $he's driving $his own dick into $his dripping pussy. <</if>> You help $him keep the dildo in place while $he works the onahole onto $his cock and begins stroking up and down. The stimulation of being filled and having $his dick stroked don't give $him much time to enjoy what $he's doing before $his hips buck wildly and you see semen travelling from the pump, along the clear plastic tub, and into the base of the dildo embedded deeply in $activeSlave.slaveName's throbbing vagina. <</if>> <<else>> <<if ($activeSlave.devotion > 50)>> <<if ($activeSlave.dick > 6)>> No matter how hard $he tries, $activeSlave.slaveName's dick is simply too large for $him to achieve erection on $his own. You're about to inject $him with a vasodilator to remedy the problem, when $he tries to take the syringe from your hand. Normally such impudence would be a grave violation, but it's obvious that $his actions are only motivated by loyalty - $he wants to fix this problem $himself so $he can feel like $he isn't failing you because of a physical inadequacy that is, admittedly, not $his fault. You relinquish the syringe and watch as $he injects $himself with the drugs necessary to achieve a full erection. <<else>> Despite a complete lack of sexual interest in the procedure, $activeSlave.slaveName is able to quickly bring $himself to full erectness without any help. <</if>> <<else>> <<if ($activeSlave.dick > 6)>> $activeSlave.slaveName doesn't try all that hard to achieve erection, but it's obvious that the sheer size of $his cock would make it impossible anyway. $He silently cooperates as you inject $him with vasodilators to forcibly make $him erect. <<else>> Despite a complete lack of sexual interest in the procedure, $activeSlave.slaveName is able to eventually bring $himself to full erectness without any help. <</if>> <</if>> <!-- todo: if slave has lover/wife, let them "do the honors" --> You produce a sample container and syringe; $activeSlave.slaveName gets the idea and immediately begins jacking off. When $he ejaculates, $he carefully holds the cup with one hand to catch every drop of $his virile seed. A moment later $he dips the syringe into the container and withdraws the plunger. <<if ($activeSlave.devotion > 50)>> $He blushes a bit, hands you the syringe, and lies back on the bench, spreading $his legs invitingly. You insert the syringe carefully into $his vagina as far as it will go, and spray $his sperm directly against $his waiting cervix. <<else>> You take the syringe from $him and gesture for $him to lie back; once $he's in position, you insert the syringe carefully into $his vagina and spray $his sperm directly against $his waiting cervix. <</if>> <</if>> <<else>> <<if (_enjoy)>> Although $activeSlave.slaveName is anything but eager to cooperate, you don't have to drag $him. It's obvious that $his resistance is conflicting with the raw desire to fill $himself with $his own seed. <<if ($activeSlave.dick > 6 && $activeSlave.balls <= 4)>> While the size of $his cock makes it necessary for you to inject $him with vasodilators for $him to become properly erect, $his resistance is minimal. <<if $activeSlave.vagina == 0>> You instruct $him to fuck $himself; by this point, $he's too far gone to object, even though obeying will rob $him of $his virginity. $His hands shake with roiling emotions as $he lines $his cock up with $his own opening and gingerly works it into $his @@.lime;virgin pussy@@. <<else>> You instruct $him to fuck $himself; by this point, $he's too far gone to object. $His hands shake as $he lines $his cock up with $his own opening; $he lets out a sound halfway between a sob and a moan as $he penetrates $himself. <</if>> Without another partner to thrust against, $activeSlave.slaveName has to use $his remarkable shaft like a dildo, sliding it in and out of $his increasingly dripping sex. The potent mix of shame and arousal drives $him to orgasm quickly, and only a couple of minutes pass before you see $his shaft throbbing as $he fucks a baby into $his own belly. <<else>> <<if ($activeSlave.dick > 6)>> $activeSlave.slaveName's balls are too large to make any other options possible, but $he is still too large to achieve erection easily. You can't tell if $he is disappointed, or relieved, by this fact, but a quick injection of vasodilators makes the question moot either way. <<else>> $His cock is rigidly erect almost immediately, a fact which brings a confusing mixture of shame and arousal to $his face. <</if>> You produce a sample container and syringe; $activeSlave.slaveName gets the idea and reluctantly begins jacking off. When $he ejaculates, $he carefully holds the cup with one hand to catch every drop of $his seed. A moment later $he dips the syringe into the container and withdraws the plunger. $He hesitates, likely because the release has restored some of $his self control to $him, but before $he can do anything to escape, you press $him down with one hand and feed the syringe into $his pussy, depressing the plunger as soon as it's deeply inside $him. <!-- possible todo: allow head girl to do this part?--> <</if>> <<else>> The repulsion $activeSlave.slaveName feels toward both you and what you're about to force $him to do make $his cooperation entirely out of the question. You are forced to restrain $him with straps, kicking and sobbing; the sobbing only gets louder when $he feels the prick of a needle shooting vasodilators into $his crotch. Moments later, despite $his best efforts, $he is painfully erect and ready for you to proceed. Since $he's guaranteed to make this as difficult as possible, you opt for the simplest solution: you take a condom and apply it to $his penis; once $he's sheathed, you instruct your personal assistant, using toys, to forcibly stimulate $him until $he ejaculates and remove the condom. Loading the contents into a syringe and injecting them into $his vagina is a simple matter, because of the straps, and moments later $he sobs in despair as $his sperm begins racing into $his waiting womb. <</if>> <</if>> <<set _actCount = random(2,8)+1>> <<set $activeSlave.penetrativeCount += _actCount, $penetrativeTotal += _actCount>> <<if $activeSlave.mpreg == 1>> <<set $activeSlave.analCount += _actCount, $analTotal += _actCount>> <<else>> <<set $activeSlave.vaginalCount += _actCount, $vaginalTotal += _actCount>> <</if>> You repeat this ritual throughout the week, ensuring that $activeSlave.slaveName is carrying $his own child. <<= knockMeUp($activeSlave, 100, 2, $activeSlave.ID, 1)>> <<if $arcologies[0].FSRestart != "unset">> <<if ($activeSlave.breedingMark != 1 || $propOutcome == 0) && $eugenicsFullControl != 1>> Rumors spread about you having your slaves breed; the Societal Elite are @@.red; very displeased@@ by these rumors. <<set $failedElite += 5>> <</if>> <</if>> <<if ($arcologies[0].FSRepopulationFocus != "unset" && ($arcologies[0].FSGenderFundamentalist == "unset" || $arcologies[0].FSRepopulationFocus >= $arcologies[0].FSGenderFundamentalist))>> <!-- seems logical that repop would trump anything else if it's equal-or-more advanced than fundamentalism.--> <<if $arcologies[0].FSGenderFundamentalist != "unset">> <<set _delt = $arcologies[0].FSRepopulationFocus - $arcologies[0].FSGenderFundamentalist>> <<else>> <<set _delt = $arcologies[0].FSRepopulationFocus>> <</if>> <<if _delt > 0>> Society is @@.green;pleased@@ by the addition of a new slave, no matter the means by which it was produced. <<set $rep += $FSSingleSlaveRep*($arcologies[0].FSRepopulationFocus/$FSLockinLevel)>> <<else>> The traditional elements of your society disapprove of this degenerate form of reproduction, but their complaints are countered by those who believe producing more slaves by any means necessary. <</if>> <<elseif $arcologies[0].FSGenderFundamentalist != "unset">> Society @@.red;is disgusted@@ by this degenerate form of reproduction. <<set $rep -= $FSSingleSlaveRep*($arcologies[0].FSGenderFundamentalist/$FSLockinLevel)>> <<set $arcologies[0].FSGenderFundamentalist -= 0.05*$FSSingleSlaveRep>> <</if>>
DankWolf/fc
src/pregmod/fSlaveSelfImpreg.tw
tw
bsd-3-clause
19,074
:: FSlaveSlaveDick [nobr] <<set $nextButton = "Back", $nextLink = "Slave Interact", $slaverapistx = 0, _capable = 0>> //Select a slave that will ride $activeSlave.slaveName.// <br><br> __Select an eligible slave:__ <<for $i = 0; $i < $slaves.length; $i++>> <<if ($slaves[$i].ID != $activeSlave.ID) && isSlaveAvailable($slaves[$i]) && canDoVaginal($slaves[$i]) && canWalk($slaves[$i])>> /* amp-amp scene is not written */ <br><<print "[[$slaves[$i].slaveName|FSlaveSlaveDick Consummate][$slaverapistx = $slaves[" + $i + "]]]">> <<set _capable = 1>> <</if>> <</for>> <<if (_capable == 0)>> <br>//You have no slaves capable of this act.// <</if>>
DankWolf/fc
src/pregmod/fSlaveSlaveDick.tw
tw
bsd-3-clause
657
:: FSlaveSlaveDick Consummate [nobr] <<set $nextButton = "Continue", $returnTo = $nextLink, $nextLink = "AS Dump">> <<run clearSummaryCache($activeSlave)>> <<setLocalPronouns $activeSlave>> <<run clearSummaryCache($slaverapistx)>> <<setLocalPronouns $slaverapistx 2>> <<if $activeSlave.dick>> <<if $activeSlave.dick == 1>> <<set _dicksize = "tiny">> <<elseif ($activeSlave.dick == 2)>> <<set _dicksize = "tiny">> <<elseif ($activeSlave.dick == 3)>> <<set _dicksize = "average">> <<elseif ($activeSlave.dick == 4)>> <<set _dicksize = "big">> <<elseif ($activeSlave.dick == 5)>> <<set _dicksize = "huge">> <<elseif ($activeSlave.dick == 6)>> <<set _dicksize = "gigantic">> <<elseif ($activeSlave.dick == 7)>> <<set _dicksize = "titanic">> <<elseif ($activeSlave.dick == 8)>> <<set _dicksize = "absurd">> <<elseif ($activeSlave.dick >= 9)>> <<set _dicksize = "inhuman">> <</if>> <</if>> <<if $activeSlave.mother == $slaverapistx.ID || $activeSlave.father == $slaverapistx.ID || $slaverapistx.mother == $activeSlave.ID || $slaverapistx.father == $activeSlave.ID || (areSisters($activeSlave, $slaverapistx) > 0)>> <<set _isIncest = 1>> <</if>> You take a look at the bound cock toy. <<if ($activeSlave.fetish == "mindbroken") && ($activeSlave.career != "a dairy cow") && ($activeSlave.career != "a breeding bull")>> Since $activeSlave.slaveName is mentally broken, the restraints don't do anything but set the scene. <<elseif ($activeSlave.devotion > 50)>> Since $activeSlave.slaveName is devoted, $his restraints are more for the show than for practical purposes. <<elseif ($activeSlave.devotion > 20)>> $activeSlave.slaveName is obedient but not devoted, so $his restraints are firm for $his own good. <<else>> $activeSlave.slaveName is unlikely to comply willingly, and is tied down tight, unable to budge more than an inch. <</if>> <<if ($activeSlave.amp == 1)>> $His limbless torso lies on the bed, ready for $slaverapistx.slaveName. <<elseif tooBigBelly($activeSlave)>> $His huge belly will limit the possible positions for $slaverapistx.slaveName to take $him. <<elseif tooBigBreasts($activeSlave)>> The weight of $his tits pins $him helplessly in place. <<elseif tooBigButt($activeSlave)>> $His huge ass pushes $his pelvis further up, making it look as if $he's trying to fuck air. <<elseif tooBigDick($activeSlave)>> $His huge cock is clearly going to be a challenge. <<elseif tooBigBalls($activeSlave)>> $His huge balls might get a bit in the way in this position. <<elseif tooFatSlave($activeSlave)>> $His huge gut threatens to envelope $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>>. <</if>> <<if ($activeSlave.fetish == "mindbroken") && ($activeSlave.career != "a dairy cow") && ($activeSlave.career != "a breeding bull")>> <<if $activeSlave.energy > 40>> $activeSlave.slaveName is broken mentally, but has a serviceable libido. After a bit of stimulation $he's good to go without any further reaction on $his own. <<else>> $activeSlave.slaveName is broken mentally, and $his low libido prevents $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize penis<</if>> from becoming erect. A massive dose of vasodilators fixes this, and you think you see $his face twitch with the pain, but there is no further reaction. <</if>> <<elseif ($activeSlave.fetish == "mindbroken") && ($activeSlave.career == "a dairy cow")>> <<if $activeSlave.energy > 40>> $activeSlave.slaveName, as a good cow with a good libido, takes only a little fondling before $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize penis<</if>> becomes erect. When you let go, $he gives a needy moo with a sad expression to ask you to keep going. <<else>> $activeSlave.slaveName may be a cow, but $his low libido keeps $his mostly soft despite plenty of fondling. You inject $him with vasodilators so $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> becomes erect, and $he moos in discomfort and struggles against $his restraints. <<set _bottomdrugged = 1>> <</if>> <<elseif ($activeSlave.fetish == "mindbroken") && ($activeSlave.career == "a breeding bull")>> $activeSlave.slaveName, as a good bull, was already erect while being tied down. It seems they know what's going to happen to them soon. Maybe someone at the Cattle Ranch has been sampling their bulls? <<else>> <<if $activeSlave.devotion > -20>> <<if $activeSlave.energy > 40>> <<if ($activeSlave.fetishKnown == 1)>> <<if ($activeSlave.fetish == "submissive")>> $activeSlave.slaveName is a known sub, and seconds after $he is ordered to lie down to be restrained $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> is erect. $He knows $he's going to get used, and can't hide $his excitement. <<elseif ($activeSlave.fetish == "dom")>> $activeSlave.slaveName is a known dom, and needs some stimulation before $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> becomes hard. Despite knowing $he's going to be used, $he can't hide $his curiosity to experience what the other side feels. <<elseif ($activeSlave.fetish == "masochist")>> $activeSlave.slaveName almost gets off on being tied down tight, sporting a <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize erection<</if>> once you have finished. $His nipples are firm as well, and $he struggles against $his restraints to feel them dig into $him tighter. <<elseif ($activeSlave.fetish == "sadist")>> $activeSlave.slaveName is a sadist, and finds $himself in the exact opposite position $he'd want to be in to get off. It's obvious $he's not going to get aroused soon, so you inject $him with vasodilators so $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> becomes erect and hope $he at least learns something from being on the receiving end for once. <<set _bottomdrugged = 1>> <<elseif ($activeSlave.fetish == "humiliation")>> $activeSlave.slaveName gets off on humiliation, and after being ordered to lay naked on a bed to be tied down, becomes flushed with arousal with $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> throbbing in anticipation at being used like a toy. <<elseif ($activeSlave.fetish == "pregnancy") && ($arcologies[0].FSRepopulationFocus != "unset") && canPenetrate($activeSlave)>> $activeSlave.slaveName gets off thinking about pregnancy, and in your arcology most women are pregnant or fertile. $He knows someone's pussy will be around $his _dicksize cock soon, and is clearly lost in $his fantasies as $his cock swells to a throbbing erection. <</if>> <<elseif ($activeSlave.attrXX > 65)>> $activeSlave.slaveName has a good sex drive and likes pussy, even before $he's fully bound $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> is throbbing in anticipation. <<else>> Despite $his adequate sex drive, since $activeSlave.slaveName isn't turned on by the prospect of pussy, $he takes some manual stimulation before $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> stands erect. <</if>> <<else>> <<if ($activeSlave.attrXX > 65)>> $activeSlave.slaveName isn't known for $his high libido, but since $he likes pussy all it takes is some teasing to get $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> erect and ready. <<else>> $activeSlave.slaveName doesn't have a high libido, and also isn't attracted to female slaves. A dose of vasodilators injected at the base of $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> causes $him to quickly reach painful readiness, and the unnatural pain makes $him strain at $his bonds. <<set _bottomdrugged = 1>> <</if>> <</if>> <<else>> <<if $activeSlave.energy > 60>> <<if ($activeSlave.attrXX > 65)>> Although $activeSlave.slaveName does not like being a slave, $his high libido and love for pussy have $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize erection<</if>> ready for sex despite $his negative feelings. <<else>> $activeSlave.slaveName does not like being a slave, and isn't attracted to women, but with $his high libido all it takes is simple teasing for $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> to be ready for sex. <</if>> <<else>> $activeSlave.slaveName does not like being a slave, and without a high sex drive $he is able to resist stimulation and stay soft. A quick dose of vasodilators changes that, and $he moans in pain and struggles against $his bonds in vain as $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> becomes painfully hard. <<set _bottomdrugged = 1>> <</if>> <</if>> <</if>> <br><br> You call $slaverapistx.slaveName into the room. <br><br> <<if ($activeSlave.fetish == "mindbroken") && ($activeSlave.career != "a dairy cow") && ($activeSlave.career != "a breeding bull")>> $activeSlave.slaveName doesn't even notice <<if _isIncest == 1>> <<if $activeSlave.father == $slaverapistx.ID && $activeSlave.mother == $slaverapistx.ID>> the slave that is both $his mother and $his father, <<elseif $slaverapistx.mother == $activeSlave.ID || $slaverapistx.father == $activeSlave.ID>> $his own daughter, <<elseif $activeSlave.mother == $slaverapistx.ID>> $his own mother, <<elseif $activeSlave.father == $slaverapistx.ID>> the slave that fathered $him, <<elseif (areSisters($activeSlave, $slaverapistx) > 0)>> $his <<if areTwins($activeSlave, $slaverapistx)>>twin <</if>>sister, <</if>> <<else>> the other slave, <</if>> and simply lays still. <<elseif ($activeSlave.fetish == "mindbroken") && (($activeSlave.career == "a dairy cow") || ($activeSlave.career == "a breeding bull"))>> <<if _isIncest == 1>> $activeSlave.slaveName's simple mind does not even acknowledge that $slaverapistx.slaveName is <<if $activeSlave.father == $slaverapistx.ID && $activeSlave.mother == $slaverapistx.ID>> the slave that is both $his mother and $his father, <<elseif $slaverapistx.mother == $activeSlave.ID || $slaverapistx.father == $activeSlave.ID>> $his own daughter, <<elseif $activeSlave.mother == $slaverapistx.ID>> $his own mother, <<elseif $activeSlave.father == $slaverapistx.ID>> the slave that fathered $him, <<elseif (areSisters($activeSlave, $slaverapistx) > 0)>> $his <<if areTwins($activeSlave, $slaverapistx)>>twin <</if>>sister, <</if>> <<else>> $activeSlave.slaveName sees the newcomer, and with $his simple mind <</if>> $he only knows that they have a pussy and $his <<if ($activeSlave.clit >= 4)>>swollen clit<<else>>_dicksize penis<</if>> is erect. Naturally, $he seems quite eager to put them together. <<set _incestMood = "Bottom">> <<else>> <<if _isIncest == 1>> $activeSlave.slaveName is fully naked and <<if canSee($activeSlave)>>looking up at<<else>>waiting in front of<</if>> <<if $activeSlave.father == $slaverapistx.ID && $activeSlave.mother == $slaverapistx.ID>> the slave that is both $his mother and $his father, <<elseif $slaverapistx.mother == $activeSlave.ID || $slaverapistx.father == $activeSlave.ID>> $his own daughter, <<elseif $activeSlave.mother == $slaverapistx.ID>> $his own mother, <<elseif $activeSlave.father == $slaverapistx.ID>> the slave that fathered $him, <<elseif (areSisters($activeSlave, $slaverapistx) > 0)>> $his <<if areTwins($activeSlave, $slaverapistx)>>twin <</if>>sister, <</if>> <<if ($activeSlave.sexualQuirk == "perverted") || ($activeSlave.sexualQuirk == "sinful")>> <<set _incestMood = "Bottom">> unable to hide $his intense arousal at the impending <<if ($slaverapistx.sexualQuirk == "perverted")>>perverted<<else>>sinful<</if>> act.<<if canSee($activeSlave)>> $His eyes are locked on $slaverapistx.slaveName's pussy, and<</if>> $slaverapistx.slaveName can hear $him moan in anticipation<<if !canSee($activeSlave)>>, which surprises the blind slave<</if>>. <<elseif ($activeSlave.relationshipTarget == $slaverapistx.ID) && ($activeSlave.relationship > 2)>> <<set _incestMood = "Both">> but since they're already in a sexual relationship, $he just shows a relaxed smile as $he waits for $slaverapistx.slaveName to mount $him. <<else>> <<if $activeSlave.devotion > 95>> <<set _incestMood = "Bottom">> but $his deep acceptance of slavery means $he is eager to please you, <<if ($activeSlave.clit >= 4)>>leaving $his massive clit flushed<<else>>making $his _dicksize cock drip precum<</if>>. <<elseif $activeSlave.devotion > 60>> and is clearly struggling between keeping $himself hard and acknowledging the incest. A small dose of vasodilators and $his impressive desire to please you should keep $his <<if ($activeSlave.clit >= 4)>>clit<<else>>penis<</if>> up for $slaverapistx.slaveName. <<set _incestMood = "BottomFragile">> <<else>> <<if ndef _bottomdrugged>> and once it becomes clear to $him that $slaverapistx.slaveName will be the one mounting $him, $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize penis<</if>> shrinks away. A direct injection of vasodilators changes that, bringing $him back to readiness to $his horror. <<set _bottomdrugged = 1>> <<else>> and to $his own horror the drugs $he was injected with keep $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize penis<</if>> ready and waiting. <</if>> <</if>> <</if>> <</if>> <</if>> <br><br> <<if $slaverapistx.fetish == "mindbroken" && ($slaverapistx.career != "a dairy cow") && ($slaverapistx.career != "a breeding bull")>> $slaverapistx.slaveName stares blankly, and needs to be deliberately guided to straddle $activeSlave.slaveName. <<if _isIncest == 1>> Naturally, _he2 isn't even aware of the impending incest. <</if>> <<if ($activeSlave.fetish == "mindbroken") && ($activeSlave.career != "a dairy cow") && ($activeSlave.career != "a breeding bull")>> Since both slaves are essentially vegetables, this is shaping up to be a rather contrived sexual demonstration. The parts are all there, but the actors aren't going to contribute much to the show. <</if>> <<elseif $slaverapistx.fetish == "mindbroken" && ($slaverapistx.career == "a dairy cow")>> $slaverapistx.slaveName sees the <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize penis<</if>> ready and waiting, and catches on to why _he2's here quickly. _He2 takes it into _his2 mouth before you stop _him2 and tap _his2 pussy, and after a few seconds of thinking _he2 straddles $activeSlave.slaveName's hips with a moo. <<if _isIncest == 1>> Naturally, since _he2 thinks _he2's a cow, incest means nothing to _him2. <</if>> <<elseif $slaverapistx.fetish == "mindbroken" && ($slaverapistx.career == "a breeding bull")>> $slaverapistx.slaveName sees the <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize penis<</if>> ready and waiting, but isn't quite sure what to do with it. _He2's been brought up to use _his2 dick when thinking, after all. It takes a few minutes to get _him2 to straddle $activeSlave.slaveName's hips with the intent to get _his2 pussy penetrated. <<if _isIncest == 1>> Naturally, since _he2 thinks _he2's a breeding bull, incest means nothing to _him2. <</if>> <<else>> <<if _isIncest == 1>> $slaverapistx.slaveName sees <<if $slaverapistx.father == $activeSlave.ID && $slaverapistx.mother == $activeSlave.ID>> the slave that is both _his2 mother and _his2 father <<elseif $activeSlave.mother == $slaverapistx.ID || $activeSlave.father == $slaverapistx.ID>> _his2 own daughter <<elseif $slaverapistx.mother == $activeSlave.ID>> _his2 own mother <<elseif $slaverapistx.father == $activeSlave.ID>> the slave that fathered _him2 <<elseif (areSisters($slaverapistx, $activeSlave) > 0)>> _his2 <<if areTwins($slaverapistx, $activeSlave)>>twin <</if>>sister <</if>> tied to the bed, <<if ($slaverapistx.sexualQuirk == "perverted") || ($slaverapistx.sexualQuirk == "sinful")>> <<if _incestMood == "Bottom">> and can't hide _his2 <<if ($slaverapistx.sexualQuirk == "perverted")>>perverted<<else>>sinful<</if>> arousal at the excited glances they share. <<set _incestMood = "Both">> <<else>> <<set _incestMood = "Top">> and becomes indecently aroused at their horrified expressions for the <<if ($slaverapistx.sexualQuirk == "perverted")>>perverted<<else>>sinful<</if>> incest to come. <</if>> <<elseif ($slaverapistx.relationshipTarget == $activeSlave.ID) && ($slaverapistx.relationship > 2)>> and licks _his2 lips involuntarily. <<else>> <<if $slaverapistx.devotion > 95>> <<if _incestMood == "Bottom">> as well as _his2 apparent lust. Since _he2 is a perfect slave for you, _his2 vagina becomes flushed with arousal quickly. <<set _incestMood = "Both">> <<else>> <<set _incestMood = "Top">> as well as $his worried expressions. $slaverapistx.slaveName seems aroused and determined to show $him how a proper slave should act. <</if>> <<elseif $slaverapistx.devotion > 60>> <<if _incestMood == "BottomFragile">> <<unset _incestMood>> <</if>> and after figuring out they're just as superficially prepared as _he2 is, resolves _himself2 to forget they're related to stay aroused. <<else>> and can't hide the look of horror that crosses _his2 face. You assure _him2 this is what _he2 needs to do. <<if _incestMood == "Bottom">> To _his2 growing disgust, _he2 can tell $activeSlave.slaveName's <<if ($activeSlave.clit >= 4)>>erect clit<<else>>_dicksize erection<</if>> shows off genuine arousal despite their blood relation. <<else>> _He2 might find solace in the fact that the owner of the <<if ($activeSlave.clit >= 4)>>erect clit<<else>>_dicksize erection<</if>> on display doesn't seem thrilled as well. <</if>> <</if>> <</if>> <</if>> <<if _incestMood == "Top" || _incestMood == "Both" || ndef(_isIncest)>> <<if ($slaverapistx.fetishKnown == 1)>> <<if ($slaverapistx.fetish == "submissive")>> $slaverapistx.slaveName usually prefers to be underneath someone with a <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> like that, which is obvious in _his2 expressions. Knowing _he2's riding it due to someone's orders is just about the only detail that plays to _his2 fetish. <<elseif ($slaverapistx.fetish == "dom")>> $slaverapistx.slaveName can't hide _his2 domineering smile at the <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> tied up and presented to _him2. Being on top and controlling everything is what gets _him2 off, and you just gave _him2 a nice human dildo to dominate. <<elseif ($slaverapistx.fetish == "masochist")>> $slaverapistx.slaveName usually prefers to be the one being abused, which is clear from _his2 disappointed reaction as _he2 considers the <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize erection<</if>> tied before _him2. Maybe _he2 can delude _himself2 into thinking this is a denial play for _himself2 and enjoy the human dildo, or maybe not. <<elseif ($slaverapistx.fetish == "sadist")>> $slaverapistx.slaveName is a sadist, and seeing a human dildo tied town for _him2 to abuse and enjoy has _him2 almost panting in arousal. The ecstatic look of devotion _he2 flashes you makes it clear _he2's going to enjoy _himself2, regardless of how the <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>>'s owner feels. <<elseif ($slaverapistx.fetish == "humiliation")>> $slaverapistx.slaveName usually gets off on humiliation, and you know _he2 wishes the roles were reversed here. Despite that, having _his2 <<= WrittenMaster($slaverapistx)>> order _him2 to get _himself2 off with the human dildo beneath _him2 is quite thrilling, sexually. <</if>> <</if>> <</if>> <</if>> <br><br> <<if ($activeSlave.devotion < -20) && ($slaverapistx.devotion < -20)>> Since you have two restrained slaves, it's up to you to do all the work. Since $activeSlave.slaveName is already lying on the bed, you maneuver $slaverapistx.slaveName's pussy into place. The two slaves make no further moves until you deal $slaverapistx.slaveName a terrific swat across the ass and promise to give _him2 more of the same until _he2 gets going. $slaverapistx.slaveName starts lowering _himself2 very slowly, pulling back every time $activeSlave.slaveName's dick prods _his2 womanhood. After watching the sad display for a while, you grab _him2 by the hips and slam _him2 down onto $activeSlave.slaveName, hilting _him2 in one, scream-inducing move. <<if ($slaverapistx.vagina == 0)>> /* losing virginity */ <<if ($slaverapistx.devotion > 20)>> $slaverapistx.slaveName accepts your orders without comment and lowers _his2 virgin pussy on $activeSlave.slaveName's ready <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>>. @@.hotpink;$slaverapistx.slaveName is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;will break in _his2 pussy.@@ <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 10>> <<elseif ($slaverapistx.devotion >= -20)>> $slaverapistx.slaveName is clearly unhappy at the idea of losing _his2 pearl of great price to $activeSlave.slaveName; this probably isn't what _he2 imagined _his2 first real sex would be like. _He2 fears _he2 might get pregnant. Nevertheless, @@.hotpink;$he is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;breaks in _his2 pussy.@@ <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 4>> <<else>> As you anticipated, $slaverapistx.slaveName refuses to give $activeSlave.slaveName _his2 virginity. However, since $slaverapistx.slaveName is restrained _his2 resistance amounts to @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel act @@.lime;breaks in _his2 pussy.@@ <<set $slaverapistx.vagina = 1, $slaverapistx.devotion -= 5, $slaverapistx.trust -= 5>> <</if>> <<if $slaverapistx.mother == $activeSlave.ID>> <<if ($activeSlave.penetrativeCount == 0)>> $activeSlave.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy - and none other than $his daughter's - embracing $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. <<else>> $activeSlave.slaveName's breath quickens as $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his daughter's vagina. <</if>> <<elseif $activeSlave.mother == $slaverapistx.ID>> <<if ($activeSlave.penetrativeCount == 0)>> $activeSlave.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy - and none other than $his mother's - embracing $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. <<else>> $activeSlave.slaveName's breath quickens as $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his mother's vagina. <</if>> <</if>> <</if>> /* closes losing virginity */ $slaverapistx.slaveName seems more cooperative after that and you only have to occasionally prod them with an electrical jolt to keep them going at a faster pace. Both slaves resent what you made them do and fear you as a result. <<elseif ($activeSlave.devotion < -20)>> Since your dick slave is restrained, you order $slaverapistx.slaveName to kneel on the bed on top of $activeSlave.slaveName, and then maneuver _his2 pussy into place. $activeSlave.slaveName is uncooperative, so you prod and slap $him until $he starts to thrust $his cock into $slaverapistx.slaveName with urgency. <<if ($slaverapistx.vagina == 0)>> /* losing virginity */ <<if ($slaverapistx.devotion > 20)>> $slaverapistx.slaveName accepts your orders without comment and lowers _his2 virgin pussy on $activeSlave.slaveName's ready <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>>. @@.hotpink;$slaverapistx.slaveName is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;will break in _his2 pussy.@@ <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 10>> <<elseif ($slaverapistx.devotion >= -20)>> $slaverapistx.slaveName is clearly unhappy at the idea of losing _his2 pearl of great price to $activeSlave.slaveName; this probably isn't what _he2 imagined _his2 first real sex would be like. _He2 fears _h2e might get pregnant. Nevertheless, @@.hotpink;$he is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;breaks in _his2 pussy.@@ <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 4>> <<else>> As you anticipated, $slaverapistx.slaveName refuses to give $activeSlave.slaveName _his2 virginity. However, since $slaverapistx.slaveName is restrained _his2 resistance amounts to @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel act @@.lime;breaks in _his2 pussy.@@ <<set $slaverapistx.vagina = 1, $slaverapistx.devotion -= 5, $slaverapistx.trust -= 5>> <</if>> <<if $slaverapistx.mother == $activeSlave.ID>> <<if ($activeSlave.penetrativeCount == 0)>> $activeSlave.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy - and none other than $his daughter's - embracing $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. <<else>> $activeSlave.slaveName's breath quickens as $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his daughter's vagina. <</if>> <<elseif $activeSlave.mother == $slaverapistx.ID>> <<if ($activeSlave.penetrativeCount == 0)>> $activeSlave.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy - and none other than $his mother's - embracing $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. <<else>> $activeSlave.slaveName's breath quickens as $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his mother's vagina. <</if>> <</if>> <</if>> /* closes losing virginity */ It doesn't take long for $activeSlave.slaveName to orgasm. $He resents what you made $him do and fears you as a result. <<elseif ($slaverapistx.fetish == "dom") && ($slaverapistx.fetishStrength > 20) && ($slaverapistx.devotion > 20)>> You tell the randy $slaverapistx.slaveName that $activeSlave.slaveName's <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> is all _hers2. The slave life has so affected $slaverapistx.slaveName that _he2 is quite eager to rape another slave for _his2 pleasure. <<if $slaverapistx.vagina == 0>> Without further instruction, $slaverapistx.slaveName lowers _his2 virgin pussy onto $activeSlave.slaveName waiting <<if ($activeSlave.clit >= 4)>>clit-dick<<else>>_dicksize dick<</if>>, impaling _himself2 slowly and teasing _his2 bound victim. This act @@.lime;breaks in _his2 pussy.@@ <<set $slaverapistx.vagina = 1, $slaverapistx.fetishStrength += 1>> <</if>> _He2 begins playing with _him2 immediately, fondling, pinching and licking while bouncing on the meaty shaft. Occasionally _he2 stops, denying $activeSlave.slaveName release and teasing $him, fully enjoying _his2 dominant role. <<if $activeSlave.dick > 0>> <<if ($activeSlave.fetish == "submissive")>> By the end of the session $activeSlave.slaveName's abused, pent-up penis has shot a massive load into $slaverapistx.slaveName's welcoming pussy. $He is glad to be dominated. <<else>> By the end of the session $activeSlave.slaveName's abused, pent-up penis has shot a massive load, to $his horror and resentment, into the blissfully satisfied $slaverapistx.slaveName. <</if>> <</if>> <<elseif ($slaverapistx.fetish == "sadist") && ($slaverapistx.fetishStrength > 20) && ($activeSlave.devotion < -20)>> You tell the grinning $slaverapistx.slaveName that $activeSlave.slaveName's <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> is all _hers2. The slave life has so affected $slaverapistx.slaveName that _he2 is quite eager to hurt and rape another slave for _his2 pleasure. <<if ($slaverapistx.vagina == 0)>> /* losing virginity */ <<if ($slaverapistx.devotion > 20)>> $slaverapistx.slaveName accepts your orders without comment and lowers _his2 virgin pussy on $activeSlave.slaveName's ready <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>>. @@.hotpink;$slaverapistx.slaveName is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;will break in _his2 pussy.@@ <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 10>> <<elseif ($slaverapistx.devotion >= -20)>> $slaverapistx.slaveName is clearly unhappy at the idea of losing _his2 pearl of great price to $activeSlave.slaveName; this probably isn't what _he2 imagined _his2 first real sex would be like. _He2 fears _he2 might get pregnant. Nevertheless, @@.hotpink;$he is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;breaks in _his2 pussy.@@ <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 4>> <<else>> As you anticipated, $slaverapistx.slaveName refuses to give $activeSlave.slaveName _his2 virginity. However, since $slaverapistx.slaveName is restrained _his2 resistance amounts to @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel act @@.lime;breaks in _his2 pussy.@@ <<set $slaverapistx.vagina = 1, $slaverapistx.devotion -= 5, $slaverapistx.trust -= 5>> <</if>> <<if $slaverapistx.mother == $activeSlave.ID>> <<if ($activeSlave.penetrativeCount == 0)>> $activeSlave.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy - and none other than $his daughter's - embracing $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. <<else>> $activeSlave.slaveName's breath quickens as $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his daughter's vagina. <</if>> <<elseif $activeSlave.mother == $slaverapistx.ID>> <<if ($activeSlave.penetrativeCount == 0)>> $activeSlave.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy - and none other than $his mother's - embracing $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. <<else>> $activeSlave.slaveName's breath quickens as $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his mother's vagina. <</if>> <</if>> <</if>> /* closes losing virginity */ _He2 begins playing with $him immediately, slapping, pinching and licking $his boobs while bouncing on the meaty shaft. Occasionally _he2 stops, denying $activeSlave.slaveName release by painfully squeezing and smacking the sensitive shaft. By the end of the session $activeSlave.slaveName's abused, pent-up penis has shot several massive and painful loads into the blissfully satisfied $slaverapistx.slaveName, leaving $him lying on the bed, shaking in horror and @@.red;utter exhaustion,@@ while $slaverapistx.slaveName reaps the opportunity to continue painfully tormenting $him. <<set $activeSlave.health -= 10>> <<set $activeSlave.penetrativeCount += 3, $penetrativeTotal += 3, $slaverapistx.vaginalCount += 3, $vaginalTotal += 3>> <<elseif ($slaverapistx.energy > 95) && ($slaverapistx.devotion > 20)>> You tell the randy $slaverapistx.slaveName that $activeSlave.slaveName's <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> is all $hers. The slave life has so affected $slaverapistx.slaveName that _he2 is quite eager to rape another slave, just for the perverted novelty of the act. <<if ($slaverapistx.vagina == 0)>> /* losing virginity */ <<if ($slaverapistx.devotion > 20)>> $slaverapistx.slaveName accepts your orders without comment and lowers _his2 virgin pussy on $activeSlave.slaveName's ready <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>>. @@.hotpink;$slaverapistx.slaveName is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;will break in _his2 pussy.@@ <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 10>> <<elseif ($slaverapistx.devotion >= -20)>> $slaverapistx.slaveName is clearly unhappy at the idea of losing _his2 pearl of great price to $activeSlave.slaveName; this probably isn't what _he2 imagined _his2 first real sex would be like. _He2 fears _he2 might get pregnant. Nevertheless, @@.hotpink;$he is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;breaks in _his2 pussy.@@ <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 4>> <<else>> As you anticipated, $slaverapistx.slaveName refuses to give $activeSlave.slaveName _his2 virginity. However, since $slaverapistx.slaveName is restrained _his2 resistance amounts to @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel act @@.lime;breaks in _his2 pussy.@@ <<set $slaverapistx.vagina = 1, $slaverapistx.devotion -= 5, $slaverapistx.trust -= 5>> <</if>> <<if $slaverapistx.mother == $activeSlave.ID>> <<if ($activeSlave.penetrativeCount == 0)>> $activeSlave.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy - and none other than $his daughter's - embracing $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. <<else>> $activeSlave.slaveName's breath quickens as $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his daughter's vagina. <</if>> <<elseif $activeSlave.mother == $slaverapistx.ID>> <<if ($activeSlave.penetrativeCount == 0)>> $activeSlave.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy - and none other than $his mother's - embracing $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. <<else>> $activeSlave.slaveName's breath quickens as $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his mother's vagina. <</if>> <</if>> <</if>> /* closes losing virginity */ _He2 rides the helpless $activeSlave.slaveName through several ejaculating orgasms. In the short breaks between them, _he2 teases $his pussy. By the end of the session $slaverapistx.slaveName's cunt is dripping cum, to _his2 obvious satiation and bliss. $activeSlave.slaveName is lying next to _him2 on the bed in a state of fatigue, the entire experience having thoroughly exhausted $him. <<set $activeSlave.penetrativeCount += 3, $penetrativeTotal += 3, $slaverapistx.vaginalCount += 3, $vaginalTotal += 3>> <<elseif ($activeSlave.devotion <= 20) || ($slaverapistx.devotion <= 20)>> You toss $activeSlave.slaveName onto the bed and tell $slaverapistx.slaveName to get on with it. <<if ($slaverapistx.vagina == 0)>> /* losing virginity */ <<if ($slaverapistx.devotion > 20)>> $slaverapistx.slaveName accepts your orders without comment and lowers _his2 virgin pussy on $activeSlave.slaveName's ready <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>>. @@.hotpink;$slaverapistx.slaveName is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;will break in _his2 pussy.@@ <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 10>> <<elseif ($slaverapistx.devotion >= -20)>> $slaverapistx.slaveName is clearly unhappy at the idea of losing _his2 pearl of great price to $activeSlave.slaveName; this probably isn't what _he2 imagined _his2 first real sex would be like. _He2 fears _he2 might get pregnant. Nevertheless, @@.hotpink;_he2 is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;breaks in _his2 pussy.@@ <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 4>> <<else>> As you anticipated, $slaverapistx.slaveName refuses to give $activeSlave.slaveName _his2 virginity. However, since $slaverapistx.slaveName is restrained _his2 resistance amounts to @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel act @@.lime;breaks in _his2 pussy.@@ <<set $slaverapistx.vagina = 1, $slaverapistx.devotion -= 5, $slaverapistx.trust -= 5>> <</if>> <<if $slaverapistx.mother == $activeSlave.ID>> <<if ($activeSlave.penetrativeCount == 0)>> $activeSlave.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy - and none other than $his daughter's - embracing $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. <<else>> $activeSlave.slaveName's breath quickens as $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his daughter's vagina. <</if>> <<elseif $activeSlave.mother == $slaverapistx.ID>> <<if ($activeSlave.penetrativeCount == 0)>> $activeSlave.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy - and none other than $his mother's - embracing $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. <<else>> $activeSlave.slaveName's breath quickens as $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his mother's vagina. <</if>> <</if>> <</if>> /* closes losing virginity */ They fuck mechanically, gazing with roiling emotions into each others' eyes. They do seem to come to some sort of a nonverbal understanding on the necessity of getting it done, and there is no real unhappiness in either of them when they finish and disentangle themselves. As they clean themselves and exit, you notice $slaverapistx.slaveName's looking a little more longingly at $activeSlave.slaveName. <<elseif ($activeSlave.devotion <= 50) || ($slaverapistx.devotion <= 50)>> You order $activeSlave.slaveName and $slaverapistx.slaveName to get on with it. <<if ($slaverapistx.vagina == 0)>> /* losing virginity */ <<if ($slaverapistx.devotion > 20)>> $slaverapistx.slaveName accepts your orders without comment and lowers _his2 virgin pussy on $activeSlave.slaveName's ready <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>>. @@.hotpink;$slaverapistx.slaveName is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;will break in _his2 pussy.@@ <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 10>> <<elseif ($slaverapistx.devotion >= -20)>> $slaverapistx.slaveName is clearly unhappy at the idea of losing _his2 pearl of great price to $activeSlave.slaveName; this probably isn't what _he2 imagined _his2 first real sex would be like. _He2 fears _he2 might get pregnant. Nevertheless, @@.hotpink;$he is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;breaks in _his2 pussy.@@ <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 4>> <<else>> As you anticipated, $slaverapistx.slaveName refuses to give $activeSlave.slaveName _his2 virginity. However, since $slaverapistx.slaveName is restrained _his2 resistance amounts to @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel act @@.lime;breaks in _his2 pussy.@@ <<set $slaverapistx.vagina = 1, $slaverapistx.devotion -= 5, $slaverapistx.trust -= 5>> <</if>> <<if $slaverapistx.mother == $activeSlave.ID>> <<if ($activeSlave.penetrativeCount == 0)>> $activeSlave.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy - and none other than $his daughter's - embracing $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. <<else>> $activeSlave.slaveName's breath quickens as $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his daughter's vagina. <</if>> <<elseif $activeSlave.mother == $slaverapistx.ID>> <<if ($activeSlave.penetrativeCount == 0)>> $activeSlave.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy - and none other than $his mother's - embracing $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. <<else>> $activeSlave.slaveName's breath quickens as $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his mother's vagina. <</if>> <</if>> <</if>> /* closes losing virginity */ They fuck mechanically at first, gazing with roiling emotions into each others' eyes. Eventually, they begin to enjoy the intimacy of the act, finding the shared pleasure between them comforting. They finish and resume life as slaves, the light of this intimacy diminishing, softening with $activeSlave.slaveName's <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> and dripping away with the contents of $slaverapistx.slaveName's cum-filled pussy. You notice $slaverapistx.slaveName's looking a little more longingly at $activeSlave.slaveName. <<else>> The two slaves turn eagerly to the business of sex. <<if ($slaverapistx.vagina == 0)>> /* losing virginity */ <<if ($slaverapistx.devotion > 20)>> $slaverapistx.slaveName accepts your orders without comment and lowers _his2 virgin pussy on $activeSlave.slaveName's ready <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>>. @@.hotpink;$slaverapistx.slaveName is further broken to slavery@@ by this application of $his body, which naturally @@.lime;will break in $his pussy.@@ <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 10>> <<elseif ($slaverapistx.devotion >= -20)>> $slaverapistx.slaveName is clearly unhappy at the idea of losing _his2 pearl of great price to $activeSlave.slaveName; this probably isn't what _he2 imagined _his2 first real sex would be like. _He2 fears _he2 might get pregnant. Nevertheless, @@.hotpink;$he is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;breaks in _his2 pussy.@@ <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 4>> <<else>> As you anticipated, $slaverapistx.slaveName refuses to give $activeSlave.slaveName _his2 virginity. However, since $slaverapistx.slaveName is restrained _his2 resistance amounts to @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel act @@.lime;breaks in _his2 pussy.@@ <<set $slaverapistx.vagina = 1, $slaverapistx.devotion -= 5, $slaverapistx.trust -= 5>> <</if>> <<if $slaverapistx.mother == $activeSlave.ID>> <<if ($activeSlave.penetrativeCount == 0)>> $activeSlave.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy - and none other than $his daughter's - embracing $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. <<else>> $activeSlave.slaveName's breath quickens as $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his daughter's vagina. <</if>> <<elseif $activeSlave.mother == $slaverapistx.ID>> <<if ($activeSlave.penetrativeCount == 0)>> $activeSlave.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy - and none other than $his mother's - embracing $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. <<else>> $activeSlave.slaveName's breath quickens as $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his mother's vagina. <</if>> <</if>> <</if>> /* closes losing virginity */ $slaverapistx.slaveName happily rides $activeSlave.slaveName, who occasionally thrusts $his hips up. After a little while, when $slaverapistx.slaveName bends down to engage in passionate kissing, you come over and <<if canDoAnal($slaverapistx) && $slaverapistx.anus > 0>> penetrate $slaverapistx.slaveName's free asshole with your <<if $PC.dick == 1>>dick<<else>>strap-on<</if>>. With the extra stimulus of double penetration, _he2 comes indecently hard. The two of them collapse into an exhausted, satisfied pile of slave flesh. <<set $slaverapistx.analCount++, $analTotal++>> <<if $PC.dick == 1 && canGetPregnant($slaverapistx) && $slaverapistx.eggType == "human">> <<= knockMeUp($slaverapistx, 5, 1, -1, 1)>> <</if>> <<elseif canDoVaginal($activeSlave)>> penetrate $activeSlave.slaveName's free pussy with your <<if $PC.dick == 1>>dick<<else>>strap-on<</if>>. With the double stimulus of penetrating a tight vagina and being penetrated while restrained, $he comes indecently hard. The two of them collapse into an exhausted, satisfied pile of slave flesh. <<= VaginalVCheck(1)>> <<elseif canDoAnal($activeSlave)>> penetrate $activeSlave.slaveName's free asshole with your <<if $PC.dick == 1>>dick<<else>>strap-on<</if>>. With the double stimulus of penetrating a tight vagina and being penetrated while restrained, $he comes indecently hard. The two of them collapse into an exhausted, satisfied pile of slave flesh. <<= AnalVCheck(1)>> <<else>> pull _his2 face to your crotch. All this penetration has got you horny and there are no free holes to fuck, so a little oral will have to do. It doesn't take long for all three of you to collapse into an exhausted, satisfied pile of flesh. <<set $slaverapistx.oralCount++, $oralTotal++>> <</if>> <</if>> <br><br> <<set $activeSlave.penetrativeCount += 1, $penetrativeTotal += 1, $slaverapistx.vaginalCount += 1, $vaginalTotal += 1>> /% Friendship/lust? %/ <<if ([2].includes($activeSlave.relationship) && $activeSlave.relationshipTarget == $slaverapistx.ID) && ([2].includes($slaverapistx.relationship) && $slaverapistx.relationshipTarget == $activeSlave.ID)>> You keep $activeSlave.slaveName's dick intimate with $slaverapistx.slaveName's pussy for awhile, something the two friends haven't been sharing with each other. In the end, you are certain they got closer, becoming @@.lightgreen;friends with benefits.@@ <<set $activeSlave.relationship++, $slaverapistx.relationship++>> <</if>> /% pregnancy test %/ <<if canImpreg($slaverapistx, $activeSlave)>> <<= knockMeUp($slaverapistx, 25, 0, $activeSlave.ID)>> <</if>> /% save changes %/ <<set $slaves[$slaveIndices[$slaverapistx.ID]] = $slaverapistx>>
DankWolf/fc
src/pregmod/fSlaveSlaveDickConsummate.tw
tw
bsd-3-clause
46,787
:: FSlaveSlaveVag [nobr] <<set $nextButton = "Back", $nextLink = "Slave Interact">> <<set $slaverapistx = 0, $eligibility = 0>> //Select a slave that will fuck $activeSlave.slaveName.// <br><br> __Select an eligible slave:__ <br> <<for $i = 0; $i < $slaves.length; $i++>> <<if (canPenetrate($slaves[$i])) || ($slaves[$i].clit >= 4)>> <<if ($slaves[$i].ID != $activeSlave.ID)>> <br><<print "[[$slaves[$i].slaveName|FSlaveSlaveVag Consummate][$slaverapistx = $slaves[" + $i + "]]]">> <<set $eligibility = 1>> <</if>> <</if>> <</for>> <<if ($eligibility == 0)>> <br>//You have no slaves capable of this act.// <</if>>
DankWolf/fc
src/pregmod/fSlaveSlaveVag.tw
tw
bsd-3-clause
633
:: FSlaveSlaveVag Consummate [nobr] <<run clearSummaryCache($activeSlave)>> <<setLocalPronouns $activeSlave>> <<run clearSummaryCache($slaverapistx)>> <<setLocalPronouns $slaverapistx 2>> <<set $activeSlave.vaginalCount += 1>> <<set $vaginalTotal += 1>> <<set $slaverapistx.penetrativeCount++, $penetrativeTotal++>> <<if $slaverapistx.dick == 1>> <<set _dicksize = "pathetic">> <<elseif ($slaverapistx.dick == 2)>> <<set _dicksize = "tiny">> <<elseif ($slaverapistx.dick == 3)>> <<set _dicksize = "average">> <<elseif ($slaverapistx.dick == 4)>> <<set _dicksize = "big">> <<elseif ($slaverapistx.dick == 5)>> <<set _dicksize = "huge">> <<elseif ($slaverapistx.dick == 6)>> <<set _dicksize = "gigantic">> <<elseif ($slaverapistx.dick == 7)>> <<set _dicksize = "titanic">> <<elseif ($slaverapistx.dick == 8)>> <<set _dicksize = "absurd">> <<elseif ($slaverapistx.dick == 9)>> <<set _dicksize = "inhuman">> <<else>> <<set _dicksize = "obscene">> <</if>> <<if $activeSlave.mother == $slaverapistx.ID || $activeSlave.father == $slaverapistx.ID || $slaverapistx.mother == $activeSlave.ID || $slaverapistx.father == $activeSlave.ID || (areSisters($activeSlave, $slaverapistx) > 0)>> <<set _isIncest = 1>> <</if>> You take a look at the slave you selected. <<if ($slaverapistx.fetish == "dom") && ($slaverapistx.fetishStrength > 20) && ($slaverapistx.devotion >= -20)>> Since $slaverapistx.slaveName loves to dominate others it's not hard to get _hi2s <<if $slaverapistx.dick > 0>>_dicksize dick<<else>>massive clit<</if>> ready. <<if ($slaverapistx.attrXX > 65)>> With _his2 love of pussy, _he2 becomes aroused indecently fast. <<else>> _His2 <<if $slaverapistx.dick > 0>>_dicksize cock<<else>>massive clit<</if>> quickly swells to a throbbing erection at the prospect of forcing _himself2 on another slave. <</if>> <<elseif ($slaverapistx.fetish == "sadist") && ($slaverapistx.fetishStrength > 20) && ($slaverapistx.devotion >= -20)>> With the prospect of torturing another slave <<if $slaverapistx.dick > 0>>_his2 _dicksize cock swells to a throbbing erection in seconds<<else>>_his2 huge clit becomes fully engorged in seconds<</if>>. <<elseif ($slaverapistx.fetish == "pregnancy") && ($slaverapistx.fetishStrength > 20) && ($slaverapistx.devotion >= -20) && $slaverapistx.dick > 0>> With the prospect of raping another slave bareback, _his2 _dicksize cock swells to a throbbing erection in seconds. <<elseif ($slaverapistx.attrXX > 65) && ($slaverapistx.devotion >= -20)>> Since $slaverapistx.slaveName likes sticking _his2 <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> in girls, _he2 doesn't take much convincing. <<elseif ($slaverapistx.devotion > 50)>> Since $slaverapistx.slaveName is devoted to you, _he2'll eagerly fuck anything you tell _him2 to fuck. <<elseif ($slaverapistx.devotion > 20)>> Since $slaverapistx.slaveName is obedient, _he2'll fuck anything you tell _him2 to fuck. <<elseif ($slaverapistx.devotion >= -20)>> Since $slaverapistx.slaveName does not resist your will, _he2 should comply reasonably well. _He2 has to work to get _his2 <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> hard despite _his2 doubts, visibly disturbed that you are ordering _him2 to fuck someone for your entertainment. <<else>> Since $slaverapistx.slaveName is unlikely to comply willingly, you simply restrain _him2 and administer a massive dose of vasodilators, directly where they will do the most good. $slaverapistx.slaveName writhes with the pain of the injection, which is compounded as _his2 <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> quickly reaches an agonizingly full erection. <</if>> <<if _isIncest == 1>> $slaverapistx.slaveName is well aware that _he2 is about to rape <<if $slaverapistx.father == $activeSlave.ID && $slaverapistx.mother == $activeSlave.ID>> the slave that is both _his2 mother and _his2 father, <<elseif $activeSlave.mother == $slaverapistx.ID || $activeSlave.father == $slaverapistx.ID>> _his2 own daughter, <<elseif $slaverapistx.mother == $activeSlave.ID>> _his2 own mother, <<elseif $slaverapistx.mother == $activeSlave.ID>> the slave that fathered _him2, <<elseif (areSisters($activeSlave, $slaverapistx) > 0)>> _his2 <<if areTwins($activeSlave, $slaverapistx)>>twin <</if>>sister, <</if>> <<if ($slaverapistx.sexualQuirk == "perverted") || ($slaverapistx.sexualQuirk == "sinful")>> <<if ($slaverapistx.energy > 60)>> and seems quite aroused at just how <<if ($slaverapistx.sexualQuirk == "perverted")>>perverted<<else>>sinful<</if>> that is. <<if canSee($slaverapistx)>>$slaverapistx.slaveName's eyes seemed locked on $activeSlave.slaveName's inviting pussy, thoroughly aroused and waiting for your order.<</if>> <<else>> but despite _his2 conflicted feelings _his2 arousal is clear. <</if>> <<set _incestMood = "Top">> <<elseif ($slaverapistx.relationshipTarget == $activeSlave.ID) && ($slaverapistx.relationship > 2)>> but since _he2's already in a sexual relationship with $him, it's only special because _his2 <<= WrittenMaster($slaverapistx)>> is watching. <<set _incestMood = "Top">> <<else>> <<if $slaverapistx.devotion > 95>> but _his2 deep acceptance of slavery means _he2 can't help but be eager to please everyone involved with _his2 performance. <<set _incestMood = "Top">> <<elseif $slaverapistx.devotion > 60>> but _his2 experience as a slave means _he2 can mostly ignore it and focus on sex. <<else>> and is understandably disturbed. <</if>> <</if>> <</if>> <br><br> Next, you see to $activeSlave.slaveName. <<if _isIncest == 1>> $activeSlave.slaveName is fully naked and <<if canSee($activeSlave)>>looking up at<<else>>waiting in front of<</if>> <<if $activeSlave.father == $slaverapistx.ID && $activeSlave.mother == $slaverapistx.ID>> the slave that is both $his mother and $his father, <<elseif $slaverapistx.mother == $activeSlave.ID || $slaverapistx.father == $activeSlave.ID>> $his own daughter, <<elseif $activeSlave.mother == $slaverapistx.ID>> $his own mother, <<elseif $activeSlave.father == $slaverapistx.ID>> the slave that fathered $him, <<elseif (areSisters($activeSlave, $slaverapistx) > 0)>> $his <<if areTwins($activeSlave, $slaverapistx)>>twin <</if>>sister, <</if>> <<if ($activeSlave.sexualQuirk == "perverted") || ($activeSlave.sexualQuirk == "sinful")>> <<if ($activeSlave.energy > 60)>> whose <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> is standing firm above $him. $He seems indecently aroused, flushed and shivering in anticipation. <<else>> but despite $his conflicted feelings $his growing arousal is clear as $he <<if canSee($activeSlave)>>stares at<<else>>imagines<</if>> the <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> that's soon going inside $him. <</if>> <<if _incestMood == "Top">> <<set _incestMood = "Both">> <<else>> <<set _incestMood = "Bottom">> <</if>> <<elseif ($activeSlave.relationshipTarget == $slaverapistx.ID) && ($activeSlave.relationship > 2)>> and seems calm and inviting to $his <<if $slave.relationship == 3>> sex friend <<elseif $slave.relationship == 4>> lover <<else>> slave wife <</if>> 's <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> that will be penetrating $him. <<if _incestMood == "Top">> <<set _incestMood = "Both">> <<else>> <<set _incestMood = "Bottom">> <</if>> <<else>> <<if $activeSlave.devotion > 95>> and $his deep acceptance of $his status as a slave has $him staring <<if canSee($activeSlave)>>at<<else>>blindly towards<</if>> the <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> above $him with a lusty smile. <<if _incestMood == "Top">> <<set _incestMood = "Both">> <<else>> <<set _incestMood = "Bottom">> <</if>> <<elseif $activeSlave.devotion > 60>> and if $he focuses, $he can forget the <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> standing erect in front of $him belongs to someone related to $him. <<else>> and is understandably disturbed, <<if canSee($activeSlave)>>eyes glued to the <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> throbbing before $him.<<else>>listening to the heavy breathing of $his relative whose <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> will be entering $him soon.<</if>> <</if>> <</if>> <</if>> <<if ($activeSlave.fetish == "submissive") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1) && ($activeSlave.vagina == 0)>> $He presents $his virgin pussy to $slaverapistx.slaveName without protest. This act @@.lime; breaks in $his pussy@@, and @@.hotpink;reminds $him@@ of $his status as a submissive slave. <<set $activeSlave.vagina = 1>> <<set $activeSlave.devotion += 4>> <<set $activeSlave.fetishStrength += 1>> <<elseif ($activeSlave.fetish == "submissive") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>> $He smiles as $he lays back and presents $his pussy to $slaverapistx.slaveName. $He openly enjoys submitting $himself for others to make use of. <<elseif ($activeSlave.devotion > 20) && ($activeSlave.vagina == 0) >> $He accepts your orders without comment and presents $his virgin pussy to $slaverapistx.slaveName. $He gasps in shock when $he feels the <<if $slaverapistx.dick > 0>>_dicksize dick<<else>>massive clit<</if>> enter $him. @@.hotpink;$He is broken to slavery@@ by this application of $his body, which naturally @@.lime;will break in $his pussy.@@ <<set $activeSlave.vagina = 1>> <<set $activeSlave.devotion += 10>> <<elseif ($activeSlave.devotion >= -20) && ($activeSlave.vagina == 0)>> $He is clearly unhappy at the idea of losing $his pearl of great price to $slaverapistx.slaveName; this probably isn't what $he imagined $his first real sexual encounter would be like. Nevertheless, $he is @@.hotpink;broken to slavery@@ by this application of $his body, which naturally @@.lime;will break in $his pussy.@@ <<set $activeSlave.vagina = 1>> <<set $activeSlave.devotion += 4>> <<elseif ($activeSlave.vagina == 0)>> As you anticipated, $he refuses to give $slaverapistx.slaveName $his virginity. Since $he is restrained, $his @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging@@ are $his only signs on rebellion. Naturally, this cruel act @@.lime;will break in $his pussy.@@ <<set $activeSlave.devotion -= 5>> <<set $activeSlave.trust -= 5>> <<set $activeSlave.vagina = 1>> <</if>> <<if ($activeSlave.amp == 1)>> You set $his limbless torso up for $slaverapistx.slaveName. <<elseif tooBigBreasts($activeSlave)>> You set $him up for $slaverapistx.slaveName, face down so the weight of $his tits pins $him helplessly in place. <<elseif tooBigButt($activeSlave)>> You set $him up for $slaverapistx.slaveName, face down so the weight of $his giant ass pins $him helplessly in place and gives $slaverapistx.slaveName a lovely cushion to thrust against. <<elseif tooBigDick($activeSlave)>> You set $him up for $slaverapistx.slaveName, face up so $he is pinned under the weight of $his giant cock. <<elseif tooBigBalls($activeSlave)>> You set $him up for $slaverapistx.slaveName, face down so the weight of $his giant balls anchor $him helplessly in place. <<elseif $activeSlave.devotion < -20>> $He tries to refuse, so you restrain $him despite $his resistance to the idea of being raped by another slave. <<elseif $activeSlave.devotion <= 20>> $He obeys your orders reluctantly, arranging $himself for vaginal sex despite $his obvious hesitation to be raped by another slave. <<elseif $activeSlave.devotion < 10>> $He obeys your orders, arranging $himself for vaginal sex despite $his slight hesitation at the idea of being another's slave sex toy. <<else>> $He happily obeys your orders, getting ready to serve another slave. <</if>> <br><br> <<if ($activeSlave.devotion < -20) && ($slaverapistx.devotion < -20)>> Since you have two restrained slaves, it's up to you to do all the work. $activeSlave.slaveName is tied up on the bed with $his pussy available, so you maneuver $slaverapistx.slaveName's <<if $slaverapistx.dick > 0>>_dicksize dick<<else>>strap-on<</if>> into place. The two slaves make no further moves until you deal $slaverapistx.slaveName a terrific swat across the ass and promise to give _him2 more of the same until _he2 gets going. $slaverapistx.slaveName starts moving very slowly, barely prodding. After watching them mechanically go at it for a while, you use your leg to suddenly push _him2 deep into $activeSlave.slaveName, fully hilting _him2 in one motion. You occasionally prod them with an electrical jolt to keep them going at a faster pace. Both slaves resent what you made them do for you and fear you'll make them do it again. <<elseif ($slaverapistx.devotion < -20)>> Since your dick slave is restrained, you order $activeSlave.slaveName to present $himself on the bed, and then maneuver $slaverapistx.slaveName's <<if $slaverapistx.dick > 0>>_dicksize dick<<else>>strap-on<</if>> into place. $activeSlave.slaveName does $his best to hump $himself against the unwilling cock until you deal $slaverapistx.slaveName a terrific swat across the ass and promise to give _him2 more of the same until _he2 gets going. _He2 is still unenthusiastic, so you have _him2 lie down and have $activeSlave.slaveName ride $himself to orgasm. _He2 resents what you made _him2 do and fears you'll force _him2 to do it again. Though $activeSlave.slaveName accepts the situation, $he looks into $slaverapistx.slaveName's eyes with obvious apology. <<elseif ($slaverapistx.fetish == "dom") && ($slaverapistx.fetishStrength > 20) && ($slaverapistx.devotion > 20)>> $activeSlave.slaveName is tied and placed on the bed with $his pussy defenseless and available, and then you tell the randy $slaverapistx.slaveName that it's all _hers2. The slave life has so affected $slaverapistx.slaveName that _he2 is quite eager to rape another slave for _his2 pleasure. _He2 penetrates _him2 immediately, fondling, pinching and licking while pistoning away, fully enjoying _his2 dominant role, edging _his2 poor toy again and again and making _him2 beg for release. <<if ($activeSlave.fetish == "dom")>> <<if ($activeSlave.devotion < -20)>> By the end of the day $activeSlave.slaveName's abused cunt is <<if $slaverapistx.dick > 0>>dripping with cum<<else>>overflowing with juices<</if>>, leaving $him horrified and disgusted at $his lack of control. <<else>> By the end of the day $activeSlave.slaveName's abused cunt is <<if $slaverapistx.dick > 0>>dripping with cum<<else>>overflowing with juices<</if>>, leaving $him annoyed at $his lack of control, though $he still somewhat enjoyed $himself. <</if>> <<elseif ($activeSlave.fetish == "submissive")>> <<if ($activeSlave.devotion < -20)>> By the end of the day $activeSlave.slaveName's abused cunt is <<if $slaverapistx.dick > 0>>dripping with cum<<else>>overflowing with juices<</if>>, leaving the submissive slave horrified that $he found the experience sexually satisfying. <<else>> By the end of the day $activeSlave.slaveName's abused cunt is <<if $slaverapistx.dick > 0>>dripping with cum<<else>>overflowing with juices<</if>>. This sexual encounter is everything $he dreamed of, leaving $him utterly satisfied. <</if>> <</if>> $slaverapistx.slaveName is lying next to $him on the bed in a state of obvious satiation and bliss. <<elseif ($slaverapistx.energy > 95) && ($slaverapistx.devotion > 20) && ($activeSlave.devotion < -20)>> $activeSlave.slaveName is tied and placed on the bed with $his pussy defenseless and available, and then you tell the randy $slaverapistx.slaveName that it's all _hers2. The slave life has so affected $slaverapistx.slaveName that _he2 is quite eager to rape another slave, just for the perverted novelty of the act. $His high libido keeps $him going for a long time, bringing the helpless toy to one forced orgasm after another. By the end of the day $activeSlave.slaveName is lying on the bed, all worn out, $his cunt <<if $slaverapistx.dick > 0>>dripping with cum<<else>>overflowing with juices<</if>> to $his horror and resentment, while $slaverapistx.slaveName is sleeping next to $him in a state of obvious satiation and bliss. <<elseif ($activeSlave.devotion <= 20) || ($slaverapistx.devotion <= 20)>> You order $activeSlave.slaveName onto the couch and tell $slaverapistx.slaveName to get on with it. They fuck mechanically, gazing with roiling emotions into each others' eyes. They do seem to come to some sort of a non-verbal understanding on the necessity of getting it done, and there is no real unhappiness in either of them when they finish and disentangle themselves. As they clean themselves and exit, you notice $slaverapistx.slaveName's looking a little more longingly at $activeSlave.slaveName. <<elseif ($activeSlave.devotion <= 50) || ($slaverapistx.devotion <= 50)>> You order $activeSlave.slaveName and $slaverapistx.slaveName to get on with it. They fuck mechanically at first, gazing with roiling emotions into each others' eyes. Eventually, they begin to enjoy the intimacy of the act, finding the shared pleasure between them comforting. They finish and resume life as slaves, the light of this intimacy diminishing, softening with $slaverapistx.slaveName's dick and dripping away with the contents of $activeSlave.slaveName's cum-filled pussy. <<else>> The two slaves happily and eagerly get down to business. They take their time with foreplay, humping slowly and gazing into each others' eyes, exchanging kisses almost constantly. After a little while, $activeSlave.slaveName looks over $slaverapistx.slaveName's shoulder to where you're sitting, the invitation clear in $his eyes. As soon as you stand to come over, they roll over without being ordered to <<if canDoAnal($activeSlave) && $activeSlave.anus > 0>> present $activeSlave.slaveName's butthole. <<set $activeSlave.analCount++, $analTotal++>> <<else>> invite you into $activeSlave.slaveName's crowded pussy. <<set $activeSlave.vaginalCount++, $vaginalTotal++>> <</if>> You take up the offer and penetrate $activeSlave.slaveName with your <<if $PC.dick > 0>>dick<<else>>strap-on<</if>>. With the added stimulus of penetrating a tight hole alongside $his dear <<= WrittenMaster($slaverapistx)>>, $he comes indecently hard, but no where near as hard as the completely overloaded $activeSlave.slaveName. All of you collapse into an exhausted, happy pile of flesh. <</if>> <<if canImpreg($activeSlave, $slaverapistx)>> <<= knockMeUp($activeSlave, 25, 0, $slaverapistx.ID)>> <</if>> <<set $slaves[$slaveIndices[$slaverapistx.ID]] = $slaverapistx>>
DankWolf/fc
src/pregmod/fSlaveSlaveVagConsummate.tw
tw
bsd-3-clause
18,823
:: fat grafting workaround [nobr] <<set $nextButton = "Finalize fat transfer", $nextLink = "Surgery Degradation">> Enough graftable body fat was harvested for an additional <<print $availabeFat*100>>ccs per breast or an additional <<if $activeSlave.butt <= 10>><<print $availabeFat/2>><<else>><<print $availabeFat/5>><</if>> sizes to her rear. <<if $availabeFat == 0>>All fat marked for use<<else>>A total of $availabeFat unit<<if $availabeFat > 1>>s<</if>> remain<</if>>. <br><br> $boobFat units of fat will be added to her breasts for a size gain of <<print $boobFat*100>>ccs. <br> <<if $availabeFat > 0>> [[Increase|fat grafting workaround][$boobFat++, $availabeFat--]] | <<else>> No more fat available. | <</if>> <<if $boobFat > 0>> [[Decrease|fat grafting workaround][$boobFat--, $availabeFat++]] <<else>> No more fat marked for breast use. <</if>> <br><br> <<if $activeSlave.butt <= 10>><<print $buttFat*2>><<else>><<print $buttFat*5>><</if>> units of fat will be added to her ass for a size gain of $buttFat. <<if $activeSlave.butt > 10>> <br> <<if $availabeFat > 0>> [[Increase|fat grafting workaround][$buttFat += .2, $availabeFat -= 1]] | <<else>> Insufficient fat. | <</if>> <<if $buttFat > 0>> [[Decrease|fat grafting workaround][$buttFat -= .2, $availabeFat += 1]] <<else>> No fat marked for ass use. <</if>> <<else>> <br> <<if $availabeFat > 0>> [[Increase|fat grafting workaround][$buttFat += .5, $availabeFat -= 1]] | <<else>> No more fat available. | <</if>> <<if $buttFat > 0>> [[Decrease|fat grafting workaround][$buttFat -= .5, $availabeFat += 1]] <<else>> No fat marked for ass use. <</if>> <</if>>
DankWolf/fc
src/pregmod/fatGraftingWorkaround.tw
tw
bsd-3-clause
1,658
:: forceFeeding [nobr] <<run clearSummaryCache($activeSlave)>> <<setLocalPronouns $activeSlave>> <<set _belly = bellyAdjective($activeSlave)>> <<set $activeSlave.bellyAccessory = "none", _isDone = $activeSlave.inflation-1, _pregDiscovery = 0>> You call $him over and ask $him to wait patiently for a moment. <<if $activeSlave.fetish == "mindbroken">> $He shows no response as <<else>> $He barely has time to ponder why you called for $him when <</if>> another slave carries in a pair of <<if $activeSlave.inflation == 3>> gallon <<elseif $activeSlave.inflation == 2>> two liter <<else>> liter <</if>> buckets overflowing with slave food. $He is going to eat it all and you're going to enjoy $him as $he does it. <<if $activeSlave.inflation > 1 && $activeSlave.preg > 1>> $He looks nauseated by the sight of the food. <<elseif $activeSlave.fetish == "submissive" && $activeSlave.devotion >= -20>> $He blushes at the thought of being forced to eat for another's amusement. <<elseif $activeSlave.behavioralFlaw == "gluttonous" && $activeSlave.devotion >= -20>> $He's awestruck that you approve of $his gluttony enough to present $him a feast. <<elseif $activeSlave.behavioralFlaw == "gluttonous">> $He's hesitant about your intent, but $he gives in as $his belly begins to growl at the <<if canSee($activeSlave)>>sight<<else>>smell<</if>> of $his waiting meal. <<elseif $activeSlave.behavioralFlaw == "anorexic">> $He grimaces at the <<if canSee($activeSlave)>>sight<<else>>smell<</if>> of the food that will soon be going into $him. $He knows you won't let it come back up later. <</if>> <<if canWalk($activeSlave)>> You instruct $him to take a seat on your lap and open <<if $activeSlave.fetish == "mindbroken">> wide, but $he remains still and unresponsive. Talking to a broken mind is pointless. <<else>> wide. <</if>> <<if $activeSlave.devotion < -20>> Opposed to the thought of being forced to eat all that food, $he tries to step back, but you catch $him and pull $him into your lap, wrapping an arm <<elseif $activeSlave.fetish == "submissive">> $He meekly settles into your lap and shudders as $he feels your dominant hand wrap <<elseif $activeSlave.behavioralFlaw == "gluttonous">> $He wastes no time getting into position with $his mouth agape as you wrap your hand <<elseif $activeSlave.devotion <= 20>> $He complies without comment and settles $himself onto your lap, shuddering slightly as you wrap your arm <<elseif $activeSlave.devotion < 50>> $He hesitates but eventually settles onto your lap as you wrap your arm <<else>> $He eagerly settles $himself onto your lap as you wrap your arm <</if>> <<elseif ($activeSlave.amp == 1)>> <<if $activeSlave.devotion < -20>> $He's opposed to the thought of being forced to eat all that food, but as an amputee can do nothing about it. You heft $him onto your lap, wrapping an arm <<elseif $activeSlave.fetish == "submissive">> $He's opposed to the thought of being forced to eat all that food, but as an amputee can do nothing about it; not that $he'd go against your orders anyway. $He shudders with pleasure as you heft $him onto your lap, wrapping a dominant arm <<elseif $activeSlave.behavioralFlaw == "gluttonous">> $He can't wait to chow down, but as an amputee can do nothing to get in position. $He shudders with anticipation as you heft $him onto your lap, wrapping an arm <<elseif $activeSlave.devotion <= 20>> $He's hesitant of being forcefed, but as an amputee can do nothing about it. You heft $him onto your lap, wrapping your arm <<elseif $activeSlave.devotion < 50>> $He's mildly hesitant of being forcefed, but as an amputee can do nothing about it. You heft $him onto your lap, wrapping your arm <<else>> $He devotedly <<if canSee($activeSlave)>>looks<<else>>smiles<</if>> at you heft $him onto your lap, wrapping your arm <</if>> <<else>> You inform $him $he'll be taking a seat on your lap and opening wide for $his meal. <<if $activeSlave.devotion < -20>> $He's opposed to the thought of being forced to eat all that food, but since $he is immobile, can't escape. You heft $him onto your lap, wrapping an arm <<elseif $activeSlave.fetish == "submissive">> $He accepts your orders without question. $He shudders with pleasure as you heft $him onto your lap, wrapping a dominant arm <<elseif $activeSlave.behavioralFlaw == "gluttonous">> $He eagerly tries to get to your lap faster. $He shudders with anticipation as you heft $his onto your lap, wrapping your arm <<elseif $activeSlave.devotion <= 20>> $He complies without comment. You heft $him onto your lap, wrapping an arm <<elseif $activeSlave.devotion < 50>> $He hesitates for a moment, before demonstrating acceptance. You heft $him onto your lap, wrapping an arm <<else>> $He squirms with excitement as you heft $him onto your lap, wrapping an arm <</if>> <</if>> <<if $activeSlave.fetish == "mindbroken">> You reach out and wrap you arms <</if>> around $his <<if $activeSlave.weight > 190>> immensely soft <<elseif $activeSlave.belly >= 150000>> _belly <<elseif $activeSlave.weight > 160>> massive soft <<elseif $activeSlave.weight > 130>> giant soft <<elseif $activeSlave.belly >= 1500>> _belly <<elseif $activeSlave.weight > 95>> huge soft <<elseif $activeSlave.weight > 30>> big soft <<elseif $activeSlave.weight > 10>> soft <<elseif $activeSlave.muscles > 95>> chiseled <<elseif $activeSlave.muscles > 30>> muscular <<elseif $activeSlave.muscles > 5>> firm, ripped <<else>> firm, flat <</if>> <<if $activeSlave.fetish == "mindbroken">> belly, pulling $him into your lap. <<else>> belly. <</if>> You hold $him tight as you pull $his meal closer, dip in a cup and bring it to $his lips. <<if $activeSlave.fetish == "mindbroken">> It takes little effort to get $him to gulp down the contents <<elseif $activeSlave.devotion < -20>> $He struggles in your lap and refuses to open $his mouth. You drop the cup back into the bucket and lean in close. You quickly clip $his nose shut, eliciting a panicked thrash from the $girl. <<if $activeSlave.amp != 1>> You warn $him that $his punishment will be severe if $he comes that close to kicking over the buckets again. <</if>> With $his mouth forced open, you now have a clear avenue with which to pour the slave food into $his mouth. $He sputters as $he struggles to swallow with $his nose shut. After several cups, tears are streaming down $his face from the discomfort. Weeping, $he implores you to remove the clamp so that $he may drink like a good $girl. <<elseif $activeSlave.fetish == "submissive">> $He submissively drinks the contents and readies $his lips for the next, <<elseif $activeSlave.behavioralFlaw == "gluttonous">> $He hurriedly gulps down the contents and opens wide for the next, <<elseif $activeSlave.devotion <= 20>> $He wordless drinks the contents, <<elseif $activeSlave.devotion < 50>> $He drinks the contents without hesitation, <<else>> $He happily downs the contents, <</if>> <<if $activeSlave.fetish != "mindbroken" && $activeSlave.devotion < -20>> You readily comply and waste no time in bring cupful after cupful to $his lips. <<else>> so you keep the cupfuls coming. <</if>> You can feel $his $activeSlave.skin belly swelling with $activeSlave.inflationType as it pushes out against your hand. Once $he has downed two liters, you give $his bloated belly a slap, eliciting <<if $activeSlave.fetish == "mindbroken">> a small burp from the broken slave <<elseif $activeSlave.devotion < -20>> a shudder from the groaning slave <<elseif $activeSlave.fetish == "submissive">> a subtle belch that the moaning slave quickly apologizes for, <<elseif $activeSlave.behavioralFlaw == "gluttonous">> a subtle belch from the moaning slave <<elseif $activeSlave.devotion <= 20>> a small shudder from the bloated slave <<elseif $activeSlave.devotion < 50>> a small hiccup that the overfilled slave immediately apologizes for, <<else>> a cute burp from the bloated slave, followed by $his tongue running over $his lips <</if>> and a little jiggle from $his gut. <br><br> <<if $activeSlave.pregKnown == 0 && $activeSlave.preg > 3 && _isDone > 0>> As soon as the next helping enters $him you feel something is wrong. $He begins to heave, <<if $activeSlave.fetish != "mindbroken" && $activeSlave.devotion >= 50>> struggling to keep down the slave food, however $he shortly expels the entirety of $his stomach across the floor. <<else>> shortly expelling the entirety of $his stomach <</if>> <<if $activeSlave.fetish == "mindbroken">> all over $himself and your lap. <<elseif $activeSlave.devotion < -20>> all over $himself and your lap. <<elseif $activeSlave.fetish == "submissive">> onto your floor. <<elseif $activeSlave.behavioralFlaw == "gluttonous">> all over $himself and your lap. <<elseif $activeSlave.devotion <= 20>> all over $himself and your lap. <<elseif $activeSlave.devotion < 50>> across the floor. <</if>> It didn't seem to be willful, <<if $activeSlave.fetish == "mindbroken">> not that much is with $him, but is still unacceptable. <<elseif $activeSlave.devotion < -20>> given how pathetically $he is cowering from your wrath, but is completely unacceptable. <<elseif $activeSlave.fetish == "submissive">> given how $he is begging to clean it up with $his tongue, but is completely unacceptable. <<elseif $activeSlave.behavioralFlaw == "gluttonous">> given how $he is in tears over the loss of such a meal, but is completely unacceptable. <<elseif $activeSlave.devotion <= 20>> given how $he is begging you to try again, but is completely unacceptable. <<elseif $activeSlave.devotion < 50>> given how disappointed $he is in failing you, but is completely unacceptable. <<else>> given how disappointed $he is in failing you, but is worrying. Such a good slave shouldn't do such bad things. <</if>> <<set _pregDiscovery = 1>> <<else>> <<if _isDone > 0>> <<set _isDone-->> But $he isn't done <<if $activeSlave.fetish == "mindbroken">> yet. <<elseif $activeSlave.devotion < -20>> yet. <<elseif $activeSlave.fetish == "submissive">> yet, not that $he minds. <<elseif $activeSlave.behavioralFlaw == "gluttonous">> yet, much to $his delight. <<elseif $activeSlave.devotion <= 20>> yet, much to $his dismay. <<elseif $activeSlave.devotion < 50>> yet, not that $he'd risk complaining. <<else>> yet, not that $he'd complain about fulfilling your desires. <</if>> More and more you feed $him; $his belly swelling ever larger and growing even heavier as $he <<if $activeSlave.fetish == "mindbroken">> guzzles <<elseif $activeSlave.devotion < -20>> painstakingly drinks <<elseif $activeSlave.fetish == "submissive">> diligently drinks <<elseif $activeSlave.behavioralFlaw == "gluttonous">> desperately sucks down <<elseif $activeSlave.devotion <= 20>> diligently drinks <<elseif $activeSlave.devotion < 50>> diligently drinks <<else>> diligently drinks <</if>> the slave food. You reposition yourself to bet a better hold on $his bulging food baby. As $he passes the gallon mark, you give the swollen orb a good jiggle, eliciting <<if $activeSlave.fetish == "mindbroken">> a burp from the broken slave and tons of motion under your arm. <<elseif $activeSlave.devotion < -20>> a pained burp from the crying slave and tons of motion under your arm. <<elseif $activeSlave.fetish == "submissive">> a moan of arousal over your control and tons of motion under your arm. <<elseif $activeSlave.behavioralFlaw == "gluttonous">> a load hiccup, tons of motion under your arm, and a plea for more food. <<elseif $activeSlave.devotion <= 20>> a strained burp from the full slave and tons of motion under your arm. <<elseif $activeSlave.devotion < 50>> a small hiccup, which the bloated slave immediately apologizes for, and tons of motion under your arm. <<else>> a small sigh followed by a request for more, from the bloated slave and tons of motion under your arm. <</if>> <br><br> <</if>> <<if _isDone > 0>> <<if $activeSlave.fetish == "mindbroken">> $He squirms a little in discomfort, but $he still has another gallon to go, so you continue feeding food into $his mouth. <<elseif $activeSlave.devotion < -20>> $He squirms in discomfort, but $he still has another gallon to go and $he knows it. You remind $him of the ways you can torment $him in this state so you can continue feeding food into $his mouth without too much resistance. <<elseif $activeSlave.fetish == "submissive">> $He gets comfortable as $he still has another gallon to go and $he knows it. Gulping, $he opens $his mouth in preparation, eager to obey $his dom. <<elseif $activeSlave.behavioralFlaw == "gluttonous">> $He still has another gallon to go and $he knows it, so $he wastes no time in letting you know $he's ready. <<elseif $activeSlave.devotion <= 20>> $He begins to struggle when $he realizes $he still has another gallon to go. Gulping, $he opens up as another helping approaches $his mouth. <<elseif $activeSlave.devotion < 50>> $He still has another gallon to go and $he knows it, so $he tries $his best to get comfortable and give $his belly room to grow. Gulping, $he diligently opens up for the next serving. <<else>> $He still has another gallon to go and $he knows it, but if <<= WrittenMaster()>> wants $him to be stuffed like a turkey, $he'll happily comply. $He wastes no time in opening up for your next helping. <</if>> You can feel the pressure growing in $his middle as it fills out under your arm more and more. $He <<if $activeSlave.fetish == "mindbroken">> mechanically downs every sip you give $him with no concern for $his own health. <<elseif $activeSlave.devotion < -20>> struggles to down every sip you give $him and pants heavily whenever $he gets the chance. <<elseif $activeSlave.fetish == "submissive">> struggles to down every sip you give $him and pants heavily when ever $he gets the chance. <<elseif $activeSlave.behavioralFlaw == "gluttonous">> forces down every sip you give $him and pants heavily when $his mouth isn't full. <<elseif $activeSlave.devotion <= 20>> struggles to down every sip you give $him and pants heavily when ever $he gets the chance. <<elseif $activeSlave.devotion < 50>> obediently downs every gulp you give $him and pants heavily between helpings. <<else>> devotedly downs every gulp you give $him and catches $his breath, while being a tease, between helpings. <</if>> Once the last of the slave food is in $his stomach, you give the firm globe a <<if $activeSlave.devotion > 20>>gentle<</if>> slap, eliciting <<if $activeSlave.fetish == "mindbroken">> a large belch from the broken slave. <<elseif $activeSlave.devotion < -20>> a large belch and a glare from the straining slave. <<elseif $activeSlave.fetish == "submissive">> a large belch and a squeak of shame from the submissive slave. <<elseif $activeSlave.behavioralFlaw == "gluttonous">> a large belch and a content sigh from the bloated glutton. <<elseif $activeSlave.devotion <= 20>> a restrained gag from the overfilled slave. <<elseif $activeSlave.devotion < 50>> a small hiccup from the overfilled slave, which $he immediately apologizes for. <<else>> a large belch and a playfully stuck out tongue from the stuffed slave. <</if>> $His belly is as taut as a drum; you <<if $activeSlave.devotion > 20>> rub it some more <<else>> pat it several more times <</if>> as you appreciate its size. <br><br> <</if>> Knocking the empty buckets aside, you help $his <<if $activeSlave.fetish == "mindbroken">> hiccuping <<elseif $activeSlave.devotion < -20>> hiccuping <<elseif $activeSlave.fetish == "submissive">> hiccuping <<elseif $activeSlave.behavioralFlaw == "gluttonous">> hiccuping <<elseif $activeSlave.devotion <= 20>> heaving <<elseif $activeSlave.devotion < 50>> hefty <<else>> hefty <</if>> bulk onto the couch to recover. <<if $activeSlave.fetish == "mindbroken">> After a few minutes of rest, and several glares from you when it appears $his meal might be coming back up, <<elseif $activeSlave.devotion < -20>> $He <<if canSee($activeSlave)>>looks in your eyes<<else>>faces you<</if>>, as though almost demanding answers. $He looks apprehensive about what you will do next. After a few minutes of rest, and several glares from you when it appears $his meal might be coming back up, <<elseif $activeSlave.fetish == "submissive">> $He <<if canSee($activeSlave)>>looks in your eyes<<else>>faces you<</if>>; a satisfied smile on $his face. $He almost looks sad that it's over, though $his gurgling middle says otherwise. After a few minutes of rest, <<elseif $activeSlave.behavioralFlaw == "gluttonous">> $He <<if canSee($activeSlave)>>looks in your eyes<<else>>faces you<</if>>; a satisfied smile on $his face. $He almost looks sad that it's over, and $his stomach audibly grumbles its displeasure that no more food is working down $his throat. After a few minutes of rest, <<elseif $activeSlave.devotion <= 20>> $He looks up at you quizzically, unsure about what you will do next. $His meal attempts to come back up on $him several times, but $he holds it down for fear of punishment should $he vomit. After a few minutes of rest, <<elseif $activeSlave.devotion < 50>> $He sighs contently, hoping you'll give $him more attention. $His meal attempts to come back up on $him several times, but $he holds $he dutifully holds it down. After a few minutes of rest, <<else>> $He sighs contently, hoping you'll give $him more attention. $He is proud to let you know that you could fit even more in $him if you wanted. After a few minutes of rest, <</if>> you order $him to continue stuffing $himself to maintain $his current size until you say otherwise. <<if $activeSlave.fetish != "mindbroken" && $activeSlave.devotion >= -20 && $activeSlave.behavioralFlaw == "gluttonous">> $He squeals with glee at the order. <</if>> You spend $his remaining time in recovery <<if $activeSlave.fetish == "mindbroken">> teasing $his belly until you tire of $him and send $him on $his way. <<elseif $activeSlave.devotion < -20>> tormenting $his gurgling belly until you tire of $his sobbing and send $him on $his way. <<elseif $activeSlave.fetish == "submissive">> toying with $his belly until you tire of moaning and send $him on $his way. <<elseif $activeSlave.behavioralFlaw == "gluttonous">> massaging $his stuffed belly until you tire of $him and send $him on $his way. <<elseif $activeSlave.devotion <= 20>> tormenting $his gurgling belly until you tire of $his groaning and send $him on $his way. <<elseif $activeSlave.devotion < 50>> lavishing attention on $his gurgling belly, much to $his delight, until you tire of $him and send $him on $his way. <<else>> playing with $his belly. $He joins you in the endeavor, happy that you are pleased with the <<if _doMe != 1>> outcome. <<else>> outcome, but $his <<if canSee($activeSlave)>>eyes tell<<else>>face tells<</if>> you $he wants more. <</if>> <!-- Fuckings for devoted slaves. --> <<set _doMe = 1>> <<if canDoVaginal($activeSlave) && $activeSlave.vagina > 0>> <<set _sexType = "vaginal">> <<elseif canDoAnal($activeSlave) && $activeSlave.anus > 0>> <<set _sexType = "anal">> <<else>> <<set _sexType = "none">> <</if>> <<if _sexType != "none">> <<if $PC.belly >= 10000>> <<set _doMe = 0>> $His <<if _sexType == "vaginal">>pussy<<else>>ass<</if>> is under a lot of pressure from $his swollen middle and surely would feel amazing; it's even <<if _sexType == "vaginal">>sopping wet for<<else>>eagerly winking at<</if>> you. Unfortunately, no matter how hard you try, you can't find a position that will accommodate both $his food-stuffed stomach and your own gravid middle. Sighing, you settle for $his mouth instead. <<else>> <<if $PC.dick == 1>> You're already rock hard so you <<else>> <<if _sexType == "vaginal">> You don a strap-on and <<else>> You don a strap-on, lube up, <</if>> <</if>> pull $his legs apart, <<if _sexType == "vaginal">> revealing $his <<if $activeSlave.vaginaLube > 1>> sopping wet, <<elseif $activeSlave.vaginaLube > 0>> moist, <<else>> moist, relative to its usual dryness, <</if>> <<if $activeSlave.vagina == 10>> devastated <<elseif $activeSlave.vagina > 3>> cavernous <<elseif $activeSlave.vagina > 2>> loose <<elseif $activeSlave.vagina > 1>> used <<else>> tight <</if>> pussy. <<else>> and heft $his bulk up to reveal $his <<if $activeSlave.anus > 3>> gaping asshole. <<elseif $activeSlave.anus > 2>> loose anus. <<elseif $activeSlave.anus > 1>> used asshole. <<else>> tight asshole. <</if>> <</if>> $His belly is putting so much pressure on it that <<if _sexType == "vaginal">> <<set _looseness = $activeSlave.vagina>> <<else>> <<set _looseness = $activeSlave.anus>> <</if>> <<if _sexType == "vaginal" && _looseness >= 10>> you might be able to get some decent friction now. <<if $PC.dick == 1>> You can actually feel the sides of $his cunt as you slide in. <<else>> You slide in like it's still nothing. <</if>> <<elseif _looseness > 3>> you should be able to get a decent fuck out of it. <<if $PC.dick == 1>> You can't help but be amazed that you're getting some resistance as you slide in. <<else>> You slide in like it's nothing. <</if>> <<elseif _looseness > 2>> it won't feel so <<if _sexType == "vaginal">> worn out. <<else>> stretched. <</if>> <<if $PC.dick == 1>> $He gives some nice resistance as you squeeze into $him. <<else>> You squeeze in without problem. <</if>> <<elseif _looseness > 1>> it'll feel positively tight. <<if $PC.dick == 1>> $His <<if _sexType == "vaginal">>pussy<<else>>anus<</if>> feels great, you practically had to squeeze in. <<else>> You squeeze in with a little effort. <</if>> <<else>> you'll barely be able to fit it in. <<if $PC.dick == 1>> $His <<if _sexType == "vaginal">>vagina<<else>>rear<</if>> is so tight you can barely get it in, but with a little work, you manage to squeeze into its tight confines. $He's tighter than any <<if _sexType == "anal">>anal<</if>> virgin you've every fucked. <<else>> You have to <<if _sexType == "vaginal">> lube up some, <<else>> get a little rough, <</if>> but eventually you manage to slide into $his extremely tight <<if _sexType == "vaginal">>vagina<<else>>anus<</if>>. <</if>> <</if>> Once you're hilted, you bring your hands to $his distended belly, eager to feel it move as you fuck $him. <<if $activeSlave.amp != 1>> $His own join yours atop the taut dome. <</if>> Every thrust into the stuffed $desc forces $his full middle to leap back before slamming into your stomach alongside a moaning groan. As you pick up the pace, $he begins to buck against you, adding even more motion to $his body. It doesn't take long for you to reach your peak and after cumming, catch sight of $his own climax. Watching $his middle attempt to contract around the mass of slave food inside $him invigorates you for a second round. <<if $PC.balls == 3>> By the time you're done, $he's positively massive; your copious seed flows out of $him in spurts as $his body desperately struggles to relieve the extra pressure your huge balls pumped into $him. <</if>> Once you are spent, <<if $PC.balls == 3>>and $he's forced out all your cum,<</if>> you settle down beside $him and rest your head against $his belly; it almost feels like a water-filled pillow, albeit a little noisy. You and $activeSlave.slaveName doze off together for a much needed nap. You don't get much rest; $his stomach's constant groaning and burbling keeping you up, so you send $him on $his way. $He blows you one last kiss and eagerly looks forward to next time. <<if _sexType == "vaginal">> <<= VaginalVCheck(2)>> <<else>> <<= AnalVCheck(2)>> <</if>> <</if>> <<else>> <<set _doMe = 0>> <</if>> <<if _doMe == 0>> <<if $PC.dick == 1>> You crawl onto the couch above $his head and lower your erect cock straight into $his waiting mouth. $He eagerly sucks you off, $his belly wobbling with every thrust into $his throat. You cum fast and hard into $him, a product of being on the edge during $his feeding; <<if $activeSlave.behavioralFlaw == "gluttonous">> $he takes it like nothing and resumes sucking, $his gluttony showing no bounds. <<else>> $he swallows it promptly and keeps sucking. You'd swear $he was a glutton at this point. <</if>> <<else>> You crawl onto the couch above $his head and lower your needy pussy straight onto $his outstretched tongue. $He eagerly eats you out, $his belly wobbling along to $his vigorous licking. You cum fast and hard onto $him, a product of being on the edge during $his feeding; <<if $activeSlave.behavioralFlaw == "gluttonous">> $he laps it all up and resumes pleasuring you, $his gluttony showing no bounds. <<else>> $he laps it promptly and resumes pleasuring you. You'd swear $he was a glutton at this point. <</if>> <</if>> Once you are spent, you slide down beside $him and rest your head against $his belly; it almost feels like a water-filled pillow, albeit a little noisy. You and $activeSlave.slaveName doze off together for a much needed nap. You don't get much rest; $his stomach's constant groaning and burbling keeping you up, so you send $him on $his way. $He blows you one last kiss and eagerly looks forward to next time. <<set $activeSlave.oralCount += 2, $oralTotal += 2>> <</if>> <</if>> <</if>> <<if _pregDiscovery == 1>> Once you've managed to stop $him heaving and clean up, you get to the root of this mess. While most of the tests come back normal, one in particular catches your eye; @@.lime;$He is pregnant <<if $activeSlave.preg > 10>> and surprisingly far along<</if>>.@@ <<set $activeSlave.inflation = 0, $activeSlave.inflationType = "none", $activeSlave.inflationMethod = 0, $activeSlave.pregKnown = 1>> <<else>> <<if $activeSlave.inflation == 3>> <<if canWalk($activeSlave)>> $He gingerly leaves your office, massaging $his over-stuffed belly as $he goes. <<else>> $His belly wobbles heavily as $he is helped from your office. <</if>> Being filled so full @@.red;surely had negative effects@@ on $his health. <<set $activeSlave.health -= 10>> <<elseif $activeSlave.inflation == 2>> <<if canWalk($activeSlave)>> $He gingerly leaves your office, massaging $his stuffed belly as $he goes. <<else>> $His belly wobbles heavily as $he is helped from your office. <</if>> <<elseif $activeSlave.inflation == 1>> <<if canWalk($activeSlave)>> $He gingerly leaves your office, massaging $his distended belly as $he goes. <<else>> $His belly wobbles as $he is helped from your office. <</if>> <</if>> <<if $activeSlave.fetish == "mindbroken">> You question if the broken $girl understood your commands, but relish the idea of forcefeeding $him even more should $he fail you. <</if>> <</if>> <<run SetBellySize($activeSlave)>>
DankWolf/fc
src/pregmod/forceFeeding.tw
tw
bsd-3-clause
27,965
:: Generate Child [nobr] <<if $mom != 0>> <<set $mergeMom = 0>> <<set $mergeDad = 0>> <<for $m = 0; $m < $genePool.length; $m++>> <<if $mom.ID == $genePool[$m].ID>> <<set $mergeMom = $genePool[$m]>> <</if>> <<if $mom.pregSource == $genePool[$m].ID>> <<set $mergeDad = $genePool[$m]>> <</if>> <</for>> <<if $mom.pregSource == -1>> <<set $mergeDad = $PC>> <<elseif $mom.pregSource == 0 || $mom.pregSource < -1>> <<set $mergeDad = $mergeMom>> <</if>> <</if>> <<set $activeSlaveOneTimeMinAge = $targetAge>> <<set $activeSlaveOneTimeMaxAge = $targetAge>> <<set $one_time_age_overrides_pedo_mode = 1>> <<set $ageAdjustOverride = 1>> <<if $babyGender == 1>> <<include "Generate XX Slave">> <<if $PC.pregSource < 1>> <<set $activeSlave.slaveName = "Your daughter">> <<set $activeSlave.mother = -1>> <<if $PC.pregSource != -6>> <<set $activeSlave.father = $missingParent>> <<set $activeSlave.nationality = "Stateless">> <<else>> <<set $activeSlave.father = -1>> <<set $activeSlave.nationality = $PC.nationality>> <</if>> <<if $PC.pregSource == -2 && $arcologies[0].FSSupremacist != "unset">> <<set $activeSlave.race = either($PC.race, $arcologies[0].FSSubjugationistRace, $arcologies[0].FSSubjugationistRace)>> <<if $PC.race != $arcologies[0].FSSubjugationistRace>> <<if random(1,100) > 50>> <<set $activeSlave.race = "mixed race">> <</if>> <</if>> <<else>> <<set $activeSlave.race = $PC.race>> <</if>> <<set $activeSlave.skin = $PC.origSkin>> <<set $activeSlave.eyeColor = either($PC.origEye, "brown", "blue", "brown", "green", "hazel", "green")>> <<set $activeSlave.hColor = either($PC.origHColor, "brown", "blonde", "black", "brown")>> <<set $activeSlave.pubicHColor = $activeSlave.hColor>> <<set $activeSlave.underArmHColor = $activeSlave.hColor>> <<set $activeSlave.sexualFlaw = "none">> <<set $activeSlave.sexualQuirk = "none">> <<set $activeSlave.behavioralFlaw = "none">> <<set $activeSlave.behavioralQuirk = "none">> <<set $activeSlave.fetish = "none">> <<if $PC.markings != "none" && random(1,100) > 50>> <<set $activeSlave.markings = $PC.markings>> <</if>> <<else>> <<for $m = 0; $m < $genePool.length; $m++>> <<if $PC.pregSource == $genePool[$m].ID>> <<set $mergeDad = $genePool[$m]>> <<break>> <</if>> <</for>> <<set $activeSlave.slaveName = String("Your and " + $mergeDad.slaveName + "'s daughter")>> <<set $activeSlave.mother = -1>> <<set $activeSlave.father = $mergeDad.ID>> <<if $PC.nationality == $mergeDad.nationality>> <<set $activeSlave.nationality = $mergeDad.nationality>> <<else>> <<set $activeSlave.nationality = "Stateless">> <</if>> <<if $PC.race == $mergeDad.race>> <<set $activeSlave.race = $mergeDad.race>> <<elseif random(1,4) == 4>> <<set $activeSlave.race = either($PC.race, $mergeDad.race)>> <<else>> <<set $activeSlave.race = "mixed race">> <</if>> <<if $PC.origSkin == $mergeDad.origSkin>> <<set $activeSlave.skin = $PC.origSkin>> <<else>> <<GenSkinTone $PC $mergeDad>> <</if>> <<if $PC.origEye == $mergeDad.origEye>> <<set $activeSlave.eyeColor = $PC.origEye>> <<elseif $PC.origEye == "red" || $PC.origEye == "pale red" || $PC.origEye == "light red" || $PC.origEye == "pale gray">> <<set $activeSlave.eyeColor = $mergeDad.origEye>> <<elseif $mergeDad.origEye == "red" || $mergeDad.origEye == "pale red" || $mergeDad.origEye == "light red" || $mergeDad.origEye == "pale gray" || $mergeDad.origEye == "milky white">> <<set $activeSlave.eyeColor = $PC.origEye>> <<elseif $PC.origEye == "blue">> <<if random(1,4) == 2>> <<set $activeSlave.eyeColor = $PC.origEye>> <<else>> <<set $activeSlave.eyeColor = $mergeDad.origEye>> <</if>> <<elseif $mergeDad.origEye == "blue">> <<if random(1,4) == 2>> <<set $activeSlave.eyeColor = $mergeDad.origEye>> <<else>> <<set $activeSlave.eyeColor = $PC.origEye>> <</if>> <<else>> <<set $activeSlave.eyeColor = either($PC.origEye, $mergeDad.origEye)>> <</if>> <<if $PC.origHColor == $mergeDad.origHColor>> <<set $activeSlave.hColor = $PC.origHColor>> <<elseif $PC.origHColor == "black">> <<set $activeSlave.hColor = $PC.origHColor>> <<elseif $mergeDad.origHColor == "black">> <<set $activeSlave.hColor = $mergeDad.origHColor>> <<elseif $PC.origHColor == "brown">> <<set $activeSlave.hColor = $PC.origHColor>> <<elseif $mergeDad.origHColor == "brown">> <<set $activeSlave.hColor = $mergeDad.origHColor>> <<elseif $PC.origHColor == "white">> <<if random(1,100) == 69>> <<set $activeSlave.hColor = $PC.origHColor>> <<else>> <<set $activeSlave.hColor = $mergeDad.origHColor>> <</if>> <<elseif $mergeDad.origHColor == "white">> <<if random(1,100) == 69>> <<set $activeSlave.hColor = $PC.origHColor>> <<else>> <<set $activeSlave.hColor = $mergeDad.origHColor>> <</if>> <<else>> <<set $activeSlave.hColor = either($PC.origHColor, $mergeDad.origHColor)>> <</if>> <<set $activeSlave.pubicHColor = $activeSlave.hColor>> <<set $activeSlave.underArmHColor = $activeSlave.hColor>> <<if $mergeDad.underArmHStyle == "hairless">> <<if random(1,5) == 3>> <<set $activeSlave.underArmHStyle = "hairless">> <</if>> <</if>> <<if $mergeDad.pubicHStyle == "hairless">> <<if random(1,5) == 3>> <<set $activeSlave.pubicHStyle = "hairless">> <</if>> <</if>> <<set $activeSlave.sexualFlaw = either("none", "none", "none", "none", "none", $mergeDad.sexualFlaw)>> <<set $activeSlave.sexualQuirk = either("none", "none", "none", "none", "none", $mergeDad.sexualFlaw)>> <<set $activeSlave.behavioralFlaw = either("none", "none", "none", "none", "none", $mergeDad.sexualFlaw)>> <<set $activeSlave.behavioralQuirk = either("none", "none", "none", "none", "none", $mergeDad.sexualFlaw)>> <<set $activeSlave.fetish = either("none", "none", "none", "none", "none", $mergeDad.fetish)>> <<if $activeSlave.markings == "none">> <<set $activeSlave.markings = either($PC.markings, $mergeDad.markings, "none", "none")>> <</if>> <</if>> <<set $activeSlave.slaveSurname = $PC.surname>> <<elseif $babyGender == 2>> <<include "Generate XY Slave">> <<if $PC.pregSource < 1>> <<set $activeSlave.slaveName = "Your son">> <<set $activeSlave.mother = -1>> <<if $PC.pregSource != -6>> <<set $activeSlave.father = $missingParent>> <<set $activeSlave.nationality = "Stateless">> <<else>> <<set $activeSlave.father = -1>> <<set $activeSlave.nationality = $PC.nationality>> <</if>> <<if $PC.pregSource == -2 && $arcologies[0].FSSupremacist != "unset">> <<set $activeSlave.race = either($PC.race, $arcologies[0].FSSubjugationistRace, $arcologies[0].FSSubjugationistRace)>> <<if $PC.race != $arcologies[0].FSSubjugationistRace>> <<if random(1,100) > 50>> <<set $activeSlave.race = "mixed race">> <</if>> <</if>> <<else>> <<set $activeSlave.race = $PC.race>> <</if>> <<set $activeSlave.skin = $PC.origSkin>> <<set $activeSlave.eyeColor = either($PC.origEye, "brown", "blue", "brown", "green", "hazel", "green")>> <<set $activeSlave.hColor = either($PC.origHColor, "brown", "blonde", "black", "brown")>> <<set $activeSlave.pubicHColor = $PC.origHColor>> <<set $activeSlave.underArmHColor = $PC.origHColor>> <<set $activeSlave.sexualFlaw = "none">> <<set $activeSlave.sexualQuirk = "none">> <<set $activeSlave.behavioralFlaw = "none">> <<set $activeSlave.behavioralQuirk = "none">> <<set $activeSlave.fetish = "none">> <<if $PC.markings != "none" && random(1,100) > 50>> <<set $activeSlave.markings = $PC.markings>> <</if>> <<else>> <<for $m = 0; $m < $genePool.length; $m++>> <<if $PC.pregSource == $genePool[$m].ID>> <<set $mergeDad = $genePool[$m]>> <<break>> <</if>> <</for>> <<set $activeSlave.slaveName = String("Your and " + $mergeDad.slaveName + "'s son")>> <<set $activeSlave.mother = -1>> <<set $activeSlave.father = $mergeDad.ID>> <<if $PC.nationality == $mergeDad.nationality>> <<set $activeSlave.nationality = $mergeDad.nationality>> <<else>> <<set $activeSlave.nationality = "Stateless">> <</if>> <<if $PC.race == $mergeDad.race>> <<set $activeSlave.race = $mergeDad.race>> <<elseif random(1,4) == 4>> <<set $activeSlave.race = either($PC.race, $mergeDad.race)>> <<else>> <<set $activeSlave.race = "mixed race">> <</if>> <<if $PC.origSkin == $mergeDad.origSkin>> <<set $activeSlave.skin = $PC.origSkin>> <<else>> <<GenSkinTone $PC $mergeDad>> <</if>> <<if $PC.origEye == $mergeDad.origEye>> <<set $activeSlave.eyeColor = $PC.origEye>> <<elseif $PC.origEye == "red" || $PC.origEye == "pale red" || $PC.origEye == "light red" || $PC.origEye == "pale gray">> <<set $activeSlave.eyeColor = $mergeDad.origEye>> <<elseif $mergeDad.origEye == "red" || $mergeDad.origEye == "pale red" || $mergeDad.origEye == "light red" || $mergeDad.origEye == "pale gray" || $mergeDad.origEye == "milky white">> <<set $activeSlave.eyeColor = $PC.origEye>> <<elseif $PC.origEye == "blue">> <<if random(1,4) == 2>> <<set $activeSlave.eyeColor = $PC.origEye>> <<else>> <<set $activeSlave.eyeColor = $mergeDad.origEye>> <</if>> <<elseif $mergeDad.origEye == "blue">> <<if random(1,4) == 2>> <<set $activeSlave.eyeColor = $mergeDad.origEye>> <<else>> <<set $activeSlave.eyeColor = $PC.origEye>> <</if>> <<else>> <<set $activeSlave.eyeColor = either($PC.origEye, $mergeDad.origEye)>> <</if>> <<if $PC.origHColor == $mergeDad.origHColor>> <<set $activeSlave.hColor = $PC.origHColor>> <<elseif $PC.origHColor == "black">> <<set $activeSlave.hColor = $PC.origHColor>> <<elseif $mergeDad.origHColor == "black">> <<set $activeSlave.hColor = $mergeDad.origHColor>> <<elseif $PC.origHColor == "brown">> <<set $activeSlave.hColor = $PC.origHColor>> <<elseif $mergeDad.origHColor == "brown">> <<set $activeSlave.hColor = $mergeDad.origHColor>> <<elseif $PC.origHColor == "white">> <<if random(1,100) == 69>> <<set $activeSlave.hColor = $PC.origHColor>> <<else>> <<set $activeSlave.hColor = $mergeDad.origHColor>> <</if>> <<elseif $mergeDad.origHColor == "white">> <<if random(1,100) == 69>> <<set $activeSlave.hColor = $PC.origHColor>> <<else>> <<set $activeSlave.hColor = $mergeDad.origHColor>> <</if>> <<else>> <<set $activeSlave.hColor = either($PC.origHColor, $mergeDad.origHColor)>> <</if>> <<if $mergeDad.underArmHStyle == "hairless">> <<if random(1,5) == 3>> <<set $activeSlave.underArmHStyle = "hairless">> <</if>> <</if>> <<if $mergeDad.pubicHStyle == "hairless">> <<if random(1,5) == 3>> <<set $activeSlave.pubicHStyle = "hairless">> <</if>> <</if>> <<set $activeSlave.pubicHColor = $activeSlave.hColor>> <<set $activeSlave.underArmHColor = $activeSlave.hColor>> <<set $activeSlave.sexualFlaw = either("none", "none", "none", "none", "none", $mergeDad.sexualFlaw)>> <<set $activeSlave.sexualQuirk = either("none", "none", "none", "none", "none", $mergeDad.sexualQuirk)>> <<set $activeSlave.behavioralFlaw = either("none", "none", "none", "none", "none", $mergeDad.behavioralFlaw)>> <<set $activeSlave.behavioralQuirk = either("none", "none", "none", "none", "none", $mergeDad.behavioralQuirk)>> <<set $activeSlave.fetish = either("none", "none", "none", "none", "none", $mergeDad.fetish)>> <<if $activeSlave.markings == "none">> <<set $activeSlave.markings = either($PC.markings, $mergeDad.markings, "none", "none")>> <</if>> <</if>> <<set $activeSlave.slaveSurname = $PC.surname>> <<else>> <<if random(0,100) >= $seeDicks>> <<include "Generate XX Slave">> <<else>> <<include "Generate XY Slave">> <</if>> <<set $activeSlave.mother = $mergeMom.ID>> <<if $mom.pregSource > 0>> <<set _currentFather = getSlave($mom.pregSource)>> <<set $activeSlave.father = $mergeDad.ID>> <<set $activeSlave.slaveName = String($mom.slaveName + " and " + _currentFather.slaveName + "'s child")>> <<if def $mom.slaveSurname && $mom.slaveSurname != "">><<set $activeSlave.slaveSurname = $mom.slaveSurname>><<elseif def _currentFather.slaveSurname && _currentFather.slaveSurname != "">><<set $activeSlave.slaveSurname = _currentFather.slaveSurname>><<else>><<set $activeSlave.slaveSurname = 0>><</if>> <<elseif $mom.pregSource == -1>> <<set $activeSlave.father = -1>> <<set $activeSlave.slaveName = String($mom.slaveName + " and my child")>> <<set $activeSlave.slaveSurname = $PC.surname>> <<else>> <<set $activeSlave.father = $missingParent>> <<set $activeSlave.slaveName = String($mom.slaveName + "'s slut child")>> <<if def $mom.slaveSurname && $mom.slaveSurname != "">><<set $activeSlave.slaveSurname = $mom.slaveSurname>><<else>><<set $activeSlave.slaveSurname = 0>><</if>> <</if>> <<if $mergeMom.nationality == $mergeDad.nationality>> <<set $activeSlave.nationality = $mergeDad.nationality>> <<else>> <<set $activeSlave.nationality = "Stateless">> <</if>> <<if $mergeMom.race == $mergeDad.race>> <<set $activeSlave.race = $mergeDad.race>> <<elseif random(1,4) == 4>> <<set $activeSlave.race = either($mergeMom.race, $mergeDad.race)>> <<else>> <<set $activeSlave.race = "mixed race">> <</if>> <<if $mom.pregSource == -2 && $arcologies[0].FSSupremacist != "unset">> <<set $activeSlave.race = either($mergeMom.race, $arcologies[0].FSSubjugationistRace, $arcologies[0].FSSubjugationistRace)>> <<if $mergeMom.race != $arcologies[0].FSSubjugationistRace>> <<if random(1,100) > 50>> <<set $activeSlave.race = "mixed race">> <</if>> <</if>> <</if>> <<if $mergeMom.origSkin == $mergeDad.origSkin>> <<set $activeSlave.skin = $mergeMom.origSkin>> <<else>> <<GenSkinTone $mergeMom $mergeDad>> <</if>> <<if $mergeMom.origEye == $mergeDad.origEye>> <<set $activeSlave.eyeColor = $mergeMom.origEye>> <<elseif $mergeMom.origEye == "red" || $mergeMom.origEye == "pale red" || $mergeMom.origEye == "light red" || $mergeMom.origEye == "pale gray" || $mergeMom.origEye == "milky white">> <<set $activeSlave.eyeColor = $mergeDad.origEye>> <<elseif $mergeDad.origEye == "red" || $mergeDad.origEye == "pale red" || $mergeDad.origEye == "light red" || $mergeDad.origEye == "pale gray" || $mergeDad.origEye == "milky white">> <<set $activeSlave.eyeColor = $mergeMom.origEye>> <<elseif $mergeMom.origEye == "blue">> <<if random(1,4) == 2>> <<set $activeSlave.eyeColor = $mergeMom.origEye>> <<else>> <<set $activeSlave.eyeColor = $mergeDad.origEye>> <</if>> <<elseif $mergeDad.origEye == "blue">> <<if random(1,4) == 2>> <<set $activeSlave.eyeColor = $mergeDad.origEye>> <<else>> <<set $activeSlave.eyeColor = $mergeMom.origEye>> <</if>> <<else>> <<set $activeSlave.eyeColor = either($mergeMom.origEye, $mergeDad.origEye)>> <</if>> <<if $mom.pregSource == -2 || $mom.pregSource == 0>> <<set $activeSlave.eyeColor = either($mergeMom.origEye, "brown", "blue", "brown", "green", "hazel", "green")>> <</if>> <<if $mergeMom.origHColor == $mergeDad.origHColor>> <<set $activeSlave.hColor = $mergeMom.origHColor>> <<elseif $mergeMom.origHColor == "white">> <<if random(1,100) == 69>> <<set $activeSlave.hColor = $mergeMom.origHColor>> <<else>> <<set $activeSlave.hColor = $mergeDad.origHColor>> <</if>> <<elseif $mergeDad.origHColor == "white">> <<if random(1,100) == 69>> <<set $activeSlave.hColor = $mergeDad.origHColor>> <<else>> <<set $activeSlave.hColor = $mergeMom.origHColor>> <</if>> <<elseif $mergeMom.origHColor == "black">> <<set $activeSlave.hColor = either($mergeMom.origHColor, $mergeMom.origHColor, $mergeMom.origHColor, $mergeMom.origHColor, $mergeMom.origHColor, $mergeMom.origHColor, $mergeMom.origHColor, $mergeDad.origHColor)>> <<elseif $mergeDad.origHColor == "black">> <<set $activeSlave.hColor = either($mergeDad.origHColor, $mergeDad.origHColor, $mergeDad.origHColor, $mergeDad.origHColor, $mergeDad.origHColor, $mergeDad.origHColor, $mergeDad.origHColor, $mergeMom.origHColor)>> <<elseif $mergeMom.origHColor == "brown">> <<set $activeSlave.hColor = either($mergeMom.origHColor, $mergeMom.origHColor, $mergeMom.origHColor, $mergeDad.origHColor)>> <<elseif $mergeDad.origHColor == "brown">> <<set $activeSlave.hColor = either($mergeDad.origHColor, $mergeDad.origHColor, $mergeDad.origHColor, $mergeMom.origHColor)>> <<else>> <<set $activeSlave.hColor = either($mergeMom.origHColor, $mergeDad.origHColor)>> <</if>> <<if $mom.pregSource == -2 || $mom.pregSource == 0>> <<set $activeSlave.hColor = either($mergeMom.origHColor, "brown", "blonde", "black", "brown", "black", "brown", "black")>> <</if>> <<if $mergeDad.underArmHStyle == "hairless" && $mergeMom.underArmHStyle == "hairless">> <<set $activeSlave.underArmHStyle = "hairless">> <<elseif $mergeDad.underArmHStyle == "hairless" || $mergeMom.underArmHStyle == "hairless">> <<if random(1,5) == 3>> <<set $activeSlave.underArmHStyle = "hairless">> <</if>> <</if>> <<if $mergeDad.pubicHStyle == "hairless" && $mergeMom.pubicHStyle == "hairless">> <<set $activeSlave.pubicHStyle = "hairless">> <<elseif $mergeDad.pubicHStyle == "hairless" || $mergeMom.pubicHStyle == "hairless">> <<if random(1,5) == 3>> <<set $activeSlave.pubicHStyle = "hairless">> <</if>> <</if>> <<set $activeSlave.pubicHColor = $activeSlave.hColor>> <<set $activeSlave.underArmHColor = $activeSlave.hColor>> <<set $activeSlave.sexualFlaw = either($mergeMom.sexualFlaw, "none", "none", "none", "none", "none", $mergeDad.sexualFlaw)>> <<set $activeSlave.sexualQuirk = either($mergeMom.sexualQuirk, "none", "none", "none", "none", "none", $mergeDad.sexualQuirk)>> <<set $activeSlave.behavioralFlaw = either($mergeMom.behavioralFlaw, "none", "none", "none", "none", "none", $mergeDad.behavioralFlaw)>> <<set $activeSlave.behavioralQuirk = either($mergeMom.behavioralQuirk, "none", "none", "none", "none", "none", $mergeDad.behavioralQuirk)>> <<set $activeSlave.fetish = either("none", "none", "none", "none", "none", $mergeDad.fetish, $mergeMom.fetish)>> <<if $activeSlave.markings == "none">> <<set $activeSlave.markings = either($mergeMom.markings, $mergeDad.markings, "none", "none")>> <</if>> <<if $mom.addict > 0>> <<set $activeSlave.addict = Math.trunc($mom.addict/2)>> <</if>> <</if>> <<set $activeSlave.actualAge = 0>> <<set $activeSlave.birthWeek = 0>> <<set $activeSlave.weight = -100>> <<set $activeSlave.muscles = -100>> <<set $activeSlave.boobs = 0>> <<set $activeSlave.butt = 0>> <<set $activeSlave.energy = 0>> <<set $activeSlave.anus = 0>> <<set $activeSlave.chem = 990>> <<if $activeSlave.vagina > -1>> <<set $activeSlave.vagina = 0>> <</if>> <<if $activeSlave.dick > 0>> <<set $activeSlave.foreskin = 1>> <<set $activeSlave.balls = 1>> <<set $activeSlave.scrotum = 1>> <</if>> <<if $activeSlave.fetish != "none">> <<set $activeSlave.fetishStrength = 20>> <</if>> /* Int and facial attractiveness changes to bolster eugenics and add negatives for excessive inbreeding */ <<if $activeSlave.mother == -1 && $PC.pregSource == -1>> <<set $activeSlave.face = random(90,100)>> <<set $activeSlave.intelligence = either(2, 2, 2, 2, 3, 3)>> <<elseif $activeSlave.mother == -1>> <<if $PC.pregSource > 0>> <<if $mergeDad.face < $PC.face>> <<set $activeSlave.face = random($mergeDad.face, $PC.face)>> <<else>> <<set $activeSlave.face = random(0,$PC.face)>> <</if>> <<if $activeSlave.face < 40>> <<set $activeSlave.face += random(5,20)>> <</if>> <<if $mergeDad.intelligence < $PC.intelligence>> <<set $activeSlave.intelligence = random($mergeDad.intelligence, $PC.intelligence)>> <<else>> <<set $activeSlave.intelligence = $PC.intelligence>> <</if>> <<if $activeSlave.intelligence < 2>> <<set $activeSlave.intelligence += 1>> <</if>> <<else>> <<set $activeSlave.face =random(20,100)>> <<set $activeSlave.intelligence = either(1, 2, 2, 2, 2, 3, 3)>> <</if>> <<elseif $activeSlave.father == -1>> <<if $PC.face > $mergeMom.face>> <<set $activeSlave.face = random($mergeMom.face, $PC.face)>> <<else>> <<set $activeSlave.face = either($mergeMom.face-10, $mergeMom.face+10)>> <</if>> <<if $PC.intelligence > $mergeMom.intelligence>> <<set $activeSlave.intelligence = random($mergeMom.intelligence, $PC.intelligence)>> <<else>> <<set $activeSlave.intelligence = $mergeMom.intelligence>> <</if>> <<if $mom.breedingMark == 1>> <<if $activeSlave.face < 60>> <<set $activeSlave.face = random(60,100)>> <</if>> <<if $activeSlave.intelligence < 2>> <<set $activeSlave.intelligence = either(2, 2, 2, 2, 3, 3)>> <</if>> <<elseif $inbreeding == 1>> <<if $activeSlave.face > -100 && random(1,100) > 60>> <<set $activeSlave.face -= random(2,20)>> <</if>> <<if $activeSlave.intelligence > -3 && random(1,100) < 40>> <<set $activeSlave.intelligence -= 1>> <<if $activeSlave.intelligence > -3 && random(1,100) < 20>> <<set $activeSlave.intelligence -= 1>> <</if>> <</if>> <</if>> <<else>> <<if $mergeDad.face < $mergeMom.face>> <<set $activeSlave.face = random($mergeDad.face, $mergeMom.face)>> <<elseif $mergeDad.face > $mergeMom.face>> <<set $activeSlave.face = random($mergeMom.face, $mergeDad.face)>> <<else>> <<set $activeSlave.face = $mergeMom.face>> <</if>> <<if $mergeDad.intelligence < $mergeMom.intelligence>> <<set $activeSlave.intelligence = random($mergeDad.intelligence, $mergeMom.intelligence)>> <<elseif $mergeDad.intelligence > $mergeMom.intelligence>> <<set $activeSlave.intelligence = random($mergeMom.intelligence, $mergeDad.intelligence)>> <<else>> <<set $activeSlave.intelligence = $mergeMom.intelligence>> <</if>> <<if $inbreeding == 1>> <<if $activeSlave.face > -100 && random(1,100) < 50>> <<set $activeSlave.face -= random(5,20)>> <</if>> <<if $activeSlave.intelligence > -3 && random(1,100) < 50>> <<set $activeSlave.intelligence -= 1>> <<if $activeSlave.intelligence > -3 && random(1,100) < 30>> <<set $activeSlave.intelligence -= 1>> <</if>> <</if>> <</if>> <</if>> <<set $activeSlave.areolaePiercing = 0>> <<set $activeSlave.face = Math.clamp($activeSlave.face, -100, 100)>> <<set $activeSlave.corsetPiercing = 0>> <<set $activeSlave.boobsImplant = 0>> <<set $activeSlave.boobsImplantType = 0>> <<set $activeSlave.nipplesPiercing = 0>> <<set $activeSlave.areolaePiercing = 0>> <<set $activeSlave.lactation = 0>> <<set $activeSlave.hipsImplant = 0>> <<set $activeSlave.buttImplant = 0>> <<set $activeSlave.buttImplantType = 0>> <<set $activeSlave.lipsImplant = 0>> <<set $activeSlave.lipsPiercing = 0>> <<set $activeSlave.tonguePiercing = 0>> <<set $activeSlave.vaginaPiercing = 0>> <<set $activeSlave.preg = 0>> <<set $activeSlave.pregType = 0>> <<set $activeSlave.pregKnown = 0>> <<set $activeSlave.belly = 0>> <<set $activeSlave.bellyPreg = 0>> <<set $activeSlave.bellyFluid = 0>> <<set $activeSlave.bellyImplant = -1>> <<set $activeSlave.clitPiercing = 0>> <<set $activeSlave.dickPiercing = 0>> <<set $activeSlave.makeup = 0>> <<set $activeSlave.nails = 0>> <<set $activeSlave.earPiercing = 0>> <<set $activeSlave.nosePiercing = 0>> <<set $activeSlave.eyebrowPiercing = 0>> <<set $activeSlave.stampTat = 0>> <<set $activeSlave.bellyTat = 0>> <<set $activeSlave.anusPiercing = 0>> <<set $activeSlave.anusTat = 0>> <<set $activeSlave.shouldersTat = 0>> <<set $activeSlave.armsTat = 0>> <<set $activeSlave.legsTat = 0>> <<set $activeSlave.backTat = 0>> <<set $activeSlave.combatSkill = 0>> <<set $activeSlave.whoreSkill = 0>> <<set $activeSlave.entertainSkill = 0>> <<set $activeSlave.oralSkill = 0>> <<set $activeSlave.analSkill = 0>> <<set $activeSlave.vaginalSkill = 0>> <<set $activeSlave.accent = 4>> <<set $activeSlave.canRecruit = 0>> <<set $activeSlave.hStyle = "long">> <<set $activeSlave.hLength = 300>> <<if $activeSlave.pubicHStyle != "hairless">> <<set $activeSlave.pubicHStyle = either("bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "hairless")>> <</if>> <<if $activeSlave.underArmHStyle != "hairless">> <<set $activeSlave.underArmHStyle = either("bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "hairless")>> <</if>> <<if $activeSlave.fetish == "mindbroken">> <<set $activeSlave.fetish = "none">> <</if>> <<if $incubatorImprintSetting == "terror">> <<set $activeSlave.origin = "She was conditioned from birth into mindless terror in an aging tank.">> <<set $activeSlave.tankBaby = 2>> <<else>> <<set $activeSlave.origin = "She was conditioned from birth into trusting obedience in an aging tank.">> <<set $activeSlave.tankBaby = 1>> <</if>> <<set $activeSlave.career = "a slave since birth">> <<set $activeSlave.birthName = $activeSlave.slaveName>> <<set $activeSlave.birthSurname = $activeSlave.slaveSurname>> <<set $activeSlave.intelligenceImplant = 0>> <<set $activeSlave.navelPiercing = 0>> <<set $activeSlave.devotion = 0>> <<set $activeSlave.trust = 0>> <<set $activeSlave.weekAcquired = $week>> <<if $activeSlave.nationality == "Stateless">> <<if $arcologies[0].FSRomanRevivalist > 90>> <<set $activeSlave.nationality = "Roman Revivalist">> <<elseif $arcologies[0].FSAztecRevivalist > 90>> <<set $activeSlave.nationality = "Aztec Revivalist">> <<elseif $arcologies[0].FSEgyptianRevivalist > 90>> <<set $activeSlave.nationality = "Ancient Egyptian Revivalist">> <<elseif $arcologies[0].FSEdoRevivalist > 90>> <<set $activeSlave.nationality = "Edo Revivalist">> <<elseif $arcologies[0].FSArabianRevivalist > 90>> <<set $activeSlave.nationality = "Arabian Revivalist">> <<elseif $arcologies[0].FSChineseRevivalist > 90>> <<set $activeSlave.nationality = "Ancient Chinese Revivalist">> <</if>> <</if>> <<set $mergeMom = 0>> <<set $mergeDad = 0>>
DankWolf/fc
src/pregmod/generateChild.tw
tw
bsd-3-clause
25,848
:: Hotswap Prosthetics [nobr] <<set $activeLimbs = $limbs.find(function(s) { return s.ID == $activeSlave.ID; })>> <<if $activeSlave.amp < 0>> <<set _oldLimbs = {type: 0, armsTat: 0, legsTat: 0}>> <<set _oldLimbs.type = $activeSlave.amp, _oldLimbs.armsTat = $activeSlave.armsTat, _oldLimbs.legsTat = $activeSlave.legsTat>> <</if>> <<set _readyLimbs = []>> <<for _hsp = 0; _hsp < $activeSlave.readyLimbs.length; _hsp++>> <<set _readyLimbs.push($activeSlave.readyLimbs[_hsp].type)>> <</for>> <br> Switch out her prosthetics for <<if $activeSlave.amp == -1>> <strong>Basic P-limbs equipped</strong> <<elseif _readyLimbs.includes(-1)>> <<link "a basic set">> <<set _hsp = $activeSlave.readyLimbs.findIndex(function(s) { return s.type == -1; })>> <<set _newLimbs = $activeSlave.readyLimbs[_hsp]>> <<set $activeSlave.amp = -1, $activeSlave.armsTat = _newLimbs.armsTat, $activeSlave.legsTat = _newLimbs.legsTat>> <<set $activeSlave.readyLimbs.splice(_hsp, 1, _oldLimbs)>> <<replace "#LimbOptions">> <<include "Hotswap Prosthetics">> <</replace>> <</link>> <<elseif def $activeLimbs && $activeLimbs.type == "simple" && $activeSlave.ID == $activeLimbs.ID>> //Basic P-limbs being built <<else>> //Basic prostheses unavailable <</if>>| <<if $activeSlave.amp == -2>> <strong>Sex focused P-limbs equipped</strong> <<elseif _readyLimbs.includes(-2)>> <<link "a sex focused set">> <<set _hsp = $activeSlave.readyLimbs.findIndex(function(s) { return s.type == -2; })>> <<set _newLimbs = $activeSlave.readyLimbs[_hsp]>> <<set $activeSlave.amp = -2, $activeSlave.armsTat = _newLimbs.armsTat, $activeSlave.legsTat = _newLimbs.legsTat>> <<set $activeSlave.readyLimbs.splice(_hsp, 1, _oldLimbs)>> <<replace "#LimbOptions">> <<include "Hotswap Prosthetics">> <</replace>> <</link>> <<elseif def $activeLimbs && $activeLimbs.type == "sex" && $activeSlave.ID == $activeLimbs.ID>> //Sex focused P-limbs being built <<else>> //Sex focused prostheses unavailable <</if>>| <<if $activeSlave.amp == -3>> <strong>Natural looking P-limbs equipped</strong> <<elseif _readyLimbs.includes(-3)>> <<link "a natural looking set">> <<set _hsp = $activeSlave.readyLimbs.findIndex(function(s) { return s.type == -3; })>> <<set _newLimbs = $activeSlave.readyLimbs[_hsp]>> <<set $activeSlave.amp = -3, $activeSlave.armsTat = _newLimbs.armsTat, $activeSlave.legsTat = _newLimbs.legsTat>> <<set $activeSlave.readyLimbs.splice(_hsp, 1, _oldLimbs)>> <<replace "#LimbOptions">> <<include "Hotswap Prosthetics">> <</replace>> <</link>> <<elseif def $activeLimbs && $activeLimbs.type == "beauty" && $activeSlave.ID == $activeLimbs.ID>> //Natural looking P-limbs being built <<else>> //Natural looking prostheses unavailable <</if>>| <<if $activeSlave.amp == -4>> <strong>Combat P-limbs equipped</strong> <<elseif _readyLimbs.includes(-4)>> <<link "military grade arms">> <<set _hsp = $activeSlave.readyLimbs.findIndex(function(s) { return s.type == -4; })>> <<set _newLimbs = $activeSlave.readyLimbs[_hsp]>> <<set $activeSlave.amp = -4, $activeSlave.armsTat = _newLimbs.armsTat, $activeSlave.legsTat = _newLimbs.legsTat>> <<set $activeSlave.readyLimbs.splice(_hsp, 1, _oldLimbs)>> <<replace "#LimbOptions">> <<include "Hotswap Prosthetics">> <</replace>> <</link>> <<elseif def $activeLimbs && $activeLimbs.type == "combat" && $activeSlave.ID == $activeLimbs.ID>> //Combat P-limbs being built <<else>> //Combat prostheses unavailable <</if>>| <<if $activeSlave.amp == -5>> <strong>Cybernetic P-limbs equipped</strong> <<elseif _readyLimbs.includes(-5)>> <<link "advanced cybernetics">> <<set _hsp = $activeSlave.readyLimbs.findIndex(function(s) { return s.type == -5; })>> <<set _newLimbs = $activeSlave.readyLimbs[_hsp]>> <<set $activeSlave.amp = -5, $activeSlave.armsTat = _newLimbs.armsTat, $activeSlave.legsTat = _newLimbs.legsTat>> <<set $activeSlave.readyLimbs.splice(_hsp, 1, _oldLimbs)>> <<replace "#LimbOptions">> <<include "Hotswap Prosthetics">> <</replace>> <</link>> <<elseif def $activeLimbs && $activeLimbs.type == "cyber" && $activeSlave.ID == $activeLimbs.ID>> //Cybernetic P-limbs being built <<else>> //Cybernetic prostheses unavailable <</if>> <br>
DankWolf/fc
src/pregmod/hotswapprosthetics.tw
tw
bsd-3-clause
4,317
:: Husk Slave [nobr] <<set $nextButton = "Back", $nextLink = "Buy Slaves", $returnTo = "Buy Slaves", $showEncyclopedia = 1, $encyclopedia = "Kidnapped Slaves">> <<if ($huskSlave.dick == 0) && ($huskSlave.vagina == -1)>><<set $huskSlave.vagina = 0>><</if>> <<if $huskSlaveOrdered == 0>>You lay out a new order for a braindead slave to be put aside for your use.<<else>>You review your posted husk order.<</if>> Your order requests a body with the following characteristics: <<set $huskSlave.age = Math.clamp($huskSlave.age, $minimumSlaveAge, $retirementAge-1)>> <br><br> Age: <br><<textbox "$huskSlave.age" $huskSlave.age "Husk Slave">> <br><br> Sex: <<if $huskSlave.sex == 1>>Female. <<elseif $huskSlave.sex == 2>>Male. <<elseif $huskSlave.sex == 3>>Futanari. <</if>> <br>[[Female|Husk Slave][$huskSlave.sex = 1]] | [[Male|Husk Slave][$huskSlave.sex = 2]] | [[Both|Husk Slave][$huskSlave.sex = 3]] <br><br> Nationality: <br><<textbox "$huskSlave.nationality" $huskSlave.nationality "Husk Slave">> <br><br> <<textbox "$huskSlave.race" $huskSlave.race "Husk Slave">> <br>[[White|Husk Slave][$huskSlave.race = "white"]] | [[Asian|Husk Slave][$huskSlave.race = "asian"]] | [[Latina|Husk Slave][$huskSlave.race = "latina"]] | [[Middle Eastern|Husk Slave][$huskSlave.race = "middle eastern"]] | [[Black|Husk Slave][$huskSlave.race = "black"]] | [[Semitic|Husk Slave][$huskSlave.race = "semitic"]] | [[Southern European|Husk Slave][$huskSlave.race = "southern european"]] | [[Indo-aryan|Husk Slave][$huskSlave.race = "indo-aryan"]] | [[Amerindian|Husk Slave][$huskSlave.race = "amerindian"]] | [[Pacific Islander|Husk Slave][$huskSlave.race = "pacific islander"]] | [[Malay|Husk Slave][$huskSlave.race = "malay"]] | [[Mixed Race|Husk Slave][$huskSlave.race = "mixed race"]] <br><br> Virginity: <<if $huskSlave.virgin == 0>>Virgin. <<else>>Not important. <</if>> <br>[[Important|Husk Slave][$huskSlave.virgin = 0]] | [[Not Important|Husk Slave][$huskSlave.virgin = 1]] <br><br><br> Reserving a body will cost <<print cashFormat(10000)>> up front. Cancelling an order will refund your money, however if a delivered body is rejected; your money will not be refunded. <<if $huskSlaveOrdered == 1>> [[Withdraw body order|Main][$huskSlaveOrdered = 0, $cash += 10000]] <<elseif $cash < 10000>> //You lack the credits to place a body reservation.// <<else>> [[Post body order|Main][$huskSlaveOrdered = 1, $cash -= 10000]] <</if>>
DankWolf/fc
src/pregmod/huskSlave.tw
tw
bsd-3-clause
2,428
:: Husk Slave Swap [nobr] <<set $nextButton = "Continue">> <<set _oldSlave = clone($swappingSlave)>> <<set _m = $slaveIndices[$swappingSlave.ID]>> <<run clearSummaryCache($slaves[_m])>> You strap $slaves[_m].slaveName, and the body to which $he will be transferred, into the remote surgery and stand back as it goes to work. <<BodySwap $slaves[_m] $activeSlave>> <<set _gps = $genePool.findIndex(function(s) { return s.ID == $slaves[_m].ID; })>> <<set $genePool[_gps].race = $slaves[_m].race, $genePool[_gps].skin = $slaves[_m].skin, $genePool[_gps].markings = $slaves[_m].markings, $genePool[_gps].origEye = $slaves[_m].origEye, $genePool[_gps].origHColor = $slaves[_m].origHColor, $genePool[_gps].origSkin = $slaves[_m].skin, $genePool[_gps].face = $slaves[_m].face, $genePool[_gps].pubicHStyle = $slaves[_m].pubicHStyle, $genePool[_gps].underArmHStyle = $slaves[_m].underArmHStyle>> /* special exception to swap genePool since the temporary body lacks an entry. Otherwise we could just call the widget using the genePool entries */ <br><br> After an honestly impressive procedure, $slaves[_m].slaveName is recovering nicely. <<BodySwapReaction $slaves[_m] _oldSlave>> <br><br> <<slaveCost _oldSlave>> <<set _payout = Math.trunc($slaveCost/3)>> $slaves[_m].slaveName's old body was bought by the Flesh Heap for <<print cashFormat(_payout)>>. <<if $slaves[_m].bodySwap > 0>> <<set _myBody = $slaves.findIndex(function(s) { return s.origBodyOwnerID == $slaves[_m].ID; })>> <<if _myBody != -1>> <<set $slaves[_myBody].origBodyOwnerID = 0>> <<if $slaves[_myBody].fetish != "mindbroken" && $slaves[_myBody].fuckdoll == 0>> <<if $slaves[_myBody].devotion > 20>> $slaves[_myBody].slaveName is somewhat saddened to see her body leave forever. <<elseif $slaves[_myBody].devotion >= -50>> $slaves[_myBody].slaveName is @@.mediumorchid;disturbed@@ to find her body is gone for good, damaging her @@.gold;ability to trust you.@@ <<set $slaves[_myBody].devotion -= 30, $slaves[_myBody].trust -= 30>> <<else>> $slaves[_myBody].slaveName is @@.mediumorchid;deeply upset@@ that she'll never see her body again. With so little left, she finds it easy to take vengeance by @@.orangered;completely rejecting your ownership of her.@@ <<set $slaves[_myBody].devotion -= 50, $slaves[_myBody].trust = 100>> <</if>> <</if>> <</if>> <</if>> <<set $slaves[_m].bodySwap++>> <<set $cash += _payout>> <<set $activeSlave = 0, $swappingSlave = 0>>
DankWolf/fc
src/pregmod/huskSlaveSwap.tw
tw
bsd-3-clause
2,466
:: husk Slave Swap Workaround [nobr] <<set $nextButton = "Abort Operation", $nextLink = "Scheduled Event", $returnTo = "Scheduled Event">> "This operation is neither simple nor is it perfected. There are extreme health risks involved and no guarantee of success. Strap a slave into your remote surgery to consent to the operation. Indentured servants<<if $incubator > 0>> and slaves with reserved children<</if>> not eligible." <br> //Select the slave whose mind will be transferred into the waiting husk.<<if $cyberMod == 1>> Amputated slaves must not be wearing prosthetics.<</if>> This operation will cost <<print cashFormat(10000)>>.// <br><br> __Select an eligible slave:__ <<for _i = 0; _i < $slaves.length; _i++>> <<if isSlaveAvailable($slaves[_i])>> <<if $slaves[_i].fuckdoll == 0>> <<if $slaves[_i].amp >= 0>> <<if $slaves[_i].indenture == -1>> <<if $slaves[_i].breedingMark == 0 || $propOutcome == 0>> <<if $slaves[_i].reservedChildren == 0>> <<if $slaves[_i].ID != $activeSlave.ID>> <br><<print "[[$slaves[_i].slaveName|Husk Slave Swap][$swappingSlave = $slaves[" + _i + "], $cash -= 10000]]">> <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <</for>>
DankWolf/fc
src/pregmod/huskSlaveSwapWorkaround.tw
tw
bsd-3-clause
1,191
:: Incubator [nobr] <<set $nextButton = "Back to Main", $nextLink = "Main", $returnTo = "Incubator">> <<set $targetAge = Number($targetAge) || $minimumSlaveAge>> <<set $targetAge = Math.clamp($targetAge, $minimumSlaveAge, 42)>> <<if $incubatorName != "the Incubator">> <<set $incubatorNameCaps = $incubatorName.replace("the ", "The ")>> <</if>> <<set $readySlaves = 0, $readySlave = 0, $incubatorSlaves = $tanks.length, $freeTanks = $incubator - $incubatorSlaves, _SL = $slaves.length, _eligibility = 0>> <br><br> $incubatorNameCaps is a clean, cold hall designed to be lined with tanks and their connected monitoring systems. <<if $incubatorSlaves > 2>> It's well used. The hum of active tanks fill the air. <<elseif $incubatorSlaves > 0>> It's barely used; most of the tanks lie dormant. <<else>> It's empty and quiet. [[Decommission the incubator|Main][$incubator = 0, $incubatorUpgradeSpeed = 5, $incubatorUpgradeWeight = 0, $incubatorUpgradeMuscles = 0, $incubatorUpgradeReproduction = 0, $incubatorUpgradeGrowthStims = 0, $incubatorWeightSetting = 0, $incubatorMusclesSetting = 0, $incubatorReproductionSetting = 0, $incubatorGrowthStimsSetting = 0, $tanks = []]] <</if>> <br>It can support $incubator <<if $incubator == 1>>child<<else>>children<</if>>. Currently $incubatorSlaves tanks are in use. [[Add another incubation tank|Incubator][$cash -= Math.trunc(60000*$upgradeMultiplierArcology), $incubator += 1]] //Costs <<print cashFormat(Math.trunc(60000*$upgradeMultiplierArcology))>> and will increase upkeep costs// <<if $freeTanks == 0>> All of the tanks are currently occupied by growing children. <<elseif $incubator > 1 && $reservedChildren < $freeTanks>> [[Remove an incubation tank|Incubator][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $incubator -= 1]] //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>> and will reduce upkeep costs// <</if>> <br><br> Reserve an eligible mother-to-be's child to be placed in a tank upon birth. Of $incubator tanks, <<print $freeTanks>> <<if $freeTanks == 1>>is<<else>>are<</if>> unoccupied. Of those, $reservedChildren <<if $reservedChildren == 1>>tank is<<else>>tanks are<</if>> reserved. /* ** With hundreds of slaves, navigating the Incubator room was giving me as much of a headache as other lists. ** So, I borrowed the sorting list and dropped a few options here. */ <<if (0 < _SL)>> <<set $sortIncubatorList = $sortIncubatorList || 'Unsorted'>> <br/>//Sorting:// ''<span id="qlIncubatorSort">$sortIncubatorList</span>.'' <<link "Sort by Name">> <<set $sortIncubatorList = 'Name'>> <<replace "#qlIncubatorSort">>$sortIncubatorList<</replace>> <<script>> sortIncubatorPossiblesByName(); <</script>> <</link>> | <<link "Sort by Reserved Incubator Spots">> <<set $sortIncubatorList = 'Reserved Incubator Spots'>> <<replace "#qlIncubatorSort">>$sortIncubatorList<</replace>> <<script>> sortIncubatorPossiblesByReservedSpots(); <</script>> <</link>> | <<link "Sort by Pregnancy Week">> <<set $sortIncubatorList = 'Pregnancy Week'>> <<replace "#qlIncubatorSort">>$sortIncubatorList<</replace>> <<script>> sortIncubatorPossiblesByPregnancyWeek(); <</script>> <</link>> | <<link "Sort by Number of Children">> <<set $sortIncubatorList = 'Number of Children'>> <<replace "#qlIncubatorSort">>$sortIncubatorList<</replace>> <<script>> sortIncubatorPossiblesByPregnancyCount(); <</script>> <</link>> <br/> <</if>> <div id="qlIncubator"> <<for _u = 0; _u < _SL; _u++>> <<if $slaves[_u].preg > 0 && $slaves[_u].broodmother == 0 && $slaves[_u].pregKnown == 1 && $slaves[_u].eggType == "human">> <<if $slaves[_u].assignment == "work in the dairy" && $dairyPregSetting > 0>> <<else>> <<set _slaveId = "slave-" + $slaves[_u].ID>> <<set _pregCount = $slaves[_u].pregType>> <<set _reservedSpots = $slaves[_u].reservedChildren>> <<set _pregWeek = $slaves[_u].pregWeek>> <<set _slaveName = getSlaveDisplayName($slaves[_u])>> <div class="possible" @id="_slaveId" @data-preg-count="_pregCount" @data-reserved-spots="_reservedSpots" @data-preg-week="_pregWeek" @data-name="_slaveName"> <<print "[[_slaveName|Long Slave Description][$activeSlave = $slaves[" + _u + "], $nextLink = passage()]]">> is $slaves[_u].pregWeek weeks pregnant with <<if $slaves[_u].pregSource == 0 || $slaves[_u].preg <= 5>>someone's<<if $slaves[_u].preg <= 5>>, though it is too early to tell whose,<</if>> <<elseif $slaves[_u].pregSource == -1>>your <<elseif $slaves[_u].pregSource == -2>>a citizen's <<else>> <<set _t = $slaveIndices[$slaves[_u].pregSource]>> <<if def _t>> <<print $slaves[_t].slaveName>>'s <</if>> <</if>> <<if $slaves[_u].pregType > 1>>$slaves[_u].pregType babies<<else>>baby<</if>>. <<if $slaves[_u].reservedChildren > 0>> <<set _childrenReserved = 1>> <<if $slaves[_u].pregType == 1>> Her child will be placed in $incubatorName. <<elseif $slaves[_u].reservedChildren < $slaves[_u].pregType>> $slaves[_u].reservedChildren of her children will be placed in $incubatorName. <<elseif $slaves[_u].pregType == 2>> Both of her children will be placed in $incubatorName. <<else>> All $slaves[_u].reservedChildren of her children will be placed in $incubatorName. <</if>> <<if ($slaves[_u].reservedChildren < $slaves[_u].pregType) && ($reservedChildren < $freeTanks)>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<print "[[Keep another child|Incubator][$slaves[" + _u + "].reservedChildren += 1, $reservedChildren += 1]]">> <<if $slaves[_u].reservedChildren > 0>> | <<print "[[Keep one less child|Incubator][$slaves[" + _u + "].reservedChildren -= 1, $reservedChildren -= 1]]">> <</if>> <<if $slaves[_u].reservedChildren > 1>> | <<print "[[Keep none of her children|Incubator][$reservedChildren -= $slaves[" + _u + "].reservedChildren, $slaves[" + _u + "].reservedChildren = 0]]">> <</if>> <<if ($reservedChildren + $slaves[_u].pregType - $slaves[_u].reservedChildren) <= $freeTanks>> | <<print "[[Keep the rest of her children|Incubator][$reservedChildren += ($slaves[" + _u + "].pregType - $slaves[" + _u + "].reservedChildren), $slaves[" + _u + "].reservedChildren += ($slaves[" + _u + "].pregType - $slaves[" + _u + "].reservedChildren)]]">> <</if>> <<elseif ($slaves[_u].reservedChildren == $slaves[_u].pregType) || ($reservedChildren == $freeTanks)>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<print "[[Keep one less child|Incubator][$slaves[" + _u + "].reservedChildren -= 1, $reservedChildren -= 1]]">> <<if $slaves[_u].reservedChildren > 1>> | <<print "[[Keep none of her children|Incubator][$reservedChildren -= $slaves[" + _u + "].reservedChildren, $slaves[" + _u + "].reservedChildren = 0]]">> <</if>> <</if>> <<elseif $reservedChildren < $freeTanks>> You have <<if $freeTanks == 1>>an<</if>> @@.lime;available aging tank<<if $freeTanks > 1>>s<</if>>.@@ <br>&nbsp;&nbsp;&nbsp;&nbsp; <<print "[[Keep "+ (($slaves[_u].pregType > 1) ? "a" : "the") +" child|Incubator][$slaves[" + _u + "].reservedChildren += 1, $reservedChildren += 1]]">> <<if ($slaves[_u].pregType > 1) && ($reservedChildren + $slaves[_u].pregType - $slaves[_u].reservedChildren) <= $freeTanks>> | <<print "[[Keep all of her children|Incubator][$reservedChildren += $slaves["+ _u + "].pregType, $slaves[" + _u + "].reservedChildren += $slaves["+ _u +"].pregType]]">> <</if>> <<elseif $reservedChildren == $freeTanks>> <br>&nbsp;&nbsp;&nbsp;&nbsp; You have @@.red;no room for her offspring.@@ <</if>> <<set _eligibility = 1>> </div> <</if>> <</if>> <</for>> </div> <<script>> $('div#qlIncubator').ready(sortIncubatorPossiblesByPreviousSort); <</script>> <<if _eligibility == 0>> <br> //You have no pregnant slaves bearing eligible children.// <</if>> <<if $PC.pregKnown == 1 && $PC.pregSource != -1>> <br>''@@.pink;You're pregnant@@'' and going to have <<switch $PC.pregType>> <<case 1>> a baby. <<case 2>> twins. <<case 3>> triplets. <<case 4>> quadruplets. <<case 5>> quintuplets. <<case 6>> sextuplets. <<case 7>> septuplets. <<case 8>> octuplets. <</switch>> <<if $PC.reservedChildren > 0>> <<set _childrenReserved = 1>> <<if $PC.pregType == 1>> Your child will be placed in $incubatorName. <<elseif $PC.reservedChildren < $PC.pregType>> $PC.reservedChildren of your children will be placed in $incubatorName. <<elseif $PC.pregType == 2>> Both of your children will be placed in $incubatorName. <<else>> All $PC.reservedChildren of your children will be placed in $incubatorName. <</if>> <<if ($PC.reservedChildren < $PC.pregType) && ($reservedChildren < $freeTanks)>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<print "[[Keep another child|Incubator][$PC.reservedChildren += 1, $reservedChildren += 1]]">> <<if $PC.reservedChildren > 0>> | <<print "[[Keep one less child|Incubator][$PC.reservedChildren -= 1, $reservedChildren -= 1]]">> <</if>> <<if $PC.reservedChildren > 1>> | <<print "[[Keep none of your children|Incubator][$reservedChildren -= $PC.reservedChildren, $PC.reservedChildren = 0]]">> <</if>> <<if ($reservedChildren + $PC.pregType - $PC.reservedChildren) <= $freeTanks>> | <<print "[[Keep the rest of your children|Incubator][$reservedChildren += ($PC.pregType - $PC.reservedChildren), $PC.reservedChildren += ($PC.pregType - $PC.reservedChildren)]]">> <</if>> <<elseif ($PC.reservedChildren == $PC.pregType) || ($reservedChildren == $freeTanks)>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<print "[[Keep one less child|Incubator][$PC.reservedChildren -= 1, $reservedChildren -= 1]]">> <<if $PC.reservedChildren > 1>> | <<print "[[Keep none of your children|Incubator][$reservedChildren -= $PC.reservedChildren, $PC.reservedChildren = 0]]">> <</if>> <</if>> <<elseif $reservedChildren < $freeTanks>> You have <<if $freeTanks == 1>>an<</if>> @@.lime;available aging tank<<if $freeTanks > 1>>s<</if>>.@@ <br>&nbsp;&nbsp;&nbsp;&nbsp; <<print "[[Keep "+ (($PC.pregType > 1) ? "a" : "your") +" child|Incubator][$PC.reservedChildren += 1, $reservedChildren += 1]]">> <<if ($PC.pregType > 1) && ($reservedChildren + $PC.pregType - $PC.reservedChildren) <= $freeTanks>> | <<print "[[Keep all of your children|Incubator][$reservedChildren += $PC.pregType, $PC.reservedChildren += $PC.pregType]]">> <</if>> <<elseif $reservedChildren == $freeTanks>> <br>&nbsp;&nbsp;&nbsp;&nbsp; You have @@.red;no room for your offspring.@@ <</if>> <</if>> <<if $reservedChildren != 0 || _childrenReserved == 1>> /* the oops I made it go negative somehow button */ <br> <<link "Clear all reserved children">> <<for _u = 0; _u < _SL; _u++>> <<if $slaves[_u].reservedChildren != 0>> <<set $slaves[_u].reservedChildren = 0>> <</if>> <</for>> <<set $PC.reservedChildren = 0>> <<set $reservedChildren = 0>> <<goto "Incubator">> <</link>> <</if>> <br><br> Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimum Legal Age|Incubator][$targetAge = $minimumSlaveAge]] | [[Average Age of Fertility|Incubator][$targetAge = $fertilityAge]] | [[Average Age of Potency|Incubator][$targetAge = $potencyAge]] | [[Legal Adulthood|Incubator][$targetAge = 18]] //Setting will not be applied to tanks in use.// <br> <<if $incubatorUpgradeSpeed == 52>> It has been upgraded with perfected growth accelerants; children grow at the rate of 1 week to 1 year. <<elseif $incubatorUpgradeSpeed == 18>> It has been upgraded with advanced experimental growth accelerants; children grow at the rate of 3 weeks to 1 year. [[Fund speculative research into maximizing growth rate|Incubator][$cash -= Math.trunc(500000*$upgradeMultiplierArcology), $incubatorUpgradeSpeed = 52]] //Costs <<print cashFormat(Math.trunc(500000*$upgradeMultiplierArcology))>> and will increase upkeep costs// <<elseif $incubatorUpgradeSpeed == 9>> It has been upgraded with advanced growth accelerants; children grow at the rate of 6 weeks to 1 year. [[Fund research into increasing growth rate even further|Incubator][$cash -= Math.trunc(75000*$upgradeMultiplierArcology), $incubatorUpgradeSpeed = 18]] //Costs <<print cashFormat(Math.trunc(75000*$upgradeMultiplierArcology))>> and will increase upkeep costs// <<elseif $incubatorUpgradeSpeed == 6>> It has been upgraded with growth accelerants; children grow at the rate of 9 weeks to 1 year. [[Further upgrade the incubators with specialized stem cells to speed growth|Incubator][$cash -= Math.trunc(30000*$upgradeMultiplierArcology), $incubatorUpgradeSpeed = 9]] //Costs <<print cashFormat(Math.trunc(30000*$upgradeMultiplierArcology))>> and will increase upkeep costs// <<elseif $incubatorUpgradeSpeed == 5>> The incubation tanks are basic; children grow at the rate of 12 weeks to 1 year. [[Upgrade the incubators with growth accelerating drugs|Incubator][$cash -= Math.trunc(30000*$upgradeMultiplierArcology), $incubatorUpgradeSpeed = 6]] //Costs <<print cashFormat(Math.trunc(30000*$upgradeMultiplierArcology))>> and will increase upkeep costs// <</if>> <br> <<if $incubatorUpgradeWeight == 1>> Advanced caloric monitoring systems have been installed in the tanks to monitor and maintain a developing child's weight. <<else>> There are no systems in place to control a growing child's weight; they will likely come out emaciated from rapidly growing. [[Upgrade the growth tanks with weight monitoring systems|Incubator][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $incubatorUpgradeWeight = 1]] //Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>> and will increase upkeep costs// <</if>> <br> <<if $incubatorUpgradeMuscles == 1>> Advanced monitoring and steroid injection systems have been installed in the tanks to monitor and maintain a developing child's musculature. <<else>> There are no systems in place to control a growing child's musculature; they will likely come out frail and weak from rapidly growing. [[Upgrade the growth tanks with muscle monitoring systems|Incubator][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $incubatorUpgradeMuscles = 1]] //Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>> and will increase upkeep costs// <</if>> <br> <<if $incubatorUpgradeReproduction == 1>> Advanced monitoring and hormone injection systems have been installed in the tanks to influence a developing child's reproductive organs. <<else>> There are no systems in place to control a growing child's reproductive capability. [[Upgrade the growth tanks with hormone monitoring systems|Incubator][$cash -= Math.trunc(50000*$upgradeMultiplierArcology), $incubatorUpgradeReproduction = 1]] //Costs <<print cashFormat(Math.trunc(50000*$upgradeMultiplierArcology))>> and will increase upkeep costs// <</if>> <br> <<if $incubatorUpgradeOrgans == 1>> Surgical tools have been added to the tank to be able to extract tissue samples from the occupant. <<elseif $organFarmUpgrade >= 1>> The tanks lack the ability to extract tissue samples to be used by the organ fabricator. [[Upgrade the growth tanks with surgical extraction tools|Incubator][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $incubatorUpgradeOrgans = 1]] //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>> and will increase upkeep costs// <<else>> The tanks lack the ability to extract tissue samples and the dispensary lacks the ability to make use of them to fabricate organs. <</if>> <br> <<if $incubatorUpgradeGrowthStims == 1>> Advanced monitoring and stimulant injection systems have been installed in the tanks to monitor and maintain a developing child's height. <<elseif $growthStim == 1>> There are no systems in place to control a growing child's height. [[Upgrade the growth tanks with stimulants injection systems|Incubator][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $incubatorUpgradeGrowthStims = 1]] //Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>> and will increase upkeep costs// <<else>> There are no systems in place to control a growing child's height and you lack the capability to fabricate growth stimulants. <</if>> <br> <<if $incubatorImprintSetting == "terror">> The imprinting system is currently focused on making her devoted but fearful of you. The imprinting cycle is locked upon incubation start. [[Switch the system to focus on attachment|Incubator][$incubatorImprintSetting = "trust"]] //Only affects new infants// <<else>> The imprinting system is currently focused on making her devoted and trusting of you. The imprinting cycle is locked upon incubation start. [[Switch the system to focus on dependence|Incubator][$incubatorImprintSetting = "terror"]] //Only affects new infants// <</if>> <<if $incubatorSlaves > 0>> <<for $i = 0; $i < $incubatorSlaves; $i++>> <<capture $i>> <br><br>@@.pink;$tanks[$i].slaveName@@ occupies this tank. She appears to be <<if $tanks[$i].genes == "XX">>a natural girl<<else>>a natural boy<</if>>, with $tanks[$i].hColor hair<<if $tanks[$i].eyes != -2>> and $tanks[$i].eyeColor eyes.<<else>>. She most likely will be blind.<</if>> Statistical projections indicates that once released she will be around <<= heightToEitherUnit($tanks[$i].height + random(-5,5))>> tall. Most likely she will be <<if $tanks[$i].weight <= 30 && $tanks[$i].weight >= -30>> at a healthy weight and <<elseif $tanks[$i].weight >= 31 && $tanks[$i].weight <= 95>> quite overweight and <<elseif $tanks[$i].weight >= 96>> very overweight and <<elseif $tanks[$i].weight <= -31 && $tanks[$i].weight >= -95>> quite thin and <<elseif $tanks[$i].weight <= -96>> very thin and <</if>> <<if $tanks[$i].muscles <= 5 && $tanks[$i].muscles >= -5>> with a normal musculature. <<elseif $tanks[$i].muscles >= 6 && $tanks[$i].muscles <= 30>> quite toned. <<elseif $tanks[$i].muscles >= 31 && $tanks[$i].muscles <= 95>> quite muscular. <<elseif $tanks[$i].muscles >= 96>> with a powerful musculature. <<elseif $tanks[$i].muscles <= -6 && $tanks[$i].muscles >= -30>> quite weak. <<elseif $tanks[$i].muscles <= -31 && $tanks[$i].muscles >= -95>> very weak. <<elseif $tanks[$i].muscles <= -96>> extremely weak. <</if>> Her breasts are projected to be <<if $tanks[$i].boobs <= 799>> of normal size, <<elseif $tanks[$i].boobs <= 1799>> of generous size, <<elseif $tanks[$i].boobs <= 3249>> of incredible size, <<else>> of humongous size, <</if>> while her rear will be <<if $tanks[$i].butt <= 3>> a healthy size. <<elseif $tanks[$i].butt <= 6>> quite impressive. <<elseif $tanks[$i].butt <= 9>> very impressive. <<else>> immense. <</if>> <<if $tanks[$i].dick > 0>> <<if $tanks[$i].dick <= 3>> The latest analysis reported her dick will end up being around the average <<elseif $tanks[$i].dick >= 4 && $tanks[$i].dick <= 6>> The latest analysis reported her dick will end up being above average <<elseif $tanks[$i].dick >= 7 && $tanks[$i].dick <= 9>> The latest analysis reported her dick will end up being far above the average <<else>> The latest analysis reported her dick will end up being of monstrous size <</if>> <</if>> <<if $tanks[$i].balls > 0>> <<if $tanks[$i].balls <= 3>> and her testicles will reach a normal size. <<elseif $tanks[$i].balls >= 4 && $tanks[$i].balls <= 6>> and her testicles will be of remarkable size. <<elseif $tanks[$i].balls >= 7 && $tanks[$i].balls <= 9>> and her testicles will reach an impressive size. <<else>> and her testicles will reach a monstrous size. <</if>> <</if>> <<if $tanks[$i].pubertyXX == 1 && $tanks[$i].ovaries == 1>> Scanners report her womb is fertile. <<else>> Scanners report she is not fertile, <<if $tanks[$i].pubertyXX == 0>> as she has not yet entered puberty. <<else>> it appears her womb is sterile. <</if>> <</if>> <<if $tanks[$i].growTime <= 0>> <<set $readySlaves = 1>> <br>She is ready to be released from her tank. <<else>> <br>Her growth is currently being accelerated. She will be ready for release in about <<print Math.round($tanks[$i].growTime/$incubatorUpgradeSpeed)>> weeks. <</if>> <br>The tank is imprinting her with basic life and sexual skills, though she will still be very naive and inexperienced on release. <<if $tanks[$i].tankBaby == 2>> The majority of her indoctrination involves painting the world as a terrible place where only horror awaits her should she not obey her owner. <<else>> The majority of her indoctrination involves painting the world as a wonderful place only if she is unconditionally devoted to, and absolutely trusting of, her owner. <</if>> <<if $incubatorUpgradeWeight == 1>> <br> <<if $incubatorWeightSetting == 1>> Her weight is not being properly managed, saving costs but likely causing excessive weight gain. <<elseif $incubatorWeightSetting == 2>> Her weight is being carefully managed; she will be released at a healthy weight. <<elseif $incubatorWeightSetting == 0>> Weight management systems are offline; she will likely be malnourished. <</if>> <</if>> <<if $incubatorUpgradeMuscles == 1>> <br> <<if $incubatorMusclesSetting == 2>> Her strength levels are purposefully set higher than recommended; excessive muscle gain likely. <<elseif $incubatorMusclesSetting == 1>> Her musculature is being carefully managed; she will be released with near normal strength. <<elseif $incubatorMusclesSetting == 0>> Strength management systems are offline; she will likely be released extremely weak. <</if>> <</if>> <<if $incubatorUpgradeGrowthStims == 1>> <br> <<if $incubatorGrowthStimsSetting == 2>> She is being injected with higher than recommended doses of stimulants; exceeding expected final height is likely. <<elseif $incubatorGrowthStimsSetting == 1>> She is injected with the recommended dosage of stimulants; she will grow to her full expected height. <<elseif $incubatorGrowthStimsSetting == 0>> Growth stimulant injection systems are offline; she will develop normally. <</if>> <</if>> <<if $incubatorUpgradeReproduction == 1>> <br> <<if $incubatorReproductionSetting == 2>> Her hormone levels are purposefully set higher than recommended; over-active reproductive systems likely. <<elseif $incubatorReproductionSetting == 1>> Her hormone levels are being carefully managed; she will be released with fully functional reproductive organs. <<elseif $incubatorReproductionSetting == 0>> Reproduction management systems are offline; she will undergo normal puberty. <</if>> <</if>> <<if $cheatMode == 1>> <br>''Cheatmode:'' <<link "Retrieve immediately">> <<set $incubatorOldID = $tanks[$i].ID>> <<set $readySlave = $tanks.pluck([$i], [$i])>> <<goto "Incubator Retrieval Workaround">> <</link>> <</if>> <<if $incubatorUpgradeOrgans == 1>> <br> You can extract a sample and prepare a new organ for her to be implanted once she exits her tank. <<set _newOrgan = 0>> <<set $tankOrgans = { ovaries: 0, penis: 0, testicles:0, eyes: 0, voiceBox: 0}>> <<for _i = 0; _i < $incubatorOrgans.length; _i++>> <<if $tanks[$i].ID == $incubatorOrgans[_i].ID>> <<if $incubatorOrgans[_i].type == "ovaries">> <<set $tankOrgans.ovaries = 1>> <</if>> <<if $incubatorOrgans[_i].type == "testicles">> <<set $tankOrgans.testicles = 1>> <</if>> <<if $incubatorOrgans[_i].type == "penis">> <<set $tankOrgans.penis = 1>> <</if>> <<if $incubatorOrgans[_i].type == "eyes">> <<set $tankOrgans.eyes = 1>> <</if>> <<if $incubatorOrgans[_i].type == "voicebox">> <<set $tankOrgans.voicebox = 1>> <</if>> <</if>> <</for>> <<if $tanks[$i].genes == "XX">> Being a natural girl she possesses a functional vagina and ovaries, you can: <<else>> Being a natural boy he possesses a functional penis and balls, you can: <</if>> <br> <<if $tanks[$i].ovaries == 0 && $tankOrgans.ovaries != 1>> <<link "Prepare ovaries">> <<set $cash -= 10000>> <<set _newOrgan = {type: "ovaries", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $tanks[$i].ID>> <<set $incubatorOrgans.push(_newOrgan)>> <<goto "Incubator">> <</link>> <</if>> <<if $tanks[$i].dick == 0 && $tankOrgans.penis != 1>> <<link "Prepare penis">> <<set $cash -= 5000>> <<set _newOrgan = {type: "penis", weeksToCompletion: "5", ID: 0}>> <<set _newOrgan.ID = $tanks[$i].ID>> <<set $incubatorOrgans.push(_newOrgan)>> <<goto "Incubator">> <</link>> <</if>> <<if $tanks[$i].balls == 0 && $tankOrgans.testicles != 1>> | <<link "Prepare testicles">> <<set $cash -= 5000>> <<set _newOrgan = {type: "testicles", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $tanks[$i].ID>> <<set $incubatorOrgans.push(_newOrgan)>> <<goto "Incubator">> <</link>> <</if>> <<if $tanks[$i].eyes == -2 && $tankOrgans.eyes != 1>> <br>She appears to be blind: <<link "Prepare eyes">> <<set $cash -= 10000>> <<set _newOrgan = {type: "eyes", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $tanks[$i].ID>> <<set $incubatorOrgans.push(_newOrgan)>> <<goto "Incubator">> <</link>> <</if>> <<if $tanks[$i].voice == 0 && $tankOrgans.voicebox != 1>> <br>It appears she was born a mute: <<link "Prepare vocal cords">> <<set $cash -= 5000>> <<set _newOrgan = {type: "voicebox", weeksToCompletion: "5", ID: 0}>> <<set _newOrgan.ID = $tanks[$i].ID>> <<set $incubatorOrgans.push(_newOrgan)>> <<goto "Incubator">> <</link>> <</if>> <</if>> <</capture>> <</for>> <</if>> <br> <br> <<if $incubatorUpgradeWeight == 1>> <<if $incubatorWeightSetting == 1>> Weight is not being properly managed, saving costs but likely causing excessive weight gain. [[Monitor|Incubator][$incubatorWeightSetting = 2]] | [[Disable|Incubator][$incubatorWeightSetting = 0]] <<elseif $incubatorWeightSetting == 2>> Weight is being carefully managed; children will be released at a healthy weight. [[Estimate only|Incubator][$incubatorWeightSetting = 1]] | [[Disable|Incubator][$incubatorWeightSetting = 0]] <<elseif $incubatorWeightSetting == 0>> Weight management systems are offline; children will likely be malnourished. [[Activate|Incubator][$incubatorWeightSetting = 2]] <</if>> <</if>> <br> <<if $incubatorUpgradeMuscles == 1>> <<if $incubatorMusclesSetting == 2>> Strength levels are purposefully set higher than recommended; excessive muscle gain likely. [[Limit|Incubator][$incubatorMusclesSetting = 1]] | [[Disable|Incubator][$incubatorMusclesSetting = 0]] <<elseif $incubatorMusclesSetting == 1>> Musculature is being carefully managed; children will be released with near normal strength. [[Overload|Incubator][$incubatorMusclesSetting = 2]] | [[Disable|Incubator][$incubatorMusclesSetting = 0]] <<elseif $incubatorMusclesSetting == 0>> Strength management systems are offline; children will likely be released extremely weak. [[Activate|Incubator][$incubatorMusclesSetting = 1]] <</if>> <</if>> <br> <<if $incubatorUpgradeReproduction == 1>> <<if $incubatorReproductionSetting == 2>> Hormone levels are purposefully set higher than recommended; over-active reproductive systems likely. [[Limit|Incubator][$incubatorReproductionSetting = 1]] | [[Disable|Incubator][$incubatorReproductionSetting = 0]] <<elseif $incubatorReproductionSetting == 1>> Hormone levels are being carefully managed; children will be released with fully functional reproductive organs. [[Overload|Incubator][$incubatorReproductionSetting = 2]] | [[Disable|Incubator][$incubatorReproductionSetting = 0]] <<elseif $incubatorReproductionSetting == 0>> Reproduction management systems are offline; children will undergo normal puberty. [[Activate|Incubator][$incubatorReproductionSetting = 1]] <</if>> <</if>> <br> <<if $incubatorUpgradeGrowthStims == 1>> <<if $incubatorGrowthStimsSetting == 2>> She is injected with higher than recommended doses of stimulants; exceeding expected final height is likely. [[Limit|Incubator][$incubatorGrowthStimsSetting = 1]] | [[Disable|Incubator][$incubatorGrowthStimsSetting = 0]] <<elseif $incubatorGrowthStimsSetting == 1>> She is injected with the recommended dosage of stimulants; she will grow to her full expected height. [[Overload|Incubator][$incubatorGrowthStimsSetting = 2]] | [[Disable|Incubator][$incubatorGrowthStimsSetting = 0]] <<elseif $incubatorGrowthStimsSetting == 0>> Growth stimulant injection systems are offline; she will develop normally. [[Activate|Incubator][$incubatorGrowthStimsSetting = 1]] <</if>> <</if>> <<if $readySlaves == 1>> <<for $i = 0; $i < $incubatorSlaves; $i++>> <<if $tanks[$i].growTime <= 0>> <<set $incubatorOldID = $tanks[$i].ID>> <<set $readySlave = $tanks.pluck([$i], [$i])>> <<break>> <</if>> <</for>> <<goto "Incubator Retrieval Workaround">> <</if>> <br><br>Rename $incubatorName: <<textbox "$incubatorName" $incubatorName "Incubator">> //Use a noun or similar short phrase//
DankWolf/fc
src/pregmod/incubator.tw
tw
bsd-3-clause
29,461
:: Incubator Report [nobr] <<set $incubatorSlaves = 0>> <<for _inc = 0; _inc < $tanks.length; _inc++>> <<set $tanks[_inc].birthWeek += 1>> <<if $tanks[_inc].birthWeek >= 52>> <<set $tanks[_inc].birthWeek = 0>> <<if $seeAge == 1>> <<set $tanks[_inc].actualAge++, $tanks[_inc].ovaryAge++>> <</if>> <</if>> <<set $incubatorSlaves += 1>> <<if $tanks[_inc].growTime > 0>> <<set $tanks[_inc].growTime -= $incubatorUpgradeSpeed>> <br>@@.pink;<<print $tanks[_inc].slaveName>>'s@@ growth is currently being accelerated. $He <<if Math.round($tanks[_inc].growTime/$incubatorUpgradeSpeed) <= 0>>is @@.lime;ready for release.@@ $He will be ejected from $his tank upon your approach<<else>>will be ready for release in about <<print Math.round($tanks[_inc].growTime/$incubatorUpgradeSpeed)>> weeks<</if>>. <<else>> @@.pink;$tanks[_inc].slaveName@@ is @@.lime;ready for release.@@ $He will be ejected from $his tank upon your approach. <</if>> <<if $incubatorUpgradeWeight == 1>> <br> <<if $incubatorWeightSetting == 1>> <<if $tanks[_inc].weight < 200>> <<if $incubatorUpgradeSpeed == 52>> <<set $tanks[_inc].weight += 70>> <<elseif $incubatorUpgradeSpeed == 18>> <<set $tanks[_inc].weight += 40>> <<elseif $incubatorUpgradeSpeed == 9>> <<set $tanks[_inc].weight += 20>> <<elseif $incubatorUpgradeSpeed == 6>> <<set $tanks[_inc].weight += 10>> <<elseif $incubatorUpgradeSpeed == 5>> <<set $tanks[_inc].weight += 5>> <</if>> <</if>> The weight monitoring systems are overloading $his intake causing @@.red;rapid weight gain.@@ <<elseif $incubatorWeightSetting == 2>> <<if $tanks[_inc].weight > 10>> <<if $incubatorUpgradeSpeed == 52>> <<set $tanks[_inc].weight -= 30>> <<elseif $incubatorUpgradeSpeed == 18>> <<set $tanks[_inc].weight -= 10>> <<elseif $incubatorUpgradeSpeed == 9>> <<set $tanks[_inc].weight -= 5>> <<elseif $incubatorUpgradeSpeed == 6>> <<set $tanks[_inc].weight -= 2>> <<elseif $incubatorUpgradeSpeed == 5>> <<set $tanks[_inc].weight -= 1>> <</if>> The weight monitoring systems detect $he is overweight and @@.green;decrease $his caloric intake.@@ <<elseif $tanks[_inc].weight < -10>> <<if $incubatorUpgradeSpeed == 52>> <<set $tanks[_inc].weight += 30>> <<elseif $incubatorUpgradeSpeed == 18>> <<set $tanks[_inc].weight += 10>> <<elseif $incubatorUpgradeSpeed == 9>> <<set $tanks[_inc].weight += 5>> <<elseif $incubatorUpgradeSpeed == 6>> <<set $tanks[_inc].weight += 2>> <<elseif $incubatorUpgradeSpeed == 5>> <<set $tanks[_inc].weight += 1>> <</if>> The weight monitoring systems detect $he is underweight and @@.green;increase $his caloric intake.@@ <<else>> $He is @@.lime;currently a healthy weight;@@ efforts will be made to maintain it. <</if>> <<elseif $incubatorWeightSetting == 0>> <<if $tanks[_inc].weight > -100>> $His developing body @@.red;quickly sheds its gained weight.@@ <<set $tanks[_inc].weight -= 40>> <</if>> <</if>> <<else>> <<if $tanks[_inc].weight > -100>> $His developing body @@.red;quickly sheds its gained weight.@@ <<set $tanks[_inc].weight -= 40>> <</if>> <</if>> <<if $incubatorUpgradeMuscles == 1>> <br> <<if $incubatorMusclesSetting == 2>> <<if $tanks[_inc].muscles < 100>> <<if $incubatorUpgradeSpeed == 52>> <<set $tanks[_inc].muscles += 70>> <<elseif $incubatorUpgradeSpeed == 18>> <<set $tanks[_inc].muscles += 40>> <<elseif $incubatorUpgradeSpeed == 9>> <<set $tanks[_inc].muscles += 20>> <<elseif $incubatorUpgradeSpeed == 6>> <<set $tanks[_inc].muscles += 10>> <<elseif $incubatorUpgradeSpeed == 5>> <<set $tanks[_inc].muscles += 5>> <</if>> <</if>> The strength monitoring systems are overloading $him with steroids causing @@.green;rapid muscle development.@@ <<elseif $incubatorMusclesSetting == 1>> <<if $tanks[_inc].muscles > 10>> <<if $incubatorUpgradeSpeed == 52>> <<set $tanks[_inc].muscles -= 30>> <<elseif $incubatorUpgradeSpeed == 18>> <<set $tanks[_inc].muscles -= 10>> <<elseif $incubatorUpgradeSpeed == 9>> <<set $tanks[_inc].muscles -= 5>> <<elseif $incubatorUpgradeSpeed == 6>> <<set $tanks[_inc].muscles -= 2>> <<elseif $incubatorUpgradeSpeed == 5>> <<set $tanks[_inc].muscles-->> <</if>> The strength monitoring systems detect $he is overly muscular and @@.green;decrease $his steroid dosage.@@ <<elseif $tanks[_inc].muscles < -10>> <<if $incubatorUpgradeSpeed == 52>> <<set $tanks[_inc].muscles += 30>> <<elseif $incubatorUpgradeSpeed == 18>> <<set $tanks[_inc].muscles += 10>> <<elseif $incubatorUpgradeSpeed == 9>> <<set $tanks[_inc].muscles += 5>> <<elseif $incubatorUpgradeSpeed == 6>> <<set $tanks[_inc].muscles += 2>> <<elseif $incubatorUpgradeSpeed == 5>> <<set $tanks[_inc].muscles++>> <</if>> The strength monitoring systems detect $he is weak and @@.green;increase $his steroid dosage.@@ <<else>> $He has @@.lime;a healthy musculature;@@ efforts will be made to maintain it. <</if>> <<elseif $incubatorMusclesSetting == 0>> <<if $tanks[_inc].muscles > -100>> $His developing body @@.red;quickly loses its gained muscle.@@ <<set $tanks[_inc].muscles -= 40>> <</if>> <</if>> <<else>> <<if $tanks[_inc].muscles > -100>> $His developing body @@.red;quickly loses its gained muscle.@@ <<set $tanks[_inc].muscles -= 40>> <</if>> <</if>> <<if $incubatorUpgradeGrowthStims == 1 && $incubatorGrowthStimsSetting != 0>> <br> <<set _heightLimit = Math.trunc(Math.clamp((Height.mean($tanks[_inc].height) * 1.25),0,274))>> <<set _heightLimitAge = Height.forAge($tanks[_inc].height, $tanks[_inc])>> <<if $tanks[_inc].inducedNCS == 1>> /* ** NCS should block physical growth beyond that of a toddler, but some players might like ** a little more or less. So using $minimumSlaveAge or 8, whichever is lesser. */ <<set _limitAge = Math.min(8, $minimumSlaveAge)>> <<set _heightLimitAge = Height.forAge($tanks[_inc].height, _limitAge, $tanks[_inc].genes)>> <<set _heightLimit = _heightLimitAge>> <</if>> <<if $tanks[_inc].height >= _heightLimit>> The monitoring system detects $his body is not able to support further increases in height, so it carefully regulates stimulant injections to @@.yellow;maintain $his current stature.@@ <<set $tanks[_inc].height = _heightLimit>> <<elseif $incubatorGrowthStimsSetting == 2>> <<if $tanks[_inc].inducedNCS == 1>> The monitoring system floods $his body with growth stimulants, but $his @@.orange;NCS prevents an increase in $his growth rate.@@ <<set $tanks[_inc].height = _heightLimitAge>> <<else>> The monitoring system floods $his body with growth stimulants, causing @@.green;a sharp increase in growth rate.@@ <<if $incubatorWeightSetting >= 1 && $incubatorMusclesSetting <= 1 && $incubatorReproductionSetting <= 1>> <<if $incubatorUpgradeSpeed == 52>> <<set $tanks[_inc].height += random(3,6)>> <<elseif $incubatorUpgradeSpeed == 18>> <<set $tanks[_inc].height += random(2,5)>> <<elseif $incubatorUpgradeSpeed == 9>> <<set $tanks[_inc].height += random(1,4)>> <<elseif $incubatorUpgradeSpeed == 6>> <<set $tanks[_inc].height += random(1,3)>> <<elseif $incubatorUpgradeSpeed == 5>> <<set $tanks[_inc].height += random(1,2)>> <</if>> <<else>> <<if $incubatorUpgradeSpeed == 52>> <<set $tanks[_inc].height += random(2,5)>> <<elseif $incubatorUpgradeSpeed == 18>> <<set $tanks[_inc].height += random(1,4)>> <<elseif $incubatorUpgradeSpeed == 9>> <<set $tanks[_inc].height += random(1,3)>> <<elseif $incubatorUpgradeSpeed == 6>> <<set $tanks[_inc].height += random(1,2)>> <<elseif $incubatorUpgradeSpeed == 5>> <<set $tanks[_inc].height += random(0,1)>> <</if>> <</if>> <</if>> <<elseif $incubatorGrowthStimsSetting == 1>> <<if $tanks[_inc].inducedNCS == 1>> The monitoring system detects $he is near the expected height for $his @@.orange;NCS@@ condition, so it carefully regulates stimulants injections to @@.yellow;maintain $his current stature.@@ <<set $tanks[_inc].height = _heightLimitAge>> <<elseif $tanks[_inc].height > _heightLimitAge>> The monitoring system detects $he is near the expected height, so it carefully regulates stimulants injections to @@.yellow;maintain $his current stature.@@ <<if random(1,10) == 10>> <<if $incubatorUpgradeSpeed == 52>> <<set $tanks[_inc].height += random(1,4)>> <<elseif $incubatorUpgradeSpeed == 18>> <<set $tanks[_inc].height += random(1,3)>> <<elseif $incubatorUpgradeSpeed == 9>> <<set $tanks[_inc].height += random(1,2)>> <<elseif $incubatorUpgradeSpeed == 6>> <<set $tanks[_inc].height += random(0,1)>> <<elseif $incubatorUpgradeSpeed == 5>> <<set $tanks[_inc].height += random(0,1)>> <</if>> <</if>> <<else>> The monitoring system detects $his body is capable of developing more rapidly and @@.green;increases $his growth stimulant dosage.@@ <<if $incubatorUpgradeSpeed == 52>> <<set $tanks[_inc].height += random(1,4)>> <<elseif $incubatorUpgradeSpeed == 18>> <<set $tanks[_inc].height += random(1,3)>> <<elseif $incubatorUpgradeSpeed == 9>> <<set $tanks[_inc].height += random(1,2)>> <<elseif $incubatorUpgradeSpeed == 6>> <<set $tanks[_inc].height += random(0,1)>> <<elseif $incubatorUpgradeSpeed == 5>> <<set $tanks[_inc].height += random(0,1)>> <</if>> <</if>> <</if>> <<set $tanks[_inc].height = Math.clamp($tanks[_inc].height, 0, _heightLimit)>> <<else>> <br> With the growth stimulant injections offline, $his body is left to develop naturally. <</if>> <<if $incubatorUpgradeReproduction == 1>> <br> <<if $incubatorReproductionSetting == 2>> $His developing body is being flooded with hormones. <<if $incubatorWeightSetting == 1>> Combined with the abundant food provided to $him, $his body grows rapidly. <<if $tanks[_inc].ovaries == 1>> <<set $tanks[_inc].pubertyXX = 1>> <<if $tanks[_inc].hormoneBalance < 500>> <<set $tanks[_inc].hormoneBalance += 100>> <</if>> <<if $seeHyperPreg == 1>> <<set $tanks[_inc].readyOva = random(25,45)>> <<else>> <<set $tanks[_inc].readyOva = random(3,8)>> <</if>> <<if $tanks[_inc].inducedNCS == 1>> /* NCS blocks hormonal growth of all secondary sexual characteristics */ $His @@.orange;NCS blocks all growth@@ despite the excess estrogen-laced growth hormones flooding $his body. <<elseif $incubatorUpgradeSpeed == 52>> <<if $tanks[_inc].boobs < 8000>> The excess estrogen-laced growth hormones @@.green;rapidly balloon $his breasts.@@ <<set $tanks[_inc].boobs += 2000>> <</if>> <<if $tanks[_inc].hips < 2 && random(1,100) > 50>> The excess estrogen-laced growth hormones @@.green;cause $his hips to widen for childbirth.@@ <<set $tanks[_inc].hips += 2>> <</if>> <<if $tanks[_inc].butt < 12 && random(1,100) > 30>> The excess estrogen-laced growth hormones @@.green;cause $his rear to grow fatter.@@ <<set $tanks[_inc].butt += 4>> <</if>> <<elseif $incubatorUpgradeSpeed == 18>> <<if $tanks[_inc].boobs < 8000>> The excess estrogen-laced growth hormones @@.green;rapidly balloon $his breasts.@@ <<set $tanks[_inc].boobs += 500>> <</if>> <<if $tanks[_inc].hips < 2 && random(1,100) > 50>> The excess estrogen-laced growth hormones @@.green;cause $his hips to widen for childbirth.@@ <<set $tanks[_inc].hips++>> <</if>> <<if $tanks[_inc].butt < 12 && random(1,100) > 50>> The excess estrogen-laced growth hormones @@.green;cause $his rear to grow fatter.@@ <<set $tanks[_inc].butt += 3>> <</if>> <<elseif $incubatorUpgradeSpeed == 9>> <<if $tanks[_inc].boobs < 8000>> The excess estrogen-laced growth hormones @@.green;rapidly balloon $his breasts.@@ <<set $tanks[_inc].boobs += 200>> <</if>> <<if $tanks[_inc].hips < 2 && random(1,100) > 60>> The excess estrogen-laced growth hormones @@.green;causes $his hips to widen for childbirth.@@ <<set $tanks[_inc].hips++>> <</if>> <<if $tanks[_inc].butt < 12 && random(1,100) > 50>> The excess estrogen-laced growth hormones @@.green;cause $his rear grow fatter.@@ <<set $tanks[_inc].butt += 2>> <</if>> <<elseif $incubatorUpgradeSpeed == 6>> <<if $tanks[_inc].boobs < 8000>> The excess estrogen-laced growth hormones @@.green;rapidly balloon $his breasts.@@ <<set $tanks[_inc].boobs += 100>> <</if>> <<if $tanks[_inc].hips < 2 && random(1,100) > 70>> The excess estrogen-laced growth hormones @@.green;cause $his hips to widen for childbirth.@@ <<set $tanks[_inc].hips++>> <</if>> <<if $tanks[_inc].butt < 12 && random(1,100) > 60>> The excess estrogen-laced growth hormones @@.green;cause $his rear to grow fatter.@@ <<set $tanks[_inc].butt++>> <</if>> <<elseif $incubatorUpgradeSpeed == 5>> <<if $tanks[_inc].boobs < 8000>> The excess estrogen-laced growth hormones @@.green;rapidly balloon $his breasts.@@ <<set $tanks[_inc].boobs += 100>> <</if>> <<if $tanks[_inc].hips < 2 && random(1,100) > 80>> The excess estrogen-laced growth hormones @@.green;cause $his hips to widen for childbirth.@@ <<set $tanks[_inc].hips++>> <</if>> <<if $tanks[_inc].butt < 12 && random(1,100) > 70>> The excess estrogen-laced growth hormones @@.green;cause $his rear to grow fatter.@@ <<set $tanks[_inc].butt++>> <</if>> <</if>> <<elseif $tanks[_inc].balls > 0>> <<set $tanks[_inc].pubertyXY = 1>> <<if $tanks[_inc].hormoneBalance > -500>> <<set $tanks[_inc].hormoneBalance -= 100>> <</if>> <<if $tanks[_inc].inducedNCS == 1>> /* NCS blocks hormonal growth of all secondary sexual characteristics */ $His @@.orange;NCS blocks all growth@@ despite the excess testosterone-laced growth hormones flooding $his body. <<elseif $incubatorUpgradeSpeed == 52>> <<if $tanks[_inc].balls < 40>> The excess testosterone-laced growth hormones @@.green;cause $his balls to balloon for extra cum production.@@ <<set $tanks[_inc].balls += 16>> <</if>> <<if $tanks[_inc].dick < 10 && random(1,100) > 20>> The excess testosterone-laced growth hormones @@.green;cause $his penis to swell.@@ <<set $tanks[_inc].dick += 4>> <</if>> <<elseif $incubatorUpgradeSpeed == 18>> <<if $tanks[_inc].balls < 40 && random(1,100) > 10>> The excess testosterone-laced growth hormones @@.green;cause $his balls to balloon for extra cum production.@@ <<set $tanks[_inc].balls += 9>> <</if>> <<if $tanks[_inc].dick < 10 && random(1,100) > 30>> The excess testosterone-laced growth hormones @@.green;cause $his penis to swell.@@ <<set $tanks[_inc].dick += 3>> <</if>> <<elseif $incubatorUpgradeSpeed == 9>> <<if $tanks[_inc].balls < 40 && random(1,100) > 20>> The excess testosterone-laced growth hormones @@.green;cause $his balls to balloon for extra cum production.@@ <<set $tanks[_inc].balls += 4>> <</if>> <<if $tanks[_inc].dick < 10 && random(1,100) > 50>> The excess testosterone-laced growth hormones @@.green;cause $his penis to swell.@@ <<set $tanks[_inc].dick += 2>> <</if>> <<elseif $incubatorUpgradeSpeed == 6>> <<if $tanks[_inc].balls < 40 && random(1,100) > 30>> The excess testosterone-laced growth hormones @@.green;cause $his balls to balloon for extra cum production.@@ <<set $tanks[_inc].balls += 2>> <</if>> <<if $tanks[_inc].dick < 10 && random(1,100) > 70>> The excess testosterone-laced growth hormones @@.green;cause $his penis to swell.@@ <<set $tanks[_inc].dick++>> <</if>> <<elseif $incubatorUpgradeSpeed == 5>> <<if $tanks[_inc].balls < 40 && random(1,100) > 30>> The excess testosterone-laced growth hormones @@.green;cause $his balls to balloon for extra cum production.@@ <<set $tanks[_inc].balls++>> <</if>> <<if $tanks[_inc].dick < 10 && random(1,100) > 80>> The excess testosterone-laced growth hormones @@.green;cause $his penis to swell.@@ <<set $tanks[_inc].dick++>> <</if>> <</if>> <</if>> <<elseif $incubatorWeightSetting == 1>> Combined with the healthy food provided to $him, $his body grows readily. <<if $tanks[_inc].ovaries == 1>> <<set $tanks[_inc].pubertyXX = 1>> <<if $tanks[_inc].hormoneBalance < 500>> <<set $tanks[_inc].hormoneBalance += 100>> <</if>> <<if $seeHyperPreg == 1>> <<set $tanks[_inc].readyOva = random(15,25)>> <<else>> <<set $tanks[_inc].readyOva = random(2,6)>> <</if>> <<if $tanks[_inc].inducedNCS == 1>> /* NCS blocks hormonal growth of all secondary sexual characteristics */ $His @@.orange;NCS blocks all growth@@ despite the excess estrogen-laced growth hormones flooding $his body. <<elseif $incubatorUpgradeSpeed == 52>> <<if $tanks[_inc].boobs < 4000>> The excess estrogen-laced growth hormones @@.green;rapidly balloon $his breasts.@@ <<set $tanks[_inc].boobs += 1000>> <</if>> <<if $tanks[_inc].hips < 2 && random(1,100) > 70>> The excess estrogen-laced growth hormones @@.green;cause $his hips to widen for childbirth.@@ <<set $tanks[_inc].hips++>> <</if>> <<if $tanks[_inc].butt < 8 && random(1,100) > 50>> The excess estrogen-laced growth hormones @@.green;cause $his rear to grow fatter.@@ <<set $tanks[_inc].butt += 3>> <</if>> <<elseif $incubatorUpgradeSpeed == 18>> <<if $tanks[_inc].boobs < 4000>> The excess estrogen-laced growth hormones @@.green;rapidly balloon $his breasts.@@ <<set $tanks[_inc].boobs += 500>> <</if>> <<if $tanks[_inc].hips < 2 && random(1,100) > 80>> The excess estrogen-laced growth hormones @@.green;cause $his hips to widen for childbirth.@@ <<set $tanks[_inc].hips++>> <</if>> <<if $tanks[_inc].butt < 8 && random(1,100) > 50>> The excess estrogen-laced growth hormones @@.green;cause $his rear to grow fatter.@@ <<set $tanks[_inc].butt++>> <</if>> <<elseif $incubatorUpgradeSpeed == 9>> <<if $tanks[_inc].boobs < 4000>> The excess estrogen-laced growth hormones @@.green;rapidly balloon $his breasts.@@ <<set $tanks[_inc].boobs += 200>> <</if>> <<if $tanks[_inc].hips < 2 && random(1,100) > 90>> The excess estrogen-laced growth hormones @@.green;cause $his hips to widen for childbirth.@@ <<set $tanks[_inc].hips++>> <</if>> <<if $tanks[_inc].butt < 8 && random(1,100) > 60>> The excess estrogen-laced growth hormones @@.green;cause $his rear to grow fatter.@@ <<set $tanks[_inc].butt++>> <</if>> <<elseif $incubatorUpgradeSpeed == 6>> <<if $tanks[_inc].boobs < 4000>> The excess estrogen-laced growth hormones @@.green;rapidly balloon $his breasts.@@ <<set $tanks[_inc].boobs += 100>> <</if>> <<if $tanks[_inc].hips < 2 && random(1,100) > 95>> The excess estrogen-laced growth hormones @@.green;cause $his hips to widen for childbirth.@@ <<set $tanks[_inc].hips++>> <</if>> <<if $tanks[_inc].butt < 8 && random(1,100) > 70>> The excess estrogen-laced growth hormones @@.green;cause $his rear to grow fatter.@@ <<set $tanks[_inc].butt++>> <</if>> <<elseif $incubatorUpgradeSpeed == 5>> <<if $tanks[_inc].boobs < 4000>> The excess estrogen-laced growth hormones @@.green;rapidly balloon $his breasts.@@ <<set $tanks[_inc].boobs += 100>> <</if>> <<if $tanks[_inc].hips < 2 && random(1,100) > 95>> The excess estrogen-laced growth hormones @@.green;cause $his hips to widen for childbirth.@@ <<set $tanks[_inc].hips++>> <</if>> <<if $tanks[_inc].butt < 8 && random(1,100) > 80>> The excess estrogen-laced growth hormones @@.green;cause $his rear to grow fatter.@@ <<set $tanks[_inc].butt++>> <</if>> <</if>> <<elseif $tanks[_inc].balls > 0>> <<set $tanks[_inc].pubertyXY = 1>> <<if $tanks[_inc].hormoneBalance > -500>> <<set $tanks[_inc].hormoneBalance -= 100>> <</if>> <<if $tanks[_inc].inducedNCS == 1>> /* NCS blocks hormonal growth of all secondary sexual characteristics */ $His @@.orange;NCS blocks all growth@@ despite the excess testosterone-laced growth hormones flooding $his body. <<elseif $incubatorUpgradeSpeed == 52>> <<if $tanks[_inc].balls < 10>> The excess testosterone-laced growth hormones @@.green;cause $his balls to balloon for extra cum production.@@ <<set $tanks[_inc].balls += 3>> <</if>> <<if $tanks[_inc].dick < 7 && random(1,100) > 20>> The excess testosterone-laced growth hormones @@.green;cause $his penis to swell.@@ <<set $tanks[_inc].dick += 2>> <</if>> <<elseif $incubatorUpgradeSpeed == 18>> <<if $tanks[_inc].balls < 10 && random(1,100) > 10>> The excess testosterone-laced growth hormones @@.green;cause $his balls to balloon for extra cum production.@@ <<set $tanks[_inc].balls += 2>> <</if>> <<if $tanks[_inc].dick < 7 && random(1,100) > 30>> The excess testosterone-laced growth hormones @@.green;cause $his penis to swell.@@ <<set $tanks[_inc].dick++>> <</if>> <<elseif $incubatorUpgradeSpeed == 9>> <<if $tanks[_inc].balls < 10 && random(1,100) > 20>> The excess testosterone-laced growth hormones @@.green;cause $his balls to balloon for extra cum production.@@ <<set $tanks[_inc].balls++>> <</if>> <<if $tanks[_inc].dick < 7 && random(1,100) > 50>> The excess testosterone-laced growth hormones @@.green;cause $his penis to swell.@@ <<set $tanks[_inc].dick++>> <</if>> <<elseif $incubatorUpgradeSpeed == 6>> <<if $tanks[_inc].balls < 10 && random(1,100) > 30>> The excess testosterone-laced growth hormones @@.green;cause $his balls to balloon for extra cum production.@@ <<set $tanks[_inc].balls++>> <</if>> <<if $tanks[_inc].dick < 7 && random(1,100) > 70>> The excess testosterone-laced growth hormones @@.green;cause $his penis to swell.@@ <<set $tanks[_inc].dick++>> <</if>> <<elseif $incubatorUpgradeSpeed == 5>> <<if $tanks[_inc].balls < 10 && random(1,100) > 30>> The excess testosterone-laced growth hormones @@.green;cause $his balls to balloon for extra cum production.@@ <<set $tanks[_inc].balls++>> <</if>> <<if $tanks[_inc].dick < 7 && random(1,100) > 80>> The excess testosterone-laced growth hormones @@.green;cause $his penis to swell.@@ <<set $tanks[_inc].dick++>> <</if>> <</if>> <</if>> <<else>> Since $his body has little to work with, $his growth is fairly minor. <<if $tanks[_inc].ovaries == 1>> <<set $tanks[_inc].pubertyXX = 1>> <<if $tanks[_inc].hormoneBalance < 500>> <<set $tanks[_inc].hormoneBalance += 100>> <</if>> <<if $seeHyperPreg == 1>> <<set $tanks[_inc].readyOva = random(10,15)>> <<else>> <<set $tanks[_inc].readyOva = random(2,4)>> <</if>> <<if $tanks[_inc].inducedNCS == 1>> /* NCS blocks hormonal growth of all secondary sexual characteristics */ $His @@.orange;NCS blocks all growth@@ despite the excess estrogen-laced growth hormones flooding $his body. <<elseif $incubatorUpgradeSpeed == 52>> <<if $tanks[_inc].boobs < 2000>> The excess estrogen-laced growth hormones @@.green;rapidly balloon $his breasts.@@ <<set $tanks[_inc].boobs += 700>> <</if>> <<if $tanks[_inc].hips < 2 && random(1,100) > 90>> The excess estrogen-laced growth hormones @@.green;cause $his hips to widen for childbirth.@@ <<set $tanks[_inc].hips += 2>> <</if>> <<if $tanks[_inc].butt < 6 && random(1,100) > 70>> The excess estrogen-laced growth hormones @@.green;cause $his rear to grow fatter.@@ <<set $tanks[_inc].butt += 2>> <</if>> <<elseif $incubatorUpgradeSpeed == 18>> <<if $tanks[_inc].boobs < 2000>> The excess estrogen-laced growth hormones @@.green;rapidly balloon $his breasts.@@ <<set $tanks[_inc].boobs += 200>> <</if>> <<if $tanks[_inc].hips < 2 && random(1,100) > 80>> The excess estrogen-laced growth hormones @@.green;cause $his hips to widen for childbirth.@@ <<set $tanks[_inc].hips++>> <</if>> <<if $tanks[_inc].butt < 6 && random(1,100) > 70>> The excess estrogen-laced growth hormones @@.green;cause $his rear to grow fatter.@@ <<set $tanks[_inc].butt++>> <</if>> <<elseif $incubatorUpgradeSpeed == 9>> <<if $tanks[_inc].boobs < 2000>> The excess estrogen-laced growth hormones @@.green;rapidly balloon $his breasts.@@ <<set $tanks[_inc].boobs += 50>> <</if>> <<if $tanks[_inc].hips < 2 && random(1,100) > 80>> The excess estrogen-laced growth hormones @@.green;cause $his hips to widen for childbirth.@@ <<set $tanks[_inc].hips++>> <</if>> <<if $tanks[_inc].butt < 6 && random(1,100) > 90>> The excess estrogen-laced growth hormones @@.green;cause $his rear to grow fatter.@@ <<set $tanks[_inc].butt++>> <</if>> <<elseif $incubatorUpgradeSpeed == 6>> <<if $tanks[_inc].boobs < 2000>> The excess estrogen-laced growth hormones @@.green;rapidly grow $his breasts.@@ <<set $tanks[_inc].boobs += 20>> <</if>> <<if $tanks[_inc].hips < 2 && random(1,100) > 90>> The excess estrogen-laced growth hormones @@.green;cause $his hips to widen for childbirth.@@ <<set $tanks[_inc].hips++>> <</if>> <<if $tanks[_inc].butt < 6 && random(1,100) > 90>> The excess estrogen-laced growth hormones @@.green;cause $his rear to grow fatter.@@ <<set $tanks[_inc].butt++>> <</if>> <<elseif $incubatorUpgradeSpeed == 5>> <<if $tanks[_inc].boobs < 2000>> The excess estrogen-laced growth hormones @@.green;rapidly grow $his breasts.@@ <<set $tanks[_inc].boobs += 10>> <</if>> <<if $tanks[_inc].hips < 2 && random(1,100) > 95>> The excess estrogen-laced growth hormones @@.green;cause $his hips to widen for childbirth.@@ <<set $tanks[_inc].hips++>> <</if>> <<if $tanks[_inc].butt < 6 && random(1,100) > 90>> The excess estrogen-laced growth hormones @@.green;cause $his rear to grow fatter.@@ <<set $tanks[_inc].butt++>> <</if>> <</if>> <<elseif $tanks[_inc].balls > 0>> <<set $tanks[_inc].pubertyXY = 1>> <<if $tanks[_inc].hormoneBalance > -500>> <<set $tanks[_inc].hormoneBalance -= 100>> <</if>> <<if $tanks[_inc].inducedNCS == 1>> /* NCS blocks hormonal growth of all secondary sexual characteristics */ $His @@.orange;NCS blocks all growth@@ despite the excess testosterone-laced growth hormones flooding $his body. <<elseif $incubatorUpgradeSpeed == 52>> <<if $tanks[_inc].balls < 6>> The excess testosterone-laced growth hormones @@.green;cause $his balls to grow for extra cum production.@@ <<set $tanks[_inc].balls += 2>> <</if>> <<if $tanks[_inc].dick < 4 && random(1,100) > 60>> The excess testosterone-laced growth hormones @@.green;cause $his penis to swell.@@ <<set $tanks[_inc].dick++>> <</if>> <<elseif $incubatorUpgradeSpeed == 18>> <<if $tanks[_inc].balls < 6 && random(1,100) > 50>> The excess testosterone-laced growth hormones @@.green;cause $his balls to grow for extra cum production.@@ <<set $tanks[_inc].balls++>> <</if>> <<if $tanks[_inc].dick < 4 && random(1,100) > 60>> The excess testosterone-laced growth hormones @@.green;cause $his penis to swell.@@ <<set $tanks[_inc].dick++>> <</if>> <<elseif $incubatorUpgradeSpeed == 9>> <<if $tanks[_inc].balls < 6 && random(1,100) > 60>> The excess testosterone-laced growth hormones @@.green;cause $his balls to balloon for extra cum production.@@ <<set $tanks[_inc].balls++>> <</if>> <<if $tanks[_inc].dick < 4 && random(1,100) > 70>> The excess testosterone-laced growth hormones @@.green;cause $his penis to swell.@@ <<set $tanks[_inc].dick += 2>> <</if>> <<elseif $incubatorUpgradeSpeed == 6>> <<if $tanks[_inc].balls < 6 && random(1,100) > 70>> The excess testosterone-laced growth hormones @@.green;cause $his balls to grow for extra cum production.@@ <<set $tanks[_inc].balls++>> <</if>> <<if $tanks[_inc].dick < 4 && random(1,100) > 80>> The excess testosterone-laced growth hormones @@.green;cause $his penis to swell.@@ <<set $tanks[_inc].dick++>> <</if>> <<elseif $incubatorUpgradeSpeed == 5>> <<if $tanks[_inc].balls < 6 && random(1,100) > 80>> The excess testosterone-laced growth hormones @@.green;cause $his balls to grow for extra cum production.@@ <<set $tanks[_inc].balls++>> <</if>> <<if $tanks[_inc].dick < 4 && random(1,100) > 90>> The excess testosterone-laced growth hormones @@.green;cause $his penis to swell.@@ <<set $tanks[_inc].dick++>> <</if>> <</if>> <</if>> <</if>> <<elseif $incubatorReproductionSetting == 1>> Her hormone levels are being carefully managed, @@.green;encouraging early puberty.@@ <<if $tanks[_inc].ovaries == 1>> <<set $tanks[_inc].pubertyXX = 1>> <<set $tanks[_inc].hormoneBalance = 250>> <<if $tanks[_inc].inducedNCS == 1>> /* NCS blocks hormonal growth of all secondary sexual characteristics */ $His @@.orange;NCS blocks growth@@ despite the added estrogen. <<else>> <<if $tanks[_inc].boobs < 400 && random(1,100) > 60>> The added estrogen @@.green;causes $his breasts to swell.@@ <<set $tanks[_inc].boobs += 50>> <</if>> <<if $tanks[_inc].hips < 2 && random(1,100) > 90>> The added estrogen @@.green;causes $his hips to widen.@@ <<set $tanks[_inc].hips++>> <</if>> <<if $tanks[_inc].butt < 5 && random(1,100) > 80>> The added estrogen @@.green;causes $his butt to grow.@@ <<set $tanks[_inc].butt++>> <</if>> <</if>> <<elseif $tanks[_inc].balls > 0>> <<set $tanks[_inc].pubertyXY = 1>> <<set $tanks[_inc].hormoneBalance = -250>> <<if $tanks[_inc].inducedNCS == 1>> /* NCS blocks hormonal growth of all secondary sexual characteristics */ $His @@.orange;NCS blocks all growth@@ despite the added testosterone. <<else>> <<if $tanks[_inc].balls < 3 && random(1,100) > 80>> The added testosterone @@.green;causes $his balls to swell.@@ <<set $tanks[_inc].balls++>> <</if>> <<if $tanks[_inc].dick < 3 && random(1,100) > 60>> The added testosterone @@.green;causes $his penis to grow.@@ <<set $tanks[_inc].dick++>> <</if>> <</if>> <</if>> <<else>> <<if $tanks[_inc].hormoneBalance > 100>> <<set $tanks[_inc].hormoneBalance -= 50>> <<elseif $tanks[_inc].hormoneBalance < -100>> <<set $tanks[_inc].hormoneBalance += 50>> <</if>> <<if $tanks[_inc].balls > 0>> <<if $tanks[_inc].balls > 1>> <<set $tanks[_inc].balls -= 5>> <</if>> <<if $tanks[_inc].dick > 1>> <<set $tanks[_inc].dick -= 5>> <</if>> <<if $tanks[_inc].balls <= 0>> <<set $tanks[_inc].balls = 1>> <</if>> <<if $tanks[_inc].dick <= 0>> <<set $tanks[_inc].dick = 1>> <</if>> <</if>> <<if $tanks[_inc].boobs > 0>> <<set $tanks[_inc].boobs -= 500>> <</if>> <<if $tanks[_inc].butt > 0>> <<set $tanks[_inc].butt -= 4>> <</if>> <</if>> <<else>> <<if $tanks[_inc].hormoneBalance > 100>> <<set $tanks[_inc].hormoneBalance -= 50>> <<elseif $tanks[_inc].hormoneBalance < -100>> <<set $tanks[_inc].hormoneBalance += 50>> <</if>> <<if $tanks[_inc].balls > 0>> <<if $tanks[_inc].balls > 1>> <<set $tanks[_inc].balls -= 5>> <</if>> <<if $tanks[_inc].dick > 1>> <<set $tanks[_inc].dick -= 5>> <</if>> <<if $tanks[_inc].balls <= 0>> <<set $tanks[_inc].balls = 1>> <</if>> <<if $tanks[_inc].dick <= 0>> <<set $tanks[_inc].dick = 1>> <</if>> <</if>> <<if $tanks[_inc].boobs > 0>> <<set $tanks[_inc].boobs -= 500>> <</if>> <<if $tanks[_inc].butt > 0>> <<set $tanks[_inc].butt -= 4>> <</if>> <</if>> <<if $incubatorReproductionSetting == 2>> <<set $tanks[_inc].energy = 80, $tanks[_inc].need = 100>> <<elseif $incubatorReproductionSetting == 1>> <<set $tanks[_inc].energy = 50, $tanks[_inc].need = 20>> <<else>> <<set $tanks[_inc].energy = 0, $tanks[_inc].need = 0>> <</if>> <<set $tanks[_inc].weight = Math.clamp($tanks[_inc].weight, -100, 200)>> <<set $tanks[_inc].muscles = Math.clamp($tanks[_inc].muscles, -100, 100)>> <<set $tanks[_inc].dick = Math.clamp($tanks[_inc].dick, 0, 10)>> <<set $tanks[_inc].hips = Math.clamp($tanks[_inc].hips, -2, 2)>> <<set $tanks[_inc].balls = Math.clamp($tanks[_inc].balls, 0, 40)>> <<set $tanks[_inc].boobs = Math.clamp($tanks[_inc].boobs, 0, 30000)>> <<set $tanks[_inc].height = Math.clamp($tanks[_inc].height, 0, 274)>> <<set $tanks[_inc].hormoneBalance = Math.clamp($tanks[_inc].hormoneBalance, -500, 500)>> <br> <</for>> /* <<if $incubatorSlaves == 0>> $incubatorNameCaps is currently unused. <</if>> */ <br><br>
DankWolf/fc
src/pregmod/incubatorReport.tw
tw
bsd-3-clause
34,588
:: Incubator Retrieval Workaround [nobr] $readySlave.slaveName has been discharged from $incubatorName and is ready for her first ever inspection. <br><br> <<set $activeSlave = $readySlave>> <<set $saleDescription = 0, $applyLaw = 0>> <<set $incubatorSlaves-->> <<include "Long Slave Description">> <<AddSlave $activeSlave>> <<set $nextLink = "AS Dump">> <<set $returnTo = "Main">> <<if $incubatorOrgans.length > 0>> <<for _i = 0; _i < $incubatorOrgans.length; _i++>> <<if $incubatorOrgans[_i].ID == $incubatorOldID>> <<set _newOrgan = {type: $incubatorOrgans[_i].type, weeksToCompletion: $incubatorOrgans[_i].weeksToCompletion, ID: $activeSlave.ID}>> <<if _newOrgan.weeksToCompletion <= 0>> <<set $completedOrgans.push($incubatorOrgans[_i])>> <<else>> <<set $organs.push(_newOrgan)>> <</if>> <<set $incubatorOrgans.deleteAt(_i), _i-->> <</if>> <</for>> <</if>> <<include "New Child Intro">>
DankWolf/fc
src/pregmod/incubatorRetrievalWorkaround.tw
tw
bsd-3-clause
924
:: Incubator Workaround [nobr] <<if $tanks.length < $incubator>> <<set $activeSlave.growTime = Math.trunc($targetAge*52)>> <<set $tanks.push($activeSlave)>> <<set $incubatorSlaves++>> <</if>>
DankWolf/fc
src/pregmod/incubatorWorkaround.tw
tw
bsd-3-clause
195
:: Manage Personal Affairs [nobr] <<set $nextButton = "Back", $nextLink = "Main", $showEncyclopedia = 0>> <<run PCTitle()>> <<if $cheatMode == 1>> <center>//[[Cheat Edit Player|PCCheatMenu][$cheater = 1]]<br><br>//</center> <</if>> You pause for a moment from your busy day to day life to return to <<if $masterSuite != 0>>$masterSuiteName<<else>>your room<</if>> to consider some things about yourself. <br>You take yourself in a full length mirror. You are a $PC.race <<if $PC.dick == 1 && $PC.vagina == 1>>futanari<<elseif $PC.dick == 1>>man<<else>>woman<</if>> with<<if $PC.markings == "freckles">> freckled<<elseif $PC.markings == "heavily freckled">> heavily freckled<</if>> <<print $PC.skin>> skin, $PC.hColor hair and $PC.eyeColor eyes. <<if $PC.actualAge >= 65>> You're @@.orange;$PC.actualAge@@ and definitely feeling it.<<if $PC.visualAge > $PC.actualAge>> You've taken measures to @@.lime;look an older $PC.visualAge,@@ though perhaps it might be time to undo it.<<elseif $PC.visualAge < $PC.actualAge>> You've taken measures to @@.lime;look a younger $PC.visualAge,@@ now if only your body agreed with your looks.<</if>> <<elseif $PC.actualAge >= 50>> You're @@.orange;$PC.actualAge@@ and starting to feel it.<<if $PC.visualAge > $PC.actualAge>> You've taken measures to @@.lime;look an older $PC.visualAge.@@<<elseif $PC.visualAge < $PC.actualAge>> You've taken measures to @@.lime;look a younger $PC.visualAge.@@<</if>> <<elseif $PC.actualAge >= 35>> You're @@.orange;$PC.actualAge@@ and strong.<<if $PC.visualAge > $PC.actualAge>> You've taken measures to @@.lime;look an older $PC.visualAge@@ and reap the respect that comes with it.<<elseif $PC.visualAge < $PC.actualAge>> You've taken measures to @@.lime;look a younger $PC.visualAge@@ recapturing your youth.<</if>> <<else>> You're @@.orange;$PC.actualAge@@ and full of vigor.<<if $PC.visualAge > $PC.actualAge>> You've taken measures to @@.lime;look an older $PC.visualAge@@ and reap the respect that comes with it.<<elseif $PC.visualAge < $PC.actualAge>> You've taken measures to @@.lime;look a younger $PC.visualAge,@@ even though society may find your looks uncomfortable.<</if>> <</if>> <<if ($playerAging != 0)>>Your birthday is <<if $PC.birthWeek == 51>>next week<<else>>in <<print 52-$PC.birthWeek>> weeks<</if>>.<</if>> Looking down; <<PlayerBoobs>> <<PlayerBelly>> <<if $PC.balls == 2 && $PC.belly < 5000>> Your pubic mound is swells outward slightly due to your oversized prostate. <<elseif $PC.balls > 2 && $PC.belly < 10000>> Your pubic mound bulges outward noticeably thanks to your massive prostate. <</if>> Beneath all that; <<PlayerCrotch>> Around back; <<PlayerButt>> <br><<if $playerSurgery == 0>>[[Visit your plastic surgeon.|Elective Surgery][$playerSurgery = 4]]<<elseif $playerSurgery == 1>>Your favorite plastic surgeon is booked solid for the next week.<<else>>Your favorite plastic surgeon is booked solid for the next $playerSurgery weeks.<</if>> <br>You have a number of contact lenses in various colors available. <br>&nbsp;&nbsp;&nbsp; <<if $PC.origEye == $PC.eyeColor>>You aren't wearing contacts.<<else>>[[Remove lenses|Manage Personal Affairs][$PC.eyeColor = $PC.origEye]]<</if>> <<if $PC.origEye != "blue">>| [[Blue|Manage Personal Affairs][$PC.eyeColor = "blue"]]<</if>> <<if $PC.origEye != "black">>| [[Black|Manage Personal Affairs][$PC.eyeColor = "black"]]<</if>> <<if $PC.origEye != "brown">>| [[Brown|Manage Personal Affairs][$PC.eyeColor = "brown"]]<</if>> <<if $PC.origEye != "green">>| [[Green|Manage Personal Affairs][$PC.eyeColor = "green"]]<</if>> <<if $PC.origEye != "turquoise">>| [[Turquoise|Manage Personal Affairs][$PC.eyeColor = "turquoise"]]<</if>> <<if $PC.origEye != "sky-blue">>| [[Sky-blue|Manage Personal Affairs][$PC.eyeColor = "sky-blue"]]<</if>> <<if $PC.origEye != "hazel">>| [[Hazel|Manage Personal Affairs][$PC.eyeColor = "hazel"]]<</if>> <<if $PC.origEye != "pale-grey">>| [[Pale-grey|Manage Personal Affairs][$PC.eyeColor = "pale-grey"]]<</if>> <<if $PC.origEye != "white">>| [[White|Manage Personal Affairs][$PC.eyeColor = "white"]]<</if>> <<if $PC.origEye != "pink">>| [[Pink|Manage Personal Affairs][$PC.eyeColor = "pink"]]<</if>> <<if $PC.origEye != "amber">>| [[Amber|Manage Personal Affairs][$PC.eyeColor = "amber"]]<</if>> <<if $PC.origEye != "red">>| [[Red|Manage Personal Affairs][$PC.eyeColor = "red"]]<</if>> <<if $PC.origEye != "catlike">>| [[Catlike|Manage Personal Affairs][$PC.eyeColor = "catlike"]]<</if>> <<if $PC.origEye != "serpent-like">>| [[Serpent-like|Manage Personal Affairs][$PC.eyeColor = "serpent-like"]]<</if>> <<if $PC.origEye != "devilish">>| [[Devilish|Manage Personal Affairs][$PC.eyeColor = "devilish"]]<</if>> <<if $PC.origEye != "demonic">>| [[Demonic|Manage Personal Affairs][$PC.eyeColor = "demonic"]]<</if>> <<if $PC.origEye != "hypnotic">>| [[Hypnotic|Manage Personal Affairs][$PC.eyeColor = "hypnotic"]]<</if>> <<if $PC.origEye != "heart-shaped">>| [[Heart-shaped|Manage Personal Affairs][$PC.eyeColor = "heart-shaped"]]<</if>> <br>You have a selection of hair dyes available. <br>&nbsp;&nbsp;&nbsp; <<if $PC.origHColor == $PC.hColor>>Your hair is its natural color.<<else>>[[Remove dye|Manage Personal Affairs][$PC.hColor = $PC.origHColor]]<</if>> <<if $PC.origHColor != "blonde">>| [[Blonde|Manage Personal Affairs][$PC.hColor = "blonde"]]<</if>> <<if $PC.origHColor != "golden">>| [[Golden|Manage Personal Affairs][$PC.hColor = "golden"]]<</if>> <<if $PC.origHColor != "platinum blonde">>| [[Platinum Blonde|Manage Personal Affairs][$PC.hColor = "platinum blonde"]]<</if>> <<if $PC.origHColor != "strawberry-blonde">>| [[Strawberry-blonde|Manage Personal Affairs][$PC.hColor = "strawberry-blonde"]]<</if>> <<if $PC.origHColor != "copper">>| [[Copper|Manage Personal Affairs][$PC.hColor = "copper"]]<</if>> <<if $PC.origHColor != "ginger">>| [[Ginger|Manage Personal Affairs][$PC.hColor = "ginger"]]<</if>> <<if $PC.origHColor != "red">>| [[Red|Manage Personal Affairs][$PC.hColor = "red"]]<</if>> <<if $PC.origHColor != "crimson">>| [[Crimson|Manage Personal Affairs][$PC.hColor = "crimson"]]<</if>> <<if $PC.origHColor != "green">>| [[Green|Manage Personal Affairs][$PC.hColor = "green"]]<</if>> <<if $PC.origHColor != "blue">>| [[Blue|Manage Personal Affairs][$PC.hColor = "blue"]]<</if>> <<if $PC.origHColor != "pink">>| [[Pink|Manage Personal Affairs][$PC.hColor = "pink"]]<</if>> <<if $PC.origHColor != "dark brown">>| [[Dark Brown|Manage Personal Affairs][$PC.hColor = "dark brown"]]<</if>> <<if $PC.origHColor != "brown">>| [[Brown|Manage Personal Affairs][$PC.hColor = "brown"]]<</if>> <<if $PC.origHColor != "auburn">>| [[Auburn|Manage Personal Affairs][$PC.hColor = "auburn"]]<</if>> <<if $PC.origHColor != "burgundy">>| [[Burgundy|Manage Personal Affairs][$PC.hColor = "burgundy"]]<</if>> <<if $PC.origHColor != "chocolate brown">>| [[Chocolate|Manage Personal Affairs][$PC.hColor = "chocolate brown"]]<</if>> <<if $PC.origHColor != "chestnut">>| [[Chestnut|Manage Personal Affairs][$PC.hColor = "chestnut"]]<</if>> <<if $PC.origHColor != "hazel">>| [[Hazel|Manage Personal Affairs][$PC.hColor = "hazel"]]<</if>> <<if $PC.origHColor != "black">>| [[Black|Manage Personal Affairs][$PC.hColor = "black"]]<</if>> <<if $PC.origHColor != "grey">>| [[Grey|Manage Personal Affairs][$PC.hColor = "grey"]]<</if>> <<if $PC.origHColor != "silver">>| [[Silver|Manage Personal Affairs][$PC.hColor = "silver"]]<</if>> <<if $PC.origHColor != "white">>| [[White|Manage Personal Affairs][$PC.hColor = "white"]]<</if>> <<if $PC.origHColor != "blue-violet">>| [[Blue-Violet|Manage Personal Affairs][$PC.hColor = "blue-violet"]]<</if>> <<if $FCTVreceiver == 1>> <br><br> <<if $FCTVrate == 1>> You make sure to tune in to FCTV at least once a week. [[Watch every other week|Manage Personal Affairs][$FCTVrate = 2]] | [[Watch once a month|Manage Personal Affairs][$FCTVrate = 4]] | [[Ignore it|Manage Personal Affairs][$FCTVrate = -1]] <<elseif $FCTVrate == 2>> You make sure to tune in to FCTV at least every two weeks. [[Watch every week|Manage Personal Affairs][$FCTVrate = 1]] | [[Watch once a month|Manage Personal Affairs][$FCTVrate = 4]] | [[Ignore it|Manage Personal Affairs][$FCTVrate = -1]] <<elseif $FCTVrate == 4>> You make sure to check in on FCTV at least once a month. [[Watch every week|Manage Personal Affairs][$FCTVrate = 1]] | [[Watch every other week|Manage Personal Affairs][$FCTVrate = 2]] | [[Ignore it|Manage Personal Affairs][$FCTVrate = -1]] <<else>> You don't watch FCTV. [[Watch every week|Manage Personal Affairs][$FCTVrate = 1]] | [[Watch every other week|Manage Personal Affairs][$FCTVrate = 2]] | [[Watch once a month|Manage Personal Affairs][$FCTVrate = 4]] <</if>> <</if>> <br><br> You ponder what skills may be useful in running your arcology. <br>Trading: <<if $PC.trading >= 100>> You are a master at economics and trading. <<elseif $PC.trading >= 80>> You are an expert at economics and trading. <<elseif $PC.trading >= 60>> You are skilled in economics and trading. <<elseif $PC.trading >= 40>> You know some things about economics and trading. <<elseif $PC.trading >= 20>> You are a beginner in economics. <<elseif $PC.trading >= 0>> You know only the basics of trading. <<elseif $PC.trading >= -20>> You know how to haggle a little. <<elseif $PC.trading >= -40>> You know how to shop around. <<elseif $PC.trading >= -60>> You know not to pay sticker price. <<elseif $PC.trading >= -80>> People always give you discounts, but you never save any money. <<else>> They said it was a bear market, so where are the bears? <</if>> <br>Warfare: <<if $PC.warfare >= 100>> You are a master of warfare. <<elseif $PC.warfare >= 80>> You are an expert at tactics and strategy. <<elseif $PC.warfare >= 60>> You are skilled in combat. <<elseif $PC.warfare >= 40>> You know some things about combat. <<elseif $PC.warfare >= 20>> You are a beginner in tactics and strategy. <<elseif $PC.warfare >= 0>> You know only the basics of fighting. <<elseif $PC.warfare >= -20>> You know how to hold a gun. <<elseif $PC.warfare >= -40>> You know how to stab with a knife. <<elseif $PC.warfare >= -60>> Go for the throat? <<elseif $PC.warfare >= -80>> Just kick them in the balls, right? <<else>> People like you are usually the first raped in a war. <</if>> <br>Slaving: <<if $PC.slaving >= 100>> You are a master slaver. <<elseif $PC.slaving >= 80>> You are an expert at enslaving. <<elseif $PC.slaving >= 60>> You are skilled in slaving. <<elseif $PC.slaving >= 40>> You know some things about getting slaves. <<elseif $PC.slaving >= 20>> You are a beginner in slaving. <<elseif $PC.slaving >= 0>> You know only the basics of slaving. <<elseif $PC.slaving >= -20>> You know how to avoid becoming a slave. <<elseif $PC.slaving >= -40>> You know to read contracts before you sign them. <<elseif $PC.slaving >= -60>> You know to be careful. <<elseif $PC.slaving >= -80>> You know better than to trust anyone. <<else>> It would be easy to enslave you. <</if>> <br>Engineering: <<if $PC.engineering >= 100>> You are a master engineer. <<elseif $PC.engineering >= 80>> You are an expert at engineering. <<elseif $PC.engineering >= 60>> You are skilled in engineering. <<elseif $PC.engineering >= 40>> You know some things about engineering. <<elseif $PC.engineering >= 20>> You are a beginner in engineering. <<elseif $PC.engineering >= 0>> You know only the basics of engineering. <<elseif $PC.engineering >= -20>> You can build a gingerbread house that doesn't collapse. <<elseif $PC.engineering >= -40>> You can tie a tight knot, does that count? <<elseif $PC.engineering >= -60>> Glue is your friend; lots of it. <<elseif $PC.engineering >= -80>> You know better than to even try to build something. <<else>> You can cook; that's sort of like building something, right? <</if>> <br>Medicine: <<if $PC.medicine >= 100>> You are a master surgeon. <<elseif $PC.medicine >= 80>> You are an expert at medicine and surgery. <<elseif $PC.medicine >= 60>> You are skilled in surgery. <<elseif $PC.medicine >= 40>> You know some things about medicine. <<elseif $PC.medicine >= 20>> You are a beginner in medicine. <<elseif $PC.medicine >= 0>> You know the basics of treating injuries. <<elseif $PC.medicine >= -20>> You can stop a wound from getting infected. <<elseif $PC.medicine >= -40>> Gauze is your friend. Just keep wrapping. <<elseif $PC.medicine >= -60>> You know how to apply a band-aid. <<elseif $PC.medicine >= -80>> Cure-alls are wonderful. Why aren't they sold in stores, though? <<else>> Alcohol makes pain go away, right? <</if>> <br>Hacking: <<if $PC.hacking >= 100>> You are a master of hacking. <<elseif $PC.hacking >= 80>> You are an expert at hacking. <<elseif $PC.hacking >= 60>> You are skilled in hacking. <<elseif $PC.hacking >= 40>> You know some things about hacking. <<elseif $PC.hacking >= 20>> You are a beginner in hacking. <<elseif $PC.hacking >= 0>> You know only the basics of hacking. <<elseif $PC.hacking >= -20>> You know how to click a mouse. <<elseif $PC.hacking >= -40>> Enter does something? <<elseif $PC.hacking >= -60>> Where is the "any" key? <<elseif $PC.hacking >= -80>> You can push the power button, good job. <<else>> This black box thingy is magical. <</if>> <br><br> On formal occasions, you are announced as $PCTitle. By slaves, however, you prefer to be called <<if ndef $PC.customTitle>><<if $PC.title == 1>>Master<<else>>Mistress<</if>><<else>>$PC.customTitle, or $PC.customTitleLisp, by those slaves incapable of saying $PC.customTitle correctly<</if>>. <span id="result"> <<if ndef $PC.customTitle>> <br><<link "Set a custom title for slaves to address you">> <<replace "#result">> Custom title: <<textbox "$PC.customTitle" $PC.customTitle>> <<link "Apply">> <<replace "#result">> Your title is now $PC.customTitle. <<set $PC.customTitleLisp = lispReplace($PC.customTitle)>> <</replace>> <</link>> <</replace>> <</link>> <<else>> <br>Your custom title is <<textbox "$PC.customTitle" $PC.customTitle>> <<link "Apply">> <<replace "#result">> Your title is now $PC.customTitle. <<set $PC.customTitleLisp = lispReplace($PC.customTitle)>> <</replace>> <</link>> | <<link "Stop using a custom title">> <<replace "#result">> You stop using a custom title <<set $PC.customTitle = undefined>> <<set $PC.customTitleLisp = undefined>> <</replace>> <</link>> <</if>> </span> <br> <span id="nameResult"> <<link "Rename yourself">> <<replace "#nameResult">> New name: <<textbox "_PCNamet" $PC.name>> <<link "Apply">> <<set $rep -= 500>> <<replace "#nameResult">> <<set $PC.name = _PCNamet>> You will now be known as <<= PlayerName()>>. <</replace>> <</link>> <</replace>> <</link>> //Will cost you some reputation// </span> <<if $PC.degeneracy > 0>> <br><br> __Rumors__ <br> <<if $PC.degeneracy > 100>> There are severe and devastating rumors about you spreading across the arcology. <<elseif $PC.degeneracy > 75>> There are severe rumors about you spreading across the arcology. <<elseif $PC.degeneracy > 50>> There are bad rumors about you spreading across the arcology. <<elseif $PC.degeneracy > 25>> There are rumors about you spreading across the arcology. <<elseif $PC.degeneracy > 10>> There are minor rumors about you spreading across the arcology. <<else>> The occasional rumor about you can be heard throughout the arcology. <</if>> <</if>> <<if $familyTesting == 1>> <br><br> <span id="family"> <div id="familyTree"></div> <span id="familyTreeLink"> <<link "Pull up the file on your family tree.">> <<replace #familyTreeLink>> <<run renderFamilyTree($slaves, -1)>> <</replace>> <</link>> </span> </span> /*Old version <span id="family"> <<link "Pull up the file on your family tree.">> <<replace #family>> <div id="editFamily"><div id="graph"></div></div> <<run updateFamilyTree(null, $slaves, $PC)>> <script>updateFamilyTree()</script> <</replace>> <</link>> </span> */ <<if totalPlayerRelatives($PC) > 0>> <<PlayerFamily>> <</if>> <</if>> <<if $PC.vagina == 1>> <br><br> __Contraceptives and Fertility__ <br> <span id="miniscene"> <<if $PC.preg < 6 && $PC.pregKnown == 1 && $PC.pregSource != -1>> Your period is late, so the first thing you do is test yourself for a potential pregnancy: @@.lime;you are pregnant.@@ <<link "Abort your child">><<replace "#miniscene">><<set $PC.preg = 0, $PC.pregType = 0, $PC.pregSource = 0, $PC.pregKnown = 0, $PC.pregWeek = 0>><<set WombFlush($PC)>><<print "You take a syringe filled with abortifacients and make yourself comfortable. Injecting the vial through your belly into your womb, your close your eyes and wait for what is coming. Once you feel it is over, you clean yourself up and go on your way, child free.">><br>&nbsp;&nbsp;&nbsp;&nbsp;<</replace>><</link>> <<elseif $PC.labor == 1>> You are beginning to feel contractions; you'll be giving birth soon. <<elseif $PC.preg >= 39>> Your due date is looming, but your child doesn't seem to be interested in coming out just yet. [[Induce childbirth|Manage Personal Affairs][$PC.labor = 1]] <<elseif $PC.pregKnown == 1 && $PC.pregSource != -1>> You're pregnant, something rather unbecoming for an arcology owner. <<link "Abort your child">><<replace "#miniscene">><<set $PC.preg = 0, $PC.pregWeek = -2, $PC.pregType = 0, $PC.pregSource = 0, $PC.belly = 0, $PC.pregKnown = 0>><<set WombFlush($PC)>><<print "You take a syringe filled with abortifacients and make yourself comfortable. Injecting the vial through your belly into your womb, your close your eyes and wait for what is coming. Once you feel it is over, you clean yourself up and go on your way, child free.">><br>&nbsp;&nbsp;&nbsp;&nbsp;<</replace>><</link>> <</if>> </span> <<if $PC.births > 0>> <br> <br> In total, you have given birth to: <<if $PC.birthElite > 0>> <br><<print $PC.birthElite>> bab<<if $PC.birthElite > 1>>ies<<else>>y<</if>> for the Societal Elite. <</if>> <<if $PC.birthMaster > 0>> <br><<print $PC.birthMaster>> bab<<if $PC.birthMaster > 1>>ies<<else>>y<</if>> for your former master. <</if>> <<if $PC.birthClient > 0>> <br><<print $PC.birthClient>> bab<<if $PC.birthClient > 1>>ies<<else>>y<</if>> from clients you've slept with. <</if>> <<if $PC.birthDegenerate > 0>> <br><<print $PC.birthDegenerate>> bastard<<if $PC.birthDegenerate > 1>>s<</if>> from getting fucked by slaves. <</if>> <<if $PC.birthArcOwner > 0>> <br><<print $PC.birthArcOwner>> bab<<if $PC.birthArcOwner > 1>>ies<<else>>y<</if>> from your time with that male arcology owner. <</if>> <<if $PC.birthCitizen > 0>> <br><<print $PC.birthCitizen>> bab<<if $PC.birthCitizen > 1>>ies<<else>>y<</if>> from sex with arcology citizens. <</if>> <<if $PC.birthOther > 0>> <br><<print $PC.birthOther>> bab<<if $PC.birthOther > 1>>ies<<else>>y<</if>> from sources you can't quite recall. <</if>> <<if $PC.birthSelf > 0>> <br><<print $PC.birthSelf>> bab<<if $PC.birthSelf > 1>>ies<<else>>y<</if>> that <<if $PC.birthSelf > 1>>are<<else>>is<</if>> literally all you. <</if>> <</if>> <<if $PC.slavesKnockedUp > 0>> <br> <<if $PC.dick == 1>> You've knocked up <<print commaNum($PC.slavesKnockedUp)>> fertile slave girl<<if $PC.slavesKnockedUp > 1>>s<</if>><<if $PC.slavesFathered > 0>> and fathered <<print commaNum($PC.slavesFathered)>> new slave<<if $PC.slavesFathered > 1>>s<</if>><</if>> as an arcology owner so far. <<else>> Before your sex change, you knocked up <<print commaNum($PC.slavesKnockedUp)>> fertile slave girl<<if $PC.slavesKnockedUp > 1>>s<</if>><<if $PC.slavesFathered > 0>> and fathered <<print commaNum($PC.slavesFathered)>> new slave<<if $PC.slavesFathered > 1>>s<</if>><</if>>. <</if>> <<else>> <<if $PC.slavesFathered > 0>> <br> <<if $PC.dick == 1>> You've fathered <<print commaNum($PC.slavesFathered)>> new slave<<if $PC.slavesFathered > 1>>s<</if>> as an arcology owner so far. <<else>> Before your sex change, you fathered <<print commaNum($PC.slavesFathered)>> new slave<<if $PC.slavesFathered > 1>>s<</if>>. <</if>> <</if>> <</if>> <br> <br> <<if $PC.preg >= 8>> You're currently <<print $PC.preg>> week<<if $PC.preg > 1>>s<</if>> pregnant, so contraception doesn't matter right now. <<elseif $PC.preg >= 6>> You're having morning sickness. <<elseif $PC.preg > 1>> You've missed your period. This could be bad. <<elseif $PC.preg > 0 && $PC.pregSource != -1>> Your fertile pussy has been thoroughly seeded, there is a chance you are pregnant. <<link "Pop some morning after pills">><<set $PC.preg = 0, $PC.pregWeek = 0, $PC.pregType = 0, $PC.pregSource = 0, $PC.pregKnown = 0>><<set WombFlush($PC)>><<goto "Manage Personal Affairs">><</link>> <<elseif $PC.pregWeek < 0>> You're still recovering from your recent pregnancy. <<elseif $PC.preg == -2>> You're menopausal. Your time to bear children has passed. <<elseif $PC.preg == -1>> You're currently on birth control. [[Stop taking it|Manage Personal Affairs][$PC.preg = 0]] <<elseif $PC.preg == 0>> You're currently fertile. [[Start taking birth control|Manage Personal Affairs][$PC.preg = -1, $PC.fertDrugs = 0]] <br> <<if $PC.fertDrugs == 1>> You are currently taking fertility supplements.<<if $PC.forcedFertDrugs > 0>> You feel a strange eagerness whenever you think of bareback sex.<</if>> [[Stop taking fertility drugs|Manage Personal Affairs][$PC.fertDrugs = 0]] <<else>> You are not on any fertility supplements.<<if $PC.forcedFertDrugs > 0>> You feel a strange eagerness whenever you think of bareback sex.<</if>> [[Start taking fertility drugs|Manage Personal Affairs][$PC.fertDrugs = 1]] <</if>> <</if>> <<if $arcologies[0].FSRestartDecoration >= 100>> <<if $playerBred == 0>> <br><br> You are currently not bearing children for the Societal Elite. [[List your womb as available|Manage Personal Affairs][$playerBred = 1, $playerBredTube = 0]] | [[Sign up for artificial insemination|Manage Personal Affairs][$playerBred = 1, $playerBredTube = 1]] <<else>> Your womb is dedicated to carrying the Societal Elites' children. <<if $PC.birthElite > 0>> [[List your womb as unavailable|Manage Personal Affairs][$playerBred = 0]] <<else>> // You must bear at least one child for the Societal Elite before removing yourself from the breeding program. // <</if>> <</if>> <</if>> <<if $PC.preg == 0 && $PC.pregWeek == 0>> <<if $dairyPiping == 1 && ($cumSlaves > 0 || $arcologies[0].FSPastoralistLaw == 1)>> <<if $PC.cumTap == 0>> <br><br> The tap connected to $dairyName has a variety of attachments, one of which being a very tantalizing dick-shaped nozzle. It looks like it would be a perfect fit for you, if you were curious, that is. <br><br>[[No one is looking...|FSelf]] <<else>> <br><br> The tap connected to $dairyName is calling to you. Begging to let it fill you with cum again. If you wanted to try and go bigger, that is. <br>[[Sounds fun!|FSelf]] <br><<link "You only want to get pregnant.">><<set $PC.preg = 1, $PC.pregWeek = 1, $PC.pregSource = 0, $PC.pregKnown = 1>><<set $PC.pregType = setPregType($PC)>><<set WombImpregnate($PC, $PC.pregType, 0, 1)>><<goto "Manage Personal Affairs">><</link>> <</if>> <</if>> <<if $PC.vagina == 1 && $PC.dick == 1>> <<if $PC.birthSelf > 0>> <br><br> Who better to impregnate you than you? <br>[[Impregnate yourself.|MpregSelf]] <<else>> <br><br> You have an empty vagina, a working set of balls, and a strong craving for a hot creampie. Who better to give it to you than you? [[Grab an extra syringe.|MpregSelf]] <</if>> <</if>> <</if>> <<else>> /* no vagina */ <<if $PC.births > 0>> <br><br> Before your sex change, you had given birth to: <<if $PC.birthElite > 0>> <br><<print commaNum($PC.birthElite)>> bab<<if $PC.birthElite > 1>>ies<<else>>y<</if>> for the Societal Elite. <</if>> <<if $PC.birthMaster > 0>> <br><<print commaNum($PC.birthMaster)>> bab<<if $PC.birthMaster > 1>>ies<<else>>y<</if>> for your former master. <</if>> <<if $PC.birthClient > 0>> <br><<print commaNum($PC.birthOther)>> bab<<if $PC.birthOther > 1>>ies<<else>>y<</if>> from clients you've slept with. <</if>> <<if $PC.birthDegenerate > 0>> <br><<print commaNum($PC.birthDegenerate)>> bastard<<if $PC.birthDegenerate > 1>>s<</if>> from getting fucked by slaves. <</if>> <<if $PC.birthArcOwner > 0>> <br><<print commaNum($PC.birthArcOwner)>> bab<<if $PC.birthArcOwner > 1>>ies<<else>>y<</if>> from your time with that male arcology owner. <</if>> <<if $PC.birthCitizen > 0>> <br><<print commaNum($PC.birthCitizen)>> bab<<if $PC.birthCitizen > 1>>ies<<else>>y<</if>> from sex with arcology citizens. <</if>> <<if $PC.birthOther > 0>> <br><<print commaNum($PC.birthOther)>> bab<<if $PC.birthOther > 1>>ies<<else>>y<</if>> from sources you can't quite recall. <</if>> <<if $PC.birthSelf > 0>> <br><<print commaNum($PC.birthSelf)>> bab<<if $PC.birthSelf > 1>>ies<<else>>y<</if>> that were literally all you. <</if>> <</if>> <<if $PC.slavesKnockedUp > 0>> <br><br> You've knocked up <<print commaNum($PC.slavesKnockedUp)>> fertile slave girl<<if $PC.slavesKnockedUp > 1>>s<</if>><<if $PC.slavesFathered > 0>> and fathered <<print commaNum($PC.slavesFathered)>> new slave<<if $PC.slavesFathered > 1>>s<</if>><</if>> as an arcology owner so far. <<else>> <<if $PC.slavesFathered > 0>> <br><br> You've fathered <<print commaNum($PC.slavesFathered)>> new slave<<if $PC.slavesFathered > 1>>s<</if>> as an arcology owner so far. <</if>> <</if>> <</if>> <br><br> __Drugs__ <br> <<if $PC.staminaPills == 1>> You are currently taking stamina enhancing pills in order to enjoy more slaves per week. [[Stop taking stamina enhancing drugs|Manage Personal Affairs][$PC.staminaPills = 0]] <<else>> You are not on any stamina enhancers. [[More stamina means more sex|Manage Personal Affairs][$PC.staminaPills = 1]] <</if>> <br><br> __Other Personal Business__ <<if $rep >= 10000>> <br> [[Visit the Black Market|The Black Market]] <<elseif $rep > 7500>> <br> You lack the reputation to be invited to the underground Black Market. <</if>> <<if $propOutcome == 1 && $arcologies[0].FSRestart != "unset">> <br><br> __Elite Breeder Qualifications__ <<if ndef $activeStandard>> <<InitStandards>> <<else>> <<UpdateStandards>> <<BreedingStandards>> <</if>> <</if>>
DankWolf/fc
src/pregmod/managePersonalAffairs.tw
tw
bsd-3-clause
26,365
:: organFarmOptions [nobr] <<set _newOrgan = {type: "0", weeksToCompletion: "0", ID: 0}>> <<set $slaveOrgans = { penis: 0, testicles: 0, scrotum: 0, pigTesticles: 0, dogTesticles: 0, foreskin: 0, ovaries: 0, freshOvaries: 0, prostate: 0, pigOvaries: 0, dogOvaries: 0, eyes: 0, voicebox: 0, mpreg: 0, mpregPig: 0, mpregDog: 0}>> <<for _i = 0; _i < $organs.length; _i++>> <<if $activeSlave.ID == $organs[_i].ID>> <<if $organs[_i].type == "penis">> <<set $slaveOrgans.penis = 1>> <<elseif $organs[_i].type == "testicles">> <<set $slaveOrgans.testicles = 1>> <<elseif $organs[_i].type == "scrotum">> <<set $slaveOrgans.scrotum = 1>> <<elseif $organs[_i].type == "pigTesticles">> <<set $slaveOrgans.pigTesticles = 1>> <<elseif $organs[_i].type == "dogTesticles">> <<set $slaveOrgans.dogTesticles = 1>> <<elseif $organs[_i].type == "foreskin">> <<set $slaveOrgans.foreskin = 1>> <<elseif $organs[_i].type == "ovaries">> <<set $slaveOrgans.ovaries = 1>> <<elseif $organs[_i].type == "prostate">> <<set $slaveOrgans.prostate = 1>> <<elseif $organs[_i].type == "pigOvaries">> <<set $slaveOrgans.pigOvaries = 1>> <<elseif $organs[_i].type == "dogOvaries">> <<set $slaveOrgans.dogOvaries = 1>> <<elseif $organs[_i].type == "eyes">> <<set $slaveOrgans.eyes = 1>> <<elseif $organs[_i].type == "voicebox">> <<set $slaveOrgans.voicebox = 1>> <<elseif $organs[_i].type == "mpreg">> <<set $slaveOrgans.mpreg = 1>> <<elseif $organs[_i].type == "mpregPig">> <<set $slaveOrgans.mpregPig = 1>> <<elseif $organs[_i].type == "mpregDog">> <<set $slaveOrgans.mpregDog = 1>> <<elseif $organs[_i].type == "freshOvaries">> <<set $slaveOrgans.freshOvaries = 1>> <</if>> <</if>> <</for>> The fabricator is ready to grow an organ for $him. Extract tissue to begin growing: <<if $seeDicks != 0 || $makeDicks == 1>> <<if $slaveOrgans.penis != 1>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Penis">> <<set $cash -= 5000>> <<set _newOrgan = {type: "penis", weeksToCompletion: "5", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> <</link>> //Costs <<print cashFormat(5000)>> and will add a prostate if one is not already present// <</if>> <<if $slaveOrgans.testicles != 1>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Testicles">> <<set $cash -= 5000>> <<set _newOrgan = {type: "testicles", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> <</link>> //Costs <<print cashFormat(5000)>> and will add a prostate if one is not already present; requires a penis for successful implantation// <</if>> <<if $slaveOrgans.scrotum != 1>> <<if $activeSlave.scrotum == 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Scrotum">> <<set $cash -= 2500>> <<set _newOrgan = {type: "scrotum", weeksToCompletion: "5", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> <</link>> //Costs <<print cashFormat(2500)>> and requires balls for successful implantation// <</if>> <</if>> <<if $animalParts != 0>> <<if $slaveOrgans.pigTesticles != 1>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Pig testicles">> <<set $cash -= 5000>> <<set _newOrgan = {type: "pigTesticles", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> <</link>> //Costs <<print cashFormat(5000)>> and requires a penis for successful implantation// <</if>> <<if $slaveOrgans.dogTesticles != 1>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Dog testicles">> <<set $cash -= 5000>> <<set _newOrgan = {type: "dogTesticles", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> <</link>> //Costs <<print cashFormat(5000)>> and requires a penis for successful implantation// <</if>> <</if>> <<if $slaveOrgans.foreskin != 1>> <<if $activeSlave.foreskin <= 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Foreskin">> <<set $cash -= 2500>> <<set _newOrgan = {type: "foreskin", weeksToCompletion: "5", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> <</link>> //Costs <<print cashFormat(2500)>>// <</if>> <</if>> <</if>> <<if $slaveOrgans.prostate != 1>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Prostate">> <<set $cash -= 5000>> <<set _newOrgan = {type: "prostate", weeksToCompletion: "5", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> <</link>> //Costs <<print cashFormat(5000)>> and does not require the presence any specific organ for successful implantation// <</if>> <<if $slaveOrgans.ovaries != 1>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Ovaries">> <<set $cash -= 10000>> <<set _newOrgan = {type: "ovaries", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> <</link>> //Costs <<print cashFormat(10000)>> and requires a vagina for successful implantation// <</if>> <<if $animalParts != 0>> <<if $slaveOrgans.pigOvaries != 1>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Pig ovaries">> <<set $cash -= 10000>> <<set _newOrgan = {type: "pigOvaries", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> <</link>> //Costs <<print cashFormat(10000)>> and requires a vagina for successful implantation// <</if>> <<if $slaveOrgans.dogOvaries != 1>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Dog ovaries">> <<set $cash -= 10000>> <<set _newOrgan = {type: "dogOvaries", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> <</link>> //Costs <<print cashFormat(10000)>> and requires a vagina for successful implantation// <</if>> <</if>> <<if $youngerOvaries == 1>> <<if $slaveOrgans.freshOvaries != 1>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Younger Ovaries">> <<set $cash -= 10000>> <<set _newOrgan = {type: "freshOvaries", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> <</link>> //Costs <<print cashFormat(10000)>> and requires a womb for successful implantation// <</if>> <</if>> <<if $slaveOrgans.eyes != 1>> <<if $activeSlave.eyes <= -2 && $activeSlave.eyes != "implant">> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Eyes">> <<set $cash -= 10000>> <<set _newOrgan = {type: "eyes", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> <</link>> //Costs <<print cashFormat(10000)>> and is imperfect - eyes will lack natural color// <</if>> <</if>> <<if $slaveOrgans.voicebox != 1>> <<if ($activeSlave.voice == 0)>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Vocal cords">> <<set $cash -= 5000>> <<set _newOrgan = {type: "voicebox", weeksToCompletion: "5", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> <</link>> //Costs <<print cashFormat(5000)>>// <</if>> <</if>> <<if $arcologies[0].FSGenderRadicalistResearch == 1>> <<if $slaveOrgans.mpreg != 1>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Anal womb and ovaries">> <<set $cash -= 20000>> <<set _newOrgan = {type: "mpreg", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> <</link>> //Costs <<print cashFormat(20000)>> and the slave must not have female reproductive organs for successful implantation// <</if>> <<if $animalParts != 0>> <<if $slaveOrgans.mpregPig != 1>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Anal pig womb and ovaries">> <<set $cash -= 20000>> <<set _newOrgan = {type: "mpregPig", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> <</link>> //Costs <<print cashFormat(20000)>> and the slave must not have female reproductive organs for successful implantation// <</if>> <<if $slaveOrgans.mpregDog != 1>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Anal dog womb and ovaries">> <<set $cash -= 20000>> <<set _newOrgan = {type: "mpregDog", weeksToCompletion: "10", ID: 0}>> <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> <</link>> //Costs <<print cashFormat(20000)>> and the slave must not have female reproductive organs for successful implantation// <</if>> <</if>> <</if>> <<if $organs.length > 0>> <<for _i = 0; _i < $organs.length; _i++>> <<if $organs[_i].ID == $activeSlave.ID>> <br>&nbsp;&nbsp;&nbsp;&nbsp; $His <<switch $organs[_i].type>> <<case "penis" "scrotum" "foreskin" "prostate" "voicebox">> $organs[_i].type is <<case "testicles" "ovaries" "eyes">> $organs[_i].type are <<case "pigTesticles">> pig testicles are <<case "dogTesticles">> dog testicles are <<case "freshOvaries">> revitalized ovaries are <<case "pigOvaries">> pig ovaries are <<case "dogOvaries">> dog ovaries are <<case "mpreg">> anal womb and ovaries are <<case "mpregPig">> anal womb and pig ovaries are <<case "mpregDog">> anal womb and dog ovaries are <</switch>> expected to be ready in <<if $organFarmUpgrade == 1>><<print $organs[_i].weeksToCompletion>><<elseif $organFarmUpgrade == 2>><<print Math.ceil($organs[_i].weeksToCompletion/2)>><<elseif $organFarmUpgrade == 3>><<print Math.ceil($organs[_i].weeksToCompletion/4)>><</if>> weeks. <</if>> <</for>> <</if>> <<if $completedOrgans.length > 0>> <<for _i = 0; _i < $completedOrgans.length; _i++>> <<if $completedOrgans[_i].ID == $activeSlave.ID>> <br>The fabricator has completed $his $completedOrgans[_i].type. <<if $completedOrgans[_i].type == "penis">> <<if $activeSlave.dick > 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; ERROR: this slave already has a penis. <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "penis"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <<else>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Implant" "Surgery Degradation">> <<set $cash -= $surgeryCost>> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "penis"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <<if $activeSlave.prostate == 0>> <<set $activeSlave.prostate = 1>> <</if>> <<set $activeSlave.dick = 2>> <<set $activeSlave.clit = 0>> <<set $activeSlave.foreskin = $activeSlave.dick>> <<set $activeSlave.health -= 20>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 20>> <</if>> <<set $surgeryType = "addDick">> <</link>> | <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "penis"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <</if>> <<elseif $completedOrgans[_i].type == "testicles">> <<if $activeSlave.balls > 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; ERROR: this slave already has testicles. <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "testicles"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <<elseif $activeSlave.dick == 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; ERROR: this slave lacks the penis necessary to accept testicles. <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "testicles"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <br>You can forgo standard procedure and implant testicles directly into $his abdomen. <<link "Implant" "Surgery Degradation">> <<set $cash -= $surgeryCost>> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "testicles"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <<if $activeSlave.prostate < 1>><<set $activeSlave.prostate = 1>><</if>> <<set $activeSlave.balls = 2>> <<set $activeSlave.ballType = "human">> <<set $activeSlave.health -= 20>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 20>> <</if>> <<if $activeSlave.pubertyXY == 0>> <<if $precociousPuberty == 1>> <<if $activeSlave.physicalAge >= $potencyAge>> <<set $activeSlave.pubertyAgeXY = ($activeSlave.physicalAge+1)>> <</if>> <<else>> <<if $activeSlave.physicalAge >= $potencyAge>> <<set $activeSlave.pubertyXY = 1>> <</if>> <</if>> <</if>> <<set $surgeryType = "addTesticles">> <</link>> <<else>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Implant" "Surgery Degradation">> <<set $cash -= $surgeryCost>> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "testicles"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <<if $activeSlave.prostate == 0>> <<set $activeSlave.prostate = 1>> <</if>> <<set $activeSlave.balls = 2>> <<set $activeSlave.ballType = "human">> <<set $activeSlave.scrotum = 2>> <<set $activeSlave.health -= 20>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 20>> <</if>> <<if $activeSlave.pubertyXY == 0>> <<if $precociousPuberty == 1>> <<if $activeSlave.physicalAge >= $potencyAge>> <<set $activeSlave.pubertyAgeXY = ($activeSlave.physicalAge+1)>> <</if>> <<else>> <<if $activeSlave.physicalAge >= $potencyAge>> <<set $activeSlave.pubertyXY = 1>> <</if>> <</if>> <</if>> <<set $surgeryType = "addBalls">> <</link>> | <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "testicles"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <</if>> <<elseif $completedOrgans[_i].type == "pigTesticles">> <<if $activeSlave.balls > 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; ERROR: this slave already has testicles. <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "pigTesticles"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <<elseif $activeSlave.dick == 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; ERROR: this slave lacks the penis necessary to accept testicles. <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "pigTesticles"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <br>You can forgo standard procedure and implant testicles directly into $his abdomen. <<link "Implant" "Surgery Degradation">> <<set $cash -= $surgeryCost>> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "pigTesticles"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <<if $activeSlave.prostate < 1>><<set $activeSlave.prostate = 1>><</if>> <<set $activeSlave.balls = 2>> <<set $activeSlave.ballType = "pig">> <<set $activeSlave.health -= 20>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 20>> <</if>> <<if $activeSlave.pubertyXY == 0>> <<if $precociousPuberty == 1>> <<if $activeSlave.physicalAge >= $potencyAge>> <<set $activeSlave.pubertyAgeXY = ($activeSlave.physicalAge+1)>> <</if>> <<else>> <<if $activeSlave.physicalAge >= $potencyAge>> <<set $activeSlave.pubertyXY = 1>> <</if>> <</if>> <</if>> <<set $surgeryType = "addPigBalls">> <</link>> <<else>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Implant" "Surgery Degradation">> <<set $cash -= $surgeryCost>> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "pigTesticles"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <<set $activeSlave.balls = 3>> <<set $activeSlave.scrotum = 3>> <<set $activeSlave.ballType = "pig">> <<set $activeSlave.health -= 20>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 20>> <</if>> <<if $activeSlave.pubertyXY == 0>> <<if $precociousPuberty == 1>> <<if $activeSlave.physicalAge >= $potencyAge>> <<set $activeSlave.pubertyAgeXY = ($activeSlave.physicalAge+1)>> <</if>> <<else>> <<if $activeSlave.physicalAge >= $potencyAge>> <<set $activeSlave.pubertyXY = 1>> <</if>> <</if>> <</if>> <<set $surgeryType = "addPigBalls">> <</link>> | <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "pigTesticles"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <</if>> <<elseif $completedOrgans[_i].type == "dogTesticles">> <<if $activeSlave.balls > 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; ERROR: this slave already has testicles. <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "dogTesticles"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <<elseif $activeSlave.dick == 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; ERROR: this slave lacks the penis necessary to accept testicles. <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "dogTesticles"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <br>You can forgo standard procedure and implant testicles directly into $his abdomen. <<link "Implant" "Surgery Degradation">> <<set $cash -= $surgeryCost>> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "dogTesticles"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <<if $activeSlave.prostate < 1>><<set $activeSlave.prostate = 1>><</if>> <<set $activeSlave.balls = 2>> <<set $activeSlave.ballType = "dog">> <<set $activeSlave.health -= 20>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 20>> <</if>> <<if $activeSlave.pubertyXY == 0>> <<if $precociousPuberty == 1>> <<if $activeSlave.physicalAge >= $potencyAge>> <<set $activeSlave.pubertyAgeXY = ($activeSlave.physicalAge+1)>> <</if>> <<else>> <<if $activeSlave.physicalAge >= $potencyAge>> <<set $activeSlave.pubertyXY = 1>> <</if>> <</if>> <</if>> <<set $surgeryType = "addDogBalls">> <</link>> <<else>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Implant">> <<set $cash -= $surgeryCost>> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "dogTesticles"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <<set $activeSlave.balls = 2>> <<set $activeSlave.ballType = "dog">> <<set $activeSlave.scrotum = 2>> <<set $activeSlave.health -= 20>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 20>> <</if>> <<if $activeSlave.pubertyXY == 0>> <<if $precociousPuberty == 1>> <<if $activeSlave.physicalAge >= $potencyAge>> <<set $activeSlave.pubertyAgeXY = ($activeSlave.physicalAge+1)>> <</if>> <<else>> <<if $activeSlave.physicalAge >= $potencyAge>> <<set $activeSlave.pubertyXY = 1>> <</if>> <</if>> <</if>> <<set $surgeryType = "addDogBalls">> <<goto "Surgery Degradation">> <</link>> | <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "dogTesticles"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <</if>> <<elseif $completedOrgans[_i].type == "scrotum">> <<if $activeSlave.scrotum > 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; ERROR: this slave already has a scrotum. <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "scrotum"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <<elseif $activeSlave.balls == 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; ERROR: this slave lacks the balls necessary to accept a scrotum. <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "scrotum"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <<else>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Graft on" "Surgery Degradation">> <<set $cash -= $surgeryCost>> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "scrotum"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <<set $activeSlave.scrotum = $activeSlave.balls>> <<set $activeSlave.health -= 10>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 10>> <</if>> <<set $surgeryType = "addScrotum">> <</link>> | <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "scrotum"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <</if>> <<elseif $completedOrgans[_i].type == "foreskin">> <<if $activeSlave.foreskin > 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; ERROR: this slave already has a <<if $activeSlave.dick > 0>>foreskin<<else>>clitoral hood<</if>>. <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "foreskin"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <<else>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Graft on" "Surgery Degradation">> <<set $cash -= $surgeryCost>> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "foreskin"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <<if $activeSlave.dick > 0>> <<set $activeSlave.foreskin = $activeSlave.dick>> <<else>> <<set $activeSlave.foreskin = $activeSlave.clit>> <</if>> <<set $activeSlave.health -= 10>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 10>> <</if>> <<set $surgeryType = "addForeskin">> <</link>> | <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "foreskin"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <</if>> <<elseif $completedOrgans[_i].type == "ovaries">> <<if $activeSlave.ovaries > 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; ERROR: this slave already has ovaries. <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "ovaries"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <<elseif $activeSlave.vagina < 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; ERROR: this slave lacks the vagina necessary to accept ovaries. <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "ovaries"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <<elseif $activeSlave.mpreg != 0 || $activeSlave.bellyImplant != -1>> <br>&nbsp;&nbsp;&nbsp;&nbsp; ERROR: this slave's body cavity is filled with another organ. <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "ovaries"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <<else>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Implant" "Surgery Degradation">> <<set $cash -= $surgeryCost>> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "ovaries"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <<set $activeSlave.ovaries = 1>> <<set $activeSlave.eggType = "human">> <<set $activeSlave.preg = 0>> <<set $activeSlave.health -= 20>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 20>> <</if>> <<if $activeSlave.pubertyXX == 0>> <<if $precociousPuberty == 1>> <<if $activeSlave.physicalAge >= $fertilityAge>> <<set $activeSlave.pubertyAgeXX = ($activeSlave.physicalAge+1)>> <</if>> <<else>> <<if $activeSlave.physicalAge >= $fertilityAge>> <<set $activeSlave.pubertyXX = 1>> <</if>> <</if>> <</if>> <<set $surgeryType = "addOvaries">> <</link>> | <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "ovaries"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <</if>> <<elseif $completedOrgans[_i].type == "pigOvaries">> <<if $activeSlave.ovaries > 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; ERROR: this slave already has ovaries. <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "pigOvaries"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <<elseif $activeSlave.vagina < 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; ERROR: this slave lacks the vagina necessary to accept ovaries. <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "pigOvaries"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <<elseif $activeSlave.mpreg != 0 || $activeSlave.bellyImplant != -1>> <br>&nbsp;&nbsp;&nbsp;&nbsp; ERROR: this slave's body cavity is filled with another organ. <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "pigOvaries"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <<else>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Implant" "Surgery Degradation">> <<set $cash -= $surgeryCost>> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "pigOvaries"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <<set $activeSlave.ovaries = 1>> <<set $activeSlave.eggType = "pig">> <<set $activeSlave.preg = 0>> <<set $activeSlave.health -= 20>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 20>> <</if>> <<if $activeSlave.pubertyXX == 0>> <<if $precociousPuberty == 1>> <<if $activeSlave.physicalAge >= $fertilityAge>> <<set $activeSlave.pubertyAgeXX = ($activeSlave.physicalAge+1)>> <</if>> <<else>> <<if $activeSlave.physicalAge >= $fertilityAge>> <<set $activeSlave.pubertyXX = 1>> <</if>> <</if>> <</if>> <<set $surgeryType = "addPigOvaries">> <</link>> | <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "pigOvaries"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <</if>> <<elseif $completedOrgans[_i].type == "dogOvaries">> <<if $activeSlave.ovaries > 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; ERROR: this slave already has ovaries. <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "dogOvaries"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <<elseif $activeSlave.vagina < 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; ERROR: this slave lacks the vagina necessary to accept ovaries. <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "dogOvaries"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <<elseif $activeSlave.mpreg != 0 || $activeSlave.bellyImplant != -1>> <br>&nbsp;&nbsp;&nbsp;&nbsp; ERROR: this slave's body cavity is filled with another organ. <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "dogOvaries"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <<else>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Implant" "Surgery Degradation">> <<set $cash -= $surgeryCost>> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "dogOvaries"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <<set $activeSlave.ovaries = 1>> <<set $activeSlave.eggType = "dog">> <<set $activeSlave.preg = 0>> <<set $activeSlave.health -= 20>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 20>> <</if>> <<if $activeSlave.pubertyXX == 0>> <<if $precociousPuberty == 1>> <<if $activeSlave.physicalAge >= $fertilityAge>> <<set $activeSlave.pubertyAgeXX = ($activeSlave.physicalAge+1)>> <</if>> <<else>> <<if $activeSlave.physicalAge >= $fertilityAge>> <<set $activeSlave.pubertyXX = 1>> <</if>> <</if>> <</if>> <<set $surgeryType = "addDogOvaries">> <</link>> | <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "dogOvaries"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <</if>> <<elseif $completedOrgans[_i].type == "freshOvaries">> <<if ($activeSlave.mpreg == 0 && $activeSlave.ovaries == 0) || $activeSlave.bellyImplant != -1>> <br>&nbsp;&nbsp;&nbsp;&nbsp; ERROR: this slave lacks a viable womb. <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "freshOvaries"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <<elseif $activeSlave.physicalAge >= 70>> ERROR: this slave's body is too old to handle pregnancy. <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "freshOvaries"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <<else>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Implant" "Surgery Degradation">> <<set $cash -= $surgeryCost>> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "freshOvaries"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <<if $activeSlave.ovaryAge >= 47>> <<set $activeSlave.ovaryAge = 45>> <<else>> <<set $activeSlave.ovaryAge -= 2>> /* It shouldn't matter if this goes negative as it is just a signal for menopause to occur. */ <</if>> <<if $activeSlave.preg < 0>> <<set $activeSlave.preg = 0>> <</if>> <<set $activeSlave.health -= 20>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 20>> <</if>> <<if $activeSlave.pubertyXX == 0>> <<if $precociousPuberty == 1>> <<if $activeSlave.physicalAge >= $fertilityAge>> <<set $activeSlave.pubertyAgeXX = ($activeSlave.physicalAge+1)>> <</if>> <<else>> <<if $activeSlave.physicalAge >= $fertilityAge>> <<set $activeSlave.pubertyXX = 1>> <</if>> <</if>> <</if>> <<set $surgeryType = "freshOvaries">> <</link>> | <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "freshOvaries"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <</if>> <<elseif $completedOrgans[_i].type == "prostate">> <<if $activeSlave.prostate != 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; ERROR: this slave already has a prostate. <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "prostate"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <<else>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Implant" "Surgery Degradation">> <<set $cash -= $surgeryCost>> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "prostate"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <<set $activeSlave.prostate = 1>> <<set $activeSlave.health -= 20>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 20>> <</if>> <<set $surgeryType = "addProstate">> <</link>> | <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "prostate"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <</if>> <<elseif $completedOrgans[_i].type == "eyes">> <<if $activeSlave.eyes > -2 && $activeSlave.origEye != "implant">> <br>&nbsp;&nbsp;&nbsp;&nbsp; ERROR: this slave has working eyes. <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "eyes"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <<elseif $activeSlave.origEye == "implant">> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Remove ocular implants and implant" "Surgery Degradation">> <<set $cash -= $surgeryCost>> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "eyes"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <<set $stockpile.ocularImplant++>> <<set $activeSlave.eyes = 1>> <<set _oldEyes = $genePool.find(function(s) { return s.ID = $activeSlave.ID; })>> <<set $activeSlave.origEye = _oldEyes.origEye>> <<set $activeSlave.eyeColor = $activeSlave.origEye>> <<set $activeSlave.health -= 20>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 20>> <</if>> <<set $surgeryType = "newEyes">> <</link>> | <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "eyes"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <<else>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Implant" "Surgery Degradation">> <<set $cash -= $surgeryCost>> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "eyes"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <<set $activeSlave.eyes = 1>> <<set $activeSlave.eyeColor = $activeSlave.origEye>> /* no way to salvage original eye color */ <<set $activeSlave.health -= 20>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 20>> <</if>> <<set $surgeryType = "unblind">> <</link>> | <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "eyes"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <</if>> <<elseif $completedOrgans[_i].type == "mpreg">> <<if ($activeSlave.ovaries != 0) && ($activeSlave.vagina > -1) && ($activeSlave.mpreg != 0)>> <br>&nbsp;&nbsp;&nbsp;&nbsp; ERROR: this slave has existing reproductive Organs. <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "mpreg"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <<else>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Implant" "Surgery Degradation">> <<set $cash -= $surgeryCost>> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "mpreg"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <<set $activeSlave.mpreg = 1>> <<set $activeSlave.eggType = "human">> <<set $activeSlave.preg = 0>> <<set $activeSlave.health -= 40>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 20>> <</if>> <<if $activeSlave.pubertyXX == 0>> <<if $precociousPuberty == 1>> <<if $activeSlave.physicalAge >= $fertilityAge>> <<set $activeSlave.pubertyAgeXX = ($activeSlave.physicalAge+1)>> <</if>> <<else>> <<if $activeSlave.physicalAge >= $fertilityAge>> <<set $activeSlave.pubertyXX = 1>> <</if>> <</if>> <</if>> <<set $surgeryType = "mpreg">> <</link>> | <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "mpreg"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <</if>> <<elseif $completedOrgans[_i].type == "mpregPig">> <<if ($activeSlave.ovaries != 0) && ($activeSlave.vagina > -1) && ($activeSlave.mpreg != 0)>> <br>&nbsp;&nbsp;&nbsp;&nbsp; ERROR: this slave has existing reproductive Organs. <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "mpregPig"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <<else>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Implant" "Surgery Degradation">> <<set $cash -= $surgeryCost>> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "mpregPig"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <<set $activeSlave.mpreg = 1>> <<set $activeSlave.eggType = "pig">> <<set $activeSlave.preg = 0>> <<set $activeSlave.health -= 40>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 20>> <</if>> <<if $activeSlave.pubertyXX == 0>> <<if $precociousPuberty == 1>> <<if $activeSlave.physicalAge >= $fertilityAge>> <<set $activeSlave.pubertyAgeXX = ($activeSlave.physicalAge+1)>> <</if>> <<else>> <<if $activeSlave.physicalAge >= $fertilityAge>> <<set $activeSlave.pubertyXX = 1>> <</if>> <</if>> <</if>> <<set $surgeryType = "mpregPig">> <</link>> | <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "mpregPig"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <</if>> <<elseif $completedOrgans[_i].type == "mpregDog">> <<if ($activeSlave.ovaries != 0) && ($activeSlave.vagina > -1) && ($activeSlave.mpreg != 0)>> <br>&nbsp;&nbsp;&nbsp;&nbsp; ERROR: this slave has existing reproductive completedOrgans. <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "mpregDog"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <<else>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Implant" "Surgery Degradation">> <<set $cash -= $surgeryCost>> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "mpregDog"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <<set $activeSlave.mpreg = 1>> <<set $activeSlave.eggType = "dog">> <<set $activeSlave.preg = 0>> <<set $activeSlave.health -= 40>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 20>> <</if>> <<if $activeSlave.pubertyXX == 0>> <<if $precociousPuberty == 1>> <<if $activeSlave.physicalAge >= $fertilityAge>> <<set $activeSlave.pubertyAgeXX = ($activeSlave.physicalAge+1)>> <</if>> <<else>> <<if $activeSlave.physicalAge >= $fertilityAge>> <<set $activeSlave.pubertyXX = 1>> <</if>> <</if>> <</if>> <<set $surgeryType = "mpregDog">> <</link>> | <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "mpregDog"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <</if>> <<else>> <<if $activeSlave.voice > 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; ERROR: this slave is not mute. <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "voicebox"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <<else>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<link "Implant" "Surgery Degradation">> <<set $cash -= $surgeryCost>> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "voicebox"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <<if $activeSlave.ovaries == 1 && $activeSlave.hormoneBalance >= 200>> <<set $activeSlave.voice = 3>> <<elseif ($activeSlave.balls > 0) || ($activeSlave.hormoneBalance < -20)>> <<set $activeSlave.voice = 1>> <<else>> <<set $activeSlave.voice = 2>> <</if>> <<set $activeSlave.health -= 10>> <<if $organFarmUpgrade == 2>> <<set $activeSlave.chem += 10>> <</if>> <<set $surgeryType = "restoreVoice">> <</link>> | <<link "Discard" "Remote Surgery">> <<set _ofo = $completedOrgans.findIndex(function(s) { return $activeSlave.ID == s.ID && s.type == "voicebox"; })>> <<if _ofo != -1>> <<set $completedOrgans.deleteAt(_ofo)>> <<else>> @@.red;Organ not found for deletion!@@ <</if>> <</link>> <</if>> <</if>> <</if>> <</for>> /* for of the $completedOrgans loop */ <</if>>
DankWolf/fc
src/pregmod/organFarmOptions.tw
tw
bsd-3-clause
49,563
:: P Bodyswap Reveal [nobr] <<set $nextButton = "Continue", $nextLink = "Random Nonindividual Event">> <<set $bodyswapAnnounced = 1>> You receive countless messages throughout the day; mostly worthless spam, several uninteresting business offers and the occasional enslavement request. This one catches your eye however. It's an offer from a top surgeon who has recently been experimenting with radical new surgeries. You've been loosely following their work for the last few weeks, ever since they successfully swapped the consciousness from one slave to another with minimal side effects, assuming they are kept on a special suppressant, and it seems they are now offering their work to anyone with a surgical suite capable of performing the surgery and willing to undertake the risk. <br><br> It's an interesting offer and your remote surgery will suffice should you want to change up your slaves' bodies more than any drug or implant ever could. You'll need a slave to swap them with, however. Perhaps one of the mindless slaves from the Flesh Heap will suit your needs, should you not wish to use your own stock.
DankWolf/fc
src/pregmod/pBodyswapReveal.tw
tw
bsd-3-clause
1,121
:: PC Appearance Intro [nobr] Race and appearance are largely irrelevant in the free cities; there are only the free and the enslaved. <br>//Appearance only, no effect on gameplay (unless you make a big deal out of it).// <br><br> @@.orange;What nationality are you?@@ <br> You are $PC.nationality. <br><<textbox "$PC.nationality" $PC.nationality "PC Appearance Intro">>//Capitalize it// <br><br> @@.orange;What race are you?@@ <br> <span id = "ethnicity"> You're $PC.race. </span> <br> <<link "White">> <<set $PC.race = "white">> <<PlayerRace>> <</link>> | <<link "Asian">> <<set $PC.race = "asian">> <<PlayerRace>> <</link>> | <<link "Latina">> <<set $PC.race = "latina">> <<PlayerRace>> <</link>> | <<link "Middle Eastern">> <<set $PC.race = "middle eastern">> <<PlayerRace>> <</link>> | <<link "Black">> <<set $PC.race = "black">> <<PlayerRace>> <</link>> | <<link "Semitic">> <<set $PC.race = "semitic">> <<PlayerRace>> <</link>> | <<link "Southern European">> <<set $PC.race = "southern european">> <<PlayerRace>> <</link>> | <<link "Indo-Aryan">> <<set $PC.race = "indo-aryan">> <<PlayerRace>> <</link>> | <<link "Amerindian">> <<set $PC.race = "amerindian">> <<PlayerRace>> <</link>> | <<link "Pacific Islander">> <<set $PC.race = "pacific islander">> <<PlayerRace>> <</link>> | <<link "Malay">> <<set $PC.race = "malay">> <<PlayerRace>> <</link>> | <<link "Mixed Race">> <<set $PC.race = "mixed race">> <<PlayerRace>> <</link>> <br><br> @@.orange;What is your skin tone?@@ <br> <span id = "skin"> You have $PC.skin skin. </span> <br> <<link "Pure White">> <<set $PC.skin = "pure white">> <<PlayerSkin>> <</link>> | <<link "Extremely Pale">> <<set $PC.skin = "extremely pale">> <<PlayerSkin>> <</link>> | <<link "Pale">> <<set $PC.skin = "pale">> <<PlayerSkin>> <</link>> | <<link "Extremely Fair">> <<set $PC.skin = "extremely fair">> <<PlayerSkin>> <</link>> | <<link "Very Fair">> <<set $PC.skin = "very fair">> <<PlayerSkin>> <</link>> | <<link "Fair">> <<set $PC.skin = "fair">> <<PlayerSkin>> <</link>> | <<link "White">> <<set $PC.skin = "white">> <<PlayerSkin>> <</link>> | <<link "Light">> <<set $PC.skin = "light">> <<PlayerSkin>> <</link>> | <<link "Lightened">> <<set $PC.skin = "lightened">> <<PlayerSkin>> <</link>> | <<link "Light Olive">> <<set $PC.skin = "light olive">> <<PlayerSkin>> <</link>> | <<link "Olive">> <<set $PC.skin = "olive">> <<PlayerSkin>> <</link>> | <<link "Natural">> <<set $PC.skin = "natural">> <<PlayerSkin>> <</link>> | <<link "Tanned">> <<set $PC.skin = "tanned">> <<PlayerSkin>> <</link>> | <<link "Bronzed">> <<set $PC.skin = "bronzed">> <<PlayerSkin>> <</link>> | <<link "Dark Olive">> <<set $PC.skin = "dark olive">> <<PlayerSkin>> <</link>> | <<link "Dark">> <<set $PC.skin = "dark">> <<PlayerSkin>> <</link>> | <<link "Light Brown">> <<set $PC.skin = "light brown">> <<PlayerSkin>> <</link>> | <<link "Brown">> <<set $PC.skin = "brown">> <<PlayerSkin>> <</link>> | <<link "Dark Brown">> <<set $PC.skin = "dark brown">> <<PlayerSkin>> <</link>> | <<link "Black">> <<set $PC.skin = "black">> <<PlayerSkin>> <</link>> | <<link "Ebony">> <<set $PC.skin = "ebony">> <<PlayerSkin>> <</link>> | <<link "Pure Black">> <<set $PC.skin = "pure black">> <<PlayerSkin>> <</link>> <br><br> @@.orange;Some people have freckles.@@ <br> <span id = "markings"> <<if $PC.markings == "none">> Your skin is pure and clear of any freckles. <<elseif $PC.markings == "freckles">> You have some freckles on your cheeks and elsewhere. <<elseif $PC.markings == "heavily freckled">> You have dense freckles on your cheeks and elsewhere. <</if>> </span> <br> <<link "No Freckles">> <<set $PC.markings = "none">> <<PlayerMarkings>> <</link>> | <<link "Light Freckles">> <<set $PC.markings = "freckles">> <<PlayerMarkings>> <</link>> | <<link "Heavy Freckles">> <<set $PC.markings = "heavily freckled">> <<PlayerMarkings>> <</link>> <br><br> @@.orange;What color are your eyes?@@ <br> You have $PC.eyeColor eyes. <br><<textbox "$PC.eyeColor" $PC.eyeColor "PC Appearance Intro">> <br><br> @@.orange;What color is your hair?@@ <br> You have $PC.hColor hair. <br><<textbox "$PC.hColor" $PC.hColor "PC Appearance Intro">> <br><br> [[Finish player character customization|PC Experience Intro]]
DankWolf/fc
src/pregmod/pcAppearanceIntro.tw
tw
bsd-3-clause
4,315
:: PC Preg Intro [nobr] You have a working female reproductive system, and thus, a menstrual cycle. Women already face hardships as slaveowners and arcology owners, and being pregnant, coupled with a strong societal aversion to the dominant being penetrated, leads most pregnant owners to find themselves in dire situations. As an added precaution, since nothing stops an owner from hooking up with another owner, contraceptives are common amongst free women. <br><br> @@.orange;What's your stance on taking contraceptives?@@ <br><br> You're <<if $PC.preg == -1>> not interested in being a mother. [[Risky|PC Preg Intro][$PC.preg = 0]] <<elseif $PC.preg == 0>> fertile and you know the risks. [[Safe|PC Preg Intro][$PC.preg = -1]] | [[About that...|PC Preg Intro][$PC.preg = 10]] <<else>> already pregnant. [[Fertile|PC Preg Intro][$PC.preg = 0]] <</if>> <br> //Being or becoming pregnant will raise difficulty.// <br><br> @@.orange;Hormones can be an interesting thing, how do they affect you?@@ <br><br> You're <<if $PC.pregMood == 1>> gentle and motherly when you're hormonal. [[Normal|PC Preg Intro][$PC.pregMood = 0]] | [[Aggressive|PC Preg Intro][$PC.pregMood = 2]] <<elseif $PC.pregMood == 0>> in complete control of yourself. [[Motherly|PC Preg Intro][$PC.pregMood = 1]] | [[Aggressive|PC Preg Intro][$PC.pregMood = 2]] <<else>> aggressive and domineering when you're hormonal. [[Normal|PC Preg Intro][$PC.pregMood = 0]] | [[Motherly|PC Preg Intro][$PC.pregMood = 1]] <</if>> <br> //Hormone induced moods may alter some sex scenes, as well as change slaves' reactions to you.// <br><br> [[Confirm player character customization|PC Appearance Intro]]
DankWolf/fc
src/pregmod/pcPregIntro.tw
tw
bsd-3-clause
1,675
:: PC Skin Workaround [nobr] <<set $nextButton = "Get in", $nextLink = "PC Surgery Degradation">> You can enter any color for your skin to be changed to. Once you have chosen, you just have to get in and let the machine do its thing. <br><<textbox "$PC.skin" $PC.skin "PC Surgery Degradation">>
DankWolf/fc
src/pregmod/pcSkinWorkaround.tw
tw
bsd-3-clause
296
:: Personal Notes [nobr] <<if $useTabs == 0>>__Personal Notes__<</if>> <br> <<if ($playerAging != 0)>>Your birthday is <<if $PC.birthWeek == 51>>next week<<if $playerAging == 2>>; you'll be turning <<print $PC.actualAge+1>><</if>><<else>>in <<print 52-$PC.birthWeek>> weeks<</if>>.<</if>> <<PlayerBoobs>> <<PlayerBelly>> <<PlayerCrotch>> <<PlayerButt>> <<if $PC.boobs == 1 && $PC.boobsImplant == 0>> <<if $PC.preg == 31>> <<if $PC.boobsBonus == 0>> <<if random(1,100) > 75>> Your breasts have @@.lime;grown larger@@ to feed your coming child. Quick measurements show you've gone up a cup size over the course of your pregnancy. <<set $PC.boobsBonus++>> <</if>> <<elseif $PC.boobsBonus == -1>> <<if random(1,100) > 80>> Your breasts have been really @@.lime;swollen@@ lately with your new pregnancy. Quick measurements show you've gone up nearly two cup sizes. You may want to consider getting a breast reduction. <<set $PC.boobsBonus++>> <</if>> <<elseif $PC.boobsBonus == 1>> <<if random(1,100) > 75>> Your already large breasts have @@.lime;grown even larger@@ with your new pregnancy. Quick measurements show you've gone up another cup size or so over the course of your pregnancy. <<set $PC.boobsBonus++>> <</if>> <<elseif $PC.boobsBonus == 2>> <<if random(1,100) > 90>> Your already huge breasts have @@.lime;grown even more enormous@@ with your new pregnancy. Quick measurements show you've gone up yet another a cup size over the course of your pregnancy. <<set $PC.boobsBonus++>> <</if>> <</if>> <</if>> <</if>>
DankWolf/fc
src/pregmod/personalNotes.tw
tw
bsd-3-clause
1,588
:: Physical Development [nobr widget] <<widget "PhysicalDevelopment">> <<if ($args[0].inducedNCS == 1)>> /* NCS completely blocks all natural physical growth: no height increases. It also blocks all hormonal secondary sexual * caracteristics. So, on the female side: no boobs, no butt, no hips, and no labia. And on the male side: no dick, no clit, no balls, no scrotum, no shoulders. */ /* so this is a big old NO-OP to skip the physical development. */ <<elseif $args[0].genes == "XX">> /* loli becoming a woman */ <<switch $args[0].physicalAge>> <<case 3>> <<if $args[0].hormoneBalance >= 200>> <<if $args[0].height <= 91>> <<set $args[0].height += either(8,8,9,9)>> <<elseif $args[0].height <= 101>> <<set $args[0].height += 5>> <</if>> <<elseif $args[0].hormoneBalance >= 100>> <<if $args[0].height <= 91>> <<set $args[0].height += either(8,8,9,9,9)>> <<elseif $args[0].height <= 101>> <<set $args[0].height += 5>> <</if>> <<elseif $args[0].hormoneBalance <= -200>> <<if $args[0].height <= 91>> <<set $args[0].height += either(9,9,9,10,10)>> <<elseif $args[0].height <= 101>> <<set $args[0].height += 5>> <</if>> <<elseif $args[0].hormoneBalance <= -100>> <<if $args[0].height <= 91>> <<set $args[0].height += either(8,9,9,9,10)>> <<elseif $args[0].height <= 101>> <<set $args[0].height += 5>> <</if>> <<else>> <<if $args[0].height <= 91>> <<set $args[0].height += either(8,8,9,9,9,10)>> <<elseif $args[0].height <= 101>> <<set $args[0].height += 5>> <</if>> <</if>> <<case 4>> <<if $args[0].hormoneBalance >= 200>> <<if $args[0].height <= 101>> <<set $args[0].height += either(6,6,7,7)>> <<elseif $args[0].height <= 109>> <<set $args[0].height += 4>> <</if>> <<elseif $args[0].hormoneBalance >= 100>> <<if $args[0].height <= 101>> <<set $args[0].height += either(6,6,7,7,7)>> <<elseif $args[0].height <= 109>> <<set $args[0].height += 4>> <</if>> <<elseif $args[0].hormoneBalance <= -200>> <<if $args[0].height <= 101>> <<set $args[0].height += either(7,7,7,8,8)>> <<elseif $args[0].height <= 109>> <<set $args[0].height += 4>> <</if>> <<elseif $args[0].hormoneBalance <= -100>> <<if $args[0].height <= 101>> <<set $args[0].height += either(6,7,7,7,8)>> <<elseif $args[0].height <= 109>> <<set $args[0].height += 4>> <</if>> <<else>> <<if $args[0].height <= 101>> <<set $args[0].height += either(6,6,7,7,7,8)>> <<elseif $args[0].height <= 109>> <<set $args[0].height += 4>> <</if>> <</if>> <<case 5>> <<if $args[0].hormoneBalance >= 200>> <<if $args[0].height <= 109>> <<set $args[0].height += either(6,6,7,7)>> <<elseif $args[0].height <= 116>> <<set $args[0].height += 4>> <</if>> <<elseif $args[0].hormoneBalance >= 100>> <<if $args[0].height <= 109>> <<set $args[0].height += either(6,6,7,7,7)>> <<elseif $args[0].height <= 116>> <<set $args[0].height += 4>> <</if>> <<elseif $args[0].hormoneBalance <= -200>> <<if $args[0].height <= 109>> <<set $args[0].height += either(7,7,7,8,8)>> <<elseif $args[0].height <= 116>> <<set $args[0].height += 4>> <</if>> <<elseif $args[0].hormoneBalance <= -100>> <<if $args[0].height <= 109>> <<set $args[0].height += either(6,7,7,7,8)>> <<elseif $args[0].height <= 116>> <<set $args[0].height += 4>> <</if>> <<else>> <<if $args[0].height <= 109>> <<set $args[0].height += either(6,6,7,7,7,8)>> <<elseif $args[0].height <= 116>> <<set $args[0].height += 4>> <</if>> <</if>> <<case 6>> <<if $args[0].hormoneBalance >= 200>> <<if $args[0].height <= 116>> <<set $args[0].height += either(5,5,6,6)>> <<elseif $args[0].height <= 124>> <<set $args[0].height += 3>> <</if>> <<elseif $args[0].hormoneBalance >= 100>> <<if $args[0].height <= 116>> <<set $args[0].height += either(5,5,6,6,6)>> <<elseif $args[0].height <= 124>> <<set $args[0].height += 3>> <</if>> <<elseif $args[0].hormoneBalance <= -200>> <<if $args[0].height <= 116>> <<set $args[0].height += either(6,6,6,7,7)>> <<elseif $args[0].height <= 124>> <<set $args[0].height += 3>> <</if>> <<elseif $args[0].hormoneBalance <= -100>> <<if $args[0].height <= 116>> <<set $args[0].height += either(5,6,6,6,7)>> <<elseif $args[0].height <= 124>> <<set $args[0].height += 3>> <</if>> <<else>> <<if $args[0].height <= 116>> <<set $args[0].height += either(5,5,6,6,6,7)>> <<elseif $args[0].height <= 124>> <<set $args[0].height += 3>> <</if>> <</if>> <<case 7>> <<if $args[0].hormoneBalance >= 200>> <<if $args[0].height <= 124>> <<set $args[0].height += either(7,7,8,8)>> <<elseif $args[0].height <= 131>> <<set $args[0].height += 3>> <</if>> <<elseif $args[0].hormoneBalance >= 100>> <<if $args[0].height <= 124>> <<set $args[0].height += either(7,7,8,8,8)>> <<elseif $args[0].height <= 131>> <<set $args[0].height += 3>> <</if>> <<elseif $args[0].hormoneBalance <= -200>> <<if $args[0].height <= 124>> <<set $args[0].height += either(8,8,8,9,9)>> <<elseif $args[0].height <= 131>> <<set $args[0].height += 3>> <</if>> <<elseif $args[0].hormoneBalance <= -100>> <<if $args[0].height <= 124>> <<set $args[0].height += either(7,8,8,8,9)>> <<elseif $args[0].height <= 131>> <<set $args[0].height += 3>> <</if>> <<else>> <<if $args[0].height <= 124>> <<set $args[0].height += either(7,7,8,8,8,9)>> <<elseif $args[0].height <= 131>> <<set $args[0].height += 4>> <</if>> <</if>> <<case 8>> <<if $args[0].hormoneBalance >= 200>> <<if $args[0].height <= 131>> <<set $args[0].height += either(5,5,6,6)>> <<elseif $args[0].height <= 137>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 90>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 3>> <<if random(1,100) > 80>> <<set $args[0].butt += 1>> <</if>> <</if>> <<set $args[0].boobs += 50>> <<elseif $args[0].hormoneBalance >= 100>> <<if $args[0].height <= 131>> <<set $args[0].height += either(5,5,6,6,6)>> <<elseif $args[0].height <= 137>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 95>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 3>> <<if random(1,100) > 90>> <<set $args[0].butt += 1>> <</if>> <</if>> <<set $args[0].boobs += 25>> <<elseif $args[0].hormoneBalance <= -200>> <<if $args[0].height <= 131>> <<set $args[0].height += either(6,6,6,7,7)>> <<elseif $args[0].height <= 137>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 99>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 3>> <<if random(1,100) > 90>> <<set $args[0].butt += 1>> <</if>> <</if>> <<if $args[0].clit > 0 && $args[0].clit < 4>> <<if random(1,100) > 70>> <<set $args[0].clit += 1>> <</if>> <</if>> <<elseif $args[0].hormoneBalance <= -100>> <<if $args[0].height <= 131>> <<set $args[0].height += either(5,6,6,6,7)>> <<elseif $args[0].height <= 137>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 95>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 3>> <<if random(1,100) >80>> <<set $args[0].butt += 1>> <</if>> <</if>> <<if $args[0].clit > 0 && $args[0].clit < 4>> <<if random(1,100) > 90>> <<set $args[0].clit += 1>> <</if>> <</if>> <<else>> <<if $args[0].height <= 131>> <<set $args[0].height += either(5,5,6,6,6,7)>> <<elseif $args[0].height <= 137>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 90>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 3>> <<if random(1,100) > 60>> <<set $args[0].butt += 1>> <</if>> <</if>> <</if>> <<case 9>> <<if $args[0].hormoneBalance >= 200>> <<if $args[0].height <= 137>> <<set $args[0].height += either(4,4,5,5,)>> <<elseif $args[0].height <= 144>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 90>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 3>> <<if random(1,100) > 80>> <<set $args[0].butt += 1>> <</if>> <</if>> <<set $args[0].boobs += 50>> <<elseif $args[0].hormoneBalance >= 100>> <<if $args[0].height <= 137>> <<set $args[0].height += either(4,4,5,5,5)>> <<elseif $args[0].height <= 144>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 95>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 3>> <<if random(1,100) > 90>> <<set $args[0].butt += 1>> <</if>> <</if>> <<set $args[0].boobs += 25>> <<elseif $args[0].hormoneBalance <= -200>> <<if $args[0].height <= 137>> <<set $args[0].height += either(5,5,5,6,6)>> <<elseif $args[0].height <= 144>> <<set $args[0].height += 3>> <</if>> <<if $args[0].clit > 0 && $args[0].clit < 4>> <<if random(1,100) > 70>> <<set $args[0].clit += 1>> <</if>> <</if>> <<elseif $args[0].hormoneBalance <= -100>> <<if $args[0].height <= 137>> <<set $args[0].height += either(4,5,5,5,6)>> <<elseif $args[0].height <= 144>> <<set $args[0].height += 3>> <</if>> <<if $args[0].clit > 0 && $args[0].clit < 4>> <<if random(1,100) > 90>> <<set $args[0].clit += 1>> <</if>> <</if>> <<else>> <<if $args[0].height <= 137>> <<set $args[0].height += either(4,4,5,5,5,6)>> <<elseif $args[0].height <= 144>> <<set $args[0].height += 3>> <</if>> <</if>> <<case 10>> <<if $args[0].hormoneBalance >= 200>> <<if $args[0].height <= 144>> <<set $args[0].height += either(6,6,7,7)>> <<elseif $args[0].height <= 156>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 90>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 3>> <<if random(1,100) > 80>> <<set $args[0].butt += 1>> <</if>> <</if>> <<set $args[0].boobs += 50>> <<elseif $args[0].hormoneBalance >= 100>> <<if $args[0].height <= 144>> <<set $args[0].height += either(6,6,7,7,7)>> <<elseif $args[0].height <= 156>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 95>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 3>> <<if random(1,100) > 90>> <<set $args[0].butt += 1>> <</if>> <</if>> <<set $args[0].boobs += 25>> <<elseif $args[0].hormoneBalance <= -200>> <<if $args[0].height <= 144>> <<set $args[0].height += either(7,7,7,8,8)>> <<elseif $args[0].height <= 156>> <<set $args[0].height += 3>> <</if>> <<if $args[0].clit > 0 && $args[0].clit < 4>> <<if random(1,100) > 70>> <<set $args[0].clit += 1>> <</if>> <</if>> <<elseif $args[0].hormoneBalance <= -100>> <<if $args[0].height <= 144>> <<set $args[0].height += either(6,7,7,7,8)>> <<elseif $args[0].height <= 156>> <<set $args[0].height += 3>> <</if>> <<if $args[0].clit > 0 && $args[0].clit < 4>> <<if random(1,100) > 90>> <<set $args[0].clit += 1>> <</if>> <</if>> <<else>> <<if $args[0].height <= 144>> <<set $args[0].height += either(6,6,7,7,7,8)>> <<elseif $args[0].height <= 156>> <<set $args[0].height += 4>> <</if>> <</if>> <<case 11>> <<if $args[0].hormoneBalance >= 200>> <<if $args[0].height <= 156>> <<set $args[0].height += either(5,5,6,6)>> <<elseif $args[0].height <= 163>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 20>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 3>> <<if random(1,100) > 20>> <<set $args[0].butt += 1>> <</if>> <</if>> <<if $args[0].boobs < 600>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<set $args[0].boobs += 100>> <<elseif $args[0].hormoneBalance >= 100>> <<if $args[0].height <= 156>> <<set $args[0].height += either(5,5,6,6,6)>> <<elseif $args[0].height <= 163>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 40>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 3>> <<if random(1,100) > 40>> <<set $args[0].butt += 1>> <</if>> <</if>> <<if $args[0].boobs < 500>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<set $args[0].boobs += 50>> <<elseif $args[0].hormoneBalance <= -200>> <<if $args[0].height <= 156>> <<set $args[0].height += either(6,6,6,7,7)>> <<elseif $args[0].height <= 163>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 95>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 3>> <<if random(1,100) > 95>> <<set $args[0].butt += 1>> <</if>> <</if>> <<if $args[0].boobs > 200>> <<set $args[0].boobs -= 100>> <</if>> <<if $args[0].clit > 0 && $args[0].clit < 4>> <<if random(1,100) > 50>> <<set $args[0].clit += 1>> <</if>> <</if>> <<elseif $args[0].hormoneBalance <= -100>> <<if $args[0].height <= 156>> <<set $args[0].height += either(5,6,6,6,7)>> <<elseif $args[0].height <= 163>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 90>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 3>> <<if random(1,100) > 90>> <<set $args[0].butt += 1>> <</if>> <</if>> <<if $args[0].boobs > 200>> <<set $args[0].boobs -= 50>> <</if>> <<if $args[0].clit > 0 && $args[0].clit < 4>> <<if random(1,100) > 70>> <<set $args[0].clit += 1>> <</if>> <</if>> <<else>> <<if $args[0].height <= 156>> <<set $args[0].height += either(5,5,6,6,6,7)>> <<elseif $args[0].height <= 163>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 60>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 3>> <<if random(1,100) > 60>> <<set $args[0].butt += 1>> <</if>> <</if>> <<if $args[0].boobs < 300>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <</if>> <<case 12>> <<if $args[0].hormoneBalance >= 200>> <<if $args[0].height <= 163>> <<set $args[0].height += either(6,6,7,7)>> <<elseif $args[0].height <= 168>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 20>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 4>> <<if random(1,100) > 20>> <<set $args[0].butt += 1>> <</if>> <</if>> <<if $args[0].boobs < 700>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -60>> <<if random(1,100) > 20>> <<set $args[0].waist -= 5>> <</if>> <</if>> <<set $args[0].boobs += 100>> <<elseif $args[0].hormoneBalance >= 100>> <<if $args[0].height <= 163>> <<set $args[0].height += either(6,6,7,7,7)>> <<elseif $args[0].height <= 168>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 40>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 4>> <<if random(1,100) > 40>> <<set $args[0].butt += 1>> <</if>> <</if>> <<if $args[0].boobs < 600>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -30>> <<if random(1,100) > 20>> <<set $args[0].waist -= 5>> <</if>> <</if>> <<set $args[0].boobs += 50>> <<elseif $args[0].hormoneBalance <= -200>> <<if $args[0].height <= 168>> <<set $args[0].height += either(7,7,7,8,8)>> <<elseif $args[0].height <= 171>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 95>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 3>> <<if random(1,100) > 95>> <<set $args[0].butt += 1>> <</if>> <</if>> <<if $args[0].boobs > 200>> <<set $args[0].boobs -= 100>> <</if>> <<if $args[0].clit > 0 && $args[0].clit < 4>> <<if random(1,100) > 50>> <<set $args[0].clit += 1>> <</if>> <</if>> <<if $args[0].waist < 60>> <<if random(1,100) > 20>> <<set $args[0].waist += 5>> <</if>> <</if>> <<elseif $args[0].hormoneBalance <= -100>> <<if $args[0].height <= 163>> <<set $args[0].height += either(6,7,7,7,8)>> <<elseif $args[0].height <= 168>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 90>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 3>> <<if random(1,100) > 90>> <<set $args[0].butt += 1>> <</if>> <</if>> <<if $args[0].boobs > 200>> <<set $args[0].boobs -= 50>> <</if>> <<if $args[0].clit > 0 && $args[0].clit < 4>> <<if random(1,100) > 70>> <<set $args[0].clit += 1>> <</if>> <</if>> <<if $args[0].waist < 30>> <<if random(1,100) > 20>> <<set $args[0].waist += 5>> <</if>> <</if>> <<else>> <<if $args[0].height <= 168>> <<set $args[0].height += either(6,6,7,7,7,8)>> <<elseif $args[0].height <= 171>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 60>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 3>> <<if random(1,100) > 60>> <<set $args[0].butt += 1>> <</if>> <</if>> <<if $args[0].boobs < 300>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -20>> <<if random(1,100) > 60>> <<set $args[0].waist -= 5>> <</if>> <</if>> <</if>> <<case 13>> <<if $args[0].hormoneBalance >= 200>> <<if $args[0].height <= 168>> <<set $args[0].height += either(5,5,6,6)>> <<elseif $args[0].height <= 171>> <<set $args[0].height += 3>> <</if>> <<if $args[0].face > 60>> <<if random(1,100) > 80>> <<set $args[0].face += 5>> <</if>> <<elseif $args[0].face <= 60>> <<if random(1,100) > 30>> <<set $args[0].face += 10>> <</if>> <</if>> <<if $args[0].voice == 3>> <<if random(1,100) > 90>> <<set $args[0].voice -= 1>> <</if>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 20>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 4>> <<if random(1,100) > 20>> <<set $args[0].butt += 1>> <</if>> <</if>> <<if $args[0].boobs < 1000>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -60>> <<if random(1,100) > 20>> <<set $args[0].waist -= 5>> <</if>> <</if>> <<set $args[0].boobs += 100>> <<elseif $args[0].hormoneBalance >= 100>> <<if $args[0].height <= 186>> <<set $args[0].height += either(5,5,6,6,6)>> <<elseif $args[0].height <= 171>> <<set $args[0].height += 3>> <</if>> <<if $args[0].face > 60>> <<if random(1,100) > 80>> <<set $args[0].face += 5>> <</if>> <<elseif $args[0].face <= 60>> <<if random(1,100) > 30>> <<set $args[0].face += 10>> <</if>> <</if>> <<if $args[0].voice == 3>> <<if random(1,100) > 80>> <<set $args[0].voice -= 1>> <</if>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 40>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 4>> <<if random(1,100) > 40>> <<set $args[0].butt += 1>> <</if>> <</if>> <<if $args[0].boobs < 900>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -30>> <<if random(1,100) > 20>> <<set $args[0].waist -= 5>> <</if>> <</if>> <<set $args[0].boobs += 50>> <<elseif $args[0].hormoneBalance <= -200>> <<if $args[0].height <= 168>> <<set $args[0].height += either(6,6,6,7,7)>> <<elseif $args[0].height <= 171>> <<set $args[0].height += 3>> <</if>> <<if $args[0].face < 100>> <<if random(1,100) > 50>> <<set $args[0].face -= 20>> <</if>> <</if>> <<if $args[0].voice <= 3>> <<if random(1,100) > 30>> <<set $args[0].voice -= 1>> <</if>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 95>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 3>> <<if random(1,100) > 95>> <<set $args[0].butt += 1>> <</if>> <</if>> <<if $args[0].boobs > 200>> <<set $args[0].boobs -= 100>> <</if>> <<if $args[0].clit > 0 && $args[0].clit < 4>> <<if random(1,100) > 50>> <<set $args[0].clit += 1>> <</if>> <</if>> <<if $args[0].waist < 60>> <<if random(1,100) > 20>> <<set $args[0].waist += 5>> <</if>> <</if>> <<elseif $args[0].hormoneBalance <= -100>> <<if $args[0].height <= 168>> <<set $args[0].height += either(5,6,6,6,7)>> <<elseif $args[0].height <= 171>> <<set $args[0].height += 3>> <</if>> <<if $args[0].face < 100>> <<if random(1,100) > 70>> <<set $args[0].face -= 20>> <</if>> <</if>> <<if $args[0].voice <= 3>> <<if random(1,100) > 60>> <<set $args[0].voice -= 1>> <</if>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 90>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 3>> <<if random(1,100) > 90>> <<set $args[0].butt += 1>> <</if>> <</if>> <<if $args[0].boobs > 200>> <<set $args[0].boobs -= 50>> <</if>> <<if $args[0].clit > 0 && $args[0].clit < 4>> <<if random(1,100) > 70>> <<set $args[0].clit += 1>> <</if>> <</if>> <<if $args[0].waist < 30>> <<if random(1,100) > 20>> <<set $args[0].waist += 5>> <</if>> <</if>> <<else>> <<if $args[0].height <= 168>> <<set $args[0].height += either(5,5,6,6,6,7)>> <<elseif $args[0].height <= 171>> <<set $args[0].height += 3>> <</if>> <<if $args[0].face > 60>> <<if random(1,100) > 90>> <<set $args[0].face += 5>> <</if>> <<elseif $args[0].face <= 60>> <<if random(1,100) > 40>> <<set $args[0].face += 10>> <</if>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 60>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 3>> <<if random(1,100) > 60>> <<set $args[0].butt += 1>> <</if>> <</if>> <<if $args[0].voice == 3>> <<if random(1,100) > 60>> <<set $args[0].voice -= 1>> <</if>> <</if>> <<if $args[0].boobs < 400>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -20>> <<if random(1,100) > 60>> <<set $args[0].waist -= 5>> <</if>> <</if>> <</if>> <<case 14>> <<if $args[0].hormoneBalance >= 200>> <<if $args[0].height <= 171>> <<set $args[0].height += either(4,4,5,5)>> <<elseif $args[0].height <= 173>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 20>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].boobs < 800>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -60>> <<if random(1,100) > 20>> <<set $args[0].waist -= 5>> <</if>> <</if>> <<set $args[0].boobs += 100>> <<elseif $args[0].hormoneBalance >= 100>> <<if $args[0].height <= 171>> <<set $args[0].height += either(4,4,5,5,5)>> <<elseif $args[0].height <= 173>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 40>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].boobs < 700>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -30>> <<if random(1,100) > 20>> <<set $args[0].waist -= 5>> <</if>> <</if>> <<set $args[0].boobs += 50>> <<elseif $args[0].hormoneBalance <= -200>> <<if $args[0].height <= 171>> <<set $args[0].height += either(5,5,5,6,6)>> <<elseif $args[0].height <= 173>> <<set $args[0].height += 3>> <</if>> <<if $args[0].boobs > 200>> <<set $args[0].boobs -= 100>> <</if>> <<if $args[0].clit > 0 && $args[0].clit < 4>> <<if random(1,100) > 50>> <<set $args[0].clit += 1>> <</if>> <</if>> <<if $args[0].waist < 60>> <<if random(1,100) > 20>> <<set $args[0].waist += 5>> <</if>> <</if>> <<elseif $args[0].hormoneBalance <= -100>> <<if $args[0].height <= 171>> <<set $args[0].height += either(4,5,5,5,6)>> <<elseif $args[0].height <= 173>> <<set $args[0].height += 3>> <</if>> <<if $args[0].boobs > 200>> <<set $args[0].boobs -= 50>> <</if>> <<if $args[0].clit > 0 && $args[0].clit < 4>> <<if random(1,100) > 70>> <<set $args[0].clit += 1>> <</if>> <</if>> <<if $args[0].waist < 30>> <<if random(1,100) > 20>> <<set $args[0].waist += 5>> <</if>> <</if>> <<else>> <<if $args[0].height <= 171>> <<set $args[0].height += either(4,4,5,5,5,6)>> <<elseif $args[0].height <= 173>> <<set $args[0].height += 2>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 60>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].boobs < 500>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -20>> <<if random(1,100) > 60>> <<set $args[0].waist -= 5>> <</if>> <</if>> <</if>> <<case 15>> <<if $args[0].hormoneBalance >= 200>> <<if $args[0].height <= 174>> <<set $args[0].height += either(0,0,1,1)>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 20>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].boobs < 900>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -60>> <<if random(1,100) > 20>> <<set $args[0].waist -= 5>> <</if>> <</if>> <<set $args[0].boobs += 100>> <<elseif $args[0].hormoneBalance >= 100>> <<if $args[0].height <= 174>> <<set $args[0].height += either(0,0,1,1,1)>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 40>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].boobs < 800>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -30>> <<if random(1,100) > 20>> <<set $args[0].waist -= 5>> <</if>> <</if>> <<set $args[0].boobs += 50>> <<elseif $args[0].hormoneBalance <= -200>> <<if $args[0].height <= 174>> <<set $args[0].height += either(1,1,1,2,2)>> <</if>> <<if $args[0].boobs > 200>> <<set $args[0].boobs -= 100>> <</if>> <<if $args[0].clit > 0 && $args[0].clit < 4>> <<if random(1,100) > 50>> <<set $args[0].clit += 1>> <</if>> <</if>> <<if $args[0].waist < 60>> <<if random(1,100) > 20>> <<set $args[0].waist += 5>> <</if>> <</if>> <<elseif $args[0].hormoneBalance <= -100>> <<if $args[0].height <= 174>> <<set $args[0].height += either(0,1,1,1,2)>> <</if>> <<if $args[0].boobs > 200>> <<set $args[0].boobs -= 50>> <</if>> <<if $args[0].clit > 0 && $args[0].clit < 4>> <<if random(1,100) > 70>> <<set $args[0].clit += 1>> <</if>> <</if>> <<if $args[0].waist < 30>> <<if random(1,100) > 20>> <<set $args[0].waist += 5>> <</if>> <</if>> <<else>> <<if $args[0].height <= 174>> <<set $args[0].height += either(0,0,1,1,1,2)>> <</if>> <<if $args[0].boobs < 500>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -20>> <<if random(1,100) > 60>> <<set $args[0].waist -= 5>> <</if>> <</if>> <</if>> <<case 16>> <<if $args[0].hormoneBalance >= 200>> <<if $args[0].height <= 174>> <<set $args[0].height += either(0,0,1,1)>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 20>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].boobs < 1200>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -60>> <<if random(1,100) > 20>> <<set $args[0].waist -= 5>> <</if>> <</if>> <<set $args[0].boobs += 100>> <<elseif $args[0].hormoneBalance >= 100>> <<if $args[0].height <= 174>> <<set $args[0].height += either(0,0,1,1,1)>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 40>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].boobs < 1000>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -30>> <<if random(1,100) > 20>> <<set $args[0].waist -= 5>> <</if>> <</if>> <<set $args[0].boobs += 50>> <<elseif $args[0].hormoneBalance <= -200>> <<if $args[0].height <= 174>> <<set $args[0].height += either(1,1,1,2,2)>> <</if>> <<if $args[0].boobs > 200>> <<set $args[0].boobs -= 100>> <</if>> <<if $args[0].clit > 0 && $args[0].clit < 4>> <<if random(1,100) > 50>> <<set $args[0].clit += 1>> <</if>> <</if>> <<if $args[0].waist < 60>> <<if random(1,100) > 20>> <<set $args[0].waist += 5>> <</if>> <</if>> <<elseif $args[0].hormoneBalance <= -100>> <<if $args[0].height <= 174>> <<set $args[0].height += either(0,1,1,1,2)>> <</if>> <<if $args[0].boobs > 200>> <<set $args[0].boobs -= 50>> <</if>> <<if $args[0].clit > 0 && $args[0].clit < 4>> <<if random(1,100) > 70>> <<set $args[0].clit += 1>> <</if>> <</if>> <<if $args[0].waist < 30>> <<if random(1,100) > 20>> <<set $args[0].waist += 5>> <</if>> <</if>> <<else>> <<if $args[0].height <= 174>> <<set $args[0].height += either(0,0,1,1,1,2)>> <</if>> <<if $args[0].boobs < 800>> <<if random(1,100) > 50>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -20>> <<if random(1,100) > 60>> <<set $args[0].waist -= 5>> <</if>> <</if>> <</if>> <<case 17>> <<if $args[0].hormoneBalance >= 200>> <<if $args[0].height <= 174>> <<set $args[0].height += either(0,0,1,1)>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 20>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].boobs < 1600>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -60>> <<if random(1,100) > 20>> <<set $args[0].waist -= 5>> <</if>> <</if>> <<set $args[0].boobs += 100>> <<elseif $args[0].hormoneBalance >= 100>> <<if $args[0].height <= 174>> <<set $args[0].height += either(0,0,1,1,1)>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 40>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].boobs < 1200>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -30>> <<if random(1,100) > 20>> <<set $args[0].waist -= 5>> <</if>> <</if>> <<set $args[0].boobs += 50>> <<elseif $args[0].hormoneBalance <= -200>> <<if $args[0].height <= 174>> <<set $args[0].height += either(1,1,1,2,2)>> <</if>> <<if $args[0].boobs > 200>> <<set $args[0].boobs -= 100>> <</if>> <<if $args[0].clit > 0 && $args[0].clit < 4>> <<if random(1,100) > 50>> <<set $args[0].clit += 1>> <</if>> <</if>> <<if $args[0].waist < 60>> <<if random(1,100) > 20>> <<set $args[0].waist += 5>> <</if>> <</if>> <<elseif $args[0].hormoneBalance <= -100>> <<if $args[0].height <= 174>> <<set $args[0].height += either(0,1,1,1,2)>> <</if>> <<if $args[0].boobs > 200>> <<set $args[0].boobs -= 50>> <</if>> <<if $args[0].clit > 0 && $args[0].clit < 4>> <<if random(1,100) > 70>> <<set $args[0].clit += 1>> <</if>> <</if>> <<if $args[0].waist < 30>> <<if random(1,100) > 20>> <<set $args[0].waist += 5>> <</if>> <</if>> <<else>> <<if $args[0].height <= 174>> <<set $args[0].height += either(0,0,1,1,1,2)>> <</if>> <<if $args[0].boobs < 800>> <<if random(1,100) > 60>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -20>> <<if random(1,100) > 60>> <<set $args[0].waist -= 5>> <</if>> <</if>> <</if>> <<case 18>> <<if $args[0].hormoneBalance >= 200>> <<if $args[0].height <= 174>> <<set $args[0].height += either(0,0,1,1)>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 20>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].boobs < 2000>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -60>> <<if random(1,100) > 20>> <<set $args[0].waist -= 5>> <</if>> <</if>> <<set $args[0].boobs += 100>> <<elseif $args[0].hormoneBalance >= 100>> <<if $args[0].height <= 174>> <<set $args[0].height += either(0,0,1,1,1)>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 40>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].boobs < 1600>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -30>> <<if random(1,100) > 20>> <<set $args[0].waist -= 5>> <</if>> <</if>> <<set $args[0].boobs += 50>> <<elseif $args[0].hormoneBalance <= -200>> <<if $args[0].height <= 174>> <<set $args[0].height += either(1,1,1,2,2)>> <</if>> <<if $args[0].boobs > 200>> <<set $args[0].boobs -= 100>> <</if>> <<if $args[0].clit > 0 && $args[0].clit < 4>> <<if random(1,100) > 50>> <<set $args[0].clit += 1>> <</if>> <</if>> <<if $args[0].waist < 60>> <<if random(1,100) > 20>> <<set $args[0].waist += 5>> <</if>> <</if>> <<elseif $args[0].hormoneBalance <= -100>> <<if $args[0].height <= 174>> <<set $args[0].height += either(0,1,1,1,2)>> <</if>> <<if $args[0].boobs > 200>> <<set $args[0].boobs -= 50>> <</if>> <<if $args[0].clit > 0 && $args[0].clit < 4>> <<if random(1,100) > 70>> <<set $args[0].clit += 1>> <</if>> <</if>> <<if $args[0].waist < 30>> <<if random(1,100) > 20>> <<set $args[0].waist += 5>> <</if>> <</if>> <<else>> <<if $args[0].height <= 174>> <<set $args[0].height += either(0,0,1,1,1,2)>> <</if>> <<if $args[0].boobs < 800>> <<if random(1,100) > 70>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -20>> <<if random(1,100) > 60>> <<set $args[0].waist -= 5>> <</if>> <</if>> <</if>> <</switch>> <<elseif $args[0].genes == "XY">> /* shota becoming a man WIP*/ <<switch $args[0].physicalAge>> <<case 3>> <<if $args[0].hormoneBalance >= 200>> <<if $args[0].height <= 91>> <<set $args[0].height += either(8,8,9,9)>> <<elseif $args[0].height <= 101>> <<set $args[0].height += 5>> <</if>> <<elseif $args[0].hormoneBalance >= 100>> <<if $args[0].height <= 91>> <<set $args[0].height += either(8,8,9,9,9)>> <<elseif $args[0].height <= 101>> <<set $args[0].height += 5>> <</if>> <<elseif $args[0].hormoneBalance <= -200>> <<if $args[0].height <= 91>> <<set $args[0].height += either(9,9,9,10,10)>> <<elseif $args[0].height <= 101>> <<set $args[0].height += 5>> <</if>> <<elseif $args[0].hormoneBalance <= -100>> <<if $args[0].height <= 91>> <<set $args[0].height += either(8,9,9,9,10)>> <<elseif $args[0].height <= 101>> <<set $args[0].height += 5>> <</if>> <<else>> <<if $args[0].height <= 91>> <<set $args[0].height += either(8,8,9,9,9,10)>> <<elseif $args[0].height <= 101>> <<set $args[0].height += 5>> <</if>> <</if>> <<case 4>> <<if $args[0].hormoneBalance >= 200>> <<if $args[0].height <= 101>> <<set $args[0].height += either(6,6,7,7)>> <<elseif $args[0].height <= 109>> <<set $args[0].height += 4>> <</if>> <<elseif $args[0].hormoneBalance >= 100>> <<if $args[0].height <= 101>> <<set $args[0].height += either(6,6,7,7,7)>> <<elseif $args[0].height <= 109>> <<set $args[0].height += 4>> <</if>> <<elseif $args[0].hormoneBalance <= -200>> <<if $args[0].height <= 101>> <<set $args[0].height += either(7,7,7,8,8)>> <<elseif $args[0].height <= 109>> <<set $args[0].height += 4>> <</if>> <<elseif $args[0].hormoneBalance <= -100>> <<if $args[0].height <= 101>> <<set $args[0].height += either(6,7,7,7,8)>> <<elseif $args[0].height <= 109>> <<set $args[0].height += 4>> <</if>> <<else>> <<if $args[0].height <= 101>> <<set $args[0].height += either(6,6,7,7,7,8)>> <<elseif $args[0].height <= 109>> <<set $args[0].height += 4>> <</if>> <</if>> <<case 5>> <<if $args[0].hormoneBalance >= 200>> <<if $args[0].height <= 109>> <<set $args[0].height += either(6,6,7,7)>> <<elseif $args[0].height <= 116>> <<set $args[0].height += 4>> <</if>> <<elseif $args[0].hormoneBalance >= 100>> <<if $args[0].height <= 109>> <<set $args[0].height += either(6,6,7,7,7)>> <<elseif $args[0].height <= 116>> <<set $args[0].height += 4>> <</if>> <<elseif $args[0].hormoneBalance <= -200>> <<if $args[0].height <= 109>> <<set $args[0].height += either(7,7,7,8,8)>> <<elseif $args[0].height <= 116>> <<set $args[0].height += 4>> <</if>> <<elseif $args[0].hormoneBalance <= -100>> <<if $args[0].height <= 109>> <<set $args[0].height += either(6,7,7,7,8)>> <<elseif $args[0].height <= 116>> <<set $args[0].height += 4>> <</if>> <<else>> <<if $args[0].height <= 109>> <<set $args[0].height += either(6,6,7,7,7,8)>> <<elseif $args[0].height <= 116>> <<set $args[0].height += 4>> <</if>> <</if>> <<case 6>> <<if $args[0].hormoneBalance >= 200>> <<if $args[0].height <= 116>> <<set $args[0].height += either(5,5,6,6)>> <<elseif $args[0].height <= 124>> <<set $args[0].height += 3>> <</if>> <<elseif $args[0].hormoneBalance >= 100>> <<if $args[0].height <= 116>> <<set $args[0].height += either(5,5,6,6,6)>> <<elseif $args[0].height <= 124>> <<set $args[0].height += 3>> <</if>> <<elseif $args[0].hormoneBalance <= -200>> <<if $args[0].height <= 116>> <<set $args[0].height += either(6,6,6,7,7)>> <<elseif $args[0].height <= 124>> <<set $args[0].height += 3>> <</if>> <<elseif $args[0].hormoneBalance <= -100>> <<if $args[0].height <= 116>> <<set $args[0].height += either(5,6,6,6,7)>> <<elseif $args[0].height <= 124>> <<set $args[0].height += 3>> <</if>> <<else>> <<if $args[0].height <= 116>> <<set $args[0].height += either(5,5,6,6,6,7)>> <<elseif $args[0].height <= 124>> <<set $args[0].height += 3>> <</if>> <</if>> <<case 7>> <<if $args[0].hormoneBalance >= 200>> <<if $args[0].height <= 124>> <<set $args[0].height += either(7,7,8,8)>> <<elseif $args[0].height <= 131>> <<set $args[0].height += 3>> <</if>> <<elseif $args[0].hormoneBalance >= 100>> <<if $args[0].height <= 124>> <<set $args[0].height += either(7,7,8,8,8)>> <<elseif $args[0].height <= 131>> <<set $args[0].height += 3>> <</if>> <<elseif $args[0].hormoneBalance <= -200>> <<if $args[0].height <= 124>> <<set $args[0].height += either(8,8,8,9,9)>> <<elseif $args[0].height <= 131>> <<set $args[0].height += 3>> <</if>> <<elseif $args[0].hormoneBalance <= -100>> <<if $args[0].height <= 124>> <<set $args[0].height += either(7,8,8,8,9)>> <<elseif $args[0].height <= 131>> <<set $args[0].height += 3>> <</if>> <<else>> <<if $args[0].height <= 124>> <<set $args[0].height += either(7,7,8,8,8,9)>> <<elseif $args[0].height <= 131>> <<set $args[0].height += 4>> <</if>> <</if>> <<case 8>> <<if $args[0].hormoneBalance >= 200>> <<if $args[0].height <= 131>> <<set $args[0].height += either(5,5,6,6)>> <<elseif $args[0].height <= 137>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 90>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 3>> <<if random(1,100) > 80>> <<set $args[0].butt += 1>> <</if>> <</if>> <<set $args[0].boobs += 50>> <<elseif $args[0].hormoneBalance >= 100>> <<if $args[0].height <= 131>> <<set $args[0].height += either(5,5,6,6,6)>> <<elseif $args[0].height <= 137>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 95>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 3>> <<if random(1,100) > 90>> <<set $args[0].butt += 1>> <</if>> <</if>> <<set $args[0].boobs += 25>> <<elseif $args[0].hormoneBalance <= -200>> <<if $args[0].height <= 131>> <<set $args[0].height += either(6,6,6,7,7)>> <<elseif $args[0].height <= 137>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 99>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 3>> <<if random(1,100) > 90>> <<set $args[0].butt += 1>> <</if>> <</if>> <<if $args[0].dick > 0 && $args[0].dick < 6>> <<if random(1,100) > 70>> <<set $args[0].dick += 1>> <<if $args[0].foreskin > 0>> <<set $args[0].foreskin += 1>> <</if>> <</if>> <</if>> <<if $args[0].balls > 0 && $args[0].balls < 6>> <<if random(1,100) > 10>> <<set $args[0].balls += 1>> <<if $args[0].scrotum > 0>> <<set $args[0].scrotum += 1>> <</if>> <</if>> <</if>> <<elseif $args[0].hormoneBalance <= -100>> <<if $args[0].height <= 131>> <<set $args[0].height += either(5,6,6,6,7)>> <<elseif $args[0].height <= 137>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 95>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 3>> <<if random(1,100) >80>> <<set $args[0].butt += 1>> <</if>> <</if>> <<if $args[0].dick > 0 && $args[0].dick < 6>> <<if random(1,100) > 90>> <<set $args[0].dick += 1>> <<if $args[0].foreskin > 0>> <<set $args[0].foreskin += 1>> <</if>> <</if>> <</if>> <<if $args[0].balls > 0 && $args[0].balls < 6>> <<if random(1,100) > 30>> <<set $args[0].balls += 1>> <<if $args[0].scrotum > 0>> <<set $args[0].scrotum += 1>> <</if>> <</if>> <</if>> <<else>> <<if $args[0].height <= 131>> <<set $args[0].height += either(5,5,6,6,6,7)>> <<elseif $args[0].height <= 137>> <<set $args[0].height += 3>> <</if>> <<if $args[0].balls > 0 && $args[0].balls < 6>> <<if random(1,100) > 50>> <<set $args[0].balls += 1>> <<if $args[0].scrotum > 0>> <<set $args[0].scrotum += 1>> <</if>> <</if>> <</if>> <</if>> <<case 9>> <<if $args[0].hormoneBalance >= 200>> <<if $args[0].height <= 137>> <<set $args[0].height += either(4,4,5,5,)>> <<elseif $args[0].height <= 144>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 90>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 3>> <<if random(1,100) > 80>> <<set $args[0].butt += 1>> <</if>> <</if>> <<set $args[0].boobs += 50>> <<elseif $args[0].hormoneBalance >= 100>> <<if $args[0].height <= 137>> <<set $args[0].height += either(4,4,5,5,5)>> <<elseif $args[0].height <= 144>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 95>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 3>> <<if random(1,100) > 90>> <<set $args[0].butt += 1>> <</if>> <</if>> <<set $args[0].boobs += 25>> <<elseif $args[0].hormoneBalance <= -200>> <<if $args[0].height <= 137>> <<set $args[0].height += either(5,5,5,6,6)>> <<elseif $args[0].height <= 144>> <<set $args[0].height += 3>> <</if>> <<elseif $args[0].hormoneBalance <= -100>> <<if $args[0].height <= 137>> <<set $args[0].height += either(4,5,5,5,6)>> <<elseif $args[0].height <= 144>> <<set $args[0].height += 3>> <</if>> <<else>> <<if $args[0].height <= 137>> <<set $args[0].height += either(4,4,5,5,5,6)>> <<elseif $args[0].height <= 144>> <<set $args[0].height += 3>> <</if>> <</if>> <<case 10>> <<if $args[0].hormoneBalance >= 200>> <<if $args[0].height <= 144>> <<set $args[0].height += either(6,6,7,7)>> <<elseif $args[0].height <= 156>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 90>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 3>> <<if random(1,100) > 80>> <<set $args[0].butt += 1>> <</if>> <</if>> <<set $args[0].boobs += 50>> <<elseif $args[0].hormoneBalance >= 100>> <<if $args[0].height <= 144>> <<set $args[0].height += either(6,6,7,7,7)>> <<elseif $args[0].height <= 156>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 95>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 3>> <<if random(1,100) > 90>> <<set $args[0].butt += 1>> <</if>> <</if>> <<set $args[0].boobs += 25>> <<elseif $args[0].hormoneBalance <= -200>> <<if $args[0].height <= 144>> <<set $args[0].height += either(7,7,7,8,8)>> <<elseif $args[0].height <= 156>> <<set $args[0].height += 3>> <</if>> <<if $args[0].dick > 0 && $args[0].dick < 6>> <<if random(1,100) > 70>> <<set $args[0].dick += 1>> <<if $args[0].foreskin > 0>> <<set $args[0].foreskin += 1>> <</if>> <</if>> <</if>> <<if $args[0].balls > 0 && $args[0].balls < 6>> <<if random(1,100) > 70>> <<set $args[0].balls += 1>> <<if $args[0].scrotum > 0>> <<set $args[0].scrotum += 1>> <</if>> <</if>> <</if>> <<elseif $args[0].hormoneBalance <= -100>> <<if $args[0].height <= 144>> <<set $args[0].height += either(6,7,7,7,8)>> <<elseif $args[0].height <= 156>> <<set $args[0].height += 3>> <</if>> <<if $args[0].dick > 0 && $args[0].dick < 6>> <<if random(1,100) > 90>> <<set $args[0].dick += 1>> <<if $args[0].foreskin > 0>> <<set $args[0].foreskin += 1>> <</if>> <</if>> <</if>> <<if $args[0].balls > 0 && $args[0].balls < 6>> <<if random(1,100) > 90>> <<set $args[0].balls += 1>> <<if $args[0].scrotum > 0>> <<set $args[0].scrotum += 1>> <</if>> <</if>> <</if>> <<else>> <<if $args[0].height <= 144>> <<set $args[0].height += either(6,6,7,7,7,8)>> <<elseif $args[0].height <= 156>> <<set $args[0].height += 4>> <</if>> <</if>> <<case 11>> <<if $args[0].hormoneBalance >= 200>> <<if $args[0].height <= 156>> <<set $args[0].height += either(5,5,6,6)>> <<elseif $args[0].height <= 163>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 20>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 3>> <<if random(1,100) > 20>> <<set $args[0].butt += 1>> <</if>> <</if>> <<set $args[0].boobs += 50>> <<elseif $args[0].hormoneBalance >= 100>> <<if $args[0].height <= 156>> <<set $args[0].height += either(5,5,6,6,6)>> <<elseif $args[0].height <= 163>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 40>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 3>> <<if random(1,100) > 40>> <<set $args[0].butt += 1>> <</if>> <</if>> <<set $args[0].boobs += 25>> <<elseif $args[0].hormoneBalance <= -200>> <<if $args[0].height <= 156>> <<set $args[0].height += either(6,6,6,7,7)>> <<elseif $args[0].height <= 163>> <<set $args[0].height += 3>> <</if>> <<if $args[0].boobs > 200>> <<set $args[0].boobs -= 100>> <</if>> <<if $args[0].dick > 0 && $args[0].dick < 6>> <<if random(1,100) > 70>> <<set $args[0].dick += 1>> <<if $args[0].foreskin > 0>> <<set $args[0].foreskin += 1>> <</if>> <</if>> <</if>> <<if $args[0].balls > 0 && $args[0].balls < 6>> <<if random(1,100) > 70>> <<set $args[0].balls += 1>> <<if $args[0].scrotum > 0>> <<set $args[0].scrotum += 1>> <</if>> <</if>> <</if>> <<elseif $args[0].hormoneBalance <= -100>> <<if $args[0].height <= 156>> <<set $args[0].height += either(5,6,6,6,7)>> <<elseif $args[0].height <= 163>> <<set $args[0].height += 3>> <</if>> <<if $args[0].boobs > 200>> <<set $args[0].boobs -= 50>> <</if>> <<if $args[0].dick > 0 && $args[0].dick < 6>> <<if random(1,100) > 90>> <<set $args[0].dick += 1>> <<if $args[0].foreskin > 0>> <<set $args[0].foreskin += 1>> <</if>> <</if>> <</if>> <<if $args[0].balls > 0 && $args[0].balls < 6>> <<if random(1,100) > 90>> <<set $args[0].balls += 1>> <<if $args[0].scrotum > 0>> <<set $args[0].scrotum += 1>> <</if>> <</if>> <</if>> <<else>> <<if $args[0].height <= 156>> <<set $args[0].height += either(5,5,6,6,6,7)>> <<elseif $args[0].height <= 163>> <<set $args[0].height += 3>> <</if>> <</if>> <<case 12>> <<if $args[0].hormoneBalance >= 200>> <<if $args[0].height <= 163>> <<set $args[0].height += either(6,6,7,7)>> <<elseif $args[0].height <= 168>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 20>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 4>> <<if random(1,100) > 20>> <<set $args[0].butt += 1>> <</if>> <</if>> <<if $args[0].waist > -30>> <<if random(1,100) > 20>> <<set $args[0].waist -= 5>> <</if>> <</if>> <<set $args[0].boobs += 50>> <<elseif $args[0].hormoneBalance >= 100>> <<if $args[0].height <= 163>> <<set $args[0].height += either(6,6,7,7,7)>> <<elseif $args[0].height <= 168>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 40>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 4>> <<if random(1,100) > 40>> <<set $args[0].butt += 1>> <</if>> <</if>> <<if $args[0].waist > -15>> <<if random(1,100) > 20>> <<set $args[0].waist -= 5>> <</if>> <</if>> <<set $args[0].boobs += 25>> <<elseif $args[0].hormoneBalance <= -200>> <<if $args[0].height <= 168>> <<set $args[0].height += either(7,7,7,8,8)>> <<elseif $args[0].height <= 171>> <<set $args[0].height += 3>> <</if>> <<if $args[0].boobs > 200>> <<set $args[0].boobs -= 100>> <</if>> <<if $args[0].dick > 0 && $args[0].dick < 6>> <<if random(1,100) > 70>> <<set $args[0].dick += 1>> <<if $args[0].foreskin > 0>> <<set $args[0].foreskin += 1>> <</if>> <</if>> <</if>> <<if $args[0].balls > 0 && $args[0].balls < 6>> <<if random(1,100) > 70>> <<set $args[0].balls += 1>> <<if $args[0].scrotum > 0>> <<set $args[0].scrotum += 1>> <</if>> <</if>> <</if>> <<if $args[0].waist < 90>> <<if random(1,100) > 20>> <<set $args[0].waist += 5>> <</if>> <</if>> <<elseif $args[0].hormoneBalance <= -100>> <<if $args[0].height <= 163>> <<set $args[0].height += either(6,7,7,7,8)>> <<elseif $args[0].height <= 168>> <<set $args[0].height += 3>> <</if>> <<if $args[0].boobs > 200>> <<set $args[0].boobs -= 50>> <</if>> <<if $args[0].dick > 0 && $args[0].dick < 6>> <<if random(1,100) > 90>> <<set $args[0].dick += 1>> <<if $args[0].foreskin > 0>> <<set $args[0].foreskin += 1>> <</if>> <</if>> <</if>> <<if $args[0].balls > 0 && $args[0].balls < 6>> <<if random(1,100) > 90>> <<set $args[0].balls += 1>> <<if $args[0].scrotum > 0>> <<set $args[0].scrotum += 1>> <</if>> <</if>> <</if>> <<if $args[0].waist < 60>> <<if random(1,100) > 20>> <<set $args[0].waist += 5>> <</if>> <</if>> <<else>> <<if $args[0].height <= 168>> <<set $args[0].height += either(6,6,7,7,7,8)>> <<elseif $args[0].height <= 171>> <<set $args[0].height += 3>> <</if>> <<if $args[0].waist < 20>> <<if random(1,100) > 60>> <<set $args[0].waist += 5>> <</if>> <</if>> <</if>> <<case 13>> <<if $args[0].hormoneBalance >= 200>> <<if $args[0].height <= 168>> <<set $args[0].height += either(5,5,6,6)>> <<elseif $args[0].height <= 171>> <<set $args[0].height += 3>> <</if>> <<if $args[0].face > 60>> <<if random(1,100) > 80>> <<set $args[0].face += 5>> <</if>> <<elseif $args[0].face <= 60>> <<if random(1,100) > 50>> <<set $args[0].face += 10>> <</if>> <</if>> <<if $args[0].voice < 2>> <<if random(1,100) > 50>> <<set $args[0].voice -= 1>> <</if>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 20>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 4>> <<if random(1,100) > 20>> <<set $args[0].butt += 1>> <</if>> <</if>> <<if $args[0].boobs < 1000>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -30>> <<if random(1,100) > 20>> <<set $args[0].waist -= 5>> <</if>> <</if>> <<set $args[0].boobs += 50>> <<elseif $args[0].hormoneBalance >= 100>> <<if $args[0].height <= 186>> <<set $args[0].height += either(5,5,6,6,6)>> <<elseif $args[0].height <= 171>> <<set $args[0].height += 3>> <</if>> <<if $args[0].face < 60>> <<if random(1,100) > 80>> <<set $args[0].face += 10>> <</if>> <</if>> <<if $args[0].voice < 3>> <<if random(1,100) > 50>> <<set $args[0].voice -= 1>> <</if>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 40>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].butt < 4>> <<if random(1,100) > 40>> <<set $args[0].butt += 1>> <</if>> <</if>> <<if $args[0].boobs < 900>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -15>> <<if random(1,100) > 20>> <<set $args[0].waist -= 5>> <</if>> <</if>> <<set $args[0].boobs += 25>> <<elseif $args[0].hormoneBalance <= -200>> <<if $args[0].height <= 168>> <<set $args[0].height += either(6,6,6,7,7)>> <<elseif $args[0].height <= 171>> <<set $args[0].height += 3>> <</if>> <<if $args[0].voice > 1>> <<if random(1,100) > 10>> <<set $args[0].voice -= 1>> <</if>> <</if>> <<if $args[0].boobs > 200>> <<set $args[0].boobs -= 50>> <</if>> <<if $args[0].dick > 0 && $args[0].dick < 6>> <<if random(1,100) > 50>> <<set $args[0].dick += 1>> <<if $args[0].foreskin > 0>> <<set $args[0].foreskin += 1>> <</if>> <</if>> <</if>> <<if $args[0].balls > 0 && $args[0].balls < 6>> <<if random(1,100) > 50>> <<set $args[0].balls += 1>> <<if $args[0].scrotum > 0>> <<set $args[0].scrotum += 1>> <</if>> <</if>> <</if>> <<if $args[0].waist < 90>> <<if random(1,100) > 20>> <<set $args[0].waist += 5>> <</if>> <</if>> <<elseif $args[0].hormoneBalance <= -100>> <<if $args[0].height <= 168>> <<set $args[0].height += either(5,6,6,6,7)>> <<elseif $args[0].height <= 171>> <<set $args[0].height += 3>> <</if>> <<if $args[0].voice > 1>> <<if random(1,100) > 30>> <<set $args[0].voice -= 1>> <</if>> <</if>> <<if $args[0].boobs > 200>> <<set $args[0].boobs -= 50>> <</if>> <<if $args[0].dick > 0 && $args[0].dick < 6>> <<if random(1,100) > 70>> <<set $args[0].dick += 1>> <<if $args[0].foreskin > 0>> <<set $args[0].foreskin += 1>> <</if>> <</if>> <</if>> <<if $args[0].balls > 0 && $args[0].balls < 6>> <<if random(1,100) > 70>> <<set $args[0].balls += 1>> <<if $args[0].scrotum > 0>> <<set $args[0].scrotum += 1>> <</if>> <</if>> <</if>> <<if $args[0].waist < 60>> <<if random(1,100) > 20>> <<set $args[0].waist += 5>> <</if>> <</if>> <<else>> <<if $args[0].height <= 168>> <<set $args[0].height += either(5,5,6,6,6,7)>> <<elseif $args[0].height <= 171>> <<set $args[0].height += 3>> <</if>> <<if $args[0].voice > 1>> <<if random(1,100) > 60>> <<set $args[0].voice -= 1>> <</if>> <</if>> <<if $args[0].dick > 0 && $args[0].dick < 6>> <<if random(1,100) > 50>> <<set $args[0].dick += 1>> <<if $args[0].foreskin > 0>> <<set $args[0].foreskin += 1>> <</if>> <</if>> <</if>> <<if $args[0].balls > 0 && $args[0].balls < 6>> <<if random(1,100) > 50>> <<set $args[0].balls += 1>> <<if $args[0].scrotum > 0>> <<set $args[0].scrotum += 1>> <</if>> <</if>> <</if>> <<if $args[0].waist < 20>> <<if random(1,100) > 60>> <<set $args[0].waist += 5>> <</if>> <</if>> <</if>> <<case 14>> <<if $args[0].hormoneBalance >= 200>> <<if $args[0].height <= 171>> <<set $args[0].height += either(4,4,5,5)>> <<elseif $args[0].height <= 173>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 20>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].boobs < 800>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -30>> <<if random(1,100) > 20>> <<set $args[0].waist -= 5>> <</if>> <</if>> <<set $args[0].boobs += 100>> <<elseif $args[0].hormoneBalance >= 100>> <<if $args[0].height <= 171>> <<set $args[0].height += either(4,4,5,5,5)>> <<elseif $args[0].height <= 173>> <<set $args[0].height += 3>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 40>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].boobs < 700>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -15>> <<if random(1,100) > 20>> <<set $args[0].waist -= 5>> <</if>> <</if>> <<set $args[0].boobs += 50>> <<elseif $args[0].hormoneBalance <= -200>> <<if $args[0].height <= 171>> <<set $args[0].height += either(5,5,5,6,6)>> <<elseif $args[0].height <= 173>> <<set $args[0].height += 3>> <</if>> <<if $args[0].boobs > 200>> <<set $args[0].boobs -= 100>> <</if>> <<if $args[0].dick > 0 && $args[0].dick < 6>> <<if random(1,100) > 20>> <<set $args[0].dick += 1>> <<if $args[0].foreskin > 0>> <<set $args[0].foreskin += 1>> <</if>> <</if>> <</if>> <<if $args[0].balls > 0 && $args[0].balls < 6>> <<if random(1,100) > 20>> <<set $args[0].balls += 1>> <<if $args[0].scrotum > 0>> <<set $args[0].scrotum += 1>> <</if>> <</if>> <</if>> <<if $args[0].waist < 90>> <<if random(1,100) > 20>> <<set $args[0].waist += 5>> <</if>> <</if>> <<elseif $args[0].hormoneBalance <= -100>> <<if $args[0].height <= 171>> <<set $args[0].height += either(4,5,5,5,6)>> <<elseif $args[0].height <= 173>> <<set $args[0].height += 3>> <</if>> <<if $args[0].boobs > 200>> <<set $args[0].boobs -= 50>> <</if>> <<if $args[0].dick > 0 && $args[0].dick < 6>> <<if random(1,100) > 40>> <<set $args[0].dick += 1>> <<if $args[0].foreskin > 0>> <<set $args[0].foreskin += 1>> <</if>> <</if>> <</if>> <<if $args[0].balls > 0 && $args[0].balls < 6>> <<if random(1,100) > 40>> <<set $args[0].balls += 1>> <<if $args[0].scrotum > 0>> <<set $args[0].scrotum += 1>> <</if>> <</if>> <</if>> <<if $args[0].waist < 60>> <<if random(1,100) > 20>> <<set $args[0].waist += 5>> <</if>> <</if>> <<else>> <<if $args[0].height <= 171>> <<set $args[0].height += either(4,4,5,5,5,6)>> <<elseif $args[0].height <= 173>> <<set $args[0].height += 2>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 60>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].dick > 0 && $args[0].dick < 6>> <<if random(1,100) > 50>> <<set $args[0].dick += 1>> <<if $args[0].foreskin > 0>> <<set $args[0].foreskin += 1>> <</if>> <</if>> <</if>> <<if $args[0].balls > 0 && $args[0].balls < 6>> <<if random(1,100) > 50>> <<set $args[0].balls += 1>> <<if $args[0].scrotum > 0>> <<set $args[0].scrotum += 1>> <</if>> <</if>> <</if>> <<if $args[0].waist < 20>> <<if random(1,100) > 60>> <<set $args[0].waist += 5>> <</if>> <</if>> <</if>> <<case 15>> <<if $args[0].hormoneBalance >= 200>> <<if $args[0].height <= 174>> <<set $args[0].height += either(0,0,1,1)>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 20>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].boobs < 900>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -30>> <<if random(1,100) > 20>> <<set $args[0].waist -= 5>> <</if>> <</if>> <<set $args[0].boobs += 100>> <<elseif $args[0].hormoneBalance >= 100>> <<if $args[0].height <= 174>> <<set $args[0].height += either(0,0,1,1,1)>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 40>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].boobs < 800>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -15>> <<if random(1,100) > 20>> <<set $args[0].waist -= 5>> <</if>> <</if>> <<set $args[0].boobs += 50>> <<elseif $args[0].hormoneBalance <= -200>> <<if $args[0].height <= 174>> <<set $args[0].height += either(1,1,1,2,2)>> <</if>> <<if $args[0].boobs > 200>> <<set $args[0].boobs -= 100>> <</if>> <<if $args[0].dick > 0 && $args[0].dick < 6>> <<if random(1,100) > 20>> <<set $args[0].dick += 1>> <<if $args[0].foreskin > 0>> <<set $args[0].foreskin += 1>> <</if>> <</if>> <</if>> <<if $args[0].balls > 0 && $args[0].balls < 6>> <<if random(1,100) > 20>> <<set $args[0].balls += 1>> <<if $args[0].scrotum > 0>> <<set $args[0].scrotum += 1>> <</if>> <</if>> <</if>> <<if $args[0].waist < 90>> <<if random(1,100) > 20>> <<set $args[0].waist += 5>> <</if>> <</if>> <<elseif $args[0].hormoneBalance <= -100>> <<if $args[0].height <= 174>> <<set $args[0].height += either(0,1,1,1,2)>> <</if>> <<if $args[0].boobs > 200>> <<set $args[0].boobs -= 50>> <</if>> <<if $args[0].dick > 0 && $args[0].dick < 6>> <<if random(1,100) > 40>> <<set $args[0].dick += 1>> <</if>> <</if>> <<if $args[0].balls > 0 && $args[0].balls < 6>> <<if random(1,100) > 40>> <<set $args[0].balls += 1>> <<if $args[0].scrotum > 0>> <<set $args[0].scrotum += 1>> <</if>> <</if>> <</if>> <<if $args[0].waist < 60>> <<if random(1,100) > 20>> <<set $args[0].waist += 5>> <</if>> <</if>> <<else>> <<if $args[0].height <= 174>> <<set $args[0].height += either(0,0,1,1,1,2)>> <</if>> <<if $args[0].dick > 0 && $args[0].dick < 6>> <<if random(1,100) > 50>> <<set $args[0].dick += 1>> <<if $args[0].foreskin > 0>> <<set $args[0].foreskin += 1>> <</if>> <</if>> <</if>> <<if $args[0].balls > 0 && $args[0].balls < 6>> <<if random(1,100) > 50>> <<set $args[0].balls += 1>> <<if $args[0].scrotum > 0>> <<set $args[0].scrotum += 1>> <</if>> <</if>> <</if>> <<if $args[0].waist < 20>> <<if random(1,100) > 60>> <<set $args[0].waist += 5>> <</if>> <</if>> <</if>> <<case 16>> <<if $args[0].hormoneBalance >= 200>> <<if $args[0].height <= 174>> <<set $args[0].height += either(0,0,1,1)>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 20>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].boobs < 1200>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -30>> <<if random(1,100) > 20>> <<set $args[0].waist -= 5>> <</if>> <</if>> <<set $args[0].boobs += 100>> <<elseif $args[0].hormoneBalance >= 100>> <<if $args[0].height <= 174>> <<set $args[0].height += either(0,0,1,1,1)>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 40>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].boobs < 1000>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -15>> <<if random(1,100) > 20>> <<set $args[0].waist -= 5>> <</if>> <</if>> <<set $args[0].boobs += 50>> <<elseif $args[0].hormoneBalance <= -200>> <<if $args[0].height <= 174>> <<set $args[0].height += either(1,1,1,2,2)>> <</if>> <<if $args[0].boobs > 200>> <<set $args[0].boobs -= 100>> <</if>> <<if $args[0].dick > 0 && $args[0].dick < 6>> <<if random(1,100) > 70>> <<set $args[0].dick += 1>> <<if $args[0].foreskin > 0>> <<set $args[0].foreskin += 1>> <</if>> <</if>> <</if>> <<if $args[0].balls > 0 && $args[0].balls < 6>> <<if random(1,100) > 70>> <<set $args[0].balls += 1>> <<if $args[0].scrotum > 0>> <<set $args[0].scrotum += 1>> <</if>> <</if>> <</if>> <<if $args[0].waist < 90>> <<if random(1,100) > 20>> <<set $args[0].waist += 5>> <</if>> <</if>> <<elseif $args[0].hormoneBalance <= -100>> <<if $args[0].height <= 174>> <<set $args[0].height += either(0,1,1,1,2)>> <</if>> <<if $args[0].boobs > 200>> <<set $args[0].boobs -= 50>> <</if>> <<if $args[0].dick > 0 && $args[0].dick < 6>> <<if random(1,100) > 90>> <<set $args[0].dick += 1>> <<if $args[0].foreskin > 0>> <<set $args[0].foreskin += 1>> <</if>> <</if>> <</if>> <<if $args[0].balls > 0 && $args[0].balls < 6>> <<if random(1,100) > 90>> <<set $args[0].balls += 1>> <<if $args[0].scrotum > 0>> <<set $args[0].scrotum += 1>> <</if>> <</if>> <</if>> <<if $args[0].waist < 60>> <<if random(1,100) > 20>> <<set $args[0].waist += 5>> <</if>> <</if>> <<else>> <<if $args[0].height <= 174>> <<set $args[0].height += either(0,0,1,1,1,2)>> <</if>> <<if $args[0].waist < 20>> <<if random(1,100) > 60>> <<set $args[0].waist += 5>> <</if>> <</if>> <</if>> <<case 17>> <<if $args[0].hormoneBalance >= 200>> <<if $args[0].height <= 174>> <<set $args[0].height += either(0,0,1,1)>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 20>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].boobs < 1600>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -30>> <<if random(1,100) > 20>> <<set $args[0].waist -= 5>> <</if>> <</if>> <<set $args[0].boobs += 100>> <<elseif $args[0].hormoneBalance >= 100>> <<if $args[0].height <= 174>> <<set $args[0].height += either(0,0,1,1,1)>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 40>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].boobs < 1200>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -15>> <<if random(1,100) > 20>> <<set $args[0].waist -= 5>> <</if>> <</if>> <<set $args[0].boobs += 50>> <<elseif $args[0].hormoneBalance <= -200>> <<if $args[0].height <= 174>> <<set $args[0].height += either(1,1,1,2,2)>> <</if>> <<if $args[0].boobs > 200>> <<set $args[0].boobs -= 100>> <</if>> <<if $args[0].dick > 0 && $args[0].dick < 6>> <<if random(1,100) > 70>> <<set $args[0].dick += 1>> <<if $args[0].foreskin > 0>> <<set $args[0].foreskin += 1>> <</if>> <</if>> <</if>> <<if $args[0].balls > 0 && $args[0].balls < 6>> <<if random(1,100) > 70>> <<set $args[0].balls += 1>> <<if $args[0].scrotum > 0>> <<set $args[0].scrotum += 1>> <</if>> <</if>> <</if>> <<if $args[0].waist < 90>> <<if random(1,100) > 20>> <<set $args[0].waist += 5>> <</if>> <</if>> <<elseif $args[0].hormoneBalance <= -100>> <<if $args[0].height <= 174>> <<set $args[0].height += either(0,1,1,1,2)>> <</if>> <<if $args[0].boobs > 200>> <<set $args[0].boobs -= 50>> <</if>> <<if $args[0].dick > 0 && $args[0].dick < 6>> <<if random(1,100) > 90>> <<set $args[0].dick += 1>> <<if $args[0].foreskin > 0>> <<set $args[0].foreskin += 1>> <</if>> <</if>> <</if>> <<if $args[0].balls > 0 && $args[0].balls < 6>> <<if random(1,100) > 90>> <<set $args[0].balls += 1>> <<if $args[0].scrotum > 0>> <<set $args[0].scrotum += 1>> <</if>> <</if>> <</if>> <<if $args[0].waist < 60>> <<if random(1,100) > 20>> <<set $args[0].waist += 5>> <</if>> <</if>> <<else>> <<if $args[0].height <= 174>> <<set $args[0].height += either(0,0,1,1,1,2)>> <</if>> <<if $args[0].waist < 20>> <<if random(1,100) > 60>> <<set $args[0].waist += 5>> <</if>> <</if>> <</if>> <<case 18>> <<if $args[0].hormoneBalance >= 200>> <<if $args[0].height <= 174>> <<set $args[0].height += either(0,0,1,1)>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 20>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].boobs < 2000>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -30>> <<if random(1,100) > 20>> <<set $args[0].waist -= 5>> <</if>> <</if>> <<set $args[0].boobs += 100>> <<elseif $args[0].hormoneBalance >= 100>> <<if $args[0].height <= 174>> <<set $args[0].height += either(0,0,1,1,1)>> <</if>> <<if $args[0].hips < 2>> <<if random(1,100) > 40>> <<set $args[0].hips += 1>> <</if>> <</if>> <<if $args[0].boobs < 1600>> <<if random(1,100) > 40>> <<set $args[0].boobs += 100>> <</if>> <</if>> <<if $args[0].waist > -15>> <<if random(1,100) > 20>> <<set $args[0].waist -= 5>> <</if>> <</if>> <<set $args[0].boobs += 50>> <<elseif $args[0].hormoneBalance <= -200>> <<if $args[0].height <= 174>> <<set $args[0].height += either(1,1,1,2,2)>> <</if>> <<if $args[0].boobs > 200>> <<set $args[0].boobs -= 100>> <</if>> <<if $args[0].dick > 0 && $args[0].dick < 6>> <<if random(1,100) > 70>> <<set $args[0].dick += 1>> <<if $args[0].foreskin > 0>> <<set $args[0].foreskin += 1>> <</if>> <</if>> <</if>> <<if $args[0].balls > 0 && $args[0].balls < 6>> <<if random(1,100) > 70>> <<set $args[0].balls += 1>> <<if $args[0].scrotum > 0>> <<set $args[0].scrotum += 1>> <</if>> <</if>> <</if>> <<if $args[0].waist < 90>> <<if random(1,100) > 20>> <<set $args[0].waist += 5>> <</if>> <</if>> <<elseif $args[0].hormoneBalance <= -100>> <<if $args[0].height <= 174>> <<set $args[0].height += either(0,1,1,1,2)>> <</if>> <<if $args[0].boobs > 200>> <<set $args[0].boobs -= 50>> <</if>> <<if $args[0].dick > 0 && $args[0].dick < 6>> <<if random(1,100) > 90>> <<set $args[0].dick += 1>> <<if $args[0].foreskin > 0>> <<set $args[0].foreskin += 1>> <</if>> <</if>> <</if>> <<if $args[0].balls > 0 && $args[0].balls < 6>> <<if random(1,100) > 90>> <<set $args[0].balls += 1>> <<if $args[0].scrotum > 0>> <<set $args[0].scrotum += 1>> <</if>> <</if>> <</if>> <<if $args[0].waist < 60>> <<if random(1,100) > 20>> <<set $args[0].waist += 5>> <</if>> <</if>> <<else>> <<if $args[0].height <= 174>> <<set $args[0].height += either(0,0,1,1,1,2)>> <</if>> <<if $args[0].waist < 20>> <<if random(1,100) > 60>> <<set $args[0].waist += 5>> <</if>> <</if>> <</if>> <</switch>> <</if>> <</widget>>
DankWolf/fc
src/pregmod/physicalDevelopment.tw
tw
bsd-3-clause
70,823
:: RE legendary womb [nobr] <<set $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "RIE Eligibility Check", $activeSlave = ($legendaryFacility == 1) ? getSlave($legendaryWombID) : $eventSlave>> <<if (ndef $activeSlave)>> /* not found - reset variable and stop event */ <<set $legendaryWombID = 0>> <<goto "RIE Eligibility Check">> <<else>> <<set $activeSlave.devotion += 4>> <<EventNameLink $activeSlave>> is an incredible mother. She's given birth to numbers that would have been considered absurd in the days when drug treatments were limited by consent. A nascent organization will be holding a pageant for pregnant slaves tomorrow, and since they're aware you keep breeders, they've sent you an invitation to enter a heavily pregnant slave to be judged. <br><br> This is a rare opportunity. The idea of pregnancy pageant isn't new but it is undeniably going to attract attention, so the pageant is likely to draw some serious press. Were $activeSlave.slaveName to win, she would probably be remembered for a long time as a special mother. <br><br> <span id="result"> <<link "Fairly enter her in the pregnancy pageant">> <<replace "#name">> $activeSlave.slaveName <</replace>> <<if random(1,100) > 90>> <<replace "#result">> $activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then asked to demonstrate how to pleasure a man while so heavily pregnant. It's likely there was some bribery behind the scenes, but her heavy belly and creative positions win the day. Against all odds she is named best in show, and will be @@.green;remembered@@ as a breeder of the highest pedigree. As her owner, your reputation has @@.green;also increased.@@ <<set $rep += 100>> <<set $activeSlave.prestige = 1>> <<set $activeSlave.prestigeDesc = "She is remembered for winning best in show as a breeder.">> <<set $desc = "a best in show ribbon awarded to " + $activeSlave.slaveName + " as a breeder">> <<set $trinkets.push($desc)>> <</replace>> <<else>> <<replace "#result">> $activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then asked to demonstrate how to pleasure a man while so heavily pregnant. It's likely there was some bribery behind the scenes, and it is fatal to her chances of winning. Though her pregnant body is the most impressive on display, another slave owner who was more open-handed with the judges took best in show. The public is impressed with $activeSlave.slaveName's reproductive capability anyway; as you are her owner, your reputation has @@.green;increased@@ a little. <<set $rep += 100>> <</replace>> <</if>> <</link>> <br><<link "Spend <<print cashFormat(5000)>> bribing the judges">> <<replace "#name">> $activeSlave.slaveName <</replace>> <<if random(1,100) > 50>> <<replace "#result">> $activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then asked to demonstrate how to pleasure a man while so heavily pregnant. Several of the judges cannot resist giving you a wink as they look her over. $activeSlave.slaveName is unsurprisingly named best in show, and will be @@.green;remembered@@ as a breeder of the highest pedigree. As her owner, your reputation has @@.green;also increased.@@ <<set $cash -= 5000>> <<set $rep += 100>> <<set $activeSlave.prestige = 1>> <<set $activeSlave.prestigeDesc = "She is remembered for winning best in show as a breeder.">> <<set $desc = "a best in show ribbon awarded to " + $activeSlave.slaveName + " as a breeder">> <<set $trinkets.push($desc)>> <</replace>> <<else>> <<replace "#result">> $activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then asked to demonstrate how to pleasure a man while so heavily pregnant. Several of the judges cannot resist giving you a wink as they look her over, but others look disapprovingly at them; it seems some of your competitors also forwarded money to the committee. After furious wrangling, $activeSlave.slaveName loses to another mother. The public is impressed with $activeSlave.slaveName's reproductive capability anyway; as you are her owner, your reputation has @@.green;increased@@ a little. <<set $cash -= 5000>> <<set $rep += 100>> <</replace>> <</if>> <</link>> <br><<link "Spend <<print cashFormat(10000)>> bribing the judges and sabotaging the competition">> <<replace "#name">> $activeSlave.slaveName <</replace>> <<if random(1,100) > 10>> <<replace "#result">> $activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then asked to demonstrate how to pleasure a man while so heavily pregnant. After she's put through her paces, the most unfortunate series of accidents somehow befalls her fellow mothers. One is taken ill, another seems drugged, and another went into labor and gave birth, disqualifying her. $activeSlave.slaveName is unsurprisingly named best in show, and will be @@.green;remembered@@ as a breeder of the highest pedigree. As her owner, your reputation has @@.green;also increased.@@ <<set $cash -= 10000>> <<set $rep += 100>> <<set $activeSlave.prestige = 1>> <<set $activeSlave.prestigeDesc = "She is remembered for winning best in show as a breeder.">> <<set $desc = "a best in show ribbon awarded to " + $activeSlave.slaveName + " as a breeder">> <<set $trinkets.push($desc)>> <</replace>> <<else>> <<replace "#result">> $activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then asked to demonstrate how to pleasure a man while so heavily pregnant. You are surprised to see that the judging committee has been changed at the last minute. They choose another breeder as best in show. There are persistent @@.red;rumors@@ after the show that there was an absolute massacre of firings at the dairy organization headquarters the night before the show after it was discovered that someone, widely thought to be you, had been corrupting the judges. <<set $cash -= 10000>> <<set $rep -= 100>> <</replace>> <</if>> <</link>> </span> <</if>> /* closes validity check */
DankWolf/fc
src/pregmod/reLegendaryWomb.tw
tw
bsd-3-clause
6,142
:: SA agent [nobr] <<if $slaves[$i].boobsImplantType == 1>> <<set $slaves[$i].boobsImplant += 50, $slaves[$i].boobs += 50>> <<if ($slaves[$i].boobs > 50000)>> <<set $slaves[$i].boobs -= 100, $slaves[$i].boobsImplant -= 100>> <<if $slaves[$i].inducedNCS == 1>> <<set $slaves[$i].boobs -= 100, $slaves[$i].boobsImplant -= 100>> <</if>> <</if>> <</if>> <<if $slaves[$i].inducedNCS == 1>> /* NCS is blocking boob expansion. */ <<elseif ($slaves[$i].boobsImplant > 1000)>> <<if ($slaves[$i].boobs-$slaves[$i].boobsImplant < 1000) && (random(1,100) > 60)>> <<set $slaves[$i].boobs += 50>> <</if>> <<elseif ($slaves[$i].boobsImplant > 600)>> <<if ($slaves[$i].boobs-$slaves[$i].boobsImplant < 500) && (random(1,100) > 60)>> <<set $slaves[$i].boobs += 50>> <</if>> <<elseif ($slaves[$i].boobsImplant > 0)>> <<if ($slaves[$i].boobs-$slaves[$i].boobsImplant < 300) && (random(1,100) > 60)>> <<set $slaves[$i].boobs += 50>> <</if>> <</if>> <<if $slaves[$i].buttImplantType == 1>> <<set $slaves[$i].buttImplant += .25, $slaves[$i].butt += .25>> <<if ($slaves[$i].butt > 10)>> <<set $slaves[$i].butt -= 1, $slaves[$i].buttImplant -= 1>> <<if $slaves[$i].inducedNCS == 1>> <<set $slaves[$i].butt -= 1, $slaves[$i].buttImplant -= 1>> <</if>> <</if>> <</if>> <<if $slaves[$i].genes == "XX">> <<if $slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1>> <<if $slaves[$i].balls > 0>> <<if $slaves[$i].hormoneBalance > 20>> <<set $slaves[$i].hormoneBalance -= 1>> <<elseif $slaves[$i].hormoneBalance < 20>> <<set $slaves[$i].hormoneBalance += 1>> <</if>> <<else>> <<if $slaves[$i].hormoneBalance > 60>> <<set $slaves[$i].hormoneBalance -= 1>> <<elseif $slaves[$i].hormoneBalance < 60>> <<set $slaves[$i].hormoneBalance += 1>> <</if>> <</if>> <<else>> <<if $slaves[$i].balls > 0>> <<if $slaves[$i].hormoneBalance > -20>> <<set $slaves[$i].hormoneBalance -= 1>> <<elseif $slaves[$i].hormoneBalance < -20>> <<set $slaves[$i].hormoneBalance += 1>> <</if>> <<else>> <<if $slaves[$i].hormoneBalance > 20>> <<set $slaves[$i].hormoneBalance -= 1>> <<elseif $slaves[$i].hormoneBalance < 20>> <<set $slaves[$i].hormoneBalance += 1>> <</if>> <</if>> <</if>> <<elseif $slaves[$i].genes == "XY">> <<if $slaves[$i].ovaries == 1 || $slaves[$i].mpreg == 1>> <<if $slaves[$i].balls > 0>> <<if $slaves[$i].hormoneBalance > 20>> <<set $slaves[$i].hormoneBalance -= 1>> <<elseif $slaves[$i].hormoneBalance < 20>> <<set $slaves[$i].hormoneBalance += 1>> <</if>> <<else>> <<if $slaves[$i].hormoneBalance > 40>> <<set $slaves[$i].hormoneBalance -= 1>> <<elseif $slaves[$i].hormoneBalance < 40>> <<set $slaves[$i].hormoneBalance += 1>> <</if>> <</if>> <<else>> <<if $slaves[$i].balls > 0>> <<if $slaves[$i].hormoneBalance > -40>> <<set $slaves[$i].hormoneBalance -= 1>> <<elseif $slaves[$i].hormoneBalance < -40>> <<set $slaves[$i].hormoneBalance += 1>> <</if>> <<else>> <<if $slaves[$i].hormoneBalance > 20>> <<set $slaves[$i].hormoneBalance -= 1>> <<elseif $slaves[$i].hormoneBalance < 20>> <<set $slaves[$i].hormoneBalance += 1>> <</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>> <<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].milkSource = 0>> <</if>> <<if ($slaves[$i].preg > 0)>> /*EFFECTS OF PREGNANCY*/ <<if $slaves[$i].preg == 5>> /* bad condition logic - with pregnancy control drugs can be not triggered. Or may be trigged by broodmother several times. Need to be revorked. */ <<if $slaves[$i].pregSource == -1>> <<set $PC.slavesKnockedUp++>> <<elseif $slaves[$i].pregSource > 0>> <<set _babyDaddy = $slaveIndices[$slaves[$i].pregSource]>> <<set $slaves[_babyDaddy].slavesKnockedUp++>> <</if>> <</if>> <<if ($slaves[$i].preg >= 10)>> <<if $slaves[$i].inducedNCS == 1>> /* Sort-of No-op, NCS prevents boob growth */ <<set _boobTarget = 0>> <<elseif $slaves[$i].physicalAge >= 18>> <<if $slaves[$i].pregType >= 50>> <<set _boobTarget = 10000>> <<elseif $slaves[$i].pregType >= 30>> <<set _boobTarget = 5000>> <<elseif $slaves[$i].pregType >= 10>> <<set _boobTarget = 2000>> <<else>> <<set _boobTarget = 1000>> <</if>> <<elseif $slaves[$i].physicalAge >= 13>> <<if $slaves[$i].pregType >= 50>> <<set _boobTarget = 5000>> <<elseif $slaves[$i].pregType >= 30>> <<set _boobTarget = 3200>> <<elseif $slaves[$i].pregType >= 10>> <<set _boobTarget = 1800>> <<else>> <<set _boobTarget = 800>> <</if>> <<elseif $slaves[$i].physicalAge >= 8>> <<if $slaves[$i].pregType >= 50>> <<set _boobTarget = 1800>> <<elseif $slaves[$i].pregType >= 30>> <<set _boobTarget = 1400>> <<elseif $slaves[$i].pregType >= 10>> <<set _boobTarget = 1000>> <<else>> <<set _boobTarget = 600>> <</if>> <<else>> <<if $slaves[$i].pregType >= 50>> <<set _boobTarget = 1000>> <<elseif $slaves[$i].pregType >= 30>> <<set _boobTarget = 800>> <<elseif $slaves[$i].pregType >= 10>> <<set _boobTarget = 600>> <<else>> <<set _boobTarget = 400>> <</if>> <</if>> <<if ($slaves[$i].pregType >= 30)>> <<if ($slaves[$i].weight <= 65)>> <<set $slaves[$i].weight += 1>> <</if>> <<if (($slaves[$i].inducedNCS == 0) && (random(1,100) > 60))>> <<if (($slaves[$i].boobs - $slaves[$i].boobsImplant) < _boobTarget)>> <<set $slaves[$i].boobs += 200>> <<if $slaves[$i].boobShape != "saggy" && $slaves[$i].preg > 32 && ($slaves[$i].breastMesh != 1)>> <<set $slaves[$i].boobShape = "saggy">> <</if>> <</if>> <<if ($slaves[$i].hips < 2)>> <<set $slaves[$i].hips += 1>> <</if>> <<if ($slaves[$i].butt < 14)>> <<set $slaves[$i].butt += 1>> <</if>> <</if>> <<elseif (($slaves[$i].inducedNCS == 0) && ($slaves[$i].pregType >= 10))>> <<if random(1,100) > 80 && (($slaves[$i].boobs - $slaves[$i].boobsImplant) < _boobTarget)>> <<set $slaves[$i].boobs += 100>> <<if $slaves[$i].boobShape != "saggy" && ($slaves[$i].breastMesh != 1)>> <<if $slaves[$i].preg > random(32,82)>> <<set $slaves[$i].boobShape = "saggy">> <</if>> <</if>> <</if>> <<elseif (($slaves[$i].inducedNCS == 0) && (($slaves[$i].boobs - $slaves[$i].boobsImplant) < _boobTarget))>> <<if random(1,100) > 80>> <<set $slaves[$i].boobs += 50>> <<if $slaves[$i].boobShape != "saggy" && $slaves[$i].preg > random(32,100) && ($slaves[$i].breastMesh != 1)>> <<set $slaves[$i].boobShape = "saggy">> <</if>> <</if>> <</if>> <<if $slaves[$i].inducedNCS == 1>> /* No-op, we don't grow hips on NCS */ <<elseif $slaves[$i].preg > 32 && $slaves[$i].physicalAge >= 18 && $slaves[$i].hips == 1 && $slaves[$i].hipsImplant == 0 && random(1,100) > 90>> <<set $slaves[$i].hips += 1>> <<elseif $slaves[$i].preg > 28 && $slaves[$i].physicalAge >= 18 && $slaves[$i].hips == 0 && $slaves[$i].hipsImplant == 0 && random(1,100) > 70>> <<set $slaves[$i].hips += 1>> <</if>> <<if $slaves[$i].bellyPreg >= 1500>> <<if setup.fakeBellies.includes($slaves[$i].bellyAccessory)>> <<set $slaves[$i].bellyAccessory = "none">> <</if>> <<if ($slaves[$i].preg > 20) && ($slaves[$i].lactation == 0) && $slaves[$i].health >= -20 && $slaves[$i].weight > -30>> <<if $slaves[$i].preg > random(18,30)>> <<set $slaves[$i].lactation = 1>> <</if>> <</if>> <</if>> <</if>> /* closes .preg >= 10 */ <</if>> /* END PREG EFFECTS */ <<if $slaves[$i].belly >= 1000000>> <<if $slaves[$i].bellySag < 50>> <<set $slaves[$i].bellySag += 1>> <<if $slaves[$i].preg > 0>> <<set $slaves[$i].bellySagPreg += 1>> <</if>> <<elseif $slaves[$i].preg > 0 && $slaves[$i].bellySagPreg < 20>> <<set $slaves[$i].bellySagPreg += 1>> <</if>> <<if $slaves[$i].pregControl == "speed up">> <<set $slaves[$i].bellySag += 5, $slaves[$i].bellySagPreg += 5>> <</if>> <<elseif $slaves[$i].belly >= 750000>> <<if $slaves[$i].bellySag < 30>> <<set $slaves[$i].bellySag += 0.7>> <<if $slaves[$i].preg > 0>> <<set $slaves[$i].bellySagPreg += 0.7>> <</if>> <<elseif $slaves[$i].preg > 0 && $slaves[$i].bellySagPreg < 30>> <<set $slaves[$i].bellySagPreg += 0.7>> <</if>> <<if $slaves[$i].pregControl == "speed up">> <<set $slaves[$i].bellySag += 2, $slaves[$i].bellySagPreg += 2>> <</if>> <<elseif $slaves[$i].belly >= 600000>> <<if $slaves[$i].bellySag < 20>> <<set $slaves[$i].bellySag += 0.5>> <<if $slaves[$i].preg > 0>> <<set $slaves[$i].bellySagPreg += 0.5>> <</if>> <<elseif $slaves[$i].preg > 0 && $slaves[$i].bellySagPreg < 20>> <<set $slaves[$i].bellySagPreg += 0.5>> <</if>> <<if $slaves[$i].pregControl == "speed up">> <<set $slaves[$i].bellySag += 1, $slaves[$i].bellySagPreg += 1>> <</if>> <<elseif $slaves[$i].belly >= 450000>> <<if $slaves[$i].bellySag < 15>> <<set $slaves[$i].bellySag += 0.4>> <<if $slaves[$i].preg > 0>> <<set $slaves[$i].bellySagPreg += 0.4>> <</if>> <<elseif $slaves[$i].preg > 0 && $slaves[$i].bellySagPreg < 15>> <<set $slaves[$i].bellySagPreg += 0.4>> <</if>> <<if $slaves[$i].pregControl == "speed up">> <<set $slaves[$i].bellySag += 0.6, $slaves[$i].bellySagPreg += 0.6>> <</if>> <<elseif $slaves[$i].belly >= 300000>> <<if $slaves[$i].bellySag < 10>> <<set $slaves[$i].bellySag += 0.3>> <<if $slaves[$i].preg > 0>> <<set $slaves[$i].bellySagPreg += 0.3>> <</if>> <<elseif $slaves[$i].preg > 0 && $slaves[$i].bellySagPreg < 10>> <<set $slaves[$i].bellySagPreg += 0.3>> <</if>> <<if $slaves[$i].pregControl == "speed up">> <<set $slaves[$i].bellySag += 0.5, $slaves[$i].bellySagPreg += 0.5>> <</if>> <<elseif $slaves[$i].belly >= 100000>> <<if $slaves[$i].bellySag < 10>> <<set $slaves[$i].bellySag += 0.2>> <<if $slaves[$i].preg > 0>> <<set $slaves[$i].bellySagPreg += 0.2>> <</if>> <<elseif $slaves[$i].preg > 0 && $slaves[$i].bellySagPreg < 10>> <<set $slaves[$i].bellySagPreg += 0.2>> <</if>> <<if $slaves[$i].pregControl == "speed up">> <<set $slaves[$i].bellySag += 0.3, $slaves[$i].bellySagPreg += 0.3>> <</if>> <<elseif ($slaves[$i].bellyPreg >= 10000) || ($slaves[$i].bellyImplant >= 10000)>> <<if $slaves[$i].bellySag < 5>> <<set $slaves[$i].bellySag += 0.1>> <<if $slaves[$i].preg > 0>> <<set $slaves[$i].bellySagPreg += 0.1>> <</if>> <<elseif $slaves[$i].preg > 0 && $slaves[$i].bellySagPreg < 5>> <<set $slaves[$i].bellySagPreg += 0.1>> <</if>> <<if $slaves[$i].pregControl == "speed up">> <<set $slaves[$i].bellySag += 0.2, $slaves[$i].bellySagPreg += 0.2>> <</if>> <</if>> <<if $slaves[$i].bellySagPreg > $slaves[$i].bellySag>> <<set $slaves[$i].bellySagPreg = $slaves[$i].bellySag>> <</if>> <<if $slaves[$i].bellySag > 0 && $slaves[$i].belly < 1500>> <<if $slaves[$i].muscles > 95>> <<if (random(1,100) > 1)>> <<if $slaves[$i].bellySagPreg > 0>> <<set $slaves[$i].bellySag -= 0.5, $slaves[$i].bellySagPreg -= 0.5>> <<if $slaves[$i].bellySag < 0>> <<set $slaves[$i].bellySag = 0, $slaves[$i].bellySagPreg = 0>> <</if>> <<else>> <<set $slaves[$i].bellySag -= 0.5>> <<if $slaves[$i].bellySag < 0>> <<set $slaves[$i].bellySag = 0>> <</if>> <</if>> <</if>> <<elseif $slaves[$i].muscles >= 30>> <<if (random(1,100) > 20)>> <<if $slaves[$i].bellySagPreg > 0>> <<set $slaves[$i].bellySag -= 0.4, $slaves[$i].bellySagPreg -= 0.4>> <<if $slaves[$i].bellySag < 0>> <<set $slaves[$i].bellySag = 0, $slaves[$i].bellySagPreg = 0>> <</if>> <<else>> <<set $slaves[$i].bellySag -= 0.4>> <<if $slaves[$i].bellySag < 0>> <<set $slaves[$i].bellySag = 0>> <</if>> <</if>> <</if>> <<elseif $slaves[$i].muscles >= 5>> <<if (random(1,100) > 40)>> <<if $slaves[$i].bellySagPreg > 0>> <<set $slaves[$i].bellySag -= 0.3, $slaves[$i].bellySagPreg -= 0.3>> <<if $slaves[$i].bellySag < 0>> <<set $slaves[$i].bellySag = 0, $slaves[$i].bellySagPreg = 0>> <</if>> <<else>> <<set $slaves[$i].bellySag -= 0.3>> <<if $slaves[$i].bellySag < 0>> <<set $slaves[$i].bellySag = 0>> <</if>> <</if>> <</if>> <<else>> <<if (random(1,100) > 60)>> <<if $slaves[$i].bellySagPreg > 0>> <<set $slaves[$i].bellySag -= 0.2, $slaves[$i].bellySagPreg -= 0.2>> <<if $slaves[$i].bellySag < 0>> <<set $slaves[$i].bellySag = 0, $slaves[$i].bellySagPreg = 0>> <</if>> <<else>> <<set $slaves[$i].bellySag -= 0.2>> <<if $slaves[$i].bellySag < 0>> <<set $slaves[$i].bellySag = 0>> <</if>> <</if>> <</if>> <</if>> <</if>> <<if ($slaves[$i].preg > 37) && ($slaves[$i].broodmother == 0) && (random(1,100) > 90)>> <<set $slaves[$i].birthsTotal += WombBirthReady($slaves[$i], 35), WombBirth($slaves[$i], 35), WombFlush($slaves[$i]), $slaves[$i].preg = 0, $slaves[$i].pregWeek = -4, $slaves[$i].pregSource = 0, $slaves[$i].pregType = 0, $slaves[$i].pregKnown = 0 >> <<elseif ($slaves[$i].preg > 41) && ($slaves[$i].broodmother == 0)>> <<set $slaves[$i].birthsTotal += WombBirthReady($slaves[$i], 35), WombBirth($slaves[$i], 35), WombFlush($slaves[$i]), $slaves[$i].preg = 0, $slaves[$i].pregWeek = -4, $slaves[$i].pregSource = 0, $slaves[$i].pregType = 0, $slaves[$i].pregKnown = 0>> <<elseif ($slaves[$i].preg > 37) && ($slaves[$i].broodmother > 0)>> <<if $slaves[$i].broodmother > 0>> <<set $slaves[$i].birthsTotal += WombBirthReady($slaves[$i], 37), WombBirth($slaves[$i], 37), $slaves[$i].preg = WombMaxPreg($slaves[$i])>> <</if>> <</if>> <<run SetBellySize($slaves[$i])>> /*Actually it's now better to set belly size without checking of any conditions. Just to be sure. Should correct forgotten variables too. */ <<if ($slaves[$i].hStyle != "shaved" && $slaves[$i].bald != 1 && $slaves[$i].haircuts == 0) && ($slaves[$i].hLength < 150)>> <<set $slaves[$i].hLength += 1>> <</if>>
DankWolf/fc
src/pregmod/saAgent.tw
tw
bsd-3-clause
14,552
:: SA inflation [nobr] <<if $slaves[$i].assignment == "be confined in the arcade" || $slaves[$i].assignment == "work in the dairy">> <<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].milkSource = 0, SetBellySize($slaves[$i])>> <<elseif $slaves[$i].bellyImplant >= 1500>> <<if $slaves[$i].inflation > 1>> Due to the mounting pressure from $his filled abdominal implant, $he can no longer fill herself as large as $he used to. <<set $slaves[$i].inflation = 1>> <<run SetBellySize($slaves[$i])>> <<else>> <<set $slaves[$i].bellyFluid = 2000>> <<run SetBellySize($slaves[$i])>> <</if>> <</if>> <<switch $slaves[$i].inflationType>> <<case "water">> <<if $slaves[$i].inflation == 3>> $He makes sure to fill $his rear with nearly two gallons of water, leaving $him looking ready to burst, whenever $he leaks or needs to release $his load. $He keeps herself @@.red;painfully full@@ for you. <<set $slaves[$i].health -= 10>> <<elseif $slaves[$i].inflation == 2>> $He makes sure to fill $his rear with nearly four liters of water, leaving $him looking pregnant, whenever $he leaks or needs to release $his load. $He is full enough to be distended but not enough to grow taut. <<elseif $slaves[$i].inflation == 1>> $He makes sure to fill $his rear with nearly two liters of water, leaving $his belly noticeably distended, whenever $he leaks or needs to release $his load. $He is full enough to be swollen but not enough to visibly jiggle. <</if>> <<case "aphrodisiac">> <<if $slaves[$i].inflation == 3>> $He makes sure to fill $his rear with nearly two gallons of a curative solution, leaving $him looking ready to burst, whenever $he leaks or $his body absorbs too much. $He keeps herself @@.red;painfully full@@ for you, though $he barely notices it over $his horniness. While having $his body packed full of aphrodisiacs doesn't make $him additionally submissive, it does amplify the effects of them. $His aphrodisiac bursting belly <<set $slaves[$i].health -= 10>> <<elseif $slaves[$i].inflation == 2>> $He makes sure to fill $his rear with nearly four liters of an aphrodisiac solution, leaving $him looking pregnant, whenever $he leaks or $his body absorbs too much. $He is full enough to be distended but not enough to grow taut. While having $his body bloated with aphrodisiacs doesn't make $him additionally submissive, it does amplify the effects of them. $His overfilled aphrodisiac belly <<elseif $slaves[$i].inflation == 1>> $He makes sure to fill $his rear with nearly two liters of an aphrodisiac solution, leaving $his belly noticeably distended, whenever $he leaks or $his body absorbs too much. $He is full enough to be swollen but not enough to visibly jiggle. $His aphrodisiac filled belly <</if>> <<if $slaves[$i].energy <= 95>> @@.green;rapidly boosts $his sex drive.@@ <<set $slaves[$i].energy += 5*$slaves[$i].inflation>> <<else>> can't improve $his absurd sex drive. <</if>> <<if $slaves[$i].fuckdoll == 0 && $slaves[$i].fetish != "mindbroken">> Besides being humiliating, it chemically @@.hotpink;increases $his acceptance@@ of sexual slavery. <<set $slaves[$i].devotion += 5>> <</if>> <<if ($arcologies[0].FSBodyPuristLaw == 0) && ($healthyDrugsUpgrade == 0)>> Such a high dosage held for so long @@.red;isn't healthy.@@ <<set $slaves[$i].health -= 5>> <</if>> <<set $slaves[$i].chem += 2*$slaves[$i].inflation>> <<if ($slaves[$i].addict > 0)>> <<if $slaves[$i].inflation > 0>> <<set $slaves[$i].addict += $slaves[$i].inflation*3>> <<elseif ($aphrodisiacUpgrade == 1)>> Substitutes produced by your advanced pharmaceutical fabricator protect $him from the negative effects of aphrodisiac withdrawal but do little to halt the spread of aphrodisiacs through $his system from $his bowels. <<set $slaves[$i].addict -= 2>> <</if>> <<elseif random(1,100) < 40+(20*$slaves[$i].inflation)>> All the aphrodisiacs held within $his bowels cause @@.cyan;$him to become an aphrodisiac addict.@@ <<set $slaves[$i].addict = 1>> <</if>> <<case "curative">> <<if $slaves[$i].inflation == 3>> $He makes sure to fill $his rear with nearly two gallons of a curative solution, leaving $him looking ready to burst, whenever $he leaks or $his body absorbs too much. $He keeps herself full for you; the curatives in $his gut keeping $him healthy despite the pain. <<if (($slaves[$i].assignment == "rest") || ($slaves[$i].assignment == "rest in the spa")) && ($slaves[$i].fetish != "mindbroken")>> The curative enema $he's on synergize with rest, keeping $him asleep most of the time. This is an @@.green;extremely effective health treatment,@@ though being filled to $his limit doesn't hasten $his recovery at all; it's just perverted. <<set $slaves[$i].health += 4>> <<elseif ($slaves[$i].health < -20)>> @@.green;$His poor health rapidly improves@@ under the curative enema, though being filled to $his limit doesn't hasten $his recovery at all; it's just perverted. <<set $slaves[$i].health += 2>> <<else>> @@.green;$His health improves@@ under the curative enema, though being filled to $his limit doesn't hasten $his recovery at all; it's just perverted. <</if>> <<set $slaves[$i].health += 1>> <<elseif $slaves[$i].inflation == 2>> $He makes sure to fill $his rear with nearly four liters of a curative solution, leaving $him looking pregnant, whenever $he leaks or $his body absorbs too much. $He is full enough to be distended but not enough to grow taut. <<if (($slaves[$i].assignment == "rest") || ($slaves[$i].assignment == "rest in the spa")) && ($slaves[$i].fetish != "mindbroken")>> The curative enema $he's on synergize with rest, keeping $him asleep most of the time. This is an @@.green;extremely effective health treatment,@@ though being overfilled doesn't hasten $his recovery at all; it's just perverted. <<set $slaves[$i].health += 4>> <<elseif ($slaves[$i].health < -20)>> @@.green;$His poor health rapidly improves@@ under the curative enema, though being overfilled doesn't hasten $his recovery at all; it's just perverted. <<set $slaves[$i].health += 2>> <<else>> @@.green;$His health improves@@ under curative enema, though being overfilled doesn't hasten $his recovery at all; it's just perverted. <</if>> <<set $slaves[$i].health += 6>> <<elseif $slaves[$i].inflation == 1>> $He makes sure to fill $his rear with nearly two liters of a curative solution, leaving $his belly noticeably distended, whenever $he leaks or $his body absorbs too much. $He is full enough to be swollen but not enough to visibly jiggle. <<if (($slaves[$i].assignment == "rest") || ($slaves[$i].assignment == "rest in the spa")) && ($slaves[$i].fetish != "mindbroken")>> The curative enema $he's on synergize with rest, keeping $him asleep most of the time. This is an @@.green;extremely effective health treatment.@@ <<set $slaves[$i].health += 4>> <<elseif ($slaves[$i].health < -20)>> @@.green;$His poor health rapidly improves@@ under the curative enema. <<set $slaves[$i].health += 2>> <<else>> @@.green;$His health improves@@ under curative enema. <</if>> <<set $slaves[$i].health += 6>> <</if>> <<if $slaves[$i].fuckdoll == 0 && $slaves[$i].fetish != "mindbroken">> $He @@.mediumaquamarine;trusts you more@@ for giving $his access to expensive modern medicine, even if it is really embarrassing to be seen with that belly. <<set $slaves[$i].trust += 1>> <</if>> <<if $slaves[$i].health >= 90>> $He is as healthy as $him can be. @@.yellow;$His enema regimen has been ended.@@ <<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>> <</if>> <<set $slaves[$i].chem += 2, $slaves[$i].health += $curativeUpgrade*6>> <<case "tightener">> <<if $slaves[$i].inflation == 3>> $He makes sure to fill $his rear with nearly two gallons of tightening solution, leaving $him looking ready to burst, whenever $he leaks or $his body absorbs too much. $He keeps herself @@.red;painfully full@@ for you. <<set $slaves[$i].health -= 10>> <<if $slaves[$i].anus > 1>> The solution slowly tightens $his anus while inside $his bowels. Being filled to $his limit with the solution does not make it tighten any better or faster; it's just perverted. <<if random(1,100) > 60>> By week's end, @@.lime;$his butthole has tightened nicely.@@ <<set $slaves[$i].anus-->> <</if>> <<else>> $His anus is as tight as the solution can possibly make it. <</if>> <<if $slaves[$i].vagina > 1>> As $his body slowly absorbs the solution, its benefits begin to affect $his pussy. Being filled to $his limit with the solution does not make it tighten any better or faster; it's just perverted. <<if random(1,100) > 80>> By week's end, @@.lime;$his vagina has regained some tightness.@@ <<set $slaves[$i].vagina-->> <</if>> <<elseif $slaves[$i].vagina == 1>> $His pussy is as tight as the solution can possibly make it. <</if>> <<elseif $slaves[$i].inflation == 2>> $He makes sure to fill $his rear with nearly four liters of tightening solution, leaving $him looking pregnant, whenever $he leaks or $his body absorbs too much. $He is full enough to be distended but not enough to grow taut. <<if $slaves[$i].anus > 1>> The solution slowly tightens $his anus while inside $his bowels. Being overfilled with the solution does not make it tighten any better or faster; it's just perverted. <<if random(1,100) > 60>> By week's end, @@.lime;$his butthole has tightened nicely.@@ <<set $slaves[$i].anus-->> <</if>> <<else>> $His anus is as tight as the solution can possibly make it. <</if>> <<if $slaves[$i].vagina > 1>> As $his body slowly absorbs the solution, its benefits begin to affect $his pussy. Being overfilled with the solution does not make it tighten any better or faster; it's just perverted. <<if random(1,100) > 80>> By week's end, @@.lime;$his vagina has regained some tightness.@@ <<set $slaves[$i].vagina-->> <</if>> <<elseif $slaves[$i].vagina == 1>> $His pussy is as tight as the solution can possibly make it. <</if>> <<elseif $slaves[$i].inflation == 1>> $He makes sure to fill $his rear with nearly two liters of tightening solution, leaving $his belly noticeably distended, whenever $he leaks or $his body absorbs too much. $He is full enough to be swollen but not enough to visibly jiggle. <<if $slaves[$i].anus > 1>> The solution slowly tightens $his anus while inside $his bowels. <<if random(1,100) > 60>> By week's end, @@.lime;$his butthole has tightened nicely.@@ <<set $slaves[$i].anus-->> <</if>> <<else>> $His anus is as tight as the solution can possibly make it. <</if>> <<if $slaves[$i].vagina > 1>> As $his body slowly absorbs the solution, its benefits begin to affect $his pussy. <<if random(1,100) > 80>> By week's end, @@.lime;$his vagina has regained some tightness.@@ <<set $slaves[$i].vagina-->> <</if>> <<elseif $slaves[$i].vagina == 1>> $His pussy is as tight as the solution can possibly make it. <</if>> <</if>> <<if $slaves[$i].anus <= 1 && $slaves[$i].vagina <= 1>> <<if ["serve in the club", "work in the brothel"].includes($slaves[$i].assignment)>> $His hole<<if $slaves[$i].vagina >= 0>>s are<<else>> is<</if>> as tight as the drugs can get <<if $slaves[$i].vagina >= 0>>them<<else>>it<</if>>, but given $his assignment, $he is likely to be stretched out again so $his enema regimen continues. <<else>> $His hole<<if $slaves[$i].vagina >= 0>>s are<<else>> is<</if>> as tight as the drugs can get <<if $slaves[$i].vagina >= 0>>them<<else>>it<</if>>. @@.yellow;$His enema regimen has been ended.@@ <<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>> <</if>> <</if>> <<set $slaves[$i].chem += 2>> <<case "milk">> <<if $slaves[$i].behavioralFlaw == "anorexic">> <<if $slaves[$i].inflationMethod == 1>> <<if ($dairySlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>> You no longer have a functional dairy. @@.yellow;$His inflation regimen has been ended.@@ <<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>> <<elseif $slaves[$i].inflation == 3>> Throughout the week, $he @@.mediumorchid;reluctantly@@ sucks from the dairy tap until $his stomach is @@.red;painfully bloated@@ with nearly two gallons of milk, leaving $him looking ready to burst. $He struggles to keep $his fatty, liquid meal down, @@.gold;fearing@@ punishment otherwise. <<set $slaves[$i].health -= 10, $slaves[$i].devotion -= 8, $slaves[$i].trust -= 8>> <<elseif $slaves[$i].inflation == 2>> Throughout the week, $he @@.mediumorchid;reluctantly@@ sucks from the dairy tap until $his stomach is bloated with nearly four liters of milk, leaving $him looking pregnant. $He struggles to keep $his fatty, liquid meal down, @@.gold;fearing@@ punishment otherwise. <<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>> <<elseif $slaves[$i].inflation == 1>> Throughout the week, $he @@.mediumorchid;reluctantly@@ sucks from the dairy tap until $his stomach is bloated with nearly two liters of milk, leaving $his belly noticeably distended. $He struggles to keep $his fatty, liquid meal down, @@.gold;fearing@@ punishment otherwise. <<set $slaves[$i].devotion -= 3, $slaves[$i].trust -= 3>> <</if>> <<elseif $slaves[$i].inflationMethod == 2>> <<if ($dairySlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>> You no longer have a functional dairy. @@.yellow;$His inflation regimen has been ended.@@ <<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>> <<elseif $slaves[$i].inflation == 3>> Throughout the week, $he @@.mediumorchid;reluctantly@@ fills $his rectum from the dairy tap until $his stomach is @@.red;painfully bloated@@ with nearly two gallons of milk, leaving $him looking ready to burst. $He struggles to keep the fattening load inside $him, @@.gold;fearing@@ punishment otherwise. <<set $slaves[$i].health -= 10, $slaves[$i].devotion -= 8, $slaves[$i].trust -= 8>> <<elseif $slaves[$i].inflation == 2>> Throughout the week, $he @@.mediumorchid;reluctantly@@ fills $his rectum from the dairy tap until $his stomach is bloated with nearly four liters of milk, leaving $him looking pregnant. $He struggles to keep the fattening load inside $him, @@.gold;fearing@@ punishment otherwise. <<set $slaves[$i].devotion -= 5,$slaves[$i].trust -= 5>> <<elseif $slaves[$i].inflation == 1>> Throughout the week, $he @@.mediumorchid;reluctantly@@ fills $his rectum from the dairy tap until $his stomach is bloated with nearly two liters of milk, leaving $his belly noticeably distended. $He struggles to keep the fattening load inside $him, @@.gold;fearing@@ punishment otherwise. <<set $slaves[$i].devotion -= 3, $slaves[$i].trust -= 3>> <</if>> <<elseif $slaves[$i].inflationMethod == 3>> <<set _saf = $slaveIndices[$slaves[$i].milkSource]>> <<if $slaves[_saf].lactation == 0>> $slaves[_saf].slaveName is no longer lactating and thus can no longer keep $slaves[$i].slaveName filled with milk. @@.yellow;$His inflation regimen has been ended.@@ <<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].milkSource = 0, SetBellySize($slaves[$i])>> <<elseif $slaves[$i].inflation == 3>> Throughout the week, $he @@.mediumorchid;reluctantly@@ suckles from $slaves[_saf].slaveName until $his stomach is @@.red;painfully bloated@@ with nearly two gallons of milk, leaving $him looking ready to burst. $He struggles to keep $his fatty, liquid meal down, @@.gold;fearing@@ punishment otherwise. <<set $slaves[$i].health -= 10, $slaves[$i].devotion -= 8, $slaves[$i].trust -= 8>> <<elseif $slaves[$i].inflation == 2>> Throughout the week, $he @@.mediumorchid;reluctantly@@ suckles from $slaves[_saf].slaveName until $his stomach is bloated with nearly four liters of milk, leaving $him looking pregnant. $He struggles to keep $his fatty, liquid meal down, @@.gold;fearing@@ punishment otherwise. <<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>> <<elseif $slaves[$i].inflation == 1>> Throughout the week, $he @@.mediumorchid;reluctantly@@ suckles from $slaves[_saf].slaveName until $his stomach is bloated with nearly two liters of milk, leaving $his belly noticeably distended. $He struggles to keep $his fatty, liquid meal down, @@.gold;fearing@@ punishment otherwise. <<set $slaves[$i].devotion -= 3, $slaves[$i].trust -= 3>> <</if>> <</if>> <<elseif $slaves[$i].behavioralFlaw == "gluttonous">> <<if $slaves[$i].inflationMethod == 1>> <<if ($dairySlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>> You no longer have a functional dairy. @@.yellow;$His inflation regimen has been ended.@@ <<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>> <<elseif $slaves[$i].inflation == 3>> Throughout the week, $he @@.hotpink;eagerly@@ sucks from the dairy tap until $his stomach is @@.red;painfully bloated@@ with nearly two gallons of milk, leaving $him looking ready to burst. $He rubs $his full belly @@.mediumaquamarine;contently@@, anticipating $his next gorging. <<set $slaves[$i].health -= 10, $slaves[$i].devotion += 5, $slaves[$i].trust += 5>> <<elseif $slaves[$i].inflation == 2>> Throughout the week, $he @@.hotpink;eagerly@@ sucks from the dairy tap until $his stomach is bloated with nearly four liters of milk, leaving $him looking pregnant. $He rubs $his taut belly @@.mediumaquamarine;contently@@, anticipating $his next feeding. <<set $slaves[$i].devotion += 4, $slaves[$i].trust += 4>> <<elseif $slaves[$i].inflation == 1>> Throughout the week, $he @@.hotpink;eagerly@@ sucks from the dairy tap until $his stomach is bloated with nearly two liters of milk, leaving $his belly noticeably distended. $He rubs $his sloshing belly @@.mediumaquamarine;contently@@, anticipating $his next meal. <<set $slaves[$i].devotion += 3, $slaves[$i].trust += 3>> <</if>> <<elseif $slaves[$i].inflationMethod == 2>> <<if ($dairySlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>> You no longer have a functional dairy. @@.yellow;$His inflation regimen has been ended.@@ <<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>> <<elseif $slaves[$i].inflation == 3>> Throughout the week, $he @@.hotpink;happily@@ fills $his rectum from the dairy tap until $his stomach is @@.red;painfully bloated@@ with nearly two gallons of milk, leaving $him looking ready to burst. $He rubs $his taut belly @@.mediumaquamarine;contently@@, though $he wishes $he could have swallowed it instead. <<set $slaves[$i].health -= 10, $slaves[$i].devotion += 4, $slaves[$i].trust += 4>> <<elseif $slaves[$i].inflation == 2>> Throughout the week, $he @@.hotpink;happily@@ fills $his rectum from the dairy tap until $his stomach is bloated with nearly four liters of milk, leaving $him looking pregnant. $He rubs $his full belly @@.mediumaquamarine;contently@@, though $he wishes $he could have swallowed it instead. <<set $slaves[$i].devotion += 3, $slaves[$i].trust += 3>> <<elseif $slaves[$i].inflation == 1>> Throughout the week, $he @@.hotpink;happily@@ fills $his rectum from the dairy tap until $his stomach is bloated with nearly two liters of milk, leaving $his belly noticeably distended. $He rubs $his sloshing belly @@.mediumaquamarine;contently@@, though $he wishes $he could have swallowed it instead. <<set $slaves[$i].devotion += 1, $slaves[$i].trust += 1>> <</if>> <<elseif $slaves[$i].inflationMethod == 3>> <<set _saf = $slaveIndices[$slaves[$i].milkSource]>> <<if $slaves[_saf].lactation == 0>> $slaves[_saf].slaveName is no longer lactating and thus can no longer keep $slaves[$i].slaveName filled with milk. @@.yellow;$His inflation regimen has been ended.@@ <<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].milkSource = 0, SetBellySize($slaves[$i])>> <<elseif $slaves[$i].inflation == 3>> Throughout the week, $he @@.hotpink;eagerly@@ sucks from $slaves[_saf].slaveName until $his stomach is @@.red;painfully bloated@@ with nearly two gallons of milk, leaving $him looking ready to burst. $He rubs $his full belly @@.mediumaquamarine;contently@@, anticipating $his next gorging. <<set $slaves[$i].health -= 10, $slaves[$i].devotion += 5, $slaves[$i].trust += 5>> <<elseif $slaves[$i].inflation == 2>> Throughout the week, $he @@.hotpink;eagerly@@ sucks from $slaves[_saf].slaveName until $his stomach is bloated with nearly four liters of milk, leaving $him looking pregnant. $He rubs $his taut belly @@.mediumaquamarine;contently@@, anticipating $his next feeding. <<set $slaves[$i].devotion += 4, $slaves[$i].trust += 4>> <<elseif $slaves[$i].inflation == 1>> Throughout the week, $he @@.hotpink;eagerly@@ sucks from $slaves[_saf].slaveName until $his stomach is bloated with nearly two liters of milk, leaving $his belly noticeably distended. $He rubs $his sloshing belly @@.mediumaquamarine;contently@@, anticipating $his next meal. <<set $slaves[$i].devotion += 3, $slaves[$i].trust += 3>> <</if>> <</if>> <<else>> <<if $slaves[$i].inflationMethod == 1>> <<if ($dairySlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>> You no longer have a functional dairy. @@.yellow;$His inflation regimen has been ended.@@ <<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>> <<elseif $slaves[$i].inflation == 3>> Throughout the week, $he makes sure to keep herself filled with nearly two gallons of milk, leaving $him looking ready to burst. $He keeps herself @@.red;painfully full@@ for you. <<set $slaves[$i].health -= 10>> <<elseif $slaves[$i].inflation == 2>> Throughout the week, $he makes sure to keep herself filled with nearly four liters of milk, leaving $him looking pregnant. $He is full enough to be distended but not enough to grow taut. <<elseif $slaves[$i].inflation == 1>> Throughout the week, $he makes sure to keep herself filled with nearly two liters of milk, leaving $his belly noticeably distended. $He is full enough to be swollen but not enough to visibly jiggle. <</if>> <<elseif $slaves[$i].inflationMethod == 2>> <<if ($dairySlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>> You no longer have a functional dairy. @@.yellow;$His inflation regimen has been ended.@@ <<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>> <<elseif $slaves[$i].inflation == 3>> Throughout the week, $he makes sure to fill $his rear with nearly two gallons of milk, leaving $him looking ready to burst, whenever $he leaks or needs to release $his load. $He keeps herself @@.red;painfully full@@ for you. <<set $slaves[$i].health -= 10>> <<elseif $slaves[$i].inflation == 2>> Throughout the week, $he makes sure to fill $his rear with nearly four liters of milk, leaving $him looking pregnant, whenever $he leaks or needs to release $his load. $He is full enough to be distended but not enough to grow taut. <<elseif $slaves[$i].inflation == 1>> Throughout the week, $he makes sure to fill $his rear with nearly two liters of milk, leaving $his belly noticeably distended, whenever $he leaks or needs to release $his load. $He is full enough to be swollen but not enough to visibly jiggle. <</if>> <<elseif $slaves[$i].inflationMethod == 3>> <<set _saf = $slaveIndices[$slaves[$i].milkSource]>> <<if $slaves[_saf].lactation == 0>> $slaves[_saf].slaveName is no longer lactating and thus can no longer keep $slaves[$i].slaveName filled with milk. @@.yellow;$His inflation regimen has been ended.@@ <<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].milkSource = 0, SetBellySize($slaves[$i])>> <<elseif $slaves[$i].inflation == 3>> Throughout the week, $he makes sure keep suckling from $slaves[_saf].slaveName until $he is filled with nearly two gallons of milk, leaving $him looking ready to give birth. $He keeps herself @@.red;painfully full@@ for you. <<set $slaves[$i].health -= 10>> <<elseif $slaves[$i].inflation == 2>> Throughout the week, $he makes sure keep suckling from $slaves[_saf].slaveName until $he is filled with nearly four liters of milk, leaving $him looking pregnant. $He is full enough to be distended but not enough to grow taut. <<elseif $slaves[$i].inflation == 1>> Throughout the week, $he makes sure keep suckling from $slaves[_saf].slaveName until $he is filled with nearly two liters of milk, leaving $his belly noticeably distended. $He is full enough to be swollen but not enough to visibly jiggle. <</if>> <</if>> <</if>> <<case "cum">> <<if $slaves[$i].behavioralFlaw == "anorexic">> <<if $slaves[$i].inflationMethod == 1>> <<if ($dairySlaves == 0 || $cumSlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>> You no longer have a functional cum dairy. @@.yellow;$His inflation regimen has been ended.@@ <<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>> <<elseif $slaves[$i].inflation == 3>> Throughout the week, $he @@.mediumorchid;reluctantly@@ sucks from the dairy tap until $his stomach is @@.red;painfully bloated@@ with nearly two gallons of cum, leaving $him looking ready to burst. $He struggles to keep $his liquid meal down, @@.gold;fearing@@ punishment otherwise. <<set $slaves[$i].health -= 10, $slaves[$i].devotion -= 8, $slaves[$i].trust -= 8>> <<elseif $slaves[$i].inflation == 2>> Throughout the week, $he @@.mediumorchid;reluctantly@@ sucks from the dairy tap until $his stomach is bloated with nearly four liters of cum, leaving $him looking pregnant. $He struggles to keep $his liquid meal down, @@.gold;fearing@@ punishment otherwise. <<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>> <<elseif $slaves[$i].inflation == 1>> Throughout the week, $he @@.mediumorchid;reluctantly@@ sucks from the dairy tap until $his stomach is bloated with nearly two liters of cum, leaving $his belly noticeably distended. $He struggles to keep $his liquid meal down, @@.gold;fearing@@ punishment otherwise. <<set $slaves[$i].devotion -= 3, $slaves[$i].trust -= 3>> <</if>> <<elseif $slaves[$i].inflationMethod == 2>> <<if ($dairySlaves == 0 || $cumSlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>> You no longer have a functional cum dairy. @@.yellow;$His inflation regimen has been ended.@@ <<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>> <<elseif $slaves[$i].inflation == 3>> Throughout the week, $he @@.mediumorchid;reluctantly@@ fills $his rectum from the dairy tap until $his stomach is @@.red;painfully bloated@@ with nearly two gallons of cum, leaving $him looking ready to burst. $He struggles to keep the massive cumshot inside $him, @@.gold;fearing@@ punishment otherwise. <<set $slaves[$i].health -= 10, $slaves[$i].devotion -= 8, $slaves[$i].trust -= 8>> <<elseif $slaves[$i].inflation == 2>> Throughout the week, $he @@.mediumorchid;reluctantly@@ fills $his rectum from the dairy tap until $his stomach is bloated with nearly four liters of cum, leaving $him looking pregnant. $He struggles to keep the huge cumshot inside $him, @@.gold;fearing@@ punishment otherwise. <<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>> <<elseif $slaves[$i].inflation == 1>> Throughout the week, $he @@.mediumorchid;reluctantly@@ fills $his rectum from the dairy tap until $his stomach is bloated with nearly two liters of cum, leaving $his belly noticeably distended. $He struggles to keep the cumshot inside $him, @@.gold;fearing@@ punishment otherwise. <<set $slaves[$i].devotion -= 3, $slaves[$i].trust -= 3>> <</if>> <<elseif $slaves[$i].inflationMethod == 3>> <<set _saf = $slaveIndices[$slaves[$i].cumSource]>> <<if $slaves[_saf].balls == 0>> $slaves[_saf].slaveName has no longer has testicles and thus can no longer keep $slaves[$i].slaveName filled with cum. @@.yellow;$His inflation regimen has been ended.@@ <<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].cumSource = 0, SetBellySize($slaves[$i])>> <<elseif $slaves[$i].inflation == 3>> Throughout the week, $he @@.mediumorchid;reluctantly@@ sucks $slaves[_saf].slaveName's <<if $slaves[_saf].dick > 0>>cock<<else>>cum hole<</if>> until $his stomach is @@.red;painfully bloated@@ with nearly two gallons of cum, leaving $him looking ready to burst. $He struggles to keep $his liquid meal down, @@.gold;fearing@@ punishment otherwise. <<set $slaves[$i].health -= 10, $slaves[$i].devotion -= 8, $slaves[$i].trust -= 8>> <<elseif $slaves[$i].inflation == 2>> Throughout the week, $he @@.mediumorchid;reluctantly@@ sucks $slaves[_saf].slaveName's <<if $slaves[_saf].dick > 0>>cock<<else>>cum hole<</if>> until $his stomach is bloated with nearly four liters of cum, leaving $him looking pregnant. $He struggles to keep $his liquid meal down, @@.gold;fearing@@ punishment otherwise. <<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>> <<elseif $slaves[$i].inflation == 1>> Throughout the week, $he @@.mediumorchid;reluctantly@@ sucks $slaves[_saf].slaveName's <<if $slaves[_saf].dick > 0>>cock<<else>>cum hole<</if>> until $his stomach is bloated with nearly two liters of cum, leaving $his belly noticeably distended. $He struggles to keep $his liquid meal down, @@.gold;fearing@@ punishment otherwise. <<set $slaves[$i].devotion -= 3, $slaves[$i].trust -= 3>> <</if>> <</if>> <<elseif $slaves[$i].behavioralFlaw == "gluttonous">> <<if $slaves[$i].inflationMethod == 1>> <<if ($dairySlaves == 0 || $cumSlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>> You no longer have a functional cum dairy. @@.yellow;$His inflation regimen has been ended.@@ <<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>> <<elseif $slaves[$i].inflation == 3>> Throughout the week, $he @@.hotpink;eagerly@@ sucks from the dairy tap until $his stomach is @@.red;painfully bloated@@ with nearly two gallons of cum, leaving $him looking ready to burst. $He rubs $his full belly @@.mediumaquamarine;contently@@, anticipating $his next gorging. <<set $slaves[$i].health -= 10, $slaves[$i].devotion += 5, $slaves[$i].trust += 5>> <<elseif $slaves[$i].inflation == 2>> Throughout the week, $he @@.hotpink;eagerly@@ sucks from the dairy tap until $his stomach is bloated with nearly four liters of cum, leaving $him looking pregnant. $He rubs $his taut belly @@.mediumaquamarine;contently@@, anticipating $his next feeding. <<set $slaves[$i].devotion += 4, $slaves[$i].trust += 4>> <<elseif $slaves[$i].inflation == 1>> Throughout the week, $he @@.hotpink;eagerly@@ sucks from the dairy tap until $his stomach is bloated with nearly two liters of cum, leaving $his belly noticeably distended. $He rubs $his sloshing belly @@.mediumaquamarine;contently@@, anticipating $his next meal. <<set $slaves[$i].devotion += 3, $slaves[$i].trust += 3>> <</if>> <<elseif $slaves[$i].inflationMethod == 2>> <<if ($dairySlaves == 0 || $cumSlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>> You no longer have a functional cum dairy. @@.yellow;$His inflation regimen has been ended.@@ <<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>> <<elseif $slaves[$i].inflation == 3>> Throughout the week, $he @@.hotpink;happily@@ fills $his rectum from the dairy tap until $his stomach is @@.red;painfully bloated@@ with nearly two gallons of cum, leaving $him looking ready to burst. $He rubs $his taut belly @@.mediumaquamarine;contently@@, though $he wishes $he could have swallowed it instead. <<set $slaves[$i].health -= 10, $slaves[$i].devotion += 4, $slaves[$i].trust += 4>> <<elseif $slaves[$i].inflation == 2>> Throughout the week, $he @@.hotpink;happily@@ fills $his rectum from the dairy tap until $his stomach is bloated with nearly four liters of cum, leaving $him looking pregnant. $He rubs $his full belly @@.mediumaquamarine;contently@@, though $he wishes $he could have swallowed it instead. <<set $slaves[$i].devotion += 3, $slaves[$i].trust += 3>> <<elseif $slaves[$i].inflation == 1>> Throughout the week, $he @@.hotpink;happily@@ fills $his rectum from the dairy tap until $his stomach is bloated with nearly two liters of cum, leaving $his belly noticeably distended. $He rubs $his sloshing belly @@.mediumaquamarine;contently@@, though $he wishes $he could have swallowed it instead. <<set $slaves[$i].devotion++, $slaves[$i].trust++>> <</if>> <<elseif $slaves[$i].inflationMethod == 3>> <<set _saf = $slaveIndices[$slaves[$i].cumSource]>> <<if $slaves[_saf].balls == 0>> $slaves[_saf].slaveName has no longer has testicles and thus can no longer keep $slaves[$i].slaveName filled with cum. @@.yellow;$His inflation regimen has been ended.@@ <<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].cumSource = 0, SetBellySize($slaves[$i])>> <<elseif $slaves[$i].inflation == 3>> Throughout the week, $he @@.hotpink;eagerly@@ sucks $slaves[_saf].slaveName's <<if $slaves[_saf].dick > 0>>cock<<else>>cum hole<</if>> until $his stomach is @@.red;painfully bloated@@ with nearly two gallons of cum, leaving $him looking ready to burst. $He rubs $his full belly @@.mediumaquamarine;contently@@, anticipating $his next gorging. <<set $slaves[$i].health -= 10, $slaves[$i].devotion += 5, $slaves[$i].trust += 5>> <<elseif $slaves[$i].inflation == 2>> Throughout the week, $he @@.hotpink;eagerly@@ sucks $slaves[_saf].slaveName's <<if $slaves[_saf].dick > 0>>cock<<else>>cum hole<</if>> until $his stomach is bloated with nearly four liters of cum, leaving $him looking pregnant. $He rubs $his taut belly @@.mediumaquamarine;contently@@, anticipating $his next feeding. <<set $slaves[$i].devotion += 4, $slaves[$i].trust += 4>> <<elseif $slaves[$i].inflation == 1>> Throughout the week, $he @@.hotpink;eagerly@@ sucks $slaves[_saf].slaveName's <<if $slaves[_saf].dick > 0>>cock<<else>>cum hole<</if>> until $his stomach is bloated with nearly two liters of cum, leaving $his belly noticeably distended. $He rubs $his sloshing belly @@.mediumaquamarine;contently@@, anticipating $his next meal. <<set $slaves[$i].devotion += 3, $slaves[$i].trust += 3>> <</if>> <</if>> <<else>> <<if $slaves[$i].inflationMethod == 1>> <<if ($dairySlaves == 0 || $cumSlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>> You no longer have a functional cum dairy. @@.yellow;$His inflation regimen has been ended.@@ <<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>> <<elseif $slaves[$i].inflation == 3>> Throughout the week, $he makes sure to keep herself filled with nearly two gallons of cum, leaving $him looking ready to burst. $He keeps herself @@.red;painfully full@@ for you. <<set $slaves[$i].health -= 10>> <<elseif $slaves[$i].inflation == 2>> Throughout the week, $he makes sure to keep herself filled with nearly four liters of cum, leaving $him looking pregnant. $He is full enough to be distended but not enough to grow taut. <<elseif $slaves[$i].inflation == 1>> Throughout the week, $he makes sure to keep herself filled with nearly two liters of cum, leaving $his belly noticeably distended. $He is full enough to be swollen but not enough to visibly jiggle. <</if>> <<elseif $slaves[$i].inflationMethod == 2>> <<if ($dairySlaves == 0 || $cumSlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>> You no longer have a functional cum dairy. @@.yellow;$His inflation regimen has been ended.@@ <<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>> <<elseif $slaves[$i].inflation == 3>> Throughout the week, $he makes sure to fill $his rear with nearly two gallons of cum, leaving $him looking ready to burst, whenever $he leaks or needs to release $his load. $He keeps herself @@.red;painfully full@@ for you. <<set $slaves[$i].health -= 10>> <<elseif $slaves[$i].inflation == 2>> Throughout the week, $he makes sure to fill $his rear with nearly four liters of cum, leaving $him looking pregnant, whenever $he leaks or needs to release $his load. $He is full enough to be distended but not enough to grow taut. <<elseif $slaves[$i].inflation == 1>> Throughout the week, $he makes sure to fill $his rear with nearly two liters of cum, leaving $his belly noticeably distended, whenever $he leaks or needs to release $his load. $He is full enough to be swollen but not enough to visibly jiggle. <</if>> <<elseif $slaves[$i].inflationMethod == 3>> <<set _saf = $slaveIndices[$slaves[$i].cumSource]>> <<if $slaves[_saf].balls == 0>> $slaves[$j].slaveName has no longer has testicles and thus can no longer keep $slaves[$i].slaveName filled with cum. @@.yellow;$His inflation regimen has been ended.@@ <<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].cumSource = 0, SetBellySize($slaves[$i])>> <<elseif $slaves[$i].inflation == 3>> Throughout the week, $he makes sure keep sucking $slaves[_saf].slaveName's <<if $slaves[_saf].dick > 0>>cock<<else>>cum hole<</if>> until $he is filled with nearly two gallons of cum, leaving $him looking ready to burst. $He keeps herself @@.red;painfully full@@ for you. <<set $slaves[$i].health -= 10>> <<elseif $slaves[$i].inflation == 2>> Throughout the week, $he makes sure keep sucking $slaves[_saf].slaveName's <<if $slaves[_saf].dick > 0>>cock<<else>>cum hole<</if>> until $he is filled with nearly four liters of cum, leaving $him looking pregnant. $He is full enough to be distended but not enough to grow taut. <<elseif $slaves[$i].inflation == 1>> Throughout the week, $he makes sure keep sucking $slaves[_saf].slaveName's <<if $slaves[_saf].dick > 0>>cock<<else>>cum hole<</if>> until $he is filled with nearly two liters of cum, leaving $his belly noticeably distended. $He is full enough to be swollen but not enough to visibly jiggle. <</if>> <</if>> <</if>> <<case "food">> <<if $slaves[$i].behavioralFlaw == "anorexic">> <<if $slaves[$i].inflation == 3>> Throughout the week, $he focuses $his @@.mediumorchid;loathing@@ on you as $he forces down servings of slave food until $his stomach is @@.red;painfully bloated@@ with nearly two gallons of the paste, leaving $him looking ready to burst. $He struggles to keep $his meal down, @@.gold;fearing@@ punishment otherwise. <<set $slaves[$i].health -= 10, $slaves[$i].devotion -= 16, $slaves[$i].trust -= 16>> <<elseif $slaves[$i].inflation == 2>> Throughout the week, $he focuses $his @@.mediumorchid;loathing@@ on you as $he forces down servings of slave food until $his stomach is bloated with nearly four liters of the paste, giving $him quite the food baby. $He struggles to keep $his meal down, @@.gold;fearing@@ punishment otherwise. <<set $slaves[$i].devotion -= 10, $slaves[$i].trust -= 10>> <<elseif $slaves[$i].inflation == 1>> Throughout the week, $he focuses $his @@.mediumorchid;loathing@@ on you as $he forces down servings of slave food until $his stomach is bloated with nearly two liters of the paste, leaving $his stomach obviously distended. $He struggles to keep $his meal down, @@.gold;fearing@@ punishment otherwise. <<set $slaves[$i].devotion -= 6, $slaves[$i].trust -= 6>> <</if>> <<elseif $slaves[$i].behavioralFlaw == "gluttonous">> <<if $slaves[$i].inflation == 3>> Throughout the week, $he @@.hotpink;eagerly@@ stuffs $his face with servings of slave food until $his stomach is @@.red;painfully bloated@@ with nearly two gallons of the paste, leaving $him looking ready to burst. $He rubs $his stuffed belly @@.mediumaquamarine;contently@@, anticipating $his next gorging. <<set $slaves[$i].health -= 10, $slaves[$i].devotion += 10, $slaves[$i].trust += 10>> <<elseif $slaves[$i].inflation == 2>> Throughout the week, $he @@.hotpink;eagerly@@ stuffs $his face with servings of slave food until $his stomach is bloated with nearly four liters of the paste, giving $him quite the food baby. $He rubs $his taut belly @@.mediumaquamarine;contently@@, anticipating $his next meal. <<set $slaves[$i].devotion += 7, $slaves[$i].trust += 7>> <<elseif $slaves[$i].inflation == 1>> Throughout the week, $he @@.hotpink;eagerly@@ stuffs $his face with servings of slave food until $his stomach is bloated with nearly two liters of the paste, leaving $his belly noticeably distended. $He rubs $his stuffed belly @@.mediumaquamarine;contently@@, anticipating $his next helping. <<set $slaves[$i].devotion += 5, $slaves[$i].trust += 5>> <</if>> <<else>> <<if $slaves[$i].inflation == 3>> Throughout the week, $he makes sure to binge eat until $his gut is stuffed with nearly two gallons of slave food, leaving $him looking ready to burst. $He keeps herself @@.red;painfully full@@ for you. <<set $slaves[$i].health -= 10>> <<elseif $slaves[$i].inflation == 2>> Throughout the week, $he makes sure to binge eat until $his gut is filled with nearly four liters of slave food, giving $him quite the food baby. $He is full enough to be distended but not enough to grow taut. <<elseif $slaves[$i].inflation == 1>> Throughout the week, $he makes sure to binge eat until $he's consumed nearly two liters of slave food, leaving $his belly noticeably distended. $He is full enough to be swollen but not enough to visibly jiggle. <</if>> <</if>> <</switch>> <<if $slaves[$i].fetish == "cumslut" && $slaves[$i].inflationType == "cum" && $slaves[$i].bellyFluid >= 1500>> Being so full of cum fills $him with @@.hotpink;absolute bliss.@@ <<set $slaves[$i].devotion += 5>> <<elseif $slaves[$i].fetish == "masochist" && $slaves[$i].bellyFluid >= 10000>> That pain comes with @@.hotpink;absolute bliss@@ as $he relishes the unique sensation. <<set $slaves[$i].devotion += 5>> <</if>> <<if $slaves[$i].behavioralQuirk == "fitness">> <<if $slaves[$i].inflationType == "milk" || $slaves[$i].inflationType == "cum" || $slaves[$i].inflationType == "food" && $slaves[$i].inflation > 0>> $He vows to exercise more to deal with @@.mediumorchid;the bloated belly you forced on $him.@@ Though gaining weight just means more opportunities to work out. <<set $slaves[$i].devotion -= 3>> <</if>> <</if>> <<if $slaves[$i].inflationType == "milk" && $slaves[$i].bellyFluid >= 1500>> <<if $slaves[$i].weight < 200>> $His body @@.lime;grows a little more padded@@ as it absorbs the milk contained in $his digestive track. <<set $slaves[$i].weight += 2>> <</if>> <<if random(1,100) > 50>> <<if $slaves[$i].boobs < 3000>> $His breasts @@.lime;swell@@ with added fat as $he digests the milk contained in $his digestive track. <<set $slaves[$i].boobs += 200>> <</if>> <<if $slaves[$i].butt < 7>> $His butt @@.lime;swells@@ with added fat as $he digests the milk contained in $his digestive track. <<set $slaves[$i].butt += 1>> <</if>> <</if>> <<elseif $slaves[$i].inflationType == "food" && $slaves[$i].bellyFluid >= 1500>> <<if $slaves[$i].weight < 200>> $His body @@.lime;rapidly gains weight@@ as it digests the food contained in $his digestive track. <<set $slaves[$i].weight += 4>> <</if>> <<if random(1,100) > 50 && $slaves[$i].boobs < 3000>> $His breasts @@.lime;swell@@ with added fat as $he digests the food contained in $his digestive track. <<set $slaves[$i].boobs += 200>> <</if>> <<if random(1,100) > 50 && $slaves[$i].butt < 7>> $His butt @@.lime;swells@@ with added fat as $he digests the food contained in $his digestive track. <<set $slaves[$i].butt += 1>> <</if>> <</if>>
DankWolf/fc
src/pregmod/saInflation.tw
tw
bsd-3-clause
45,087
:: SE Burst [nobr] <<set $nextButton = "Continue", $returnTo = "Scheduled Event">> <<for _b = 0; _b < $slaves.length; _b++>> <<if $slaves[_b].burst == 1>> <<if $slaves[_b].inflation != 0>> <<pop $slaves[_b]>> <</if>> <<set $activeSlave = $slaves[_b]>> <<include "Remove activeSlave">> <br><br><hr style="margin:0"><br> <</if>> <</for>> <<set $burstee = 0>> <<set $burst = 0>>
DankWolf/fc
src/pregmod/seBurst.tw
tw
bsd-3-clause
385
:: SE Death [nobr] <<set $nextButton = "Continue", $nextLink = "Scheduled Event">> <<set _killedSlaves = []>> <<foreach _slave of $slaves>> <<switch _slave.death.toLowerCase()>> <<case "old">> <<DeathOldAge _slave>> <br><br><hr style="margin:0"><br> <<set _killedSlaves.push(_slave)>> <<case "od">> <<DeathOverdose _slave>> <br><br><hr style="margin:0"><br> <<set _killedSlaves.push(_slave)>> <<case "health">> <<DeathUnhealthy _slave>> <br><br><hr style="margin:0"><br> <<set _killedSlaves.push(_slave)>> <<case "burst">> <<DeathPregnancyBurst _slave>> <br><br><hr style="margin:0"><br> <<set _killedSlaves.push(_slave)>> <</switch>> <</foreach>> <<foreach _slave of _killedSlaves>> <<set $activeSlave = _slave>> <<include "Remove activeSlave">> <</foreach>> <<unset _killedSlaves>> <<set $slaveDeath = 0>>
DankWolf/fc
src/pregmod/seDeath.tw
tw
bsd-3-clause
860
:: SE FCTV Install [nobr] <<set $nextButton = "Continue", $nextLink = "Scheduled Event", $returnTo = "Scheduled Event", $showEncyclopedia = 1, $encyclopedia = "FCTV", $receiverAvailable = 1>> <<set $showOne = 0, $showTwo = 0, $showThree = 0, $showFour = 0, $showFive = 0, $showSix = 0, $showSeven = 0, $showEight = 0, $showNine = 0, $showTen = 0, $showEleven = 0, $showTwelve = 0, $showThirteen = 0, $showFourteen = 0, $randShow = 0, $lastShow = -1>> You've been sitting in your office into the early afternoon going over bothersome lease documents that need your approval. When you take a break to look out the window, $assistantName speaks up. "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>, you have received an approval welcome packet from 8HGG Inc in regards to Free Cities TV. It seems that they've determined that $arcologies[0].name is now sufficiently developed enough to warrant a FCTV-Citizen connection. All the details and contracts necessary are included in the packet. From there, a receiver will need to be built onto $arcologies[0].name in order to access FCTV." <br><br> You browse the guide: Home shopping networks, random dramas, how-to shows and a myriad of other things. Of more interest are some of the programs showing glimpses into foreign arcologies and how they are using the service to help mold society. <br><br><i>While FCTV attempts to exclude any dick-based, pregnancy, hyperpregnancy, and extreme content based on your settings, it may still hint at that content, especially the more mundane of it. If you wish to be absolutely sure, don't watch FCTV or do not install the receiver.</i>
DankWolf/fc
src/pregmod/seFCTVinstall.tw
tw
bsd-3-clause
1,669
:: SE husk slave delivery [nobr] <<set $huskSlaveOrdered = 0, $nextButton = "Continue", $nextLink = "Scheduled Event", $returnTo = "Scheduled Event", $showEncyclopedia = 1, $encyclopedia = "Enslaving People">> <<set $activeSlaveOneTimeMinAge = $huskSlave.age>> <<set $activeSlaveOneTimeMaxAge = $huskSlave.age>> <<set $one_time_age_overrides_pedo_mode = 1>> <<set $ageAdjustOverride = 1>> <<if $huskSlave.sex == 2>> <<include "Generate XY Slave">> <<set $activeSlave.boobs = 0>> <<set $activeSlave.boobsImplant = 0>> <<else>> <<include "Generate XX Slave">> <</if>> <<set $activeSlave.slaveName = "Doll">> <<set $activeSlave.birthName = "">> <<set $activeSlave.slaveSurname = "">> <<set $activeSlave.surname = "">> <<set $activeSlave.race = $huskSlave.race>> <<set $activeSlave.nationality = $huskSlave.nationality>> <<set $activeSlave.origin = "You reserved a mindless slave like her from the Flesh Heap.">> <<set $activeSlave.devotion = 0>> <<set $activeSlave.trust = 0>> <<if $activeSlave.race == "black">> <<set $activeSlave.skin = either("black", "brown", "dark brown")>> <<set $activeSlave.hColor = either("black", "black", "black", "brown")>> <<set $activeSlave.hStyle = either("shoulder-length", "short", "very short", "shaved bald", "crinkled")>> <<elseif $activeSlave.race == "white">> <<set $activeSlave.skin = either("pale", "light", "fair")>> <<set $activeSlave.eyeColor = either("blue", "brown", "green")>> <<set $activeSlave.hColor = either("black", "blonde", "red", "brown")>> <<set $activeSlave.hStyle = either("ass-length", "long", "shoulder-length", "short", "very short", "shaved bald")>> <<elseif $activeSlave.race == "latina">> <<set $activeSlave.skin = either("light olive", "brown", "dark brown", "tanned", "dark olive")>> <<set $activeSlave.hColor = either("black", "black", "brown", "brown")>> <<set $activeSlave.hStyle = either("ass-length", "long", "shoulder-length", "short", "very short", "shaved bald")>> <<elseif $activeSlave.race == "asian">> <<set $activeSlave.skin = either("light", "dark olive", "light olive")>> <<set $activeSlave.hColor = either("black")>> <<set $activeSlave.hStyle = either("ass-length", "long", "shoulder-length", "short", "very short", "shaved bald")>> <<elseif ($activeSlave.race == "indo-aryan") || ($activeSlave.race == "malay") || ($activeSlave.race == "pacific islander") || ($activeSlave.race == "amerindian")>> <<set $activeSlave.skin = either("pale", "dark", "light")>> <<set $activeSlave.hColor = either("black")>> <<set $activeSlave.hStyle = either("ass-length", "long", "shoulder-length", "short", "very short", "shaved bald")>> <<elseif ($activeSlave.race == "middle eastern") || ($activeSlave.race == "semitic") || ($activeSlave.race == "southern european")>> <<set $activeSlave.skin = either("light olive", "tanned", "light", "dark olive")>> <<set $activeSlave.hColor = either("black")>> <<set $activeSlave.hStyle = either("ass-length", "long", "shoulder-length", "short", "very short", "shaved bald")>> <</if>> <<set $activeSlave.fetish = "mindbroken">> <<set $activeSlave.fetishStrength = 10>> <<set $activeSlave.fetishKnown = 1>> <<set $activeSlave.career = "a fuckdoll">> <<set $activeSlave.behavioralFlaw = "none">> <<set $activeSlave.behavioralQuirk = "none">> <<set $activeSlave.sexualFlaw = "none">> <<set $activeSlave.sexualQuirk = "none">> <<set $activeSlave.intelligence = -3>> <<set $activeSlave.intelligenceImplant = 0>> <<set $activeSlave.vaginalSkill = 0>> <<set $activeSlave.oralSkill = 0>> <<set $activeSlave.analSkill = 0>> <<set $activeSlave.whoreSkill = 0>> <<set $activeSlave.entertainSkill = 0>> <<set $activeSlave.combatSkill = 0>> <<if $huskSlave.sex == 3>> <<set $activeSlave.dick = 1>> <<set $activeSlave.foreskin = 2>> <<set $activeSlave.prostate = 1>> <<set $activeSlave.balls = 1>> <<if $activeSlave.physicalAge >= $potencyAge>> <<set $activeSlave.pubertyXY = 1>> <</if>> <</if>> <<if $activeSlave.balls > 0>> <<set $activeSlave.scrotum = $activeSlave.balls>> <</if>> <<if $activeSlave.vagina == -1>> <<set $activeSlave.clit = 0>> <</if>> <<if $huskSlave.virgin == 0>> <<set $activeSlave.anus = 0>> <<if $activeSlave.vagina > -1>> <<set $activeSlave.vagina = 0>> <</if>> <</if>> A slave came in fitting the description you provided. <br> //As expected, she is a complete vegetable, but that is what you ordered after all. You lack the facilities to care for her in this state, so you should do what you are planning quickly. Or you could return her to the Flesh Heap, though you won't get your credits back.// <br><br> <<set $saleDescription = 1, $applyLaw = 0>><<include "Long Slave Description">><<set $saleDescription = 1>> <br><br> <span id="result"> <<if $cash >= $surgeryCost>> [[Accept the offered slave and contact the bodyswap surgeon.|husk Slave Swap Workaround]] //Will significantly increase the selected slave's upkeep.// <<else>> //You can't sustain her and thus must return her.// <</if>> </span>
DankWolf/fc
src/pregmod/seHuskSlaveDelivery.tw
tw
bsd-3-clause
4,965
:: Slave Age Intro [nobr] Do you want to see content involving girls younger than 18 in this game? <br><br> [[No.|PC Body Intro][$minimumSlaveAge = 18, $pedo_mode = 0]] //All slaves will be at least 18 years old, and slavery of children will be illegal in the Free Cities.// <br>Yes, I wish to see girls as young as <<textbox "$minimumSlaveAge" $minimumSlaveAge "PC Body Intro">> [[Continue|PC Body Intro][$pedo_mode = 0]] <br>[[I just want lots of lolis.|PC Body Intro][$minimumSlaveAge = 3, $pedo_mode = 1]] //Nearly all randomly generated slaves will be under the age of 18, although custom slaves and slaves related to specific events may be older.// <br>[[I wish to see them grow up and become fertile.|PC Body Intro][$minimumSlaveAge = 3, $pedo_mode = 0, $precociousPuberty = 1, $loliGrow = 0, $fertilityAge = 10, $potencyAge = 12, $seeAge = 1]] //Preset. Slaves' age will be random from minimal possible age. They can be made fertile younger than normal puberty age (10) in some cases, and grow up naturally.//
DankWolf/fc
src/pregmod/slaveAgeIntro.tw
tw
bsd-3-clause
1,022
:: SlaveOnSlaveFeedingWorkAround [nobr] <<set $nextButton = "Back", $nextLink = "Slave Interact">> <<set $milkTap = 0, _descM = "milk", _descC = "cum", _eligibilityMilk2 = 0, _eligibilityMilk4 = 0, _eligibilityMilk8 = 0, _eligibilityCum2 = 0, _eligibilityCum4 = 0, _eligibilityCum8 = 0>> <<for _i = 0; _i < $slaves.length; _i++>> /* milk output */ <<if $slaves[_i].lactation > 0>> <<set $slaves[_i].milkOutput = 0>> <<set _milk = milkAmount($slaves[_i])>> <<set _milk = (_milk/14)>> <<set _milk = Math.trunc(_milk)>> <<set $slaves[_i].milkOutput = _milk>> <<else>> <<set _milk = 0>> <<set $slaves[_i].milkOutput = 0>> <</if>> <</for>> <<for _i = 0; _i < $slaves.length; _i++>> /* cum output */ <<if $slaves[_i].balls > 0 && $slaves[_i].dick > 0 && ($slaves[_i].dickAccessory != "chastity" || $slaves[_i].dickAccessory != "combined chastity")>> <<set $slaves[_i].cumOutput = 0>> <<set _cum = cumAmount($slaves[_i])>> <<set _cum = (_cum/7)>> <<set _cum = (_cum/10)>> <<set _cum = Math.trunc(_cum)>> <<set $slaves[_i].cumOutput = _cum>> <<else>> <<set _cum = 0>> <<set $slaves[_i].cumOutput = 0>> <</if>> <</for>> //$activeSlave.slaveName is prepped to drink her fill; now you must select a slave capable of producing the required amount of milk or ejaculate.// <br><br><br> __Select an eligible slave to serve as the tap:__ <br><br> __Milk Slaves__ <br><br> __2 Liters__ <br> <<for _i = 0; _i < $slaves.length; _i++>> <<if $slaves[_i].milkOutput >= 2>> <<if ($slaves[_i].ID != $activeSlave.ID) && $slaves[_i].nipples != "fuckable">> <<print "[[$slaves[_i].slaveName|FSlaveFeed][$milkTap = $slaves[" + _i + "], $activeSlave.inflation = 1, $activeSlave.inflationType = _descM, $activeSlave.inflationMethod = 3]]">> <<set _eligibilityMilk2 = 1>> <br> <</if>> <</if>> <</for>> <<if (_eligibilityMilk2 == 0)>> //You have no slaves capable of producing two liters of milk.// <</if>> <br><br> __4 Liters__ <br> <<if $activeSlave.pregKnown == 0>> <<for _i = 0; _i < $slaves.length; _i++>> <<if $slaves[_i].milkOutput >= 4>> <<if ($slaves[_i].ID != $activeSlave.ID) && $slaves[_i].nipples != "fuckable">> <<print "[[$slaves[_i].slaveName|FSlaveFeed][$milkTap = $slaves[" + _i + "], $activeSlave.inflation = 2, $activeSlave.inflationType = _descM, $activeSlave.inflationMethod = 3]]">> <<set _eligibilityMilk4 = 1>> <br> <</if>> <</if>> <</for>> <<if (_eligibilityMilk4 == 0)>> //You have no slaves capable of producing four liters of milk.// <</if>> <br><br> __8 Liters__ <br> <<for _i = 0; _i < $slaves.length; _i++>> <<if $slaves[_i].milkOutput >= 8>> <<if ($slaves[_i].ID != $activeSlave.ID) && $slaves[_i].nipples != "fuckable">> <<print "[[$slaves[_i].slaveName|FSlaveFeed][$milkTap = $slaves[" + _i + "], $activeSlave.inflation = 3, $activeSlave.inflationType = _descM, $activeSlave.inflationMethod = 3]]">> <<set _eligibilityMilk8 = 1>> <br> <</if>> <</if>> <</for>> <<if (_eligibilityMilk8 == 0)>> //You have no slaves capable of producing eight liters of milk.// <</if>> <<else>> Due to her pregnancy, she is incapable of keep down more than two liters of milk. <</if>> <br><br><br><br> __Cum Slaves__ <br><br> __2 Liters__ <br> <<for _i = 0; _i < $slaves.length; _i++>> <<if $slaves[_i].cumOutput >= 2>> <<if ($slaves[_i].ID != $activeSlave.ID)>> <<print "[[$slaves[_i].slaveName|FSlaveFeed][$milkTap = $slaves[" + _i + "], $activeSlave.inflation = 1, $activeSlave.inflationType = _descC, $activeSlave.inflationMethod = 3]]">> <<set _eligibilityCum2 = 1>> <br> <</if>> <</if>> <</for>> <<if (_eligibilityCum2 == 0)>> //You have no slaves capable of producing two liters of cum.// <</if>> <br><br> __4 Liters__ <br> <<if $activeSlave.pregKnown == 0>> <<for _i = 0; _i < $slaves.length; _i++>> <<if $slaves[_i].cumOutput >= 4>> <<if ($slaves[_i].ID != $activeSlave.ID)>> <<print "[[$slaves[_i].slaveName|FSlaveFeed][$milkTap = $slaves[" + _i + "], $activeSlave.inflation = 2, $activeSlave.inflationType = _descC, $activeSlave.inflationMethod = 3]]">> <<set _eligibilityCum4 = 1>> <br> <</if>> <</if>> <</for>> <<if (_eligibilityCum4 == 0)>> //You have no slaves capable of producing four liters of cum.// <</if>> <br><br> __8 Liters__ <br> <<for _i = 0; _i < $slaves.length; _i++>> <<if $slaves[_i].cumOutput >= 8>> <<if ($slaves[_i].ID != $activeSlave.ID)>> <<print "[[$slaves[_i].slaveName|FSlaveFeed][$milkTap = $slaves[" + _i + "], $activeSlave.inflation = 3, $activeSlave.inflationType = _descC, $activeSlave.inflationMethod = 3]]">> <<set _eligibilityCum8 = 1>> <br> <</if>> <</if>> <</for>> <<if (_eligibilityCum8 == 0)>> //You have no slaves capable of producing eight liters of cum.// <</if>> <<else>> Due to her pregnancy, she is incapable of keep down more than two liters of cum. <</if>>
DankWolf/fc
src/pregmod/slaveOnSlaveFeedingWorkAround.tw
tw
bsd-3-clause
4,853
:: Slave Slave Swap [nobr] <<set $nextButton = "Continue">> <<set _ss1 = $slaveIndices[$activeSlave.ID]>> <<set _ss1Clone = clone($activeSlave)>> <<set _ss2 = $slaveIndices[$swappingSlave.ID]>> <<set _ss2Clone = clone($swappingSlave)>> <<set _gps1 = $genePool.findIndex(function(s) { return s.ID == $slaves[_ss1].ID; })>> <<set _gps1Clone = clone($genePool[_gps1])>> <<set _gps2 = $genePool.findIndex(function(s) { return s.ID == $slaves[_ss2].ID; })>> <<set _gps2Clone = clone($genePool[_gps2])>> <<run clearSummaryCache($slaves[_ss1])>> <<run clearSummaryCache($slaves[_ss2])>> You strap $activeSlave.slaveName and $swappingSlave.slaveName into the remote surgery and stand back as it goes to work. <<BodySwap $slaves[_ss1] _ss2Clone 1>> /* passing a third argument just to detect if it's a slave from the genepool */ <<BodySwap $genePool[_gps1] _gps2Clone>> <<BodySwap $slaves[_ss2] _ss1Clone 1>> /* passing a third argument just to detect if it's a slave from the genepool */ <<BodySwap $genePool[_gps2] _gps1Clone>> <br><br> After an honestly impressive procedure, $slaves[_ss1].slaveName is recovering nicely. <<BodySwapReaction $slaves[_ss1] _ss1Clone>> <br><br><hr style="margin:0"><br> In the neighboring bed, $slaves[_ss2].slaveName rests peacefully. <<BodySwapReaction $slaves[_ss2] _ss2Clone>> /* figuring out whom has who's body now*/ <<if $slaves[_ss1].bodySwap == 0>> <<set $slaves[_ss1].origBodyOwnerID = _ss2Clone.ID>> <<elseif $slaves[_ss2].origBodyOwner !== "">> /* now who's going to be looking for you? */ <<set _myBody = $slaves.findIndex(function(s) { return s.origBodyOwnerID == $slaves[_ss2].ID; })>> <<if _myBody != -1>> <<set $slaves[_myBody].origBodyOwnerID = $slaves[_ss1].ID>> <</if>> <</if>> <<if $slaves[_ss2].bodySwap == 0>> <<set $slaves[_ss2].origBodyOwnerID = _ss1Clone.ID>> <<elseif $slaves[_ss1].origBodyOwner !== "">> /* now who's going to be looking for you? */ <<set _myBody = $slaves.findIndex(function(s) { return s.origBodyOwnerID == $slaves[_ss1].ID; })>> <<if _myBody != -1>> <<set $slaves[_myBody].origBodyOwnerID = $slaves[_ss2].ID>> <</if>> <</if>> /* now to handle who's body it is, name-wise */ <<BodySwapName $slaves[_ss1] $slaves[_ss2]>> <<BodySwapName $slaves[_ss2] $slaves[_ss1]>> <<if _ss1Clone.bodySwap > 0>> <<if $slaves[_ss1].origBodyOwnerID == $slaves[_ss1].ID>> <<set $slaves[_ss1].bodySwap = 0>> <<set $slaves[_ss1].origBodyOwnerID = 0>> <<set $slaves[_ss1].origBodyOwner = "">> <<else>> <<set $slaves[_ss1].bodySwap++>> <</if>> <<else>> <<set $slaves[_ss1].bodySwap++>> <</if>> <<if $slaves[_ss2].bodySwap > 0>> <<if $slaves[_ss2].origBodyOwnerID == $slaves[_ss2].ID>> <<set $slaves[_ss2].bodySwap = 0>> <<set $slaves[_ss2].origBodyOwnerID = 0>> <<set $slaves[_ss2].origBodyOwner = "">> <<else>> <<set $slaves[_ss2].bodySwap++>> <</if>> <<else>> <<set $slaves[_ss2].bodySwap++>> <</if>> <<set $activeSlave = 0, $swappingSlave = 0>>
DankWolf/fc
src/pregmod/slaveSlaveSwap.tw
tw
bsd-3-clause
2,947
:: Slave Slave Swap Workaround [nobr] <<set $nextButton = "Abort Operation", $nextLink = "Main">> <<set $slaves[$slaveIndices[$activeSlave.ID]] = $activeSlave>> The surgeon awaits the pair of slaves to be strapped into the surgery. So far only $activeSlave.slaveName is prepped: <br> //Select the slave who will be trading bodies with $object. This operation will cost <<print cashFormat(10000)>>.// <br><br> __Select an eligible slave:__ <<for _i = 0; _i < $slaves.length; _i++>> <<if isSlaveAvailable($slaves[_i])>> <<if $slaves[_i].fuckdoll == 0>> <<if ($slaves[_i].ID != $activeSlave.ID)>> <br><<print "[[$slaves[_i].slaveName|Slave Slave Swap][$swappingSlave = $slaves[" + _i + "], $cash -= 10000]]">> <</if>> <</if>> <</if>> <</for>>
DankWolf/fc
src/pregmod/slaveSlaveSwapWorkaround.tw
tw
bsd-3-clause
751
:: test genetics [nobr] <<set $nextButton = "Back", $nextLink = "Main">> <<set _seed = 0>> All slave array slaves MUST be present in genePool or else there is a malfunction. <table><caption style="background-color: rgba(127, 127, 127, 0.2)">genePool</caption> <tr><th>index</th><th>name</th><th>ID</th><th>origin</th></tr> <<for _i = 0; _i < $genePool.length; _i++>> <tr> <td>_i</td> <td>$genePool[_i].slaveName</td> <td>$genePool[_i].ID</td> <td>$genePool[_i].origin</td> </tr> <</for>> </table> <<set _neededProperties = ['genes', 'origSkin', 'origEye', 'origHColor', 'nationality', 'race', 'face', 'intelligence', 'underArmHStyle', 'pubicHStyle']>> <table><caption style="background-color: rgba(127, 127, 127, 0.2)">slaves</caption> <tr><th>index</th><th>name</th><th>ID</th><th>origin</th><th>assignment</th></tr> <<for _i = 0; _i < $slaves.length; _i++>> <<set _s = $slaves[_i]>> <<set _error = $genePool.every(function(g) { return $slaves[_i].ID !== g.ID; })>> <<if _error>><<set _errorCause = "Doesn't exist in the gene pool">><</if>> <<if !_error>> <<set _missingProperties = _neededProperties.filter(function(p) { return !(p in _s);})>> <<if _missingProperties.length > 0>> <<set _error = true, _errorCause = "Missing properties: " + _missingProperties.join(", ")>> <</if>> <</if>> <<if _error>> <tr class="red"> <td>_i</td> <td>_s.slaveName</td> <td>_s.ID</td> <td>_s.origin</td> <td>_s.assignment</td> <td>_errorCause</td> </tr> <<else>> <tr class="green"> <td>_i</td> <td>_s.slaveName</td> <td>_s.ID</td> <td>_s.origin</td> <td>_s.assignment</td> <td></td> </tr> <</if>> <</for>> </table>
DankWolf/fc
src/pregmod/testGenetics.tw
tw
bsd-3-clause
1,675
:: The Hippolyta Academy [nobr] <<set $nextButton = "Back", $nextLink = "Buy Slaves", $returnTo = "Buy Slaves", $showEncyclopedia = 1, $encyclopedia = "Slave Schools">> /* Multi-Purchase Support */ <<if ndef $newSlaves>><<set $newSlaves = []>><</if>> <<if $newSlaves.length > 0>> <<set $nextButton = "Continue", $nextLink = "Bulk Slave Intro", $slaveMarket = "HA", $returnTo = "Main", $newSlaveIndex = 0>> <</if>> // The Hippolyta Academy is one of the most famous slave bodyguarding schools in all free cities. Its business model is to offer very high quality, highly trained girls. Their renowned amazonian maids are some of the best combatants in the world and can be often found at the side of the wealthiest citizens. <<if $HA.schoolUpgrade == 1>> Recently the school was able to enhance its educational programs thanks to your generous donation. Their slaves are now some of the most well trained and educated on the market. <<elseif $HA.schoolUpgrade == 2>> Recently the school was able to improve its drug enhancement program thanks to your generous donation. Their slaves are now some of the most physically impressive specimen on the market. <<elseif $HA.schoolUpgrade == 3>> Recently the school redirected its focus to better align with the strongfat ideal, as of your suggestion. Their slaves are physically impressive yet maintain a soft and feminine aspect. <</if>> // <br><br>The Hippolyta Academy offers a fresh graduate for inspection. The interview takes place in one of the many training areas of the school, where the physical prowess of the candidate can be easily showcased. <<GenerateMarketSlave "HA">> <<slaveCost $activeSlave>> <<if $HA.schoolSale != 0>> <<set $slaveCost = Math.trunc($slaveCost*0.6)>> <<elseif $HA.schoolUpgrade != 0>> <<set $slaveCost = Math.trunc($slaveCost*1.2)>> <</if>> <<if $slavesSeen > $slaveMarketLimit>><<set $slaveCost += Math.trunc($slaveCost*(($slavesSeen-$slaveMarketLimit)*0.1))>><</if>> <br><br>The price is <<print cashFormat($slaveCost)>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>> <<if $cash >= $slaveCost>> <br>[[Buy her and check out other slaves to order|The Hippolyta Academy][$cash -= $slaveCost, $HA.schoolSale = 0, $HA.studentsBought += 1, $newSlaves.push($activeSlave), $introType = "multi", $slavesSeen+=1]] <<if $newSlaves.length == 0>> <br>[[Buy her slave contract|New Slave Intro][$cash -= $slaveCost, $HA.schoolSale = 0, $HA.studentsBought += 1, $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "Main"]] <<else>> <br>[[Buy her and Finish your order of slaves|Bulk Slave Intro][$cash -= $slaveCost, $HA.schoolSale = 0, $HA.studentsBought += 1, $newSlaves.push($activeSlave)]] <</if>> <<else>> //You lack the necessary funds to buy this slave.// <</if>> <br>[[Decline to purchase her and check out another slave|The Hippolyta Academy][$slavesSeen += 1]] <<if $newSlaves.length > 0>> <br>[[Finish your order of slaves|Bulk Slave Intro]] <</if>> <br><br> <<set $saleDescription = 1>><<include "Long Slave Description">>
DankWolf/fc
src/pregmod/theHippolytaAcademy.tw
tw
bsd-3-clause
3,207
:: Wetware CPUs [nobr] <<set $nextButton = "Back", $nextLink = "Buy Slaves", $returnTo = "Buy Slaves", $showEncyclopedia = 1, $encyclopedia = "Slave Schools">> /* Multi-Purchase Support */ <<if ndef $newSlaves>><<set $newSlaves = []>><</if>> <<if $newSlaves.length > 0>> <<set $nextButton = "Continue", $nextLink = "Bulk Slave Intro", $slaveMarket = "wetware", $returnTo = "Main", $newSlaveIndex = 0>> <</if>> //Wetware CPUs offer highly trained slaves with useful career experience at a discount; That is, at the cost of the physical health of the merchandise.// <br><br> <<GenerateMarketSlave "wetware">> <<slaveCost $activeSlave>> <<if $slavesSeen > $slaveMarketLimit>><<set $slaveCost += Math.trunc($slaveCost*(($slavesSeen-$slaveMarketLimit)*0.1))>><</if>> <br><br>The price is <<print cashFormat($slaveCost)>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>> <<if $cash >= $slaveCost>> <br>[[Buy her and check out other slaves to order|Wetware CPUs][$cash -= $slaveCost, $newSlaves.push($activeSlave), $introType = "multi", $slavesSeen+=1]] <<if $newSlaves.length == 0>> <br>[[Buy her slave contract|New Slave Intro][$cash -= $slaveCost, $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "Main"]] <<else>> <br>[[Buy her and Finish your order of slaves|Bulk Slave Intro][$cash -= $slaveCost, $newSlaves.push($activeSlave)]] <</if>> <<else>> //You lack the necessary funds to buy this slave.// <</if>> <br>[[Decline to purchase her and check out another slave|Wetware CPUs][$slavesSeen += 1]] <<if $newSlaves.length > 0>> <br>[[Finish your order of slaves|Bulk Slave Intro]] <</if>> <br><br> <<set $saleDescription = 1>><<include "Long Slave Description">>
DankWolf/fc
src/pregmod/wetwareCPUs.tw
tw
bsd-3-clause
1,865
:: assignment-filter widget [widget nobr] /* * filters the list according to the selected Facility * function(y) is a loop through $slaves to set assignmentVisible to 1 and returns a new array * function(x) filters the slaves with the given condition ( here its the assignment ) * so basically function(x) finds the slaves that are selected and function(y) sets them to be visible */ /* * These widgets set the visibilities for the different Facilities */ <<widget "resetAssignmentFilter">> <<set $slaves.map(function(y){y.assignmentVisible = 1})>><<set $slaves.filter(function(x){return x.assignment.includes("in the") || x.assignment.includes("be the") || x.assignment.includes("live with") || (x.assignment.includes("be your") && x.assignment != "be your Head Girl") || x.assignment == "work as a servant"}).map(function(y){y.assignmentVisible = 0})>> <</widget>> <<widget "showallAssignmentFilter">> <<set $slaves.map(function(y){y.assignmentVisible = 1})>><<set $slaves.filter(function(x){return x.assignment.includes("agent")}).map(function(y){y.assignmentVisible = 0})>> <</widget>> <<widget "arcadeAssignmentFilter">> <<set $slaves.map(function(y){y.assignmentVisible = 0})>><<set $slaves.filter(function(x){return x.assignment == "be confined in the arcade"}).map(function(y){y.assignmentVisible = 1})>> <</widget>> <<widget "brothelAssignmentFilter">> <<set $slaves.map(function(y){y.assignmentVisible = 0})>><<set $slaves.filter(function(x){return x.assignment == "work in the brothel" || x.assignment == "be the Madam"}).map(function(y){y.assignmentVisible = 1})>> <</widget>> <<widget "cellblockAssignmentFilter">> <<set $slaves.map(function(y){y.assignmentVisible = 0})>><<set $slaves.filter(function(x){return x.assignment == "be confined in the cellblock" || x.assignment == "be the Wardeness"}).map(function(y){y.assignmentVisible = 1})>> <</widget>> <<widget "clinicAssignmentFilter">> <<set $slaves.map(function(y){y.assignmentVisible = 0})>><<set $slaves.filter(function(x){return x.assignment == "get treatment in the clinic" || x.assignment == "be the Nurse"}).map(function(y){y.assignmentVisible = 1})>> <</widget>> <<widget "clubAssignmentFilter">> <<set $slaves.map(function(y){y.assignmentVisible = 0})>><<set $slaves.filter(function(x){return x.assignment == "serve in the club" || x.assignment == "be the DJ"}).map(function(y){y.assignmentVisible = 1})>> <</widget>> <<widget "dairyAssignmentFilter">> <<set $slaves.map(function(y){y.assignmentVisible = 0})>><<set $slaves.filter(function(x){return x.assignment == "work in the dairy" || x.assignment == "be the Milkmaid"}).map(function(y){y.assignmentVisible = 1})>> <</widget>> <<widget "headgirlSuiteAssignmentFilter">> <<set $slaves.map(function(y){y.assignmentVisible = 0})>><<set $slaves.filter(function(x){return x.assignment == "live with your Head Girl"}).map(function(y){y.assignmentVisible = 1})>> <</widget>> <<widget "penthouseAssignmentFilter">> <<set $slaves.map(function(y){y.assignmentVisible = 0})>><<set $slaves.filter(function(x){return x.assignment == "rest" || x.assignment == "be a subordinate slave" || x.assignment == "whore" || x.assignment == "serve the public" || x.assignment == "work a glory hole" || x.assignment == "get milked" || x.assignment == "be a servant" || x.assignment == "please you"|| x.assignment == "stay confined" || x.assignment == "take classes" || x.assignment == "choose her own job" || x.assignment == "live with your Head Girl"}).map(function(y){y.assignmentVisible = 1})>> <</widget>> <<widget "schoolAssignmentFilter">> <<set $slaves.map(function(y){y.assignmentVisible = 0})>><<set $slaves.filter(function(x){return x.assignment == "learn in the schoolroom" || x.assignment == "be the Schoolteacher"}).map(function(y){y.assignmentVisible = 1})>> <</widget>> <<widget "spaAssignmentFilter">> <<set $slaves.map(function(y){y.assignmentVisible = 0})>><<set $slaves.filter(function(x){return x.assignment == "rest in the spa" || x.assignment == "be the Attendant"}).map(function(y){y.assignmentVisible = 1})>> <</widget>> <<widget "suiteAssignmentFilter">> <<set $slaves.map(function(y){y.assignmentVisible = 0})>><<set $slaves.filter(function(x){return x.assignment == "serve in the master suite" || x.assignment == "be your Concubine"}).map(function(y){y.assignmentVisible = 1})>> <</widget>> <<widget "quartersAssignmentFilter">> <<set $slaves.map(function(y){y.assignmentVisible = 0})>><<set $slaves.filter(function(x){return x.assignment == "work as a servant" || x.assignment == "be the Stewardess"}).map(function(y){y.assignmentVisible = 1})>> <</widget>> /* * Checks from which Facility its get called and removes it from the list * this is the Main Filter widget used on all Passages atm * sets Flag = zero so slave summary provides send-to-facility links */ <<widget "assignmentFilter">> <<link All>><<showallAssignmentFilter>><<replace #ComingGoing>><<set $Flag = 0>><<include 'Slave Summary'>><<resetAssignmentFilter>><</replace>><</link>> <<if passage() != "Arcade">><<print " | ">><<link Arcade>><<arcadeAssignmentFilter>><<replace #ComingGoing>><<set $Flag = 0>><<include 'Slave Summary'>><<resetAssignmentFilter>><</replace>><</link>><</if>> <<if passage() != "Brothel">><<print " | ">><<link Brothel>><<brothelAssignmentFilter>><<replace #ComingGoing>><<set $Flag = 0>><<include 'Slave Summary'>><<resetAssignmentFilter>><</replace>><</link>><</if>> <<if passage() != "Cellblock">><<print " | ">><<link Cellblock>><<cellblockAssignmentFilter>><<replace #ComingGoing>><<set $Flag = 0>><<include 'Slave Summary'>><<resetAssignmentFilter>><</replace>><</link>><</if>> <<if passage() != "Clinic">><<print " | ">><<link Clinic>><<clinicAssignmentFilter>><<replace #ComingGoing>><<set $Flag = 0>><<include 'Slave Summary'>><<resetAssignmentFilter>><</replace>><</link>><</if>> <<if passage() != "Club">><<print " | ">><<link Club>><<clubAssignmentFilter>><<replace #ComingGoing>><<set $Flag = 0>><<include 'Slave Summary'>><<resetAssignmentFilter>><</replace>><</link>><</if>> <<if passage() != "Dairy">><<print " | ">><<link Dairy>><<dairyAssignmentFilter>><<replace #ComingGoing>><<set $Flag = 0>><<include 'Slave Summary'>><<resetAssignmentFilter>><</replace>><</link>><</if>> <<print " | ">><<link Penthouse>><<penthouseAssignmentFilter>><<replace #ComingGoing>><<include 'Slave Summary'>><<set $Flag = 0>><<resetAssignmentFilter>><</replace>><</link>> <<if passage() != "Schoolroom">><<print " | ">><<link Schoolroom>><<schoolAssignmentFilter>><<replace #ComingGoing>><<set $Flag = 0>><<include 'Slave Summary'>><<resetAssignmentFilter>><</replace>><</link>><</if>> <<if passage() != "Spa">><<print " | ">><<link Spa>><<spaAssignmentFilter>><<replace #ComingGoing>><<set $Flag = 0>><<include 'Slave Summary'>><<resetAssignmentFilter>><</replace>><</link>><</if>> <<if passage() != "Master Suite">><<print " | ">><<link Suite>><<suiteAssignmentFilter>><<replace #ComingGoing>><<set $Flag = 0>><<include 'Slave Summary'>><<resetAssignmentFilter>><</replace>><</link>><</if>> <<if passage() != "Servants' Quarters">><<print " | ">><<link Quarters>><<quartersAssignmentFilter>><<set $Flag = 0>><<replace #ComingGoing>><<include 'Slave Summary'>><<resetAssignmentFilter>><</replace>><</link>><</if>> <<resetAssignmentFilter>> <</widget>> /* * undefinedAssignmentFilter serves no purpose atm * might use it for RA Slave filter and Matchmaking */ <<widget "undefinedAssignmentFilter">> <<link All>><<showallAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>><<print " | ">> <<link Arcade>><<arcadeAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>><<print " | ">> <<link Brothel>><<brothelAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>><<print " | ">> <<link Cellblock>><<cellblockAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>><<print " | ">> <<link Clinic>><<clinicAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>><<print " | ">> <<link Club>><<clubAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>><<print " | ">> <<link Dairy>><<dairyAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>><<print " | ">> <<link Penthouse>><<penthouseAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>><<print " | ">> <<link Schoolroom>><<schoolAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>><<print " | ">> <<link Spa>><<spaAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>><<print " | ">> <<link Suite>><<suiteAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>><<print " | ">> <<link Quarters>><<spaAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>> <<resetAssignmentFilter>> <</widget>>
DankWolf/fc
src/pregmod/widgets/assignmentFilterWidget.tw
tw
bsd-3-clause
9,041
:: Bodyswap Reaction [widget nobr] <<widget "BodySwapReaction">> <<if $args[0].eyes <= -2 && $args[1].eyes > -2>> <<set _sight = -2>> /* now blind */ <<elseif $args[0].eyes == -1 && $args[1].eyes > -1>> <<set _sight = -1>> /* now nearsighted */ <<elseif $args[0].eyes > -2 && $args[1].eyes <= -2>> <<set _sight = 2>> /* now not blind */ <<elseif $args[0].eyes > -1 && $args[1].eyes == -1>> <<set _sight = 1>> /* now not nearsighted */ <<else>> <<set _sight = 0>> /* no change */ <</if>> <<set _end = 0>> <<if $args[0].health >= $args[1].health+10>> The monitors indicate that $his @@.green;health has improved@@ from $his previous body. Whatever else happens, $he will likely appreciate this. <<elseif $args[0].health <= $args[1].health-10>> The monitors indicate that $his @@.red;health has degraded@@ from $his previous body. Whatever else happens, this will likely upset $him. <</if>> Now you only have to wait for $him to wake up. <br><br> <<if $args[0].amp != 1>> /* (has limbs) */ <<if $args[0].fetish == "mindbroken">> After a while, $he begins to stir, $his eyes fluttering. $He lets out a low groan and reaches up to rub at $his eyes. $He stops and stares uncomprehendingly <<if _sight == -2>> into @@.red;the darkness that is $his new world.@@ $He goes into a panic and begins thrashing violently until $he is restrained and sedated. Hopefully when $he comes to again, $he'll have forgotten $he could ever see in the first place. <<set _end = 1>> <<elseif _sight == 2>> at the hand @@.green;$he can now see.@@ The gift of sight is lost upon $him, as is that $he is no longer in $his own body. <<else>> at the hand for moment before looking for $his own. Eventually, $he bumps into $himself and realizes it belongs to $him. From then, $his old body is nothing more than a blur, soon to be forgotten forever. <</if>> <<elseif $args[0].devotion >= 50>> After a while, $he begins to stir, $his eyes fluttering. $He lets out a low groan and reaches up to rub at $his eyes. $He stops and stares uncomprehendingly <<if _sight == -2>> into @@.red;the darkness that is $his new world.@@ $He barely manages to keep calm before accepting this is the fate you have chosen for $him. <<elseif _sight == -1>> at the hand @@.red;$he can now hardly see.@@ As $he squints at it, $he realizes that it's not $his own and a smile begins to form on $his face. <<elseif _sight == 2>> at the @@.green;hand $he can now see.@@ $He is by no means ungrateful for such a gift, but is too shocked by it to truly respond. As $his eyes move to you, however, $he quickly blushes and looks away. <<elseif _sight == 1>> at the hand for moment before $he realizes that it's not $his own. A smile begins to form on $his face, followed by a gasp once $he realizes $he can @@.green;see the world clearly now.@@ <<else>> at the hand for moment before $he realizes that it's not $his own. A smile begins to form on $his face. <</if>> <<elseif $args[0].devotion > 20>> After a while, $he begins to stir, $his eyes fluttering. $He lets out a low groan and reaches up to rub at $his eyes. $He stops and stares uncomprehendingly <<if _sight == -2>> into the @@.red;darkness that is $his new world.@@ After a short expurgation of @@.gold;grief and terror,@@ $he takes a deep breath and visibly suppresses $his emotions before returning to $his inspection. <<set $args[0].trust -= 15>> <<elseif _sight == -1>> at the hand @@.gold;$he can now hardly see.@@ As $he @@.red;squints at it,@@ $he realizes that $his vision is not the only thing that has changed. <<set $args[0].trust -= 5>> <<elseif _sight == 2>> at the hand @@.green;$he can now see.@@ $He's @@.hotpink;quite grateful@@ that @@.mediumaquamarine;you would give $him such a gift.@@ $He quickly returns to $his senses and looks back to $his hand finally realizing just why $he can see now. <<set $args[0].devotion += 15, $args[0].trust += 10>> <<elseif _sight == 1>> at the hand for moment before $he realizes that it's not $his own. $He lets out a gasp once $he realizes $he can @@.green;see the world clearly now;@@ $he accepted $his fate already, but $he's @@.hotpink;quite grateful@@ that @@.mediumaquamarine;you would give $his perfect vision.@@ <<set $args[0].devotion += 5, $args[0].trust += 3>> <<else>> at the hand for moment before $he realizes that it's not $his own. <</if>> <<else>> $He reaches up to rub at $his eyes and pauses to stare in shock <<if _sight == -2>> into the @@.red;darkness that is $his new world.@@ After a short expurgation of @@.gold;grief and terror,@@ $he takes a deep breath and visibly suppresses $his emotions. $He <<set $args[0].trust -= 15>> <<elseif _sight == -1>> at $his hand; an unfamiliar hand that $he can @@.red;just barely see.@@ $He <<set $args[0].trust -= 5>> <<elseif _sight == 2>> at the hand @@.green;$he can now see.@@ $He's @@.hotpink;quite grateful@@ that @@.mediumaquamarine;you would give $him such a gift.@@ The gift of sight is short lived, however, as $he <<set $args[0].devotion += 15, $args[0].trust += 10>> <<elseif _sight == 1>> at $his hand; a hand that $he @@.green;can clearly see@@ is not $his own. $He <<set $args[0].devotion += 5, $args[0].trust += 3>> <<else>> at $his hand. $He <</if>> finally realizes that the new body $he found $himself in @@.gold;was not a nightmare as $he had hoped, but reality.@@ $He is @@.mediumorchid;utterly disturbed@@ by your removal of the last constant $he had in life. <<set $args[0].devotion -= 15, $args[0].trust -= 30>> <</if>> <<if _end != 1>> <<if $args[0].skin != $args[1].skin && canSee($args[0]) && $args[0].fetish != "mindbroken">> $His @@.coral;newly $args[0].skin skin@@ is the first thing that leaps out at $him. <<if $args[0].devotion > 50>> $He is fascinated by the change and what this means for $him. <<elseif $args[0].devotion > 20>> The fact that you would alter something so defining about $him no longer surprises $him. <<elseif $args[0].devotion >= -20>> The fact that you would alter something so defining about $him is @@.hotpink;humbling.@@ <<set $args[0].devotion += 2>> <<else>> The fact that you would alter something so defining about $him is @@.gold;terrifying.@@ <<set $args[0].trust -= 2>> <</if>> <</if>> $He holds the limb in front of $him, flexing each /*(arms)*/ <<if $args[0].amp < 0 && $args[1].amp == 0>> finger; the servo motors whining softly with each movement. <<if $args[0].fetish == "mindbroken">> $He vaguely reacts to the sounds coming from $his arm, though not to any meaningful extent. <<elseif $args[0].devotion >= -20>> A look of morbid curiosity crosses $his features. <<else>> A look of @@.mediumorchid;frustration@@ and @@.gold;anguish@@ distorts $his face as $he moans pitiably. <<set $args[0].devotion -= 5, $args[0].trust -= 1>> <</if>> <<elseif $args[0].amp < 0 && $args[1].amp < 0>> finger; the servo motors whining softly with each movement. <<elseif $args[0].fetish == "mindbroken">> finger as if nothing changed. <<elseif $args[0].muscles < $args[1].muscles-5>> /*(less muscle)*/ <<if $args[0].devotion > 20>> finger; the arm @@.orange;notably less muscular@@ than $his old one. <<else>> finger and noticing $his arm feels @@.orange;less muscular@@ than $he remembers. $He becomes irritated with $his newfound weakness and @@.mediumorchid;frowns angrily.@@ <<set $args[0].devotion -= 1>> <</if>> <<elseif $args[0].muscles > $args[1].muscles+5>> /*(more muscle)*/ <<if $args[0].devotion >= -20 || $args[0].fetish != "mindbroken">> finger; the arm @@.lime;<<if canSee($args[0])>>visibly more toned<<else>>noticeably stronger<</if>>@@ than $his old one. With a clench of $his fist, the muscles of the limb bulge slightly. $He is @@.hotpink;happy@@ that you would take into consideration such a small detail, and knows that life will be just that much easier now. <<set $args[0].devotion += 2>> <<else>> finger. Flexing, $he realizes $he is @@.lime;noticeably stronger@@ than $he was before. @@.mediumaquamarine;$He takes a moment to relish $his newfound strength.@@ <<set $args[0].trust += 10>> <</if>> <<else>> /* (same muscle (within five units)) */ <<if $args[0].physicalAge < $args[1].physicalAge-5>> <<if !canSee($args[0])>> finger. $He traces $his <<if $args[1].physicalAge >= 40>> arm and feels how @@.green;less wrinkled@@ $his skin is and how firmer $his muscles are. <<else>> arm, feeling just @@.green;how much younger@@ $he is. <</if>> <<else>> finger and noticing @@.green;how much younger@@ $he is. <<if $args[1].physicalAge >= 40>> $He is pleased to see $his hand is now @@.green;less wrinkled@@ and the muscles that coat $his arm are now firmer than they were before. <</if>> <</if>> <<elseif $args[0].physicalAge > $args[1].physicalAge+5>> <<if !canSee($args[0])>> finger. $He traces $his <<if $args[1].physicalAge < 40>> arm and feels the @@.red;wrinkles in $his skin.@@ With a despondent note, $he lowers $his hands back to $his sides. <<else>> arm, feeling just @@.red;how much older@@ $he is. <</if>> <<else>> finger and noticing @@.red;how much older@@ $he is. <<if $args[1].physicalAge < 40>> With a despondent note, $he lowers $his hand back to $his side, having seen the wrinkles that now coat $his new arm. <</if>> <</if>> <<else>> finger and finding little difference. <</if>> <</if>> $His hand roams over $his face searching for changes. <<if ($args[0].earPiercing != 0 && $args[1].earPiercing == 0) || ($args[0].eyebrowPiercing != 0 && $args[1].eyebrowPiercing == 0) || ($args[0].nosePiercing != 0 && $args[1].nosePiercing == 0)>> $He finds several new piercings adorning $his face. <</if>> <<if $args[0].sexualFlaw == "oral fixation" && $args[0].lips > $args[1].lips+10>> /* (bigger lip+oral fixation) */ $He slowly runs $his fingertips over the @@.lime;plush pillows.@@ A blush blossoms over $his face and the beeping of $his heart monitor speeds up slightly. You know that $he'll put them to good use. <<if $args[0].devotion <= 20>> $He pauses, and begins to @@.hotpink;hesitantly smile@@ as $he feels the softness of $his lovely new lips. <<set $args[0].devotion += 2>> <</if>> <<elseif $args[0].lips > $args[1].lips+10>> $His fingers brush $his lips and $he pauses for a moment,<<if $args[0].fetish == "mindbroken">> as if<</if>> noticing that @@.lime;they are larger now@@ than they once were. <<elseif $args[0].sexualFlaw == "oral fixation" && $args[0].lips < $args[1].lips-10>> /* (smaller lip+oral fixation) */ <<if $args[0].devotion > 20>> $His fingers pause and almost flinch away once they reach $his lips. A second later, they return to confirm $his fear. $His pride and joy are @@.orange;gone.@@ $He lets out a sniff and @@.mediumorchid;tears begin to roll down $his cheeks.@@ <<set $args[0].devotion -= 10>> <<else>> $His hand flinches, and $he pulls it away as <<if $args[0].voice == 0>>attempted <</if>>sobs well up from $him. For someone who values $his lips like $him, for them @@.orange;to be gone@@ is a truly @@.mediumorchid;terrible fate.@@ <<set $args[0].devotion -= 20>> <</if>> <<elseif $args[0].lips < $args[1].lips-10>> $His fingers brush $his lips and $he pauses for a moment,<<if $args[0].fetish == "mindbroken">> as if<</if>> noticing that @@.orange;they are smaller@@ now than they once were. <<else>> $His fingers brush $his lips and $he pauses for a moment,<<if $args[0].fetish == "mindbroken">> having found nothing different about them<<else>> finding them familiar enough<</if>>. <</if>> <<if $args[0].lipsPiercing != 0 && $args[1].lipsPiercing == 0>> $He flexes $his lips and notices the telltale clicking of a piercing against $his teeth. <</if>> <<if $args[0].teeth == "removable" && $args[1].teeth != "removable">> /* no teeth */ A look of confusion crosses $his face, $his brow furrowing slightly. You see $him work $his jaw for moment before $he turns $his head and spits out a set of dentures. <<if $args[0].devotion <= -20 && $args[0].fetish != "mindbroken">> $He @@.mediumorchid;glowers@@ at them, knowing full well they'll be back in $his mouth shortly. <<set $args[0].devotion -= 2>> <</if>> <<elseif $args[0].teeth != "removable" && $args[0].tonguePiercing > 0 && $args[1].tonguePiercing == 0>> /* (if tongue pierced+has teeth) */ You can vaguely hear $him rattling $his tongue piercing against $his teeth. <</if>> <<if $args[0].physicalAge < 40 && $args[1].physicalAge > 50 && $args[0].fetish != "mindbroken">> <<if $args[0].devotion > 20>> $He can feel the @@.green;lack of wrinkles@@ on $his face and @@.hotpink;smiles broadly.@@ <<set $args[0].devotion += 2>> <<else>> $He can feel the @@.green;lack of wrinkles@@ on $his face and cringes at what this means for $his future. <</if>> <</if>> <br><br> Once $he finishes with $his face, $he sits up to try and take stock of $his new <<if ($args[0].weight >= $args[1].weight+30) || ($args[0].muscles <= $args[1].muscles-30 && $args[0].muscles < 50) || ($args[0].belly >= $args[1].belly+10000) || ($args[0].boobs >= $args[1].boobs+1000)>> /*(If fat/more big breasted/heavily pregnant/physically weaker and/or same or more weight)*/ body, letting out a grunt of effort as $he lifts $his heavier form. <<elseif ($args[0].weight <= $args[1].weight-30) || ($args[0].muscles >= $args[1].muscles+30 && $args[1].muscles < 50) || ($args[0].belly <= $args[1].belly-10000) || ($args[0].boobs <= $args[1].boobs-500)>> /*(if fat/less big breasted/physically stronger and/or same or less weight/no longer heavily pregnant)*/ body, the effort much easier than before. <<else>> body. <</if>> As $he settles $himself, $he <<if canSee($args[0])>>takes a look down, <</if>>brings $his hands to $his chest /*(breast changes)*/ <<if $args[0].boobsImplant > 0 && $args[1].boobsImplant > 0>> /*(breast implants)*/ and finds <<if $args[0].boobsImplant >= $args[1].boobsImplant+20000 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Massive implants+breast fetish)*/ $he @@.lime;still has breast implants; implants easily bigger than any old world woman's.@@ <<if $args[0].devotion >= -20>> The sheer size of $his silicone titans greatly excites $him to the point that $he can't hold back. $He gropes $his new chest boulders until an intense orgasm @@.hotpink;courses through $his body.@@ <<set $args[0].devotion += 5>> <<else>> $He tries desperately to control $his mounting excitement, reminding $himself that these breasts were not given to $him for $his own enjoyment. However, $he can't help but become aroused at the weight of $his massive fake mounds filling $his arms. $He finally stops fondling when $he sees your wolfish grin. Deep down, @@.hotpink;$he's thankful,@@ and the way $he's lovingly caressing $his balloons proves it. <<set $args[0].devotion += 5>> <</if>> <<elseif $args[0].boobs >= $args[1].boobs+20000 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Massive+breast fetish)*/ $he @@.lime;still has breast implants resting on $his chest. Even if they aren't clearly implants, $he can barely move under the weight of $his new breasts.@@ <<if $args[0].devotion >= -20>> The sheer size of $his titanic tits greatly excites $him to the point that $he can't hold back. $He gropes $his new chest pillows until an intense orgasm @@.hotpink;rewards $him for enjoying your gift.@@ <<set $args[0].devotion += 5>> <<else>> $He tries desperately to control $his mounting excitement, reminding $himself that these breasts were not given to $him for $his own enjoyment. However, $he can't help become aroused at the weight of $his massive fake mounds. $He finally stops fondling when $he sees your wolfish grin. Deep down, @@.hotpink;$he's thankful,@@ and the way $he's lovingly caressing $his balloons proves it. <<set $args[0].devotion += 5>> <</if>> <<elseif $args[0].boobsImplant >= $args[1].boobsImplant+20000>> /*(Extreme bigger implants)*/ @@.lime;a pair of absolutely enormous fake tits ballooning out from $him.@@ <<if $args[0].fetish == "mindbroken">> As $he examines $his breasts, $he seems to understand that they are much bigger now, though what lies within eludes $his mind. <<elseif $args[0].devotion > 20>> This new size excites $him and $he looks forward to experimenting with them. <<else>> This new size is a @@.gold;massive inconvenience@@ for $him and it @@.mediumorchid.infuriates $him@@ that you would do such a thing to $him. <<set $args[0].devotion -= 10, $args[0].trust -= 10>> <</if>> <<elseif $args[0].boobs >= $args[1].boobs+20000>> /*(Extreme bigger breasts)*/ @@.lime;a pair of massive tits hanging from $his chest.@@<<if $args[0].fetish != "mindbroken">> As $he feels them, $he recognizes the familiar firmness of the implants at their cores.<</if>> <<if $args[0].fetish == "mindbroken">> As $he examines $his breasts, $he seems to understand that they are much bigger now. <<elseif $args[0].devotion > 20>> This new size excites $him and $he looks forward to experimenting with them. <<else>> This new size is a @@.gold;massive inconvenience@@ for $him and it @@.mediumorchid.infuriates $him@@ that you would do such a thing to $him. <<set $args[0].devotion -= 5, $args[0].trust -= 5>> <</if>> <<elseif $args[0].boobs > $args[1].boobs+100 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Bigger+breast fetish)*/ <<if $args[0].devotion > 20>> @@.lime;$his bust has grown.@@ $He gropes $his mammaries eagerly, desperate to familiarize $himself with them. $He bites $his lower lip as $he teases $his nipples. From the look on $his face, you know $he'll want to put them to the test. <<else>> @@.lime;$his breasts have expanded in size.@@ $He wrestles with the fact that you have clearly not done this for $his benefit, @@.hotpink;but decides this is definitely better than the alternative.@@ <<set $args[0].devotion += 5>> <</if>> <<elseif $args[0].boobs > $args[1].boobs+100>> /*(Bigger breasts)*/ <<if $args[0].fetish == "mindbroken">> breasts. As $he examines them closer, $he seems to understand that @@.lime;they are bigger now.@@ <<elseif $args[0].devotion > 20>> @@.lime;$his bust has grown.@@ $He is caught off guard at the size of $his new chest. $He bounces them in $his palms, marveling at their mass. <<else>> @@.lime;$his chest is heavier than ever.@@ However, $he is well aware however that these breasts are not for $his benefit or pleasure. $He views this as a @@.mediumorchid;cruel manipulation of $his body@@ on top of what has already been done to $him. <<set $args[0].devotion -= 5>> <</if>> <<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Smaller breasts + breast fetish)*/ <<if $args[0].devotion > 20>> @@.orange;$his bust has shrunk.@@ $He is saddened by the loss of the beautiful weight $he once bore and struggles to keep $himself under control for your sake, and succeeds. @@.mediumorchid;But only barely.@@ <<else>> @@.orange;that $his chest is not as large as it once was.@@ @@.mediumorchid;Tears leap into $his eyes@@ as $his shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. $He pauses to gather $himself together and lets the tears finish running from $his eyes before continuing $his bodily inspection. <</if>> <<set $args[0].devotion -= 5>> <<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300>> /*(Smaller breasts)*/ <<if $args[0].fetish == "mindbroken">> breasts. As $he examines them closer, $he seems to understand that @@.orange;they are smaller now.@@ <<elseif $args[0].devotion > 20>> @@.orange;that $his chest is smaller.@@ $He shrugs this off, as $his devotion to you overrides any anguish this might cause. <<else>> @@.orange;that $his chest is not as large as it once was.@@ $He looks at you with @@.mediumorchid;anger@@<<if $arcologies[0].FSSlimnessEnthusiast == "unset">> as this is not only a cruel manipulation of $his body, but $he is now less of a woman in the eyes of a vast majority of society<</if>>. <<set $args[0].devotion -= 2>> <</if>> <<else>> /*(No change (less than a 100 cc's of change)*/ <<if $args[0].devotion > 20 && $args[0].fetish != "mindbroken">> a familiar chest waiting for $him. <<if ($args[0].physicalAge < $args[1].physicalAge-5)>> /*(younger)*/ $He is pleased to see $his breasts are now more pert and smooth than they were before. <</if>> <<else>> that $his breasts are roughly the same. <<if ($args[0].physicalAge < $args[1].physicalAge-5) && $args[0].fetish != "mindbroken">> /*(younger)*/ Except, of course, that they are younger and more pert, something that $he @@.hotpink;can't help but appreciate.@@ <<set $args[0].devotion += 2>> <</if>> <</if>> <</if>> <<elseif $args[0].boobsImplant > 0 && $args[1].boobsImplant == 0>> and finds <<if $args[0].boobsImplant >= $args[1].boobsImplant+20000 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Massive implants+breast fetish)*/ @@.lime;a pair of massive implants bulging out from $him.@@ <<if $args[0].devotion >= -20>> The sheer size of $his silicone titans greatly excites $him to the point that $he can't hold back. $He roughly gropes $his new chest boulders until an intense orgasm @@.hotpink;courses through $his body.@@ <<set $args[0].devotion += 5>> <<else>> $He tries desperately to control $his mounting excitement, reminding $himself that these breasts were not given to $him for $his own enjoyment. However, $he can't help but become aroused at the weight of $his massive fake mounds filling $his arms. $He finally stops groping when $he sees your wolfish grin. Deep down, @@.hotpink;$he's thankful,@@ and the way $he's lovingly caressing $his balloons proves it. <<set $args[0].devotion += 5>> <</if>> <<elseif $args[0].boobs >= $args[1].boobs+20000 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Massive+breast fetish)*/ @@.lime;$he has breast implants hanging from $his chest, somewhere. Even if they aren't clearly implants, $he can barely move with the weight of $his new breasts.@@ <<if $args[0].devotion >= -20>> The sheer size of $his titanic tits greatly excites $him to the point that $he can't hold back. $He shudders against $his new chest pillows as $he fondles $himself until an intense orgasm @@.hotpink;rewards $him for enjoying your gift.@@ <<set $args[0].devotion += 5>> <<else>> $He tries desperately to control $his mounting excitement, reminding $himself that these breasts were not given to $him for $his own enjoyment. However, $he can't help become aroused at the weight of $his massive fake mounds filling $his arms. $He finally stops groping when $he sees your wolfish grin. Deep down, @@.hotpink;$he's thankful,@@ and the way $he's lovingly caressing $his balloons proves it. <<set $args[0].devotion += 5>> <</if>> <<elseif $args[0].boobsImplant >= $args[1].boobsImplant+20000>> /*(Extreme bigger implants)*/ @@.lime;a pair of absolutely enormous fake tits protruding far from $his body.@@ <<if $args[0].fetish == "mindbroken">> As $he examines $his breasts, $he seems to understand that they are much bigger now, yet far more firm than they were before. <<elseif $args[0].devotion > 20>> This new size excites $him and $he looks forward to experimenting with them. <<else>> This new size is a @@.gold;massive inconvenience@@ for $him and it @@.mediumorchid.infuriates $him@@ that you would do such a thing to $him. <<set $args[0].devotion -= 10, $args[0].trust -= 10>> <</if>> <<elseif $args[0].boobs >= $args[1].boobs+20000>> /*(Extreme bigger breasts)*/ @@.lime;a pair of massive tits hanging from $his chest.@@<<if $args[0].fetish != "mindbroken">> As $he moves, $he recognizes a familiar firmness at their cores.<</if>> <<if $args[0].fetish == "mindbroken">> As $he examines $his breasts, $he seems to understand that they are much bigger now, yet far more soft than they were before. <<elseif $args[0].devotion > 20>> This new size excites $him and $he looks forward to experimenting with them. <<else>> This new size is a @@.gold;massive inconvenience@@ for $him and it @@.mediumorchid.infuriates $him@@ that you would do such a thing to $him. <<set $args[0].devotion -= 5, $args[0].trust -= 5>> <</if>> <<elseif $args[0].boobs > $args[1].boobs+100 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Bigger+breast fetish)*/ <<if $args[0].devotion > 20>> @@.lime;$his bust has grown.@@ $He gropes $his mammaries eagerly, desperate to familiarize $himself with them. $He bites $his lower lip as $he teases $his nipples. From the look on $his face, you know $he'll want to put them to the test. <<else>> @@.lime;$his breasts have expanded in size.@@ $He wrestles with the fact that you have clearly not done this for $his benefit, @@.hotpink;but decides this is definitely better than the alternative.@@ <<set $args[0].devotion += 5>> <</if>> <<elseif $args[0].boobs > $args[1].boobs+100>> /*(Bigger breasts)*/ <<if $args[0].fetish == "mindbroken">> breasts. As $he examines them closer, $he seems to understand that @@.lime;they are bigger now.@@ <<elseif $args[0].devotion > 20>> @@.lime;$his bust has grown.@@ $He is caught off guard at the size of $his new chest. $He bounces them in $his palms, marveling at their firmness. <<else>> @@.lime;$his chest is heavy with implants.@@ However, $he is well aware however that these breasts are not for $his benefit or pleasure. $He views this as a @@.mediumorchid;cruel manipulation of $his body@@ on top of what has already been done to $him. <<set $args[0].devotion -= 5>> <</if>> <<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Smaller breasts + breast fetish)*/ <<if $args[0].devotion > 20>> @@.orange;$his bust has shrunk.@@ $He is saddened by the loss of the beautiful weight $he once bore and struggles to keep $himself under control for your sake, @@.mediumorchid;barely.@@ <<else>> @@.orange;$his chest is not as large as it once was.@@ @@.mediumorchid;Tears leap into $his eyes@@ as $his shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. $He pauses to gather $himself together and let the tears run from $his eyes before continuing $his bodily inspection. <</if>> <<set $args[0].devotion -= 5>> <<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300>> /*(Smaller breasts)*/ <<if $args[0].fetish == "mindbroken">> breasts. As $he examines them closer, $he seems to understand that @@.orange;they are smaller now.@@ <<elseif $args[0].devotion > 20>> @@.orange;$his chest is smaller.@@ $He shrugs this off, as $his devotion to you overrides any anguish this might cause. <<else>> @@.orange;$his chest is not as large as it once was.@@ $He <<if canSee($args[0])>>looks at<<else>>faces<</if>> you with @@.mediumorchid;anger@@<<if $arcologies[0].FSSlimnessEnthusiast == "unset">> as this is not only a cruel manipulation of $his body, but $he is now less of a woman in the eyes of a vast majority of society<</if>>. <<set $args[0].devotion -= 2>> <</if>> <<else>> /*(No change (less than a 100 cc's of change)*/ <<if $args[0].fetish == "mindbroken">> the same chest $he had before, except maybe firmer than $his addled brain remembers. <<elseif $args[0].devotion > 20>> a familiar chest waiting for $him. $He quickly realizes $his mistake once $he squeezes them. <<if ($args[0].physicalAge < $args[1].physicalAge-5)>> /*(younger)*/ $He is pleased to see $his breasts are now more pert and smooth than they were before. <</if>> <<else>> that $his breasts are roughly the same. $He quickly realizes $his mistake once $he squeezes them. <<if ($args[0].physicalAge < $args[1].physicalAge-5)>> /*(younger)*/ Except, of course, that they are younger and more pert, something that $he @@.hotpink;can't help but appreciate.@@ <<set $args[0].devotion += 2>> <</if>> <</if>> <</if>> <<elseif $args[0].boobsImplant == 0 && $args[1].boobsImplant > 0>> <<if $args[0].boobs <= 300 && $args[0].fetish == "boobs" && $args[0].fetishKnown>>/*flat+fetish*/ <<if $args[0].devotion > 20>> and finds @@.orange;not only $his implants gone, but $his breasts entirely.@@ $He is saddened by $his flat chest and struggles to keep $himself under control for your sake, @@.mediumorchid;barely.@@ <<else>> and finds that @@.orange;$his implants are gone, along with the rest of $his breasts.@@ @@.mediumorchid;Tears leap into $his eyes@@ as $his shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. $He pauses to gather $himself together and wipe the tears that are running from $his eyes before continuing $his bodily inspection. <</if>> <<set $args[0].devotion -= 5>> <<elseif $args[0].boobs <= 300>> /*flat*/ <<if $args[0].fetish == "mindbroken">> and finds that @@.orange;$his implants and breasts are completely gone.@@ This draws no reaction from $him. <<elseif $args[0].devotion > 20>> and finds nothing. @@.orange;Not only have $his implants been removed, but $he's been left completely flat.@@ It is what it is. <<else>> and finds nothing. @@.orange;Not only have $his implants been removed, but $he's been left completely flat.@@ <<if $arcologies[0].FSSlimnessEnthusiast == "unset">>$He knows much of society will view $him as a lesser person and a part of $him feels the same.<</if>> This feels like a cruel manipulation of $his body and $he @@.mediumorchid;hates you@@ a little more for it. <<set $args[0].devotion -= 2>> <</if>> <<elseif $args[0].boobs >= $args[1].boobs+20000 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Massive+breast fetish)*/ @@.lime;and finds nothing but breast.@@ As $he thoroughly gropes them, $he can just make out that $he no longer has implants. <<if $args[0].devotion >= -20>> The sheer size of $his titanic tits greatly excites $him to the point that $he can't hold back. $He shudders against $his new chest pillows as an intense orgasm @@.hotpink;rewards $him for enjoying your gift.@@ <<set $args[0].devotion += 5>> <<else>> $He tries desperately to control $his mounting excitement, reminding $himself that these breasts were not given to $him for $his own enjoyment. However, $he can't help become aroused at the weight of $his massive mounds filling $his arms. $He finally stops squirming when $he <<if canSee($args[0])>>sees your wolfish grin<<else>>feels your gaze<</if>>. Deep down, @@.hotpink;$he's thankful,@@ and the way $he's lovingly caressing $his boobs proves it. <<set $args[0].devotion += 5>> <</if>> <<elseif $args[0].boobs >= $args[1].boobs+20000>> /*(Extreme bigger breasts)*/ @@.lime;and finds a pair of massive tits hanging from $his chest.@@<<if $args[0].fetish != "mindbroken">> As $he fondles them, $he can just make out that $he no longer has implants.<</if>> <<if $args[0].fetish == "mindbroken">> As $he examines $his breasts, $he seems to understand that they are much bigger now. <<elseif $args[0].devotion > 20>> This new size excites $him and $he looks forward to experimenting with them. <<else>> This new size is a @@.gold;massive inconvenience@@ for $him and it @@.mediumorchid.infuriates $him@@ that you would do such a thing to $him. <<set $args[0].devotion -= 5, $args[0].trust -= 5>> <</if>> <<elseif $args[0].boobs > $args[1].boobs+100 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Bigger+breast fetish)*/ <<if $args[0].devotion > 20>> @@.lime;and finds $his tits are bigger than ever, yet implant free.@@ $He gropes $his mammaries eagerly, desperate to familiarize $himself with them. $He bites $his lower lip as $he teases $his nipples. From the look on $his face, you know $he'll want to put them to the test. <<else>> @@.lime;and finds that $his breasts have expanded in size, yet lack implants.@@ $He wrestles with the fact that you have clearly not done this for $his benefit, @@.hotpink;but decides this is definitely better than the alternative.@@ <<set $args[0].devotion += 5>> <</if>> <<elseif $args[0].boobs > $args[1].boobs+100>> /*(Bigger breasts)*/ <<if $args[0].fetish == "mindbroken">> breasts. As $he examines them, $he seems to understand that @@.lime;they are bigger now.@@ <<elseif $args[0].devotion > 20>> @@.lime;and finds $his bust has grown.@@ $He is caught off guard at the size of $his new chest. $He bounces them in $his palms, marveling at the motion of silicone free flesh. <<else>> @@.lime;and finds $his chest is heavier than ever, and not because of silicone.@@ However, $he is well aware however that these breasts are not for $his benefit or pleasure. $He views this as a @@.mediumorchid;cruel manipulation of $his body@@ on top of what has already been done to $him. <<set $args[0].devotion -= 5>> <</if>> <<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Smaller breasts + breast fetish)*/ <<if $args[0].devotion > 20>> @@.orange;and finds $his bust has shrunk.@@ $He is saddened by the loss of $his implants and struggles to keep $himself under control for your sake, @@.mediumorchid;barely.@@ <<else>> @@.orange;and finds that $his chest is not as large as it once was.@@ @@.mediumorchid;Tears leap into $his eyes@@ as $his natural breasts begin to quiver<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. $He pauses to gather $himself together and wipes the tears from $his eyes before continuing $his bodily inspection. <</if>> <<set $args[0].devotion -= 5>> <<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300>> /*(Smaller breasts)*/ <<if $args[0].devotion > 20>> @@.orange;and finds that $his implants have been removed.@@ $He shrugs this off, as $his devotion to you overrides any anguish this might cause. <<else>> @@.orange;and finds that $his chest is not as large as it once was.@@ $He <<if canSee($args[0])>>looks<<else>>gazes<</if>> at you with @@.mediumorchid;anger<<if $arcologies[0].FSSlimnessEnthusiast == "unset">>@@ as this is not only a cruel manipulation of $his body, but $he is now less of a woman in the eyes of a vast majority of society.<<else>>.@@<</if>> <<set $args[0].devotion -= 2>> <</if>> <<else>> /*(No change (less than a 100 cc's of change)*/ <<if $args[0].fetish == "mindbroken">> and finds nothing off about $his chest. <<elseif $args[0].devotion > 20>> and finds a familiar chest waiting for $him, albeit @@.coral;implant free.@@ <<if ($args[0].physicalAge < $args[1].physicalAge-5)>> /*(younger)*/ $He is pleased to see $his breasts are now more pert and smooth than they were before. <</if>> <<else>> and finds that $his breasts are roughly the same, save for their @@.coral;missing implants.@@ <<if ($args[0].physicalAge < $args[1].physicalAge-5)>> /*(younger)*/ Except, of course, that they are younger and more pert, something that $he @@.hotpink;can't help but appreciate.@@ <<set $args[0].devotion += 2>> <</if>> <</if>> <</if>> <<else>> <<if $args[0].boobs <= 300 && $args[1].boobs > 300 && $args[0].fetish == "boobs" && $args[0].fetishKnown>>/*flat+fetish*/ <<if $args[0].devotion > 20>> and finds @@.orange;no tits at all.@@ $He is saddened by $his flat chest and struggles to keep $himself under control for your sake, and succeeds. @@.mediumorchid;Barely.@@ <<else>> and finds @@.orange;no tits at all.@@ @@.mediumorchid;Tears leap into $his eyes@@ as $his shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. $He pauses to gather $himself together and let the tears run from $his eyes before continuing $his bodily inspection. <</if>> <<set $args[0].devotion -= 5>> <<elseif $args[0].boobs <= 300 && $args[1].boobs > 300>> /*flat*/ <<if $args[0].fetish == "mindbroken">> and @@.orange;finds nothing.@@ $He doesn't seem to care, though. <<elseif $args[0].devotion > 20>> and finds nothing; @@.orange;$his breasts are completely gone.@@ At least it's a literal weight off $his chest. <<else>> and finds nothing; @@.orange;$his breasts are completely gone.@@ <<if $arcologies[0].FSSlimnessEnthusiast == "unset">>$He knows much of society will view $him as a lesser person and a part of $him feels the same.<</if>> This feels like a cruel manipulation of $his body and $he @@.mediumorchid;hates you@@ a little more for it. <<set $args[0].devotion -= 2>> <</if>> <<elseif $args[0].boobs >= $args[1].boobs+20000 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Massive+breast fetish)*/ and finds @@.lime;nothing but breast.@@ As $he jiggles them back and forth between $his arms, $he can make out that they are all natural. <<if $args[0].devotion >= -20>> The sheer size of $his titanic tits greatly excites $him to the point that $he can't hold back. $He shudders against $his new chest pillows as an intense orgasm @@.hotpink;rewards $him for enjoying your gift.@@ <<set $args[0].devotion += 5>> <<else>> $He tries desperately to control $his mounting excitement, reminding $himself that these breasts were not given to $him for $his own enjoyment. However, $he can't help become aroused at the weight of $his massive mammaries between $his arms. $He finally stops fondling when $he <<if canSee($args[0])>>sees your wolfish grin<<else>>feels your gaze<</if>>. Deep down, @@.hotpink;$he's thankful,@@ and the way $he's lovingly carressing $his chest pillows proves it. <<set $args[0].devotion += 5>> <</if>> <<elseif $args[0].boobs >= $args[1].boobs+20000>> /*(Extreme bigger breasts)*/ and finds a @@.lime;pair of massive tits hanging from $his chest.@@<<if $args[0].fetish != "mindbroken">> As $he feels them, $he can clearly tell they are completely natural.<</if>> <<if $args[0].fetish == "mindbroken">> As $he examines $his breasts, $he seems to understand that they are much bigger now. <<elseif $args[0].devotion > 20>> This new size excites $him and $he looks forward to experimenting with them. <<else>> This new size is a @@.gold;massive inconvenience@@ for $him and it @@.mediumorchid.infuriates $him@@ that you would do such a thing to $him. <<set $args[0].devotion -= 5, $args[0].trust -= 5>> <</if>> <<elseif $args[0].boobs > $args[1].boobs+100 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Bigger+breast fetish)*/ <<if $args[0].devotion > 20>> and finds @@.lime;$his tits are bigger than ever.@@ $He gropes $his mammaries eagerly, desperate to familiarize $himself with them. $He bites $his lower lip as $he teases $his nipples. From the look on $his face, you know $he'll want to put them to the test. <<else>> and finds @@.lime;$his breasts have expanded in size.@@ $He wrestles with the fact that you have clearly not done this for $his benefit, @@.hotpink;but decides this is definitely better than the alternative.@@ <<set $args[0].devotion += 5>> <</if>> <<elseif $args[0].boobs > $args[1].boobs+100>> /*(Bigger breasts)*/ <<if $args[0].fetish == "mindbroken">> and finds breasts. As $he examines them, $he seems to understand that @@.lime;they are bigger now.@@ <<elseif $args[0].devotion > 20>> and finds @@.lime;$his bust has grown.@@ $He is caught off guard at the size of $his new chest. $He bounces them in $his palms, marveling at the motion of $his soft flesh. <<else>> and finds that @@.lime;$his chest is heavier than ever.@@ However, $he is well aware however that these breasts are not for $his benefit or pleasure. $He views this as a @@.mediumorchid;cruel manipulation of $his body@@ on top of what has already been done to $him. <<set $args[0].devotion -= 5>> <</if>> <<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Smaller breasts + breast fetish)*/ <<if $args[0].devotion > 20>> and finds that @@.orange;$his bust has shrunk.@@ $He is saddened by $his smaller chest and struggles to keep $himself under control for your sake, @@.mediumorchid;barely.@@ <<else>> and finds that @@.orange;$his chest is not as large as it once was.@@ @@.mediumorchid;Tears leap into $his eyes@@ as $his shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. $He pauses to gather $himself together and wipe the tears from $his eyes before continuing $his bodily inspection. <</if>> <<set $args[0].devotion -= 5>> <<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300>> /*(Smaller breasts)*/ <<if $args[0].fetish == "mindbroken">> breasts. As $he examines them, $he seems to understand @@.orange;that they smaller now.@@ <<elseif $args[0].devotion > 20>> that @@.orange;$his breasts are smaller.@@ $He shrugs this off, as $his devotion to you overrides any anguish this might cause. <<else>> that @@.orange;$his chest is not as large as it once was.@@ $He looks at you with @@.mediumorchid;anger<<if $arcologies[0].FSSlimnessEnthusiast == "unset">>@@ as this is not only a cruel manipulation of $his body, but $he is now less of a woman in the eyes of a vast majority of society.<<else>>.@@<</if>> <<set $args[0].devotion -= 2>> <</if>> <<else>> /*(No change (less than a 100 cc's of change)*/ <<if $args[0].fetish == "mindbroken">> nothing out of the ordinary. <<elseif $args[0].devotion > 20>> a familiar chest waiting for $him. <<if ($args[0].physicalAge < $args[1].physicalAge-5)>> /*(younger)*/ $He is pleased to see $his breasts are now more pert and smooth than they were before. <</if>> <<else>> that $his breasts are roughly the same. <<if ($args[0].physicalAge < $args[1].physicalAge-5)>> /*(younger)*/ Except, of course, that they are younger and more pert, something that $he @@.hotpink;can't help but appreciate.@@ <<set $args[0].devotion += 2>> <</if>> <</if>> <</if>> <</if>> <<if $args[0].areolaePiercing != 0 && $args[1].areolaePiercing == 0>> $He bumps into the piercings in $his areolae, brushing $his fingers against them and toying with them for a moment. <</if>> /*(if lactation status has changed)*/ <<if $args[0].lactation > 0 && $args[1].lactation == 0>> /*(lactating now, wasn't before)*/ As $he fondles $his breasts, <<if $args[0].lactation == 1>> @@.coral;solitary drops of milk begin to drop from $his nipples.@@ <<else>> @@.coral;steady streams of milk start to flow from $his nipples.@@ <</if>> <<if $args[0].fetish == "mindbroken">> $He reels back at the wet feeling. <<elseif $args[0].devotion > 20>> $He is delighted by the fact that $his breasts now produce milk. This is a gift $he will happily use for your benefit. <<else>> $He is irritated that you have altered $his body to produce milk. <</if>> <<elseif $args[0].fetish == "mindbroken">> <<elseif $args[0].lactation > 1 && $args[1].lactation == 1>> $He realizes $his breasts are @@.lime;rapidly producing milk.@@ $He groans at the unfamiliar pressure. <<elseif $args[0].lactation == 1 && $args[1].lactation == 2>> $He realizes that $his breasts are @@.orange;producing less milk.@@ $He seems a little relieved. <<elseif $args[0].lactation == 0 && $args[1].lactation > 0>> $He realizes that $his breasts @@.orange;no longer produce milk.@@ $He doesn't show much reaction to this change. <<elseif $args[0].lactation > 0 && $args[1].lactation > 0>> The familiar feeling of fullness in $his breasts tells $him $he's producing as much milk as ever. <</if>> <<if $args[0].nipples != $args[1].nipples && $args[0].fetish != "mindbroken">> /*(if nipples have changed shape)*/ Once $he is satisfied with $his tits, $he shifts $his chest to get a better <<if canSee($args[0])>>view of<<else>>feel of<</if>> $his nipples, having noticed that they don't <<if canSee($args[0])>>look<<else>>seem<</if>> quite the same as before. <<switch $args[0].nipples>> <<case "fuckable">> $He doesn't seem interested in them until $he slips a @@.lime;finger deep inside one of the folds.@@ $He reddens at the thought of what the intent of this is. <<case "tiny">> $He's a little depressed by @@.orange;how tiny they've become.@@ <<case "puffy">> $He quivers a little as $he traces the edges of $his @@.lime;puffy nipples.@@ <<case "huge">> $He quivers a little as $he grabs hold of the @@.lime;two towering protrusions@@ jutting out from $his breasts. <<case "partially inverted">> $He quivers a little as $he <<if $activeSlave.nipplesPiercing != 0>> tugs on the piercings, pulling @@.lime;partially inverted nipples@@ out. <<else>> teases the @@.lime;little exposed nipples@@ sticking out of $his breasts. <</if>> <<case "inverted">> $He quivers a little as $he <<if $activeSlave.nipplesPiercing != 0>> tugs on the piercings, forcing $his @@.lime;inverted nipples@@ completely out. <<else>> accidentally pops one of $his @@.lime;inverted nipples@@ out. <</if>> <<default>> They can only be called normal, though $he can still call them cute. <</switch>> <<if $args[0].nipplesPiercing != 0 && $args[1].nipplesPiercing == 0 && $args[0].nipples != "inverted" && $args[0].nipples != "partially inverted">> $He also finds they are pierced, and takes a moment to pull at one, shivering at the tingles the action sends through $his chest. <</if>> <</if>> /*(if breasts have changed shape)*/ <<if $args[0].boobShape != $args[1].boobShape && $args[0].boobs > 300 && $args[0].fetish != "mindbroken">> As $he releases $his boobs, $he discovers they no longer rest the same either; <<if $args[0].boobShape == "saggy">> /*(drooping or older)*/ @@.red;they now sag,@@ disappointing $him. <<elseif $args[0].boobShape == "downward-facing">> @@.red;they now face downwards,@@ disappointing $him. <<elseif $args[0].boobShape == "wide-set">> @@.green;they settle heavily to either side of $his body.@@ <<elseif $args[0].boobShape == "perky">> @@.green;they are much perkier.@@ <<if $args[0].devotion > 20>> $He jostles them playfully. <<else>> $He is intrigued by this development. <</if>> <<elseif $args[0].boobShape == "torpedo-shaped">> @@.green;they stick out far from $his body.@@ <<if $args[0].devotion > 20>> $He bounces to make them sway about. <<else>> $He is intrigued by this development. <</if>> <<else>> @@.green;they can only be called normal.@@ <</if>> <</if>> <<if canSee($args[0]) && $args[0].fetish != "mindbroken">> <br><br> <<if $args[1].voice == 0>> When $he finishes, $he turns to you and gestures for a mirror. <<if $args[0].voice != 0>> You gesture as if you couldn't hear $him, to which $he @@.green;squeaks in response.@@ It immediately @@.hotpink;dawns on $him@@ what this means. $He @@.mediumaquamarine;thanks you profusely@@ before asking for a mirror. <<set $args[0].devotion += 5, $args[0].trust += 10>> <</if>> <<else>> When $he finishes, $he turns to you and opens $his mouth to <<if $args[0].voice == 0>> speak, but finds @@.coral;no words come.@@ $He tries again, frowning. $He rubs $his throat and tears well in $his eyes, but no sobs can be heard as $his shoulders begin to @@.gold;shake.@@ After a bit, $he extends $his hand, and gestures @@.mediumorchid;somberly@@ for a mirror. <<set $args[0].devotion -= 5, $args[0].trust -= 5>> <<else>> speak. At first $he's slightly startled by $his new <<if $args[0].voice < $args[1].voice>> @@.orange;<<if $args[0].voice < $args[1].voicelower-1>>much <</if>>lower voice,@@ <<elseif $args[0].voice > $args[1].voice>> @@.lime;<<if $args[0].voice < $args[1].voicelower+1>>much <</if>>higher voice,@@ <<else>> voice, <</if>> but manages a single word. "...mirror..." <</if>> <</if>> <br><br> You depress a button and a long, body length mirror slides up from the floor near the wall. <br><br> <<elseif canSee($args[0])>> When $he finishes with $his tits, $he begins to strain to look at the rest of $his body. <br><br> You depress a button and a long, body length mirror slides up from the floor near the wall. <br><br> <<else>> <br><br> <</if>> Your slave gingerly hops to $his feet <<if $args[0].heels == 1 || !canWalk($args[0])>> <<if $args[0].heels == 1>> and immediately stumbles, catching $himself before $his cut heels let $him fall to the floor. <<elseif !canWalk($args[0])>> and immediately collapses under $his own weight. <</if>> <<if $args[0].fetish != "mindbroken">> $He looks at you <<if $args[0].devotion >= -20>> @@.hotpink;submissively@@ <<set $args[0].devotion += 5>> <<else>> @@.mediumorchid;angrily@@ <<set $args[0].devotion -= 5>> <</if>> as $he <<else>> $He <</if>> pulls $his weight back onto the bed and tries again, this time using the gurney to support $himself. $He <<else>> and <</if>> /*(height changes)*/ <<if $args[0].height >= $args[1].height+10>> wobbles for a moment as $he adjusts to $his new height. <<if $args[0].fetish == "mindbroken">> The benefits of @@.lime;being taller@@ don't register to the broken girl. <<elseif $args[0].devotion > 20>> $He is @@.hotpink;truly pleased@@ that you have taken the effort to make $him @@.lime;taller,@@ knowing that a lot of everyday things in life will be easier, and that $he will be viewed as having more stature now, both metaphorically and literally. <<set $args[0].devotion += 2>> <<else>> $He frowns for a moment, before shrugging and accepting this small gift, even knowing that it is likely not for $his sake that you have done this. $His mouth curls into a @@.mediumaquamarine;small grin@@ for just a moment as $he considers how @@.lime;being taller@@ will benefit $him. <<set $args[0].trust += 1>> <</if>> <<elseif $args[0].height <= $args[1].height-10>> <<if $args[0].fetish == "mindbroken">> Doesn't quite realize that $he is @@.lime;shorter than before.@@ <<else>> starts at the falling sensation before realizing $he is just @@.lime;shorter than $he was before.@@ <<if $args[0].devotion > 20>> As frustrating as it will be, $he tries to look at the bright side of this and thinks of all the fun things $he will be able to do easier now, like being picked up and set on a counter or pinned against a wall. $He drools a little, before shaking $his head and continuing on. <<else>> This is aggravating more than anything to $him. Everything will just be just that much more difficult now. $He @@.mediumorchid;glowers at you.@@ <<set $args[0].devotion -= 2>> <</if>> <</if>> <<else>> quickly gets used to $his new body's similar stature. <</if>> <br><br> $He <<if canSee($args[0])>>takes in<<else>>runs $his hands across<</if>> $his new figure. <<if $args[0].fetish != "mindbroken" && canSee($args[0])>> <<if $args[0].race != $args[1].race>> /*(race changes)*/ It immediately strikes $him that $he is @@.coral;no longer <<print $args[1].race>>.@@ $His new $args[0].race body <<if $args[0].devotion > 50>> intrigues and delights $him. $He is happy that you invested in $his appearance in such an interesting way. <<elseif $args[0].devotion > 20>> @@.mediumorchid;disturbs $him.@@ $He is @@.gold;shaken@@ by such a drastic change. <<set $args[0].devotion -= 10, $args[0].trust -= 10>> <<else>> @@.mediumorchid;disgusts and angers $him.@@ One of the only parts of $his identity $he had left has now been stripped from $him. <<set $args[0].devotion -= 20>> <</if>> <<elseif $args[0].devotion <= 50>> It immediately strikes $him that $he is still <<print $args[0].race>>. $He's @@.hotpink;relieved@@ that you didn't take such a deep part of $his identity from $him. <<set $args[0].devotion += 1>> <</if>> <</if>> <<if $args[0].bald == 1 && $args[1].bald == 0>> /*(+baldness)*/ <<if canSee($args[0])>> Something about $his head catches $his eye; @@.red;$he is now bald.@@ <<else>> $He begins to run $his fingers through $his hair, only to @@.red;find it gone.@@ <</if>> This <<if $args[0].fetish == "mindbroken">> catches $his attention, and $he spends some time rubbing $his new smooth scalp. <<elseif $args[0].devotion > 20>> feels fun and interesting, and $he gently rubs $his new smooth scalp. <<else>> feels like a gross imposition and $he @@.mediumorchid;scowls at you accusingly,@@ for this is one less thing that marks $him as a person that you have taken from $him. <<set $args[0].devotion -= 3>> <</if>> <<elseif $args[0].bald == 0 && $args[1].bald == 1>> /*(-baldness)*/ <<if canSee($args[0])>> Something about $his head catches $his eye; @@.green;$he now has hair.@@ <<else>> $He moves to rub $his bald head, only to find $he @@.green;has a full head of hair.@@ <</if>> This <<if $args[0].fetish == "mindbroken">> catches $his attention, and $he spends some time pulling at $his new hair. <<elseif $args[0].devotion >= -20>> makes $him @@.hotpink;squeal with delight.@@ $He plays with $his new hair, enjoying how it feels between $his fingers. <<set $args[0].devotion += 3>> <<else>> surprises $him. $He is not happy with your doing something like this while $he had no control of it, but under the circumstances there are far worse things to have than hair. <</if>> <<elseif $args[0].bald == 1 && $args[1].bald == 1>> <<if canSee($args[0])>> Something about $his head catches $his eye, but it turned out to be nothing. $He is as bald as ever. <<else>> $He moves to rub $his bald head and is not disappointed. <</if>> <<else>> <<if canSee($args[0])>> Something about $his head catches $his <<if $args[0].hColor != $args[1].hColor>> eye; $he @@.coral;now has $args[0].hColor hair.@@ <<else>> eye, but it was a trick of the light; $his hair is more or less the same. <</if>> <<else>> $He runs $his fingers through $his hair and finds that things aren't very different. <</if>> <</if>> /*(age)*/ <<if $args[0].physicalAge >= $args[1].physicalAge+5 || ($args[0].physicalAge > 18 && $args[1].physicalAge < 16)>> /*(older)*/ <<if $args[0].physicalAge > 18 && $args[1].physicalAge < 16>> $He starts at just how much @@.red;older $his <<if canSee($args[0])>>face and body are<<else>>body is<</if>>.@@ <<if $args[0].physicalAge > 100>> $He's thoroughly shocked to find $he's knocking on death's door. <<elseif $args[0].physicalAge > 80>> $He's thoroughly shocked to find $he's ancient. <<elseif $args[0].physicalAge > 30>> $He's shocked to find that $he's practically a MILF. <<elseif $args[0].physicalAge >= 18>> $He's shocked to find $he's now a fresh adult. <</if>> <<if $args[0].fetish != "mindbroken">> This is disturbing to $him on a fundamental level, <<if $args[0].devotion > 50>> as that means $he will now will have less time with you before the end of $his <<if $PhysicalRetirementAgePolicy == 1>> service and <</if>> life. $He does $his best to shrug this off and tries to think of all the fun things a lewd older body can do. <<else>> as that means $he will be @@.mediumorchid;unable to spend as much time on this earth.@@ <<set $args[0].devotion -= ($args[0].physicalAge-$args[1].physicalAge)*2>> <<if $PhysicalRetirementAgePolicy == 1>> On the other hand, it means $he won't have as much time to spend with you before $he is retired. <<else>> This is compounded with the fact that $he @@.gold;may well die before $he becomes a freed slave.@@ <<set $args[0].trust -= ($args[0].physicalAge-$args[1].physicalAge*2)>> <</if>> <</if>> <<if ($args[0].ovaries == 1 || $args[0].mpreg == 1) && $args[0].pubertyXX == 1 && $args[1].pubertyXX == 0 && isFertile($args[0])>> $His hand slips to $his middle for a second as the urge to breed crosses $his mind. <</if>> <<if ($args[0].balls > 0) && $args[0].pubertyXY == 1 && $args[1].pubertyXY == 0>> $He shudders with pleasure at the thought of cumming in a fertile pussy. $He realizes this body has gone through puberty. <</if>> <</if>> <<elseif $args[0].fetish != "mindbroken">> $He starts as $he <<if canSee($args[0])>>sees<<else>>discovers<</if>> that $he is @@.red;now older than $he once was.@@ This is disturbing to $him on a fundamental level, <<if $args[0].devotion > 50>> as that means $he will now will have less time with you before the end of $his <<if $PhysicalRetirementAgePolicy == 1>> service and <</if>> life. $He does $his best to shrug this off and tries to think of all the fun things a lewd older body can do. <<else>> as that means $he will be @@.mediumorchid;unable to spend as much time on this earth.@@ <<set $args[0].devotion -= ($args[0].physicalAge-$args[1].physicalAge)*2>> <<if $PhysicalRetirementAgePolicy == 1>> On the other hand, it means $he won't have as much time to spend with you before $he is retired. <<else>> This is compounded with the fact that $he @@.gold;may well die before $he becomes a freed slave.@@ <<set $args[0].trust -= ($args[0].physicalAge-$args[1].physicalAge*2)>> <</if>> <</if>> <</if>> <<elseif $args[0].physicalAge <= $args[1].physicalAge-5 || ($args[0].physicalAge < 18 && $args[0].physicalAge < $args[1].physicalAge)>> /*(younger)*/ $He starts at $his @@.green;youthful new <<if canSee($args[0])>>face and <</if>>body.@@ <<if $args[1].physicalAge >= 18>> <<if $args[0].physicalAge < 4>> $He's thoroughly shocked to find $he's a toddler again. <<elseif $args[0].physicalAge < 9>> $He's surprised to find $he's a little girl. <<elseif $args[0].physicalAge < 13>> $He's surprised to find that $he's once more a preteen. <<elseif $args[0].physicalAge < 16>> $He never expected to be a teenager again. <<elseif $args[0].physicalAge < 18>> $He never expected to be a young adult again. <</if>> <</if>> <<if $args[0].fetish != "mindbroken">> <<set _puberty = 0>> <<if (($args[0].physicalAge < $fertilityAge && ($args[0].ovaries == 1 || $args[0].mpreg == 1)) || ($args[0].physicalAge < $potencyAge && $args[0].balls > 0)) && ($args[1].pubertyXX == 1 || $args[1].pubertyXY == 1)>> $He realizes that $he will have to @@.coral;go through puberty again,@@ now that $he is $args[0].physicalAge once more. This is unnerving to $him. <<set _puberty = 1>> <</if>> <<if $args[0].devotion > 20>> <<if _puberty == 1>> However, $he will do $his best to enjoy the highs that come with it, and <<else>> This is a @@.hotpink;wonderful gift to $him,@@ as $he will now be able to <<set $args[0].devotion += Math.max($args[1].physicalAge-$args[0].physicalAge, 10)>> <</if>> <<if $PhysicalRetirementAgePolicy == 1>> spend more time with you before the end of $his service. <<else>> service you better, as well as have all the other benefits of youthful age. <</if>> <<else>> <<if _puberty == 1>> It will be frustrating to go through the rigors of sexual development all over again, especially when combined with the fact that $he must also <<else>> This is both a @@.hotpink;blessing@@ and a @@.gold;curse,@@ as while $he now has a younger and healthier body, $he must also <<set $args[0].devotion += Math.max($args[1].physicalAge-$args[0].physicalAge, 10), $args[0].trust -= 5>> <</if>> <<if $PhysicalRetirementAgePolicy == 1>> spend more time with you before the end of $his service. <<else>> use all of $his youth for the benefit of $his master instead of $himself. <</if>> <</if>> <</if>> <</if>> /*weight*/ <<if $args[0].weight >= $args[1].weight + 5 || $args[0].weight <= $args[1].weight - 5>> The very next thing $he finds is how much <<if $args[0].weight >= $args[1].weight + 5>> @@.red;heavier $he is.@@ <<if $args[0].fetish == "mindbroken">> With $his broken mind, $he shows no real reaction to this new weight. <<elseif $args[0].devotion >= 50>> <<if $args[0].behavioralFlaw == "gluttonous">> $He is @@.hotpink;perfectly fine@@ with this; a bigger body means more food for $his belly and more for you to love. <<set $args[0].devotion += 1>> <<elseif $args[0].behavioralFlaw == "anorexic">> $He pinches $himself and groans a little. $He knows if you wanted $his heavier, you could have just force fed $him to this size, so $he keeps further opinions to $himself. <<elseif $args[0].behavioralQuirk == "insecure">> $He is @@.hotpink;perfectly fine@@ with this; if you want $him to be softer, then @@.mediumaquamarine;that is what $he wants too.@@ <<set $args[0].devotion += 1, $args[0].trust += 1>> <<elseif $args[0].behavioralQuirk == "fitness" && $args[0].weight > 30>> $He would prefer to be fitter, but this just means $he can work it off for your amusement. <<else>> $He is happy that you have given $him more weight for you to play <<if $arcologies[0].FSSlimnessEnthusiast != "unset">> with, but is somewhat confused that you would do so against the society you created. <<else>> with. <</if>> <</if>> <<else>> <<if $args[0].behavioralFlaw == "gluttonous">> $He is @@.hotpink;surprisingly fine@@ with this; a bigger body means more food for $his belly, after all. <<if $args[0].weight > 30>> Though $he would have preferred to not be this fat. <</if>> <<set $args[0].devotion += 1>> <<elseif $args[0].behavioralFlaw == "anorexic">> $He pinches $himself and @@.mediumorchid;groans with disgust.@@ $He shudders at the thought of @@.gold;what you'll do next.@@ <<set $args[0].devotion -= 3, $args[0].trust -= 3>> <<elseif $args[0].behavioralQuirk == "insecure">> $He is surprisingly fine with this; you know best, after all. <<elseif $args[0].behavioralQuirk == "fitness" && $args[0].weight > 30>> $He is @@.mediumorchid;irritated and frustrated@@ at this new weight. $He should be fit not fat! <<set $args[0].devotion -= 10>> <<else>> $He is @@.mediumorchid;irritated and frustrated@@ at this new <<set $args[0].devotion -= 5>> <<if $arcologies[0].FSSlimnessEnthusiast != "unset">> weight, @@.mediumorchid;doubly so@@ because your society will view $him as less of a person now. <<set $args[0].devotion -= 5>> <<elseif $arcologies[0].FSHedonisticDecadence != "unset">> weight, however $he is at least @@.hotpink;somewhat mollified@@ with the knowledge that society will treat $him with a bit more reverence now. <<set $args[0].devotion += 3>> <<else>> weight. <</if>> <</if>> <</if>> <<else>> @@.green;lighter $he is.@@ <<if $args[0].fetish == "mindbroken">>/*mindbroken*/ $He doesn't show much reaction to $his lost weight. <<elseif $args[0].devotion >= 50>>/*devoted*/ $He is pleased that you have given $him a more slender and svelte body <<if $arcologies[0].FSSlimnessEnthusiast != "unset">> body and is even happier that $his body is more in line with your society. <<else>> body. <</if>> <<else>>/*not devoted*/ $He is a bit miffed that you would modify $his body in such a way, knowing it has nothing to do with making $him happy <<if $arcologies[0].FSSlimnessEnthusiast != "unset">> happy, but feels a bit better knowing that society will now view $him in a better light. <<else>> happy. <</if>> <</if>> <</if>> <</if>> /*muscle*/ <<if $args[0].muscles >= $args[1].muscles +5 || $args[0].muscles <= $args[1].muscles - 5>> The last major change to $his body structure worth $his attention is <<if $args[0].muscles >= $args[1].muscles + 5>> that $he is @@.lime;significantly more muscular@@ than $he once was. <<if $args[0].fetish != "mindbroken">> <<if $args[0].devotion >= 50>> $He is happy with $his newfound strength and looks forward to putting this power to work for you. <<else>> $He is irritated that you would change something like this about $him <<if $args[0].genes == "XX" && $arcologies.FSPhysicalIdealist == "unset">> and is @@.mediumorchid;annoyed@@ that $he now looks less feminine. <<set $args[0].devotion -= 3>> <<else>> but @@.mediumaquamarine;appreciates@@ the extra strength nonetheless, as it will most likely help $him in all sorts of ways. <<set $args[0].trust += 5>> <</if>> <</if>> <</if>> <<else>> that $he is @@.orange;significantly less muscular@@ than before. <<if $args[0].devotion >= 50>> $He appreciates that you would take the time to make $him more feminine. <<else>> $He is @@.mediumorchid;annoyed@@ that you would alter something about $him like this, and more so because $he will have to @@.gold;work harder@@ now to do the things $he could before. <<set $args[0].devotion -= 3, $args[0].trust -= 3>> <</if>> <</if>> <</if>> /*(pregnancy/belly changes)*/ <<set _weightChange = 0>> /*used to segway to weight after pregnancy/belly implants*/ <<if $args[0].pregKnown == 1 && $args[1].preg > 0>> <br><br> $His hands drift over $his stomach, <<if $args[0].bellyPreg < 100>> <<if $args[0].birthsTotal == 0>> but $he's too inexperienced to recognize $his @@.pink;early pregnancy.@@ <<elseif $args[0].birthsTotal > 0>> and since this is not $his first pregnancy, $he is able to recognize the @@.pink;life within $him.@@ <</if>> <<elseif $args[0].bellyPreg >= 450000>> and $he can immediately see that $he is @@.pink;insanely pregnant;@@ $his body stretched full of babies. <<elseif $args[0].bellyPreg >= 150000>> and $he can quite clearly see that $he is @@.pink;enormously pregnant,@@ so much so that $his body could quite believably be carrying nine full sized babies. <<elseif $args[0].bellyPreg >= 60000>> and $he can see that $he is almost @@.pink;unnaturally pregnant,@@ with a belly swollen to a size that could easily carry four full grown babies. <<elseif $args[0].bellyPreg >= 15000>> and $he can clearly see that $he is @@.pink;quite pregnant,@@ as $he cradles a belly that could easily carry a full sized baby. <<elseif $args[0].bellyPreg >= 5000>> and $he feels a @@.pink;bump in $his stomach,@@ as well as a gentle kick. <<elseif $args[0].bellyPreg >= 100>> and $he feels a @@.pink;slight swell to $his stomach.@@ <</if>> <<if $args[0].fetish != "mindbroken">> <<if $args[0].bellyPreg >= 100 || $args[0].birthsTotal > 0>> <<if $args[0].devotion >= 50>> Even though $he didn't get to experience being made into one, $he is delighted to be a mother<<if $args[0].birthsTotal > 0>> again<</if>>. <<else>> $He is filled with conflicting emotions, @@.mediumorchid;hatred@@ for you for forcing <<if $args[0].pregType > 1>>these lives<<else>>this life<</if>> onto $him, as well as the instinct of a mother's love for $his unborn child. <<set $args[0].devotion -= 3>> <</if>> <</if>> <<elseif $args[0].fetish == "pregnancy">> <<if $args[0].bellyPreg >= 100 || $args[0].birthsTotal > 0>> <<if $args[0].devotion >= 50>> Even though $he didn't get to experience being made into one, $he is overjoyed to have <<if $args[0].birthsTotal > 0>>another<<else>>a<</if>> life growing inside $him. <<else>> $He is filled with conflicting emotions, hate for being forced into this, but also joy from getting to be pregnant. While you didn't do this for $his amusement, $he'll definitely take advantage of it. <</if>> <</if>> <</if>> <<set _weightChange = 1>> <<elseif $args[0].bellyImplant > $args[1].bellyImplant && $args[0].bellyImplant >= 100>> /*belly implant filled*/ <br><br> $His hands drift over $his stomach, where $he <<if $args[0].bellyImplant >= 450000>> finds there is no chance of $him reaching $his navel across $his @@.pink;massive middle.@@ <<elseif $args[0].bellyImplant >= 150000>> hugs what could be a @@.pink;belly carrying a multitude of children.@@ <<elseif $args[0].bellyImplant >= 60000>> embraces a @@.pink;belly that could be laden with multiples at the brink of birth.@@ <<elseif $args[0].bellyImplant >= 15000>> cradles a @@.pink;belly swollen enough to be carrying at least one baby ready to drop.@@ <<elseif $args[0].bellyImplant >= 5000>> feels a @@.pink;clear bump in $his stomach from the belly implant.@@ <<elseif $args[0].bellyImplant >= 100>> feels a @@.pink;slight swell to $his stomach.@@ <</if>> <<if $args[0].devotion >= 50>> $He likes how the bulge looks on $him and can't wait to get fucked with it in the way. <<else>> It @@.mediumorchid;bothers $him@@ that you would add such a <<if $args[0].bellyImplant >= 10000>>major<<else>>minor<</if>> inconvenience to $his body. <<set $args[0].devotion -= 1>> <</if>> <<if $args[1].pregKnown == 1>> <<if $args[0].fetish == "pregnancy">> <<if $args[0].devotion >= 50>> $He @@.mediumorchid;scowls with momentary wrath@@ before regaining $his composure. $He resents being separated from $his pregnancy<<if canGetPregnant($args[0])>>, though that is easily remedied<</if>>. <<set $args[0].devotion -= 5>> <<elseif $args[0].devotion >= 20>> $He @@.mediumorchid;scowls angrily@@ at this turn of events<<if canGetPregnant($args[0])>>, though that will be easily remedied by putting another child in $him<</if>>. <<set $args[0].devotion -= 10>> <<else>> $He is filled with @@.mediumorchid;hatred for you@@ for snatching $his pregnancy away from $him. <<set $args[0].devotion -= 15>> <</if>> <<elseif $args[0].fetish != "mindbroken">> <<if $args[0].devotion >= 50>> While $he will miss the chance of meeting $his future child, $he will no longer be weighed down by it as $he gets used to $his new body. <<elseif $args[0].devotion >= 20>> $He accepts this as how things are. <<else>> $He is filled with @@.mediumorchid;hatred for you@@ for snatching $his child away from $him. It didn't matter if $he wanted it or not; @@.gold;it was $hers and you took it.@@ <<set $args[0].devotion -= 10, $args[0].trust -= 10>> <</if>> <</if>> <</if>> <<set _weightChange = 1>> <<elseif $args[0].pregKnown == 0 && $args[1].pregKnown == 1>> <br><br> $His hands drift over $his stomach, where $he discovers $he is @@.pink;no longer pregnant.@@ <<if $args[0].fetish == "pregnancy">> <<if $args[0].devotion >= 50>> $He @@.mediumorchid;scowls with momentary wrath@@ before regaining $his composure. $He resents being separated from $his pregnancy<<if canGetPregnant($args[0])>>, though that is easily remedied<</if>>. <<set $args[0].devotion -= 5>> <<elseif $args[0].devotion >= 20>> $He @@.mediumorchid;scowls angrily@@ at this turn of events<<if canGetPregnant($args[0])>>, though that will be easily remedied by putting another child in $him<</if>>. <<set $args[0].devotion -= 10>> <<else>> $He is filled with @@.mediumorchid;hatred for you@@ for snatching $his pregnancy away from $him. <<set $args[0].devotion -= 15>> <</if>> <<elseif $args[0].fetish != "mindbroken">> <<if $args[0].devotion >= 50>> While $he will miss the chance of meeting $his future child, $he will no longer be weighed down by it as $he gets used to $his new body. <<elseif $args[0].devotion >= 20>> $He accepts this as how things are. <<else>> $He is filled with @@.mediumorchid;hatred for you@@ for snatching $his child away from $him. It didn't matter if $he wanted it or not; @@.gold;it was $hers and you took it.@@ <<set $args[0].devotion -= 10, $args[0].trust -= 10>> <</if>> <</if>> <<set _weightChange = 1>> <<elseif $args[0].bellyImplant < $args[1].bellyImplant>> /*belly implant reduced*/ <br><br> $His hands drift over $his stomach, where $he <<if $args[0].bellyImplant >= 450000>> finds there is @@.pink;still no chance of $him reaching $his navel across $his massive middle.@@ <<elseif $args[0].bellyImplant >= 150000>> hugs what could be a @@.pink;belly carrying a multitude of children.@@ <<elseif $args[0].bellyImplant >= 60000>> embraces a @@.pink;belly that could be laden with multiples at the brink of birth.@@ <<elseif $args[0].bellyImplant >= 15000>> cradles a @@.pink;belly swollen enough to be carrying at least one baby ready to drop.@@ <<elseif $args[0].bellyImplant >= 5000>> feels a @@.pink;clear bump in $his stomach from the belly implant.@@ <<elseif $args[0].bellyImplant >= 100>> feels a @@.pink;slight swell to $his stomach.@@ <<else>> finds @@.pink;no signs of an implant swollen belly.@@ <</if>> <<if $args[0].devotion >= 20>> $He appreciates how much easier it will be with a smaller middle. <<else>> $He can't help but appreciate losing the bulk, but $he still @@.gold;worries@@ over your control of $his body. <<set $args[0].trust -= 1>> <</if>> <<set _weightChange = 1>> <</if>> /*stomach*/ <<if _weightChange != 1>> <br><br> $His hands drift over <<else>> $He continues to fondle <</if>> <<if $args[0].weight >= $args[1].weight+30>> /*(fatter)*/ $his stomach until $he feels just how @@.red;much more weight@@ $he is carrying. <<if $args[0].fetish != "mindbroken">> <<if $args[0].devotion > 20>> $He finds $his new curves intriguing. <<else>> $His face contorts with @@.mediumorchid;disgust@@ at $his newfound bulk. <<set $args[0].devotion -= 5>> <</if>> <</if>> <<if $args[0].bellySag > $args[1].bellySag && $args[0].belly < 100>> $He also notices @@.red;how much it sags.@@ <<if $args[0].fetish != "mindbroken">> <<if $args[0].devotion > 20>> This isn't pleasant, but $he bears it for you. <<else>> This does nothing for $his self-image, only @@.mediumorchid;disgusts and annoys@@ $him. <<set $args[0].devotion -= 2>> <</if>> <</if>> <<elseif $args[0].bellySag < $args[1].bellySag && $args[0].belly < 100>> $He also notices it is @@.green;tighter despite being softer.@@ <<if $args[0].fetish != "mindbroken">> <<if $args[0].devotion > 20>> This is great for $his self-image and $he happily strokes $his new firm belly. <<else>> Whatever else this transition brings, this is a gift $he will appreciate and $he @@.hotpink;smiles, just a bit.@@ <<set $args[0].devotion += 1>> <</if>> <</if>> <</if>> <<elseif $args[0].weight <= $args[1].weight-30>> /*(thinner)*/ $his stomach and $he finds $his body @@.green;thinner.@@ <<if $args[0].fetish != "mindbroken">> <<if $args[0].devotion > 20>> $He finds $his new curves intriguing. <<else>> While free weight loss is @@.hotpink;appreciated,@@ $he wishes $he had some say in the matter. <<set $args[0].devotion += 1>> <</if>> <</if>> <<if $args[0].bellySag > $args[1].bellySag && $args[0].belly < 100>> $He also notices how it @@.red;has a sag to it.@@ <<if $args[0].fetish != "mindbroken">> <<if $args[0].devotion > 20>> This isn't pleasant, but $he bears it for you. <<else>> This does nothing for $his self-image, only @@.mediumorchid;disgusts and annoys@@ $him. <<set $args[0].devotion -= 2>> <</if>> <</if>> <<elseif $args[0].bellySag < $args[1].bellySag && $args[0].belly < 100>> $He also notices it is @@.green;tighter despite being softer.@@ <<if $args[0].fetish != "mindbroken">> <<if $args[0].devotion > 20>> This is great for $his self-image and $he happily strokes $his new perkier belly. <<else>> Whatever else this transition brings, this is a gift $he will appreciate and $he @@.hotpink;smiles, just a bit.@@ <<set $args[0].devotion += 1>> <</if>> <</if>> <</if>> <<elseif $args[0].bellySag > $args[1].bellySag && $args[0].belly < 100>> /*(belly sag)*/ $his stomach and $he notices a @@.red;sag in $his belly.@@ <<if $args[0].fetish != "mindbroken">> <<if $args[0].devotion > 20>> This isn't pleasant, but $he bears it for you. <<else>> This does nothing for $his self-image, only @@.mediumorchid;disgusts and annoys@@ $him. <<set $args[0].devotion -= 2>> <</if>> <</if>> <<elseif $args[0].bellySag < $args[1].bellySag && $args[0].belly < 100>> /*(subtracted)*/ $his stomach and notices the @@.green;sag in $his belly has lessened.@@ <<if $args[0].fetish != "mindbroken">> <<if $args[0].devotion > 20>> This is great for $his self-image and $he happily strokes $his new tight belly. <<else>> Whatever else this transition brings, this is a gift $he will appreciate and $he @@.hotpink;smiles, just a bit.@@ <<set $args[0].devotion += 1>> <</if>> <</if>> <<elseif $args[0].weight < 10 && $args[0].muscles > 5 && $args[0].belly < 100>> $his @@.lime;muscled stomach.@@ $He stops to trace $his abs. <<if $args[0].fetish != "mindbroken">> <<if $args[0].devotion > 20>> $He finds $his new strength intriguing. <<else>> $He finds $his new strength @@.mediumaquamarine;empowering.@@ <<set $args[0].trust += 2>> <</if>> <</if>> <<else>> stomach, though $he finds little out of the ordinary<<if _weightChange == 1>>; other than the obvious, of course<</if>>. <</if>> <<if $args[0].navelPiercing != 0 && $args[1].navelPiercing == 0>> $He now has a piercing in $his navel; $he rolls $his tummy<<if $args[0].belly >= 15000>>, a feat in and of itself<</if>>, fascinated by $his new hardware grazing $his stomach to the motion. <</if>> /* waist */ <<if $args[0].waist > $args[1].waist+40>> As $he explores $his middle, $he also takes note of $his @@.orange;wider waist.@@ <<if $args[0].fetish == "mindbroken">> The effects of such a change on $his appearance go right over $his head. <<elseif $args[0].devotion > 20>> This change disappoints $him. $He wishes $he could have been more feminine for you. <<else>> This change @@.mediumorchid;disgusts $him;@@ it will only leave $him treated worse compared to the more feminine slaves. <<set $args[0].devotion -= 1>> <</if>> <<elseif $args[0].waist < $args[1].waist-40>> As $he explores $his middle, $he also takes note of $his @@.lime;narrower waist.@@ <<if $args[0].fetish == "mindbroken">> The effects of such a change on $his appearance go right over $his head. <<elseif $args[0].devotion > 20>> This change pleases $him; $he can't wait to feel your hands around $him. <<else>> That you would make such a change to $him @@.mediumorchid;disgusts $him,@@ though $he @@.mediumaquamarine;takes solace@@ in the fact that $he will likely be treated better for being more attractive. <<set $args[0].devotion -= 1, $args[0].trust += 1>> <</if>> <</if>> /* corest piercing */ <<if $args[0].corsetPiercing != 0 && $args[1].corsetPiercing == 0>> An odd feeling on $his back draws $his attention. $He discovers a series of rings running down $his spine and, flexing $his back muscles, shudders at the sensation. <</if>> <br><br> As $his hands wander lower, /*(changed genitals)*/ <<if $args[1].vagina > -1>> /*(had a vagina)*/ <<if $args[0].dick > 0 && $args[1].dick > 0>> /*(had a penis)*/ $he is relieved to find @@.coral; <<if $args[0].balls > 0 && $args[0].scrotum > 0 && $args[1].balls > 0 && $args[1].scrotum > 0>> a cock, balls and pussy. <<elseif $args[0].balls == 0 && $args[1].balls > 0 && $args[1].scrotum > 0>> both a cock and pussy, though $he is a little miffed that $he now lacks testicles. <<elseif $args[0].balls > 0 && $args[0].scrotum > 0 && $args[1].balls == 0>> both a cock, pussy and, more surprisingly, balls. <<else>> both a cock and pussy. <</if>> @@ <<elseif $args[0].dick > 0 && $args[1].dick == 0>> /*(+penis)*/ $he is startled to find $he @@.coral;has a penis@@ now. <<if $args[0].vagina > -1>> /*(kept vagina)*/ $He is confused for a moment until $he lifts $his new penis to @@.coral;<<if canSee($args[0])>>see<<else>>discover<</if>> a pussy under it.@@ <<else>> /*(did not keep vagina, +penis or not)*/ $He understands that $he @@.coral;no longer has a vagina.@@ <</if>> <<elseif $args[0].dick == 0 && $args[1].dick > 0>> /*(had a penis)*/ $he is shocked to <<if canSee($args[0])>>see<<else>>discover<</if>> that $he @@.coral;no longer has a <<if $args[0].balls > 0 && $args[0].scrotum > 0>> penis, mostly because $he still has balls.@@ <<elseif $args[0].vagina > -1>> penis, though $he is glad to still have a pussy.@@ <<else>> penis, or anything, for that matter, on $his crotch.@@ <</if>> <<elseif $args[0].vagina > -1>> $he is happy to find a familiar hole. <<else>> $he is startled to find $he @@.coral;no longer has genitals.@@ <</if>> <<elseif $args[1].dick > 0>> /*(had a penis)*/ <<if $args[0].dick > 0>> $he is relieved to find $he @@.coral;still has $his <<if $args[0].balls > 0 && $args[0].scrotum > 0 && $args[1].balls > 0 && $args[1].scrotum > 0>> penis and testicles. <<elseif $args[0].balls == 0 && $args[1].balls > 0 && $args[1].scrotum > 0>> penis, but is a little alarmed to find $he now lacks testicles. <<elseif $args[0].balls > 0 && $args[0].scrotum > 0 && $args[1].balls == 0>> penis, but is more interested in the dangling pair of objects beneath it. <<else>> penis. <</if>> @@ <<if $args[0].vagina > -1>> A new sensation causes $him to roam lower. Much to $his surprise, $he @@.coral;now also has a pussy.@@ <</if>> <<else>> $he is shocked to find that $he @@.coral;no longer has a <<if $args[0].balls > 0 && $args[0].scrotum > 0 && $args[1].balls > 0 && $args[1].scrotum > 0>> penis, but still has balls. <<elseif $args[0].vagina > -1>> penis, but a pussy. <<else>> penis, or anything, for genitals. <</if>> @@ <</if>> <<else>> $he is surprised to find <<if $args[0].dick > 0 && $args[0].vagina > -1 && $args[0].balls > 0 && $args[0].scrotum > 0>> $his crotch is fully loaded. <<elseif $args[0].dick > 0 && $args[0].vagina > -1>> $he has both a dick and pussy. <<elseif $args[0].dick > 0>> $he now has a cock<<if $args[0].balls > 0 && $args[0].scrotum > 0>> and balls<</if>> to play with. <<elseif $args[0].vagina > -1>> $he now has a pussy to play with. <<else>> $he is still a null. $He expected something more. <</if>> <</if>> <<set _cockChanged = 0>> /*(penis changes)*/ <<if $args[0].dick != $args[1].dick && $args[0].dick != 0 && $args[1].dick != 0>> $His penis is <<if $args[0].dick > $args[1].dick + 4>>@@.lime;way bigger@@<<elseif $args[0].dick > $args[1].dick>>@@.lime;a good deal larger@@<<else>>@@.orange;smaller@@<</if>> than it was, and $he is <<if $args[0].fetish == "mindbroken">> not bothered one way or the other by this development; it isn't even clear if $he notices anything different about $his cock. <<elseif $args[0].devotion > 20>> <<if $args[0].dick > $args[1].dick + 4>> @@.hotpink;incredibly excited@@ about this change. $He laughs and groans at the weight of $his shaft, and as $he fiddles with it, it becomes increasingly obvious that $he is having difficulty not straight up jerking $himself off. $He regains control over $himself, though just barely. <<set $args[0].devotion += 3>> <<elseif $args[0].dick > $args[1].dick>> pleased with this development. $He takes the time to grope and tease $his newfound length. <<else>> accepting of it. $He takes a moment to toy with $his now shorter dick. <</if>> <<else>> <<if $args[0].dick > $args[1].dick + 4>> @@.mediumaquamarine;incredibly aggravated@@ about this change. This is just one more thing $he has to deal with now. How dare you give $him such a massive, throbbing, sensitive piece of meat between $his legs! $His glower loses its bite as you note $him pawing subconsciously at $his ridiculously enlarged organ. $He stops after $he glances down at $his hands, nervously removing them from $his now massive prick. <<set $args[0].trust += 3>> <<elseif $args[0].dick > $args[1].dick>> annoyed at this development. $He frowns as $he tests $his newfound growth, only groping it for a moment before <<if canSee($args[0])>>noticing your amused grin<<else>>sensing your gaze<</if>> and stopping. <<else>> @@.mediumorchid;infuriated by it.@@ $He <<if $args[0].amp !=1>>pokes and prods at <<else>>jostles <</if>>$his smaller dick, only stopping when $he starts to become flushed and <<if canSee($args[0])>>notices your questioning<<else>>senses your<</if>> gaze. <<set $args[0].devotion -= 5>> <</if>> <</if>> <<set _cockChanged = 1>> <</if>> <<if $args[0].dickPiercing != 0 && $args[1].dickPiercing == 0>> There was no missing the piercing in $his dick as well. <<set _cockChanged = 1>> <</if>> /*(ball changes)*/ <<if $args[0].balls != $args[1].balls && $args[0].scrotum != 0 && $args[1].scrotum != 0>> Then $he takes a moment to cup $his balls, it seems they are <<if $args[0].balls > $args[1].balls + 4>> @@.lime;much larger@@ now. This <<if $args[0].fetish == "mindbroken">> does not seem to register in $his mind. <<elseif $args[0].devotion > 20>> amazing addition to $his body is @@.hotpink;surely welcome@@. $He moans as $he fondles $his new balls, groaning as $he rolls their weight around. $His face is flushed by the time $he's done "examining" them. <<set $args[0].devotion += 5>> <<else>> addition to $his body is @@mediumaquamarine;annoying@@, clearly. The frustrated irritation on $his face contrasts sharply with the actions of $his hands, which are busy causing <<if $args[0].dick>>$his dick to become engorged with blood<<else>>precum to start flowing freely<</if>>. Catching $himself, $he takes a few soothing breaths to calm $his body down. <<set $args[0].trust += 5>> <</if>> <<elseif $args[0].balls > $args[1].balls>> @@.lime;larger@@ now. This <<if $args[0].fetish == "mindbroken">> change doesn't mean much of anything to $him. <<elseif $args[0].devotion > 20>> change delights $him and $he spends ample time jostling and toying with $his bigger nuts. <<else>> change is just one more @@.hotpink;bother@@ for $him. $His brow furrows as $he takes a moment to feel them up and stops as <<if $args[0].dick>>$his cock starts to stiffen<<else>>as a bead of precum starts to form from $his urethra<</if>>. <<set $args[0].devotion += 3>> <</if>> <<else>> @@.orange;smaller@@ now, and this <<if $args[0].fetish == "mindbroken">> goes largely unnoticed. <<elseif $args[0].devotion > 20>> change, while not necessarily fun, is appreciated by your devoted slave nonetheless. <<else>> change causes $him consternation and humiliation. <</if>> <</if>> <<set _cockChanged = 1>> <</if>> <<if _cockChanged == 1 && $args[0].fetish != "mindbroken">> <<if $args[0].devotion > 20>> $He is thrilled at your modifications to $his genitals and is excited to explore those changes with you. <<else>> $He is @@.mediumorchid;enraged@@ and @@.gold;frightened@@ to see such changes to $his genitals, as they were fundamental parts of $his identity. <<set $args[0].devotion -= 10, $args[0].trust -= 10>> <</if>> <</if>> /*(vagina)*/ <<if $args[0].vagina != -1>> <<if $args[0].dick > 0>> Then $he moves $his dick<<if $args[0].scrotum > 0>> and balls<</if>> aside to inspect $his vagina more closely. <<else>> Next $he gives $his vagina a closer inspection. <</if>> <<if $args[0].vagina == 0>> /*(+virginity)*/ As $he prods at $his pussy, $he feels a slight tightness and a bit of difficulty as $he tries to press $his finger inside of $himself. $He realizes this body is a @@.lime;virgin@@! <<if $args[0].vagina > 0>> <<if $args[0].fetish == "mindbroken">> And this would likely mean something to $him, if $his mind was not lost. <<elseif $args[0].devotion > 20>> $He is happy to be a virgin again so that $he can lose it to you. <<else>> $He is @@.hotpink;happy@@ to be a virgin again, but @@.gold;worries@@ about how long it will last. <<set $args[0].devotion += 3, $args[0].trust -= 3>> <</if>> <</if>> <<elseif $args[1].vagina != -1 && $args[0].vagina < $args[1].vagina>> /*(+tightness)*/ $He notices $he is @@.lime;tighter@@ now than $he was before. <<if $args[0].fetish == "mindbroken">> And this might have been significant to $him, if $his brain worked correctly. <<elseif $args[0].devotion > 20>> Sex will be more pleasurable than it was before and $he looks forward to breaking in $his new pussy with you. <<else>> $He groans in @@.mediumorchid;frustration.@@ $He is well aware of the displeasure of having a pussy forcibly broken in and does not look forward to it again. <<set $args[0].devotion -= 2>> <</if>> <<elseif $args[1].vagina != -1 && $args[0].vagina > $args[1].vagina>> /*(-tightness)*/ $He notices how $he is now @@.orange;looser@@ than $he was before. <<if $args[0].fetish == "mindbroken">> And this might be important to $him, if $his head was in working order. <<elseif $args[0].devotion > 20>> $He giggles a bit as $he tests out how many fingers $he can fit inside $his new loose hole, though $he wishes $he were still tight for you. <<else>> $He @@.mediumorchid;frowns@@ as $he feels out how much looser $he is now. $He supposes it saves $him from getting fucked loose, but it is humiliating how many more fingers $he can fit inside $himself without even having to part $his lips. /*This is not how vaginas work goddamit. - is that better? */ <<set $args[0].devotion -= 1>> <</if>> <<elseif $args[0].vagina == $args[1].vagina>> It's much like $his old vagina. <<else>> After a bit of toying, $he's satisfied with $his new organ. <</if>> <</if>> <<if $args[0].clitPiercing > 0 && $args[1].clitPiercing == 0 && $args[0].dick == 0>> $He also briefly felt something metallic near $his clit. $He frowns for a moment, before reaching down to $his nether region to peel back $his folds to feel a new, hard spot that wasn't there before. As $he pulls at it, $his face and body contort in pleasure at the sensation. <</if>> <<if $args[0].vaginaPiercing != 0 && $args[1].vaginaPiercing == 0>> $He also now has piercings in $his vagina, a ring around $his labia, creating <<if canSee($args[0])>> a halo of sparkles that $he couldn't help but marvel at. <<else>> such a sensory overload during $his inspection that $he nearly lost control. <</if>> <</if>> /*(butt) + hips*/ <br><br> <<if $args[0].hips > $args[1].hips>> As $he moves to feel $his ass, $he smacks into an unfamiliar width; $his hips are @@.lime;<<if $args[0].hips > $args[1].hips+3>>considerably <<elseif $args[0].hips < $args[1].hips-1>>much <</if>> wider.@@ <<if $args[0].fetish == "mindbroken">> $He pays them little mind and reaches around to learn how <<elseif $args[0].fetish == "pregnancy" && $args[0].birthsTotal > 0>> $He seems @@.hotpink;overjoyed@@ at their new size; It means $he'll be even better at popping out babies than ever. $He continues around back to learn how <<elseif $args[0].devotion > 20>> $He gives them a little wiggle for your amusement before continuing around back to learn how <<else>> $He takes the new addition well enough since it is likely to raise $his worth in society and thus not the worst thing ever. How you intend to make use of $his hips @@.gold;worries $him,@@ however. $He continues around back to learn how <<set $args[0].trust -= 1>> <</if>> <<else>> The last thing $he learns is how <</if>> <<if $args[0].butt > $args[1].butt>> /*(bigger)*/ much @@.lime;bigger $his butt is now.@@ As $he <<if canSee($args[0])>>turns around, $he sees<<else>>cups a cheek with each hand, $he finds<</if>> it has grown <<if $args[0].butt >= $args[1].butt+5>> /*(+to max size description or above)*/ an incredible amount. <<elseif $args[0].butt > $args[1].butt+1>> /*(+more sizes)*/ a lot. <<else>> /*(+1 size)*/ a fair bit. <</if>> <<if $args[0].fetish == "mindbroken">> As soon as $his hands leave its mass does $he forget it wasn't always this big. <<elseif $args[0].devotion > 20>> This is a pleasing development as $he looks forward to putting this new rear to the test with you. <<else>> While $he's not terribly upset, this still feels like a violation of $him, somehow. Still, there are worse things that could happen than waking up with a bigger rear. <</if>> <<if $args[0].butt >= $args[1].butt+5 && $args[0].butt > 12>> $He is overwhelmed by how large $his new bottom is. $He can barely stand under its weight. <</if>> <<elseif $args[0].butt < $args[1].butt>> /*(smaller)*/ much @@.orange;smaller $his butt is now.@@ As $he <<if canSee($args[0])>>turns around $he sees<<else>>cups a cheek with each hand $he finds<</if>> it has shrunk <<if $args[0].butt <= $args[1].butt-5>> /*(+to max size description or above)*/ an incredible amount. <<elseif $args[0].butt > $args[1].butt-1>> /*(+more sizes)*/ a lot. <<else>> /*(-1 size)*/ a fair bit. <</if>> <<if $args[0].fetish != "mindbroken">> <<if $args[0].devotion > 20>> $He is saddened that there is now less of $him for you to play with, but remembers that you chose this body for $him and hopes that you will still make use of $his rear. <<else>> This is just @@.mediumorchid;depressing@@ to $him. A nice rear is one of the two parts of $his body that almost every woman (or "woman") is defined by, and now $he feels like just that much less of a person. <<set $args[0].devotion -= 1>> <</if>> <</if>> <<else>> little $his butt has changed in size. <</if>> <<if $args[0].buttImplant > 0 && $args[1].buttImplant == 0>> /*(+butt implants)*/ $He also notes that @@.coral;there are implants in $him,@@ as $his prodding reveals a certain stiffness in $his ass's shape. <<if $args[0].fetish != "mindbroken">> <<if $args[0].devotion > 20>> It pleases $him that you would invest in such a minor way in $his body. <<else>> It feels like you have modified $him in a such a minor way for your own benefit, and $he doesn't kid $himself in thinking otherwise. <</if>> <</if>> <<elseif $args[0].buttImplant == 0 && $args[1].buttImplant > 0>> /*(-butt implants)*/ $He also notes that $he @@.coral;no longer has ass implants,@@ as $his experimentation reveals a more natural bounce to $his buttocks. <<if $args[0].fetish != "mindbroken">> <<if $args[0].devotion > 20>> $He is happy that you think $his body doesn't need any artificial modification to be pleasing. <<else>> $He views this as one more thing $he @@.mediumorchid;didn't have a choice in.@@ <<set $args[0].devotion -= 1>> <</if>> <</if>> <</if>> <<if $args[0].hips < $args[1].hips>> As $he finishes, it occurs to $him that $his hips are @@.orange;<<if $args[0].hips < $args[1].hips-3>>considerably <<elseif $args[0].hips < $args[1].hips-1>>much <</if>> narrower.@@ <<if $args[0].fetish == "mindbroken">> $He pays it little mind. <<elseif $args[0].fetish == "pregnancy" && $args[0].birthsTotal > 0>> $He seems a little caught up on their new size, likely by concern over future pregnancies and childbirth. <<elseif $args[0].devotion > 50>> $He gives them a little wiggle for your amusement. <<elseif $args[0].devotion >= -20>> $He accepts your judgment that $his new hips suit $him better. <<if $args[0].pregKnown && $args[0].birthsTotal > 0>> $He @@.gold;worries@@ about what this means for $his coming birth. <<set $args[0].trust -= 3>> <</if>> <<else>> $He seems upset, @@.mediumorchid;both from $his loss of femininity and the overreach of your power,@@ that you would alter $his body is such a way. <<if $args[0].pregKnown && $args[0].birthsTotal > 0>> A @@.gold;terrifying realization@@ dawns on $him; $his upcoming birth is going to be much harder than $his last. <<set $args[0].trust -= 5>> <</if>> <<set $args[0].devotion -= 3>> <</if>> <</if>> <<if $args[0].anusPiercing != 0 && $args[1].anusPiercing == 0>> As $he moves, $he feels something odd in $his butt. With a hesitant finger, $he traces $his anus and finds something that will take some getting used to; a new anal piercing. <</if>> /* tattoos */ <<if ($args[0].boobsTat != $args[1].boobsTat || $args[0].buttTat != $args[1].buttTat || $args[0].lipsTat != $args[1].lipsTat || $args[0].vaginaTat != $args[1].vaginaTat || $args[0].anusTat != $args[1].anusTat || $args[0].dickTat != $args[1].dickTat || $args[0].customTat != $args[1].customTat || $args[0].shouldersTat != $args[1].shouldersTat || $args[0].armsTat != $args[1].armsTat || $args[0].legsTat != $args[1].legsTat || $args[0].backTat != $args[1].backTat || $args[0].stampTat != $args[1].stampTat || $args[0].bellyTat != $args[1].bellyTat) && $args[0].fetish != "mindbroken">> <br><br> The changes to $his tattoos were not lost on $him, but compared to everything else, they were truly insignificant. <</if>> <<if $args[0].fetish != "mindbroken" && $args[0].origBodyOwnerID == $args[0].ID>> This is $his body alright. Some things might have changed, <<if $args[0].devotion > 50>> but $he enjoyed the time they spent apart. <<elseif $args[0].devotion >= -20>> but @@.mediumaquamarine;it's good to be home.@@ <<set $args[0].trust += 15>> <<else>> but @@.mediumaquamarine;$he's where $he belongs.@@ Now to get it back the way @@.mediumorchid;$he likes it.@@ <<set $args[0].trust += 30, $args[0].devotion -= 15>> <</if>> <</if>> <</if>> <<elseif canSee($args[0])>> /* (amputee) + sight */ After a while, $he begins to stir, $his eyes fluttering. <<if $args[0].fetish != "mindbroken">> <<if _sight == 2>> $He just stares at the ceiling for some time, completely overwhelmed @@.green;that $he can now see.@@ $He's @@.hotpink;quite grateful@@ that @@.mediumaquamarine;you would give $him such a gift.@@ <<set $args[0].devotion += 15, $args[0].trust += 10>> <<elseif _sight == -1>> $He just stares at the ceiling for some time, glaring at how @@.red;$he can just barely see it.@@ $He might be @@.gold;annoyed@@ now, but it will soon hit $him that this was not what $he went under for. <<set $args[0].trust -= 5>> <<elseif _sight == 1>> $He just stares at the ceiling for some time, @@.green;just enjoying how clear it is.@@ $He's @@.hotpink;quite grateful@@ that @@.mediumaquamarine;you would give $his perfect vision.@@ <<set $args[0].devotion += 5, $args[0].trust += 3>> <</if>> <<elseif _sight == 2>> $He just stares at the ceiling for some time, having difficulty processing that @@.green;$he can now see.@@ The gift of sight is lost upon $him, as is that $he is no longer in $his own body. <</if>> $He lets out a low groan and reaches up to rub at $his eyes. Or rather, $he attempts to. A visible look of confusion crosses $his face and $he strains to sit up, but all $he manages to do is wiggle, $his movements reminding you of a suffocating goldfish. As the cloud of anesthetics fades, $he realizes what's happened to $him <<if $args[0].fetish == "mindbroken">> and is supremely unaffected by it, as $his mind has already left $him. <<if _sight == 2>> @@.green;Since $he can now see,@@ $he spends a significant amount of time just taking in the world before turning upon $himself. Since $he has no reference of $his previous body left, $he might as well have always possessed this body. <<set _end = 1>> <</if>> <<elseif $args[0].devotion > 20>> and begins to panic, $his breaths quickening. With a visible look of concentration, $his breathing slows and $he tries to take stock of $his new body. $He quickly realizes <<if $args[1].amp == 1>> /*(was already an amputee)*/ that at least nothing about $his limbs, or lack thereof, has changed. <<else>> @@.gold;you have taken $his arms and legs.@@ <<set $args[0].trust -= 15>> <</if>> <<else>> <<if $args[1].amp == 1>> /*(was already an amputee)*/ but $he realizes that at least nothing about $his limbs, or lack thereof, has changed. <<else>> $His eyes seem to bulge; $his heart monitor begins to beep faster and more insistently. Eventually, your assistant is forced to inject $him with a sedative. $His eyes flutter closed and the heart monitors beeping slows to a steady pulse. Hopefully $he'll be calmer when $he wakes up again, though the memory of waking without limbs will @@.gold;stick with $him.@@ <br> ... <br> When $he wakes up again, $he seems stable; the cold @@.hotpink;acceptance@@ of $his fate clouds $his eyes. <<set $args[0].devotion += 5, $args[0].trust -= 15>> <</if>> <</if>> <<if _end != 1>> <br><br> $He cranes $his neck to look down on $himself <<if $args[0].skin != $args[1].skin && $args[0].fetish != "mindbroken">> only to quickly recoil in shock when $he sees $his @@.coral;newly $args[0].skin skin@@. <<if $args[0].devotion > 50>> $He is fascinated by the change and what this means for $him. <<elseif $args[0].devotion > 20>> The fact that you would alter something so defining about $him no longer surprises $him. <<elseif $args[0].devotion >= -20>> The fact that you would alter something so defining about $him is @@.hotpink;humbling.@@ <<set $args[0].devotion += 2>> <<else>> The fact that you would alter something so defining about $him is @@.gold;terrifying.@@ <<set $args[0].trust -= 2>> <</if>> Once $he regains control, $he once again turns to $his $args[0].skin bust <</if>> /*(breast changes)*/ <<if $args[0].boobsImplant > 0 && $args[1].boobsImplant > 0>> /*(breast implants)*/ and finds <<if $args[0].boobsImplant >= $args[1].boobsImplant+20000 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Massive implants+breast fetish)*/ $he @@.lime;still has breast implants; implants easily bigger than $his entire body.@@ <<if $args[0].devotion >= -20>> The sheer size of $his silicone titans greatly excites $him to the point that $he can't hold back. $He wriggles under $his new chest boulders as an intense orgasm @@.hotpink;courses through $his body.@@ <<set $args[0].devotion += 5>> <<else>> $He tries desperately to control $his mounting excitement, reminding $himself that these breasts were not given to $him for $his own enjoyment. However, $he can't help but become aroused under the weight of $his massive fake mounds. $He finally stops squirming when $he sees your wolfish grin. Deep down, @@.hotpink;$he's thankful,@@ and the way $he's lovingly eyeing $his balloons proves it. <<set $args[0].devotion += 5>> <</if>> <<elseif $args[0].boobs >= $args[1].boobs+20000 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Massive+breast fetish)*/ $he @@.lime;still has breast implants resting on $his chest. Even if they aren't clearly implants, $he can barely move under the weight of $his new breasts.@@ <<if $args[0].devotion >= -20>> The sheer size of $his titanic tits greatly excites $him to the point that $he can't hold back. $He shudders against $his new chest pillows as an intense orgasm @@.hotpink;rewards $him for enjoying your gift.@@ <<set $args[0].devotion += 5>> <<else>> $He tries desperately to control $his mounting excitement, reminding $himself that these breasts were not given to $him for $his own enjoyment. However, $he can't help become aroused under the weight of $his massive fake mounds. $He finally stops squirming when $he sees your wolfish grin. Deep down, @@.hotpink;$he's thankful,@@ and the way $he's lovingly eying $his balloons proves it. <<set $args[0].devotion += 5>> <</if>> <<elseif $args[0].boobsImplant >= $args[1].boobsImplant+20000>> /*(Extreme bigger implants)*/ @@.lime;a pair of absolutely enormous fake tits looming over $him.@@ <<if $args[0].fetish == "mindbroken">> As $he examines $his breasts, $he seems to understand that they are much bigger now, though what lies within eludes $his mind. <<elseif $args[0].devotion > 20>> This new size excites $him and $he looks forward to experimenting with them. <<else>> This new size is a @@.gold;massive inconvenience@@ for $him and it @@.mediumorchid.infuriates $him@@ that you would do such a thing to $him. <<set $args[0].devotion -= 10, $args[0].trust -= 10>> <</if>> <<elseif $args[0].boobs >= $args[1].boobs+20000>> /*(Extreme bigger breasts)*/ @@.lime;a pair of massive tits resting on $his chest.@@<<if $args[0].fetish != "mindbroken">> As $he moves, $he recognizes the familiar weight of the implants at their cores.<</if>> <<if $args[0].fetish == "mindbroken">> As $he examines $his breasts, $he seems to understand that they are much bigger now. <<elseif $args[0].devotion > 20>> This new size excites $him and $he looks forward to experimenting with them. <<else>> This new size is a @@.gold;massive inconvenience@@ for $him and it @@.mediumorchid.infuriates $him@@ that you would do such a thing to $him. <<set $args[0].devotion -= 5, $args[0].trust -= 5>> <</if>> <<elseif $args[0].boobs > $args[1].boobs+100 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Bigger+breast fetish)*/ <<if $args[0].devotion > 20>> @@.lime;$his bust has grown.@@ $He eyes $his mammaries eagerly, desperate to grope them. $He bites $his lip and gives you a pleading look that begs you to teases $his nipples. From the look on $his face, you know $he'll want to put them to the test. <<else>> @@.lime;$his breasts have expanded in size.@@ $He wrestles with the fact that you have clearly not done this for $his benefit, @@.hotpink;but decides this is definitely better than the alternative.@@ <<set $args[0].devotion += 5>> <</if>> <<elseif $args[0].boobs > $args[1].boobs+100>> /*(Bigger breasts)*/ <<if $args[0].fetish == "mindbroken">> breasts. As $he examines them closer, $he seems to understand that @@.lime;they are bigger now.@@ <<elseif $args[0].devotion > 20>> @@.lime;$his bust has grown.@@ $He is caught off guard at the size of $his new chest. $He shakes $his shoulders, marveling at their mass. <<else>> @@.lime;$his chest is heavier than ever.@@ However, $he is well aware however that these breasts are not for $his benefit or pleasure. $He views this as a @@.mediumorchid;cruel manipulation of $his body@@ on top of what has already been done to $him. <<set $args[0].devotion -= 5>> <</if>> <<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Smaller breasts + breast fetish)*/ <<if $args[0].devotion > 20>> @@.orange;$his bust has shrunk.@@ $He is saddened by the loss of the beautiful weight $he once bore and struggles to keep $himself under control for your sake, and succeeds. @@.mediumorchid;But only barely.@@ <<else>> @@.orange;that $his chest is not as large as it once was.@@ @@.mediumorchid;Tears leap into $his eyes@@ as $his shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. $He pauses to gather $himself together and lets the tears finish running from $his eyes before continuing $his bodily inspection. <</if>> <<set $args[0].devotion -= 5>> <<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300>> /*(Smaller breasts)*/ <<if $args[0].fetish == "mindbroken">> breasts. As $he examines them closer, $he seems to understand that @@.orange;they are smaller now.@@ <<elseif $args[0].devotion > 20>> @@.orange;that $his chest is smaller.@@ $He shrugs this off, as $his devotion to you overrides any anguish this might cause. <<else>> @@.orange;that $his chest is not as large as it once was.@@ $He looks at you with @@.mediumorchid;anger<<if $arcologies[0].FSSlimnessEnthusiast == "unset">>@@ as this is not only a cruel manipulation of $his body, but $he is now less of a woman in the eyes of a vast majority of society.<<else>>.@@<</if>> <<set $args[0].devotion -= 2>> <</if>> <<else>> /*(No change (less than a 100 cc's of change)*/ <<if $args[0].devotion > 20 && $args[0].fetish != "mindbroken">> a familiar chest waiting for $him. <<if ($args[0].physicalAge < $args[1].physicalAge-5)>> /*(younger)*/ $He is pleased to see $his breasts are now more pert and smooth than they were before. <</if>> <<else>> that $his breasts are roughly the same. <<if ($args[0].physicalAge < $args[1].physicalAge-5) && $args[0].fetish != "mindbroken">> /*(younger)*/ Except, of course, that they are younger and more pert, something that $he @@.hotpink;can't help but appreciate.@@ <<set $args[0].devotion += 2>> <</if>> <</if>> <</if>> <<elseif $args[0].boobsImplant > 0 && $args[1].boobsImplant == 0>> and finds <<if $args[0].boobsImplant >= $args[1].boobsImplant+20000 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Massive implants+breast fetish)*/ @@.lime;a pair of massive implants towering over $him.@@ <<if $args[0].devotion >= -20>> The sheer size of $his silicone titans greatly excites $him to the point that $he can't hold back. $He wriggles under $his new chest boulders as an intense orgasm @@.hotpink;courses through $his body.@@ <<set $args[0].devotion += 5>> <<else>> $He tries desperately to control $his mounting excitement, reminding $himself that these breasts were not given to $him for $his own enjoyment. However, $he can't help become aroused under the weight of $his massive fake mounds. $He finally stops squirming when $he sees your wolfish grin. Deep down, @@.hotpink;$he's thankful,@@ and the way $he's lovingly eying $his balloons proves it. <<set $args[0].devotion += 5>> <</if>> <<elseif $args[0].boobs >= $args[1].boobs+20000 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Massive+breast fetish)*/ @@.lime;$he has breast implants resting on $his chest, buried under the rest of $his bust.@@ Even if they aren't clearly implants, $he can barely move under the weight of $his new breasts. <<if $args[0].devotion >= -20>> The sheer size of $his titanic tits greatly excites $him to the point that $he can't hold back. $He shudders against $his new chest pillows as an intense orgasm @@.hotpink;rewards $him for enjoying your gift.@@ <<set $args[0].devotion += 5>> <<else>> $He tries desperately to control $his mounting excitement, reminding $himself that these breasts were not given to $him for $his own enjoyment. However, $he can't help become aroused under the weight of $his massive fake mounds. $He finally stops squirming when $he sees your wolfish grin. Deep down, @@.hotpink;$he's thankful,@@ and the way $he's lovingly eying $his balloons proves it. <<set $args[0].devotion += 5>> <</if>> <<elseif $args[0].boobsImplant >= $args[1].boobsImplant+20000>> /*(Extreme bigger implants)*/ @@.lime;a pair of absolutely enormous fake tits looming over $him.@@ <<if $args[0].fetish == "mindbroken">> As $he examines $his breasts, $he seems to understand that they are much bigger now, yet not able to move as much. <<elseif $args[0].devotion > 20>> This new size excites $him and $he looks forward to experimenting with them. <<else>> This new size is a @@.gold;massive inconvenience@@ for $him and it @@.mediumorchid.infuriates $him@@ that you would do such a thing to $him. <<set $args[0].devotion -= 10, $args[0].trust -= 10>> <</if>> <<elseif $args[0].boobs >= $args[1].boobs+20000>> /*(Extreme bigger breasts)*/ @@.lime;a pair of massive tits resting on $his chest.@@<<if $args[0].fetish != "mindbroken">> As $he moves, $he recognizes a familiar firmness at their cores.<</if>> <<if $args[0].fetish == "mindbroken">> As $he examines $his breasts, $he seems to understand that they are much bigger now, yet not able to move as much. <<elseif $args[0].devotion > 20>> This new size excites $him and $he looks forward to experimenting with them. <<else>> This new size is a @@.gold;massive inconvenience@@ for $him and it @@.mediumorchid.infuriates $him@@ that you would do such a thing to $him. <<set $args[0].devotion -= 5, $args[0].trust -= 5>> <</if>> <<elseif $args[0].boobs > $args[1].boobs+100 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Bigger+breast fetish)*/ <<if $args[0].devotion > 20>> @@.lime;$his bust has grown.@@ $He eyes $his mammaries eagerly, desperate to grope them. $He bites $his lip and gives you a pleading look that begs you to teases $his nipples. From the look on $his face, you know $he'll want to put them to the test. <<else>> @@.lime;$his breasts have expanded in size.@@ $He wrestles with the fact that you have clearly not done this for $his benefit, @@.hotpink;but decides this is definitely better than the alternative.@@ <<set $args[0].devotion += 5>> <</if>> <<elseif $args[0].boobs > $args[1].boobs+100>> /*(Bigger breasts)*/ <<if $args[0].fetish == "mindbroken">> breasts. As $he examines them closer, $he seems to understand that @@.lime;they are bigger now.@@ <<elseif $args[0].devotion > 20>> @@.lime;$his bust has grown.@@ $He is caught off guard at the size of $his new chest. $He shakes $his shoulders, marveling at their firmness. <<else>> @@.lime;$his chest is heavy with implants.@@ However, $he is well aware however that these breasts are not for $his benefit or pleasure. $He views this as a @@.mediumorchid;cruel manipulation of $his body@@ on top of what has already been done to $him. <<set $args[0].devotion -= 5>> <</if>> <<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Smaller breasts + breast fetish)*/ <<if $args[0].devotion > 20>> @@.orange;$his bust has shrunk.@@ $He is saddened by the loss of the beautiful weight $he once bore and struggles to keep $himself under control for your sake, @@.mediumorchid;barely.@@ <<else>> @@.orange;$his chest is not as large as it once was.@@ @@.mediumorchid;Tears leap into $his eyes@@ as $his shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. $He pauses to gather $himself together and let the tears run from $his eyes before continuing $his bodily inspection. <</if>> <<set $args[0].devotion -= 5>> <<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300>> /*(Smaller breasts)*/ <<if $args[0].fetish == "mindbroken">> breasts. As $he examines them closer, $he seems to understand that @@.orange;they are smaller now.@@ <<elseif $args[0].devotion > 20>> @@.orange;$his chest is smaller.@@ $He shrugs this off, as $his devotion to you overrides any anguish this might cause. <<else>> @@.orange;$his chest is not as large as it once was.@@ $He looks at you with @@.mediumorchid;anger<<if $arcologies[0].FSSlimnessEnthusiast == "unset">>@@ as this is not only a cruel manipulation of $his body, but $he is now less of a woman in the eyes of a vast majority of society.<<else>>.@@<</if>> <<set $args[0].devotion -= 2>> <</if>> <<else>> /*(No change (less than a 100 cc's of change)*/ <<if $args[0].fetish == "mindbroken">> the same chest $he had before, except maybe firmer than $his addled brain remembers. <<elseif $args[0].devotion > 20>> a familiar chest waiting for $him. $He quickly realizes $his mistake once $he jiggles them. <<if ($args[0].physicalAge < $args[1].physicalAge-5)>> /*(younger)*/ $He is pleased to see $his breasts are now more pert and smooth than they were before. <</if>> <<else>> that $his breasts are roughly the same. $He quickly realizes $his mistake once $he jiggles them. <<if ($args[0].physicalAge < $args[1].physicalAge-5)>> /*(younger)*/ Except, of course, that they are younger and more pert, something that $he @@.hotpink;can't help but appreciate.@@ <<set $args[0].devotion += 2>> <</if>> <</if>> <</if>> <<elseif $args[0].boobsImplant == 0 && $args[1].boobsImplant > 0>> <<if $args[0].boobs <= 300 && $args[0].fetish == "boobs" && $args[0].fetishKnown>>/*flat+fetish*/ <<if $args[0].devotion > 20>> and finds @@.orange;not only $his implants gone, but $his breasts entirely.@@ $He is saddened by $his flat chest and struggles to keep $himself under control for your sake, @@.mediumorchid;barely.@@ <<else>> and finds that @@.orange;$his implants are gone, along with the rest of $his breasts.@@ @@.mediumorchid;Tears leap into $his eyes@@ as $his shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. $He pauses to gather $himself together and stop the tears that are running from $his eyes before continuing $his bodily inspection. <</if>> <<set $args[0].devotion -= 5>> <<elseif $args[0].boobs <= 300>> /*flat*/ <<if $args[0].fetish == "mindbroken">> and finds that @@.orange;$his implants and breasts are completely gone.@@ This draws no reaction from $him. <<elseif $args[0].devotion > 20>> and finds nothing. @@.orange;Not only have $his implants been removed, but $he's been left completely flat.@@ It is what it is. <<else>> and finds nothing. @@.orange;Not only have $his implants been removed, but $he's been left completely flat.@@ <<if $arcologies[0].FSSlimnessEnthusiast == "unset">>$He knows much of society will view $him as a lesser person and a part of $him feels the same.<</if>> This feels like a cruel manipulation of $his body and $he @@.mediumorchid;hates you@@ a little more for it. <<set $args[0].devotion -= 2>> <</if>> <<elseif $args[0].boobs >= $args[1].boobs+20000 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Massive+breast fetish)*/ @@.lime;and finds nothing but breast.@@ As $he wiggles back and forth, $he can just make out that $he no longer has implants. <<if $args[0].devotion >= -20>> The sheer size of $his titanic tits greatly excites $him to the point that $he can't hold back. $He shudders against $his new chest pillows as an intense orgasm @@.hotpink;rewards $him for enjoying your gift.@@ <<set $args[0].devotion += 5>> <<else>> $He tries desperately to control $his mounting excitement, reminding $himself that these breasts were not given to $him for $his own enjoyment. However, $he can't help become aroused under the weight of $his massive fake mounds. $He finally stops squirming when $he sees your wolfish grin. Deep down, @@.hotpink;$he's thankful,@@ and the way $he's lovingly eying $his balloons proves it. <<set $args[0].devotion += 5>> <</if>> <<elseif $args[0].boobs >= $args[1].boobs+20000>> /*(Extreme bigger breasts)*/ @@.lime;and finds a pair of massive tits resting on $his chest.@@<<if $args[0].fetish != "mindbroken">> As $he moves, $he can just make out that $he no longer has implants.<</if>> <<if $args[0].fetish == "mindbroken">> As $he examines $his breasts, $he seems to understand that they are much bigger now. <<elseif $args[0].devotion > 20>> This new size excites $him and $he looks forward to experimenting with them. <<else>> This new size is a @@.gold;massive inconvenience@@ for $him and it @@.mediumorchid.infuriates $him@@ that you would do such a thing to $him. <<set $args[0].devotion -= 5, $args[0].trust -= 5>> <</if>> <<elseif $args[0].boobs > $args[1].boobs+100 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Bigger+breast fetish)*/ <<if $args[0].devotion > 20>> @@.lime;and finds $his tits are bigger than ever, yet implant free.@@ $He eyes $his mammaries eagerly, desperate to grope them. $He bites $his lip and gives you a pleading look that begs you to teases $his nipples. From the look on $his face, you know $he'll want to put them to the test. <<else>> @@.lime;and finds that $his breasts have expanded in size, yet lack implants. $He wrestles with the fact that you have clearly not done this for $his benefit, @@.hotpink;but decides this is definitely better than the alternative.@@ <<set $args[0].devotion += 5>> <</if>> <<elseif $args[0].boobs > $args[1].boobs+100>> /*(Bigger breasts)*/ <<if $args[0].fetish == "mindbroken">> breasts. As $he examines them, $he seems to understand that @@.lime;they are bigger now.@@ <<elseif $args[0].devotion > 20>> @@.lime;and finds $his bust has grown.@@ $He is caught off guard at the size of $his new chest. $He shakes $his shoulders, marveling at the motion of silicone free flesh. <<else>> @@.lime;and finds $his chest is heavier than ever, and not because of silicone.@@ However, $he is well aware however that these breasts are not for $his benefit or pleasure. $He views this as a @@.mediumorchid;cruel manipulation of $his body@@ on top of what has already been done to $him. <<set $args[0].devotion -= 5>> <</if>> <<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Smaller breasts + breast fetish)*/ <<if $args[0].devotion > 20>> @@.orange;and finds $his bust has shrunk.@@ $He is saddened by the loss of $his implants and struggles to keep $himself under control for your sake, @@.mediumorchid;barely.@@ <<else>> @@.orange;and finds that $his chest is not as large as it once was.@@ @@.mediumorchid;Tears leap into $his eyes@@ as $his natural breasts begin to quiver<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. $He pauses to gather $himself together and let the tears run from $his eyes before continuing $his bodily inspection. <</if>> <<set $args[0].devotion -= 5>> <<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300>> /*(Smaller breasts)*/ <<if $args[0].devotion > 20>> @@.orange;and finds that $his implants have been removed.@@ $He shrugs this off, as $his devotion to you overrides any anguish this might cause. <<else>> @@.orange;and finds that $his chest is not as large as it once was.@@ $He looks at you with @@.mediumorchid;anger<<if $arcologies[0].FSSlimnessEnthusiast == "unset">>@@ as this is not only a cruel manipulation of $his body, but $he is now less of a woman in the eyes of a vast majority of society.<<else>>.@@<</if>> <<set $args[0].devotion -= 2>> <</if>> <<else>> /*(No change (less than a 100 cc's of change)*/ <<if $args[0].fetish == "mindbroken">> and finds nothing off about $his chest. <<elseif $args[0].devotion > 20>> and finds a familiar chest waiting for $him, albeit @@.coral;implant free.@@ <<if ($args[0].physicalAge < $args[1].physicalAge-5)>> /*(younger)*/ $He is pleased to see $his breasts are now more pert and smooth than they were before. <</if>> <<else>> and finds that $his breasts are roughly the same, save for their @@.coral;missing implants.@@ <<if ($args[0].physicalAge < $args[1].physicalAge-5)>> /*(younger)*/ Except, of course, that they are younger and more pert, something that $he @@.hotpink;can't help but appreciate.@@ <<set $args[0].devotion += 2>> <</if>> <</if>> <</if>> <<else>> <<if $args[0].boobs <= 300 && $args[1].boobs > 300 && $args[0].fetish == "boobs" && $args[0].fetishKnown>>/*flat+fetish*/ <<if $args[0].devotion > 20>> and finds @@.orange;no tits at all.@@ $He is saddened by $his flat chest and struggles to keep $himself under control for your sake, and succeeds. @@.mediumorchid;Barely.@@ <<else>> and finds @@.orange;no tits at all.@@ @@.mediumorchid;Tears leap into $his eyes@@ as $his shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. $He pauses to gather $himself together and let the tears run from $his eyes before continuing $his bodily inspection. <</if>> <<set $args[0].devotion -= 5>> <<elseif $args[0].boobs <= 300 && $args[1].boobs > 300>> /*flat*/ <<if $args[0].fetish == "mindbroken">> and @@.orange;finds nothing.@@ $He doesn't seem to care, though. <<elseif $args[0].devotion > 20>> and finds nothing; @@.orange;$his breasts are completely gone.@@ At least it's a literal weight off $his chest. <<else>> and finds nothing; @@.orange;$his breasts are completely gone.@@ <<if $arcologies[0].FSSlimnessEnthusiast == "unset">>$He knows much of society will view $him as a lesser person and a part of $him feels the same.<</if>> This feels like a cruel manipulation of $his body and $he @@.mediumorchid;hates you@@ a little more for it. <<set $args[0].devotion -= 2>> <</if>> <<elseif $args[0].boobs >= $args[1].boobs+20000 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Massive+breast fetish)*/ and finds @@.lime;nothing but breast.@@ As $he wiggles back and forth beneath their mass, $he can make out that they are all natural. <<if $args[0].devotion >= -20>> The sheer size of $his titanic tits greatly excites $him to the point that $he can't hold back. $He shudders against $his new chest pillows as an intense orgasm @@.hotpink;rewards $him for enjoying your gift.@@ <<set $args[0].devotion += 5>> <<else>> $He tries desperately to control $his mounting excitement, reminding $himself that these breasts were not given to $him for $his own enjoyment. However, $he can't help become aroused under the weight of $his massive mammaries. $He finally stops squirming when $he sees your wolfish grin. Deep down, @@.hotpink;$he's thankful,@@ and the way $he's lovingly eying $his chest pillows proves it. <<set $args[0].devotion += 5>> <</if>> <<elseif $args[0].boobs >= $args[1].boobs+20000>> /*(Extreme bigger breasts)*/ and finds a @@.lime;pair of massive tits resting on $his chest.@@<<if $args[0].fetish != "mindbroken">> As $he moves, $he can clearly tell they are completely natural.<</if>> <<if $args[0].fetish == "mindbroken">> As $he examines $his breasts, $he seems to understand that they are much bigger now. <<elseif $args[0].devotion > 20>> This new size excites $him and $he looks forward to experimenting with them. <<else>> This new size is a @@.gold;massive inconvenience@@ for $him and it @@.mediumorchid.infuriates $him@@ that you would do such a thing to $him. <<set $args[0].devotion -= 5, $args[0].trust -= 5>> <</if>> <<elseif $args[0].boobs > $args[1].boobs+100 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Bigger+breast fetish)*/ <<if $args[0].devotion > 20>> and finds @@.lime;$his tits are bigger than ever.@@ $He eyes $his mammaries eagerly, desperate to grope them. $He bites $his lip and gives you a pleading look that begs you to teases $his nipples. From the look on $his face, you know $he'll want to put them to the test. <<else>> and finds @@.lime;$his breasts have expanded in size.@@ $He wrestles with the fact that you have clearly not done this for $his benefit, @@.hotpink;but decides this is definitely better than the alternative.@@ <<set $args[0].devotion += 5>> <</if>> <<elseif $args[0].boobs > $args[1].boobs+100>> /*(Bigger breasts)*/ <<if $args[0].fetish == "mindbroken">> and finds breasts. As $he examines them, $he seems to understand that @@.lime;they are bigger now.@@ <<elseif $args[0].devotion > 20>> and finds @@.lime;$his bust has grown.@@ $He is caught off guard at the size of $his new chest. $He shakes $his shoulders, marveling at the motion of $his soft flesh. <<else>> and finds that @@.lime;$his chest is heavier than ever.@@ However, $he is well aware however that these breasts are not for $his benefit or pleasure. $He views this as a @@.mediumorchid;cruel manipulation of $his body@@ on top of what has already been done to $him. <<set $args[0].devotion -= 5>> <</if>> <<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Smaller breasts + breast fetish)*/ <<if $args[0].devotion > 20>> and finds that @@.orange;$his bust has shrunk.@@ $He is saddened by $his smaller chest and struggles to keep $himself under control for your sake, @@.mediumorchid;barely.@@ <<else>> and finds that @@.orange;$his chest is not as large as it once was.@@ @@.mediumorchid;Tears leap into $his eyes@@ as $his shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. $He pauses to gather $himself together and let the tears run from $his eyes before continuing $his bodily inspection. <</if>> <<set $args[0].devotion -= 5>> <<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300>> /*(Smaller breasts)*/ <<if $args[0].fetish == "mindbroken">> breasts. As $he examines them, $he seems to understand @@.orange;that they smaller now.@@ <<elseif $args[0].devotion > 20>> that @@.orange;$his breasts are smaller.@@ $He shrugs this off, as $his devotion to you overrides any anguish this might cause. <<else>> that @@.orange;$his chest is not as large as it once was.@@ $He looks at you with @@.mediumorchid;anger<<if $arcologies[0].FSSlimnessEnthusiast == "unset">>@@ as this is not only a cruel manipulation of $his body, but $he is now less of a woman in the eyes of a vast majority of society.<<else>>.@@<</if>> <<set $args[0].devotion -= 2>> <</if>> <<else>> /*(No change (less than a 100 cc's of change)*/ <<if $args[0].fetish == "mindbroken">> nothing out of the ordinary. <<elseif $args[0].devotion > 20>> a familiar chest waiting for $him. <<if ($args[0].physicalAge < $args[1].physicalAge-5)>> /*(younger)*/ $He is pleased to see $his breasts are now more pert and smooth than they were before. <</if>> <<else>> that $his breasts are roughly the same. <<if ($args[0].physicalAge < $args[1].physicalAge-5)>> /*(younger)*/ Except, of course, that they are younger and more pert, something that $he @@.hotpink;can't help but appreciate.@@ <<set $args[0].devotion += 2>> <</if>> <</if>> <</if>> <</if>> <<if $args[0].areolaePiercing != 0 && $args[1].areolaePiercing == 0>> <<if $args[0].fetish != "mindbroken" && $args[0].boobs >= 10000>> $He can just barely catch the glimmer of the piercings adorning $his areolae. <<elseif $args[0].fetish == "mindbroken" && $args[0].boobs >= 10000>> /* out of sight, out of mind */ <<elseif $args[0].boobs >= 1000>> $He gawks at the piercings adorning $his areolae for a spell. <<else>> $He can't take $his eyes off the piercings now adorning $his areolae. <</if>> <</if>> /*(if lactation status has changed)*/ <<if $args[0].lactation > 0 && $args[1].lactation == 0>> /*(lactating now, wasn't before)*/ As $he wiggles $his breasts, <<if $args[0].lactation == 1>> @@.coral;solitary drops of milk begin to drop from $his nipples.@@ <<else>> @@.coral;steady streams of milk start to flow from $his nipples.@@ <</if>> <<if $args[0].fetish == "mindbroken">> $He shudders at the wet feeling. <<elseif $args[0].devotion > 20>> $He is delighted by the fact that $his breasts now produce milk. This is a gift $he will happily use for your benefit. <<else>> $He is irritated that you have altered $his body to produce milk. <</if>> <<elseif $args[0].fetish == "mindbroken">> <<elseif $args[0].lactation > 1 && $args[1].lactation == 1>> $He realizes $his breasts are @@.lime;rapidly producing milk.@@ $He groans at the unfamiliar pressure. <<elseif $args[0].lactation == 1 && $args[1].lactation == 2>> $He realizes that $his breasts are @@.orange;producing less milk.@@ $He seems a little relieved. <<elseif $args[0].lactation == 0 && $args[1].lactation > 0>> $He realizes that $his breasts @@.orange;no longer produce milk.@@ $He doesn't show much reaction to this change. <<elseif $args[0].lactation > 0 && $args[1].lactation > 0>> The familiar feeling of fullness in $his breasts tells $him $he's producing as much milk as ever. <</if>> <<if $args[0].nipples != $args[1].nipples && $args[0].fetish != "mindbroken">> /*(if nipples have changed shape)*/ Once $he is satisfied with $his tits, $he shifts $himself to get a better view of $his nipples, having noticed that they don't look quite the same as before. <<switch $args[0].nipples>> <<case "fuckable">> $He doesn't seem to understand where they have gone. <<case "tiny">> $He's a little depressed by @@.orange;how tiny they've become.@@ <<case "puffy">> $He giggle a little at the sight of how @@.lime;puffy they are.@@ <<case "huge">> $He gasps at the sight of the @@.lime;two towering protrusions@@ jutting out from $his breasts. <<case "partially inverted">> Due to the nature of $his @@.lime;partially inverted nipples,@@ $he can't get a good look at them. <<case "inverted">> Due to the nature of $his @@.lime;inverted nipples,@@ $he can't get a good look at them. <<default>> They can only be called normal, though $he can still call them cute. <</switch>> <<if $args[0].nipplesPiercing != 0 && $args[1].nipplesPiercing == 0>> $He also notices they are pierced, judging by how $his eyes follow the movement of the piercings. <</if>> <</if>> /*(if breasts have changed shape)*/ <<if $args[0].boobShape != $args[1].boobShape && $args[0].boobs > 300 && $args[0].fetish != "mindbroken">> As $he settles back down, $he discovers they no longer rest the same either; <<if $args[0].boobShape == "saggy">> /*(drooping or older)*/ @@.red;they now sag to $his sides,@@ disappointing $him. <<elseif $args[0].boobShape == "downward-facing">> @@.red;they now face downwards,@@ disappointing $him. <<elseif $args[0].boobShape == "wide-set">> @@.green;they settle heavily to either side of $his body.@@ <<elseif $args[0].boobShape == "perky">> @@.green;they stick out from $his chest.@@ <<if $args[0].devotion > 20>> $He jostles them playfully. <<else>> $He is intrigued by this development. <</if>> <<elseif $args[0].boobShape == "torpedo-shaped">> @@.green;they stick out far from $his chest.@@ <<if $args[0].devotion > 20>> $He squirms to make them sway about. <<else>> $He is intrigued by this development. <</if>> <<else>> @@.green;they can only be called normal.@@ <</if>> <</if>> <br><br> <<if $args[0].fetish == "mindbroken">> <<elseif $args[1].voice == 0>> After a moment, $he turns to you and gestures for a mirror. <<if $args[0].voice != 0>> You gesture as if you couldn't hear $him, to which $he squeaks in response. It immediately @@.hotpink;dawns on $him@@ what this means. $He @@.mediumaquamarine;thanks you profusely@@ before asking for a mirror. <<set $args[0].devotion += 5, $args[0].trust += 10>> <</if>> <<else>> After a moment, $he turns to speak to you, <<if $args[0].voice == 0>> but can't. $He tries again, frowning. $He struggles to make any sound at all as tears well in $his eyes, but no sobs can be heard as $his shoulder stubs begin to @@.gold;shake.@@ After a bit, wiggles @@.mediumorchid;somberly@@ for a mirror. <<set $args[0].devotion -= 5, $args[0].trust -= 5>> <<elseif $args[0].voice != $args[1].voice>> and starts at $his new <<if $args[0].voice > $args[1].voice>> higher pitched <<elseif $args[0].voice < $args[1].voice>> lower pitched <<else>> voice, <</if>> but then murmurs "...mirror..." <</if>> <</if>> <br><br> You depress a button and a long, body length mirror slides up from the floor near the wall. Your slave, with the help of an assistant, sits up against the side of the gurney and sees $his entire body for the first time. <br><br> $His eyes lock onto $his face. <<if $args[0].fetish != "mindbroken">> <<if $args[0].race != $args[1].race>> /*(race changes)*/ It immediately strikes $him that $he is @@.coral;no longer <<print $args[1].race>>.@@ $His new $args[0].race body <<if $args[0].devotion > 50>> intrigues and delights $him. $He is happy that you invested in $his appearance in such an interesting way. <<elseif $args[0].devotion > 20>> @@.mediumorchid;disturbs $him.@@ $He is @@.gold;shaken@@ by such a drastic change. <<set $args[0].devotion -= 10, $args[0].trust -= 10>> <<else>> @@.mediumorchid;disgusts and angers $him.@@ One of the only parts of $his identity $he had left has now been stripped from $him. <<set $args[0].devotion -= 20>> <</if>> <<elseif $args[0].devotion <= 50>> It immediately strikes $him that $he is still <<print $args[0].race>>. $He's @@.hotpink;relieved@@ that you didn't take such a deep part of $his identity from $him. <<set $args[0].devotion += 1>> <</if>> <</if>> <<if $args[0].bald == 1 && $args[1].bald == 0>> /*(+baldness)*/ Something about $his head catches $his eye; @@.red;$he is now bald.@@ This <<if $args[0].fetish == "mindbroken">> catches $his attention, and $he spends some time shaking $his head to feel the air on $his scalp. <<elseif $args[0].devotion > 20>> feels fun and interesting. <<else>> feels like a gross imposition and $he @@.mediumorchid;scowls at you accusingly,@@ for this is one less thing that marks $him as a person that you have taken from $him. <<set $args[0].devotion -= 3>> <</if>> <<elseif $args[0].bald == 0 && $args[1].bald == 1>> /*(-baldness)*/ Something about $his head catches $his eye; @@.green;$he now has hair.@@ This <<if $args[0].fetish == "mindbroken">> catches $his attention, and $he spends some time shaking $his head to feel to make $his hair move. <<elseif $args[0].devotion >= -20>> makes $him @@.hotpink;squeal with delight.@@ $He plays with $his new hair, enjoying how it feels as $he moves $his head. <<set $args[0].devotion += 3>> <<else>> surprises $him. $He is not happy with your doing something like this while $he had no control of it, but under the circumstances there are far worse things to have than hair. <</if>> <<elseif $args[0].bald == 1 && $args[1].bald == 1>> Something about $his head catches $his eye, but it turned out to be nothing. $He is as bald as ever. <<else>> Something about $his head catches $his <<if $args[0].hColor != $args[1].hColor>> eye; $he @@.coral;now has $args[0].hColor hair.@@ <<else>> eye, but it was a trick of the light; $his hair is more or less the same. <</if>> <</if>> <<if $args[0].sexualFlaw == "oral fixation" && $args[0].lips > $args[1].lips+10>> /* (bigger lip+oral fixation) */ $He slowly puckers $his @@.lime;plush pillows.@@ A blush blossoms over $his face and the beeping of $his heart monitor speeds up slightly. You know that $he'll put them to good use. <<if $args[0].devotion <= 20>> $He pauses, and begins to @@.hotpink;hesitantly smile@@ as $he runs $his tongue across $his lovely new lips. <</if>> <<elseif $args[0].lips > $args[1].lips+10>> $His eyes lock on $his lips and $he pauses for a moment,<<if $args[0].fetish == "mindbroken">> as if<</if>> noticing that @@.lime;they are larger now@@ than they once were. <<elseif $args[0].sexualFlaw == "oral fixation" && $args[0].lips < $args[1].lips-10>> /* (smaller lip+oral fixation) */ <<if $args[0].devotion > 20>> $His eyes lock on $his lips and $he recoils. A second later, $he runs $his tongue across them to confirm $his fear. $His pride and joy are @@.orange;gone.@@ $He lets out a sniff and @@.mediumorchid;tears begin to roll down $his cheeks.@@ <<set $args[0].devotion -= 10>> <<else>> $His eyes lock on $his lips before $he turns $his head from the mirror and <<if $args[0].voice == 0>>attempted <</if>>sobs well up from $him. For someone who values $his lips like $him, for them @@.orange;to be gone@@ is a truly @@.mediumorchid;terrible fate.@@ <<set $args[0].devotion -= 20>> <</if>> <<elseif $args[0].lips < $args[1].lips-10>> $His eyes lock on $his lips and $he pauses for a moment,<<if $args[0].fetish == "mindbroken">> as if<</if>> noticing that @@.orange;they are smaller@@ now than they once were. <<else>> $His eyes lock on $his lips and $he pauses for a moment,<<if $args[0].fetish == "mindbroken">> having found nothing different about them<<else>> finding them familiar enough<</if>>. <</if>> <<if $args[0].lipsPiercing != 0 && $args[1].lipsPiercing == 0>> $He touches the tip of $his tongue to $his new piercing. <</if>> <<if $args[0].teeth == "removable" && $args[1].teeth != "removable">> /* no teeth */ A look of confusion crosses $his face, $his brow furrowing slightly. You see $him work $his jaw for moment before $he turns $his head and spits out a set of dentures. <<if $args[0].devotion <= -20 && $args[0].fetish != "mindbroken">> $He @@.mediumorchid;glowers@@ at them, knowing full well they'll be back in $his mouth shortly. <<set $args[0].devotion -= 2>> <</if>> <<elseif $args[0].teeth != "removable" && $args[0].tonguePiercing > 0 && $args[1].tonguePiercing == 0>> /* (if tongue pierced+has teeth) */ You can vaguely hear $him rattling $his tongue piercing against $his teeth as $he takes in $his appearance. <</if>> <<if $args[0].physicalAge < 40 && $args[1].physicalAge > 50 && $args[0].fetish != "mindbroken">> <<if $args[0].devotion > 20>> $He notices the @@.green;lack of wrinkles@@ on $his face and @@.hotpink;smiles broadly.@@ <<set $args[0].devotion += 2>> <<else>> $He notices the @@.green;lack of wrinkles@@ on $his face and cringes at what this means for $his future. <</if>> <</if>> <<if ($args[0].earPiercing != 0 && $args[1].earPiercing == 0) || ($args[0].eyebrowPiercing != 0 && $args[1].eyebrowPiercing == 0) || ($args[0].nosePiercing != 0 && $args[1].nosePiercing == 0)>> On top of that, several new piercings glint upon $his face. <</if>> <br><br> $His eyes slip down to focus on $his body. /*(age)*/ <<if $args[0].physicalAge >= $args[1].physicalAge+5 || ($args[0].physicalAge > 18 && $args[1].physicalAge < 16)>> /*(older)*/ <<if $args[0].physicalAge > 18 && $args[1].physicalAge < 16>> $He starts at just how much @@.red;older $his <<if canSee($args[0])>>face and body are<<else>>body is<</if>>.@@ <<if $args[0].physicalAge > 100>> $He's thoroughly shocked to find $he's knocking on death's door. <<elseif $args[0].physicalAge > 80>> $He's thoroughly shocked to find $he's ancient. <<elseif $args[0].physicalAge > 30>> $He's shocked to find that $he's practically a MILF. <<elseif $args[0].physicalAge >= 18>> $He's shocked to find $he's now a fresh adult. <</if>> <<if $args[0].fetish != "mindbroken">> This is disturbing to $him on a fundamental level, <<if $args[0].devotion > 50>> as that means $he will now will have less time with you before the end of $his <<if $PhysicalRetirementAgePolicy == 1>> service and <</if>> life. $He does $his best to shrug this off and tries to think of all the fun things a lewd older body can do. <<else>> as that means $he will be @@.mediumorchid;unable to spend as much time on this earth.@@ <<set $args[0].devotion -= ($args[0].physicalAge-$args[1].physicalAge)*2>> <<if $PhysicalRetirementAgePolicy == 1>> On the other hand, it means $he won't have as much time to spend with you before $he is retired. <<else>> This is compounded with the fact that $he @@.gold;may well die before $he becomes a freed slave.@@ <<set $args[0].trust -= ($args[0].physicalAge-$args[1].physicalAge)*2>> <</if>> <</if>> <<if ($args[0].ovaries == 1 || $args[0].mpreg == 1) && $args[0].pubertyXX == 1 && $args[1].pubertyXX == 0 && isFertile($args[0])>> $He fidgets uncomfortably as the urge to breed crosses $his mind. <</if>> <<if ($args[0].balls > 0) && $args[0].pubertyXY == 1 && $args[1].pubertyXY == 0>> $He shudders with pleasure at the thought of cumming in a fertile pussy. $He realizes this body has gone through puberty. <</if>> <</if>> <<elseif $args[0].fetish != "mindbroken">> $He starts as $he <<if canSee($args[0])>>sees<<else>>discovers<</if>> that $he is @@.red;now older than $he once was.@@ This is disturbing to $him on a fundamental level, <<if $args[0].devotion > 50>> as that means $he will now will have less time with you before the end of $his <<if $PhysicalRetirementAgePolicy == 1>> service and <</if>> life. $He does $his best to shrug this off and tries to think of all the fun things a lewd older body can do. <<else>> as that means $he will be @@.mediumorchid;unable to spend as much time on this earth.@@ <<set $args[0].devotion -= ($args[0].physicalAge-$args[1].physicalAge)*2>> <<if $PhysicalRetirementAgePolicy == 1>> On the otther hand, it means $he won't have as much time to spend with you before $he is retired. <<else>> This is compounded with the fact that $he @@.gold;may well die before $he becomes a freed slave.@@ <<set $args[0].trust -= ($args[0].physicalAge-$args[1].physicalAge)*2>> <</if>> <</if>> <</if>> <<elseif $args[0].physicalAge <= $args[1].physicalAge-5 || ($args[0].physicalAge < 18 && $args[0].physicalAge < $args[1].physicalAge)>> /*(younger)*/ $He starts at $his @@.green;youthful new <<if canSee($args[0])>>face and <</if>>body.@@ <<if $args[1].physicalAge >= 18>> <<if $args[0].physicalAge < 4>> $He's thoroughly shocked to find $he's a toddler again. <<elseif $args[0].physicalAge < 9>> $He's surprised to find $he's a little girl. <<elseif $args[0].physicalAge < 13>> $He's surprised to find that $he's once more a preteen. <<elseif $args[0].physicalAge < 16>> $He never expected to be a teenager again. <<elseif $args[0].physicalAge < 18>> $He never expected to be a young adult again. <</if>> <</if>> <<if $args[0].fetish != "mindbroken">> <<set _puberty = 0>> <<if (($args[0].physicalAge < $fertilityAge && ($args[0].ovaries == 1 || $args[0].mpreg == 1)) || ($args[0].physicalAge < $potencyAge && $args[0].balls > 0)) && ($args[1].pubertyXX == 1 || $args[1].pubertyXY == 1)>> $He realizes that $he will have to @@.coral;go through puberty again,@@ now that $he is $args[0].physicalAge once more. This is unnerving to $him. <<set _puberty = 1>> <</if>> <<if $args[0].devotion > 20>> <<if _puberty == 1>> However, $he will do $his best to enjoy the highs that come with it, and <<else>> This is a @@.hotpink;wonderful gift to $him,@@ as $he will now be able to <<set $args[0].devotion += Math.max($args[1].physicalAge-$args[0].physicalAge, 10)>> <</if>> <<if $PhysicalRetirementAgePolicy == 1>> spend more time with you before the end of $his service. <<else>> service you better, as well as have all the other benefits of youthful age. <</if>> <<else>> <<if _puberty == 1>> It will be frustrating to go through the rigors of sexual development all over again, especially when combined with the fact that $he must also <<else>> This is both a @@.hotpink;blessing@@ and a @@.gold;curse,@@ as while $he now has a younger and healthier body, $he must also <<set $args[0].devotion += Math.min($args[1].physicalAge-$args[0].physicalAge, 10), $args[0].trust -= 5>> <</if>> <<if $PhysicalRetirementAgePolicy == 1>> spend more time with you before the end of $his service. <<else>> use all of $his youth for the benefit of $his master instead of $himself. <</if>> <</if>> <</if>> <</if>> /*weight*/ <<if $args[0].weight >= $args[1].weight + 5 || $args[0].weight <= $args[1].weight - 5>> The very next thing $he finds is how much <<if $args[0].weight >= $args[1].weight + 5>> @@.red;heavier $he is.@@ <<if $args[0].fetish == "mindbroken">> With $his broken mind, $he shows no real reaction to this new weight. <<elseif $args[0].devotion >= 50>> <<if $args[0].behavioralFlaw == "gluttonous">> $He is @@.hotpink;perfectly fine@@ with this; a bigger body means more food for $his belly and more for you to love. <<set $args[0].devotion += 1>> <<elseif $args[0].behavioralFlaw == "anorexic">> $He wiggles and groans a little as $his body keeps going. $He knows if you wanted $his heavier, you could have just force fed $him to this size, so $he keeps further opinions to $himself. <<elseif $args[0].behavioralQuirk == "insecure">> $He is @@.hotpink;perfectly fine@@ with this; if you want $him to be softer, then @@.mediumaquamarine;that is what $he wants too.@@ <<set $args[0].devotion += 1, $args[0].trust += 1>> <<elseif $args[0].behavioralQuirk == "fitness">> $He would prefer to be fitter, but without arms and legs, $he gets little say in the matter. <<else>> $He is happy that you have given $his more weight for you to play <<if $arcologies[0].FSSlimnessEnthusiast != "unset">> with, but is somewhat confused that you would do so against the society you created. <<else>> with. <</if>> <</if>> <<else>> <<if $args[0].behavioralFlaw == "gluttonous">> $He is @@.hotpink;surprisingly fine@@ with this; a bigger body means more food for $his belly, after all. <<if $args[0].weight > 30>> Though $he would have preferred to not be this fat. <</if>> <<set $args[0].devotion += 1>> <<elseif $args[0].behavioralFlaw == "anorexic">> $He wiggles and @@.mediumorchid;groans with disgust@@ as $his body keeps going. $He shudders at the thought of @@.gold;what you'll do next.@@ <<set $args[0].devotion -= 3, $args[0].trust -= 3>> <<elseif $args[0].behavioralQuirk == "insecure">> $He is surprisingly fine with this; you know best, after all. <<elseif $args[0].behavioralQuirk == "fitness" && $args[0].weight > 30>> $He is @@.mediumorchid;irritated and frustrated@@ at this new weight. $He should be fit not fat! <<set $args[0].devotion -= 10>> <<else>> $He is @@.mediumorchid;irritated and frustrated@@ at this new <<set $args[0].devotion -= 5>> <<if $arcologies[0].FSSlimnessEnthusiast != "unset">> weight, @@.mediumorchid;doubly so@@ because your society will view $him as less of a person now. <<set $args[0].devotion -= 5>> <<elseif $arcologies[0].FSHedonisticDecadence != "unset">> weight, however $he is at least @@.hotpink;somewhat mollified@@ with the knowledge that society will treat $him a with a bit more reverence now. <<set $args[0].devotion += 3>> <<else>> weight. <</if>> <</if>> <</if>> <<else>> @@.green;lighter $he is.@@ <<if $args[0].fetish == "mindbroken">>/*mindbroken*/ $He doesn't show much reaction to $his lost weight. <<elseif $args[0].devotion >= 50>>/*devoted*/ $He is pleased that you have given $him a more slender and svelte body <<if $arcologies[0].FSSlimnessEnthusiast != "unset">> body and is even happier that $his body is more in line with your society. <<else>> body. <</if>> <<else>>/*not devoted*/ $He is a bit miffed that you would modify $his body in such a way, knowing it has nothing to do with making $him happy <<if $arcologies[0].FSSlimnessEnthusiast != "unset">> happy, but feels a bit better knowing that society will now view $him in a better light. <<else>> happy. <</if>> <</if>> <</if>> <</if>> /*muscle*/ <<if $args[0].muscles >= $args[1].muscles +5 || $args[0].muscles <= $args[1].muscles - 5>> The last major change to $his body structure worth $his attention is <<if $args[0].muscles >= $args[1].muscles + 5>> that $he is @@.lime;significantly more muscular@@ than $he once was. <<if $args[0].fetish != "mindbroken">> <<if $args[0].devotion >= 50>> $He is happy with $his newfound strength and looks forward to putting this power to work for you, as limited as it may be. <<else>> $He is irritated that you would change something like this about $him <<if $args[0].genes == "XX" && $arcologies.FSPhysicalIdealist == "unset">> and is @@.mediumorchid;annoyed@@ that $he now looks less feminine. <<set $args[0].devotion -= 3>> <<else>> but @@.mediumaquamarine;appreciates@@ the extra strength nonetheless, even if it is all in the torso. <<set $args[0].trust += 5>> <</if>> <</if>> <</if>> <<else>> that $he is @@.orange;significantly less muscular@@ than before. <<if $args[0].devotion >= 50>> $He appreciates that you would take the time to make $him more feminine. <<else>> $He is @@.mediumorchid;annoyed@@ that you would alter something about $him like this, but it's not a big loss given $his state. <<set $args[0].devotion -= 3>> <</if>> <</if>> <</if>> /*(pregnancy/belly changes)*/ <<set _weightChange = 0>> /*used to segway to weight after pregnancy/belly implants*/ <<if $args[0].pregKnown == 1 && $args[1].preg > 0>> <br><br> $He wiggles into a better position to see $his stomach, <<if $args[0].bellyPreg < 100>> <<if $args[0].birthsTotal == 0>> but $he's too inexperienced to recognize $his @@.pink;early pregnancy.@@ <<elseif $args[0].birthsTotal > 0>> and since this is not $his first pregnancy, $he is able to recognize the @@.pink;life within $him.@@ <</if>> <<elseif $args[0].bellyPreg >= 450000>> and $he can immediately see that $he is @@.pink;insanely pregnant;@@ $his body stretched full of babies. <<elseif $args[0].bellyPreg >= 150000>> and $he can quite clearly see that $he is @@.pink;enormously pregnant,@@ so much so that $his body could quite believably be carrying nine full sized babies. <<elseif $args[0].bellyPreg >= 60000>> and $he can see that $he is almost @@.pink;unnaturally pregnant,@@ with a belly swollen to a size that could easily carry four full grown babies. <<elseif $args[0].bellyPreg >= 15000>> and $he can clearly see that $he is @@.pink;quite pregnant,@@ as $he sports a belly that could easily carry a full sized baby. <<elseif $args[0].bellyPreg >= 5000>> and $he sees a @@.pink;bump in $his stomach.@@ A gentle kick clues $him in to the reason. <<elseif $args[0].bellyPreg >= 100>> and $he see a @@.pink;slight swell to $his stomach.@@ <</if>> <<if $args[0].fetish != "mindbroken">> <<if $args[0].bellyPreg >= 100 || $args[0].birthsTotal > 0>> <<if $args[0].devotion >= 50>> Even though $he didn't get to experience being made into one, $he is delighted to be a mother<<if $args[0].birthsTotal > 0>> again<</if>>. <<else>> $He is filled with conflicting emotions, @@.mediumorchid;hatred@@ for you for forcing <<if $args[0].pregType > 1>>these lives<<else>>this life<</if>> onto $him, as well as the instinct of a mother's love for $his unborn child. <<set $args[0].devotion -= 3>> <</if>> <</if>> <<elseif $args[0].fetish == "pregnancy">> <<if $args[0].bellyPreg >= 100 || $args[0].birthsTotal > 0>> <<if $args[0].devotion >= 50>> Even though $he didn't get to experience being made into one, $he is overjoyed to have <<if $args[0].birthsTotal > 0>>another<<else>>a<</if>> life growing inside $him. <<else>> $He is filled with conflicting emotions, hate for being forced into this, but also joy from getting to be pregnant. While you didn't do this for $his amusement, $he'll definitely take advantage of it. <</if>> <</if>> <</if>> <<set _weightChange = 1>> <<elseif $args[0].bellyImplant > $args[1].bellyImplant && $args[0].bellyImplant >= 100>> /*belly implant filled*/ <br><br> $He wiggles into a better position to view $his stomach, where $he <<if $args[0].bellyImplant >= 450000>> sees nothing but a @@.pink;massive middle.@@ <<elseif $args[0].bellyImplant >= 150000>> sees @@.pink;belly carrying a multitude of children.@@ <<elseif $args[0].bellyImplant >= 60000>> sees a @@.pink;belly that could be laden with multiples at the brink of birth.@@ <<elseif $args[0].bellyImplant >= 15000>> sees a @@.pink;belly swollen enough to be carrying at least one baby ready to drop.@@ <<elseif $args[0].bellyImplant >= 5000>> sees a @@.pink;clear bump in $his stomach from the belly implant.@@ <<elseif $args[0].bellyImplant >= 100>> sees a @@.pink;slight swell to $his stomach.@@ <</if>> <<if $args[0].devotion >= 50>> $He likes how the bulge looks on $him and can't wait to get fucked with it in the way. <<else>> It @@.mediumorchid;bothers $him@@ that you would add such a <<if $args[0].bellyImplant >= 10000>>major<<else>>minor<</if>> inconvenience to $his body. <<set $args[0].devotion -= 1>> <</if>> <<if $args[1].pregKnown == 1>> <<if $args[0].fetish == "pregnancy">> <<if $args[0].devotion >= 50>> $He @@.mediumorchid;scowls with momentary wrath@@ before regaining $his composure. $He resents being separated from $his pregnancy<<if canGetPregnant($args[0])>>, though that is easily remedied<</if>>. <<set $args[0].devotion -= 5>> <<elseif $args[0].devotion >= 20>> $He @@.mediumorchid;scowls angrily@@ at this turn of events<<if canGetPregnant($args[0])>>, though that will be easily remedied by putting another child in $him<</if>>. <<set $args[0].devotion -= 10>> <<else>> $He is filled with @@.mediumorchid;hatred for you@@ for snatching $his pregnancy away from $him. <<set $args[0].devotion -= 15>> <</if>> <<elseif $args[0].fetish != "mindbroken">> <<if $args[0].devotion >= 50>> While $he will miss the chance of meeting $his future child, $he will no longer be weighed down by it as $he gets used to $his new body. <<elseif $args[0].devotion >= 20>> $He accepts this as how things are. <<else>> $He is filled with @@.mediumorchid;hatred for you@@ for snatching $his child away from $him. It didn't matter if $he wanted it or not; @@.gold;it was $hers and you took it.@@ <<set $args[0].devotion -= 10, $args[0].trust -= 10>> <</if>> <</if>> <</if>> <<set _weightChange = 1>> <<elseif $args[0].pregKnown == 0 && $args[1].pregKnown == 1>> <br><br> $He wiggles into a better position to view $his stomach, where $he discovers $he is @@.pink;no longer pregnant.@@ <<if $args[0].fetish == "pregnancy">> <<if $args[0].devotion >= 50>> $He @@.mediumorchid;scowls with momentary wrath@@ before regaining $his composure. $He resents being separated from $his pregnancy<<if canGetPregnant($args[0])>>, though that is easily remedied<</if>>. <<set $args[0].devotion -= 5>> <<elseif $args[0].devotion >= 20>> $He @@.mediumorchid;scowls angrily@@ at this turn of events<<if canGetPregnant($args[0])>>, though that will be easily remedied by putting another child in $him<</if>>. <<set $args[0].devotion -= 10>> <<else>> $He is filled with @@.mediumorchid;hatred for you@@ for snatching $his pregnancy away from $him. <<set $args[0].devotion -= 15>> <</if>> <<elseif $args[0].fetish != "mindbroken">> <<if $args[0].devotion >= 50>> While $he will miss the chance of meeting $his future child, $he will no longer be weighed down by it as $he gets used to $his new body. <<elseif $args[0].devotion >= 20>> $He accepts this as how things are. <<else>> $He is filled with @@.mediumorchid;hatred for you@@ for snatching $his child away from $him. It didn't matter if $he wanted it or not; @@.gold;it was $hers and you took it.@@ <<set $args[0].devotion -= 10, $args[0].trust -= 10>> <</if>> <</if>> <<set _weightChange = 1>> <<elseif $args[0].bellyImplant < $args[1].bellyImplant>> /*belly implant reduced*/ <br><br> $He wiggles into a better position to view $his stomach, where $he <<if $args[0].bellyImplant >= 450000>> sees nothing but a @@.pink;massive middle.@@ <<elseif $args[0].bellyImplant >= 150000>> sees @@.pink;belly carrying a multitude of children.@@ <<elseif $args[0].bellyImplant >= 60000>> sees a @@.pink;belly that could be laden with multiples at the brink of birth.@@ <<elseif $args[0].bellyImplant >= 15000>> sees a @@.pink;belly swollen enough to be carrying at least one baby ready to drop.@@ <<elseif $args[0].bellyImplant >= 5000>> sees a @@.pink;clear bump in $his stomach from the belly implant.@@ <<elseif $args[0].bellyImplant >= 100>> sees a @@.pink;slight swell to $his stomach.@@ <<else>> discovers $his belly is @@.pink;no longer bulging.@@ <</if>> <<if $args[0].devotion >= 20>> $He appreciates how much easier it will be with a smaller middle. <<else>> $He can't help but appreciate losing the bulk, but $he still @@.gold;worries@@ over your control of $his body. <<set $args[0].trust -= 1>> <</if>> <<set _weightChange = 1>> <</if>> /*stomach*/ <<if _weightChange != 1>> <br><br> $He wiggles into a better position to see $his middle, and begins to shift <<else>> $He continues to shift <</if>> <<if $args[0].weight >= $args[1].weight+30>> /*(fatter)*/ $his stomach until $he feels just how @@.red;much more weight@@ $he is carrying. <<if $args[0].fetish != "mindbroken">> <<if $args[0].devotion > 20>> $He finds $his new curves intriguing. <<else>> $His face contorts with @@.mediumorchid;disgust@@ at $his newfound bulk. <<set $args[0].devotion -= 5>> <</if>> <</if>> <<if $args[0].bellySag > $args[1].bellySag && $args[0].belly < 100>> $He also notices @@.red;how much it sags.@@ <<if $args[0].fetish != "mindbroken">> <<if $args[0].devotion > 20>> This isn't pleasant, but $he bears it for you. <<else>> This does nothing for $his self-image, only @@.mediumorchid;disgusts and annoys@@ $him. <<set $args[0].devotion -= 2>> <</if>> <</if>> <<elseif $args[0].bellySag < $args[1].bellySag && $args[0].belly < 100>> $He also notices it is @@.green;tighter despite being softer.@@ <<if $args[0].fetish != "mindbroken">> <<if $args[0].devotion > 20>> This is great for $his self-image and $he happily strokes $his new firm belly. <<else>> Whatever else this transition brings, this is a gift $he will appreciate and $he @@.hotpink;smiles, just a bit.@@ <<set $args[0].devotion += 1>> <</if>> <</if>> <</if>> <<elseif $args[0].weight <= $args[1].weight-30>> /*(thinner)*/ $his stomach and $he finds $his body @@.green;thinner.@@ <<if $args[0].fetish != "mindbroken">> <<if $args[0].devotion > 20>> $He finds $his new curves intriguing. <<else>> While free weight loss is @@.hotpink;appreciated,@@ $he wishes $he had some say in the matter. <<set $args[0].devotion += 1>> <</if>> <</if>> <<if $args[0].bellySag > $args[1].bellySag && $args[0].belly < 100>> $He also notices how it @@.red;has a sag to it.@@ <<if $args[0].fetish != "mindbroken">> <<if $args[0].devotion > 20>> This isn't pleasant, but $he bears it for you. <<else>> This does nothing for $his self-image, only @@.mediumorchid;disgusts and annoys@@ $him. <<set $args[0].devotion -= 2>> <</if>> <</if>> <<elseif $args[0].bellySag < $args[1].bellySag && $args[0].belly < 100>> $He also notices it is @@.green;tighter despite being softer.@@ <<if $args[0].fetish != "mindbroken">> <<if $args[0].devotion > 20>> This is great for $his self-image and $he happily strokes $his new perkier belly. <<else>> Whatever else this transition brings, this is a gift $he will appreciate and $he @@.hotpink;smiles, just a bit.@@ <<set $args[0].devotion += 1>> <</if>> <</if>> <</if>> <<elseif $args[0].bellySag > $args[1].bellySag && $args[0].belly < 100>> /*(belly sag)*/ $his stomach and $he notices a @@.red;sag in $his belly.@@ <<if $args[0].fetish != "mindbroken">> <<if $args[0].devotion > 20>> This isn't pleasant, but $he bears it for you. <<else>> This does nothing for $his self-image, only @@.mediumorchid;disgusts and annoys@@ $him. <<set $args[0].devotion -= 2>> <</if>> <</if>> <<elseif $args[0].bellySag < $args[1].bellySag && $args[0].belly < 100>> /*(subtracted)*/ $his stomach and notices the @@.green;sag in $his belly has lessened.@@ <<if $args[0].fetish != "mindbroken">> <<if $args[0].devotion > 20>> This is great for $his self-image and $he happily strokes $his new tight belly. <<else>> Whatever else this transition brings, this is a gift $he will appreciate and $he @@.hotpink;smiles, just a bit.@@ <<set $args[0].devotion += 1>> <</if>> <</if>> <<elseif $args[0].weight < 10 && $args[0].muscles > 5 && $args[0].belly < 100>> $his @@.lime;muscled stomach.@@ <<if $args[0].fetish != "mindbroken">> <<if $args[0].devotion > 20>> $He finds $his new strength intriguing. <<else>> $He finds $his new strength @@.mediumaquamarine;empowering.@@ <<set $args[0].trust += 2>> <</if>> <</if>> <<else>> stomach, though $he finds little out of the ordinary<<if _weightChange == 1>>; other than the obvious, of course<</if>>. <</if>> <<if $args[0].navelPiercing != 0 && $args[1].navelPiercing == 0>> $He now has a piercing in $his navel; $he rolls $his tummy<<if $args[0].belly >= 15000>>, a feat in and of itself<</if>>, fascinated by $his new hardware grazing $his stomach to the motion. <</if>> /* waist */ <<if $args[0].belly < 30000 || $args[0].weight <= 95>> <<if $args[0].waist > $args[1].waist+40>> As $he explores $his middle, $he also takes note of $his @@.orange;wider waist.@@ <<if $args[0].fetish == "mindbroken">> The effects of such a change on $his appearance go right over $his head. <<elseif $args[0].devotion > 20>> This change disappoints $him. $He wishes $he could have been more feminine for you. <<else>> This change @@.mediumorchid;disgusts $him;@@ it will only leave $him treated worse compared to the more feminine slaves. <<set $args[0].devotion -= 1>> <</if>> <<elseif $args[0].waist < $args[1].waist-40>> As $he explores $his middle, $he also takes note of $his @@.lime;narrower waist.@@ <<if $args[0].fetish == "mindbroken">> The effects of such a change on $his appearance go right over $his head. <<elseif $args[0].devotion > 20>> This change pleases $him; $he can't wait to feel your hands around $him. <<else>> That you would make such a change to $him @@.mediumorchid;disgusts $him,@@ though $he @@.mediumaquamarine;takes solace@@ in the fact that $he will likely be treated better for being more attractive. <<set $args[0].devotion -= 1, $args[0].trust += 1>> <</if>> <</if>> <</if>> /*(butt)*/ <br><br> $He cranes $his neck back to review $his rear, finding how <<if $args[0].butt > $args[1].butt>> /*(bigger)*/ much @@.lime;bigger $his butt is now.@@ As $he bounces $his cheeks, it becomes clear that it has grown <<if $args[0].butt >= $args[1].butt+5>> /*(+to max size description or above)*/ an incredible amount. <<elseif $args[0].butt > $args[1].butt+1>> /*(+more sizes)*/ a lot. <<else>> /*(+1 size)*/ a fair bit. <</if>> <<if $args[0].fetish != "mindbroken">> <<if $args[0].devotion > 20>> This is a pleasing development as $he looks forward to putting this new rear to the test with you. <<else>> While $he's not terribly upset, this still feels like a violation of $him, somehow. Still, there are worse things that could happen than waking up with a bigger rear. <</if>> <</if>> <<if $args[0].butt >= $args[1].butt+5 && $args[0].butt > 12>> $He is overwhelmed by how large $his new bottom is. $He doubts $he can even lay flat on $his back any longer. <</if>> <<elseif $args[0].butt < $args[1].butt>> /*(smaller)*/ much @@.orange;smaller $his butt is now.@@ As $he bounces $his cheeks, it becomes clear that it has shrunk <<if $args[0].butt <= $args[1].butt-5>> /*(+to max size description or above)*/ an incredible amount. <<elseif $args[0].butt > $args[1].butt-1>> /*(+more sizes)*/ a lot. <<else>> /*(-1 size)*/ a fair bit. <</if>> <<if $args[0].fetish != "mindbroken">> <<if $args[0].devotion > 20>> $He is saddened that there is now less of $him for you to play with, but remembers that you chose this body for $him and hopes that you will still make use of $his rear. <<else>> This is just @@.mediumorchid;depressing@@ to $him. A nice rear is one of the two parts of $his body that almost every woman (or "woman") is defined by, and now $he feels like just that much less of a person. <<set $args[0].devotion -= 1>> <</if>> <</if>> <<else>> little $his butt has changed in size. <</if>> <<if $args[0].buttImplant > 0 && $args[1].buttImplant == 0>> /*(+butt implants)*/ $He also notes that @@.coral;there are implants in $him,@@ as $his ass's shape didn't really change as it moved. <<if $args[0].fetish != "mindbroken">> <<if $args[0].devotion > 20>> It pleases $him that you would invest in such a minor way in $his body. <<else>> It feels like you have modified $him in a such a minor way for your own benefit, and $he doesn't kid $himself in thinking otherwise. <</if>> <</if>> <<elseif $args[0].buttImplant == 0 && $args[1].buttImplant > 0>> /*(-butt implants)*/ $He also notes that $he @@.coral;no longer has ass implants,@@ as $his experimentation reveals a more natural bounce to $his buttocks. <<if $args[0].fetish != "mindbroken">> <<if $args[0].devotion > 20>> $He is happy that you think $his body doesn't need any artificial modification to be pleasing. <<else>> $He views this as one more thing $he @@.mediumorchid;didn't have a choice in.@@ <<set $args[0].devotion -= 1>> <</if>> <</if>> <</if>> <<if $args[0].fetish != "mindbroken">> <<if $args[0].hips != $args[1].hips>> As $he prepares to look at $his crotch, it occurs to $him that $his hips are <<if $args[0].hips > $args[1].hips>> @@.lime;<<if $args[0].hips > $args[1].hips+3>>considerably <<elseif $args[0].hips < $args[1].hips-1>>much <</if>> wider.@@ <<if $args[0].fetish == "pregnancy" && $args[0].birthsTotal > 0>> $He seems @@.hotpink;overjoyed@@ at their new size; It means $he'll be even better at popping out babies than ever. $He continues around back to learn how <<elseif $args[0].devotion > 20>> $He gives them a little wiggle for your amusement before continuing around back to learn how <<else>> $He takes the new addition well enough since it is likely to raise $his worth in society and thus not the worst thing ever. How you intend to make use of $his hips @@.gold;worries $him,@@ however. $He continues around back to learn how <<set $args[0].trust -= 1>> <</if>> <<else>> @@.orange;<<if $args[0].hips < $args[1].hips-3>>considerably <<elseif $args[0].hips < $args[1].hips-1>>much <</if>> narrower.@@ <<if $args[0].fetish == "pregnancy" && $args[0].birthsTotal > 0>> $He seems a little caught up on their new size, likely by concern over future pregnancies and childbirth. <<elseif $args[0].devotion > 50>> $He gives them a little wiggle for your amusement. <<elseif $args[0].devotion >= -20>> $He accepts your judgment that $his new hips suit $him better. <<if $args[0].pregKnown && $args[0].birthsTotal > 0>> $He @@.gold;worries@@ about what this means for $his coming birth. <<set $args[0].trust -= 3>> <</if>> <<else>> $He seems upset, @@.mediumorchid;both from $his loss of femininity and the overreach of your power,@@ that you would alter $his body is such a way. <<if $args[0].pregKnown && $args[0].birthsTotal > 0>> A @@.gold;terrifying realization@@ dawns on $him; $his upcoming birth is going to be much harder than $his last. <<set $args[0].trust -= 5>> <</if>> <<set $args[0].devotion -= 3>> <</if>> <</if>> <</if>> <<if $args[0].anusPiercing != 0 && $args[1].anusPiercing == 0>> As $he moved, $he felt something odd in $his butt. $He can only speculate that $he has a new addition down there. <</if>> <</if>> <br><br> <<set _seeCrotch = 1>> <<if $args[0].weight > 97 || $args[0].belly >= 60000 || $args[0].boobs >= 20000>> /* crotch blockers */ $He tries to get a good view of $his crotch, but finds it impossible with $his <<if $args[0].belly >= 60000>> <<set _belly = bellyAdjective($args[0])>> _belly belly in the way. <<elseif $args[0].weight > 97>> hanging gut obstructing things. <<else>> enormous boobs taking up so much space. <</if>> <<if $args[0].fetish != "mindbroken">> $He shifts $his weight so that $he falls onto $his back <<if $args[0].corsetPiercing != 0 && $args[1].corsetPiercing == 0>> and recoils as $he lands on something unfamiliar and hard. $His mind races as to what it could be, before the realization sets in that $he now has a corset piercing up $his back. Once $he gets used to the feeling, $he leans to $his side to finally get a view around $his body. <<else>> and leans to $his side to finally see what's under $his body. <</if>> <<if $args[0].weight > 160 || ($args[0].boobs >= 20000 && ["wide-set", "saggy",].includes($args[0].boobShape)) || $args[0].boobs >= 40000 || $args[0].hips == 3>> /* still can't see */ Unfortunately for $him, <<if $args[0].boobs >= 40000>> $his tits are so massive they hang over $his sides and block any line of sight $he may have been able to use. <<elseif $args[0].boobs >= 20000 && ["wide-set", "saggy",].includes($args[0].boobShape)>> $his tits are resting heavily to $his sides and block any line of sight $he may have been able to use. <<elseif $args[0].weight > 160>> $he is so fat $his gut rests past $his sides and block any line of sight $he may have been able to use. <<else>> $his hips are so absurdly wide, there is no way for $him to see around them. <</if>> <<set _seeCrotch = 0>> <</if>> <<else>> $His simple mind cannot fathom a good way to see $his junk like this, so what $he has will come as a surprise sooner or later to $him. <<set _seeCrotch = 0>> <</if>> <<else>> As $his eyes center on $his crotch, <</if>> <<if _seeCrotch == 1>> /*(changed genitals)*/ <<if $args[1].vagina > -1>> /*(had a vagina)*/ <<if $args[0].dick > 0 && $args[1].dick > 0>> /*(had a penis)*/ $he is relieved to find @@.coral; <<if $args[0].balls > 0 && $args[0].scrotum > 0 && $args[1].balls > 0 && $args[1].scrotum > 0>> a cock, balls and pussy. <<elseif $args[0].balls == 0 && $args[1].balls > 0 && $args[1].scrotum > 0>> both a cock and pussy, though $he is a little miffed that $he now lacks testicles. <<elseif $args[0].balls > 0 && $args[0].scrotum > 0 && $args[1].balls == 0>> both a cock, pussy and, more surprisingly, balls. <<else>> both a cock and pussy. <</if>> @@ <<elseif $args[0].dick > 0 && $args[1].dick == 0>> /*(+penis)*/ $he is startled to find $he @@.coral;has a penis@@ now. <<if $args[0].vagina > -1>> /*(kept vagina)*/ $He is confused for a moment until $he lifts $his new penis to @@.coral;<<if canSee($args[0])>>see<<else>>discover<</if>> a pussy under it.@@ <<else>> /*(did not keep vagina, +penis or not)*/ $He understands that $he @@.coral;no longer has a vagina.@@ <</if>> <<elseif $args[0].dick == 0 && $args[1].dick > 0>> /*(had a penis)*/ $he is shocked to <<if canSee($args[0])>>see<<else>>discover<</if>> that $he @@.coral;no longer has a <<if $args[0].balls > 0 && $args[0].scrotum > 0>> penis, mostly because $he still has balls.@@ <<elseif $args[0].vagina > -1>> penis, though $he is glad to still have a pussy.@@ <<else>> penis, or anything, for that matter, on $his crotch.@@ <</if>> <<elseif $args[0].vagina > -1>> $he is happy to find a familiar hole. <<else>> $he is startled to find $he @@.coral;no longer has genitals.@@ <</if>> <<elseif $args[1].dick > 0>> /*(had a penis)*/ <<if $args[0].dick > 0>> $he is relieved to find $he @@.coral;still has $his <<if $args[0].balls > 0 && $args[0].scrotum > 0 && $args[1].balls > 0 && $args[1].scrotum > 0>> penis and testicles. <<elseif $args[0].balls == 0 && $args[1].balls > 0 && $args[1].scrotum > 0>> penis, but is a little alarmed to find $he now lacks testicles. <<elseif $args[0].balls > 0 && $args[0].scrotum > 0 && $args[1].balls == 0>> penis, but is more interested in the dangling pair of objects beneath it. <<else>> penis. <</if>> @@ <<if $args[0].vagina > -1 && $args[0].balls < 6 && $args[0].dick < 10>> A new sensation causes $him to gaze lower. Much to $his surprise, $he @@.coral;now also has a pussy.@@ <</if>> <<else>> $he is shocked to find that $he @@.coral;no longer has a <<if $args[0].balls > 0 && $args[0].scrotum > 0 && $args[1].balls > 0 && $args[1].scrotum > 0>> penis, but still has balls. <<elseif $args[0].vagina > -1>> penis, but a pussy. <<else>> penis, or anything, for genitals. <</if>> @@ <</if>> <<else>> $he is surprised to find <<if $args[0].dick > 0 && $args[0].vagina > -1 && $args[0].balls > 0 && $args[0].scrotum > 0>> $his crotch is fully loaded. <<elseif $args[0].dick > 0 && $args[0].vagina > -1>> $he has both a dick and pussy. <<elseif $args[0].dick > 0>> $he now has a cock<<if $args[0].balls > 0 && $args[0].scrotum > 0>> and balls<</if>> to entertain with. <<elseif $args[0].vagina > -1>> $he now has a pussy to get pounded in. <<else>> $he is still a null. $He expected something more. <</if>> <</if>> <<set _cockChanged = 0>> /*(penis changes)*/ <<if $args[0].dick != $args[1].dick && $args[0].dick != 0 && $args[1].dick != 0>> $His penis is <<if $args[0].dick > $args[1].dick + 4>>@@.lime;way bigger@@<<elseif $args[0].dick > $args[1].dick>>@@.lime;a good deal larger@@<<else>>@@.orange;smaller@@<</if>> than it was, and $he is <<if $args[0].fetish == "mindbroken">> not bothered one way or the other by this development; it isn't even clear if $he notices anything different about $his cock. <<elseif $args[0].devotion > 20>> <<if $args[0].dick > $args[1].dick + 4>> @@.hotpink;incredibly excited@@ about this change. $He laughs and groans at the weight of $his shaft, and as $he waggles it, it becomes increasingly obvious that $he is having difficulty not straight up humping the air. $He regains control over $himself, though just barely. <<set $args[0].devotion += 3>> <<elseif $args[0].dick > $args[1].dick>> pleased with this development. $He takes the time to rub $his newfound length across the sheets. <<else>> accepting of it. $He takes a moment to jostle $his now shorter dick. <</if>> <<else>> <<if $args[0].dick > $args[1].dick + 4>> @@.mediumaquamarine;incredibly aggravated@@ about this change. This is just one more thing $he has to deal with now. How dare you give $him such a massive, throbbing, sensitive piece of meat between $his legs! $His glower loses its bite as you note $him subconsciously thrusting $his ridiculously enlarged organ against the sheets. $He stops after $he realizes what $he is doing, nervously staying completely still to not blast a load out of $his massive prick. <<set $args[0].trust += 3>> <<elseif $args[0].dick > $args[1].dick>> annoyed at this development. $He frowns as $he tests $his newfound growth, only thrusting once before <<if canSee($args[0])>>noticing your amused grin<<else>>sensing your gaze<</if>> and stopping. <<else>> @@.mediumorchid;infuriated by it.@@ $He jostles $his smaller dick, only stopping when $he starts to become flushed. <<set $args[0].devotion -= 5>> <</if>> <</if>> <<set _cockChanged = 1>> <</if>> <<if $args[0].dickPiercing != 0 && $args[1].dickPiercing == 0>> There was no missing the piercing in $his dick as well. <<set _cockChanged = 1>> <</if>> /*(ball changes)*/ <<if $args[0].balls != $args[1].balls && $args[0].scrotum != 0 && $args[1].scrotum != 0>> Then $he takes a moment to jostle $his balls, it seems they are <<if $args[0].balls > $args[1].balls + 4>> @@.lime;much larger@@ now. This <<if $args[0].fetish == "mindbroken">> does not seem to register in $his mind. <<elseif $args[0].devotion > 20>> amazing addition to $his body is @@.hotpink;surely welcome@@. $He moans as $he rubs against $his new balls, groaning as their weight shifts around. $His face is flushed by the time $he's done "examining" them. <<set $args[0].devotion +=5>> <<else>> addition to $his body is @@mediumaquamarine;annoying@@, clearly. The frustrated irritation on $his face contrasts sharply with the actions of $his hips, which are busy causing <<if $args[0].dick>>$his dick to become engorged with blood<<else>>precum to start flowing freely<</if>>. Catching $himself, $he takes a few soothing breaths to calm $his body down. <<set $args[0].trust += 5>> <</if>> <<elseif $args[0].balls > $args[1].balls>> @@.lime;larger@@ now. This <<if $args[0].fetish == "mindbroken">> change doesn't mean much of anything to $him. <<elseif $args[0].devotion > 20>> change delights $him and $he spends ample time jostling $his bigger nuts. <<else>> change is just one more @@.hotpink;bother@@ for $him. $His brow furrows as $he takes a moment to feel them up and stops as <<if $args[0].dick>>$his cock starts to stiffen<<else>>as a bead of precum starts to form from $his urethra<</if>>. <<set $args[0].devotion += 3>> <</if>> <<else>> @@.orange;smaller@@ now, and this <<if $args[0].fetish == "mindbroken">> goes largely unnoticed. <<elseif $args[0].devotion > 20>> change, while not necessarily fun, is appreciated by your devoted slave nonetheless. <<else>> change causes $him consternation and humiliation. <</if>> <</if>> <<set _cockChanged = 1>> <</if>> <<if _cockChanged == 1 && $args[0].fetish != "mindbroken">> <<if $args[0].devotion > 20>> $He is thrilled at your modifications to $his genitals and is excited to explore those changes with you. <<else>> $He is @@.mediumorchid;enraged@@ and @@.gold;frightened@@ to see such changes to $his genitals, as they were fundamental parts of $his identity. <<set $args[0].devotion -= 10, $args[0].trust -= 10>> <</if>> <</if>> /*(vagina)*/ <<if $args[0].vagina != -1>> <<set _seeVagina = 1>> <<if $args[0].dick > 0>> Then $he leans to $his side to shift $his dick<<if $args[0].scrotum > 0>> and balls<</if>> out of the way to inspect $his vagina more closely. <<if $args[0].balls >= 6 || $args[0].dick >= 10>> There's only one problem: $His maleness is so huge it steadfastly remains in the way; there is no angle $he can manage to see $his vagina from. <<set _seeVagina = 0>> <</if>> <<elseif $args[0].scrotum > 0>> Then $he leans to $his side to shift $his balls out of the way to inspect $his vagina more closely. <<if $args[0].balls >= 6>> There's only one problem: $His testicles are so huge they steadfastly remain in the way; there is no angle $he can manage to see $his vagina from. <<set _seeVagina = 0>> <</if>> <<else>> Next $he gives $his vagina a closer inspection. <</if>> <<if _seeVagina == 1>> <<if $args[0].vagina == 0>> /*(+virginity)*/ $He can't really tell, but it looks like it may be @@.lime;unbroken.@@ <<if $args[0].vagina > 0>> <<if $args[0].fetish == "mindbroken">> And this would likely mean something to $him, if $his mind was not lost. <<elseif $args[0].devotion > 20>> $He is happy to be a virgin again so that $he can lose it to you. <<else>> $He is @@.hotpink;happy@@ to be a virgin again, but @@.gold;worries@@ about how long it will last. <<set $args[0].devotion += 3, $args[0].trust -= 3>> <</if>> <</if>> <<elseif $args[1].vagina != -1 && $args[0].vagina < $args[1].vagina>> /*(+tightness)*/ $He can't really tell, but it looks like it may be @@.lime;tighter@@ now. <<if $args[0].fetish == "mindbroken">> And this might have been significant to $him, if $his brain worked correctly. <<elseif $args[0].devotion > 20>> Sex will be more pleasurable than it was before and $he looks forward to breaking in $his new pussy with you. <<else>> $He groans in @@.mediumorchid;frustration.@@ $He is well aware of the displeasure of having a pussy forcibly broken in and does not look forward to it again. <<set $args[0].devotion -= 2>> <</if>> <<elseif $args[1].vagina != -1 && $args[0].vagina > $args[1].vagina>> /*(-tightness)*/ $He can't really tell, but it looks like it may be @@.orange;looser@@ now. <<if $args[0].fetish == "mindbroken">> And this might be important to $him, if $his head was in working order. <<elseif $args[0].devotion > 20>> $He giggles a bit as $he tests out how many fingers $he can fit inside $his new loose hole, though $he wishes $he were still tight for you. <<else>> $He @@.mediumorchid;frowns@@ as $he feels out how much looser $he is now. $He supposes it saves $him from getting fucked loose, but it is humiliating how many more fingers $he can fit inside $himself without even having to part $his lips. /*This is not how vaginas work goddamit. - is that better? */ <<set $args[0].devotion -= 1>> <</if>> <<elseif $args[0].vagina == $args[1].vagina>> It's looks like $his old vagina. <<else>> After a bit of flexing, $he's satisfied with $his new organ. <</if>> <<if $args[0].clitPiercing > 0 && $args[1].clitPiercing == 0 && $args[0].dick == 0>> $He also noticed a glimmer $his clit. <</if>> <<if $args[0].vaginaPiercing != 0 && $args[1].vaginaPiercing == 0>> $He also now has piercings in $his vagina, a ring around $his labia, creating a halo of sparkles that $he couldn't help but marvel at. <</if>> <</if>> <</if>> <</if>> <<if ($args[0].boobsTat != $args[1].boobsTat || $args[0].buttTat != $args[1].buttTat || $args[0].lipsTat != $args[1].lipsTat || $args[0].vaginaTat != $args[1].vaginaTat || $args[0].anusTat != $args[1].anusTat || $args[0].dickTat != $args[1].dickTat || $args[0].customTat != $args[1].customTat || $args[0].shouldersTat != $args[1].shouldersTat || $args[0].armsTat != $args[1].armsTat || $args[0].legsTat != $args[1].legsTat || $args[0].backTat != $args[1].backTat || $args[0].stampTat != $args[1].stampTat || $args[0].bellyTat != $args[1].bellyTat) && $args[0].fetish != "mindbroken">> <br><br> The changes to $his tattoos were not lost on $him, but compared to everything else, they were truly insignificant. <</if>> <<if $args[0].fetish != "mindbroken" && $args[0].origBodyOwnerID == $args[0].ID>> This is $his body alright. Some things might have changed, <<if $args[0].devotion > 50>> but $he enjoyed the time they spent apart. <<elseif $args[0].devotion >= -20>> but @@.mediumaquamarine;it's good to be home.@@ <<set $args[0].trust += 15>> <<else>> but @@.mediumaquamarine;$he's where $he belongs.@@ Now to get it back the way @@.mediumorchid;$he likes it.@@ <<set $args[0].trust += 30, $args[0].devotion -= 15>> <</if>> <</if>> <</if>> <<else>> /* blind amp that needs you to detail the changes to $his body */ After a while, $he begins to stir, $his eyes fluttering. <<if _sight == -2>> <<if $args[0].fetish != "mindbroken">> <<if $args[0].devotion >= 50>> $He nearly panics when $he finds @@.red;$he can no longer see.@@ $He barely manages to keep calm before accepting this is the fate you have chosen for $him. <<elseif $args[0].devotion > 20>> $He starts to panic as $he realizes @@.red;$he can no longer see.@@ After a short expurgation of @@.gold;grief and terror,@@ $he takes a deep breath and visibly suppresses $his emotions before returning to $his inspection. <<set $args[0].trust -= 15>> <<else>> A deep panic sets in as $he realizes @@.red;$he can no longer see.@@ After a short expurgation of @@.gold;grief and terror,@@ $he takes a deep breath and visibly suppresses $his emotions. <<set $args[0].trust -= 30>> <</if>> <<else>> A deep panic sets in as $he realizes @@.red;$he can no longer see.@@ $He begins thrashing violently until $he is restrained and sedated. Hopefully when $he comes to again, $he'll have forgotten $he could ever see in the first place. <<set _end = 1>> <</if>> <</if>> <<if _end != 1>> $He lets out a low groan and reaches up to rub at $his eyes. Or rather, $he attempts to. A visible look of confusion crosses $his face and $he strains to sit up, but all $he manages to do is wiggle, $his movements reminding you of a suffocating goldfish. As the cloud of anesthetics fades, $he realizes what's happened to $him <<if $args[0].fetish == "mindbroken">> and is supremely unaffected by it, as $his mind has already left $him. <<elseif $args[0].devotion > 20>> and begins to panic, $his breaths quickening. With a visible look of concentration, $his breathing slows and $he tries to take stock of $his new body. <<if $args[1].amp == 1>> /*(was already an amputee)*/ but $he realizes that at least nothing about $his limbs, or lack thereof, has changed. <<else>> and begins to panic, $his breaths quickening. $He quickly realizes @@.gold;you have taken $his arms and legs.@@ <<set $args[0].trust -= 15>> <</if>> <<else>> <<if $args[1].amp == 1>> /*(was already an amputee)*/ but $he realizes that at least nothing about $his limbs, or lack thereof, has changed. <<else>> $His eyes seemed to bulge, $his heart monitor begins to beep faster and more insistently. Eventually, your assistant is forced to inject $him with a sedative. $His eyes flutter closed and the heart monitors beeping slows to a steady pulse. Hopefully $he'll be calmer when $he wakes up again, though the memory of waking without limbs will @@.gold;stick with $him.@@ <br> ... <br> When $he wakes up again, $he seems stable; the cold @@.hotpink;acceptance@@ of $his fate clouds $his eyes. <<set $args[0].devotion += 5, $args[0].trust -= 15>> <</if>> <</if>> Since $he has no sight to see the changes to $his body, nor hands to feel them, $he lacks any real ability to visualize $his new body. You could explain the changes to $him, or even fondle $his new assets, but ultimately it will lack the same impact of forcing $him to discover $himself. <</if>> <</if>> /*(Flavor text for slave description after body transfer)*/ <</widget>>
DankWolf/fc
src/pregmod/widgets/bodySwapReaction.tw
tw
bsd-3-clause
194,701
:: bodyswap widgets [nobr widget] /* It's too fucking big jesus christ */ /* first arg is slave getting swapped, second is body she is being swapped to. The second body's physical traits overwrite the originals */ <<widget "BodySwap">> <<set WombInit($args[1])>> /*Just to be sure.*/ <<set $args[0].genes = $args[1].genes>> <<set $args[0].prestige = $args[1].prestige>> <<set $args[0].pornFame = $args[1].pornFame>> <<set $args[0].pornPrestige = $args[1].pornPrestige>> <<set $args[0].pornPrestigeDesc = $args[1].pornPrestigeDesc>> <<set $args[0].pornFameType = $args[1].pornFameType>> <<set $args[0].pornFocus = "none">> <<set $args[0].pornTypeGeneral = $args[1].pornTypeGeneral>> <<set $args[0].pornTypeFuckdoll = $args[1].pornTypeFuckdoll>> <<set $args[0].pornTypeRape = $args[1].pornTypeRape>> <<set $args[0].pornTypePreggo = $args[1].pornTypePreggo>> <<set $args[0].pornTypeBBW = $args[1].pornTypeBBW>> <<set $args[0].pornTypeGainer = $args[1].pornTypeGainer>> <<set $args[0].pornTypeStud = $args[1].pornTypeStud>> <<set $args[0].pornTypeLoli = $args[1].pornTypeLoli>> <<set $args[0].pornTypeDeepThroat = $args[1].pornTypeDeepThroat>> <<set $args[0].pornTypeStruggleFuck = $args[1].pornTypeStruggleFuck>> <<set $args[0].pornTypePainal = $args[1].pornTypePainal>> <<set $args[0].pornTypeTease = $args[1].pornTypeTease>> <<set $args[0].pornTypeRomantic = $args[1].pornTypeRomantic>> <<set $args[0].pornTypePervert = $args[1].pornTypePervert>> <<set $args[0].pornTypeCaring = $args[1].pornTypeCaring>> <<set $args[0].pornTypeUnflinching = $args[1].pornTypeUnflinching>> <<set $args[0].pornTypeSizeQueen = $args[1].pornTypeSizeQueen>> <<set $args[0].pornTypeNeglectful = $args[1].pornTypeNeglectful>> <<set $args[0].pornTypeCumAddict = $args[1].pornTypeCumAddict>> <<set $args[0].pornTypeAnalAddict = $args[1].pornTypeAnalAddict>> <<set $args[0].pornTypeAttentionWhore = $args[1].pornTypeAttentionWhore>> <<set $args[0].pornTypeBreastGrowth = $args[1].pornTypeBreastGrowth>> <<set $args[0].pornTypeAbusive = $args[1].pornTypeAbusive>> <<set $args[0].pornTypeMalicious = $args[1].pornTypeMalicious>> <<set $args[0].pornTypeSelfHating = $args[1].pornTypeSelfHating>> <<set $args[0].pornTypeBreeder = $args[1].pornTypeBreeder>> <<set $args[0].pornTypeSub = $args[1].pornTypeSub>> <<set $args[0].pornTypeCumSlut = $args[1].pornTypeCumSlut>> <<set $args[0].pornTypeAnal = $args[1].pornTypeAnal>> <<set $args[0].pornTypeHumiliation = $args[1].pornTypeHumiliation>> <<set $args[0].pornTypeBoobs = $args[1].pornTypeBoobs>> <<set $args[0].pornTypeDom = $args[1].pornTypeDom>> <<set $args[0].pornTypeSadist = $args[1].pornTypeSadist>> <<set $args[0].pornTypeMasochist = $args[1].pornTypeMasochist>> <<set $args[0].pornTypePregnancy = $args[1].pornTypePregnancy>> <<set $args[0].prestigeDesc = $args[1].prestigeDesc>> <<set $args[0].physicalAge = $args[1].physicalAge>> <<set $args[0].visualAge = $args[1].visualAge>> <<set $args[0].ageImplant = $args[1].ageImplant>> <<set $args[0].health = $args[1].health>> <<set $args[0].minorInjury = $args[1].minorInjury>> <<set $args[0].weight = $args[1].weight>> <<set $args[0].muscles = $args[1].muscles>> <<set $args[0].height = $args[1].height>> <<set $args[0].heightImplant = $args[1].heightImplant>> <<set $args[0].race = $args[1].race>> <<set $args[0].pubicHColor = $args[1].pubicHColor>> <<set $args[0].skin = $args[1].skin>> <<set $args[0].origSkin = $args[1].skin>> <<set $args[0].markings = $args[1].markings>> <<set $args[0].eyes = $args[1].eyes>> <<set $args[0].origEye = $args[1].origEye>> <<set $args[0].eyeColor = $args[1].eyeColor>> <<set $args[0].eyeWear = $args[1].eyeWear>> <<set $args[0].origHColor = $args[1].origHColor>> <<set $args[0].hColor = $args[1].hColor>> <<set $args[0].hLength = $args[1].hLength>> <<set $args[0].hStyle = $args[1].hStyle>> <<set $args[0].pubicHStyle = $args[1].pubicHStyle>> <<set $args[0].waist = $args[1].waist>> <<set $args[0].corsetPiercing = $args[1].corsetPiercing>> <<set $args[0].amp = $args[1].amp>> <<set $args[0].PLimb = $args[1].PLimb>> <<set $args[0].heels = $args[1].heels>> <<set $args[0].voice = $args[1].voice>> <<set $args[0].voiceImplant = $args[1].voiceImplant>> <<set $args[0].shoulders = $args[1].shoulders>> <<set $args[0].shouldersImplant = $args[1].shouldersImplant>> <<set $args[0].boobs = $args[1].boobs>> <<set $args[0].boobsImplant = $args[1].boobsImplant>> <<set $args[0].boobsImplantType = $args[1].boobsImplantType>> <<set $args[0].boobShape = $args[1].boobShape>> <<set $args[0].nipples = $args[1].nipples>> <<set $args[0].nipplesPiercing = $args[1].nipplesPiercing>> <<set $args[0].nipplesAccessory = $args[1].nipplesAccessory>> <<set $args[0].areolae = $args[1].areolae>> <<set $args[0].areolaePiercing = $args[1].areolaePiercing>> <<set $args[0].boobsTat = $args[1].boobsTat>> <<set $args[0].lactation = $args[1].lactation>> <<set $args[0].lactationAdaptation = $args[1].lactationAdaptation>> <<set $args[0].hips = $args[1].hips>> <<set $args[0].hipsImplant = $args[1].hipsImplant>> <<set $args[0].butt = $args[1].butt>> <<set $args[0].buttImplant = $args[1].buttImplant>> <<set $args[0].buttImplantType = $args[1].buttImplantType>> <<set $args[0].buttTat = $args[1].buttTat>> <<set $args[0].face = $args[1].face>> <<set $args[0].faceImplant = $args[1].faceImplant>> <<set $args[0].faceShape = $args[1].faceShape>> <<set $args[0].lips = $args[1].lips>> <<set $args[0].lipsImplant = $args[1].lipsImplant>> <<set $args[0].lipsPiercing = $args[1].lipsPiercing>> <<set $args[0].lipsTat = $args[1].lipsTat>> <<set $args[0].teeth = $args[1].teeth>> <<set $args[0].tonguePiercing = $args[1].tonguePiercing>> <<set $args[0].vagina = $args[1].vagina>> <<set $args[0].vaginaLube = $args[1].vaginaLube>> <<set $args[0].vaginaPiercing = $args[1].vaginaPiercing>> <<set $args[0].vaginaTat = $args[1].vaginaTat>> <<set $args[0].preg = $args[1].preg>> <<set $args[0].pregSource = $args[1].pregSource>> <<set $args[0].pregType = $args[1].pregType>> <<set $args[0].broodmother = $args[1].broodmother>> <<set $args[0].broodmotherFetuses = $args[1].broodmotherFetuses>> <<set $args[0].broodmotherOnHold = $args[1].broodmotherOnHold>> <<set $args[0].broodmotherCountDown = $args[1].broodmotherCountDown>> <<set $args[0].labor = $args[1].labor>> <<set $args[0].csec = $args[1].csec>> <<set $args[0].bellyAccessory = $args[1].bellyAccessory>> <<set $args[0].labia = $args[1].labia>> <<set $args[0].clit = $args[1].clit>> <<set $args[0].clitPiercing = $args[1].clitPiercing>> <<set $args[0].clitSetting = $args[1].clitSetting>> <<set $args[0].dick = $args[1].dick>> <<set $args[0].foreskin = $args[1].foreskin>> <<set $args[0].anus = $args[1].anus>> <<set $args[0].analArea = $args[1].analArea>> <<set $args[0].dickPiercing = $args[1].dickPiercing>> <<set $args[0].dickTat = $args[1].dickTat>> <<set $args[0].prostate = $args[1].prostate>> <<set $args[0].balls = $args[1].balls>> <<set $args[0].scrotum = $args[1].scrotum>> <<set $args[0].ovaries = $args[1].ovaries>> <<set $args[0].anusPiercing = $args[1].anusPiercing>> <<set $args[0].anusTat = $args[1].anusTat>> <<set $args[0].makeup = $args[1].makeup>> <<set $args[0].nails = $args[1].nails>> <<set $args[0].brand = $args[1].brand>> <<set $args[0].brandLocation = $args[1].brandLocation>> <<set $args[0].earsPiercing = $args[1].earsPiercing>> <<set $args[0].nosePiercing = $args[1].nosePiercing>> <<set $args[0].eyebrowPiercing = $args[1].eyebrowPiercing>> <<set $args[0].navelPiercing = $args[1].navelPiercing>> <<set $args[0].shouldersTat = $args[1].shouldersTat>> <<set $args[0].armsTat = $args[1].armsTat>> <<set $args[0].legsTat = $args[1].legsTat>> <<set $args[0].backTat = $args[1].backTat>> <<set $args[0].stampTat = $args[1].stampTat>> <<set $args[0].diet = $args[1].diet>> <<set $args[0].dietCum = $args[1].dietCum>> <<set $args[0].dietMilk = $args[1].dietMilk>> <<set $args[0].hormones = $args[1].hormones>> <<set $args[0].drugs = $args[1].drugs>> <<set $args[0].aphrodisiacs = $args[1].aphrodisiacs>> <<set $args[0].curatives = $args[1].curatives>> <<set $args[0].chem = $args[1].chem>> <<set $args[0].clothes = $args[1].clothes>> <<set $args[0].collar = $args[1].collar>> <<set $args[0].shoes = $args[1].shoes>> <<set $args[0].vaginalChastity = $args[1].vaginalChastity>> <<set $args[0].dickAccessory = $args[1].dickAccessory>> <<set $args[0].buttplug = $args[1].buttplug>> <<set $args[0].customTat = $args[1].customTat>> <<set $args[0].bellyTat = $args[1].bellyTat>> <<set $args[0].bellySag = $args[1].bellySag>> <<set $args[0].bellySagPreg = $args[1].bellySagPreg>> <<set $args[0].induce = $args[1].induce>> <<set $args[0].mpreg = $args[1].mpreg>> <<set $args[0].inflation = 0, $args[0].inflationType = "none", $args[0].inflationMethod = 0, $args[0].milkSource = 0, $args[0].cumSource = 0>> <<set $args[0].bellyImplant = $args[1].bellyImplant>> <<set $args[0].bellyPain = $args[1].bellyPain>> <<set $args[0].cervixImplant = $args[1].cervixImplant>> <<set $args[0].pubertyAgeXX = $args[1].pubertyAgeXX>> <<set $args[0].pubertyXX = $args[1].pubertyXX>> <<set $args[0].pubertyAgeXY = $args[1].pubertyAgeXY>> <<set $args[0].pubertyXY = $args[1].pubertyXY>> <<set $args[0].scars = $args[1].scars>> <<set $args[0].breedingMark = $args[1].breedingMark>> <<set $args[0].underArmHColor = $args[1].underArmHColor>> <<set $args[0].underArmHStyle = $args[1].underArmHStyle>> <<set $args[0].publicCount = $args[1].publicCount>> <<set $args[0].ballType = $args[1].ballType>> <<set $args[0].eggType = $args[1].eggType>> <<set $args[0].pregControl = $args[1].pregControl>> <<set $args[0].readyLimbs = $args[1].readyLimbs>> <<set $args[0].bald = $args[1].bald>> <<set $args[0].hormoneBalance = $args[1].hormoneBalance>> <<set $args[0].breastMesh = $args[1].breastMesh>> <<set $args[0].buttplugAttachment = $args[1].buttplugAttachment>> <<set $args[0].vasectomy = $args[1].vasectomy>> <<set $args[0].haircuts = $args[1].haircuts>> <<set $args[0].pregKnown = $args[1].pregKnown>> <<set $args[0].pregWeek = $args[1].pregWeek>> <<set $args[0].ovaryAge = $args[1].ovaryAge>> <<set $args[0].belly = $args[1].belly>> <<set $args[0].bellyPreg = $args[1].bellyPreg>> <<set $args[0].bellyFluid = $args[1].bellyFluid>> <<set $args[0].readyOva = $args[1].readyOva>> <<set $args[0].reservedChildren = $args[1].reservedChildren>> <<set $args[0].womb = $args[1].womb>> /* this is array assigned by reference, if slave body that is $args[1] will be stil used anywhere in code (not discarded) - it's WRONG (they now technically share one womb object). Please tell me about it then. But if old body $args[1] just discarded - it's no problem then.*/ <<set $args[0].laborCount = $args[1].laborCount>> <<set $args[0].inducedNCS = $args[1].inducedNCS>> <<set $args[0].NCSyouthening = $args[1].NCSyouthening>> <<set $args[0].canRecruit = 0>> /* <<if def $args[2]>> <<= assignJob($args[0], "rest")>> <</if>> */ <</widget>> <<widget "BodySwapName">> <<if $args[1].bodySwap == 0>> <<if $args[1].birthSurname>> <<if $surnameOrder != 1>> <<switch $args[1].nationality>> <<case "Cambodian" "Chinese" "Hungarian" "Japanese" "Korean" "Mongolian" "Taiwanese" "Vietnamese">> <<if $args[1].birthName !== "">> <<set $args[0].origBodyOwner = $args[1].birthSurname + " " + $args[1].birthName>> <<else>> <<set $args[0].origBodyOwner = $args[1].birthSurname + " " + $args[1].slaveName>> <</if>> <<default>> <<if $args[1].birthName !== "">> <<set $args[0].origBodyOwner = $args[1].birthName + " " + $args[1].birthSurname>> <<else>> <<set $args[0].origBodyOwner = $args[1].slaveName + " " + $args[1].birthSurname>> <</if>> <</switch>> <<else>> <<if $args[1].birthName !== "">> <<set $args[0].origBodyOwner = $args[1].birthName + " " + $args[1].birthSurname>> <<else>> <<set $args[0].origBodyOwner = $args[1].slaveName + " " + $args[1].birthSurname>> <</if>> <</if>> <<elseif $args[1].birthName>> <<if $args[1].slaveSurname>> <<if $surnameOrder != 1>> <<switch $args[1].nationality>> <<case "Cambodian" "Chinese" "Hungarian" "Japanese" "Korean" "Mongolian" "Taiwanese" "Vietnamese">> <<set $args[0].origBodyOwner = $args[1].slaveSurname + " " + $args[1].birthName>> <<default>> <<set $args[0].origBodyOwner = $args[1].birthName + " " + $args[1].slaveSurname>> <</switch>> <<else>> <<set $args[0].origBodyOwner = $args[1].birthName + " " + $args[1].slaveSurname>> <</if>> <<else>> <<set $args[0].origBodyOwner = $args[1].birthName>> <</if>> <<elseif $args[1].slaveSurname>> <<if $surnameOrder != 1>> <<switch $args[1].nationality>> <<case "Cambodian" "Chinese" "Hungarian" "Japanese" "Korean" "Mongolian" "Taiwanese" "Vietnamese">> <<set $args[0].origBodyOwner = $args[1].slaveSurname + " " + $args[1].slaveName>> <<default>> <<set $args[0].origBodyOwner = $args[1].slaveName + " " + $args[1].slaveSurname>> <</switch>> <<else>> <<set $args[0].origBodyOwner = $args[1].slaveName + " " + $args[1].slaveSurname>> <</if>> <<else>> <<set $args[0].origBodyOwner = $args[1].slaveName>> <</if>> <<else>> <<set $args[0].origBodyOwner = $args[1].origBodyOwner>> <</if>> <</widget>>
DankWolf/fc
src/pregmod/widgets/bodyswapWidgets.tw
tw
bsd-3-clause
13,169
:: death widgets [widget nobr] <<widget "pop">> <br> As $args[0].slaveName is going about $his business with $his overfilled $args[0].inflationType belly, $he can't help but feel exhausted. $His health has been poor lately and the pressure in $his organs is not helping things. $He immediately knows something is wrong when an intense pain runs through $his middle and $his load shifts threateningly. Blood and $args[0].inflationType leak from $his rear as $his body cavity fills with the contents of $his digestive tract. The skin of $his taut belly reddens as the pressure against it builds. As $he takes $his last breath, $he falls forward, $his weight landing upon $his straining stomach. With a gush, $he ruptures, flooding the area around $his with blood, guts and $args[0].inflationType. Word of the late slave and $his gruesome fate spread fast, @@.gold;terrifying@@ your untrusting slaves. <<for _dw = 0; _dw < $slaves.length; _dw++>> <<if ($slaves[_dw].trust <= 50)>> <<if ($slaves[_dw].inflation >= 0)>> <<set $slaves[_dw].trust -= ((($slaves[_dw].inflation)^3)*5)>> <<else>> <<set $slaves[_dw].trust -= 10>> <</if>> <</if>> <</for>> <</widget>> <<widget "DeathOldAge">> <<run SlavePronouns($args[0])>> <<if $args[0].assignment == "be confined in the arcade">> You are notified by $arcadeName staff that one of the cabinets has broken down and will need to be replaced. It would seem ''@@.pink;$args[0].slaveName@@'', the fucktoy encased in it, died <<if $args[0].physicalAge >= 70>>naturally of old age despite<<else>>suddenly, unrelated to<</if>> $his living conditions. $He was a good unit; logs show $he was taking dick up until the very end. <<elseif $args[0].assignment == "work in the dairy" && $dairyRestraintsSetting > 1>> You are notified by $dairyName staff that one of the occupied milkers has ceased producing. Upon inspection, it would seem ''@@.pink;$args[0].slaveName@@'', the cow restrained in it, died <<if $args[0].physicalAge >= 70>>naturally of old age despite<<else>>suddenly, unrelated to<</if>> $his living conditions. $He was a good cow; $he gave milk up until $his death. <<elseif $args[0].fuckdoll > 0>> One of your fuckdoll's monitoring systems alerts you that the slave contained within has died. It would seem ''@@.pink;$args[0].slaveName@@'' has died <<if $args[0].physicalAge >= 70>>naturally of old age despite<<else>>suddenly, unrelated to<</if>> $his living conditions. Thankfully the suit notifies its owner of such things; especially with the rumors of earlier models and necrophilia you hear occasionally. <<else>> ''@@.pink;$args[0].slaveName@@'' failed to report in for a routine inspection, something that rarely occurs under your watch. It doesn't take long to track down the wayward slave. <<set _deathSeed = random(1,100)>> <<if _deathSeed > 75>> $He is found dead in $his bed, having died sometime during the previous night. <<elseif _deathSeed > 50>> $He is found dead in a stairwell, having had a heart attack while trying to climb it. <<elseif _deathSeed > 25>> $He is found dead in the showers, having slipped sometime earlier. <<else>> <<if $args[0].releaseRules != "restrictive" && $args[0].releaseRules != "masturbation">> $He is found dead in the bed of another slave, having died during intercourse. $His lover is not taking it well. <<else>> $He is found dead in the cafeteria, having died during breakfast; $he ruined the day for a number of your slaves. <</if>> <</if>> $args[0].slaveName died at the age of $args[0].actualAge; <<if $args[0].actualAge < 10>> $he lived a tragically short life. <<elseif $args[0].actualAge < 20>> $he died far too young. <<elseif $args[0].actualAge < 30>> $he died in what would be a sex slave's prime. <<elseif $args[0].actualAge < 50>> $he died in $his prime. <<elseif $args[0].actualAge < 65>> $he lived a fair life, good or bad. <<elseif $args[0].actualAge < 90>> $he lived a long life and experienced much during it. <<else>> $he lived a very long life that few get to see. <</if>> <</if>> <</widget>> <<widget "DeathOverdose">> <<run SlavePronouns($args[0])>> <<if $args[0].assignment == "be confined in the arcade">> You are notified by $arcadeName staff that one of the cabinets has broken down and will need to be replaced. It would seem ''@@.pink;$args[0].slaveName@@'', the fucktoy encased in it, died of an aphrodisiac overdose from the constant aphrodisiac injections. $He was a good unit; logs show $he was taking dick up until the very end. <<elseif $args[0].assignment == "work in the dairy" && $dairyRestraintsSetting > 1>> You are notified by $dairyName staff that one of the occupied milkers has ceased producing. Upon inspection, it would seem ''@@.pink;$args[0].slaveName@@'', the cow restrained in it, died of an aphrodisiac overdose. How $he managed to get them is unknown, but $he was a good cow; $he gave milk up until $his death. <<elseif $args[0].fuckdoll > 0>> One of your fuckdoll's monitoring systems alerts you that the slave contained within has died. It would seem ''@@.pink;$args[0].slaveName@@'' has died of an aphrodisiac overdose. Thankfully the suit notifies its owner of such things; especially with the rumors of earlier models and necrophilia you hear occasionally. It does little to deal with the resulting mess of the orgasm $he died during, however. <<else>> ''@@.pink;$args[0].slaveName@@'' failed to report in for a routine inspection, something that rarely occurs under your watch. It doesn't take long to track down the wayward slave. $He is found dead in $his bed, having died sometime earlier. Judging by the mess and the expression on $his face, $he died of a heart attack during a particularly intense orgasm bought about by the massive amount of aphrodisiacs in $his system. $args[0].slaveName died at the age of $args[0].actualAge; <<if $args[0].actualAge < 10>> $he lived a tragically short life. <<elseif $args[0].actualAge < 20>> $he died far too young. <<elseif $args[0].actualAge < 30>> $he died in what would be a sex slave's prime. <<elseif $args[0].actualAge < 50>> $he died in $his prime. <<elseif $args[0].actualAge < 65>> $he lived a fair life, good or bad. <<elseif $args[0].actualAge < 90>> $he lived a long life and experienced much during it. <<else>> $he lived a very long life that few get to see. <</if>> <</if>> <</widget>> <<widget "DeathUnhealthy">> <<run SlavePronouns($args[0])>> <<if $args[0].assignment == "be confined in the arcade">> You are notified by $arcadeName staff that one of the cabinets has broken down and will need to be replaced. It would seem ''@@.pink;$args[0].slaveName@@'', the fucktoy encased in it, died to poor health caused by $his living conditions. $He was a good unit; logs show $he was taking dick up until the very end. <<elseif $args[0].assignment == "work in the dairy" && $dairyRestraintsSetting > 1>> You are notified by $dairyName staff that one of the occupied milkers has ceased producing. Upon inspection, it would seem ''@@.pink;$args[0].slaveName@@'', the cow restrained in it, died to poor health caused by $his living conditions. $He was a good cow; $he gave milk up until $his death. <<elseif $args[0].fuckdoll > 0>> One of your fuckdoll's monitoring systems alerts you that the slave contained within has died. It would seem ''@@.pink;$args[0].slaveName@@'' has died of general poor health. Thankfully the suit notifies its owner of such things; especially with the rumors of earlier models and necrophilia you hear occasionally. Clean up is easy enough, however. <<else>> ''@@.pink;$args[0].slaveName@@'' failed to report in for a routine inspection, something that rarely occurs under your watch. It doesn't take long to track down the wayward slave. $He is found dead in $his bed, having died sometime during the night. $He has been in very poor health lately, so you knew this was a possibility. $args[0].slaveName died at the age of $args[0].actualAge; <<if $args[0].actualAge < 10>> $he lived a tragically short life. <<elseif $args[0].actualAge < 20>> $he died far too young. <<elseif $args[0].actualAge < 30>> $he died in what would be a sex slave's prime. <<elseif $args[0].actualAge < 50>> $he died in $his prime. <<elseif $args[0].actualAge < 65>> $he lived a fair life, good or bad. <<elseif $args[0].actualAge < 90>> $he lived a long life and experienced much during it. <<else>> $he lived a very long life that few get to see. <</if>> <<if $arcologies[0].FSPaternalist != "unset">> Allowing a slave to die under your care @@.red;severely damages@@ your image as a caring slave owner and @@.red;calls into question@@ your paternalistic resolve. <<FSChange "Paternalist" -10>> <</if>> <</if>> <</widget>> <<widget "DeathPregnancyBurst">> <</widget>>
DankWolf/fc
src/pregmod/widgets/deathWidgets.tw
tw
bsd-3-clause
8,909
:: economy widgets [widget nobr] <<widget "BrothelStatistics">> <<if ($showEconomicDetails)>> <<if (!$facility || !$facility.brothel)>> <h4>- No statistics for $brothelName gathered this week -</h4> <<else>> <<set _details = $args[0]>> <<set _b = $facility.brothel>> <<run _b.whoreIncome = (def _b.whoreIncome) ? _b.whoreIncome : 0; _b.rep = (def _b.rep) ? _b.rep : 0; _b.whoreCosts = (def _b.whoreCosts) ? _b.whoreCosts : 0; _b.adsIncome = (def _b.adsIncome) ? _b.adsIncome : 0; _b.maintenance = (def _b.maintenance) ? _b.maintenance : 0; _b.adsCosts = (def _b.adsCosts) ? _b.adsCosts : 0; _b.totalIncome = (def _b.totalIncome) ? _b.totalIncome : 0; _b.totalExpenses = (def _b.totalExpenses) ? _b.totalExpenses : 0; _b.profit = (def _b.profit) ? _b.profit : 0; >> <table border="1" style="width: 100%; padding-left: 20px; padding-right: 20px;"> <tr style="border-bottom: 2px solid white;"> <th>Items</th> <th style="width: 20em; text-align: right">Revenue</th> <th style="width: 10em; text-align: right">Expenses</th> <th style="width: 10em; text-align: right">Net Income</th> <th style="width: 10em; text-align: right">Rep. Change</th> </tr> <tr> <td>Total whoring income</td> <td style="padding-right: 3px; text-align: right">@@.yellowgreen;¤<<= _b.whoreIncome.toFixedHTML(2)>>@@</td> <td></td> <td style="padding-right: 3px; text-align: right">@@.yellowgreen;¤<<= _b.whoreIncome.toFixedHTML(2)>>@@</td> <td style="padding-right: 3px; text-align: right;"><<if (_b.rep > 0)>>@@.green;+<<= _b.rep.toFixedHTML(1)>>@@<<elseif (_b.rep < 0)>>@@.red;<<= _b.rep.toFixedHTML(1)>>@@<<else>>±<<= Number(0).toFixedHTML(1)>><</if>></td> </tr> <tr> <td>Total whore living costs</td> <td></td> <td style="padding-right: 3px; text-align: right">@@.red;¤<<= _b.whoreCosts.toFixedHTML(2)>>@@</td> <td style="padding-right: 3px; text-align: right">@@.red;¤-<<= _b.whoreCosts.toFixedHTML(2)>>@@</td> <td></td> </tr> <<if _details>> <tr> <td colspan="5"><b>Whore details</b> <table style="width: 100%; font-size: 90%; line-height: 110%;"> <tr> <th>Whore</th> <th style="width: 10em; text-align: right">Customers</th> <th style="width: 22em; text-align: right">Revenue</th> <th style="width: 11em; text-align: right">Expenses</th> <th style="width: 11.5em; text-align: right">Net Income</th> <th style="width: 11em; text-align: right">Rep. Change</th> </tr> <<set _slaveDetails = _b.income.values()>> <<set _slaveInfo = _slaveDetails.next()>> <<for !_slaveInfo.done>> <<set _revenue = _slaveInfo.value.income + _slaveInfo.value.adsIncome, _netIncome = _revenue - _slaveInfo.value.cost>> <tr style="border-bottom: 1px solid #aaa; border-left: none; border-right: none; border-top: none"> <td><<if (_slaveInfo.value.customLabel)>>(@@.yellow;''_slaveInfo.value.customLabel''@@) <</if>>_slaveInfo.value.slaveName</td> <td style="padding-right: 3px; text-align: right"><<if (_slaveInfo.value.customers <= 0)>>@@.red;none@@<<else>>_slaveInfo.value.customers<</if>></td> <td style="padding-right: 3px; text-align: right">@@.yellowgreen;¤<<= _revenue.toFixedHTML(2)>>@@<<if (_slaveInfo.value.adsIncome > 0)>> (@@.yellowgreen;¤<<= _slaveInfo.value.adsIncome.toFixedHTML(2)>>@@ due to advertising)<</if>></td> <td style="padding-right: 3px; text-align: right">@@.red;¤<<= _slaveInfo.value.cost.toFixedHTML(2)>>@@</td> <td style="padding-right: 3px; text-align: right"><<if (_netIncome > 0)>>@@.yellowgreen;¤<<= _netIncome.toFixedHTML(2)>>@@<<elseif (_netIncome < 0)>>@@.red;¤<<= _netIncome.toFixedHTML(2)>>@@<<else>>¤<<= _netIncome.toFixedHTML(2)>><</if>></td> <td style="padding-right: 3px; text-align: right;"><<if (_slaveInfo.value.rep > 0)>>@@.green;+<<= _slaveInfo.value.rep.toFixedHTML(1)>>@@<<elseif (_slaveInfo.value.rep < 0)>>@@.red;<<= _slaveInfo.value.rep.toFixedHTML(1)>>@@<<else>><</if>></td> </tr> <<set _slaveInfo = _slaveDetails.next()>> <</for>> </table> </td> </tr> <</if>> <<if (_b.adsIncome > 0)>> <tr> <td>Additional income</td> <td style="padding-right: 2px; text-align: right">@@.yellowgreen;¤<<= _b.adsIncome.toFixedHTML(2)>>@@</td> <td></td> <td style="padding-right: 2px; text-align: right">@@.yellowgreen;¤<<= _b.adsIncome.toFixedHTML(2)>>@@</td> <td></td> </tr> <</if>> <tr> <td>Brothel maintenance</td> <td></td> <td style="padding-right: 2px; text-align: right">@@.red;¤<<= _b.maintenance.toFixedHTML(2)>>@@</td> <td style="padding-right: 2px; text-align: right">@@.red;¤-<<= _b.maintenance.toFixedHTML(2)>>@@</td> <td></td> </tr> <<if (_b.adsCosts > 0)>> <tr> <td>Advertising program</td> <td></td> <td style="padding-right: 2px; text-align: right">@@.red;¤<<= _b.adsCosts.toFixedHTML(2)>>@@</td> <td style="padding-right: 2px; text-align: right">@@.red;¤-<<= _b.adsCosts.toFixedHTML(2)>>@@</td> <td></td> </tr> <</if>> <tr style="border-top: 1px solid white;"> <td><b>Total</b></td> <td style="padding-right: 2px; text-align: right">@@.yellowgreen;¤<<= _b.totalIncome.toFixedHTML(2)>>@@</td> <td style="padding-right: 2px; text-align: right">@@.red;¤<<= _b.totalExpenses.toFixedHTML(2)>>@@</td> <td style="padding-right: 2px; text-align: right"><b><<if (_b.profit > 0)>>@@.yellowgreen;¤<<= _b.profit.toFixedHTML(2)>>@@<<elseif (_b.profit < 0)>>@@.red;¤<<= _b.profit.toFixedHTML(2)>>@@<<else>>¤<<= _b.profit.toFixedHTML(2)>><</if>></b></td> <td style="padding-right: 2px; text-align: right;"><b><<if (_b.rep > 0)>>@@.green;+<<= _b.rep.toFixedHTML(1)>>@@<<elseif (_b.rep < 0)>>@@.red;<<= _b.rep.toFixedHTML(1)>>@@<<else>>±<<= Number(0).toFixedHTML(1)>><</if>></b></td></tr> </table> <</if>> <</if>> <</widget>> <<widget "ClubStatistics">> <<if ($showEconomicDetails)>> <<if (!$facility || !$facility.club)>> <h4>- No statistics for $clubName gathered this week -</h4> <<else>> <<set _details = $args[0]>> <<set _b = $facility.club>> <<run _b.whoreIncome = (def _b.whoreIncome) ? _b.whoreIncome : 0; _b.rep = (def _b.rep) ? _b.rep : 0; _b.whoreCosts = (def _b.whoreCosts) ? _b.whoreCosts : 0; _b.adsIncome = (def _b.adsIncome) ? _b.adsIncome : 0; _b.maintenance = (def _b.maintenance) ? _b.maintenance : 0; _b.adsCosts = (def _b.adsCosts) ? _b.adsCosts : 0; _b.totalIncome = (def _b.totalIncome) ? _b.totalIncome : 0; _b.totalExpenses = (def _b.totalExpenses) ? _b.totalExpenses : 0; _b.profit = (def _b.profit) ? _b.profit : 0; >> <table border="1" style="width: 100%; padding-left: 20px; padding-right: 20px;"> <tr style="border-bottom: 2px solid white;"> <th>Items</th> <th style="width: 20em; text-align: right">Rep. Gain</th> <th style="width: 10em; text-align: right">Expenses</th> <th style="width: 10em; text-align: right">Rep/Expenses</th> <th style="width: 10em; text-align: right">Extra Income</th> </tr> <tr> <td>Total whoring income</td> <td style="padding-right: 3px; text-align: right">@@.green;+<<= _b.whoreIncome.toFixedHTML(2)>>@@</td> <td></td> <td></td> <td style="padding-right: 3px; text-align: right;"><<if (_b.rep > 0)>>@@.green;¤<<= _b.rep.toFixedHTML(1)>>@@<<elseif (_b.rep < 0)>>@@.red;¤<<= -_b.rep.toFixedHTML(1)>>@@<</if>></td> </tr> <tr> <td>Total whore living costs</td> <td></td> <td style="padding-right: 3px; text-align: right">@@.red;¤<<= _b.whoreCosts.toFixedHTML(2)>>@@</td> <td></td> <td></td> </tr> <<if _details>> <tr> <td colspan="5"><b>Whore details</b> <table style="width: 100%; font-size: 90%; line-height: 110%;"> <tr> <th>Whore</th> <th style="width: 10em; text-align: right">Customers</th> <th style="width: 22em; text-align: right">Rep. Gain</th> <th style="width: 11em; text-align: right">Expenses</th> <th style="width: 11.5em; text-align: right">Rep/Expenses</th> <th style="width: 11em; text-align: right">Extra Income</th> </tr> <<set _slaveDetails = _b.income.values()>> <<set _slaveInfo = _slaveDetails.next()>> <<for !_slaveInfo.done>> <<set _netIncome = _slaveInfo.value.income / _slaveInfo.value.cost>> <tr style="border-bottom: 1px solid #aaa; border-left: none; border-right: none; border-top: none"> <td><<if (_slaveInfo.value.customLabel)>>(@@.yellow;''_slaveInfo.value.customLabel''@@) <</if>>_slaveInfo.value.slaveName</td> <td style="padding-right: 3px; text-align: right"><<if (_slaveInfo.value.customers <= 0)>>@@.red;none@@<<else>>_slaveInfo.value.customers<</if>></td> <td style="padding-right: 3px; text-align: right">@@.green;+<<= _slaveInfo.value.income.toFixedHTML(2)>>@@</td> <td style="padding-right: 3px; text-align: right">@@.red;¤<<= _slaveInfo.value.cost.toFixedHTML(2)>>@@</td> <td style="padding-right: 3px; text-align: right">@@.green;<<= _netIncome.toFixedHTML(2)>>@@ rep/¤</td> <td style="padding-right: 3px; text-align: right;">@@.yellowgreen;¤<<= _slaveInfo.value.rep.toFixedHTML(1)>>@@</td> </tr> <<set _slaveInfo = _slaveDetails.next()>> <</for>> </table> </td> </tr> <</if>> <<if (_b.adsIncome > 0)>> <tr> <td>Additional rep gain</td> <td style="padding-right: 2px; text-align: right">@@.yellowgreen;¤<<= _b.adsIncome.toFixedHTML(2)>>@@</td> <td></td> <td></td> <td></td> </tr> <</if>> <tr> <td>Club maintenance</td> <td></td> <td style="padding-right: 2px; text-align: right">@@.red;¤<<= _b.maintenance.toFixedHTML(2)>>@@</td> <td></td> <td></td> </tr> <<if (_b.adsCosts > 0)>> <tr> <td>Advertising program</td> <td></td> <td style="padding-right: 2px; text-align: right">@@.red;¤<<= _b.adsCosts.toFixedHTML(2)>>@@</td> <td></td> <td></td> </tr> <</if>> <tr style="border-top: 1px solid white;"> <td><b>Total</b></td> <td style="padding-right: 2px; text-align: right">@@.green;+<<= _b.totalIncome.toFixedHTML(2)>>@@</td> <td style="padding-right: 2px; text-align: right">@@.red;¤<<= _b.totalExpenses.toFixedHTML(2)>>@@</td> <td style="padding-right: 2px; text-align: right"><b>@@.green;<<= _b.profit.toFixedHTML(2)>>@@ rep/¤</b></td> <td style="padding-right: 2px; text-align: right;"><b>@@.green;+<<= _b.rep.toFixedHTML(1)>>@@</b></td></tr> </table> <</if>> <</if>> <</widget>> <<widget "DairyStatistics">> <<if ($showEconomicDetails)>> <<if (!$facility || !$facility.dairy)>> <h4>- No statistics for $dairyName gathered this week -</h4> <<else>> <<set _details = $args[0]>> <<set _b = $facility.dairy>> <<run _b.whoreIncome = (def _b.whoreIncome) ? _b.whoreIncome : 0; _b.whoreCosts = (def _b.whoreCosts) ? _b.whoreCosts : 0; _b.maintenance = (def _b.maintenance) ? _b.maintenance : 0; _b.totalIncome = (def _b.totalIncome) ? _b.totalIncome : 0; _b.totalExpenses = (def _b.totalExpenses) ? _b.totalExpenses : 0; _b.profit = (def _b.profit) ? _b.profit : 0; >> <table border="1" style="width: 100%; padding-left: 20px; padding-right: 20px;"> <tr style="border-bottom: 2px solid white;"> <th>Items</th> <th style="width: 20em; text-align: right">Revenue</th> <th style="width: 10em; text-align: right">Expenses</th> <th style="width: 10em; text-align: right">Net Income</th> <th style="width: 10em; text-align: right">Rep. Change</th> </tr> <tr> <td>Total cow income</td> <td style="padding-right: 3px; text-align: right">@@.yellowgreen;¤<<= _b.whoreIncome.toFixedHTML(2)>>@@</td> <td></td> <td style="padding-right: 3px; text-align: right">@@.yellowgreen;¤<<= _b.whoreIncome.toFixedHTML(2)>>@@</td> <td style="padding-right: 3px; text-align: right;"></td> </tr> <tr> <td>Total cow living costs</td> <td></td> <td style="padding-right: 3px; text-align: right">@@.red;¤<<= _b.whoreCosts.toFixedHTML(2)>>@@</td> <td style="padding-right: 3px; text-align: right">@@.red;¤-<<= _b.whoreCosts.toFixedHTML(2)>>@@</td> <td></td> </tr> <<if _details>> <tr> <td colspan="5"><b>Cow details</b> <table style="width: 100%; font-size: 90%; line-height: 110%;"> <tr> <th>Cow</th> <th style="width: 10em; text-align: right">Milk/Cum/Fluids</th> <th style="width: 22em; text-align: right">Revenue</th> <th style="width: 11em; text-align: right">Expenses</th> <th style="width: 11.5em; text-align: right">Net Income</th> <th style="width: 11em; text-align: right">Rep. Change</th> </tr> <<set _slaveDetails = _b.income.values()>> <<set _slaveInfo = _slaveDetails.next()>> <<for !_slaveInfo.done>> <<set _revenue = _slaveInfo.value.income, _netIncome = _revenue - _slaveInfo.value.cost>> <tr style="border-bottom: 1px solid #aaa; border-left: none; border-right: none; border-top: none"> <td><<if (_slaveInfo.value.customLabel)>>(@@.yellow;''_slaveInfo.value.customLabel''@@) <</if>>_slaveInfo.value.slaveName</td> <td style="padding-right: 3px; text-align: right"><<= _slaveInfo.value.milk>>/<<= _slaveInfo.value.cum>>/<<= _slaveInfo.value.fluid>></td> <td style="padding-right: 3px; text-align: right">@@.yellowgreen;¤<<= _revenue.toFixedHTML(2)>>@@<<if (_slaveInfo.value.adsIncome > 0)>> (@@.yellowgreen;¤<<= _slaveInfo.value.adsIncome.toFixedHTML(2)>>@@ due to advertising)<</if>></td> <td style="padding-right: 3px; text-align: right">@@.red;¤<<= _slaveInfo.value.cost.toFixedHTML(2)>>@@</td> <td style="padding-right: 3px; text-align: right"><<if (_netIncome > 0)>>@@.yellowgreen;¤<<= _netIncome.toFixedHTML(2)>>@@<<elseif (_netIncome < 0)>>@@.red;¤<<= _netIncome.toFixedHTML(2)>>@@<<else>>¤<<= _netIncome.toFixedHTML(2)>><</if>></td> <td style="padding-right: 3px; text-align: right;"></td> </tr> <<set _slaveInfo = _slaveDetails.next()>> <</for>> </table> </td> </tr> <</if>> <tr> <td>Dairy maintenance</td> <td></td> <td style="padding-right: 2px; text-align: right">@@.red;¤<<= _b.maintenance.toFixedHTML(2)>>@@</td> <td style="padding-right: 2px; text-align: right">@@.red;¤-<<= _b.maintenance.toFixedHTML(2)>>@@</td> <td></td> </tr> <tr style="border-top: 1px solid white;"> <td><b>Total</b></td> <td style="padding-right: 2px; text-align: right">@@.yellowgreen;¤<<= _b.totalIncome.toFixedHTML(2)>>@@</td> <td style="padding-right: 2px; text-align: right">@@.red;¤<<= _b.totalExpenses.toFixedHTML(2)>>@@</td> <td style="padding-right: 2px; text-align: right"><b><<if (_b.profit > 0)>>@@.yellowgreen;¤<<= _b.profit.toFixedHTML(2)>>@@<<elseif (_b.profit < 0)>>@@.red;¤<<= _b.profit.toFixedHTML(2)>>@@<<else>>¤<<= _b.profit.toFixedHTML(2)>><</if>></b></td> <td style="padding-right: 2px; text-align: right;"><b></b></td></tr> </table> <</if>> <</if>> <</widget>> <<widget "ArcadeStatistics">> <<if ($showEconomicDetails)>> <<if (!$facility || !$facility.arcade)>> <h4>- No statistics for $arcadeName gathered this week -</h4> <<else>> <<set _details = $args[0]>> <<set _b = $facility.arcade>> <<run _b.whoreIncome = (def _b.whoreIncome) ? _b.whoreIncome : 0; _b.rep = (def _b.rep) ? _b.rep : 0; _b.whoreCosts = (def _b.whoreCosts) ? _b.whoreCosts : 0; _b.maintenance = (def _b.maintenance) ? _b.maintenance : 0; _b.totalIncome = (def _b.totalIncome) ? _b.totalIncome : 0; _b.totalExpenses = (def _b.totalExpenses) ? _b.totalExpenses : 0; _b.profit = (def _b.profit) ? _b.profit : 0; >> <table border="1" style="width: 100%; padding-left: 20px; padding-right: 20px;"> <tr style="border-bottom: 2px solid white;"> <th>Items</th> <th style="width: 20em; text-align: right">Revenue</th> <th style="width: 10em; text-align: right">Expenses</th> <th style="width: 10em; text-align: right">Net Income</th> <th style="width: 10em; text-align: right">Rep. Change</th> </tr> <tr> <td>Total income</td> <td style="padding-right: 3px; text-align: right">@@.yellowgreen;¤<<= _b.whoreIncome.toFixedHTML(2)>>@@</td> <td></td> <td style="padding-right: 3px; text-align: right">@@.yellowgreen;¤<<= _b.whoreIncome.toFixedHTML(2)>>@@</td> <td style="padding-right: 3px; text-align: right;"><<if (_b.rep > 0)>>@@.green;+<<= _b.rep.toFixedHTML(1)>>@@<<elseif (_b.rep < 0)>>@@.red;<<= _b.rep.toFixedHTML(1)>>@@<<else>>±<<= Number(0).toFixedHTML(1)>><</if>></td> </tr> <tr> <td>Total fuckmeat living costs</td> <td></td> <td style="padding-right: 3px; text-align: right">@@.red;¤<<= _b.whoreCosts.toFixedHTML(2)>>@@</td> <td style="padding-right: 3px; text-align: right">@@.red;¤-<<= _b.whoreCosts.toFixedHTML(2)>>@@</td> <td></td> </tr> <<if _details>> <tr> <td colspan="5"><b>Fuckmeat details</b> <table style="width: 100%; font-size: 90%; line-height: 110%;"> <tr> <th>Fuckmeat</th> <th style="width: 10em; text-align: right">Customers</th> <th style="width: 22em; text-align: right">Revenue</th> <th style="width: 11em; text-align: right">Expenses</th> <th style="width: 11.5em; text-align: right">Net Income</th> <th style="width: 11em; text-align: right">Rep. Change</th> </tr> <<set _slaveDetails = _b.income.values()>> <<set _slaveInfo = _slaveDetails.next()>> <<for !_slaveInfo.done>> <<set _revenue = _slaveInfo.value.income + _slaveInfo.value.adsIncome, _netIncome = _revenue - _slaveInfo.value.cost>> <tr style="border-bottom: 1px solid #aaa; border-left: none; border-right: none; border-top: none"> <td><<if (_slaveInfo.value.customLabel)>>(@@.yellow;''_slaveInfo.value.customLabel''@@) <</if>>_slaveInfo.value.slaveName</td> <td style="padding-right: 3px; text-align: right"><<if (_slaveInfo.value.customers <= 0)>>@@.red;none@@<<else>>_slaveInfo.value.customers<</if>></td> <td style="padding-right: 3px; text-align: right">@@.yellowgreen;¤<<= _revenue.toFixedHTML(2)>>@@<<if (_slaveInfo.value.adsIncome > 0)>> (@@.yellowgreen;¤<<= _slaveInfo.value.adsIncome.toFixedHTML(2)>>@@ due to advertising)<</if>></td> <td style="padding-right: 3px; text-align: right">@@.red;¤<<= _slaveInfo.value.cost.toFixedHTML(2)>>@@</td> <td style="padding-right: 3px; text-align: right"><<if (_netIncome > 0)>>@@.yellowgreen;¤<<= _netIncome.toFixedHTML(2)>>@@<<elseif (_netIncome < 0)>>@@.red;¤<<= _netIncome.toFixedHTML(2)>>@@<<else>>¤<<= _netIncome.toFixedHTML(2)>><</if>></td> <td style="padding-right: 3px; text-align: right;"><<if (_slaveInfo.value.rep > 0)>>@@.green;+<<= _slaveInfo.value.rep.toFixedHTML(1)>>@@<<elseif (_slaveInfo.value.rep < 0)>>@@.red;<<= _slaveInfo.value.rep.toFixedHTML(1)>>@@<<else>><</if>></td> </tr> <<set _slaveInfo = _slaveDetails.next()>> <</for>> </table> </td> </tr> <</if>> <tr> <td>Arcade maintenance</td> <td></td> <td style="padding-right: 2px; text-align: right">@@.red;¤<<= _b.maintenance.toFixedHTML(2)>>@@</td> <td style="padding-right: 2px; text-align: right">@@.red;¤-<<= _b.maintenance.toFixedHTML(2)>>@@</td> <td></td> </tr> <tr style="border-top: 1px solid white;"> <td><b>Total</b></td> <td style="padding-right: 2px; text-align: right">@@.yellowgreen;¤<<= _b.totalIncome.toFixedHTML(2)>>@@</td> <td style="padding-right: 2px; text-align: right">@@.red;¤<<= _b.totalExpenses.toFixedHTML(2)>>@@</td> <td style="padding-right: 2px; text-align: right"><b><<if (_b.profit > 0)>>@@.yellowgreen;¤<<= _b.profit.toFixedHTML(2)>>@@<<elseif (_b.profit < 0)>>@@.red;¤<<= _b.profit.toFixedHTML(2)>>@@<<else>>¤<<= _b.profit.toFixedHTML(2)>><</if>></b></td> <td style="padding-right: 2px; text-align: right;"><b><<if (_b.rep > 0)>>@@.green;+<<= _b.rep.toFixedHTML(1)>>@@<<elseif (_b.rep < 0)>>@@.red;<<= _b.rep.toFixedHTML(1)>>@@<<else>>±<<= Number(0).toFixedHTML(1)>><</if>></b></td></tr> </table> <</if>> <</if>> <</widget>> /* Call with <<CorpDevBuySell "asset" "Numasset">> TODO: replace eval parse with appropriate functions */ <<widget "CorpDevBuySell">> <<set _textboxMLArg = '_'+$args[1]>> | Trade Qty <<textbox `'_Num' + $args[0]` `eval(parse('_Num' + $args[0]))`>><<script>>setTextboxMaxLength(State.temporary["textboxMLArg"], 10);<</script>>: <<link "Buy">> <<if !Number.isInteger(Number.parseFloat(eval(parse('_Num' + $args[0]))))>> /* Checks if _Numasset is string */ /* Buy all */ <<if ["all", "max"].includes(State.temporary[$args[1]].toLowerCase())>> <<set State.temporary[$args[1]] = Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500))>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>> Bought <<print commaNum(Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500)))>> units for <<print cashFormat(Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500))*500*State.variables[$args[0]+"AssetPrice"])>> <</replace>> <<set State.variables[$args[0]+"Assets"] += (eval(parse('_Num' + $args[0]))) * 500>> <<set $corpCash -= (eval(parse('_Num' + $args[0]))) * 500 * State.variables[$args[0]+"AssetPrice"]>> <<replace '#cashOnHand'>> <<print cashFormat($corpCash)>> <</replace>> <<replace `'#'+$args[0]+'AssetsDisp'`>> <<print cashFormat(State.variables[$args[0]+"AssetPrice"] * State.variables[$args[0]+"Assets"])>> (<<print commaNum(Math.floor(State.variables[$args[0]+"Assets"]/500))>> unit<<if State.variables[$args[0]+"Assets"]/500 > 1>>s<</if>>) <</replace>> <<replace `'#'+'controls'+$args[0]`>><<CorpDevBuySell $args[0] $args[1]>><</replace>><<script>>setReplaceTextboxMaxLength(State.temporary["textboxMLArg"], 10);<</script>> <<else>> /* Error if decimal or not "all" or "max" string */ <<replace `'#'+$args[0]+'AssetsPurchasing'`>> Please input a round number. <</replace>> <</if>> /* Negative number, try again */ <<elseif Number.parseFloat(eval(parse('_Num' + $args[0]))) < 0>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>>Please input a positive number.<</replace>> /* Buy % */ <<elseif State.temporary[$args[1]].toString().includes("%")>> <<set _DesPerc = State.temporary[$args[1]]>> <<set State.temporary[$args[1]] = Math.floor((Math.clamp((Number.parseFloat(State.temporary[$args[1]])/100),0,1)*$corpCash)/(State.variables[$args[0]+"AssetPrice"] * 500))>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>> Purchased <<print commaNum(State.temporary[$args[1]])>> units (<<print commaNum((State.temporary[$args[1]]*(State.variables[$args[0]+"AssetPrice"] * 50000)/$corpCash).toFixed(2))>>% of cash, desired was _DesPerc) <</replace>> <<set State.variables[$args[0]+"Assets"] += (eval(parse('_Num' + $args[0]))) * 500>> <<set $corpCash -= (eval(parse('_Num' + $args[0]))) * 500 * State.variables[$args[0]+"AssetPrice"]>> <<replace '#cashOnHand'>> <<print cashFormat($corpCash)>> <</replace>> <<replace `'#'+$args[0]+'AssetsDisp'`>> <<print cashFormat(State.variables[$args[0]+"AssetPrice"] * State.variables[$args[0]+"Assets"])>> (<<print commaNum(Math.floor(State.variables[$args[0]+"Assets"]/500))>> unit<<if State.variables[$args[0]+"Assets"]/500 > 1>>s<</if>>) <</replace>> <<replace `'#'+'controls'+$args[0]`>><<CorpDevBuySell $args[0] $args[1]>><</replace>><<script>>setReplaceTextboxMaxLength(State.temporary["textboxMLArg"], 10);<</script>> /* Successful buy */ <<elseif (eval(parse('_Num' + $args[0]))) * 500 * State.variables[$args[0]+"AssetPrice"] < $corpCash>> <<set State.variables[$args[0]+"Assets"] += (eval(parse('_Num' + $args[0]))) * 500>> <<set $corpCash -= (eval(parse('_Num' + $args[0]))) * 500 * State.variables[$args[0]+"AssetPrice"]>> <<replace '#cashOnHand'>> <<print cashFormat($corpCash)>> <</replace>> <<replace `'#'+$args[0]+'AssetsDisp'`>> <<print cashFormat(State.variables[$args[0]+"AssetPrice"] * State.variables[$args[0]+"Assets"])>> (<<print commaNum(Math.floor(State.variables[$args[0]+"Assets"]/500))>> unit<<if State.variables[$args[0]+"Assets"]/500 > 1>>s<</if>>) <</replace>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>><</replace>> /* Unsuccessful buy but have enough cash for more than 1 unit */ <<elseif $corpCash > 500 * State.variables[$args[0]+"AssetPrice"]>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>> The corp can only buy <<print commaNum(Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500)))>> more unit<<if Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500)) > 1 >>s<</if>> of $args[0] assets. <</replace>> <<set State.temporary[$args[1]] = Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500))>> <<replace `'#'+'controls'+$args[0]`>><<CorpDevBuySell $args[0] $args[1]>><</replace>><<script>>setReplaceTextboxMaxLength(State.temporary["textboxMLArg"], 10);<</script>> /* Unsuccessful buy */ <<else>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>>There are insufficient funds for additional purchases.<</replace>> <</if>> <</link>> | <<link "Sell">> <<if !Number.isInteger(Number.parseFloat(eval(parse('_Num' + $args[0]))))>> /* Sell all */ <<if ["all", "max"].includes(State.temporary[$args[1]].toLowerCase())>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>> Sold <<print commaNum(Math.ceil((State.variables[$args[0]+"Assets"]-500)/500))>> units for <<print cashFormat(Math.ceil((State.variables[$args[0]+"Assets"]-500)/500)*500*State.variables[$args[0]+"AssetPrice"])>> <</replace>> <<set State.temporary[$args[1]] = Math.ceil((State.variables[$args[0]+"Assets"]-500)/500)>> <<set State.variables[$args[0]+"Assets"] -= eval(parse('_Num' + $args[0])) * 500>> <<set $corpCash += eval(parse('_Num' + $args[0])) * 500 * State.variables[$args[0]+"AssetPrice"]>> <<replace '#cashOnHand'>> <<print cashFormat($corpCash)>> <</replace>> <<replace `'#'+$args[0]+'AssetsDisp'`>> <<print cashFormat(State.variables[$args[0]+"AssetPrice"] * State.variables[$args[0]+"Assets"])>> (<<if Math.ceil(State.variables[$args[0]+"Assets"]/500) <1>> <1 <<else>><<print commaNum(Math.ceil(State.variables[$args[0]+"Assets"]/500))>> <</if>>unit<<if State.variables[$args[0]+"Assets"]/500 > 1>>s<</if>>) <</replace>> <<replace `'#'+'controls'+$args[0]`>><<CorpDevBuySell $args[0] $args[1]>><</replace>><<script>>setReplaceTextboxMaxLength(State.temporary["textboxMLArg"], 10);<</script>> /* Error if decimal or not "all" or "max" string */ <<else>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>> Please input a round number. <</replace>> <</if>> /* Negative number, try again */ <<elseif Number.parseFloat(eval(parse('_Num' + $args[0]))) < 0>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>>Please input a positive number.<</replace>> /* Sell % */ <<elseif State.temporary[$args[1]].toString().includes("%")>> <<set _DesPerc = State.temporary[$args[1]]>> <<set State.temporary[$args[1]] = Math.ceil((State.variables[$args[0]+"Assets"]-500)/500*(Math.clamp((Number.parseFloat(State.temporary[$args[1]])/100),0,1)))>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>> Sold <<print commaNum(State.temporary[$args[1]])>> units (<<print commaNum((State.temporary[$args[1]]*100/((State.variables[$args[0]+"Assets"]-500)/500)).toFixed(2))>>% of $args[0] assets, desired was _DesPerc) <</replace>> <<set State.variables[$args[0]+"Assets"] -= eval(parse('_Num' + $args[0])) * 500>> <<set $corpCash += eval(parse('_Num' + $args[0])) * 500 * State.variables[$args[0]+"AssetPrice"]>> <<replace '#cashOnHand'>> <<print cashFormat($corpCash)>> <</replace>> <<replace `'#'+$args[0]+'AssetsDisp'`>> <<print cashFormat(State.variables[$args[0]+"AssetPrice"] * State.variables[$args[0]+"Assets"])>> (<<if Math.ceil(State.variables[$args[0]+"Assets"]/500) <1>> <1 <<else>><<print commaNum(Math.ceil(State.variables[$args[0]+"Assets"]/500))>> <</if>>unit<<if State.variables[$args[0]+"Assets"]/500 > 1>>s<</if>>) <</replace>> <<replace `'#'+'controls'+$args[0]`>><<CorpDevBuySell $args[0] $args[1]>><</replace>><<script>>setReplaceTextboxMaxLength(State.temporary["textboxMLArg"], 10);<</script>> /* Successful sell */ <<elseif State.variables[$args[0]+"Assets"] > 500 && eval(parse('_Num' + $args[0])) * 500 < State.variables[$args[0]+"Assets"]>> <<set State.variables[$args[0]+"Assets"] -= eval(parse('_Num' + $args[0])) * 500>> <<set $corpCash += eval(parse('_Num' + $args[0])) * 500 * State.variables[$args[0]+"AssetPrice"]>> <<replace '#cashOnHand'>> <<print cashFormat($corpCash)>> <</replace>> <<replace `'#'+$args[0]+'AssetsDisp'`>> <<print cashFormat(State.variables[$args[0]+"AssetPrice"] * State.variables[$args[0]+"Assets"])>> (<<if (State.variables[$args[0]+"Assets"]/500) <1>> <1 <<else>><<print commaNum(Math.ceil(State.variables[$args[0]+"Assets"]/500))>> <</if>>unit<<if State.variables[$args[0]+"Assets"]/500 > 1>>s<</if>>) <</replace>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>><</replace>> /* Unsuccessful sell but have enough assets for more than 1 unit */ <<elseif State.variables[$args[0]+"Assets"] > 500>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>> The corp can only sell <<print commaNum(Math.ceil((State.variables[$args[0]+"Assets"]-500)/500))>> more unit<<if Math.ceil((State.variables[$args[0]+"Assets"]-500)/500) > 1 >>s<</if>> of $args[0] assets. <</replace>> <<set State.temporary[$args[1]] = Math.ceil((State.variables[$args[0]+"Assets"]-500)/500)>> <<replace `'#'+'controls'+$args[0]`>><<CorpDevBuySell $args[0] $args[1]>><</replace>><<script>>setReplaceTextboxMaxLength(State.temporary["textboxMLArg"], 10);<</script>> /* Unsuccessful sell */ <<else>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>>The corp cannot sell any more $args[0] assets.<</replace>> <</if>> <</link>> <</widget>>
DankWolf/fc
src/pregmod/widgets/economyWidgets.tw
tw
bsd-3-clause
29,625
:: Market Widgets [widget nobr] /* * Look for widgets in passages tagged with "market:marketname" which * end in "Populate" and calls them all with the second argument * (an "origins" array) as argument. * * Call like <<AddMarketOrigins "marketname" _possibleOrigins>> */ <<widget "AddMarketOrigins">> <<if _.isString($args[0]) && _.isArray($args[1])>> <<set _widgets = _(Story.widgets) .filter(function(wp) { return wp.tags.includes('market:' + $args[0]); }) .flatMap(function(wp) { var re = RegExp('<<widget\\s+"([^"]+Populate)"\\s*>>', 'g'); var match, result = []; while(match = re.exec(wp.text)) { result.push(match[1]); } return result; }) .value()>> <<silently>><<foreach _widget of _widgets>> <<= "<<" + _widget + " $args[1]>>">> <</foreach>><</silently>> <</if>> <</widget>> <<widget "CreateSlaveByOrigin">> <<silently>> <<if _.isObject($args[0]) && _.isString($args[0].widget)>> <<= "<<" + $args[0].widget + " $args[0]>>">> <<elseif _.isString($args[0])>> <<= "<<" + $args[0] + " $args[0]>>">> <<else>> <<include "Generate Random Slave">> <</if>> <</silently>> <</widget>>
DankWolf/fc
src/pregmod/widgets/marketWidgets.tw
tw
bsd-3-clause
1,124
:: player description widgets [nobr widget] <<widget "PlayerBoobs">> <<set _passage = passage()>> <<if _passage == "Manage Personal Affairs">> <<if $PC.boobsBonus > 2>> you have a @@.orange;pair of H-cup breasts.@@ <<if $PC.boobsImplant == 1>> They are big, round, and obviously implants. They barely move when you fuck your slaves. <<else>> They are all natural, heavy, and a bit saggy though they have some perk to them. Once they get going, it's hard to make them stop. <</if>> <<if $PC.preg > 30 || $PC.births > 0>> Your breasts feel even more enormous lately; likely a side effect of your lactation. <</if>> <<if $PC.markings == "freckles">> The tops of your breasts and your cleavage are lightly freckled. <<elseif $PC.markings == "heavily freckled">> They are covered in freckles, which are particularly dense in the cleft between them. <</if>> <<elseif $PC.boobsBonus == 2>> you have a @@.orange;pair of G-cup breasts.@@ <<if $PC.boobsImplant == 1>> They are kind of rounded and much too perky for their size to pass as real. They have a bit of bounce to them as you fuck a slave. <<else>> They are all natural and a little heavy. The bounce everywhere when you fuck your slaves. <</if>> <<if $PC.preg > 30 || $PC.births > 0>> Your breasts feel even more huge lately; likely a side effect of your lactation. <</if>> <<if $PC.markings == "freckles">> The tops of your breasts and your cleavage are lightly freckled. <<elseif $PC.markings == "heavily freckled">> They are covered in freckles, which are particularly dense in the cleft between them. <</if>> <<elseif $PC.boobsBonus == 1>> you have a @@.orange;pair of F-cup breasts.@@ <<if $PC.boobsImplant == 1>> They are nice, perky and not obviously implants. Though the way they move when you fuck a slave pins them as such. <<else>> They are nice and perky, despite their size. They bounce lewdly as you fuck your slaves. <</if>> <<if $PC.preg > 30 || $PC.births > 0>> Your breasts feel bigger lately; likely a side effect of your lactation. <</if>> <<if $PC.markings == "freckles">> The tops of your breasts and your cleavage are lightly freckled. <<elseif $PC.markings == "heavily freckled">> They are covered in freckles, which are particularly dense in the cleft between them. <</if>> <<elseif $PC.boobsBonus == -0.5>> you have a @@.orange;pair of D-cup breasts.@@ They are nice, perky and bounce pleasantly as you fuck your slaves. <<if $PC.preg > 30 || $PC.births > 0>> Your breasts feel bigger lately; likely a side effect of your lactation. <</if>> <<if $PC.markings == "freckles">> The tops of your breasts and your cleavage are lightly freckled. <<elseif $PC.markings == "heavily freckled">> They are covered in freckles, which are particularly dense in the cleft between them. <</if>> <<elseif $PC.boobsBonus == -1>> you have a @@.orange;pair of C-cup breasts.@@ They are nice and perky, with just a little bounce when you fuck your slaves. <<if $PC.preg > 30 || $PC.births > 0>> Your breasts feel bigger lately; likely a side effect of your lactation. <</if>> <<if $PC.markings == "freckles">> The tops of your breasts and your cleavage are lightly freckled. <<elseif $PC.markings == "heavily freckled">> They are covered in freckles, which are particularly dense in the cleft between them. <</if>> <<elseif $PC.boobs == 1>> you have a @@.orange;healthy pair of DD breasts.@@ They are nice, perky and jiggle pleasantly with your every move. <<if $PC.preg > 30 || $PC.births > 0>> Your breasts feel fuller lately; likely a side effect of your lactation. <</if>> <<if $PC.markings == "freckles">> The tops of your breasts and your cleavage are lightly freckled. <<elseif $PC.markings == "heavily freckled">> They are covered in freckles, which are particularly dense in the cleft between them. <</if>> <<elseif $PC.title == 1>> you have a @@.orange;masculine chest.@@ <<if $PC.preg > 30 || $PC.births > 0>> Your chest feels swollen; the beads of milk forming on your nipples tells you why. <</if>> <<if $PC.markings == "freckles">> Your chest is covered in a light spray of freckles. <<elseif $PC.markings == "heavily freckled">> Your chest is covered in dense freckles. <</if>> <<else>> @@you're flat.@@ You have nothing in the breast department. <<if $PC.preg > 30 || $PC.births > 0>> Your nipples cap a pair of painfully swollen bumps; milk beads from them at the slightest provocation. <</if>> <<if $PC.markings == "freckles">> Your chest is covered in a light spray of freckles. <<elseif $PC.markings == "heavily freckled">> Your chest is covered in dense freckles. <</if>> <</if>> <<elseif _passage == "Economics">> <<if $PC.career == "servant">> <<if $PC.boobs == 1 && $PC.boobsBonus > 0>> <<if $PC.boobsBonus > 2>> You've gotten your dress let out to accommodate your huge bust. <<elseif $PC.boobsBonus == 2>> Your dress bulges with your big breasts. <<elseif $PC.boobsBonus == 1>> Your dress feels tight around your breasts. <</if>> <</if>> <<elseif $PC.career == "escort">> <<if $PC.boobs == 1 && $PC.boobsBonus > 0>> <<if $PC.boobsBonus > 2>> Your top strains as it struggles to cover your nipples, letting your huge<<if $PC.markings == "freckles">>, freckled<<elseif $PC.markings == "heavily freckled">>, densely freckled<</if>> bust bulge lewdly around it. <<elseif $PC.boobsBonus == 2>> Your top can barely contain your big<<if $PC.markings == "freckles">>, freckled<<elseif $PC.markings == "heavily freckled">>, heavily freckled<</if>> breasts, leaving you looking sluttier than ever. <<elseif $PC.boobsBonus == 1>> Your breasts spill over your slutty top<<if $PC.markings == "freckles">>, showing off your freckled cleavage<<elseif $PC.markings == "heavily freckled">>, freckle packed cleavage<</if>>. <</if>> <</if>> <<else>> <<if $PC.boobs == 1 && $PC.boobsBonus > 0>> <<if $PC.boobsBonus > 2>> You've gotten your top retailored to fit your huge bust. <<elseif $PC.boobsBonus == 2>> Your top strains against your big breasts<<if $PC.markings == "freckles">>, revealing a peak of freckled cleavage<<elseif $PC.markings == "heavily freckled">>, revealing a peak of densely freckled cleavage<</if>>. <<elseif $PC.boobsBonus == 1>> Your top feels tight around your breasts. <</if>> <</if>> <</if>> <<else>> <<if $PC.boobsBonus > 2>> Your breasts are <<if $PC.markings == "freckles">> enormous with light freckling on the tops and in your cleavage. <<elseif $PC.markings == "heavily freckled">> enormous and covered in freckles, which are particularly dense in the cleft between them. <<else>> enormous. <</if>> <<if $PC.boobsImplant == 1>> They are big, round, and obviously implants. They insist on maintaining their shape no matter how you move. <<else>> They are all natural, heavy, and a bit saggy though they retain some perk. Every single move you make sends ripples through your cleavage. You catch yourself watching them move in the mirror every so often. <</if>> <<if $PC.preg > 30 || $PC.births > 0>> Your breasts feel even more enormous lately; likely a side effect of your lactation, though you could do without the wet spots forming over your nipples. <</if>> <<elseif $PC.boobsBonus == 2>> Your breasts are <<if $PC.markings == "freckles">> huge with light freckling on the tops and in your cleavage. <<elseif $PC.markings == "heavily freckled">> huge and covered in freckles, which are particularly dense in the cleft between them. <<else>> huge. <</if>> <<if $PC.boobsImplant == 1>> They are unnaturally perky for their size. When you shake them, they barely move. <<else>> They are all natural and a little heavy. They bounce lewdly when you shake them and take a little too long to calm down. <</if>> <<if $PC.preg > 30 || $PC.births > 0>> Your breasts feel even more huge lately; likely a side effect of your lactation, though you could do without the wet spots forming over your nipples. <</if>> <<elseif $PC.boobsBonus == 1>> Your breasts are pretty <<if $PC.markings == "freckles">> big with light freckling on the tops and in your cleavage. <<elseif $PC.markings == "heavily freckled">> big and covered in freckles, which are particularly dense in the cleft between them. <<else>> big. <</if>> <<if $PC.boobsImplant == 1>> They are nice, perky and not obviously implants. They jiggle only slightly when you shake them though. <<else>> They are nice and perky, despite their size. They bounce lewdly when you shake them. <</if>> <<if $PC.preg > 30 || $PC.births > 0>> Your breasts feel bigger lately; likely a side effect of your lactation, though you could do without the wet spots forming over your nipples. <</if>> <<elseif $PC.boobsBonus == -0.5>> Your breasts are certainly <<if $PC.markings == "freckles">> eye-catching with light freckling on the tops and in your cleavage. <<elseif $PC.markings == "heavily freckled">> eye-catching and covered in freckles, which are particularly dense in the cleft between them. <<else>> eye-catching. <</if>> They are nice and perky, with just the right amount of bounce when you shake them. <<if $PC.preg > 30 || $PC.births > 0>> Your breasts feel bigger lately; likely a side effect of your lactation, though you could do without the wet spots forming over your nipples. <</if>> <<elseif $PC.boobsBonus == -1>> Your breasts are fairly average, at least to old world <<if $PC.markings == "freckles">> standards, with light freckling on the tops and in your cleavage. <<elseif $PC.markings == "heavily freckled">> standards, and covered in freckles, which are particularly dense in the cleft between them. <<else>> standards. <</if>> They are very perky, but aren't big enough to have a nice bounce when you shake them. <<if $PC.preg > 30 || $PC.births > 0>> Your breasts feel bigger lately; likely a side effect of your lactation, though you could do without the wet spots forming over your nipples. <</if>> <<elseif $PC.boobs == 1>> Your breasts are on the larger side of things<<if $PC.preg > 30 || $PC.births > 0>>, though you could do without the wet spots forming over your nipples<</if>>. <<if $PC.markings == "freckles">> The tops of your breasts and your cleavage are lightly freckled. <<elseif $PC.markings == "heavily freckled">> They are covered in freckles, which are particularly dense in the cleft between them. <</if>> <<elseif $PC.title == 1>> Your chest is quite masculine<<if $PC.preg > 30 || $PC.births > 0>>, though the pair of wet spots forming over your nipples suggest otherwise,<</if>><<if $PC.markings == "freckles">> and covered in a light spray of freckles<<elseif $PC.markings == "heavily freckled">> and covered in dense freckles<</if>>. <<else>> Your chest is non-existent<<if $PC.preg > 30 || $PC.births > 0>>, save for the pair of bulging milk glands beneath your nipples,<</if>><<if $PC.markings == "freckles">> and covered in a light spray of freckles<<elseif $PC.markings == "heavily freckled">> and covered in dense freckles<</if>>. <</if>> <</if>> <</widget>> <<widget "PlayerBelly">> <<set _passage = passage()>> <<if _passage == "Manage Personal Affairs">> <<if $PC.preg > 0>> <<if $PC.belly >= 120000>> @@.red;Your belly is coated with stretch marks and is taut as a drum; you don't know how much more your poor womb can endure.@@ You can barely even leave your bed without a helping hand. Kicks can almost constantly be seen dotting its surface. You give it a pat for good measure, only encouraging your octuplets to squirm in excitement.<<if $PC.dick == 1>> You watch as your dick hardens from the prostate stimulation; you steady yourself for the coming orgasm.<</if>> <<elseif $PC.belly >= 105000>> You have trouble getting up and sitting down. Even standing while supporting your @@.orange;massive belly@@ has become an exhausting endeavor. <<elseif $PC.belly >= 90000>> You can @@.orange;barely reach around your gravid mass@@ any longer. Even the shortest waddle is exhausting. <<elseif $PC.belly >= 75000>> Your @@.orange;belly is starting to become worrying;@@ you feel over-filled at all times, and your children like to remind you just how full you are. <<elseif $PC.belly >= 60000>> You're @@.orange;definitely having multiples,@@ there is no denying it at this point. All you can do is try to relax and keep trying to stave off the stretch marks. <<elseif $PC.belly >= 45000>> You both look and feel enormous, your @@.orange;belly juts out so much now.@@ You've grown so much you now have trouble viewing yourself in mirror. <<elseif $PC.belly >= 30000>> Whenever you have the chance, you prefer to stay naked instead of stretching out your clothing with your @@.orange;giant pregnant belly.@@ <<elseif $PC.belly >= 14000>> You're @@.orange;so gravid@@ you have trouble seeing the entirety of your huge belly. <<elseif $PC.belly >= 12000>> You can barely wrap your arms around your @@.orange;huge pregnant belly,@@ and when you do, your popped navel reminds you of the bun<<if $PC.pregType > 1>>s<</if>> in your oven. <<elseif $PC.belly >= 10000>> Your @@.orange;pregnancy has gotten quite huge,@@ none of your clothes fit it right. <<elseif $PC.belly >= 7000>> Your @@.orange;pregnant belly juts out annoyingly far,@@ just getting dressed is a pain now. <<elseif $PC.belly >= 5000>> Your @@.orange;belly has gotten quite large with child;@@ it is beginning to get the way of sex and business. <<elseif $PC.belly >= 1500>> Your @@.orange;belly is now large enough that there is no hiding it.@@ <<elseif $PC.belly >= 500>> Your @@.orange;belly is rounded by your early pregnancy.@@ <<elseif $PC.belly >= 250>> Your @@.orange;lower belly is beginning to stick out,@@ you're definitely pregnant. <<elseif $PC.belly >= 100>> Your @@.orange;belly is slightly swollen;@@ combined with your missed period, odds are you're pregnant. <<elseif $PC.belly < 100>> Your @@.red;period hasn't happened in some time,@@ you might be pregnant. <</if>> <<if $PC.preg >= 41>> You don't know why you even bother getting out of bed; you are @@.orange;overdue and ready to drop@@ at any time, making your life as arcology owner very difficult. You try to relax and enjoy your slaves, but you can only manage so much in this state. <<elseif $PC.preg >= 39>> You feel absolutely massive; your @@.orange;full-term belly@@ makes your life as arcology owner very difficult. <</if>> <<elseif $PC.belly >= 1500>> Your belly is still very distended from your recent pregnancy. <<elseif $PC.belly >= 500>> Your belly is still distended from your recent pregnancy. <<elseif $PC.belly >= 250>> Your belly is still bloated from your recent pregnancy <<elseif $PC.belly >= 100>> Your belly is still slightly swollen after your recent pregnancy. <</if>> <<elseif _passage == "Economics">> <<if $PC.career == "servant">> <<if $PC.preg > 0>> <<if $PC.belly >= 120000>> You don't know how much more you can take. You feel so full and your children never calm down. You swear they take shifts tormenting your poor bladder. Even worse, your pregnancy juts out over a half-meter from your front and has soundly defeated the seams of your dress<<if $PC.dick == 1>>. Occasionally one of the bottoms manages to land a series of hits to your prostate, not that you mind as much, save for when they keep at it and you a can't restrain your orgasm<</if>>. <<elseif $PC.belly >= 105000>> You can barely function any more. You're so big and heavy that even the simplest of actions requires both intense effort and thought just to get it done. Your frumpy dress is also at its limit, and much to your annoyance, your children will not stay still enough to let you fix it. <<elseif $PC.belly >= 90000>> You may have a problem. You took fertility drugs, but you shouldn't be getting this big. Judging by how far along you are, you must be carrying <<if $PC.pregType == 8>> octuplets <<elseif $PC.pregType == 7>> septuplets <<else>> sextuplets. <</if>> Your Master always wanted said he wanted a big family, too bad he isn't here to see this. Your dress is also starting to get tight, but it's far less of a concern at this point. <<elseif $PC.belly >= 75000>> Your belly is starting to become worrying. You're positively gigantic and quite tired. Though on the plus side, your dress is rather form fitting now. <<elseif $PC.belly >= 60000>> Your new outfit is handling your enormous belly quite well, though it does nothing to hide your size. Everyone can tell you'll be having lots of babies. <<elseif $PC.belly >= 45000>> You both look and feel enormous, your belly juts out so much now. You found a rather frumpy looking maid outfit in a shop; it's not the most attractive thing, but it'll hold nearly any belly. <<elseif $PC.belly >= 30000>> You feel absolutely gigantic; you look like you're full-term with twins<<if $PC.pregType == 2>> (which you are)<</if>>. Your restitched dress is once more at its limit. <<elseif $PC.belly >= 15000>> You've taken the time to let out your own dress so that you can look proper even with a belly as big as any full-term woman. <<elseif $PC.belly >= 14000>> Your dress is at its capacity, any bigger and you'd risk tearing it at the seams, though your late master did make sure his girls were well dressed even when they were fully rounded with his child. <<elseif $PC.belly >= 12000>> You keep bumping into things with your huge belly; you're used to it though, <<if $PC.birthMaster > 0>>your first pregnancy was a twinner!<<else>>your late Master liked to keep a big fake belly around your middle.<</if>> <<elseif $PC.belly >= 10000>> Your huge pregnant belly is tiring to carry around, but you're well versed in moving about with a rounded middle. <<elseif $PC.belly >= 7000>> You've stopped bothering to tie your apron behind you, allowing your dress the freedom to stretch with your growing child. <<elseif $PC.belly >= 5000>> Your maid's outfit is rounded out by your baby-filled belly; not only is it obvious, but it is slowing you down in your day to day affairs. <<elseif $PC.belly >= 3000>> You're starting to get pretty big; you feel like all eyes are centered on her baby-filled middle. <<elseif $PC.belly >= 1500>> Your belly is now large enough that there is no hiding it. After you've let out your apron, your dress fits nicely again. <<elseif $PC.belly >= 500>> Your dress tightly clings to your early pregnancy, though it, your apron, and your previous experience hide it well. <<elseif $PC.belly >= 250>> Your apron holds your dress tightly to your bloated middle. <<elseif $PC.belly >= 100>> Your dress and apron feel tight around your middle. <</if>> <<if $PC.preg >= 41>> Your bab<<if $PC.pregType > 1>>ies are<<else>>y is<</if>> overdue and your master isn't here anymore to comfort your exhausted body. You try your best, <<if $PC.pregSource == -3>>drawing strength from the knowledge that you carry your late master's legacy within you<<else>>but deep down you are saddened that your child isn't his<</if>>.<<if $PC.pregMood == 1>> However, thanks to all your mothering, your slaves are more than happy to do everything they can for you.<<elseif $PC.pregMood == 2>> Your dicked slaves are terrified of being seen by you, knowing full well that they will be bearing the full weight of your body as you try to fill the hole left by your late master.<</if>> <<elseif $PC.preg >= 39>> Every action you take is exhausting, and even though your slaves are more than capable of serving your every desire, you refuse to slow down with your duties.<<if $PC.pregMood == 1>> Though you definitely appreciate their aid.<<elseif $PC.pregMood == 2>> Your hormones practically rule you, leading you to demand your slaves to be prepared to pleasure you at a moments notice. Your needy cunt hungers for dick and you don't care what it is attached to right now.<</if>> <<elseif $PC.preg >= 36>> Your child<<if $PC.pregType > 1>>ren<</if>> happily kicks away inside your womb, and each time a small bump appears on the outside of your dress.<<if $PC.pregMood == 1>> While hormones may have you demanding and needy, you do everything you can to treat your slaves as if they were your own children.<<elseif $PC.pregMood == 2>> You know it's unbecoming for an arcology owner, but your former master loved to fuck you while you were pregnant with his children and your body misses his touch.<</if>> <<elseif $PC.preg >= 32>> <<if $PC.pregMood == 1>> You can't help but enjoy having a slave suckle from you while you relax with her in your lap.<<elseif $PC.pregMood == 2>> You know how to have sex while pregnant, and as such, so will your slaves.<</if>> <<elseif $PC.preg >= 28>> <<if $PC.pregMood == 1>> You catch yourself babying your slaves from time to time.<<elseif $PC.pregMood == 2>>Your sex drive has become unquenchable as of late.<</if>> <<elseif $PC.preg == 22>> Something startling happened this week; while enjoying a slave, your belly button popped out! <<elseif $PC.preg == 8 && $PC.pregSource > 0>> <<set _babyDaddy = $slaveIndices[$PC.pregSource]>> <<set $slaves[_babyDaddy].PCKnockedUp++>> Rumors spread among your slaves that your middle is swollen with $slaves[_babyDaddy].slaveName's child. They're not wrong, though <<if $slaves[_babyDaddy].devotion > 20>>$slaves[_babyDaddy].slaveName is broken enough to not try and use it against you. In fact, it might even draw her closer to you<<else>>you'd have liked it to have kept that from $slaves[_babyDaddy].slaveName, lest the rebellious bitch uses it to remain defiant<</if>>. <</if>> <</if>> <<elseif $PC.career == "escort">> <<if $PC.preg > 0>> <<if $PC.belly >= 120000>> You don't know how much more you can take. You feel so full and your children never calm down. You swear they take shifts tormenting your poor bladder. Even worse, your pregnancy juts out over a half-meter from your front and has seized control as your dominant aspect<<if $PC.dick == 1>>. Occasionally one of the bottoms manages to land a series of hits to your prostate, not that you mind as much. It's good for business when you orgasm lewdly and cum your bottoms<</if>>. <<elseif $PC.belly >= 105000>> You can barely function any more. You're so big and heavy that even the simplest of actions requires both intense effort and thought just to get it done. None of your poses work with your gravid body either and you're practically popping out of your skimpiest outfit. <<elseif $PC.belly >= 90000>> You may have a problem. You know you took fertility drugs, but you weren't supposed to get this big! Feeling yourself up, you'd fancy a guess that there are about <<if $PC.pregType == 8>> a dozen babies <<elseif $PC.pregType == 7>> ten babies <<else>> eight babies <</if>> in your belly. <<elseif $PC.belly >= 75000>> Your belly is starting to become worrying to you. You're positively gigantic and quite tired of it. The last thing on peoples' minds these days is fucking you too. <<elseif $PC.belly >= 60000>> You feel sexy with such a huge belly, but it sure is tiring. Everyone can also tell you'll be having lots of babies. A boon to business, since everyone knows you ride bareback. <<elseif $PC.belly >= 45000>> You both look and feel enormous, your belly juts out so much now. Your strategy worked! Eyes always end up locked onto you or your pregnancy, but they quickly return to your milky breasts. <<elseif $PC.belly >= 30000>> You feel absolutely gigantic; you look like you're full-term with twins. You find the skimpiest outfit you can to complement your size; if people won't notice your other assets, then they might as well not notice your outfit either. <<elseif $PC.belly >= 14000>> You don't even bother to try to be slutty anymore, your full-term globe of a belly just steals all the attention away from your other assets. <<elseif $PC.belly >= 12000>> Your huge pregnant belly hides your crotch. <<elseif $PC.belly >= 10000>> Your huge pregnant belly is tiring to carry around and is beginning to draw attention away from your other features. <<elseif $PC.belly >= 7000>> You've switched to even skimpier clothing to show off your big pregnant belly. <<elseif $PC.belly >= 5000>> Your outfit is only enhanced by your baby-filled belly; mostly because it adds to your slutty appearance. Though it definitely is impacting your business. <<elseif $PC.belly >= 3000>> Your slutty bottoms are beginning to get hidden by your rounded middle. <<elseif $PC.belly >= 1500>> Your slutty bottoms sexily hug your swollen middle. <<elseif $PC.belly >= 500>> Your exposed midriff bulges out enough to give away your growing pregnancy. <<elseif $PC.belly >= 250>> Your exposed midriff is noticeably bloated. <<elseif $PC.belly >= 100>> When you look down, you can't help but notice your belly sticking out a little. <</if>> <<if $PC.preg >= 41>> You can barely pull yourself and your overdue child out of bed; every action is a chore, you keep bumping things, and your child just won't calm down.<<if $PC.pregMood == 1>> However, thanks to all your tenderness, your slaves are more than happy to do everything they can for you.<<elseif $PC.pregMood == 2>> Your dicked slaves are terrified of being seen by you, knowing full well that they will be bearing the full weight of your body as you satisfy your desires.<</if>> <<elseif $PC.preg >= 39>> Every action you take is exhausting; though your slaves are more than capable of serving your every whim.<<if $PC.pregMood == 1>> Even in the final stages of pregnancy, you make sure the slaves attending you are treated as if the were your favorite clients.<<elseif $PC.pregMood == 2>> Your hormones practically rule you, leading you to demand your slaves to be prepared to pleasure you at a moments notice. Your needy cunt hungers for dick and you don't care what it is attached to right now.<</if>> <<elseif $PC.preg >= 36>> Every kick from your eager child threatens to dislodge your breasts from your struggling top.<<if $PC.pregMood == 1>> While you may be demanding and needy, you do everything you can to treat them as if they were a virgin client.<<elseif $PC.pregMood == 2>> You know it's unbecoming for an arcology owner, but you need a dick in you even more than usual.<</if>> <<elseif $PC.preg >= 32>> <<if $PC.pregMood == 1>> You can't help but enjoy having a slave, or client, suckle from you while you relax with them in your lap.<<elseif $PC.pregMood == 2>> You don't let your pregnancy get in the way when it comes to sex; you make sure your slaves, and clients, learn just how much you know about sex.<</if>> <<elseif $PC.preg >= 28>> <<if $PC.pregMood == 1>> You catch yourself playfully teasing your slaves from time to time.<<elseif $PC.pregMood == 2>>Your sex drive has become unquenchable as of late.<</if>> <<elseif $PC.preg == 22>> Something startling happened this week; while enjoying a slave, your belly button popped out! <<elseif $PC.preg == 8 && $PC.pregSource > 0>> <<set _babyDaddy = $slaveIndices[$PC.pregSource]>> <<set $slaves[_babyDaddy].PCKnockedUp++>> Rumors spread among your slaves that your middle is swollen with $slaves[_babyDaddy].slaveName's child. They're not wrong, though <<if $slaves[_babyDaddy].devotion > 20>>$slaves[_babyDaddy].slaveName is broken enough to not try and use it against you. In fact, it might even draw her closer to you<<else>>you'd have liked it to have kept that from $slaves[_babyDaddy].slaveName, lest the rebellious bitch uses it to remain defiant<</if>>. <</if>> <</if>> <<else>> <<if $PC.preg > 0>> <<if $PC.belly >= 120000>> You don't know how much more you can take. You feel so full and your children never calm down. You swear they take shifts tormenting your poor bladder. Even worse, your pregnancy juts out over a half-meter from your front and has soundly defeated your maternity suit<<if $PC.dick == 1>>. Occasionally one of the bottoms manages to land a series of hits to your prostate, not that you mind as much, save for when they keep at it and you a can't restrain your orgasm. The last thing you want to do in a meeting is spontaneously orgasm and cum your in clothes<</if>>. <<elseif $PC.belly >= 105000>> You can barely function any more. You're so big and heavy that even the simplest of actions requires both intense effort and thought just to get it done. Your suit buttons keep popping, and much to your annoyance, your children will not stay still enough to let you redo them. <<elseif $PC.belly >= 90000>> You may have a problem. You took fertility drugs, but you shouldn't be getting this big. Judging by how far along you are, you must be carrying <<if $PC.pregType == 8>> octuplets <<elseif $PC.pregType == 7>> septuplets <<else>> sextuplets. <</if>> Your suit is also starting to get tight, but it's far less of a concern at this point. <<elseif $PC.belly >= 75000>> Your belly is starting to become worrying. You're positively gigantic and quite tired. As an added stress, your maternity suit highlights your pregnancy. <<elseif $PC.belly >= 60000>> Your new outfit is handling your enormous belly quite well, though it does nothing to hide your size. Everyone can tell you'll be having lots of babies and judges you accordingly. <<elseif $PC.belly >= 45000>> You both look and feel enormous, your belly juts out so much now. Your tailor finally managed to get you a bigger maternity suit, one with extra give in the middle, but you feel it draws attention right to your gravidity. <<elseif $PC.belly >= 30000>> You feel absolutely gigantic; you look like you're full-term with twins<<if $PC.pregType == 2>> (which you are)<</if>>. Having such a big belly in such poor attire weighs heavily under the public's eye. <<elseif $PC.belly >= 15000>> You don't even bother to try to cover your full-term sized pregnancy, opting to just let it hang out of your old clothing. Every action you take is exhausting; though your slaves are more than capable of serving your every desire. <<elseif $PC.belly >= 12000>> Your huge pregnant belly strains the buttons on your maternity suit. <<elseif $PC.belly >= 10000>> Your huge pregnant belly is tiring to carry around and is beginning to stretch out your new clothes. <<elseif $PC.belly >= 7000>> You've switched to using what can only be called formal maternity wear to cover your pregnant belly. <<elseif $PC.belly >= 5000>> You can barely cover your baby filled belly; not only is it obvious, but it is getting in the way of your business. <<elseif $PC.belly >= 3000>> You're starting to get pretty big; you feel like everyone just focuses on your gravidity now. <<elseif $PC.belly >= 1500>> Your belly is now large enough that there is no hiding it. Your top strains to cover it. <<elseif $PC.belly >= 500>> Your top tightly clings to your early pregnancy, though you manage to conceal it well enough. <<elseif $PC.belly >= 250>> Your top tightly clings to your bloated middle. <<elseif $PC.belly >= 100>> Your top feels oddly tight around your middle. <</if>> <<if $PC.preg >= 41>> You can barely pull yourself and your overdue child out of bed; every action is a chore, you keep bumping things, and your child just won't calm down.<<if $PC.pregMood == 1>> However, thanks to all your mothering, your slaves are more than happy to do everything they can for you.<<elseif $PC.pregMood == 2>> Your dicked slaves are terrified of being seen by you, knowing full well that they will be bearing the full weight of your body as you satisfy your desires.<</if>> <<elseif $PC.preg >= 39>> <<if $PC.pregMood == 1>> Even in the final stages of pregnancy, you make sure the slaves attending you are treated as if the were your children.<<elseif $PC.pregMood == 2>> Your hormones practically rule you, leading you to demand your slaves to be prepared to pleasure you at a moments notice. Your needy cunt hungers for dick and you don't care what it is attached to right now.<</if>> <<elseif $PC.preg >= 36>> Every kick from your eager child threatens to send your buttons flying.<<if $PC.pregMood == 1>> While you may be demanding and needy, you do everything you can to treat them as if they were your own children.<<elseif $PC.pregMood == 2>> You know it's unbecoming for an arcology owner, but you need a dick in you and you don't care from where.<</if>> <<elseif $PC.preg >= 32>> <<if $PC.pregMood == 1>> You can't help but enjoy having a slave suckle from you while you relax with her in your lap.<<elseif $PC.pregMood == 2>> You don't let your pregnancy get in the way when it comes to sex; you make sure your slaves learn new positions to accommodate your bulk.<</if>> <<elseif $PC.preg >= 28>> <<if $PC.pregMood == 1>> You catch yourself babying your slaves from time to time.<<elseif $PC.pregMood == 2>>Your sex drive has become unquenchable as of late.<</if>> <<elseif $PC.preg == 22>> Something startling happened this week; while enjoying a slave, your belly button popped out! <<elseif $PC.preg == 8 && $PC.pregSource > 0>> <<set _babyDaddy = $slaveIndices[$PC.pregSource]>> <<set $slaves[_babyDaddy].PCKnockedUp++>> Rumors spread among your slaves that your middle is swollen with $slaves[_babyDaddy].slaveName's child. They're not wrong, though <<if $slaves[_babyDaddy].devotion > 20>>$slaves[_babyDaddy].slaveName is broken enough to not try and use it against you. In fact, it might even draw her closer to you<<else>>you'd have liked it to have kept that from $slaves[_babyDaddy].slaveName, lest the rebellious bitch uses it to remain defiant<</if>>. <</if>> <</if>> <</if>> <<else>> <<if $PC.preg > 0>> <<if $PC.belly >= 120000>> Your belly is coated with stretch marks and is taut as a drum; you don't know how much more your poor womb can endure. Kicks can almost constantly be seen dotting its surface. You give it a pat for good measure, only encouraging your octuplets to squirm in excitement.<<if $PC.dick == 1>> As your dick hardens under the prostate stimulation, you call for a slave to receive the incoming load.<</if>> <<elseif $PC.belly >= 105000>> Getting out of your chair is practically a dream at this point. It takes far too much effort to do it on your own and is a little embarrassing to ask help with. <<elseif $PC.belly >= 90000>> You can barely reach around your gravid mass any longer. You've also had to reinforce your chair under your growing weight. <<elseif $PC.belly >= 75000>> Your belly is starting to become worrying; you feel over-filled at all times and your children like to remind you just how stuffed you are. <<elseif $PC.belly >= 60000>> You're definitely having multiples, there is no denying it at this point. All you can do is try to relax and keep trying to stave off the stretch marks. <<elseif $PC.belly >= 45000>> You both look and feel enormous, your belly juts out so much now. You stand no chance of sitting at your desk normally and have taken to angling you chair and belly to the side instead. <<elseif $PC.belly >= 30000>> Your chair has taken to creaking ominously whenever you shift your pregnant bulk while you've taken to keeping your belly uncovered to give it room. <<elseif $PC.belly >= 14000>> You can barely fit before your desk anymore and have had to take measures to accommodate your gravidity. <<elseif $PC.belly >= 12000>> You can barely wrap your arms around your huge pregnant belly, and when you do, your popped navel reminds you just how full you are. <<elseif $PC.belly >= 10000>> Your pregnancy has gotten quite huge, none of your clothes fit it right. <<elseif $PC.belly >= 7000>> Your pregnant belly juts out annoyingly far, just getting dressed is a pain now. <<elseif $PC.belly >= 5000>> Your belly has gotten quite large with child; it is beginning to get the way of sex and business. <<elseif $PC.belly >= 1500>> Your belly is now large enough that there is no hiding it. <<elseif $PC.belly >= 500>> Your belly is rounded by your early pregnancy. <<elseif $PC.belly >= 250>> Your lower belly is beginning to stick out, you're definitely pregnant. <<elseif $PC.belly >= 100>> Your belly is slightly swollen; combined with your missed period, odds are you're pregnant. <<elseif $PC.belly < 100>> Your period hasn't happened in some time, you might be pregnant. <</if>> <<if $PC.preg >= 41>> You don't know why you even bother getting out of bed; you are overdue and ready to drop at many time, making your life as arcology owner very difficult. You try to relax and enjoy your slaves, but you can only manage so much in this state. <<elseif $PC.preg >= 39>> You feel absolutely massive; your full-term belly makes your life as arcology owner very difficult. You try your best to not wander too far from your penthouse, not with labor and birth so close. <</if>> <<elseif $PC.belly >= 1500>> Your belly is still very distended from your recent pregnancy. <<elseif $PC.belly >= 500>> Your belly is still distended from your recent pregnancy. <<elseif $PC.belly >= 250>> Your belly is still bloated from your recent pregnancy <<elseif $PC.belly >= 100>> Your belly is still slightly swollen after your recent pregnancy. <</if>> <</if>> <</widget>> <<widget "PlayerCrotch">> <<set _passage = passage()>> <<if _passage == "Manage Personal Affairs">> <<if $PC.dick == 1 && $PC.vagina == 1>> an @@.orange;above average penis@@ <<if $PC.balls > 2>> that is constantly streaming precum, <<elseif $PC.balls > 0>> that is constantly dripping precum, <</if>> and a pair of <<if $PC.ballsImplant > 3>> @@.orange;monstrous, heavy balls@@ roughly the size of small watermelons thanks to a combination of growth hormones and gel injections; it's impossible to sit normally, <<if $ballsAccessibility == 1>> but your penthouse has been redesigned with oversized balls in mind. There are plenty of chairs capable of handling you littering the penthouse. <<else>> you rest on the edge of your chair, allowing your oversized balls to dangle precariously. <</if>> You've given up on wearing pants around the penthouse, and their bulging mass is so gargantuan that people assume they're fake, but every slave you fuck gets a distended belly from all the cum you pump into them. They make just about everything you do difficult: sitting, walking, fucking; but they certainly make life interesting. <<elseif $PC.ballsImplant == 3>> @@.orange;enormous, heavy balls@@ roughly the size of cantaloupes; it's difficult to sit normally, your clothes barely fit, and everyone probably assumes they are fake, but every slave you fuck gets a distinct slap with each thrust. They get in the way of nearly everything you do: sitting, walking, fucking; but they make life certainly interesting. <<elseif $PC.ballsImplant == 2>> @@.orange;huge balls@@ roughly the size of softballs; they are pretty heavy, but make sex and day-to-day affairs interesting. <<elseif $PC.ballsImplant == 1>> @@.orange;large balls;@@ you can certainly feel them as you move about. <<else>> @@.orange;normal, uneventful balls.@@ <</if>> Tucked away beneath them; a <<if $PC.newVag == 1>> @@.orange;tight vagina.@@ Your pussy is very resilient, you shouldn't be able to stretch it out again. <<elseif $PC.career == "escort">> @@.red;very loose vagina.@@ Years of whoring will do that to a girl. <<elseif $PC.births >= 10>> @@.red;rather loose vagina,@@ stretched from your many children. <<elseif $PC.career == "servant">> @@.red;rather loose vagina.@@ Your master fucked you several times a day; him and his children have wreaked havoc upon your pussy. <<elseif $PC.births > 2>> @@.orange;loose vagina,@@ stretched from your several children. <<elseif $PC.career == "gang" || $PC.career == "celebrity" || $PC.career == "wealth">> @@.lime;reasonably tight vagina.@@ You've had some fun during your previous career. <<elseif $PC.births > 0>> @@.lime;reasonably tight vagina.@@ It's handled childbirth well enough. <<else>> @@.lime;tight vagina.@@ You're no virgin, but you've taken care of yourself. <</if>> <<elseif $PC.dick == 1>> an @@.orange;above average penis@@ <<if $PC.balls > 2>> that is constantly streaming precum, <<elseif $PC.balls > 0>> that is constantly dripping precum, <</if>> and a pair of <<if $PC.ballsImplant > 3>> @@.orange;monstrous, heavy balls@@ roughly the size of small watermelons thanks to a combination of growth hormones and gel injections; it's impossible to sit normally, <<if $ballsAccessibility == 1>> but your penthouse has been redesigned with oversized balls in mind. There are plenty of chairs capable of handling you littering the penthouse. <<else>> you rest on the edge of your chair, allowing your oversized balls to dangle precariously. <</if>> You've given up on wearing pants around the penthouse, and their bulging mass is so gargantuan that people assume they're fake, but every slave you fuck gets a distended belly from all the cum you pump into them. They make just about everything you do difficult: sitting, walking, fucking; but they certainly make life interesting. <<elseif $PC.ballsImplant == 3>> @@.orange;enormous, heavy balls@@ roughly the size of cantaloupes; it's difficult to sit normally, your clothes barely fit, and everyone probably assumes they are fake, but every slave you fuck gets a distinct slap with each thrust. They get in the way of nearly everything you do: sitting, walking, fucking; but they make life certainly interesting. <<elseif $PC.ballsImplant == 2>> @@.orange;huge balls@@ roughly the size of softballs; they are pretty heavy, but make sex and day-to-day affairs interesting. <<elseif $PC.ballsImplant == 1>> @@.orange;large balls;@@ you can certainly feel them as you move about. <<else>> @@.orange;normal, uneventful balls.@@ <</if>> <<else>> a <<if $PC.newVag == 1>> @@.orange;tight vagina.@@ Your pussy is very resilient, you shouldn't be able to stretch it out again. <<elseif $PC.career == "escort">> @@.red;very loose vagina.@@ Years of whoring will do that to a girl. <<elseif $PC.births >= 10>> @@.red;rather loose vagina,@@ stretched from your many children. <<elseif $PC.career == "servant">> @@.red;rather loose vagina.@@ Your master fucked you several times a day; him and his children have wreaked havoc upon your pussy. <<elseif $PC.births > 2>> @@.orange;loose vagina,@@ stretched from your several children. <<elseif $PC.career == "gang" || $PC.career == "celebrity" || $PC.career == "wealth">> @@.lime;reasonably tight vagina.@@ You've had some fun during your previous career. <<elseif $PC.births > 0>> @@.lime;reasonably tight vagina.@@ It's handled childbirth well enough. <<else>> @@.lime;tight vagina.@@ You're no virgin, but you've taken care of yourself. <</if>> <</if>> <<elseif _passage == "Economics">> <<if $PC.career == "servant">> <<if $PC.ballsImplant > 3>> Your dress and apron bulges with your enormous balls, you had to have your dresses tailored so that the swinging mass of your sack would stop bursting seams inadvertently. <<elseif $PC.ballsImplant == 3>> Your dress and apron bulges with your enormous balls. <<elseif $PC.ballsImplant == 2>> Your dress hides your huge balls, but it does nothing to hide your altered gait. <<elseif $PC.ballsImplant == 1>> Your dress hides your big balls. <</if>> <<elseif $PC.career == "escort">> <<if $PC.ballsImplant > 3>> You've pretty much given up on pants because of your monstrous balls, but you've replaced them with a slutty skirt that stretches around their veiny contours. People can't help staring to see if they'll get a glimpse of your massive sack peaking out from under the skirt. <<elseif $PC.ballsImplant == 3>> You've swapped up to a larger pair of slutty pants, specially designed with extra sack room. They draw the eye right to your bulge<<if $PC.preg >= 28>>; you can do without people thinking you are giving birth into your pants, though<</if>>. <<elseif $PC.ballsImplant == 2>> Your slutty pants are really tight around the groin, but they hold your huge balls in place quite nicely. <<elseif $PC.ballsImplant == 1>> Your slutty pants bulge more than ever with your big balls. <</if>> <<else>> <<if $PC.ballsImplant > 3>> You've pretty much given up on suit pants because of your monstrous balls, but you've replaced them with a custom kilt tailored to match the rest of your business attire. People would wonder why you're wearing such old fashioned clothes if your ridiculous bulge didn't make it obvious. <<elseif $PC.ballsImplant == 3>> You've had to get your suit pants retailored again to fit your enormous balls. It is obvious that the bulge in your pants is not your penis<<if $PC.preg >= 28>>; you've had several people rush to your aid under the mistaken belief that your child was crowning into your pants<</if>>. <<elseif $PC.ballsImplant == 2>> You've had to get your suit pants retailored to fit your huge balls. It gives you a striking figure, though. <<elseif $PC.ballsImplant == 1>> Your suit pants bulge more than ever with your big balls. <</if>> <</if>> <<else>> <<if $PC.ballsImplant > 3>> <<if $ballsAccessibility == 1>> Thankfully your accessibility remodeling included a custom chair. When combined with the protective gel surrounding your massive sperm factories, it's rather comfortable. It even has an attachment to catch your neverending stream of precum, keeping the mess to a minimum. <<else>> Your monstrous balls make it impossible for you to sit normally in a standard chair, forcing you sit on the edge and let them dangle. You have to sit while naked below the waist unless you want your clothes soaked with spermy precum. <</if>> <<elseif $PC.ballsImplant == 3 && $PC.balls < 2>> <<if $ballsAccessibility == 1>> Thanks to your accessibility remodeling, your enormous gel-filled scrotum is able to rest comfortably in your custom chair. <<else>> No matter how you sit, your enormous gel-filled scrotum is never quite comfortable. Fortunately the cosmetic gel protects you from any major discomfort. <</if>> <<elseif $PC.ballsImplant == 3>> <<if $ballsAccessibility == 1>> Thanks to your accessibility remodeling, your enormous sperm factories are able to rest comfortably in your custom chair. Your chair also catches your never-ending precum, helping to prevent a mess. <<else>> You have to sit very carefully in your desk chair, giving your enormous sperm factories plenty of room. As they rest on the chair they deform uncomfortably under their own weight, causing even more of a mess from your ever-drooling cock. <</if>> <<elseif $PC.ballsImplant == 2>> You shift in your seat and spread your legs to give your huge balls room. <<elseif $PC.ballsImplant == 1>> You shift in your seat to make room for your big balls. <</if>> <</if>> <</widget>> <<widget "PlayerButt">> <<set _passage = passage()>> <<if _passage == "Manage Personal Affairs">> <<if $PC.butt > 2>> <<if $PC.buttImplant == 1>> an @@.orange;enormous, round, hard butt;@@ it is very obviously a pair of huge implants. They barely move at all when you walk or fuck, are difficult to cram into your clothing and you keep getting stuck in chairs, but you wouldn't have it any other way. <<else>> an @@.orange;enormous, jiggly butt.@@ It is always wobbling for some reason or another. It really fills out your clothing and practically consumes anything you sit on. <</if>> <<elseif $PC.butt == 2>> <<if $PC.buttImplant == 1>> a @@.orange;huge, round, firm butt;@@ it's easily identifiable as fake. <<else>> a @@.orange;huge, soft butt.@@ It jiggles a lot as you move. <</if>> <<elseif $PC.butt == 1>> <<if $PC.buttImplant == 1>> a @@.orange;big firm butt;@@ anyone that feels it can tell it's fake, but at a glance you can't tell otherwise. <<else>> a @@.orange;big butt.@@ It jiggles a little as you walk. <</if>> <<else>> a @@.orange;sexy, but normal butt.@@ <</if>> <<if $PC.markings == "freckles">> Your lower back is covered in a light speckling of freckles alongside your upper butt. <<elseif $PC.markings == "heavily freckled">> Your freckles are particularly dense across your lower back and upper butt. <</if>> <<elseif _passage == "Economics">> <<if $PC.career == "servant">> <<if $PC.butt > 2 && $PC.ballsImplant > 3>> <<if $PC.buttImplant == 1>> When you had your dresses tailored you also had to have them make room for your enormous rear. No dress can hide how big and fake it is though. <<else>> When you had your dresses tailored you also had to have them make room for your enormous rear. <</if>> <<elseif $PC.butt > 2>> <<if $PC.buttImplant == 1>> You had to get your dress let out to contain your enormous rear. It can't hide how big and fake it is though. <<else>> You had to get your dress let out to contain your enormous rear. <</if>> <<elseif $PC.butt == 2>> Your dress is starting to feel tight around your huge rear. <<elseif $PC.butt == 1>> Your dress is filled out by your big butt. <</if>> <<elseif $PC.career == "escort">> <<if $PC.dick == 1>> <<if $PC.ballsImplant > 3>> <<if $PC.butt > 2>> <<if $PC.buttImplant == 1>> Your slutty skirt is also forced to stretch around your enormous rear, making the implants pretty obvious. With both your front and back struggling to get free of your stretchy skirt, it isn't unusual for one or the other to peek out. <<else>> Your slutty skirt is also forced to stretch around your enormous rear, and bending over is basically asking for your skirt to ride up all the way to your hips. With both your front and back struggling to get free of your stretchy skirt, it isn't unusual for one or the other to peek out. <</if>> <<elseif $PC.butt == 2>> Your huge rear nearly spills out from the bottom of your slutty skirt. <<elseif $PC.butt == 1>> Your slutty skirt is strained by your big butt. <</if>> <<else>> <<if $PC.butt > 2>> <<if $PC.buttImplant == 1>> You had to get your slutty pants let out to contain your enormous rear. It still feels really tight, however, thanks to the implants. <<else>> You had to get your slutty pants let out to contain your enormous rear. It still overflows scandalously, however. <</if>> <<elseif $PC.butt == 2>> Your huge rear spills out from the top of your slutty pants. <<elseif $PC.butt == 1>> Your slutty pants are strained by your big butt. <</if>> <</if>> <<else>> <<if $PC.butt > 2>> <<if $PC.buttImplant == 1>> Your ass has completely devoured your slutty shorts. You look like you are wearing a thong leaving your overly round<<if $PC.markings == "freckles">>, freckled<<elseif $PC.markings == "heavily freckled">>, heavily freckled<</if>> cheeks to hang free.<<if $PC.markings == "freckles">> Your lower back is covered in a light speckling of freckles alongside your valley of ass cleavage.<<elseif $PC.markings == "heavily freckled">> Your freckles are particularly dense across your lower back and valley of ass cleavage.<</if>> <<else>> Your ass has completely devoured your slutty shorts. You look like you are wearing a thong leaving your<<if $PC.markings == "freckles">> freckled<<elseif $PC.markings == "heavily freckled">> heavily freckled<</if>> cheeks to jiggle freely.<<if $PC.markings == "freckles">> Your lower back is covered in a light speckling of freckles alongside your valley of ass cleavage.<<elseif $PC.markings == "heavily freckled">> Your freckles are particularly dense across your lower back and valley of ass cleavage.<</if>> <</if>> <<elseif $PC.butt == 2>> Your slutty shorts are filled to bursting by your rear. Roughly half of your ass is actually in your bottoms, the rest is bulging out scandalously.<<if $PC.markings == "freckles">> Your lower back is covered in a light speckling of freckles alongside your ravine of ass cleavage.<<elseif $PC.markings == "heavily freckled">> Your freckles are particularly dense across your lower back and ravine of ass cleavage.<</if>> <<elseif $PC.butt == 1>> Your slutty shorts are strained by your big butt. It spills out every gap it can.<<if $PC.markings == "freckles">> Your lower back is covered in a light speckling of freckles alongside your ass cleavage.<<elseif $PC.markings == "heavily freckled">> Your freckles are particularly dense across your lower back and ass cleavage.<</if>> <<elseif $PC.markings == "freckles">> Your exposed lower back is covered in a light speckling of freckles. <<elseif $PC.markings == "heavily freckled">> Your freckles are particularly dense across your exposed lower back. <</if>> <</if>> <<else>> <<if $PC.dick == 1>> <<if $PC.ballsImplant > 3>> <<if $PC.butt > 2>> <<if $PC.buttImplant == 1>> Your custom kilt is also forced to stretch around your enormous rear, making the implants pretty obvious. With both your front and back struggling to get free of the restrictive cloth, it isn't unusual for one or the other to peek out. <<else>> Your custom kilt is also forced to stretch around your enormous rear, and bending over is basically asking for it to ride up all the way to your hips. With both your front and back struggling to get free of the restrictive cloth, it isn't unusual for one or the other to peek out. <</if>> <<elseif $PC.butt == 2>> Your huge rear nearly spills out from the bottom of your custom kilt. <<elseif $PC.butt == 1>> Your custom kilt is strained by your big butt. <</if>> <<else>> <<if $PC.butt > 2>> <<if $PC.buttImplant == 1>> You had to get your suit pants let out to contain your enormous rear. It does nothing to hide how big and round your asscheeks are, though. <<else>> You had to get your suit pants let out to contain your enormous rear. It can clearly be seen jiggling within them. <</if>> <<elseif $PC.butt == 2>> Your huge rear threatens to tear apart your suit pants. You'll need to get them let out soon. <<elseif $PC.butt == 1>> Your suit pants are strained by your big butt. <</if>> <</if>> <<else>> <<if $PC.butt > 2>> <<if $PC.buttImplant == 1>> Your skirt covers your enormous butt but does nothing to hide its size and shape; you're beginning to show too much leg again, it might be time for a longer skirt. <<else>> Your skirt covers your enormous butt but does nothing to hide its size and fluidity; your rear is soft enough to fill out your skirt but not lift it up too far, it also translates every motion to the fabric, however. <</if>> <<elseif $PC.butt == 2>> Your skirt covers your huge butt but does nothing to hide its size; in fact, you've had to start wearing a longer one to make up for the extra surface area. <<elseif $PC.butt == 1>> Your skirt covers your big butt but does nothing to hide its size. <</if>> <</if>> <</if>> <<else>> <<if $PC.butt > 2>> <<if $PC.ballsImplant > 2 && $ballsAccessibility != 1>> Your enormous<<if $PC.markings == "freckles">>, freckled<<elseif $PC.markings == "heavily freckled">>, densely freckled<</if>> butt would make your chair extremely comfortable if it wasn't for your enormous balls. You have to be extremely careful to prevent your enormous cheeks from pinching your nuts. <<else>> Your enormous<<if $PC.markings == "freckles">>, freckled<<elseif $PC.markings == "heavily freckled">>, densely freckled<</if>> butt makes for an extremely comfortable seat. You hope the chair doesn't follow you when you stand up this time. <</if>> <<elseif $PC.butt == 2>> <<if $PC.ballsImplant > 2 && $ballsAccessibility != 1>> Your huge<<if $PC.markings == "freckles">>, freckled<<elseif $PC.markings == "heavily freckled">>, densely freckled<</if>> butt would make for a very comfortable seat if it wasn't for your enormous balls. You have to be careful to prevent your huge cheeks from pinching your nuts. <<else>> Your huge<<if $PC.markings == "freckles">>, freckled<<elseif $PC.markings == "heavily freckled">>, densely freckled<</if>> butt makes for a very comfortable seat. <</if>> <<elseif $PC.butt == 1>> <<if $PC.ballsImplant > 2 && $ballsAccessibility != 1>> Your big<<if $PC.markings == "freckles">>, freckled<<elseif $PC.markings == "heavily freckled">>, densely freckled<</if>> butt would make for a comfortable seat if your enormous balls weren't getting in the way. <<else>> Your big<<if $PC.markings == "freckles">>, freckled<<elseif $PC.markings == "heavily freckled">>, densely freckled<</if>> butt makes for a comfortable seat. <</if>> <</if>> <</if>> <</widget>>
DankWolf/fc
src/pregmod/widgets/playerDescriptionWidgets.tw
tw
bsd-3-clause
57,788
:: pregmod birth widgets [widget nobr] <<widget "BroodmotherBirth">> <<set _birthScene = random(1,100)>> <br> <<if random(1,2) == 1>> /* at assignment else in halls/etc */ <<switch $slaves[$i].assignment>> <<case "rest">> <<if !canWalk($slaves[$i])>> <<if $slaves[$i].fetish == "mindbroken">> <<if (random(1,20) > $suddenBirth)>> $He is helped back to her bed and stripped before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he is encouraged to keep resting. $He runs her hands across the still huge dome of her middle; to $him, gravidity and birth is nothing out of the ordinary. <<else>> $slaves[$i].slaveName is awoken from her rest by a strong contraction. $He rolls over and begins to fall back to sleep as another contraction wracks her body. <<ClothingBirth>> $He fishes around under her still huge dome of a stomach searching for her newborn. Once $he finds it, $he draws it to her breast and resumes resting. <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> $He is helped back to her bed and stripped before slipping into it. $He makes herself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he is encouraged to keep resting. $He rolls over, cradling her heavily rounded middle, and dozes off. <<else>> $slaves[$i].slaveName is awoken from her rest by a moist sensation followed by a contraction. $He rolls over and clutches her gravid belly as another contraction wracks her body. <<ClothingBirth>> $He struggles to collect her child and places them in the cradle readied for $him. $He is helped to the shower as your servants clean up and remove her child. <</if>> <</if>> <<else>> <<if $slaves[$i].fetish == "mindbroken">> <<if (random(1,20) > $suddenBirth)>> $He returns to her bed and strips before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he is encouraged to keep resting. $He runs her hands across the still huge dome of her middle; to $him, gravidity and birth is nothing out of the ordinary. <<else>> $slaves[$i].slaveName is awoken from her rest by a strong contraction. $He rolls over and begins to fall back to sleep as another contraction wracks her body. <<ClothingBirth>> $He fishes around under her still huge dome of a stomach searching for her newborn. Once $he finds it, $he draws it to her breast and resumes resting. <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> $He returns to her bed and strips before slipping into it. $He makes herself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he is encouraged to keep resting. $He rolls over, cradling her heavily rounded middle, and dozes off. <<else>> $slaves[$i].slaveName is awoken from her rest by a moist sensation followed by a contraction. $He rolls over and clutches her gravid belly as another contraction wracks her body. <<ClothingBirth>> $He struggles to collect her child and places them in the cradle readied for $him. $He hefts her still very gravid body out of bed to take a shower as your servants clean up and remove her child. <</if>> <</if>> <</if>> <<case "be a subordinate slave">> <<set _tempSub = getSlave($slaves[$i].subTarget)>> <<if $slaves[$i].fetish == "mindbroken">> <<if $slaves[$i].subTarget == 0>> <<if (random(1,20) > $suddenBirth)>> $He returns to her bed and strips before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests for a short while before returned to your waiting slaves. <<else>> While servicing your other slaves, $slaves[$i].slaveName's water breaks, though it does nothing to deter her from her task. <<ClothingBirth>> No sooner than <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby is born, a cock is shoved into her gaping, still very gravid <<if $slaves[$i].mpreg == 1>>asshole<<else>>pussy<</if>> as $he draws her child to her breast. <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> $He lead by _tempSub.slaveName to a private room so that $he may watch. Instinctively $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to her watching audience. $His child is promptly taken and _tempSub.slaveName eagerly descends upon her defenseless and still very gravid body. <<else>> While servicing _tempSub.slaveName, $slaves[$i].slaveName's water breaks, though it does nothing to deter her from her task. <<ClothingBirth>> No sooner than <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby is born does $he go back to pleasuring her dom. <</if>> <</if>> <<else>> <<if $slaves[$i].subTarget == 0>> <<if (random(1,20) > $suddenBirth)>> $He returns to her bed and strips before slipping into it. $He makes herself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests for a short while before returned to your waiting slaves. <<else>> While servicing your other slaves, $slaves[$i].slaveName's water breaks, causing her to immediately try to break off. However, a hand quickly hooks her gravid bulk and $he is pulled back into another slave's crotch. <<set $humiliation = 1>> <<ClothingBirth>> $He is allowed a moment to prepare <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off before returning to pleasuring your other slaves. <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> $He taken by _tempSub.slaveName to a private room so that $he may watch. Reluctantly, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, fully aware of _tempSub.slaveName's <<if _tempSub.fetish == "pregnancy">>hungry gaze<<else>>amused gaze<</if>>. $His child is promptly taken and _tempSub.slaveName eagerly descends upon her exhausted and still very gravid body. <<set $humiliation = 1>> <<else>> While servicing _tempSub.slaveName, $slaves[$i].slaveName's water breaks, causing her to immediately try to break off. $His dom eagerly watches her gravid sub's ordeal. <<set $humiliation = 1>> <<ClothingBirth>> _tempSub.slaveName collects the newborn child to be sent off before returning, caressing the swell of her still huge belly and planting her crotch directly onto her exhausted sub's face. <</if>> <</if>> <</if>> <<case "whore">> <<if !canWalk($slaves[$i])>> <<if $slaves[$i].fetish == "mindbroken">> <<if (random(1,20) > $suddenBirth)>> $He is helped back to her bed and stripped before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to her work as a pregnant whore. <<else>> While attempting to attract customers with her gravid body, $slaves[$i].slaveName's water breaks. <<ClothingBirth>> $He struggles to bring <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child to her breast as $he resumes whoring, oblivious to the free show $he just gave her customers. <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> $He is helped back to her bed and stripped before slipping into it. $He makes herself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to her work as a pregnant whore. <<else>> While attempting to attract customers with her gravid body, $slaves[$i].slaveName's water breaks, soaking $him. $He attempts to get someplace safe to give birth but finds it impossible. <<set $humiliation = 1>> <<ClothingBirth>> $He lies on the ground, exhausted and covered in sperm from the circle of men watching $him, until $he recovers enough to heft her still very gravid body to its feet and collect <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off. <</if>> <</if>> <<else>> <<if $slaves[$i].fetish == "mindbroken">> <<if (random(1,20) > $suddenBirth)>> $He returns to her bed and strips before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to her work as a pregnant whore. <<else>> While attempting to attract customers with her gravid body, $slaves[$i].slaveName's water breaks. <<ClothingBirth>> $He struggles to bring <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child to her breast as $he resumes whoring, oblivious to the free show $he just gave her customers. <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> $He returns to her bed and strips before slipping into it. $He makes herself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to her work as a pregnant whore. <<else>> While attempting to attract customers with her gravid body, $slaves[$i].slaveName's water breaks, soaking $him. $He attempts to get someplace safe to give birth but finds her path blocked by rowdy johns. <<set $humiliation = 1>> <<ClothingBirth>> $He lies on the ground, exhausted and covered in sperm from the circle of men watching $him, until $he recovers enough to push her still very gravid body to its feet and collect <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off. <</if>> <</if>> <</if>> <<case "serve the public">> <<if !canWalk($slaves[$i])>> <<if $slaves[$i].fetish == "mindbroken">> <<if (random(1,20) > $suddenBirth)>> $He is helped back to her bed and stripped before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to sharing her gravid body with the public. <<else>> <<if (_birthScene > 80) && canDoVaginal($slaves[$i])>> While riding a citizen's dick, $slaves[$i].slaveName's water breaks on him. Showing no signs of stopping, he shoves her bulk off of him. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching her naked crotch. $He draws her child to her breast before seeking out the next citizen's cock. <<elseif (_birthScene > 60) && canDoAnal($slaves[$i])>> While taking a citizen's dick in her ass, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so he allows her to reposition and continue. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching her naked crotch. He came strongly thanks to her and gives her a slap on the ass as $he struggles to reach her child around her still very gravid middle. Once $he has brought her child to her breast, $he seeks out the next citizen's cock. <<elseif (_birthScene > 40)>> While licking a citizen's cunt, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so $he allows her to reposition and continue. <<ClothingBirth>> The citizen splashes across her face as $he struggles to reach her child around her still very gravid middle. Once $he has brought her child to her breast, $he seeks out the next citizen's cunt. <<else>> While sucking a citizen's dick, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so he allows her to reposition and continue. <<ClothingBirth>> He cums down her throat as $he struggles to reach her child around her still very gravid middle. Once $he has brought her child to her breast, $he seeks out the next citizen's cock. <</if>> <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> $He is helped back to her bed and stripped before slipping into it. $He makes herself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to sharing her gravid body with the public. <<else>> <<if (_birthScene > 80) && canDoVaginal($slaves[$i])>> While riding a citizen's dick, $slaves[$i].slaveName's water breaks on him. $He desperately tries to disengage but he grabs her hips and slams her back down. He thoroughly enjoys her contracting cunt before pushing her off and standing over $him, jacking off. Quickly $he spreads her legs apart and begins pushing out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He can't hide what's happening between her legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He cums over her heaving, still very gravid body and moves on leaving her to recover and collect her child to be sent off. <<set $humiliation = 1>> <<elseif (_birthScene > 60) && canDoAnal($slaves[$i])>> While taking a citizen's dick in her ass, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but he grabs her hips and slams into her hard. Quickly $he spreads her legs apart and begins pushing out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He can't hide what's happening between her legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He came strongly thanks to her and gives her a slap on the ass as $he collapses onto her still very gravid belly and slips to her side. $He quickly gathers her child to be sent off. <<set $humiliation = 1>> <<elseif (_birthScene > 40)>> While licking a citizen's cunt, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but $he grabs her head and slams her back into her crotch. <<set $humiliation = 1>> <<ClothingBirth>> $He cums across her face before helping her still very gravid body to the ground and leaving. When $he recovers, $he quickly gathers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off. <<else>> While sucking a citizen's dick, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but he grabs her head and slams her back into his crotch. <<set $humiliation = 1>> <<ClothingBirth>> He cums down her throat before letting her collapse to the ground and leaving. When $he recovers and pushes her still very gravid body upright, $he quickly gathers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off. <</if>> <</if>> <</if>> <<else>> <<if $slaves[$i].fetish == "mindbroken">> <<if (random(1,20) > $suddenBirth)>> $He returns to her bed and strips before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to sharing her gravid body with the public. <<else>> <<if (_birthScene > 80) && canDoVaginal($slaves[$i])>> While riding a citizen's dick, $slaves[$i].slaveName's water breaks on him. Showing no signs of stopping, he shoves her bulk off of him. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching her naked crotch. $He draws her child to her breast before seeking out the next citizen's cock. <<elseif (_birthScene > 60) && canDoAnal($slaves[$i])>> While taking a citizen's dick in her ass, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so he allows her to reposition and continue. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching her naked crotch. He came strongly thanks to her and gives her a slap on the ass as $he struggles to reach her child around her still very gravid middle. Once $he has brought her child to her breast, $he seeks out the next citizen's cock. <<elseif (_birthScene > 40)>> While licking a citizen's cunt, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so $he allows her to reposition and continue. <<ClothingBirth>> The citizen splashes across her face as $he struggles to reach her child around her still very gravid middle. Once $he has brought her child to her breast, $he seeks out the next citizen's cunt. <<else>> While sucking a citizen's dick, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so he allows her to reposition and continue. <<ClothingBirth>> He cums down her throat as $he struggles to reach her child around her still very gravid middle. Once $he has brought her child to her breast, $he seeks out the next citizen's cock. <</if>> <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> $He returns to her bed and strips before slipping into it. $He makes herself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to sharing her gravid body with the public. <<else>> <<if (_birthScene > 80) && canDoVaginal($slaves[$i])>> While riding a citizen's dick, $slaves[$i].slaveName's water breaks on him. $He desperately tries to disengage but he grabs her hips and slams her back down. He thoroughly enjoys her contracting cunt before pushing her off and standing over $him, jacking off. Quickly $he spreads her legs apart and begins pushing out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He can't hide what's happening between her legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He cums over her heaving, still very gravid body and moves on leaving her to recover and collect her child to be sent off. <<set $humiliation = 1>> <<elseif (_birthScene > 60) && canDoAnal($slaves[$i])>> While taking a citizen's dick in her ass, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but he grabs her hips and slams into her hard. Quickly $he spreads her legs apart and begins pushing out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He can't hide what's happening between her legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He came strongly thanks to her and gives her a slap on the ass as $he collapses onto her still very gravid belly and slips to her side. $He quickly gathers her child to be sent off. <<set $humiliation = 1>> <<elseif (_birthScene > 40)>> While licking a citizen's cunt, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but $he grabs her head and slams her back into her crotch. <<set $humiliation = 1>> <<ClothingBirth>> $He cums across her face before helping her still very gravid body to the ground and leaving. When $he recovers, $he quickly gathers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off. <<else>> While sucking a citizen's dick, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but he grabs her head and slams her back into his crotch. <<set $humiliation = 1>> <<ClothingBirth>> He cums down her throat before letting her collapse to the ground and leaving. When $he recovers and pushes her still very gravid body to its feet, $he quickly gathers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off. <</if>> <</if>> <</if>> <</if>> <<case "work a glory hole">> <<if $slaves[$i].fetish == "mindbroken">> <<if (random(1,20) > $suddenBirth)>> Since $he is unable to leave her box, $he doesn't have far to go. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is quickly extracted from the box. $He never notices, focused entirely on the fresh cock poking through the glory hole and the sensation of her still very gravid middle rubbing the wall. <<else>> While sucking a dick through the hole of her confining box, $slaves[$i].slaveName's water breaks. $He makes no effort to stop sucking the dicks presented to $him. <<ClothingBirth>> <<if $slaves[$i].birthsTotal == 0>>$His first<<else>>This week's<</if>> child is quickly extracted from the box. $He never notices, focused entirely on the fresh cock poking through the glory hole and the sensation of her still very gravid middle rubbing the wall. <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> Since $he is unable to leave her box, $he doesn't have far to go. $He quickly finishes the waiting dick before shifting herself into a slightly, though not by much, more comfortable position. $He begins laboring on <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child. As $he finishes, the box is opened and her child is gathered and taken away before $he is ordered back to sucking. <<else>> While sucking a dick through the hole of her confining box, $slaves[$i].slaveName's water breaks. $He quickly finishes the dick off before seating herself in the back of the box. <<ClothingBirth>> As $he finishes, $he could have sworn $he saw an eye peeping through the glory hole, watching the show. The box is opened and <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child is gathered and taken away as $he struggles to reach the fresh cock poking through the hole. <</if>> <</if>> <<case "get milked">> <<if $slaves[$i].fetish == "mindbroken">> <<if $dairyPregSetting > 0>> Since the dairy is designed for pregnant cows, $he stays hooked up to the milkers. $He shows little interest in her coming birth, instead focusing on her milky breasts. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He shows no interest in her child being removed from the milking stall, nor when her still very gravid body is hosed off. <<else>> <<if (random(1,20) > $suddenBirth)>> <<if !canWalk($slaves[$i])>>$He is helped back to her bed and stripped before slipping into it<<else>>$He returns to her bed and strips before slipping into it<</if>>. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to the milkers to lighten her swelling breasts. <<else>> While getting milked, $slaves[$i].slaveName's water breaks. $He show little interest and continues kneading her breasts. <<ClothingBirth>> $He shows no interest in <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child being removed from the milking stall, nor her still very gravid middle, instead focusing entirely on draining her breasts. <</if>> <</if>> <<else>> <<if $dairyPregSetting > 0>> Since the dairy is designed for pregnant cows, $he stays hooked up to the milkers. $He meekly protests her situation, but ultimately accepts it. $He begins working on birthing her <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, and catches a glimpse of her child being removed from the milking stall, but quickly forgets when $he is hosed off. <<set $humiliation = 1>> <<else>> <<if (random(1,20) > $suddenBirth)>> <<if !canWalk($slaves[$i])>>$He is helped back to her bed and stripped before slipping into it<<else>>$He returns to her bed and strips before slipping into it<</if>>. $He makes herself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to the milkers to lighten her swelling breasts. <<else>> While getting milked, $slaves[$i].slaveName's water breaks. $He shifts into a comfortable position to give birth while the milker works her breasts. <<ClothingBirth>> $He takes a break from milking to collect <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child for removal and to catch her breath before reattaching the milkers and coaxing her milk to begin flowing anew. <</if>> <</if>> <</if>> <<case "please you">> <<if !canWalk($slaves[$i])>> <<if $slaves[$i].fetish == "mindbroken">> <<if (random(1,20) > $suddenBirth)>> You strip her and help her onto your couch. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he falls into a contented nap. You fondle her still very gravid body until a servant comes to help clean her up. <<else>> While sitting absentmindedly nearby, $slaves[$i].slaveName's water breaks soaking the floor under $him. $He pays no heed to it and continues waiting for you to use $him. <<ClothingBirth>> You certainly enjoyed the show as you call for a servant to take away <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and to clean up the spill. <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> <<if $slaves[$i].devotion > 20>> $He moans lewdly at you and wiggles her hips. As $he teases, $he begins pushing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby out. As $he crowns, you pull her into your arms and hold her close. You hold her in a comforting embrace until $he finishes. <<elseif $slaves[$i].devotion >= -20>> $He releases a lewd moan and begins attempting to remove her clothes. You approach $him, clearing her vagina and helping her onto the couch, where you take a seat next to her to fondle her vulnerable body. $He begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. Once $he finishes, you give her some time to catch her breath. <<else>> $He begins desperately begging to be taken back to her bed; instead you pull her towards the couch and take a seat with her in your lap, back against your front. Blushing thoroughly, $he gives a meek protest before focusing on the coming birth, rather than your wandering hands. $He begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. <<set $humiliation = 1>> <</if>> $His child is promptly taken and, following a shower and a fresh change of clothes, $he is helped back to your office<<if $slaves[$i].devotion < -20>> where you are waiting to enjoy her still very gravid body<</if>>. <<else>> While sitting nearby, $slaves[$i].slaveName's water breaks, startling $him. $He looks to you for guidance and you shake your head "no". Without permission to leave $he <<if $slaves[$i].devotion > 50>>decides to give you a show<<elseif $slaves[$i].devotion > 20>>reluctantly decides giving birth in front of you isn't so bad<<else>>begins to panic as her contractions come sooner and sooner<<set $humiliation = 1>><</if>>. <<ClothingBirth>> As thanks for the show, you help her still very gravid body to the couch so $he can recover before returning to her duties. You call for a servant to take away <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and to clean up your floor and your toy. <</if>> <</if>> <<else>> <<if $slaves[$i].fetish == "mindbroken">> <<if (random(1,20) > $suddenBirth)>> $He returns to her bed and strips before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he falls into a contented nap. That is until you drag her still very gravid ass out of bed, inquiring where $he waddled off to without your permission. <<else>> While standing absentmindedly nearby, $slaves[$i].slaveName's water breaks soaking the floor under $him. $He pays no heed to it and continues waiting for you to use $him. <<ClothingBirth>> You certainly enjoyed the show as you call for a servant to take away <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and to clean up the spill. <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> <<if $slaves[$i].devotion > 20>> $He seeks you out and begins slowly stripping. As $he teases, $he begins pushing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby out. As $he crowns, $he throws herself into your waiting arms and holds herself to you. You hold her in a comforting embrace until $he finishes. <<elseif $slaves[$i].devotion >= -20>> $He approaches you and begins a very uncertain striptease. As $he lowers herself to the floor to begin pushing, you overtake her and fondle her vulnerable body. $He begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. Once $he finishes, you help her to the couch to catch her breath. <<else>> $He attempts to leave your office and return to her bed, but you catch her arm before $he slips out of reach. You order her to strip and give you a show. Blushing thoroughly, $he gives a meek performance before falling to the floor. $He begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. <<set $humiliation = 1>> <</if>> $His child is promptly taken and, following a shower and a fresh change of clothes, $he waddles back into your office<<if $slaves[$i].devotion < -20>> where you are waiting to enjoy her still very gravid body<</if>>. <<else>> While standing nearby, $slaves[$i].slaveName's water breaks, startling $him. $He looks to you for guidance and you shake your head "no". Without permission to leave $he <<if $slaves[$i].devotion > 50>>decides to give you a show<<elseif $slaves[$i].devotion > 20>>reluctantly decides giving birth in front of you isn't so bad<<else>>begins to panic as her contractions come sooner and sooner<<set $humiliation = 1>><</if>>. <<ClothingBirth>> As thanks for the show, you help her still very gravid body onto the couch so $he can recover before returning to her duties. You call for a servant to take away <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and to clean up your floor and your toy. <</if>> <</if>> <</if>> <<case "stay confined">> <<if $slaves[$i].fetish == "mindbroken">> <<if (random(1,20) > $suddenBirth)>> Since $he is locked in a cell, $he doesn't have far to go. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and, after her still very gravid body and the cell are hosed down, $he is returned to isolation. <<else>> While waiting in confinement, $slaves[$i].slaveName's water breaks. $He assumes a birthing position. <<ClothingBirth>> $He struggles to reach <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child around her still very gravid middle and resumes waiting with it latched to her breast. <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> Since $he is locked in a cell, $he doesn't have far to go. Reluctantly, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and, after her still very gravid body and the cell are hosed down, $he is returned to isolation. <<set $humiliation = 1>> <<else>> $slaves[$i].slaveName is awoken from her stupor by moist sensation followed by a contraction. $He rolls over and clutches her gravid belly as another contraction wracks her body. <<ClothingBirth>> $He collects <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and holds it close knowing someone will soon come to take it away from $him. <</if>> <</if>> <<case "work as a servant" "be a servant">> <<if $slaves[$i].fetish == "mindbroken">> <<if (random(1,20) > $suddenBirth)>> $He returns to her bed and strips before slipping into it. Instinctively $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to her role as your ever-pregnant maid. <<else>> <<if _birthScene > 50>> While giving a slave oral service, $slaves[$i].slaveName's water breaks. $He disregards this development and continues working. <<ClothingBirth>> The slave gets off quite strongly to the show and shoves $him out of the way, leaving $him to clean up $his mess. Instead, $he draws <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child to her breast until <<if $Stewardess != 0>>$Stewardess.slaveName<<elseif $HeadGirl != 0>>$HeadGirl.slaveName<<elseif $assistantName == "your personal assistant">>your personal assistant<<else>>$assistantName<</if>> shouts at $him to move her useless pregnant ass. <<else>> While scrubbing the penthouse floor, $slaves[$i].slaveName's water breaks. $He turns to clean this new spill, disregarding what it means. <<ClothingBirth>> Instead of cleaning the fresh mess $he made, $he draws <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child to her breast until <<if $Stewardess != 0>>$Stewardess.slaveName<<elseif $HeadGirl != 0>>$HeadGirl.slaveName<<elseif $assistantName == "your personal assistant">>your personal assistant<<else>>$assistantName<</if>> shouts at her to move her useless pregnant ass. <</if>> <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> $He returns to her bed and strips before slipping into it. $He makes herself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to her role as your ever-pregnant maid. <<else>> <<if _birthScene > 50>> While giving a slave oral service, $slaves[$i].slaveName's water breaks. $He desperately tries to pull away but they grab her head and force her back to their crotch. <<set $humiliation = 1>> <<ClothingBirth>> The slave gets off quite strongly to the show and shoves her out of the way, leaving her to clean up her mess. $He hurriedly tries to mop up the mess and collect <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child before <<if $Stewardess != 0>>$Stewardess.slaveName<<elseif $HeadGirl != 0>>$HeadGirl.slaveName<<else>><<if $assistantName == "your personal assistant">>your personal assistant<<else>>$assistantName<</if>><</if>> shouts at her for dragging her pregnant ass. <<else>> While scrubbing the penthouse floor, $slaves[$i].slaveName's water breaks. $He panics at the thought of not cleaning up $his spill but her worsening contractions force her to find a secluded place to give birth. <<ClothingBirth>> Collecting <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child, $he carefully exits her hiding place before coming under the eye of <<if $Stewardess != 0>>the glaring $Stewardess.slaveName. $His child is promptly taken<<elseif $HeadGirl != 0>>the glaring $HeadGirl.slaveName. $His child is promptly taken <<else>><<if $assistantName == "your personal assistant">>your personal assistant<<else>>$assistantName<</if>>. $His child is promptly taken by other servants<</if>> following a lecture about priorities and time management given her constant pregnancy and predictable birth cycle. <</if>> <</if>> <</if>> <<case "serve in the master suite">> <<if !canWalk($slaves[$i])>> <<if $slaves[$i].fetish == "mindbroken">> <<if (random(1,20) > $suddenBirth)>> <<if $masterSuiteUpgradePregnancy == 1>> $He is helping into the birthing chamber, stripped, and aided into the specialized chair. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and, following a shower and fresh change of clothes, $he is returned to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>the main room of the master suite<</if>>. <<else>> After struggling to strip and tipping into one of the various seats around the room, $he prepares to give birth. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to her may be watching $him. $His child is promptly taken and, following a shower and fresh change of clothes, $he is helped back to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>her usual spot<</if>>. <</if>> <<else>> <<if $masterSuiteUpgradeLuxury == 1>> While awaiting your return on the big bed in the master suite, $slaves[$i].slaveName's water breaks thoroughly soaking the sheets. Ignoring the mess, $he shifts into a more comfortable position. <<ClothingBirth>> $He struggles to reach <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child around her still gravid figure before bringing it to her breast and resuming her wait. <<if $Concubine != 0>>Concubine.slaveName furiously orders her child removed and her still very pregnant ass forcefully ejected from the bed so it can be cleaned before your return.<</if>> <<elseif $masterSuiteUpgradeLuxury == 2>> While being the bottom of the master suite's fuckpit, $slaves[$i].slaveName's water breaks. While $he doesn't stop having sex, the fucktoys using her do and drag her from the pit to give birth. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching her naked crotch. Without a second thought about her child, $he slips back into the fuckpit. <<else>> While awaiting your return in the master suite, $slaves[$i].slaveName's water breaks. $He pays it no heed and continues blankly waiting. <<ClothingBirth>> $He struggles to reach <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child around her still gravid figure before bringing it to her breast and resuming her wait <<if $Concubine != 0>>Concubine.slaveName furiously orders her child removed and her still very pregnant ass thoroughly cleaned before your return.<</if>> <</if>> <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> <<if $masterSuiteUpgradePregnancy == 1>> $He is helping into the birthing chamber, stripped, and aided into the specialized chair. Finding it quite comfortable, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and, following a shower and fresh change of clothes, $he is returned to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>the main room of the master suite<</if>>. <<else>> After struggling to strip and tipping into one of the various seats around the room, $he prepares to give birth. $He gets comfortable and begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child> is promptly taken and, following a shower and fresh change of clothes, $he is returned to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>her preferred spot<</if>>. <</if>> <<else>> <<if $masterSuiteUpgradeLuxury == 1>> While awaiting your return on the big bed in the master suite, $slaves[$i].slaveName's water breaks thoroughly soaking the sheets. $He quickly shifts herself off the bed and calls for a servant before dropping to the floor. <<ClothingBirth>> Once <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child is removed, her still very gravid body cleaned up, and the sheets are changed, $he is helped back into bed to recover for your return. <<elseif $masterSuiteUpgradeLuxury == 2>> While participating in the fuckpit orgy, $slaves[$i].slaveName's water breaks. $He begs to be let out of the pit but the other fucktoys pull her in and position themselves for her to pleasure them while giving birth. <<set $humiliation = 1>> <<ClothingBirth>> Once the fucktoys are done tormenting the still very gravid new mother, they hand <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child off to the help and pull her into an embrace to allow her to regain her strength. <<else>> While awaiting your return in the master suite, $slaves[$i].slaveName's water breaks. $He tries to get to the prepared area but fails to untangle herself from the toys $he was playing with. $He calls for a servant to hurry as $he begins laboring. <<ClothingBirth>> The servant collects <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and helps her still very gravid body onto a cushion to recover for your return. <<if canDoAnal($slaves[$i]) && $slaves[$i].anus > 0>>With a little effort, $he pushes the vibrating dildo out of her ass<<else>>With things settling down, $he finally manages to switch off the bullet vibrators stuck to her crotch<</if>> before settling down for a nap. <</if>> <</if>> <</if>> <<else>> <<if $slaves[$i].fetish == "mindbroken">> <<if (random(1,20) > $suddenBirth)>> <<if $masterSuiteUpgradePregnancy == 1>> $He enters the birthing chamber, strips, and seats herself in the specialized chair. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and, following a shower and fresh change of clothes, $he returns to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>the main room of the master suite<</if>>. <<else>> $He strips and settles into one of the various seats around the room. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to her may be watching $him. $His child is promptly taken and, following a shower and fresh change of clothes, $he returns to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>her usual spot<</if>>. <</if>> <<else>> <<if $masterSuiteUpgradeLuxury == 1>> While awaiting your return on the big bed in the master suite, $slaves[$i].slaveName's water breaks thoroughly soaking the sheets. Ignoring the mess, $he shifts into a more comfortable position. <<ClothingBirth>> $He struggles to reach <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child around her still gravid figure before bringing it to her breast and resuming her wait. <<if $Concubine != 0>>Concubine.slaveName furiously orders her child removed and her still very pregnant ass forcefully ejected from the bed so it can be cleaned before your return.<</if>> <<elseif $masterSuiteUpgradeLuxury == 2>> While being the bottom of the master suite's fuckpit, $slaves[$i].slaveName's water breaks. While $he doesn't stop having sex, the fucktoys using her do and drag her from the pit to give birth. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching her naked crotch. Without a second thought about her child, $he slips back into the fuckpit. <<else>> While awaiting your return in the master suite, $slaves[$i].slaveName's water breaks. $He pays it no heed and continues blankly waiting. <<ClothingBirth>> $He struggles to reach <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child around her still gravid figure before bringing it to her breast and resuming her wait <<if $Concubine != 0>>Concubine.slaveName furiously orders her child removed and her still very pregnant ass thoroughly cleaned before your return.<</if>> <</if>> <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> <<if $masterSuiteUpgradePregnancy == 1>> $He enters the birthing chamber, strips, and seats herself in the specialized chair. Finding it quite comfortable, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and, following a shower and fresh change of clothes, $he returns to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>the main room of the master suite<</if>>. <<else>> $He strips and settles into one of the various seats around the room. $He gets comfortable and begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and, following a shower and fresh change of clothes, $he returns to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>her preferred spot<</if>>. <</if>> <<else>> <<if $masterSuiteUpgradeLuxury == 1>> While awaiting your return on the big bed in the master suite, $slaves[$i].slaveName's water breaks thoroughly soaking the sheets. $He quickly moves herself off the bed and calls for a servant before dropping to the floor. <<ClothingBirth>> Once <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child is removed, her still very gravid body cleaned up, and the sheets are changed, $he crawls back into bed to recover for your return. <<elseif $masterSuiteUpgradeLuxury == 2>> While participating in the fuckpit orgy, $slaves[$i].slaveName's water breaks. $He tries to crawl out of the pit but the other fucktoys pull her back in and position themselves for her to pleasure them while giving birth. <<set $humiliation = 1>> <<ClothingBirth>> Once the fucktoys are done tormenting the exhausted <<if $slaves[$i].birthsTotal == 0>>new <<else>>brood<</if>>mother, they hand her child off to the help and pull her into an embrace to allow her to regain her strength. <<else>> While awaiting your return in the master suite, $slaves[$i].slaveName's water breaks. $He tries to get to the prepared area but fails to untangle herself from the toys $he was playing with. $He calls for a servant to hurry as $he begins laboring. <<ClothingBirth>> The servant collects <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and helps her still very gravid body onto a cushion to recover for your return. <<if canDoAnal($slaves[$i]) && $slaves[$i].anus > 0>>With a little effort, $he pushes the vibrating dildo out of her ass<<else>>With things settling down, $he finally manages to switch off the bullet vibrators stuck to her crotch<</if>> before settling down for a nap. <</if>> <</if>> <</if>> <</if>> <<case "serve in the club">> <<if !canWalk($slaves[$i])>> <<if $slaves[$i].fetish == "mindbroken">> <<if (random(1,20) > $suddenBirth)>> $He is helped into a private room in the back of the club by a group of eager patrons. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to her audience. $His child is promptly taken and, following a cleaning and fresh change of clothes, the audience is allowed to have their way with her still very gravid body. <<else>> $slaves[$i].slaveName is showing off her gravid body and trying to attract citizens as well as $he can. During one of her teases, her water breaks, soaking the floor. $He keeps on teasing, despite her condition, until her contractions drag her to the floor. <<ClothingBirth>> Multiple citizens pull her still very pregnant form into a booth so that they may tease her exhausted body while the floor is dried and <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child carried off. <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> $He is helped to a private room in the back of the club by several patrons who just can't keep their hands off $him. $He settles herself onto a patron's lap and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, basking in the attention of her audience. $His child is promptly taken and $he beckons the audience to enjoy her still very gravid body. <<else>> <<if $slaves[$i].fetish == "humiliation">> $slaves[$i].slaveName is showing off her gravid body and trying to attract citizens by "dancing" as well as $he can, all the while being a huge tease. During one of her "dances", her water breaks, soaking the floor. $He calls out to the crowd, hyping them up for her new show. <<set $humiliation = 1>> <<ClothingBirth>> As <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child are removed, $he is helped into one of the back rooms by several of her aroused onlookers. <<else>> $slaves[$i].slaveName is showing off her gravid body and trying to attract citizens by "dancing" as well as her figure will let $him. During one of her dances, her water breaks, soaking the floor. $He hastily tries to find help to leave, but only finds hands groping her body. $He is quickly pulled into one of the side rooms by a group of men looking forward to the show $he's about to perform for them. <<set $humiliation = 1>> <<ClothingBirth>> Only once the last of her clients cums over her still very pregnant body is $he allowed to gather <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and take a seat. $He enjoys a moment with her newborn before the servant comes to collect it. <</if>> <</if>> <</if>> <<else>> <<if $slaves[$i].fetish == "mindbroken">> <<if (random(1,20) > $suddenBirth)>> $He heads to a private room in the back of the club filled with eager patrons. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to her audience. $His child is promptly taken and, following a cleaning and fresh change of clothes, the audience is allowed to have their way with her still very gravid body. <<else>> $slaves[$i].slaveName is showing off her gravid body and trying to attract citizens by dancing as well as $he can. During one of her dances, her water breaks, soaking the dance floor. $He keeps on dancing, despite her condition, until her contractions drag her to the floor. <<ClothingBirth>> Multiple citizens pull her still very pregnant form into a booth so that they may tease her exhausted body while the dance floor is dried and <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child carried off. <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> $He heads to a private room in the back of the club accompanied by several patrons who just can't keep their hands off $him. $He settles herself onto a patron's lap and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, basking in the attention of her audience. $His child is promptly taken and $he beckons the audience to enjoy her still very gravid body. <<else>> <<if $slaves[$i].fetish == "humiliation">> $slaves[$i].slaveName is showing off her gravid body and trying to attract citizens by dancing as well as $he can, all the while flashing glimpses of her crotch and nipples. During one of her dances, her water breaks, soaking the dance floor. $He calls out to the crowd, hyping them up for her new show. <<set $humiliation = 1>> <<ClothingBirth>> As <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child is removed from the dance floor, her still very pregnant form is helped into one of the back rooms by several of her aroused onlookers. <<else>> $slaves[$i].slaveName is showing off her gravid body and trying to attract citizens by dancing as well as $he can. During one of her dances, her water breaks, soaking the dance floor. $He hastily tries to escape the public's gaze only to find hands groping her body. $He is quickly pulled into one of the side rooms by a group of men looking forward to the show $he's about to perform for them. <<set $humiliation = 1>> <<ClothingBirth>> Only once the last of her clients cums over her still very pregnant figure is $he allowed to gather <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and take a seat. $He enjoys a moment with her newborn before the servant comes to collect it. <</if>> <</if>> <</if>> <</if>> <<case "choose her own job">> <<if !canWalk($slaves[$i])>> <<if $slaves[$i].fetish == "mindbroken">> <<if (random(1,20) > $suddenBirth)>> $He is helped back to her bed and stripped before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and, after a short rest, $he waits for someone to help her still very gravid form to her next job, having forgotten $he was choosing it. <<else>> $slaves[$i].slaveName is awoken from her stupor by a strong contraction. $He runs a hand across her middle as another contraction runs through it. <<ClothingBirth>> $He fishes around under her still huge dome of a stomach searching for <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> newborn. Once $he finds it, $he draws it to her breast and resumes waiting for someone to tell her what to do. <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> $He is helped back to her bed and stripped before slipping into it. $He makes herself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and, after a short rest, $he returns to pondering what assignment would be best for a still very gravid girl. <<else>> While deciding on her post, $slaves[$i].slaveName's water breaks. Unable to reach the prepared birthing room in time, $he pulls herself into a secluded nook to give birth in. <<ClothingBirth>> $He gathers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and recovers her strength before a servant finds her and collects her baby. $He decides to rest for the rest of the day before returning to pondering what assignment would be best for a still very gravid girl. <</if>> <</if>> <<else>> <<if $slaves[$i].fetish == "mindbroken">> <<if (random(1,20) > $suddenBirth)>> $He returns to her bed and strips before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and, after a short rest, $he returns to waddling around the penthouse. <<else>> $slaves[$i].slaveName is awoken from her stupor by a strong contraction. $He runs a hand across her middle as another contraction runs through it. <<ClothingBirth>> $He fishes around under her still huge dome of a stomach searching for her newborn. Once $he finds it, $he draws it to her breast and resumes waiting for someone to tell her what to do. <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> $He returns to her bed and strips before slipping into it. $He makes herself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and, after a short rest, $he returns to pondering her what assignment would be best for a still very gravid girl. <<else>> <<if $slaves[$i].fetish == "humiliation">> While wandering the penthouse deciding on her post, $slaves[$i].slaveName's water breaks. Sensing an opportunity, $he waddles to the nearest balcony overlooking the city. $He calls out, making sure all eyes are on her for what happens next. <<set $humiliation = 1>> <<ClothingBirth>> $He gathers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and recovers her strength before finding a servant to give her it to. $He decides to rest for the rest of the day before returning to figuring out what assignment would be most humiliating for a still very gravid girl. <<else>> While wandering the penthouse deciding on her post, $slaves[$i].slaveName's water breaks. Unable to reach the prepared birthing room in time, $he finds a secluded nook to give birth in. <<ClothingBirth>> $He gathers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and recovers her strength before finding a servant to give her it to. $He decides to rest for the rest of the day before returning to deciding what assignment would be best for a still very gravid girl. <</if>> <</if>> <</if>> <</if>> <<case "rest in the spa">> <<if $slaves[$i].fetish == "mindbroken">> <<if (random(1,20) > $suddenBirth)>> <<if $Attendant != 0>>$Attendant.slaveName leads her to a special pool designed to give birth in. Once $he is safely in the water alongside her,<<else>>$He is lead to a special pool designed to give birth in. Once $he is safely in the water alongside her assistant,<</if>> $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to her watching caretaker. $His child is promptly taken and, following a cleaning of her still very gravid body, $he is taken back to the spa. <<else>> While soaking in the spa's pool, $slaves[$i].slaveName's water breaks. As $he begins to ready herself for birth, <<if $Attendant != 0>>$Attendant.slaveName pulls her out of the pool and glares at her<<else>>the other bathers watch curiously<</if>>. <<ClothingBirth>> $He and <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child are quickly dried off as $he begins nursing it. A servant soon arrives to take her children away. <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> <<if $Attendant != 0>>$Attendant.slaveName escorts her to a special pool designed to give birth in. Once $he is safely in the water alongside her,<<else>>$He is escorted to a special pool designed to give birth in. Once $he is safely in the water alongside her assistant,<</if>> $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, aided by her caretaker. $His child is promptly taken and, following a cleaning of her still very gravid body, $he is taken back to the spa. <<else>> <<if !canWalk($slaves[$i])>>While changing in the changing room before a nice soak, $slaves[$i].slaveName's water breaks. $He hurries to find someone to help her but only finds curious onlookers<<else>>While heading for the changing room before a nice soak, $slaves[$i].slaveName's water breaks. $He hurries into the changing room only to find it unusually crowded<</if>>. Without any choice left, $he assumes a birthing position. <<set $humiliation = 1>> <<ClothingBirth>> Several of other slaves present help her with <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child while the rest finish pleasuring themselves over the show. <<if $Attendant != 0>>$Attendant.slaveName, lured in by the commotion, shoos the other slaves out and helps the new mother to a private relaxation room to unwind<<else>>Soon a servant arrives to take her child away and $he is ushered into the bath to clean up and relax<</if>>. <</if>> <</if>> <<case "learn in the schoolroom">> <<if !canWalk($slaves[$i])>> <<if (random(1,20) > $suddenBirth)>> Having been notified in the weeks leading up to her <<if $slaves[$i].birthsTotal == 0>>first<<else>>regular<</if>> birth, $he is helped to the front of the class and stripped; $he is being used as a learning aid in this lesson. Blushing strongly, $he begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, fully aware of the rapt attention of the other students. $His child is promptly taken and, following a cleaning and fresh change of clothes, $he is helped back to her seat. $He can't help but <<if canSee($slaves[$i])>>notice some of the detailed notes the class took on her genitals<<else>>overhear some of the lewd comments about her still very gravid figure<</if>>. <<set $humiliation = 1>> <<else>> During a lesson in $schoolroomName, $slaves[$i].slaveName's water breaks. Since $he can't leave the lesson, $he tries her best to hold back the upcoming birth. $He fails to manage and a particularly strong contraction elicits a moan noticeable enough to draw all the students' attention. <<set $humiliation = 1>> <<ClothingBirth>> <<if $Schoolteacher != 0>>$Schoolteacher.slaveName, furious that her lesson was interrupted, drags her still very pregnant ass from the class along with her newborn child<<else>>$He gathers her newborn child up and is quickly helped from the class<</if>>. $He can feel all the eyes watching her leave. <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> Having been notified in the weeks leading up to her <<if $slaves[$i].birthsTotal == 0>>first<<else>>regular<</if>> birth, $he heads to the front of the class and strips; $he is being used as a learning aid in this lesson. Blushing strongly, $he begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, fully aware of the rapt attention of the other students. $His child is promptly taken and, following a cleaning and fresh change of clothes, $he returns to her seat. $He can't help but <<if canSee($slaves[$i])>>notice some of the detailed notes the class took on her genitals<<else>>overhear some of the lewd comments about her still very gravid figure<</if>>. <<set $humiliation = 1>> <<else>> During a lesson in $schoolroomName, $slaves[$i].slaveName's water breaks. Since $he can't leave the lesson, $he tries her best to hold back the upcoming birth. $He fails to manage and a particularly strong contraction elicits a moan noticeable enough to draw all the students' attention. <<set $humiliation = 1>> <<ClothingBirth>> <<if $Schoolteacher != 0>>$Schoolteacher.slaveName, furious that her lesson was interrupted, dismisses her from the class along with her newborn child<<else>>$He gathers her newborn child up and quickly excuses herself from the class<</if>>. $He can feel all the eyes staring at her still very gravid middle. <</if>> <</if>> <<case "take classes">> <<if (random(1,20) > $suddenBirth)>> Or $he would have, had <<if $assistantName == "your personal assistant">>your personal assistant<<else>>$assistantName<</if>> allowed it. Since $he can't leave the lesson, $he tries her best to hold back the upcoming birth, not without your assistant noticing. As punishment for poor planning, especially since this will be a weekly occurrence in her life, her birth will be turned into a live broadcast. Blushing strongly, $he begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, trying her best to hide her shame. Exhausted from the birth, $he is permitted a short break as her child is collected to clean herself up before the lesson is continued. <<set $humiliation = 1>> <<else>> During a lesson under <<if $assistantName == "your personal assistant">>your personal assistant<<else>>$assistantName<</if>>, $slaves[$i].slaveName's water breaks. Since $he can't leave the lesson, $he tries her best to hold back the upcoming birth, not without your assistant noticing. As punishment for poor planning, especially since this will be a weekly occurrence in her life, $he is forbidden from leaving. Additionally, her birth will be turned into a live broadcast. <<set $humiliation = 1>> <<ClothingBirth>> Exhausted from the birth, $he is permitted a short break as <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child is gathered to <<if !canWalk($slaves[$i])>>be cleaned<<else>>clean herself<</if>> up before the lesson is continued. <</if>> <<case "work in the brothel">> <<if !canWalk($slaves[$i])>> <<if $slaves[$i].fetish == "mindbroken">> <<if (random(1,20) > $suddenBirth)>> $He is helped to a private room in the back of the brothel by a group of eager patrons. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to her audience. $His child is promptly taken and, following a cleaning and fresh change of clothes, the audience is allowed to have their way with her still very gravid body. <<else>> <<if (_birthScene > 80) && canDoVaginal($slaves[$i])>> While riding a costumer's dick, $slaves[$i].slaveName's water breaks on him. Showing no signs of stopping, he shoves her bulk off of him. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching her naked crotch. $He draws her child to her breast before seeking out the next costumer's cock. <<elseif (_birthScene > 60) && canDoAnal($slaves[$i])>> While taking a costumer's dick in her ass, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so he allows her to reposition and continue. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching her naked crotch. He came strongly thanks to her and gives her a slap on the ass as $he struggles to reach her child around her still very gravid middle. Once $he has brought her child to her breast, $he seeks out the next costumer's cock. <<elseif (_birthScene > 40)>> While licking a costumer's cunt, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so she allows her to reposition and continue. <<ClothingBirth>> The costumer splashes across her face as $he struggles to reach her child around her still very gravid middle. Once $he has brought her child to her breast, $he seeks out the next costumer's cunt. <<else>> While sucking a costumer's dick, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so he allows her to reposition and continue. <<ClothingBirth>> He cums down her throat as $he struggles to reach her child around her still very gravid middle. Once $he has brought her child to her breast, $he seeks out the next costumer's cock. <</if>> <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> $He is helped to a private room in the back of the brothel by several patrons who paid quite a handsome price to enjoy this moment. <<if $slaves[$i].devotion > 20>> $He settles herself onto a patron's lap and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, basking in the attention of her audience. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he beckons the audience to enjoy her still very gravid body. <<elseif $slaves[$i].devotion >= -20>> $He hesitantly begins to pose, but one of the patrons grabs her by the swollen waist and pulls her onto his lap. $He winces as his dick slips over her exposed crotch, but can do nothing to stop <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby from being born. $He hates that the first thing her child will touch is an erect cock; a bitter reminder of what its future will likely hold. $His fully born child is promptly taken and her clients descend upon her vulnerable, still very gravid, body. <<else>> $He stands shaking, her waters flowing down her legs, until one of the patrons grabs her by the swollen waist and pulls her onto his lap. $He cries out as his dick slips over her exposed crotch, but can do nothing to stop <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby from being born. $He hates that the first thing her child will touch is an erect cock; a bitter reminder of what its future will likely hold. $His fully born child is promptly taken and her clients descend upon her vulnerable, still very gravid, body. <</if>> <<else>> <<if (_birthScene > 80) && canDoVaginal($slaves[$i])>> While riding a costumer's dick, $slaves[$i].slaveName's water breaks on him. $He desperately tries to disengage but he grabs her hips and slams her back down. He thoroughly enjoys her contracting cunt before pushing her off and standing over $him, jacking off. Quickly $he spreads her legs apart and begins pushing out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He can't hide what's happening between her legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He cums over her heaving, still very gravid body and moves on leaving her to recover and collect her child to be sent off. <<set $humiliation = 1>> <<elseif (_birthScene > 60) && canDoAnal($slaves[$i])>> While taking a costumer's dick in her ass, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but he grabs her hips and slams into her hard. Quickly $he spreads her legs apart and begins pushing out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He can't hide what's happening between her legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He came strongly thanks to her and gives her a slap on the ass as $he collapses onto her still very gravid belly and slips to her side. $He quickly gathers her child to be sent off. <<set $humiliation = 1>> <<elseif (_birthScene > 40)>> While licking a costumer's cunt, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but she grabs her head and slams her back into her crotch. <<set $humiliation = 1>> <<ClothingBirth>> She cums across her face before helping her still very gravid body to the ground and leaving. When $he recovers, $he quickly gathers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off. <<else>> While sucking a costumer's dick, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but he grabs her head and slams her back into his crotch. <<set $humiliation = 1>> <<ClothingBirth>> He cums down her throat before letting her collapse to the ground and leaving. When $he recovers and pushes her still very gravid body upright, $he quickly gathers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off. <</if>> <</if>> <</if>> <<else>> <<if $slaves[$i].fetish == "mindbroken">> <<if (random(1,20) > $suddenBirth)>> $He heads to a private room in the back of the brothel filled with eager patrons. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to her audience. $His child is promptly taken and, following a cleaning and fresh change of clothes, the audience is allowed to have their way with her still very gravid body. <<else>> <<if (_birthScene > 80) && canDoVaginal($slaves[$i])>> While riding a costumer's dick, $slaves[$i].slaveName's water breaks on him. Showing no signs of stopping, he shoves her bulk off of him. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching her naked crotch. $He draws her child to her breast before seeking out the next costumer's cock. <<elseif (_birthScene > 60) && canDoAnal($slaves[$i])>> While taking a costumer's dick in her ass, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so he allows her to reposition and continue. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching her naked crotch. He came strongly thanks to her and gives her a slap on the ass as $he struggles to reach her child around her still very gravid middle. Once $he has brought her child to her breast, $he seeks out the next costumer's cock. <<elseif (_birthScene > 40)>> While licking a costumer's cunt, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so she allows her to reposition and continue. <<ClothingBirth>> The costumer splashes across her face as $he struggles to reach her child around her still very gravid middle. Once $he has brought her child to her breast, $he seeks out the next costumer's cunt. <<else>> While sucking a costumer's dick, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so he allows her to reposition and continue. <<ClothingBirth>> He cums down her throat as $he struggles to reach her child around her still very gravid middle. Once $he has brought her child to her breast, $he seeks out the next costumer's cock. <</if>> <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> $He heads to a private room in the back of the brothel accompanied by several patrons who paid quite a handsome price to enjoy this moment. <<if $slaves[$i].devotion > 20>> $He settles herself onto a patron's lap and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, basking in the attention of her audience. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he beckons the audience to enjoy her still very gravid body. <<elseif $slaves[$i].devotion >= -20>> $He hesitantly begins to pose, but one of the patrons grabs her by the swollen waist and pulls her onto his lap. $He winces as his dick slips over her exposed crotch, but can do nothing to stop <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby from being born. $He hates that the first thing her child will touch is an erect cock; a bitter reminder of what its future will likely hold. $His fully born child is promptly taken and her clients descend upon her vulnerable, still very gravid, body. <<else>> $He stands shaking, her waters flowing down her legs, until one of the patrons grabs her by the swollen waist and pulls her onto his lap. $He cries out as his dick slips over her exposed crotch, but can do nothing to stop <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby from being born. $He hates that the first thing her child will touch is an erect cock; a bitter reminder of what its future will likely hold. $His fully born child is promptly taken and her clients descend upon her vulnerable, still very gravid, body. <</if>> <<else>> <<if (_birthScene > 80) && canDoVaginal($slaves[$i])>> While riding a costumer's dick, $slaves[$i].slaveName's water breaks on him. $He desperately tries to disengage but he grabs her hips and slams her back down. He thoroughly enjoys her contracting cunt before pushing her off and standing over $him, jacking off. Quickly $he spreads her legs apart and begins pushing out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He can't hide what's happening between her legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He cums over her heaving, still very gravid body and moves on leaving her to recover and collect her child to be sent off. <<set $humiliation = 1>> <<elseif (_birthScene > 60) && canDoAnal($slaves[$i])>> While taking a costumer's dick in her ass, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but he grabs her hips and slams into her hard. Quickly $he spreads her legs apart and begins pushing out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He can't hide what's happening between her legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He came strongly thanks to her and gives her a slap on the ass as $he collapses onto her still very gravid belly and slips to her side. $He quickly gathers her child to be sent off. <<set $humiliation = 1>> <<elseif (_birthScene > 40)>> While licking a costumer's cunt, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but she grabs $his head and slams $him back into her crotch. <<set $humiliation = 1>> <<ClothingBirth>> She cums across $his face before helping $his still very gravid body to the ground and leaving. When $he recovers, $he quickly gathers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off. <<else>> While sucking a costumer's dick, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but he grabs her head and slams her back into his crotch. <<set $humiliation = 1>> <<ClothingBirth>> He cums down her throat before letting her collapse to the ground and leaving. When $he recovers and pushes her still very gravid body to its feet, $he quickly gathers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off. <</if>> <</if>> <</if>> <</if>> <<case "be the Schoolteacher">> <<if !canWalk($slaves[$i])>> <<if (random(1,20) > $suddenBirth)>> $He calls for her teaching aid to help position her so the class may receive a lesson on childbirth. $He begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, fully aware of her watching students. $He demonstrates the proper ways to labor and how to deliver a baby. $He explains the infant's future as her child taken and excuses the class for a short break in order to freshen up. Upon their return, $he begins a lesson on being a broodmother, as there is always a curious face locked onto her still very gravid middle. <<set $humiliation = 1>> <<else>> While teaching a lesson, $slaves[$i].slaveName's water breaks. Sensing $he wouldn't be able to make it to the birthing area, $he instead chooses to act on the opportunity. Today's lesson will be on childbirth. <<set $humiliation = 1>> <<ClothingBirth>> Once $he recovers enough, $he gathers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> newborn child and instructs the class to take notes on the lesson $he just demonstrated before being escorted out of the classroom. All eyes are locked onto her still very gravid middle; it's clear the class will need a lecture on broodmothers and their weekly routine. <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> While stripping, $he makes her way to the front of the classroom and settles herself in a way her entire class can see. Birth <<if $slaves[$i].birthsTotal == 0>>will be<<else>>is<</if>> a regular occurrence in her life and it would be a waste to not work it into her lesson plan. $He wiggles herself into a comfortable spot and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, fully aware of her watching students. $He demonstrates the proper ways to labor and how to deliver a baby. $He explains the infant's future as her child is taken and excuses the class for a short break in order to freshen up. Upon their return, $he begins a lesson on being a broodmother, as there is always a curious face locked onto her still very gravid middle. <<set $humiliation = 1>> <<else>> While teaching a lesson, $slaves[$i].slaveName's water breaks. Sensing $he wouldn't be able to make it to the birthing area, $he instead chooses to act on the opportunity. Today's lesson will be on childbirth. <<set $humiliation = 1>> <<ClothingBirth>> Once $he recovers enough, $he gathers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> newborn child and instructs the class to take notes on the lesson $he just demonstrated before leaving to drop off her child for removal. $He feels all the eyes on her still very pregnant body as $he waddles past. It's clear the class will need a review on broodmothers when $he returns. <</if>> <</if>> <<case "be your Concubine">> <<if $slaves[$i].pregSource == -1 && $slaves[$i].relationship == -3>> <<if (random(1,20) > $suddenBirth)>> You make sure to find time in your busy schedule to be at your concubine wife's side as $he gives birth to your children, even if it's <<if $slaves[$i].birthsTotal == 0>>to be <</if>> a weekly occurrence. You gently caress $slaves[$i].slaveName's body as $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. You help her upright and hold your child to her breasts. The two of you cuddle as you watch your newborn suckle from its mother. Since $he is quite special to you, you allow her the time to pick out names before her child has to be taken away. When the time comes to pick up the newborn, the slave servant is surprised to find a name-card affixed to its blanket.<<if $slaves[$i].fetish != "mindbroken">> $He can't help but feel more devoted to her master after seeing such a touching act. Before you leave, $slaves[$i].slaveName expresses how cute $he found your child and that $he can't wait to see the next one.<</if>> <<else>> Your sleep is awoken by a moist sensation and a loud moan beside you. As you help your concubine wife up, $he can't hold back the coming birth. <<ClothingBirth>> As you swaddle <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, you cuddle up to the still very gravid girl. Bringing your child to her breast, you enjoy each other's comfort until a servant comes to clean up. Since $he is quite special to you, you allow her the time to pick out names before her child has to be taken away. The slave servant is somewhat surprised to by your actions, but understands those closest to you are afforded luxuries far beyond her peers. <</if>> <<elseif !canWalk($slaves[$i])>> <<if $slaves[$i].fetish == "mindbroken">> <<if (random(1,20) > $suddenBirth)>> $He is assisted in reaching your side. You call her over and strip her as $he instinctively begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to your wandering hands. $His child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with you, $he is helped back to your master suite. <<else>> $slaves[$i].slaveName cradles her gravid belly, waiting for your return, when her water breaks. This disturbance of her usual routine spurs her to look for you and $he begins struggling to find you. You find her in the halls, halfway to your office, just barely holding back <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child. You help her the rest of the way, just before it's too late. <<ClothingBirth>> Cradling your child, the two of you rest for a spell before sending it off and spending some more intimate time together. <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> $He is assisted in reaching your side. You beckon her over and strip her as $he dutifully begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, enjoying your wandering hands and attention. $His child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with you, $he is helped back to your master suite. As $he leaves your office, $he throws you a wink, hoping to see you again soon. <<else>> $slaves[$i].slaveName cradles her gravid belly, waiting for your return, when her water breaks. Saddened that you aren't there for the show, $he begins struggling to crawl to you . By the time $he reaches your office, $he is barely holding back her child. You rise to meet her and help her onto the couch, just before it's too late. <<ClothingBirth>> Cradling your child, the two of you rest for a spell before sending it off and spending some more intimate time together. <</if>> <</if>> <<else>> <<if $slaves[$i].fetish == "mindbroken">> <<if (random(1,20) > $suddenBirth)>> $He wanders the penthouse until $he finds you. You call her over and strip her as $he instinctively begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to your wandering hands. $His child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with you, $he returns to your master suite. <<else>> $slaves[$i].slaveName cradles her gravid belly, waiting for your return, when her water breaks. This disturbance of her usual routine spurs her to look for you and $he begins waddling off to find you. As $he inches into your office, it's abundantly clear <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child is just beginning to crown. You help her to the couch, just as the show begins. <<ClothingBirth>> Cradling your child, the two of you rest for a spell before sending it off and spending some more intimate time together. <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> $He wanders the penthouse until $he finds you. You beckon her over and strip her as $he dutifully begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, enjoying your wandering hands and attention. $His child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with you, $he returns to your master suite. As $he waddles from your office, $he throws you a wink, hoping to see you again soon. <<else>> $slaves[$i].slaveName cradles her gravid belly, waiting for your return, when her water breaks. Saddened that you aren't there for the show, $he begins waddling off to find you. By the time $he reaches your office, $he is barely holding back her child<<if $slaves[$i].pregType > 1>>ren<</if>>. You rise to meet her and help her onto the couch, just before it's too late. <<ClothingBirth>> Cradling your child, the two of you rest for a spell before sending them off and spending some more intimate time together. <</if>> <</if>> <</if>> <<case "live with your Head Girl">> <<if $slaves[$i].pregSource == $HeadGirl.ID>> <<if (random(1,20) > $suddenBirth)>> $HeadGirl.slaveName makes sure that the mother of her child is happy and comfortable for the upcoming birth, even if they won't be spending much time with their offspring. $He carefully undresses $slaves[$i].slaveName, all the while whispering sweet nothings in her ear. $He begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, and her child is carefully collected by their father. Once they are out of the way, $HeadGirl.slaveName moves in to fondle $slaves[$i].slaveName's tired, still very gravid body. <<else>> <</if>> <<else>> <<if !canWalk($slaves[$i])>> <<if $slaves[$i].fetish == "mindbroken">> <<if (random(1,20) > $suddenBirth)>> $He is aided in finding $HeadGirl.slaveName, who undresses her as $he instinctively begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to her wandering hands. $His child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with your head girl, $he is taken back to $HeadGirl.slaveName' room. <<else>> $slaves[$i].slaveName is awoken from her rest by a strong contraction. $He rolls over and begins to fall back to sleep as another contraction wracks her body. <<ClothingBirth>> $He fishes around under her still huge dome of a stomach searching for her newborn. Once $he finds it, $he draws it to her breast and resumes resting before $HeadGirl.slaveName returns from her duties. <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> $He is aided in seeking out $HeadGirl.slaveName, who undresses her as $he dutifully begins to push out, enjoying her wandering hands and attention. $His child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with your head girl, $he is helped back to $HeadGirl.slaveName's room. <<else>> $slaves[$i].slaveName is awoken from her rest by a moist sensation followed by a contraction. $He rolls over and clutches her gravid belly as another contraction wracks her body. <<ClothingBirth>> $He collects <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and places it in the cradle readied for $him. $He is helped to the shower as your servants clean up and remove her newborn. Freshened up, $he returns to resting knowing full well that $HeadGirl.slaveName will be eager to play with her still very pregnant body when $he finishes her rounds. <</if>> <</if>> <<else>> <<if $slaves[$i].fetish == "mindbroken">> <<if (random(1,20) > $suddenBirth)>> $He wanders until $he finds $HeadGirl.slaveName, who undresses her as $he instinctively begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to her wandering hands. $His child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with your head girl, $he is lead back to $HeadGirl.slaveName' room. <<else>> $slaves[$i].slaveName is awoken from her rest by a strong contraction. $He rolls over and begins to fall back to sleep as another contraction wracks her body. <<ClothingBirth>> $He fishes around under her still huge dome of a stomach searching for her newborn. Once $he finds it, $he draws it to her breast and resumes resting before $HeadGirl.slaveName returns from her duties. <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> $He seeks out $HeadGirl.slaveName, who undresses her as $he dutifully begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, enjoying her wandering hands and attention. $His child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with your head girl, $he returns to $HeadGirl.slaveName's room. <<else>> $slaves[$i].slaveName is awoken from her rest by a moist sensation followed by a contraction. $He rolls over and clutches her gravid belly as another contraction wracks her body. <<ClothingBirth>> $He collects <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and places it in the cradle readied for $him. $He waddles off to shower as your servants clean up and remove her newborn. Freshened up, $he returns to resting knowing full well that $HeadGirl.slaveName will be eager to play with her still very pregnant body when $he finishes her rounds. <</if>> <</if>> <</if>> <</if>> <<case "be confined in the arcade">> Or $he would have been, if $he weren't locked in an arcade cabinet. A gush of liquid pours from $slaves[$i].slaveName's cunt, followed by the attendant in charge of the arcade hanging an "out of order" sign on her exposed rear. While her mouth is filled with a customer's dick, her body instinctively births <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby into a waiting basket. As it is carried away, her rear is cleaned up and the sign removed. <<case "get treatment in the clinic">> <<if !canWalk($slaves[$i])>> <<if (random(1,20) > $suddenBirth)>> $He is helped to the clinic's maternity ward. <<if $Nurse != 0>>$Nurse.slaveName<<else>>A freelance nurse<</if>> delivers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child before taking it away. Before long $he is returned to her recovery room to rest. <<else>> $slaves[$i].slaveName is in the perfect place to give birth when her water breaks. <<if $Nurse != 0>>$Nurse.slaveName<<else>>A freelance nurse<</if>> delivers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child before taking it away. Before long $he returns to attend to her patient's post-birth health. <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> $He is guided to the clinic's maternity ward. <<if $Nurse != 0>>$Nurse.slaveName<<else>>A freelance nurse<</if>> delivers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child before taking it away. Before long $he is returned to her recovery room to rest. <<else>> $slaves[$i].slaveName is in the perfect place to give birth when her water breaks. <<if $Nurse != 0>>$Nurse.slaveName<<else>>A freelance nurse<</if>> delivers <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child before taking it away. Before long $he returns to attend to her patient's post-birth health. <</if>> <</if>> <<case "be confined in the cellblock">> <<if $slaves[$i].fetish == "mindbroken">> <<if (random(1,20) > $suddenBirth)>> $He is forced into a specially designed cell to give birth in. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and, after her still very gravid body and the cell are hosed down, $he is moved back into a standard cell. <<else>> While waiting in a cell in $cellblockName, $slaves[$i].slaveName's water breaks. $He assumes a birthing position, <<ClothingBirth>> $He struggles to reach <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child around her still very gravid middle and resumes waiting with it latched to her breast. <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> $He is forced into a specially designed cell to give birth in. Reluctantly, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and, after her still very gravid body and the cell are hosed down, $he is moved back into a standard cell. <<else>> $slaves[$i].slaveName is awoken from her stupor by moist sensation followed by a contraction. $He rolls over and clutches her gravid belly as another contraction wracks her body. <<ClothingBirth>> $He collects her <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and holds it close knowing someone will soon come to take it away from $him. <</if>> <</if>> <<case "be the DJ">> <<if (random(1,20) > $suddenBirth)>> $He heads to a private room in the back of the club accompanied by a influential patron. $He settles herself onto his lap and begins working on <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, basking in his attention. Placing her child outside the room, $he returns to pleasure her tease. <<else>> While DJing $clubName, $slaves[$i].slaveName's water breaks. $He can't stop her setlist without drawing attention, so $he tries her best to ride out the contractions. As soon as the opportunity arises, $he attempts to sneak off stage. However, a number of fans block her progress keeping her on stage. Before long the contractions are too much to bear and $he drops to the ground. <<set $humiliation = 1>> <<ClothingBirth>> Exhausted, $he sits up and smiles to the crowd. $His show definitely drew attention to her club. With a burst of energy $he hefts her still very gravid body to its feet, bows to the crowd, and gathers her child before making her way off stage. As $he leaves the public's gaze, $he shouts out with a wink "Same time next week!". <</if>> <<case "be the Attendant">> <<if (random(1,20) > $suddenBirth)>> $Attendant.slaveName waddles to a special pool designed to give birth in. Once $he is safely in the water, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, something $he has been trained for. $His child is promptly taken and, following a cleaning, $he heads back to the main pool. <<else>> While tending to the girls in the spa, $slaves[$i].slaveName's water breaks. The girls quickly come to her aid as the contractions get closer and closer together. Their hands are all over her laboring body, unsure of what they should be doing. <<set $humiliation = 1>> <<ClothingBirth>> $He thanks her charges for their, less than helpful, efforts and collects <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child for removal. Upon returning, $he strips down and enters the pool, desperate for a break and eager to take the weight off her still very gravid body. <</if>> <<case "be the Madam">> <<if (random(1,20) > $suddenBirth)>> $He heads to a private room in the back of the club accompanied by a influential patron. $He settles herself onto his lap and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, basking in his attention as he strips $him. Placing her child outside the room, $he returns to get more intimate with her catch. <<else>> While managing $brothelName, $slaves[$i].slaveName's water breaks. Knowing $he lacks the time to leave, $he sets up a sign reading "birthshow <<print cashFormat(100)>> a viewer" and takes a seat. <<set $humiliation = 1>> <<ClothingBirth>> Upon completing her show, $he reclines with <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and begins counting the credits $he bought in. In total $he made <<print cashFormat(100*_birthScene)>> and feels that business will be up in the brothel as patrons line up hoping another showing. <<set $cash += 100*_birthScene>> <</if>> <<case "be the Stewardess">> <<if (random(1,20) > $suddenBirth)>> $He strips and settles herself into her favorite chair while calling several servants to her aid. $He begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby into the arms of her waiting charges. $His child is promptly taken and $he reclines while her servants clean and dress her still very gravid body. Once $he has had enough, $he orders them to help her up and get back to work on the penthouse. <<else>> While overseeing the house servants, $slaves[$i].slaveName's water breaks. $He has no time to strip down so $he takes a seat and readies herself. Commandingly, $he snaps her fingers and orders her charges to clean up the floor, assist her with her clothes, and be ready to take <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child away. <<set $humiliation = 1>> <<ClothingBirth>> Once $he catches her breath, $he struggles to her feet and takes the fresh change of clothing provided by her servants before ordering them back to work. <</if>> <<case "be the Milkmaid">> <<if (random(1,20) > $suddenBirth)>> $He returns to her bed and strips before slipping into it. $He makes herself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He is quite experienced in delivering her cows' children, but $he finds it much more difficult to apply her knowledge to herself. $His child is promptly taken and, after a short rest, $he returns to caring for your cows, as gravid as ever. <<else>> While tending to her stock, $slaves[$i].slaveName's water breaks. $He hastily pulls herself into a vacant stall and seats herself in its corner. <<ClothingBirth>> Quickly, $he collects <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child for removal before returning to $dairyName. The cows around her stall all have a knowing look on their faces<<if $dairyPregSetting > 0>> but with their own swollen bellies hanging heavily from them, they know that they soon will follow her lead.<<else>>.<</if>> <</if>> <<case "be the Wardeness">> <<if $slaves[$i].fetish == "mindbroken">> <<if (random(1,20) > $suddenBirth)>> $He enters an empty cell, strips, and seats herself on the cot. $He instinctively begins birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he returns to mindlessly breaking the confined slaves. <<else>> While punishing a slave, $slaves[$i].slaveName's water breaks, soaking $him. Indifferent, $he resumes beating her until the contractions are too much to bear. Settling to the floor, $he begins giving birth. <<ClothingBirth>> As soon as $he regains her strength, $he resumes beating the confused slave. $His child is collected by a servant, who carefully hints that $slaves[$i].slaveName should take a break before returning to her task. <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> $He returns to her bed and strips before slipping into it. $He makes herself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to the cellblock. <<else>> While punishing a rebellious slave, $slaves[$i].slaveName's water breaks, soaking $him. Noticing the slave's smirk, $he resumes beating her until the contractions are too much to bear. Relocking the cell, $he waddles into the nearest empty cell and drops her weight onto the cot. <<ClothingBirth>> Quickly, $he collects <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child for removal before returning to $cellblockName. On her way past the cells, $he takes note of any slaves whispering or gesturing about what transpired for future punishment. <</if>> <</if>> <<case "be the Nurse">> <<if (random(1,20) > $suddenBirth)>> $He waddles to her maternity ward and strips before settling into an open bed. $He makes herself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby as her assistants watch. $His child is promptly taken and $he is helped to the recovery ward until $he recovers enough to take over $clinicName again. <<else>> While tending to your unwell slaves, $slaves[$i].slaveName's water breaks. Counting the time between contractions, $he knows $he has no time to get to her prepared birthing chamber. $He waddles into the nearest empty room and hoists her gravid body into the examination chair, placing her feet in the stirrups. <<ClothingBirth>> Quickly, $he collects <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child for removal before retiring to the recovery ward. Within an hour of rest, $he is back on her feet tending to her charges. <</if>> <<case "be your Head Girl">> <<if (random(1,20) > $suddenBirth)>> $He returns to <<if $HGSuite == 1>>her room's bed<<else>>her bed<</if>> and strips before slipping into it. $He makes herself comfortable<<if $HGSuiteSlaves != 0>>, as her slave rushes to her side,<</if>> and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken<<if $HGSuiteSlaves != 0>> by her roommate<</if>> and $he rests awhile before returning to managing your slaves. <<else>> While overseeing your other slaves, $slaves[$i].slaveName's water breaks. $He attempts to hold back the coming birth until $he can catch a break in her duties but ultimately fails. <<set $humiliation = 1>> <<ClothingBirth>> Upon finishing, $he quickly collects <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and orders the mess to be cleaned promptly without breaking her dominant appearance. <</if>> <<case "guard you">> <<if (random(1,20) > $suddenBirth)>> Or $he would have, if $he'd stop refusing to leave your side. You lead her someplace private and help her undress. $He makes herself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. You call for a servant to quickly gather her child as you help her into the shower, making sure to wait outside for your loyal guardian to finish. <<else>> Refusing to leave your side even when on the verge of giving birth, $slaves[$i].slaveName continues to serve as your bodyguard despite her condition. A splashing sound and a loud groan emit from behind you; your bodyguard has gone into labor. You quickly help her to the ground and prepare for the coming birth. <<ClothingBirth>> You sit by your loyal guard holding her child until a servant comes by to take them away. Once $he is thoroughly rested, you help her up and lead her back to the penthouse to shower and change. <</if>> <<case "recruit girls">> <<if (random(1,20) > $suddenBirth)>> $He returns to her bed and strips before slipping into it. $He makes herself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to finding new slaves for you. <<else>> While on a video call with a potential recruit, $slaves[$i].slaveName's water breaks. $He attempts to play it cool and act like nothing is happening but the worsening contractions finally get to $him. <<set $humiliation = 1>> <<ClothingBirth>> <<if _birthScene > 50>> Exhausted from the birth and clutching her newborn child, $he returns to find that $he never ended the call. The prospective slave is blushing furiously and seems to have begun touching herself to the show. Apologizing for the interruption, while red with embarrassment, $slaves[$i].slaveName resumes chatting with the somewhat more pliant girl. <<else>> Exhausted from the birth and clutching her newborn child, $he returns to find that $he never ended the call. The prospective slave is grinning widely and states $he has been recording the show. $He signs off, but not before saying $he'll be seeing more of $slaves[$i].slaveName around the internet. <<if $slaves[$i].fetish == "humiliation">>Your recruiter can't help but become aroused at the prospect<<else>>Your recruiter is terrified that her birth video is out there for everyone to see, partly due to her own shame and to the potential damage it will do to her reputation<</if>>. <</if>> <</if>> <<case "work in the dairy">> <<if $dairyRestraintsSetting > 1 && $slaves[$i].career == "a bioreactor">> <<if (random(1,20) > $suddenBirth)>> As $slaves[$i].slaveName's water breaks, a mechanical basket is extended under $possessive laboring <<if $slaves[$i].mpreg == 1>>ass<<else>>cunt<</if>>. Once <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby is secure, the basket retracts to allow $possessive <<if $slaves[$i].mpreg == 1>>rear<<else>>vagina<</if>> to be cleaned. <<else>> Without warning, $slaves[$i].slaveName's water breaks and $possessive body begins to rapidly push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He manages to force out the squirming child before the basket could extend, flagging her unit for maintenance. <</if>> All these events are meaningless to $object, as $possessive consciousness has long since been snuffed out. <<elseif $dairyRestraintsSetting > 1>> <<if $slaves[$i].fetish == "mindbroken">> <<if (random(1,20) > $suddenBirth)>> As $slaves[$i].slaveName's water breaks, a mechanical basket is extended under $possessive laboring <<if $slaves[$i].mpreg == 1>>ass<<else>>cunt<</if>>. Once <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby is secure, the basket retracts to allow $possessive <<if $slaves[$i].mpreg == 1>>rear<<else>>vagina<</if>> to be cleaned. <<else>> Without warning, $slaves[$i].slaveName's water breaks and $possessive body begins to rapidly push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He manages to force out the squirming child before the basket could extend, flagging her unit for maintenance. <</if>> $pronounCap doesn't care about any of this, as the only thoughts left in $possessive empty mind revolve around the sensations in $possessive crotch and breasts. <<else>> <<if (random(1,20) > $suddenBirth)>> As $slaves[$i].slaveName's water breaks, a mechanical basket is extended under $possessive laboring <<if $slaves[$i].mpreg == 1>>ass<<else>>cunt<</if>>. $pronounCap struggles in $possessive bindings, attempting to break free in order to birth <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, but $possessive efforts are pointless. $pronounCap is forced to give birth, restrained, into the waiting holder. Once the child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> secure, the basket retracts allowing access to $possessive vagina. <<else>> Without warning, $slaves[$i].slaveName's water breaks and $he uncontrollably births <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He manages to force out the screaming child before the basket could fully extend, flagging her unit for maintenance and causing quite the scene. $He knows full well there is nothing $he can do to hide her shame. <</if>> $possessiveCap mind slips slightly more as $pronoun focuses on $possessive fate as nothing more than an animal destined to be milked and bare offspring until $possessive body gives out. <<set $humiliation = 1>> <<set $slaves[$i].trust -= 10, $slaves[$i].devotion -= 10>> <</if>> <<else>> <<if $slaves[$i].fetish == "mindbroken">> <<if (random(1,20) > $suddenBirth)>> While getting milked, $slaves[$i].slaveName's water breaks. $pronounCap shows little interest and continues kneading $possessive breasts. Instinctively, $pronoun begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>>. $pronounCap pays no heed to $possessive child being removed from the milking stall, instead focusing entirely on draining $possessive breasts and getting comfortable with her still very gravid middle. <<else>> While getting milked, $slaves[$i].slaveName's water breaks. $He show little interest and continues kneading her breasts. <<ClothingBirth>> $He shows no interest in <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child being removed from the milking stall, nor her still very gravid middle, instead focusing entirely on draining her breasts. <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> While getting milked, $slaves[$i].slaveName's water breaks,<<if $dairyPregSetting > 0>> this is a regular occurrence to $object now so<<else>> but<</if>> $pronoun continues enjoying $possessive milking while $pronoun works to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $pronounCap catches <<if canSee($slaves[$i])>>a glimpse<<else>>the sound<</if>> of $possessive child being removed from the milking stall before returning $possessive focus to draining $possessive breasts. <<else>> While getting milked, $slaves[$i].slaveName's water breaks. Knowing $he can't leave yet, $he shifts into a more comfortable position for the impending birth. <<ClothingBirth>> $He takes a break from milking to collect <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child for removal and to catch her breath before reattaching the milkers and coaxing her milk to begin flowing anew. <</if>> <</if>> <</if>> <<default>> //Assignment was $slaves[$i].assignment so why did we default? Report this!// <<if !canWalk($slaves[$i])>> <<if $slaves[$i].fetish == "mindbroken">> <<if (random(1,20) > $suddenBirth)>> $He is helped back to her bed and stripped before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he is encouraged to keep resting. $He runs her hands across the still huge dome of her middle; to $him, gravidity and birth is nothing out of the ordinary. <<else>> $slaves[$i].slaveName is awoken from her rest by a strong contraction. $He rolls over and begins to fall back to sleep as another contraction wracks her body. <<ClothingBirth>> $He fishes around under her still huge dome of a stomach searching for her newborn. Once $he finds it, $he draws it to her breast and resumes resting. <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> $He is helped back to her bed and stripped before slipping into it. $He makes herself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he is encouraged to keep resting. $He rolls over, cradling her heavily rounded middle, and dozes off. <<else>> $slaves[$i].slaveName is awoken from her rest by a moist sensation followed by a contraction. $He rolls over and clutches her gravid belly as another contraction wracks her body. <<ClothingBirth>> $He struggles to collect her child and places them in the cradle readied for $him. $He is helped to the shower as your servants clean up and remove her child. <</if>> <</if>> <<else>> <<if $slaves[$i].fetish == "mindbroken">> <<if (random(1,20) > $suddenBirth)>> $He returns to her bed and strips before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he is encouraged to keep resting. $He runs her hands across the still huge dome of her middle; to $him, gravidity and birth is nothing out of the ordinary. <<else>> $slaves[$i].slaveName is awoken from her rest by a strong contraction. $He rolls over and begins to fall back to sleep as another contraction wracks her body. <<ClothingBirth>> $He fishes around under her still huge dome of a stomach searching for her newborn. Once $he finds it, $he draws it to her breast and resumes resting. <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> $He returns to her bed and strips before slipping into it. $He makes herself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he is encouraged to keep resting. $He rolls over, cradling her heavily rounded middle, and dozes off. <<else>> $slaves[$i].slaveName is awoken from her rest by a moist sensation followed by a contraction. $He rolls over and clutches her gravid belly as another contraction wracks her body. <<ClothingBirth>> $He struggles to collect her child and places them in the cradle readied for $him. $He hefts her still very gravid body out of bed to take a shower as your servants clean up and remove her child. <</if>> <</if>> <</if>> <</switch>> <<else>> /* add extra events here (moving between jobs | after work) */ <<if !canWalk($slaves[$i])>> <<if $slaves[$i].fetish == "mindbroken">> <<if (random(1,20) > $suddenBirth)>> $He is helped back to her bed and stripped before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he is encouraged to keep resting. $He runs her hands across the still huge dome of her middle; to $him, gravidity and birth is nothing out of the ordinary. <<else>> <<if _birthScene >= 50>> $slaves[$i].slaveName is awoken from her rest by a strong contraction. $He rolls over and begins to fall back to sleep as another contraction wracks her body. <<ClothingBirth>> $He fishes around under her still huge dome of a stomach searching for her newborn. Once $he finds it, $he draws it to her breast and resumes resting. <<else>> While stroking her pregnancy absentmindedly, $slaves[$i].slaveName's body begins to birth <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He carries on until the contractions drag her to her knees. <<ClothingBirth>> $He rolls onto her side and rests with her child to her breast until a servant collects her child and helps her to her bed. <</if>> <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> $He is helped back to her bed and stripped before slipping into it. $He makes herself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he is encouraged to keep resting. $He rolls over, cradling her heavily rounded middle, and dozes off. <<else>> <<if _birthScene >= 70>> While waiting to be helped to her next assignment, $slaves[$i].slaveName's body begins to birth <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. Unable to do anything, $he is forced to give birth where $he is. <<ClothingBirth>> $He gathers her child and recovers her strength while resuming her wait a servant to help her to her assignment. <<elseif _birthScene >= 30>> While eating in the cafeteria, $slaves[$i].slaveName's body begins to birth <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. Unable to walk without assistance, $he finds herself stranded in the middle of all the dining slaves. <<set $humiliation = 1>> <<ClothingBirth>> $He gathers her child and waits to be rescued from the vicious mockery, fully aware of all the jestering and laughter. <<else>> $slaves[$i].slaveName is awoken from her rest by a moist sensation followed by a contraction. $He rolls over and clutches her gravid belly as another contraction wracks her body. <<ClothingBirth>> $He struggles to collect her child and places them in the cradle readied for $him. $He is helped to the shower as your servants clean up and remove her child. <</if>> <</if>> <</if>> <<else>> <<if $slaves[$i].fetish == "mindbroken">> <<if (random(1,20) > $suddenBirth)>> $He returns to her bed and strips before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he is encouraged to keep resting. $He runs her hands across the still huge dome of her middle; to $him, gravidity and birth is nothing out of the ordinary. <<else>> <<if _birthScene >= 50>> While wandering the penthouse absentmindedly, $slaves[$i].slaveName's body begins to birth <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He carries on until the contractions drag her to her knees. <<ClothingBirth>> $He rolls onto her side and rests with her child to her breast until a servant collects her child and helps her to her bed. <<else>> $slaves[$i].slaveName is awoken from her rest by a strong contraction. $He rolls over and begins to fall back to sleep as another contraction wracks her body. <<ClothingBirth>> $He fishes around under her still huge dome of a stomach searching for her newborn. Once $he finds it, $he draws it to her breast and resumes resting. <</if>> <</if>> <<elseif $slaves[$i].fetish == "humiliation" && _birthScene >= 50>> While waddling through the penthouse between assignments, $slaves[$i].slaveName's body begins to birth <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. Sensing an opportunity, $he waddles to the nearest balcony overlooking the city. $He calls out, making sure all eyes are on her for what happens next. <<set $humiliation = 1>> <<ClothingBirth>> $He gathers her child and recovers her strength before finding a servant to give her child to. $He resumes her previous task, eager for the next child to move into position. <<else>> <<if (random(1,20) > $suddenBirth)>> $He returns to her bed and strips before slipping into it. $He makes herself comfortable and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he is encouraged to keep resting. $He rolls over, cradling her heavily rounded middle, and dozes off. <<else>> <<if _birthScene >= 70>> While waddling through the penthouse on the way to her next assignment, $slaves[$i].slaveName's body begins to birth <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. Unable to reach the prepared birthing room in time, $he finds a secluded room to give birth in. <<ClothingBirth>> $He gathers her child and recovers her strength before finding a servant to give her child to before shuffling to her assignment, a hand on her still very gravid middle. <<elseif _birthScene >= 30>> While waddling through the penthouse on her way to the cafeteria, $slaves[$i].slaveName's body begins to birth <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. Unable to reach the prepared birthing room in time, $he finds herself stranded in the middle of all the dining slaves. <<set $humiliation = 1>> <<ClothingBirth>> $He gathers her child and recovers her strength before trying to escape out of sight of the jeering crowd. Finding a servant to give her child to, $he hastily heads back to her bed to hide herself from the mockery. $He runs a hand across her still very gravid middle; $he'll have to be more careful in the future as there are plenty more children growing within $him. <<else>> $slaves[$i].slaveName is awoken from her rest by a moist sensation followed by a contraction. $He rolls over and clutches her gravid belly as another contraction wracks her body. <<ClothingBirth>> $He struggles to collect her child and places them in the cradle readied for $him. $He hefts her still very gravid body out of bed to take a shower as your servants clean up and remove her child. <</if>> <</if>> <</if>> <</if>> <</if>> <</widget>> <<widget "HyperBroodmotherBirth">> <br> <<if random(1,2) == 1>> /* at assignment else in halls/etc */ <<switch $slaves[$i].assignment>> <<case "rest">> <<if !canWalk($slaves[$i])>> <<if $slaves[$i].fetish == "mindbroken">> $slaves[$i].slaveName is awoken from her rest by a strong contraction. $He attempts to roll over, and failing that, begins to fall back to sleep as another contraction wracks her body. <<ClothingBirth>> $He struggles to draw her child to her breast and resumes resting. <<else>> $slaves[$i].slaveName is awoken from her rest by a contraction. $He struggles to roll over, and failing that, clutches her gravid belly as another contraction wracks her body. Since this has already happened several times this week, $he knows what to expect. <<ClothingBirth>> $His child is collected and her body cleaned before $he is allowed to resume her rest. <</if>> <<else>> <<if $slaves[$i].fetish == "mindbroken">> $slaves[$i].slaveName is awoken from her rest by a strong contraction. $He rolls over and begins to fall back to sleep as another contraction wracks her body. <<ClothingBirth>> $He struggles to draw her child to her breast and resumes resting. <<else>> $slaves[$i].slaveName is awoken from her rest by a contraction. $He rolls over and clutches her gravid belly as another contraction wracks her body. Since this has already happened several times this week, $he knows what to expect. <<ClothingBirth>> $His child is collected and her body cleaned before $he is allowed to resume her rest. <</if>> <</if>> <<case "be a subordinate slave">> <<set _tempSub = getSlave($slaves[$i].subTarget)>> <<if $slaves[$i].fetish == "mindbroken">> <<if $slaves[$i].subTarget == 0>> While servicing your other slaves, $slaves[$i].slaveName's body begins to birth another of her brood, though it does nothing to deter her from her task. <<ClothingBirth>> No sooner than her baby is born, a cock is shoved into her gaping pussy as $he draws her child to her breast. <<else>> While servicing _tempSub.slaveName, $slaves[$i].slaveName's body begins to birth another of her brood, though it does nothing to deter her from her task. <<ClothingBirth>> No sooner than her baby is born does $he go back to pleasuring her dom. <</if>> <<else>> <<if $slaves[$i].subTarget == 0>> While servicing your other slaves, $slaves[$i].slaveName's body begins to birth another of her brood, causing her to immediately try to break off. However, several hands quickly hook her enormous bulk and $he is pulled back into another slave's crotch. <<set $humiliation = 1>> <<ClothingBirth>> Since $he is too pregnant to collect her child, it is done for $him. $His exhausted form is slumped onto her huge belly as another slave helps themselves to her vulnerable body. <<else>> While servicing _tempSub.slaveName, $slaves[$i].slaveName's body begins to birth another of her brood, causing her to immediately try to break off. $His dom eagerly watches her pregnant sub's ordeal. <<set $humiliation = 1>> <<ClothingBirth>> _tempSub.slaveName collects the newborn child to be sent off before returning and planting her crotch directly over her exhausted sub's face. <</if>> <</if>> <<case "whore">> <<if !canWalk($slaves[$i])>> <<if $slaves[$i].fetish == "mindbroken">> While attempting to attract customers to fuck her grotesquely distended body, $slaves[$i].slaveName's body begins to birth another of her brood. <<ClothingBirth>> $He struggles to bring her child to her breast as $he resumes whoring, oblivious to the free show $he just gave her customers. <<else>> While attempting to attract customers to fuck her grotesquely distended body, $slaves[$i].slaveName's body begins to birth another of her brood. Unable to move and rapidly crowning, $he manages to get several men to help her out. <<set $humiliation = 1>> <<ClothingBirth>> $He lies stranded on the ground, exhausted and covered in sperm from the circle of men watching $him, until $he is helped into a sitting position and handed her child. <</if>> <<else>> <<if $slaves[$i].fetish == "mindbroken">> While attempting to attract customers with her grotesquely distended body, $slaves[$i].slaveName's body begins to birth another of her brood. <<ClothingBirth>> $He draws her child to her breast as $he resumes whoring, oblivious to the free show $he just gave her customers. <<else>> While attempting to attract customers with her grotesquely distended body, $slaves[$i].slaveName's body begins to birth another of her brood. $He knows it is pointless to try to waddle away, as large as $he is, so $he convinces several men to help her out. <<set $humiliation = 1>> <<ClothingBirth>> $He lies on the ground, exhausted and covered in sperm from the circle of men watching $him, until $he is helped to her feet and handed her child. <</if>> <</if>> <<case "serve the public">> <<if !canWalk($slaves[$i])>> <<if $slaves[$i].fetish == "mindbroken">> <<if ($seed > 80)>> While taking a citizen's dick, $slaves[$i].slaveName's body begins to birth another of her brood out on him. Showing no signs of stopping, he struggles to shoves her bulk off of him. Instinctively $he begins to push out her baby, indifferent to who may be watching her naked crotch. $He is handed her child, which $he clutches to her breast before beckoning for the next citizen's cock. <<elseif ($seed > 60)>> While sucking a citizen's dick, $slaves[$i].slaveName's body begins to birth another of her brood. $He shows no signs of slowing down, so he allows her to continue. <<ClothingBirth>> He cums down her throat before placing her child on her breast, as $he beckoning for the next citizen's cock. <<elseif ($seed > 40)>> While licking a citizen's cunt, $slaves[$i].slaveName's body begins to birth another of her brood. $He shows no signs of slowing down, so $he allows her to continue. <<ClothingBirth>> The citizen splashes across her face before placing her child on her breast, as $he begins beckoning for the next citizen's cunt. <<else>> While taking a citizen's dick in her ass, $slaves[$i].slaveName's body begins to birth another of her brood. $He shows no signs of slowing down, so he allows her to continue. Instinctively $he begins to push out her baby, indifferent to who may be watching her naked crotch. He came strongly thanks to her and gives her a slap on the ass before handing her her child. $He brings it to her breast before beckoning for the next citizen's cock. <</if>> <<else>> <<if ($seed > 80)>> While riding a citizen's dick, $slaves[$i].slaveName's body begins to birth another of her brood. $He desperately struggles to disengage encouraging him to shove her onto her bloated womb and mount $him. He thoroughly enjoys her contracting cunt before pulling out and standing over $him, jacking off. Quickly $he spreads her legs apart and begins pushing out her baby. $He can't hide what's happening between her legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He comes over her exhausted body and moves on leaving her to recover and await her child to be sent off. <<set $humiliation = 1>> <<elseif ($seed > 60)>> While sucking a citizen's dick, $slaves[$i].slaveName's body begins to birth another of her brood. Since $he is incapable of moving herself, $he carries on sucking. <<set $humiliation = 1>> <<ClothingBirth>> He cums down her throat before letting her collapse onto her bloated form. When $he recovers, $he gathers her child to be sent off. <<elseif ($seed > 40)>> While licking a citizen's cunt, $slaves[$i].slaveName's body begins to birth another of her brood. Since $he is incapable of moving herself, $he carries on licking. <<set $humiliation = 1>> <<ClothingBirth>> $He cums across her face before helping her to her rear and handing her the newborn child. <<else>> While taking a citizen's dick in her ass, $slaves[$i].slaveName's body begins to birth another of her brood. $He desperately struggles to disengage but he shoves her onto her bloated womb and mounts $him. Quickly $he spreads her legs apart and begins pushing out her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $He can't hide what's happening between her legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He came strongly thanks to her and gives her a slap on the ass as $he collapses onto her bloated womb. Once $he recovers enough to collect her child, $he awaits for it to be sent off. <<set $humiliation = 1>> <</if>> <</if>> <<else>> <<if $slaves[$i].fetish == "mindbroken">> <<if ($seed > 80)>> While taking a citizen's dick, $slaves[$i].slaveName's body begins to birth another of her brood out on him. Showing no signs of stopping, he struggles to shoves her bulk off of him. Instinctively $he begins to push out her baby, indifferent to who may be watching her naked crotch. $He is handed her child, which $he clutches to her breast before seeking out the next citizen's cock. <<elseif ($seed > 60)>> While sucking a citizen's dick, $slaves[$i].slaveName's body begins to birth another of her brood. $He shows no signs of slowing down, so he allows her to reposition and continue. <<ClothingBirth>> He cums down her throat before placing her child on her breast, as $he begins seeking out the next citizen's cock. <<elseif ($seed > 40)>> While licking a citizen's cunt, $slaves[$i].slaveName's body begins to birth another of her brood. $He shows no signs of slowing down, so $he allows her to reposition and continue. <<ClothingBirth>> The citizen splashes across her face before placing her child on her breast, as $he begins seeking out the next citizen's cunt. <<else>> While taking a citizen's dick in her ass, $slaves[$i].slaveName's body begins to birth another of her brood. $He shows no signs of slowing down, so he allows her to reposition and continue. Instinctively $he begins to push out her baby, indifferent to who may be watching her naked crotch. He came strongly thanks to her and gives her a slap on the ass before handing her her child. $He brings it to her breast before seeking out the next citizen's cock. <</if>> <<else>> <<if ($seed > 80)>> While riding a citizen's dick, $slaves[$i].slaveName's body begins to birth another of her brood. $He desperately tries to disengage but he shoves her onto her bloated womb and mounts $him. He thoroughly enjoys her contracting cunt before pulling out and standing over $him, jacking off. Quickly $he spreads her legs apart and begins pushing out her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $He can't hide what's happening between her legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He comes over her exhausted body and moves on leaving her to recover and collect her child to be sent off. <<set $humiliation = 1>> <<elseif ($seed > 60)>> While sucking a citizen's dick, $slaves[$i].slaveName's body begins to birth another of her brood. $He desperately tries to disengage but he grabs her head and slams her back into his crotch. <<set $humiliation = 1>> <<ClothingBirth>> He cums down her throat before letting her collapse onto her bloated form. When $he recovers, $he gathers her child to be sent off. <<elseif ($seed > 40)>> While licking a citizen's cunt, $slaves[$i].slaveName's body begins to birth another of her brood. $He desperately tries to disengage but $he grabs her head and slams her back into her crotch. <<set $humiliation = 1>> <<ClothingBirth>> $He cums across her face before helping her to her feet and handing her the newborn child. <<else>> While taking a citizen's dick in her ass, $slaves[$i].slaveName's body begins to birth another of her brood. $He desperately tries to disengage but he shoves her onto her bloated womb and mounts $him. Quickly $he spreads her legs apart and begins pushing out her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $He can't hide what's happening between her legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He came strongly thanks to her and gives her a slap on the ass as $he collapses onto her bloated womb. Once $he recovers enough to get to her feet, $he gathers her child to be sent off. <<set $humiliation = 1>> <</if>> <</if>> <</if>> <<case "work a glory hole">> <<if !canWalk($slaves[$i])>> <<if $slaves[$i].fetish == "mindbroken">> While sucking a dick through the hole of her confining box, $slaves[$i].slaveName's body begins to birth another of her brood. $He makes no effort to stop sucking the dicks presented to $him. <<ClothingBirth>> $His child is taken as it is born from her rear hanging out of the box. $He never notices, focused entirely on the fresh cock poking through the glory hole. <<else>> While sucking a dick through the hole of her confining box, $slaves[$i].slaveName's body begins to birth another of her brood. $He quickly finishes the dick off and sighs, knowing full well $he couldn't move even if $he weren't confined. Another dick is shoved into her trapped face and $he is forced to keep sucking. <<ClothingBirth>> $His child is taken as it is born from her rear hanging out of the box. $He never got a look at it, being unable to turn even slightly. <</if>> <<else>> <<if $slaves[$i].fetish == "mindbroken">> While sucking a dick through the hole of her confining box, $slaves[$i].slaveName's body begins to birth another of her brood. $He makes no effort to stop sucking the dicks presented to $him. <<ClothingBirth>> $His child is taken as it is born from her rear hanging out of the box. $He never notices, focused entirely on the fresh cock poking through the glory hole. <<else>> While sucking a dick through the hole of her confining box, $slaves[$i].slaveName's body begins to birth another of her brood. $He quickly finishes the dick off before realizing there is no way $he can move her bloated form in the box. Another dick is shoved into her trapped face and $he is forced to keep sucking. <<ClothingBirth>> $His child is taken as it is born from her rear hanging out of the box. $He never got a look at it, being unable to turn even slightly. <</if>> <</if>> <<case "get milked">> <<if !canWalk($slaves[$i])>> <<if $slaves[$i].fetish == "mindbroken">> While getting milked, $slaves[$i].slaveName's body begins to birth another of her brood. $He show little interest and continues kneading her breasts. <<ClothingBirth>> $He shows no interest in her child<<if $slaves[$i].pregType > 1>>ren<</if>> being removed from the milking stall, instead focusing entirely on draining breasts. <<else>> While getting milked, $slaves[$i].slaveName's body begins to birth another of her brood. Between the milkers and her immobilizing belly, $he ends up stranded atop her immense pregnancy. <<ClothingBirth>> $His child is carried away and $he struggles to get off of herself. $He groans as $he realizes the milk tank is nearly full, having been filled with the copious amounts of milk her body is producing for her brood. <</if>> <<else>> <<if $slaves[$i].fetish == "mindbroken">> While getting milked, $slaves[$i].slaveName's body begins to birth another of her brood. $He show little interest and continues kneading her breasts. <<ClothingBirth>> $He shows no interest in her child<<if $slaves[$i].pregType > 1>>ren<</if>> being removed from the milking stall, instead focusing entirely on draining breasts. <<else>> While getting milked, $slaves[$i].slaveName's body begins to birth another of her brood. $He shifts into a comfortable position to give birth while the milker works her breasts. <<ClothingBirth>> $His child is carried away and $he rests with her back against the wall. $He groans as $he realizes the milk tank is nearly full, having been filled with the copious amounts of milk her body is producing for her brood. <</if>> <</if>> <<case "please you">> <<if !canWalk($slaves[$i])>> <<if $slaves[$i].fetish == "mindbroken">> While sitting absentmindedly nearby, $slaves[$i].slaveName's body begins to birth another of her brood. $He pays no heed to it and continues waiting for you to use $him. <<ClothingBirth>> You certainly enjoyed the show as you call for a servant to take away her child and to clean up the still oblivious broodmother. <<else>> While resting against her belly nearby, $slaves[$i].slaveName's body begins to birth another of her brood, startling $him. $He looks to you for guidance and you shake your head "no". Without permission to move $he <<if $slaves[$i].devotion > 50>>decides to give you a show<<elseif $slaves[$i].devotion > 20>>reluctantly decides giving birth in front of you isn't so bad.<<else>>begins to panic as her contractions come sooner and sooner<<set $humiliation = 1>><</if>>. <<ClothingBirth>> As thanks for the show, you help her exhausted body onto the couch so $he can recover before returning to her duties. You call for a servant to take away her child and clean up your toy. <</if>> <<else>> <<if $slaves[$i].fetish == "mindbroken">> While sitting absentmindedly nearby, $slaves[$i].slaveName's body begins to birth another of her brood. $He pays no heed to it and continues waiting for you to use $him. <<ClothingBirth>> You certainly enjoyed the show as you call for a servant to take away her child and to clean up the still oblivious broodmother. <<else>> While standing nearby, $slaves[$i].slaveName's body begins to birth another of her brood, startling $him. $He looks to you for guidance and you shake your head "no". Without permission to leave $he <<if $slaves[$i].devotion > 50>>decides to give you a show<<elseif $slaves[$i].devotion > 20>>reluctantly decides giving birth in front of you isn't so bad.<<else>>begins to panic as her contractions come sooner and sooner<<set $humiliation = 1>><</if>>. <<ClothingBirth>> As thanks for the show, you help her exhausted body onto the couch so $he can recover before returning to her duties. You call for a servant to take away her child and clean up your toy. <</if>> <</if>> <<case "stay confined">> <<if !canWalk($slaves[$i])>> <<if $slaves[$i].fetish == "mindbroken">> While waiting in confinement, $slaves[$i].slaveName's body begins to birth another of her brood. Since $he can't move, $he just lets things happen. <<ClothingBirth>> $He struggles for a minute before realizing $he is incapable of reaching her child. The servant that has to crawl under her bloated body to get her child is less than pleased, especially since this is the third time this week $he has had to do it. <<else>> $slaves[$i].slaveName is awoken from her stupor by her body beginning to birth another of her brood. $He struggles to get into position but ends up getting stuck atop her massive belly. <<set $humiliation = 1>> <<ClothingBirth>> $He spills out of the cell when the servant comes once more to collect her child. $He hastily tries to cram her bulk back into her cell before $he gets chastised. <</if>> <<else>> <<if $slaves[$i].fetish == "mindbroken">> While waiting in confinement, $slaves[$i].slaveName's body begins to birth another of her brood. $He assumes a birthing position. <<ClothingBirth>> $He struggles for a minute before realizing her pregnancy takes up most of the cell and that $he can't reach her child. The servant that has to crawl under her bloated body to get her child is less than pleased, especially since this is the third time this week $he has had to do it. <<else>> $slaves[$i].slaveName is awoken from her stupor by her body beginning to birth another of her brood. $He struggles to get into position but ends up getting stuck standing thanks to her massive belly. <<set $humiliation = 1>> <<ClothingBirth>> $He spills out of the cell when the servant comes once more to collect her child. $He hastily tries to cram her bulk back into her cell before $he gets chastised. <</if>> <</if>> <<case "work as a servant" "be a servant">> <<if $slaves[$i].fetish == "mindbroken">> <<if $seed > 50>> While giving a slave oral service, $slaves[$i].slaveName's body begins to birth another of her brood. $He disregards this development and continues working. <<ClothingBirth>> The slave gets off quite strongly to the show and shoves her out of the way, leaving her to clean up her mess. Instead, $he struggles to bring her child to her breast until <<if $Stewardess != 0>>$Stewardess.slaveName shouts at her to move her useless ass<<elseif $HeadGirl != 0>>$HeadGirl.slaveName shouts at her to move her useless ass<<else>><<if $assistantName == "your personal assistant">>your personal assistant<<else>>$assistantName<</if>>shouts at her to move her useless ass<</if>>. <<else>> While struggling to scrub the penthouse floor, $slaves[$i].slaveName's body begins to birth another of her brood. $He carries on trying to clean as $he drags her belly along the floor. <<ClothingBirth>> Instead of carrying on her task, $he draws her child to her breast until <<if $Stewardess != 0>>$Stewardess.slaveName shouts at her to move her useless ass<<elseif $HeadGirl != 0>>$HeadGirl.slaveName shouts at her to move her useless ass<<else>><<if $assistantName == "your personal assistant">>your personal assistant<<else>>$assistantName<</if>>shouts at her to move her useless ass<</if>>. <</if>> <<else>> <<if $seed > 50>> While giving a slave oral service, $slaves[$i].slaveName's body begins to birth another of her brood. $He desperately tries to pull away but they grab her head and force her back to their crotch. <<set $humiliation = 1>> <<ClothingBirth>> The slave gets off quite strongly to the show and shoves her to the ground, leaving her struggling to get up before <<if $Stewardess != 0>>$Stewardess.slaveName shouts at her<<elseif $HeadGirl != 0>>$HeadGirl.slaveName shouts at her <<else>><<if $assistantName == "your personal assistant">>your personal assistant<<else>>$assistantName<</if>>shouts at her<</if>>. <<else>> While using her bloated belly to scrub the penthouse floor, $slaves[$i].slaveName's body begins to birth another of her brood. Since this isn't the first time this week this happened, $he readies herself for the coming birth. <<ClothingBirth>> $He makes a pass around the room before scooping up her child and struggling to her feet. $He slowly waddles to drop off her child. <</if>> <</if>> <<case "serve in the master suite">> <<if !canWalk($slaves[$i])>> <<if $slaves[$i].fetish == "mindbroken">> <<if $masterSuiteUpgradeLuxury == 1>> While awaiting your return on the big bed in the master suite, $slaves[$i].slaveName's body begins to birth another of her brood. $He struggles to shift into a more comfortable position before giving up. <<ClothingBirth>> Resting in your bed, $he draws her child to her breast and resumes waiting for you. <<if $Concubine != 0>>Concubine.slaveName furiously orders her child<<if $slaves[$i].pregType > 1>>ren<</if>> removed, and her forcefully ejected from the bed so it can be cleaned before your return.<</if>> <<elseif $masterSuiteUpgradeLuxury == 2>> While being the bottom of the master suite's fuckpit, $slaves[$i].slaveName's body begins to birth another of her brood. While $he doesn't stop having sex, the fucktoys using her do and attempt to drag her from the pit to give birth. Instinctively $he begins to push out her baby, indifferent to who may be watching her naked crotch. The fucktoys give up their efforts to haul her bloated form out of the pit and allow her to settle at the bottom. Without a second thought about her child, $he attempts to coax the other slaves back into an orgy. <<else>> While awaiting your return in the master suite, $slaves[$i].slaveName's body begins to birth another of her brood. $He pays it no heed and continues blankly waiting. <<ClothingBirth>> Resting on her belly, $he draws her child to her breast and resumes waiting for you. <<if $Concubine != 0>>Concubine.slaveName furiously orders her child<<if $slaves[$i].pregType > 1>>ren<</if>> removed, and her thoroughly cleaned before your return.<</if>> <</if>> <<else>> <<if $masterSuiteUpgradeLuxury == 1>> While awaiting your return on the big bed in the master suite, $slaves[$i].slaveName's body begins to birth another of her brood. Knowing there is nothing $he can do, $he accpets that $he is going to give birth in your bed. <<ClothingBirth>> Once her child is removed, $he's cleaned up, and the sheets changed, $he struggles back into bed to recover for your return. <<elseif $masterSuiteUpgradeLuxury == 2>> While participating in the fuckpit orgy, $slaves[$i].slaveName's body begins to birth another of her brood. $He knows $he stands no chance of escaping the fuckpit, so $he leaves herself at the mercy of the other fucktoys. They happily position themselves for her to pleasure them while giving birth. <<set $humiliation = 1>> <<ClothingBirth>> Once the fucktoys are done tormenting the exhausted broodmother, they hand her child off to the help and snuggle up to her enormous pregnancy as $he recovers her strength. <<else>> While awaiting your return in the master suite, $slaves[$i].slaveName's body begins to birth another of her brood. $He knows $he stands no chance of reaching her sex toys, so $he does her best to conceal them. $He calls for a servant to hurry as $he begins laboring. <<ClothingBirth>> The servant collects her child and helps her onto the largest cushion in the room to recover for your return. With a little effort $he pushes the vibrating dildo out of her ass before settling down for a nap. <</if>> <</if>> <<else>> <<if $slaves[$i].fetish == "mindbroken">> <<if $masterSuiteUpgradeLuxury == 1>> While awaiting your return on the big bed in the master suite, $slaves[$i].slaveName's body begins to birth another of her brood. $He shifts into a more comfortable position. <<ClothingBirth>> Resting in your bed, $he draws her child to her breast and resumes waiting for you. <<if $Concubine != 0>>Concubine.slaveName furiously orders her child<<if $slaves[$i].pregType > 1>>ren<</if>> removed, and her forcefully ejected from the bed so it can be cleaned before your return.<</if>> <<elseif $masterSuiteUpgradeLuxury == 2>> While being the bottom of the master suite's fuckpit, $slaves[$i].slaveName's body begins to birth another of her brood. While $he doesn't stop having sex, the fucktoys using her do and attempt to drag her from the pit to give birth. Instinctively $he begins to push out her baby, indifferent to who may be watching her naked crotch. The fucktoys give up their efforts to haul her bloated form out of the pit and allow her to settle a the bottom. Without a second thought about her child, $he attempts to coax the other slaves back into an orgy. <<else>> While awaiting your return in the master suite, $slaves[$i].slaveName's body begins to birth another of her brood. $He pays it no heed and continues blankly waiting. <<ClothingBirth>> Resting on her belly, $he draws her child to her breast and resumes waiting for you. <<if $Concubine != 0>>Concubine.slaveName furiously orders her child<<if $slaves[$i].pregType > 1>>ren<</if>> removed, and her thoroughly cleaned before your return.<</if>> <</if>> <<else>> <<if $masterSuiteUpgradeLuxury == 1>> While awaiting your return on the big bed in the master suite, $slaves[$i].slaveName's body begins to birth another of her brood. $He quickly moves herself off the bed and calls for a servant before dropping onto her bloated stomach. <<ClothingBirth>> Once her child is removed, $he's cleaned up, and the sheets changed, $he struggles back into bed to recover for your return. <<elseif $masterSuiteUpgradeLuxury == 2>> While participating in the fuckpit orgy, $slaves[$i].slaveName's body begins to birth another of her brood. $He tries to crawl out of the pit but the other fucktoys easily pull her back in and position themselves for her to pleasure them while giving birth. <<set $humiliation = 1>> <<ClothingBirth>> Once the fucktoys are done tormenting the exhausted broodmother, they hand her child off to the help and snuggle up to her enormous pregnancy as $he recovers her strength. <<else>> While awaiting your return in the master suite, $slaves[$i].slaveName's body begins to birth another of her brood. $He tries to get to the prepared area but fails to untangle herself from the toys $he was playing with. $He calls for a servant to hurry as $he begins laboring. <<ClothingBirth>> The servant collects $his child and helps her onto the largest cushion in the room to recover for your return. With a little effort $he pushes the vibrating dildo out of $his ass before settling down for a nap. <</if>> <</if>> <</if>> <<case "serve in the club">> <<if !canWalk($slaves[$i])>> <<if $slaves[$i].fetish == "mindbroken">> $slaves[$i].slaveName is showing off $his grotesque body and trying to attract citizens by dancing as well as $he can. During one of $his dances, $his body begins to birth another of $his brood. $He keeps on dancing, despite $his condition, until her contractions drag her onto $his bloated stomach. <<ClothingBirth>> Multiple citizens drag her into a booth so that they may tease her enormous exhausted body while the dance floor is dried and $his child is carried off. <<elseif $slaves[$i].fetish == "humiliation">> $slaves[$i].slaveName is showing off her grotesque body and trying to attract citizens by dancing as well as $he can, all the while flashing glimpses of $his crotch and nipples. During one of $his dances, $his body begins to birth another of $his brood. $He calls out to the crowd, hyping them up for $his new show. <<set $humiliation = 1>> <<ClothingBirth>> As $his child is removed from the dance floor, $he is helped into one of the back rooms by several of $his aroused onlookers. <<else>> $slaves[$i].slaveName is showing off her grotesque body and trying to attract citizens by dancing as well as $he can. During one of her dances, $slaves[$i].slaveName's body begins to birth another of her brood. $He frantically struggles to move drawing even more attention to her helpless state. $He is roughly pulled into one of the side rooms by a group of men looking forward to the show $he's about to perform for them. <<set $humiliation = 1>> <<ClothingBirth>> Only once the last of $his clients cums over $his bloated body is $he handed $his child and allowed to rest. $He enjoys a moment with her newborn before the servant comes to collect them. <</if>> <<else>> <<if $slaves[$i].fetish == "mindbroken">> $slaves[$i].slaveName is showing off $his grotesque body and trying to attract citizens by dancing as well as $he can. During one of her dances, her body begins to birth another of her brood. $He keeps on dancing, despite $his condition, until $his contractions drag her onto $his bloated stomach. <<ClothingBirth>> Multiple citizens drag her into a booth so that they may tease her enormous exhausted body while the dance floor is dried and her child is carried off. <<elseif $slaves[$i].fetish == "humiliation">> $slaves[$i].slaveName is showing off her grotesque body and trying to attract citizens by dancing as well as $he can, all the while flashing glimpses of her crotch and nipples. During one of her dances, her body begins to birth another of her brood. $He calls out to the crowd, hyping them up for her new show. <<set $humiliation = 1>> <<ClothingBirth>> As her child is removed from the dance floor, $he is helped into one of the back rooms by several of her aroused onlookers. <<else>> $slaves[$i].slaveName is showing off her grotesque body and trying to attract citizens by dancing as well as $he can. During one of her dances, $slaves[$i].slaveName's body begins to birth another of her brood. $He clumsily tries to leave the dance floor only to find hands groping her titanic belly. $He is roughly pulled into one of the side rooms by a group of men looking forward to the show $he's about to perform for them. <<set $humiliation = 1>> <<ClothingBirth>> Only once the last of $his clients cums over $his bloated body is $he handed $his child and allowed to rest. $He enjoys a moment with her newborn before the servant comes to collect them. <</if>> <</if>> <<case "choose her own job">> <<if !canWalk($slaves[$i])>> While thinking about what job to take as an immobile womb, $slaves[$i].slaveName's body begins to birth another of her brood. Unable to do anything but labor, $he gives in to what's coming. <<ClothingBirth>> $He gathers her child and recovers her strength before finding a servant to give her child to. $He decides to rest for the rest of the day before returning to choosing her next task. <<else>> <<if $slaves[$i].fetish == "humiliation">> While slowly wandering the penthouse deciding on her post, $slaves[$i].slaveName's body begins to birth another of $his brood. Sensing an opportunity, $he waddles to the nearest balcony overlooking the city. $He calls out, making sure all eyes are on her for what happens next. <<set $humiliation = 1>> <<ClothingBirth>> $He gathers her child and recovers her strength before finding a servant to give $his child to. $He decides to rest for the rest of the day before returning to choosing her next task. <<else>> While slowly wandering the penthouse deciding on $his post, $slaves[$i].slaveName's body begins to birth another of her brood. Unable to reach the prepared birthing room in time, $he finds a secluded room to give birth in. <<ClothingBirth>> $He gathers $his child and recovers $his strength before finding a servant to give her child to. $He decides to rest for the rest of the day before returning to choosing her next task. <</if>> <</if>> <<case "rest in the spa">> <<if !canWalk($slaves[$i])>> <<if $slaves[$i].fetish == "mindbroken">> While soaking in the spa's pool, $slaves[$i].slaveName's body begins to birth another of $his brood. As $he begins to ready herself for birth, <<if $Attendant != 0>>$Attendant.slaveName struggles to pull her out of the pool and glares at her<<else>>the other bathers watch curiously<</if>>. <<ClothingBirth>> $He and $his child are quickly dried off as $he begins nursing them. A servant soon arrives to take $his children away. <<else>> While soaking in the spa's pool, $slaves[$i].slaveName's body begins to birth another of $his brood. As $he begins to ready herself for a water birth, <<if $Attendant != 0>>$Attendant.slaveName shifts into position to aid her<<else>>the other bathers watch curiously<</if>>. <<ClothingBirth>> $He and $his child are quickly dried off as $he begins nursing them. A servant soon arrives to take $his children away. <</if>> <<else>> <<if $slaves[$i].fetish == "mindbroken">> While soaking in the spa's pool, $slaves[$i].slaveName's body begins to birth another of $his brood. As $he begins to ready herself for birth, <<if $Attendant != 0>>$Attendant.slaveName struggles to pull her out of the pool and glares at her<<else>>the other bathers watch curiously<</if>>. <<ClothingBirth>> $He and her child are quickly dried off as $he begins nursing them. A servant soon arrives to take $his children away. <<else>> While heading for the changing room before a nice soak, $slaves[$i].slaveName's body begins to birth another of her brood. $He hurries into the changing room only to find it unusually crowded. Without any choice left, $he assumes a birthing position. <<set $humiliation = 1>> <<ClothingBirth>> The several of other slaves present, that aren't pinned by her sudden intrusion, help her with her child while the rest enjoy the show. <<if $Attendant != 0>>$Attendant.slaveName, lured in by the commotion, shoos the other slaves out and helps the new mother to a private relaxation room to unwind<<else>>Soon a servant arrives to take her child away, and $he is ushered into the bath to clean up and relax<</if>>. <</if>> <</if>> <<case "learn in the schoolroom">> <<if !canWalk($slaves[$i])>> During a lesson in $schoolroomName, $slaves[$i].slaveName's body begins to birth another of her brood. Since this isn't the first time $he interrupted the lesson this week, and $he is too heavy to move, $he is allowed to give birth right where $he is. <<set $humiliation = 1>> <<ClothingBirth>> $He struggles to gather $his newborn child as class slowly resume. Looking around, $he can't help but notice all the other students giggling and gesturing at $him. <<else>> During a lesson in $schoolroomName, $slaves[$i].slaveName's body begins to birth another of $his brood. Since this isn't the first time $he interrupted the lesson this week, $he is helped into an adjacent storage room. <<set $humiliation = 1>> <<ClothingBirth>> $He struggles to gather $his newborn child and slowly excuses herself from the class. $He can't help but notice all the other students giggling and gesturing as $he waddles out. <</if>> <<case "take classes">> <<if !canWalk($slaves[$i])>> During a lesson under <<if $assistantName == "your personal assistant">>your personal assistant<<else>>$assistantName<</if>>, $slaves[$i].slaveName's body begins to birth another of her brood. Your assistant pauses and waits for $him to finish, having given up after the last several times <<ClothingBirth>> Exhausted from the birth, $he is permitted a short break as $his child is collected to be cleaned up before the lesson is continued. <<else>> During a lesson under <<if $assistantName == "your personal assistant">>your personal assistant<<else>>$assistantName<</if>>, $slaves[$i].slaveName's body begins to birth another of $his brood. Your assistant pauses and waits for $him to finish, having given up after the last several times <<ClothingBirth>> Exhausted from the birth, $he is permitted a short break as $his child is collected to clean herself up before the lesson is continued. <</if>> <<case "work in the brothel">> <<if !canWalk($slaves[$i])>> <<if $slaves[$i].fetish == "mindbroken">> <<if ($seed > 80)>> While taking a customer's dick, $slaves[$i].slaveName's body begins to birth another of $his brood out on him. Showing no signs of stopping, he struggles to shoves $his bulk off of him. Instinctively $he begins to push out her baby, indifferent to who may be watching her naked crotch. $He is handed $his child, which $he clutches to $his breast before beckoning for the next customer's cock. <<elseif ($seed > 60)>> While sucking a customer's dick, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shows no signs of slowing down, so he allows her to continue. <<ClothingBirth>> He cums down her throat before placing $his child on $his breast, as $he beckoning for the next customer's cock. <<elseif ($seed > 40)>> While licking a customer's cunt, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shows no signs of slowing down, so she allows her to continue. <<ClothingBirth>> The customer splashes across $his face before placing $his child on $his breast, as $he begins beckoning for the next customer's cunt. <<else>> While taking a customer's dick in $his ass, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shows no signs of slowing down, so he allows her to continue. Instinctively $he begins to push out $his baby, indifferent to who may be watching $his naked crotch. He came strongly thanks to her and gives her a slap on the ass before handing $him $his child. $He brings it to her breast before beckoning for the next customer's cock. <</if>> <<else>> <<if ($seed > 80)>> While riding a customer's dick, $slaves[$i].slaveName's body begins to birth another of her brood. $He desperately struggles to disengage encouraging him to shove her onto her bloated womb and mount $him. He thoroughly enjoys her contracting cunt before pulling out and standing over $him, jacking off. Quickly $he spreads her legs apart and begins pushing out her baby. $He can't hide what's happening between her legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He comes over her exhausted body and moves on leaving her to recover and await her child to be sent off. <<set $humiliation = 1>> <<elseif ($seed > 60)>> While sucking a customer's dick, $slaves[$i].slaveName's body begins to birth another of her brood. Since $he is incapable of moving herself, $he carries on sucking. <<set $humiliation = 1>> <<ClothingBirth>> He cums down $his throat before letting her collapse onto her bloated form. When $he recovers, $he gathers her child to be sent off. <<elseif ($seed > 40)>> While licking a customer's cunt, $slaves[$i].slaveName's body begins to birth another of her brood. Since $he is incapable of moving herself, $he carries on licking. <<set $humiliation = 1>> <<ClothingBirth>> She cums across $his face before helping $him to $his rear and handing $his the newborn child. <<else>> While taking a customer's dick in $his ass, $slaves[$i].slaveName's body begins to birth another of her brood. $He desperately struggles to disengage but he shoves her onto her bloated womb and mounts $him. Quickly $he spreads her legs apart and begins pushing out her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $He can't hide what's happening between her legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He came strongly thanks to her and gives her a slap on the ass as $he collapses onto $his bloated womb. Once $he recovers enough to collect $his child, $he awaits for it to be sent off. <<set $humiliation = 1>> <</if>> <</if>> <<else>> <<if $slaves[$i].fetish == "mindbroken">> <<if ($seed > 80)>> While taking a customer's dick, $slaves[$i].slaveName's body begins to birth another of her brood out on him. Showing no signs of stopping, he struggles to shoves her bulk off of him. Instinctively $he begins to push out her baby, indifferent to who may be watching her naked crotch. $He is handed her child, which $he clutches to her breast before seeking out the next citizen's cock. <<elseif ($seed > 60)>> While sucking a customer's dick, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shows no signs of slowing down, so he allows $him to reposition and continue. <<ClothingBirth>> He cums down her throat before placing her child on her breast, as $he begins seeking out the next citizen's cock. <<elseif ($seed > 40)>> While licking a customer's cunt, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shows no signs of slowing down, so she allows $him to reposition and continue. <<ClothingBirth>> The customer splashes across $his face before placing $his child on $his breast, as $he begins seeking out the next customer's cunt. <<else>> While taking a customer's dick in her ass, $slaves[$i].slaveName's body begins to birth another of her brood. $He shows no signs of slowing down, so he allows her to reposition and continue. Instinctively $he begins to push out her baby, indifferent to who may be watching her naked crotch. He came strongly thanks to $him and gives $him a slap on the ass before handing $him $his child. $He brings it to her breast before seeking out the next customer's cock. <</if>> <<else>> <<if ($seed > 80)>> While riding a customer's dick, $slaves[$i].slaveName's body begins to birth another of her brood. $He desperately tries to disengage but he shoves her onto her bloated womb and mounts $him. He thoroughly enjoys her contracting cunt before pulling out and standing over $him, jacking off. Quickly $he spreads her legs apart and begins pushing out her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $He can't hide what's happening between her legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He comes over her exhausted body and moves on leaving her to recover and collect her child to be sent off. <<set $humiliation = 1>> <<elseif ($seed > 60)>> While sucking a customer's dick, $slaves[$i].slaveName's body begins to birth another of her brood. $He desperately tries to disengage but he grabs her head and slams her back into his crotch. <<set $humiliation = 1>> <<ClothingBirth>> He cums down her throat before letting her collapse onto her bloated form. When $he recovers, $he gathers her child to be sent off. <<elseif ($seed > 40)>> While licking a customer's cunt, $slaves[$i].slaveName's body begins to birth another of $his brood. $He desperately tries to disengage but she grabs $his head and slams $him back into her crotch. <<set $humiliation = 1>> <<ClothingBirth>> She cums across $his face before helping her to $his feet and handing $his the newborn child. <<else>> While taking a customer's dick in her ass, $slaves[$i].slaveName's body begins to birth another of her brood. $He desperately tries to disengage but he shoves her onto her bloated womb and mounts $him. Quickly $he spreads her legs apart and begins pushing out her bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $He can't hide what's happening between her legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He came strongly thanks to her and gives her a slap on the ass as $he collapses onto her bloated womb. Once $he recovers enough to get to her feet, $he gathers her child to be sent off. <<set $humiliation = 1>> <</if>> <</if>> <</if>> <<case "be your Concubine">> <<if $slaves[$i].fetish == "mindbroken">> <<else>> $slaves[$i].slaveName cradles her swollen belly, waiting for your return, when her body begins to birth another of her brood. Saddened that you aren't there for the show, $he begins waddling off to find you. By the time $he reaches your office, $he is barely holding back her child. You rise to meet her and struggle to help her onto the couch, just before it's to late. <<ClothingBirth>> Cradling your child, the two of you rest for a spell before sending them off and spending some more intimate time together. You make sure to pay special attention to her overstimulated belly before you help her back to your suite. <</if>> <<case "live with your Head Girl">> <<if !canWalk($slaves[$i])>> <<if $slaves[$i].fetish == "mindbroken">> $slaves[$i].slaveName is awoken from her rest by a strong contraction. $He attempts to roll over, and failing that, begins to fall back to sleep as another contraction wracks her body. $His body begins to birth another of her brood. <<ClothingBirth>> $He draws her child to her breast and resumes resting before $HeadGirl.slaveName returns from her duties. <<else>> $slaves[$i].slaveName's body begins to birth another of her brood. $He attempts to roll over, and failing that, claws at her massive belly as another contraction wracks her body. <<ClothingBirth>> $He struggles to collect her child and brings them to her breast. $He waits for $HeadGirl.slaveName to return, hoping $he will arrive before another baby makes its way out of $him. <</if>> <<else>> <<if $slaves[$i].fetish == "mindbroken">> $slaves[$i].slaveName is awoken from her rest by a strong contraction. $He rolls over and begins to fall back to sleep as another contraction wracks her body. $His body begins to birth another of her brood. <<ClothingBirth>> $He draws her child to her breast and resumes resting before $HeadGirl.slaveName returns from her duties. <<else>> $slaves[$i].slaveName's body begins to birth another of her brood. $He rolls over and claws at her massive belly as another contraction wracks her body. <<ClothingBirth>> $He struggles to collect her child and places them in the cradle readied for $him. $He waddles off to take a bath as your servants clean up and remove her child. Cleaned up, $he returns to resting knowing full well that $HeadGirl.slaveName will be eager to play with her body upon returning. <</if>> <</if>> <<case "be confined in the arcade">> A gush of liquid pours from the $slaves[$i].slaveName's cunt, followed by the attendant in charge of the arcade hanging an "out of order" sign on her exposed rear. While her mouth is filled with a customer's dick, her body instinctively births her child into the waiting basket. As they are carried away, her rear is cleaned up and the sign removed. <<case "get treatment in the clinic">> $slaves[$i].slaveName is in the perfect place to give birth when her body begins to push out another of her brood. <<if $Nurse != 0>>$Nurse.slaveName<<else>>A freelance nurse<</if>> delivers her child before taking them away. Before long $he returns to attend to her patient's perpetual pregnancy. <<case "be confined in the cellblock">> <<if $slaves[$i].fetish == "mindbroken">> While waiting in confinement, $slaves[$i].slaveName's body begins to birth another of her brood. $He assumes a birthing position. <<ClothingBirth>> $He struggles for a minute before realizing her pregnancy takes up most of the cell and that $he can't reach her child. The servant that has to crawl under her bloated body to get her child is less than pleased, especially since this is the third time this week $he has had to do it. <<else>> $slaves[$i].slaveName is awoken from her stupor by her body beginning to birth another of her brood. $He struggles to get into position but ends up getting stuck thanks to her massive belly and inability to properly move herself. <<set $humiliation = 1>> <<ClothingBirth>> $He spills out of the cell when the servant comes once more to collect her child. $He hastily tries to cram her bulk back into her cell before $he gets chastised. <</if>> <<default>> <<if !canWalk($slaves[$i])>> <<if $slaves[$i].fetish == "mindbroken">> While stroking her pregnancy absentmindedly, $slaves[$i].slaveName's body begins to birth another of her brood. $He carries on until the contractions drag her onto her swollen belly. <<ClothingBirth>> $He draws her child to her breast and rests upon her mass until a servant collects her child and helps her back to her bed. <<else>> <<if $seed > 50>> While waiting to be helped to her next assignment, $slaves[$i].slaveName's body begins to birth another of her brood. Unable to do anything, $he is forced to give birth where $he is. <<ClothingBirth>> $He gathers her child and recovers her strength while resuming her wait a servant to help her to her assignment. <<else>> While eating in the cafeteria, $slaves[$i].slaveName's body begins to birth another of her brood. Unable to move, $he finds herself stranded in the middle of all the dining slaves. <<set $humiliation = 1>> <<ClothingBirth>> $He gathers her child and waits to be rescued from the vicious mockery, fully aware of all the jestering and laughter. <</if>> <</if>> <<else>> <<if $slaves[$i].fetish == "mindbroken">> While stroking her pregnancy absentmindedly, $slaves[$i].slaveName's body begins to birth another of her brood. $He carries on until the contractions drag her onto her swollen belly. <<ClothingBirth>> $He draws her child to her breast and rests upon her mass until a servant collects her child and helps her back to her bed. <<elseif $slaves[$i].fetish == "humiliation">> While waddling through the penthouse between assignments, $slaves[$i].slaveName's body begins to birth another of her brood. Sensing an opportunity, $he waddles to the nearest balcony overlooking the city. $He calls out, making sure all eyes are on her for what happens next. <<set $humiliation = 1>> <<ClothingBirth>> $He gathers her child and recovers her strength before finding a servant to give her child to. $He resumes her previous task, eager for the next child to move into position. <<else>> <<if $seed > 50>> While waddling through the penthouse on her way to her next assignment, $slaves[$i].slaveName's body begins to birth another of her brood. Unable to reach the prepared birthing room in time, $he finds a secluded room to give birth in. <<ClothingBirth>> $He gathers her child and recovers her strength before finding a servant to give her child to before shuffling to her assignment. <<else>> While waddling through the penthouse on her way to the cafeteria, $slaves[$i].slaveName's body begins to birth another of her brood. Unable to reach the prepared birthing room in time, $he finds herself stranded in the middle of all the dining slaves. <<set $humiliation = 1>> <<ClothingBirth>> $He gathers her child and recovers her strength before trying to escape out of sight of the jeering crowd. Finding a servant to give her child to, $he hastily heads back to her bed to hide herself from the mockery, though her enormous belly keeps her blanket from covering $him. <</if>> <</if>> <</if>> <</switch>> <<else>> /* add extra events here (moving between jobs | after work) */ <<if !canWalk($slaves[$i])>> <<if $slaves[$i].fetish == "mindbroken">> While stroking her pregnancy absentmindedly, $slaves[$i].slaveName's body begins to birth another of her brood. $He carries on until the contractions drag her onto her swollen belly. <<ClothingBirth>> $He draws her child to her breast and rests upon her mass until a servant collects her child and helps her back to her bed. <<else>> <<if $seed > 50>> While waiting to be helped to her next assignment, $slaves[$i].slaveName's body begins to birth another of her brood. Unable to do anything, $he is forced to give birth where $he is. <<ClothingBirth>> $He gathers her child and recovers her strength while resuming her wait a servant to help her to her assignment. <<else>> While eating in the cafeteria, $slaves[$i].slaveName's body begins to birth another of her brood. Unable to move, $he finds herself stranded in the middle of all the dining slaves. <<set $humiliation = 1>> <<ClothingBirth>> $He gathers her child and waits to be rescued from the vicious mockery, fully aware of all the jestering and laughter. <</if>> <</if>> <<else>> <<if $slaves[$i].fetish == "mindbroken">> While wandering the penthouse absentmindedly, $slaves[$i].slaveName's body begins to birth another of her brood. $He carries on until the contractions drag her onto her swollen belly. <<ClothingBirth>> $He draws her child to her breast and rests upon her mass until a servant collects her child and helps her back to her feet. <<elseif $slaves[$i].fetish == "humiliation">> While waddling through the penthouse between assignments, $slaves[$i].slaveName's body begins to birth another of her brood. Sensing an opportunity, $he waddles to the nearest balcony overlooking the city. $He calls out, making sure all eyes are on her for what happens next. <<set $humiliation = 1>> <<ClothingBirth>> $He gathers her child and recovers her strength before finding a servant to give her child to. $He resumes her previous task, eager for the next child to move into position. <<else>> <<if $seed > 50>> While waddling through the penthouse on the way to her next assignment, $slaves[$i].slaveName's body begins to birth another of her brood. Unable to reach the prepared birthing room in time, $he finds a secluded room to give birth in. <<ClothingBirth>> $He gathers her child and recovers her strength before finding a servant to give her child to before shuffling to her assignment. <<else>> While waddling through the penthouse on her way to the cafeteria, $slaves[$i].slaveName's body begins to birth another of her brood. Unable to reach the prepared birthing room in time, $he finds herself stranded in the middle of all the dining slaves. <<set $humiliation = 1>> <<ClothingBirth>> $He gathers her child and recovers her strength before trying to escape out of sight of the jeering crowd. Finding a servant to give her child to, $he hastily heads back to her bed to hide herself from the mockery, though her enormous belly keeps her blanket from covering $him. <</if>> <</if>> <</if>> <</if>> <</widget>>
DankWolf/fc
src/pregmod/widgets/pregmodBirthWidgets.tw
tw
bsd-3-clause
181,115
:: slave trade preset widgets [widget nobr] /* To add presets, add <<widget "NationalityPresetName">> and define it as [[Name|passage()][$nationalities = [nationalities go here]]] (old method)*/ /* Presets are weighted according to the number of times the player has incremented that nationality. */ <<widget "NationalityPresetVanillaGlobal">> <<link "Vanilla Global">> <<set $nationalities = { Afghan: 2, Albanian: 1, Algerian: 3, American: 6, Andorran: 1, Angolan: 1, Antiguan: 1, Argentinian: 4, Armenian: 2, Aruban: 1, Australian: 3, Austrian: 2, Azerbaijani: 1, Bahamian: 1, Bahraini: 1, Bangladeshi: 4, Barbadian: 1, Belarusian: 1, Belgian: 2, Belizean: 1, Beninese: 1, Bermudian: 1, Bhutanese: 1, "Bissau-Guinean": 1, Bolivian: 2, Bosnian: 1, Brazilian: 4, British: 3, Bruneian: 1, Bulgarian: 2, Burkinabé: 1, Burmese: 2, Burundian: 1, Cambodian: 1, Cameroonian: 1, Canadian: 2, "Cape Verdean": 1, Catalan: 1, "Central African": 1, Chadian: 1, Chilean: 2, Chinese: 15, Colombian: 3, Comorian: 1, Congolese: 1, "a Cook Islander": 1, "Costa Rican": 1, Croatian: 1, Cuban: 2, Cypriot: 1, Czech: 2, Danish: 2, Djiboutian: 1, Dominican: 2, Dominiquais: 1, Dutch: 2, "East Timorese": 1, Ecuadorian: 1, Egyptian: 3, Emirati: 2, Equatoguinean: 1, Eritrean: 1, Estonian: 2, Ethiopian: 3, Fijian: 1, Filipina: 3, Finnish: 2, French: 3, "French Guianan": 1, "French Polynesian": 1, Gabonese: 1, Gambian: 1, Georgian: 1, German: 3, Ghanan: 2, Greek: 2, Greenlandic: 1, Grenadian: 1, Guamanian: 1, Guatemalan: 1, Guinean: 1, Guyanese: 1, Haitian: 2, Honduran: 1, Hungarian: 2, "I-Kiribati": 1, Icelandic: 2, Indian: 11, Indonesian: 5, Iranian: 3, Iraqi: 2, Irish: 2, Israeli: 2, Italian: 3, Ivorian: 1, Jamaican: 2, Japanese: 3, Jordanian: 2, Kazakh: 2, Kenyan: 3, Kittitian: 1, Korean: 2, Kosovan: 1, Kurdish: 1, Kuwaiti: 1, Kyrgyz: 1, Laotian: 1, Latvian: 1, Lebanese: 2, Liberian: 1, Libyan: 2, "a Liechtensteiner": 1, Lithuanian: 2, Luxembourgian: 1, Macedonian: 1, Malagasy: 1, Malawian: 1, Malaysian: 3, Maldivian: 1, Malian: 2, Maltese: 1, Marshallese: 1, Mauritanian: 1, Mauritian: 1, Mexican: 4, Micronesian: 1, Moldovan: 1, Monégasque: 1, Mongolian: 1, Montenegrin: 1, Moroccan: 2, Mosotho: 1, Motswana: 1, Mozambican: 1, Namibian: 1, Nauruan: 1, Nepalese: 2, "New Caledonian": 1, "a New Zealander": 2, "Ni-Vanuatu": 1, Nicaraguan: 2, Nigerian: 4, Nigerien: 2, Niuean: 1, Norwegian: 2, Omani: 2, Pakistani: 3, Palauan: 1, Palestinian: 1, Panamanian: 1, "Papua New Guinean": 1, Paraguayan: 1, Peruvian: 2, Polish: 3, Portuguese: 2, "Puerto Rican": 1, Qatari: 1, Romanian: 2, Russian: 4, Rwandan: 1, Sahrawi: 1, "Saint Lucian": 1, Salvadoran: 2, Sammarinese: 1, Samoan: 1, "São Toméan": 1, Saudi: 2, Scottish: 1, Senegalese: 1, Serbian: 2, Seychellois: 1, "Sierra Leonean": 1, Singaporean: 1, Slovak: 2, Slovene: 1, "a Solomon Islander": 1, Somali: 1, "South African": 4, "South Sudanese": 1, Spanish: 3, "Sri Lankan": 1, Sudanese: 3, Surinamese: 1, Swazi: 1, Swedish: 2, Swiss: 2, Syrian: 1, Taiwanese: 1, Tajik: 1, Tanzanian: 2, Thai: 3, Tibetan: 1, Togolese: 1, Tongan: 1, Trinidadian: 1, Tunisian: 2, Turkish: 3, Turkmen: 1, Tuvaluan: 1, Ugandan: 2, Ukrainian: 3, Uruguayan: 2, Uzbek: 2, Vatican: 1, Venezuelan: 3, Vietnamese: 3, Vincentian: 1, Yemeni: 2, Zairian: 3, Zambian: 1, Zimbabwean: 2 }>> <<set _gotoPassage = passage()>> <<goto _gotoPassage>> <</link>> <</widget>> <<widget "NationalityPresetVanillaNA">> <<link "Vanilla North America">> <<set $nationalities = { American: 6, Antiguan: 1, Aruban: 1, Bahamian: 1, Barbadian: 1, Belizean: 1, Bermudian: 1, Canadian: 2, "Costa Rican": 1, Cuban: 2, Dominican: 2, Dominiquais: 1, Greenlandic: 1, Grenadian: 1, Guatemalan: 1, Haitian: 2, Honduran: 1, Jamaican: 2, Kittitian: 1, Mexican: 4, Nicaraguan: 2, Panamanian: 1, "Puerto Rican": 1, "Saint Lucian": 1, Salvadoran: 2, Trinidadian: 1, Vincentian: 1 }>> <<set _gotoPassage = passage()>> <<goto _gotoPassage>> <</link>> <</widget>> <<widget "NationalityPresetVanillaSA">> <<link "Vanilla South America">> <<set $nationalities = { Argentinian: 4, Bolivian: 2, Brazilian: 4, Chilean: 2, Colombian: 3, Ecuadorian: 1, "French Guianan": 1, Guyanese: 1, Paraguayan: 1, Peruvian: 2, Surinamese: 1, Uruguayan: 2, Venezuelan: 3 }>> <<set _gotoPassage = passage()>> <<goto _gotoPassage>> <</link>> <</widget>> <<widget "NationalityPresetVanillaME">> <<link "Vanilla Middle East">> <<set $nationalities = { Afghan: 2, Armenian: 2, Azerbaijani: 1, Bahraini: 1, Cypriot: 1, Egyptian: 3, Emirati: 2, Georgian: 1, Iranian: 3, Iraqi: 2, Israeli: 2, Jordanian: 2, Kurdish: 1, Kuwaiti: 1, Lebanese: 2, Omani: 2, Palestinian: 1, Qatari: 1, Saudi: 2, Syrian: 1, Turkish: 3, Yemeni: 2 }>> <<set _gotoPassage = passage()>> <<goto _gotoPassage>> <</link>> <</widget>> <<widget "NationalityPresetVanillaAfrica">> <<link "Vanilla Africa">> <<set $nationalities = { Algerian: 3, Angolan: 1, Beninese: 1, "Bissau-Guinean": 1, Burkinabé: 1, Burundian: 1, Cameroonian: 1, "Cape Verdean": 1, "Central African": 1, Chadian: 1, Comorian: 1, Congolese: 1, Djiboutian: 1, Equatoguinean: 1, Eritrean: 1, Ethiopian: 3, Gabonese: 1, Gambian: 1, Ghanan: 2, Guinean: 1, Ivorian: 1, Kenyan: 3, Liberian: 1, Libyan: 2, Malagasy: 1, Malawian: 1, Malian: 2, Mauritanian: 1, Mauritian: 1, Moroccan: 2, Mosotho: 1, Motswana: 1, Mozambican: 1, Namibian: 1, Nigerian: 4, Nigerien: 2, Rwandan: 1, Sahrawi: 1, "São Toméan": 1, Senegalese: 1, Seychellois: 1, "Sierra Leonean": 1, Somali: 1, "South African": 4, "South Sudanese": 1, Sudanese: 3, Swazi: 1, Tanzanian: 2, Togolese: 1, Tunisian: 2, Ugandan: 2, Zairian: 3, Zambian: 1, Zimbabwean: 2 }>> <<set _gotoPassage = passage()>> <<goto _gotoPassage>> <</link>> <</widget>> <<widget "NationalityPresetVanillaAsia">> <<link "Vanilla Asia">> <<set $nationalities = { Bangladeshi: 4, Bhutanese: 1, Bruneian: 1, Burmese: 2, Cambodian: 1, Chinese: 15, "East Timorese": 1, Filipina: 3, Indian: 11, Indonesian: 5, Japanese: 3, Kazakh: 2, Korean: 2, Kyrgyz: 1, Laotian: 1, Malaysian: 3, Maldivian: 1, Mongolian: 1, Nepalese: 2, Pakistani: 3, Singaporean: 1, "Sri Lankan": 1, Taiwanese: 1, Tajik: 1, Thai: 3, Tibetan: 1, Turkmen: 1, Uzbek: 2, Vietnamese: 3 }>> <<set _gotoPassage = passage()>> <<goto _gotoPassage>> <</link>> <</widget>> <<widget "NationalityPresetVanillaEU">> <<link "Vanilla Europe">> <<set $nationalities = { Albanian: 1, Andorran: 1, Austrian: 2, Belarusian: 1, Belgian: 2, Bosnian: 1, British: 3, Bulgarian: 2, Catalan: 1, Croatian: 1, Czech: 2, Danish: 2, Dutch: 2, Estonian: 2, Finnish: 2, French: 3, German: 3, Greek: 2, Hungarian: 2, Icelandic: 2, Irish: 2, Italian: 3, Kosovan: 1, Latvian: 1, "a Liechtensteiner": 1, Lithuanian: 2, Luxembourgian: 1, Macedonian: 1, Maltese: 1, Moldovan: 1, Monégasque: 1, Montenegrin: 1, Norwegian: 2, Polish: 3, Portuguese: 2, Romanian: 2, Russian: 4, Sammarinese: 1, Scottish: 1, Serbian: 2, Slovak: 2, Slovene: 1, Spanish: 3, Swedish: 2, Swiss: 2, Ukrainian: 3, Vatican: 1 }>> <<set _gotoPassage = passage()>> <<goto _gotoPassage>> <</link>> <</widget>> <<widget "NationalityPresetVanillaAU">> <<link "Vanilla Australia">> <<set $nationalities = { Australian: 3, "a Cook Islander": 1, Fijian: 1, "French Polynesian": 1, Guamanian: 1, "I-Kiribati": 1, Marshallese: 1, Micronesian: 1, Nauruan: 1, "New Caledonian": 1, "a New Zealander": 2, "Ni-Vanuatu": 1, Niuean: 1, Palauan: 1, "Papua New Guinean": 1, Samoan: 1, "a Solomon Islander": 1, Tongan: 1, Tuvaluan: 1 }>> <<set _gotoPassage = passage()>> <<goto _gotoPassage>> <</link>> <</widget>> <<widget "NationalityPresetModNA">> <<link "Realism North America">> <<set $nationalities = { American: 36503, Antiguan: 11, Aruban: 10, Bahamian: 45, Barbadian: 28, Belizean: 50, Bermudian: 5, Canadian: 4188, "Costa Rican": 555, Cuban: 1141, Dominican: 1249, Dominiquais: 7, Greenlandic: 5, Grenadian: 11, Guatemalan: 2277, Haitian: 1303, Honduran: 1177, Jamaican: 290, Kittitian: 6, Mexican: 15306, Nicaraguan: 731, Panamanian: 515, "Puerto Rican": 354, "Saint Lucian": 18, Salvadoran: 688, Trinidadian: 136, Vincentian: 11 }>> <<set _gotoPassage = passage()>> <<goto _gotoPassage>> <</link>> <</widget>> <<widget "NationalityPresetModSA">> <<link "Realism South America">> <<set $nationalities = { Argentinian: 5102, Bolivian: 1392, Brazilian: 22920, Chilean: 2005, Colombian: 5105, Ecuadorian: 2055, "French Guianan": 41, Guyanese: 83, Paraguayan: 817, Peruvian: 3829, Surinamese: 63, Uruguayan: 362, Venezuelan: 3826 }>> <<set _gotoPassage = passage()>> <<goto _gotoPassage>> <</link>> <</widget>> <<widget "NationalityPresetModME">> <<link "Realism Middle East">> <<set $nationalities = { Afghan: 5090, Armenian: 286, Azerbaijani: 1086, Bahraini: 212, Cypriot: 131, Egyptian: 12826, Emirati: 1164, Georgian: 366, Iranian: 9047, Iraqi: 5982, Israeli: 1062, Jordanian: 1184, Kurdish: 7258, Kuwaiti: 511, Lebanese: 533, Omani: 612, Palestinian: 746, Qatari: 340, Saudi: 4131, Syrian: 2888, Turkish: 9091, Yemeni: 3996 }>> <<set _gotoPassage = passage()>> <<goto _gotoPassage>> <</link>> <</widget>> <<widget "NationalityPresetModAfrica">> <<link "Realism Africa">> <<set $nationalities = { Algerian: 5107, Angolan: 5166, Beninese: 1756, "Bissau-Guinean": 275, Burkinabé: 3105, Burundian: 1797, Cameroonian: 3688, "Cape Verdean": 66, "Central African": 679, Chadian: 2431, Comorian: 116, Congolese: 827, Djiboutian: 118, Equatoguinean: 210, Eritrean: 742, Ethiopian: 15303, Gabonese: 282, Gambian: 338, Ghanan: 4071, Guinean: 1978, Ivorian: 3741, Kenyan: 7408, Liberian: 727, Libyan: 760, Malagasy: 3989, Malawian: 3010, Malian: 3098, Mauritanian: 676, Mauritian: 128, Moroccan: 4240, Mosotho: 275, Motswana: 297, Mozambican: 4824, Namibian: 352, Nigerian: 29732, Nigerien: 4187, Rwandan: 1754, Sahrawi: 80, "São Toméan": 29, Senegalese: 2486, Seychellois: 9, "Sierra Leonean": 1056, Somali: 2469, "South African": 6688, "South Sudanese": 1918, Sudanese: 6099, Swazi: 177, Tanzanian: 9586, Togolese: 1166, Tunisian: 1316, Ugandan: 7338, Zairian: 13815, Zambian: 2844, Zimbabwean: 2355 }>> <<set _gotoPassage = passage()>> <<goto _gotoPassage>> <</link>> <</widget>> <<widget "NationalityPresetModAsia">> <<link "Realism Asia">> <<set $nationalities = { Bangladeshi: 19160, Bhutanese: 94, Bruneian: 50, Burmese: 6043, Cambodian: 1972, Chinese: 143350, "East Timorese": 187, Filipina: 13266, Indian: 156457, Indonesian: 30475, Japanese: 11849, Kazakh: 2095, Korean: 7977, Kyrgyz: 730, Laotian: 841, Malaysian: 3838, Maldivian: 52, Mongolian: 369, Nepalese: 3456, Pakistani: 26109, Singaporean: 647, "Sri Lankan": 2149, Taiwanese: 2410, Tajik: 1202, Thai: 6919, Tibetan: 435, Turkmen: 707, Uzbek: 3805, Vietnamese: 3255 }>> <<set _gotoPassage = passage()>> <<goto _gotoPassage>> <</link>> <</widget>> /* I need reweighting and possibly country additions */ <<widget "NationalityPresetModEurope">> <<link "Realism Europe">> <<set $nationalities = { Albanian: 289, Andorran: 7, Austrian: 897, Belarusian: 899, Belgian: 1215, Bosnian: 333, British: 7189, Bulgarian: 615, Catalan: 767, Croatian: 379, Czech: 1039, Danish: 611, Dutch: 1769, Estonian: 122, Finnish: 578, French: 6886, German: 8173, Greek: 1062, Hungarian: 900, Icelandic: 37, Irish: 537, Italian: 5753, Kosovan: 193, Latvian: 168, "a Liechtensteiner": 4, Lithuanian: 263, Luxembourgian: 70, Macedonian: 205, Maltese: 43, Moldovan: 372, Monégasque: 4, Montenegrin: 61, Norwegian: 619, Polish: 3569, Portuguese: 969, Romanian: 1797, Russian: 13807, Sammarinese: 3, Scottish: 575, Serbian: 814, Slovak: 530, Slovene: 203, Spanish: 4586, Swedish: 1094, Swiss: 941, Ukrainian: 3989, Vatican: 1 }>> <<set _gotoPassage = passage()>> <<goto _gotoPassage>> <</link>> <</widget>> <<widget "NationalityPresetModAustralia">> <<link "Realism Australia">> <<set $nationalities = { Australian: 2952, "a Cook Islander": 1, Fijian: 98, "French Polynesian": 31, Guamanian: 18, "I-Kiribati": 15, Marshallese: 5, Micronesian: 12, Nauruan: 1, "New Caledonian": 33, "a New Zealander": 536, "Ni-Vanuatu": 38, Niuean: 1, Palauan: 2, "Papua New Guinean": 1136, Samoan: 22, "a Solomon Islander": 83, Tongan: 12, Tuvaluan: 1 }>> <<set _gotoPassage = passage()>> <<goto _gotoPassage>> <</link>> <</widget>> <<widget "NationalityPresetModEastAsia">> <<link "East Asia">> <<set $nationalities = {Chinese: 21, Japanese: 2, Korean: 1}>> <<set _gotoPassage = passage()>> <<goto _gotoPassage>> <</link>> <</widget>> <<widget "NationalityPresetModUSA">> <<link USA>> <<set $nationalities = {American: 8, Canadian: 1, Mexican: 3}>> <<set _gotoPassage = passage()>> <<goto _gotoPassage>> <</link>> <</widget>> <<widget "NationalityPresetModJapan">> <<link Japan>> <<set $nationalities = {Japanese: 3}>> <<set _gotoPassage = passage()>> <<goto _gotoPassage>> <</link>> <</widget>> <<widget "NationalityPresetModBrazil">> <<link Brazil>> <<set $nationalities = { Argentinian: 4, Bolivian: 2, Brazilian: 30, Chilean: 2, Colombian: 3, Ecuadorian: 1, "French Guianan": 1, Guyanese: 1, Paraguayan: 1, Peruvian: 2, Surinamese: 1, Uruguayan: 2, Venezuelan: 2 }>> <<set _gotoPassage = passage()>> <<goto _gotoPassage>> <</link>> <</widget>> /* I need reweighting */ <<widget "NationalityPresetModGlobalRealism">> <<link "Realism Global">> <<set $nationalities = { Afghan: 5090, Albanian: 289, Algerian: 5107, American: 36503, Andorran: 7, Angolan: 5166, Antiguan: 11, Argentinian: 5102, Armenian: 286, Aruban: 10, Australian: 2952, Austrian: 897, Azerbaijani: 1086, Bahamian: 45, Bahraini: 212, Bangladeshi: 19160, Barbadian: 28, Belarusian: 899, Belgian: 1215, Belizean: 50, Beninese: 1756, Bermudian: 5, Bhutanese: 94, "Bissau-Guinean": 275, Bolivian: 1392, Bosnian: 333, Brazilian: 22920, British: 7189, Bruneian: 50, Bulgarian: 615, Burkinabé: 3105, Burmese: 6043, Burundian: 1797, Cambodian: 1972, Cameroonian: 3688, Canadian: 4188, "Cape Verdean": 66, Catalan: 767, "Central African": 679, Chadian: 2431, Chilean: 2005, Chinese: 143350, Colombian: 5405, Comorian: 116, Congolese: 827, "a Cook Islander": 1, "Costa Rican": 555, Croatian: 379, Cuban: 1141, Cypriot: 131, Czech: 1039, Danish: 611, Djiboutian: 118, Dominican: 1249, Dominiquais: 7, Dutch: 1769, "East Timorese": 187, Ecuadorian: 2055, Egyptian: 12826, Emirati: 1164, Equatoguinean: 210, Eritrean: 742, Estonian: 122, Ethiopian: 15303, Fijian: 98, Filipina: 13266, Finnish: 578, French: 6886, "French Guianan": 41, "French Polynesian": 31, Gabonese: 282, Gambian: 338, Georgian: 366, German: 8173, Ghanan: 4071, Greek: 1062, Greenlandic: 5, Grenadian: 11, Guamanian: 18, Guatemalan: 2277, Guinean: 1978, Guyanese: 83, Haitian: 1303, Honduran: 1177, Hungarian: 900, "I-Kiribati": 15, Icelandic: 37, Indian: 156457, Indonesian: 30475, Iranian: 9047, Iraqi: 5982, Irish: 537, Israeli: 1062, Italian: 5753, Ivorian: 3741, Jamaican: 290, Japanese: 11849, Jordanian: 1184, Kazakh: 2095, Kenyan: 7408, Kittitian: 6, Korean: 7977, Kosovan: 193, Kurdish: 7258, Kuwaiti: 511, Kyrgyz: 730, Laotian: 841, Latvian: 168, Lebanese: 533, Liberian: 727, Libyan: 760, "a Liechtensteiner": 4, Lithuanian: 263, Luxembourgian: 70, Macedonian: 205, Malagasy: 3989, Malawian: 3010, Malaysian: 3838, Maldivian: 52, Malian: 3098, Maltese: 43, Marshallese: 5, Mauritanian: 676, Mauritian: 128, Mexican: 15306, Micronesian: 12, Moldovan: 372, Monégasque: 4, Mongolian: 369, Montenegrin: 61, Moroccan: 4240, Mosotho: 275, Motswana: 297, Mozambican: 4824, Namibian: 352, Nauruan: 1, Nepalese: 3456, "New Caledonian": 33, "a New Zealander": 536, "Ni-Vanuatu": 38, Nicaraguan: 731, Nigerian: 29732, Nigerien: 4187, Niuean: 1, Norwegian: 619, Omani: 612, Pakistani: 26109, Palauan: 2, Palestinian: 746, Panamanian: 515, "Papua New Guinean": 1136, Paraguayan: 817, Peruvian: 3829, Polish: 3569, Portuguese: 969, "Puerto Rican": 354, Qatari: 340, Romanian: 1797, Russian: 13807, Rwandan: 1754, Sahrawi: 80, "Saint Lucian": 18, Salvadoran: 688, Sammarinese: 3, Samoan: 22, "São Toméan": 29, Saudi: 4131, Scottish: 575, Senegalese: 2486, Serbian: 814, Seychellois: 9, "Sierra Leonean": 1056, Singaporean: 647, Slovak: 530, Slovene: 203, "a Solomon Islander": 83, Somali: 2469, "South African": 6688, "South Sudanese": 1918, Spanish: 4586, "Sri Lankan": 2149, Sudanese: 6099, Surinamese: 63, Swazi: 177, Swedish: 1094, Swiss: 941, Syrian: 2888, Taiwanese: 2410, Tajik: 1202, Tanzanian: 9586, Thai: 6919, Tibetan: 435, Togolese: 1166, Tongan: 12, Trinidadian: 136, Tunisian: 1316, Turkish: 9091, Turkmen: 707, Tuvaluan: 1, Ugandan: 7338, Ukrainian: 3989, Uruguayan: 362, Uzbek: 3805, Vatican: 1, Venezuelan: 3826, Vietnamese: 10898, Vincentian: 11, Yemeni: 3996, Zairian: 13815, Zambian: 2844, Zimbabwean: 2355 }>> <<set _gotoPassage = passage()>> <<goto _gotoPassage>> <</link>> <</widget>> <<widget "NationalityPresetModMediterranean">> <<link Mediterranean>> <<set $nationalities = { Albanian: 29, Algerian: 404, Andorran: 1, Bosnian: 35, British: 1, Bulgarian: 71, Catalan: 75, Croatian: 42, Cypriot: 12, Egyptian: 948, French: 671, Georgian: 49, Greek: 108, Israeli: 89, Italian: 605, Lebanese: 60, Libyan: 63, Maltese: 5, Monégasque: 1, Montenegrin: 7, Moroccan: 358, Palestinian: 18, Portuguese: 102, Romanian: 132, Russian: 40, Sammarinese: 1, Slovene: 21, Spanish: 466, Syrian: 171, Tunisian: 113, Turkish: 808, Ukrainian: 105, Vatican: 1, }>> <<set _gotoPassage = passage()>> <<goto _gotoPassage>> <</link>> <</widget>>
DankWolf/fc
src/pregmod/widgets/slaveTradePresetWidgets.tw
tw
bsd-3-clause
19,413
all .tw passages that are included from other passages via the <<include>> macro should be stored in this folder or its subfolders for organizational purposes for these included passages, it is not safe to assume that a temporary variable (starting with underscore _ character) will be confined in scope to that file alone when passages are included by other passages, any variables that they set will override variables in the calling passage, so extra care should be taken in these passages if they use $i, _i, _j or other common variable names to ensure that callers are not expecting those variables to be unchanged after the include all sa... passages arcologyDescription arcologyOpinion neighborDescription officeDescription surgeryDegradation weekly persBusiness rulesAssistantReport securityForceEOWReport penthouse fullReport penthouseReport neighbors neighborsDevelopment neighborsFSAdoption facilities arcadeReport brothelReport cellblockReport clinicReport clubReport dairyReport labReport masterSuiteReport schoolroomReport servantsQuartersReport spaReport economics corporationDevelopments marketsReport npc degradingName fAbuse fFeelings fKiss fPCImpreg fRelation fRival fSlaveImpreg fSlaveImpregConsummate generateNewSlave generateXXSlave generateXYSlave hgApplication lawCompliance longSlaveDescription newSlaveIntro removeActiveSlave slaveSummary init initRules backwardsCompatibility
DankWolf/fc
src/uncategorized/#README-includes.txt
Text
bsd-3-clause
1,462
:: REFI [nobr] /* This is one of several files that contains and organizes many different events. */ /* genericPlotEvents.tw */ /* PESS.tw: Player Event, Single Slave */ /* PETS.tw: Player Event, Two Slaves */ /* RECI.tw: Random Event, Check In */ /* REFI.tw: Random Event, Fetish Interest */ /* REFS.tw: Random Event, Future Societies */ /* RESS.tw: Random Event, Single Slave */ /* RESSTR.tw: Random Event, Single Slave (Test Realm, for debugging events) */ /* RETS.tw: Random Event, Two Slaves */ /* */ /* Events can also be in a dedicated *.tw file, formatted as follows: */ /* jeXXXXX.tw: Justice Event */ /* pXXXXXX.tw: Player event */ /* peXXXXX.tw: Player Event focused on a slave */ /* reXXXXX.tw: Random Event */ /* resXXXX.tw: Random Event, School */ /* seXXXXX.tw: Slave Event, focuses on slaves coming or going */ /* securityForceXXXXX.tw: Special (Security) Force event */ /* */ /* Some scenes are also stored in useGuard.tw, walkPast.tw, and toychest.tw */ <<switch $REFIevent>> <<case "masochist">> <<set $activeSlave = getSlave($masochistInterestTargetID)>> <<case "pregnancy">> <<set $activeSlave = getSlave($pregnancyInterestTargetID)>> <<case "boobs">> <<set $activeSlave = getSlave($boobsInterestTargetID)>> <<case "submissive">> <<set $activeSlave = getSlave($submissiveInterestTargetID)>> <<case "buttslut">> <<set $activeSlave = getSlave($buttslutInterestTargetID)>> <<case "cumslut">> <<set $activeSlave = getSlave($cumslutInterestTargetID)>> <<case "humiliation">> <<set $activeSlave = getSlave($humiliationInterestTargetID)>> <<case "dom">> <<case "sadist">> <</switch>> <<if Array.isArray($REFIevent)>> <<set $activeSlave = $eventSlave>> <<if $cheatMode == 1>> <<set $nextButton = "Back", $nextLink = "Nonrandom Event", $returnTo = "Nonrandom Event">> /* if user just clicks spacebar */ ''A random fetish interest event would have been selected from the following:'' <br> <<for _i = 0; _i < $REFIevent.length; _i++>> <<print "[[$REFIevent[_i]|REFI][$REFIevent = $REFIevent[" + _i + "]]]">> <br> <</for>> <br><br>[[Go Back to Random Nonindividual Event|Random Nonindividual Event][$eventSlave = 0]] <<else>> <<set $REFIevent = $REFIevent.random()>> <<goto "REFI">> <</if>> <<else>> <<set $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "RIE Eligibility Check">> <<set $desc = SlaveTitle($activeSlave)>> <<run Enunciate($activeSlave)>> <<set _belly = bellyAdjective($activeSlave)>> <<switch $REFIevent>> <<case "masochist">> <<set _refi = $slaveIndices[$masochistID]>> <<if canDoAnal($slaves[_refi]) && $slaves[_refi].anus > 0>> <<set $slaves[_refi].analCount++, $analTotal++>> <<if $PC.dick == 1 && $slaves[_refi].eggType == "human" && canGetPregnant($slaves[_refi])>> <<= knockMeUp($slaves[_refi], 5, 1, -1, 1)>> <</if>> <<else>> <<set $slaves[_refi].vaginalCount++, $vaginalTotal++>> <<if $PC.dick == 1 && $slaves[_refi].eggType == "human" && canGetPregnant($slaves[_refi])>> <<= knockMeUp($slaves[_refi], 5, 0, -1, 1)>> <</if>> <</if>> <<set $subSlave = $slaves[_refi]>> <<set _subBelly = bellyAdjective($subSlave)>> /* 000-250-006 */ <<if $seeImages == 1>> <div class="imageRef medImg"> <<SlaveArt $subSlave 2 0>> </div> <div class="imageRef medImg"> <<SlaveArt $activeSlave 2 0>> </div> <</if>> /* 000-250-006 */ <<if $subSlave.belly >= 1500>> You have $subSlave.slaveName lying down on your desk, and are seeing to your own amusement and her masochistic streak at once. She has her body flat on the surface, but is unrestrained, and has been told that she must not rise off it at all, nor tilt her bulk to either side. You then tell her to count strokes and begin to flog her _subBelly belly with a leathern instrument<<if $subSlave.pregKnown == 1>>, taking care not to cause her pregnancy any lasting harm<</if>>. Before long she is experiencing more pain than the human body can support without involuntary movement, and you tell her to go back one count whenever she does. At long last she completes the required number of blows, and lies quivering and sobbing, thanking you over and over, until she stiffens again at the <<if canDoAnal($subSlave) && $subSlave.anus > 0>> burning sensation of a <<if $PC.dick>>cock<<else>>dildo<</if>> stretching her anal sphincter. You are not gentle, and the rough sodomy combined with the burning of her outraged skin as you slap yourself against it maintains her pain high. <<else>> sudden sensation of a <<if $PC.dick>>cock<<else>>dildo<</if>> slamming deep into her pussy. You are not gentle, and the rough fucking combined with the burning of her outraged skin as you slap yourself against it maintains her pain high. <</if>> Your grip around her neck only adds to her thrill. <<else>> You have $subSlave.slaveName bent over your desk, and are seeing to your own amusement and her masochistic streak at once. She has her body flat on the surface, but is unrestrained, and has been told that she must not rise off it at all. You then tell her to count strokes and begin to flog her <<if $subSlave.butt <= 0>> flat <<elseif $subSlave.butt <= 1>> small <<elseif $subSlave.butt <= 2>> round <<elseif $subSlave.butt <= 3>> curvy <<elseif $subSlave.butt <= 4>> huge <<elseif $subSlave.butt <= 5>> enormous <<elseif $subSlave.butt <= 6>> gigantic <<elseif $subSlave.butt <= 7>> ridiculous <<elseif $subSlave.butt <= 10>> immense <<elseif $subSlave.butt <= 14>> inhuman <<elseif $subSlave.butt <= 20>> aburdly massive <</if>> ass with a leathern instrument. Before long she is experiencing more pain than the human body can support without involuntary movement, and you tell her to go back one count whenever she does. At long last she completes the required number of blows, and lies quivering and sobbing, thanking you over and over, until she stiffens again at the <<if canDoAnal($subSlave) && $subSlave.anus > 0>> burning sensation of a <<if $PC.dick>>cock<<else>>dildo<</if>> stretching her anal sphincter. You are not gentle, and the rough sodomy combined with the burning of her outraged buttocks as you slap yourself against <<if $subSlave.butt < 2>>it<<else>>them<</if>> maintains her pain high. <<else>> sudden sensation of a <<if $PC.dick>>cock<<else>>dildo<</if>> slamming deep into her pussy. You are not gentle, and the rough fucking combined with the burning of her outraged buttocks as you slap yourself against <<if $subSlave.butt < 2>>it<<else>>them<</if>> maintains her pain high. <</if>> <</if>> After you finish and she leaves, wincing in agony<<if $subSlave.belly >= 1500>> and short of breath<</if>> but with a faraway look of release, you notice $activeSlave.slaveName at the door to your office. You call her in. <br><br> <<EventNameLink $activeSlave>> hesitates before explaining herself, and the $desc is obviously aroused: <<if ($activeSlave.dick > 0) && ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>> she's got a string of precum leaking out of her chastity cage. <<elseif ($activeSlave.dick > 0) && ($activeSlave.hormoneBalance >= 100)>> though her hormone-filled body can't get her dick hard any more, she's got a string of precum coming off her member. <<elseif ($activeSlave.dick > 0) && ($activeSlave.balls == 0)>> though her gelded body can't get her dick hard any more, she's got a string of precum coming off her limp member. <<elseif canAchieveErection($activeSlave)>> <<if $activeSlave.dick > 4>> her gigantic cock is standing out like a mast. <<elseif $activeSlave.dick > 2>> she's sporting an impressive erection. <<elseif $activeSlave.dick > 0>> her little penis is rock hard. <</if>> <<elseif $activeSlave.dick > 7>> she's got a string of precum coming off her engorged member. <<elseif $activeSlave.dick > 0>> she's got a string of precum coming off her limp member. <<elseif $activeSlave.clit > 0>> her large clit is visibly engorged. <<elseif $activeSlave.vagina > -1>> <<if $activeSlave.nipples != "fuckable">>her nipples are hard and <</if>>there's a sheen on her pussylips. <<elseif $activeSlave.balls > 0>> <<if $activeSlave.nipples != "fuckable">>her nipples are hard and <</if>>there is a distinct dribble of precum running from her featureless crotch. <<else>> <<if $activeSlave.nipples != "fuckable">>her nipples are hard and <</if>>there is a clear scent of lust around her. <</if>> It seems she passed by while you were beating $subSlave.slaveName and found the <<if canSee($activeSlave)>>sight<<else>>sounds<</if>> rather compelling. It should be possible to either encourage this fascination or steer her away from it for now. <<case "pregnancy">> <<set _refi = $slaveIndices[$pregnancyID]>> <<if $slaves[_refi].mpreg == 0 && canDoVaginal($slaves[_refi]) && $slaves[_refi].vagina > 0>> <<set $slaves[_refi].vaginalCount++, $vaginalTotal++>> <<elseif canDoAnal($slaves[_refi]) && $slaves[_refi].anus > 0 && $slaves[_refi].mpreg == 1>> <<set $slaves[_refi].analCount++, $analTotal++>> <</if>> <<set $subSlave = $slaves[_refi]>> <<set _subBelly = bellyAdjective($subSlave)>> /* 000-250-006 */ <<if $seeImages == 1>> <div class="imageRef medImg"> <<SlaveArt $subSlave 2 0>> </div> <div class="imageRef medImg"> <<SlaveArt $activeSlave 2 0>> </div> <</if>> /* 000-250-006 */ $subSlave.slaveName gets inspected more regularly than your other slaves, since she's quite pregnant. Her pregnancy is progressing acceptably, but having her belly inspected gets her <<if $subSlave.pregSource == -1>> extremely eager to feel more of her <<= WrittenMaster($subSlave)>>'s seed in her fertile <<if $subSlave.mpreg == 1>>rear<<else>>cunt<</if>>. $subSlave.slaveName has been a good girl, <<if ($subSlave.mpreg == 1 && canDoAnal($subSlave) && $subSlave.anus > 0) || ($subSlave.mpreg == 0 && canDoVaginal($subSlave) && $subSlave.vagina > 0)>> <<if $PC.belly >= 5000>> so you take her <<if $subSlave.belly >= 300000>> over her own _subBelly belly. Such discomfort doesn't bother her since it means she gets to enjoy the sensation of your own gravid middle rubbing the small of her back <<else>> on the edge of your desk. She doesn't mind the hard surface, not when it means your gravid middle is pushing against her _subBelly own <</if>> as you lanquidly take her. <<else>> so you take her on the couch, spooning so that her <<if $subSlave.belly >= 300000>> immense gravidity can hang between your legs and towards the floor as you languidly take her. You have your arms as far around her middle as you can, <<else>> _subBelly heavy belly can rest comfortably as you languidly take her. You have your arms wrapped around her chest to cup both breasts, <</if>> and she has her neck twisted back to kiss you. <</if>> <<else>> but her eager hole just can't be permitted to have another of your loads at the moment, so she'll have to settle for some cuddling instead. You embrace her on the couch, <<if $PC.belly >= 5000>> as closely as you can with your own gravidity in the way and languidly fondle her; one arm wrapped around behind to her breast and the other alternating between fecund bulges. The two of you share a deep kiss as your bellies run against each other. <<else>> spooning so that her <<if $subSlave.belly >= 300000>> immense gravidity can hang between your legs and towards the floor as you languidly grope her. You have your arms wrapped as far around her middle as you can, savoring the motion beneath your palms, <<else>> _subBelly heavy belly can rest comfortably as you languidly fondle her. You have one arm wrapped around her middle to grope her _subBelly belly and the other to her breast, <</if>> while she has her neck twisted back to kiss you. <</if>> <</if>> <<elseif $PC.dick == 1>> extremely eager for a good fuck and there's no better dick than her <<= WrittenMaster($subSlave)>>'s. $subSlave.slaveName has been a good girl, <<if ($subSlave.mpreg == 1 && canDoAnal($subSlave) && $subSlave.anus > 0) || ($subSlave.mpreg == 0 && canDoVaginal($subSlave) && $subSlave.vagina > 0)>> <<if $PC.belly >= 5000>> so you take her <<if $subSlave.belly >= 300000>> over her own _subBelly belly. Such discomfort doesn't bother her since it means she gets to enjoy the sensation of your own gravid middle rubbing the small of her back <<else>> on the edge of your desk. She doesn't mind the hard surface, not when it means your gravid middle is pushing against her _subBelly own <</if>> as you lanquidly take her. <<else>> so you take her on the couch, spooning so that her <<if $subSlave.belly >= 300000>> immense gravidity can hang between your legs and towards the floor as you languidly take her. You have your arms as far around her middle as you can, <<else>> _subBelly heavy belly can rest comfortably as you languidly take her. You have your arms wrapped around her chest to cup both breasts, <</if>> and she has her neck twisted back to kiss you. <</if>> <<else>> but her fertile hole is off limits at the moment, so she'll have to settle for some cuddling instead. You embrace her on the couch, <<if $PC.belly >= 5000>> as closely as you can with your own gravidity in the way and languidly fondle her; one arm wrapped around behind to her breast and the other alternating between fecund bulges. The two of you share a deep kiss as your bellies run against each other. <<else>> spooning so that her <<if $subSlave.belly >= 300000>> immense gravidity can hang between your legs and towards the floor as you languidly grope her. You have your arms wrapped as far around her middle as you can, savoring the motion beneath your palms, <<else>> _subBelly heavy belly can rest comfortably as you languidly fondle her. You have one arm wrapped around her middle to grope her _subBelly belly and the other to her breast, <</if>> while she has her neck twisted back to kiss you. <</if>> <</if>> <<else>> all hot and bothered. $subSlave.slaveName has been a good girl, <<if ($subSlave.mpreg == 1 && canDoAnal($subSlave) && $subSlave.anus > 0) || ($subSlave.mpreg == 0 && canDoVaginal($subSlave) && $subSlave.vagina > 0)>> so you don a strap-on and take her <<if $PC.belly >= 5000>> <<if $subSlave.belly >= 300000>> over her own _subBelly belly. Such discomfort doesn't bother her since it means she gets to enjoy the sensation of your own gravid middle rubbing the small of her back <<else>> on the edge of your desk. She doesn't mind the hard surface, not when it means your gravid middle is pushing against her _subBelly own <</if>> as you languidly take her. <<else>> on the couch, spooning so that her <<if $subSlave.belly >= 300000>> immense gravidity can hang between your legs and towards the floor as you languidly take her. You have your arms as far around her middle as you can, <<else>> _subBelly heavy belly can rest comfortably as you languidly take her. You have your arms wrapped around her chest to cup both breasts, <</if>> and she has her neck twisted back to kiss you. <</if>> <<else>> but her fertile hole is off limits at the moment, so she'll have to settle for some cuddling instead. You embrace her on the couch, <<if $PC.belly >= 5000>> as closely as you can with your own gravidity in the way and languidly fondle her; one arm wrapped around behind to her breast and the other alternating between fecund bulges. The two of you share a deep kiss as your bellies run against each other. <<else>> spooning so that her <<if $subSlave.belly >= 300000>> immense gravidity can hang between your legs and towards the floor as you languidly grope her. You have your arms wrapped as far around her middle as you can, savoring the motion beneath your palms, <<else>> _subBelly heavy belly can rest comfortably as you languidly fondle her. You have one arm wrapped around her middle to grope her _subBelly belly and the other to her breast, <</if>> while she has her neck twisted back to kiss you. <</if>> <</if>> <</if>> After you both finish and she leaves, smiling contentedly at you, you notice $activeSlave.slaveName at the door to your office. You call her in. <<EventNameLink $activeSlave>> hesitates before explaining herself, and the $desc is obviously aroused: <<if ($activeSlave.dick > 0) && ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>> she's got a string of precum leaking out of her chastity cage. <<elseif ($activeSlave.dick > 0) && ($activeSlave.hormoneBalance >= 100)>> though her hormone-filled body can't get her dick hard any more, she's got a string of precum coming off her member. <<elseif ($activeSlave.dick > 0) && ($activeSlave.balls == 0)>> though her gelded body can't get her dick hard any more, she's got a string of precum coming off her limp member. <<elseif canAchieveErection($activeSlave)>> <<if $activeSlave.dick > 4>> her gigantic cock is standing out like a mast. <<elseif $activeSlave.dick > 2>> she's sporting an impressive erection. <<elseif $activeSlave.dick > 0>> her little penis is rock hard. <</if>> <<elseif $activeSlave.dick > 7>> she's got a string of precum coming off her engorged member. <<elseif $activeSlave.dick > 0>> she's got a string of precum coming off her limp member. <<elseif $activeSlave.clit > 0>> her large clit is visibly engorged. <<elseif $activeSlave.vagina > -1>> <<if $activeSlave.nipples != "fuckable">>her nipples are hard and <</if>>there's a sheen on her pussylips. <<elseif $activeSlave.balls > 0>> <<if $activeSlave.nipples != "fuckable">>her nipples are hard and <</if>>there is a distinct dribble of precum running from her featureless crotch. <<else>> <<if $activeSlave.nipples != "fuckable">>her nipples are hard and <</if>>there is a clear scent of lust around her. <</if>> It seems she passed by while you were enjoying the heavily pregnant $subSlave.slaveName and found the <<if canSee($activeSlave)>>sight<<else>>sounds<</if>> rather compelling. It should be possible to either encourage this fascination or steer her away from it for now. <<case "boobs">> <<set _refi = $slaveIndices[$boobsID]>> <<set $subSlave = $slaves[_refi]>> <<set _subBelly = bellyAdjective($subSlave)>> /* 000-250-006 */ <<if $seeImages == 1>> <div class="imageRef medImg"> <<SlaveArt $subSlave 2 0>> </div> <div class="imageRef medImg"> <<SlaveArt $activeSlave 2 0>> </div> <</if>> /* 000-250-006 */ $subSlave.slaveName is on lunch duty today. That means that as you eat your working lunch, she sits on the edge of your desk right next to you, so that <<if $subSlave.belly >= 100000>>a nipple is<<else>>her nipples are<</if>> conveniently at mouth height. Whenever you feel thirsty, you lean over<<if $subSlave.nipples == "partially inverted" || $subSlave.nipples == "inverted">>, pop one out,<<elseif $subSlave.nipples == "fuckable">>, slip your tongue deep inside,<</if>> and take some of her creamy, slightly vanilla-toned milk straight from the source. Every time you do, she shudders convulsively, <<if canTalk($activeSlave)>> giving little mewling whimpers. <<else>> <<if $activeSlave.accent >= 3>> giving little mewling whimpers. <<elseif $activeSlave.voice == 0>> making the harsh gasping noises that are all she can manage, as a mute. <<else>> giving small moans through her obstructed mouth. <</if>> <</if>> Though you never touch anything but her nipples, she climaxes twice. After you finish and she leaves, you notice $activeSlave.slaveName at the door to your office. You call her in. <br><br> <<EventNameLink $activeSlave>> hesitates before explaining herself, and the $desc is obviously aroused: <<if ($activeSlave.dick > 0) && ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>> she's got a string of precum leaking out of her chastity cage. <<elseif ($activeSlave.dick > 0) && ($activeSlave.hormoneBalance >= 100)>> though her hormone-filled body can't get her dick hard any more, she's got a string of precum coming off her member. <<elseif ($activeSlave.dick > 0) && ($activeSlave.balls == 0)>> though her gelded body can't get her dick hard any more, she's got a string of precum coming off her limp member. <<elseif canAchieveErection($activeSlave)>> <<if $activeSlave.dick > 4>> her gigantic cock is standing out like a mast. <<elseif $activeSlave.dick > 2>> she's sporting an impressive erection. <<elseif $activeSlave.dick > 0>> her little penis is rock hard. <</if>> <<elseif $activeSlave.dick > 7>> she's got a string of precum coming off her engorged member. <<elseif $activeSlave.dick > 0>> she's got a string of precum coming off her limp member. <<elseif $activeSlave.clit > 0>> her large clit is visibly engorged. <<elseif $activeSlave.vagina > -1>> <<if $activeSlave.nipples != "fuckable">>her nipples are hard and <</if>>there's a sheen on her pussylips. <<elseif $activeSlave.balls > 0>> <<if $activeSlave.nipples != "fuckable">>her nipples are hard and <</if>>there is a distinct dribble of precum running from her featureless crotch. <<else>> <<if $activeSlave.nipples != "fuckable">>her nipples are hard and <</if>>there is a clear scent of lust around her. <</if>> It seems she passed by while you were drinking from $subSlave.slaveName and found the <<if canSee($activeSlave)>>sight<<else>>sound<</if>> rather compelling. It should be possible to either encourage this fascination or steer her away from it for now. <<case "submissive">> <<set _refi = $slaveIndices[$subID]>> <<if canDoVaginal($slaves[_refi]) && ($slaves[_refi].vagina > 0)>> <<set $slaves[_refi].vaginalCount++, $vaginalTotal++>> <<if $PC.dick == 1 && $slaves[_refi].eggType == "human" && canGetPregnant($slaves[_refi])>> <<= knockMeUp($slaves[_refi], 5, 0, -1, 1)>> <</if>> <<else>> <<set $slaves[_refi].analCount++, $analTotal++>> <<if $PC.dick == 1 && $slaves[_refi].eggType == "human" && canGetPregnant($slaves[_refi])>> <<= knockMeUp($slaves[_refi], 5, 1, -1, 1)>> <</if>> <</if>> <<set $subSlave = $slaves[_refi]>> <<set _subBelly = bellyAdjective($subSlave)>> /* 000-250-006 */ <<if $seeImages == 1>> <div class="imageRef medImg"> <<SlaveArt $subSlave 2 0>> </div> <div class="imageRef medImg"> <<SlaveArt $activeSlave 2 0>> </div> <</if>> /* 000-250-006 */ $subSlave.slaveName is lying on the edge of your desk with her<<if $subSlave.belly >= 1500>> bloated<</if>> body helpless beneath you, your <<if $PC.dick == 1>>dick<<else>>strap-on<</if>> in her, and your hands around her neck. It's just breath play, and you're practiced enough that she's in no danger. She's such a sexual submissive that she sometimes acts out if not managed. This happens when she feels the urge to misbehave in order to access punishment, so you personally ensure that she can indulge her submissiveness when she needs it. She does not orgasm with you, her complete servitude to your pleasure fulfilling a deeper need than that. She leaves your office with a serene look on her face, passing <<EventNameLink $activeSlave>>, who is <<if $activeSlave.amp == 1>> propped limblessly nearby. She has <<elseif !canWalk($activeSlave)>> kneeling in the doorway with <<else>> standing in the doorway with <</if>> a troubled look on her face. <br><br> <<EventNameLink $activeSlave>> hesitates before explaining herself, and the $desc is obviously aroused: <<if ($activeSlave.dick > 0) && ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>> she's got a string of precum leaking out of her chastity cage. <<elseif ($activeSlave.dick > 0) && ($activeSlave.hormoneBalance >= 100)>> though her hormone-filled body can't get her dick hard any more, she's got a string of precum coming off her member. <<elseif ($activeSlave.dick > 0) && ($activeSlave.balls == 0)>> though her gelded body can't get her dick hard any more, she's got a string of precum coming off her limp member. <<elseif canAchieveErection($activeSlave)>> <<if $activeSlave.dick > 4>> her gigantic cock is standing out like a mast. <<elseif $activeSlave.dick > 2>> she's sporting an impressive erection. <<elseif $activeSlave.dick > 0>> her little penis is rock hard. <</if>> <<elseif $activeSlave.dick > 7>> she's got a string of precum coming off her engorged member. <<elseif $activeSlave.dick > 0>> she's got a string of precum coming off her limp member. <<elseif $activeSlave.clit > 0>> her large clit is visibly engorged. <<elseif $activeSlave.vagina > -1>> <<if $activeSlave.nipples != "fuckable">>her nipples are hard and <</if>>there's a sheen on her pussylips. <<elseif $activeSlave.balls > 0>> <<if $activeSlave.nipples != "fuckable">>her nipples are hard and <</if>>there is a distinct dribble of precum running from her featureless crotch. <<else>> <<if $activeSlave.nipples != "fuckable">>her nipples are hard and <</if>>there is a clear scent of lust around her. <</if>> It seems she passed by while you were dominating $subSlave.slaveName. <<if $activeSlave.amp != 1>>As though it has a mind of its own, her hand reaches up toward her throat. <</if>>It should be possible to either encourage this fascination with submission or steer her away from it for now. <<case "buttslut">> <<set _refi = $slaveIndices[$buttslutID]>> <<if $PC.dick == 1 && $slaves[_refi].eggType == "human" && canGetPregnant($slaves[_refi])>> <<= knockMeUp($slaves[_refi], 5, 1, -1, 1)>> <</if>> <<set $slaves[_refi].analCount++, $analTotal++>> <<set $subSlave = $slaves[_refi]>> <<set _subBelly = bellyAdjective($subSlave)>> /* 000-250-006 */ <<if $seeImages == 1>> <div class="imageRef medImg"> <<SlaveArt $subSlave 2 0>> </div> <div class="imageRef medImg"> <<SlaveArt $activeSlave 2 0>> </div> <</if>> /* 000-250-006 */ In the middle of the afternoon, you take a break from work to fuck $subSlave.slaveName in your office. $subSlave.slaveName is such a complete buttslut that she's enjoying herself to an almost indecent degree: moaning, begging, or just smiling idiotically with her mouth open and her tongue lolling. After you finish and she leaves, you notice $activeSlave.slaveName at the door to your office. You call her in. <br><br> <<EventNameLink $activeSlave>> hesitates before explaining herself, and the $desc is obviously aroused: <<if ($activeSlave.dick > 0) && ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>> she's got a string of precum leaking out of her chastity cage. <<elseif ($activeSlave.dick > 0) && ($activeSlave.hormoneBalance >= 100)>> though her hormone-filled body can't get her dick hard any more, she's got a string of precum coming off her member. <<elseif ($activeSlave.dick > 0) && ($activeSlave.balls == 0)>> though her gelded body can't get her dick hard any more, she's got a string of precum coming off her limp member. <<elseif canAchieveErection($activeSlave)>> <<if $activeSlave.dick > 4>> her gigantic cock is standing out like a mast. <<elseif $activeSlave.dick > 2>> she's sporting an impressive erection. <<elseif $activeSlave.dick > 0>> her little penis is rock hard. <</if>> <<elseif $activeSlave.dick > 7>> she's got a string of precum coming off her engorged member. <<elseif $activeSlave.dick > 0>> she's got a string of precum coming off her limp member. <<elseif $activeSlave.clit > 0>> her large clit is visibly engorged. <<elseif $activeSlave.vagina > -1>> <<if $activeSlave.nipples != "fuckable">>her nipples are hard and <</if>>there's a sheen on her pussylips. <<elseif $activeSlave.balls > 0>> <<if $activeSlave.nipples != "fuckable">>her nipples are hard and <</if>>there is a distinct dribble of precum running from her featureless crotch. <<else>> <<if $activeSlave.nipples != "fuckable">>her nipples are hard and <</if>>there is a clear scent of lust around her. <</if>> It seems she passed by while you were buttfucking $subSlave.slaveName and found the <<if canSee($activeSlave)>>sight<<else>>sounds<</if>> rather compelling. It should be possible to either encourage this fascination or steer her away from it for now. <<case "cumslut">> <<set _refi = $slaveIndices[$cumslutID]>> <<set $slaves[_refi].oralCount++, $oralTotal++>> <<set $subSlave = $slaves[_refi]>> <<set _subBelly = bellyAdjective($subSlave)>> /* 000-250-006 */ <<if $seeImages == 1>> <div class="imageRef medImg"> <<SlaveArt $subSlave 2 0>> </div> <div class="imageRef medImg"> <<SlaveArt $activeSlave 2 0>> </div> <</if>> /* 000-250-006 */ You wake up to the sensation of $subSlave.slaveName eagerly sucking your dick. She's industriously pumping her mouth up and down on your member. In truth, $subSlave.slaveName doesn't give the perfect blowjob: she loves cum so much that she mostly enjoys oral sex in an anticipatory way, and usually works to make the recipient cum as soon as possible so as to get her favorite treat into her mouth quicker. Still, her enthusiasm is nice and she does have permission to wake you at your usual time in this way. As you get up after finishing, you notice <<EventNameLink $activeSlave>> at the door to your bedroom. You call her in. <br><br> <<EventNameLink $activeSlave>> hesitates before explaining herself, and the $desc is obviously aroused: <<if ($activeSlave.dick > 0) && ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>> she's got a string of precum leaking out of her chastity cage. <<elseif ($activeSlave.dick > 0) && ($activeSlave.hormoneBalance >= 100)>> though her hormone-filled body can't get her dick hard any more, she's got a string of precum coming off her member. <<elseif ($activeSlave.dick > 0) && ($activeSlave.balls == 0)>> though her gelded body can't get her dick hard any more, she's got a string of precum coming off her limp member. <<elseif canAchieveErection($activeSlave)>> <<if $activeSlave.dick > 4>> her gigantic cock is standing out like a mast. <<elseif $activeSlave.dick > 2>> she's sporting an impressive erection. <<elseif $activeSlave.dick > 0>> her little penis is rock hard. <</if>> <<elseif $activeSlave.dick > 7>> she's got a string of precum coming off her engorged member. <<elseif $activeSlave.dick > 0>> she's got a string of precum coming off her limp member. <<elseif $activeSlave.clit > 0>> her large clit is visibly engorged. <<elseif $activeSlave.vagina > -1>> <<if $activeSlave.nipples != "fuckable">>her nipples are hard and <</if>>there's a sheen on her pussylips. <<elseif $activeSlave.balls > 0>> <<if $activeSlave.nipples != "fuckable">>her nipples are hard and <</if>>there is a distinct dribble of precum running from her featureless crotch. <<else>> <<if $activeSlave.nipples != "fuckable">>her nipples are hard and <</if>>there is a clear scent of lust around her. <</if>> It seems she passed by while $subSlave.slaveName was blowing you. She swallows painfully at the <<if canSee($activeSlave)>>sight of the satisfied cumslut swirling your ejaculate around her mouth<<else>>sound of the satisfied cumslut savoring your fresh load<</if>>. It should be possible to either encourage this fascination or steer her away from it for now. <<case "humiliation">> <<set _refi = $slaveIndices[$humiliationID]>> <<if ($slaves[_refi].vagina > -1) && ($slaves[_refi].vaginalAccessory != "chastity belt")>> <<set $slaves[_refi].vaginalCount += 1>> <<set $vaginalTotal += 1>> <<else>> <<set $slaves[_refi].analCount += 1>> <<set $analTotal += 1>> <</if>> <<set $subSlave = $slaves[_refi]>> <<set _subBelly = bellyAdjective($subSlave)>> /* 000-250-006 */ <<if $seeImages == 1>> <div class="imageRef medImg"> <<SlaveArt $subSlave 2 0>> </div> <div class="imageRef medImg"> <<SlaveArt $activeSlave 2 0>> </div> <</if>> /* 000-250-006 */ You have $subSlave.slaveName pinned up against a railing on a balcony that overlooks a public atrium. Passersby below cannot see you, but they can certainly see $subSlave.slaveName's upper body as she takes your dick. She's blushing furiously with the sex and with her trademark mixed arousal and embarrassment at having an audience. She makes a show of trying to disguise the fact that she's getting railed, but it's obvious. When you finish, you pull her off the railing so she can clean up. <<EventNameLink $activeSlave>> <<if canSee($activeSlave)>>saw<<else>>heard<</if>> the denouement of this exhibitionist fun, and seems intrigued. <br><br> <<EventNameLink $activeSlave>> hesitates before explaining herself, and the $desc is obviously aroused: <<if ($activeSlave.dick > 0) && ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>> she's got a string of precum leaking out of her chastity cage. <<elseif ($activeSlave.dick > 0) && ($activeSlave.hormoneBalance >= 100)>> though her hormone-filled body can't get her dick hard any more, she's got a string of precum coming off her member. <<elseif ($activeSlave.dick > 0) && ($activeSlave.balls == 0)>> though her gelded body can't get her dick hard any more, she's got a string of precum coming off her limp member. <<elseif canAchieveErection($activeSlave)>> <<if $activeSlave.dick > 4>> her gigantic cock is standing out like a mast. <<elseif $activeSlave.dick > 2>> she's sporting an impressive erection. <<elseif $activeSlave.dick > 0>> her little penis is rock hard. <</if>> <<elseif $activeSlave.dick > 7>> she's got a string of precum coming off her engorged member. <<elseif $activeSlave.dick > 0>> she's got a string of precum coming off her limp member. <<elseif $activeSlave.clit > 0>> her large clit is visibly engorged. <<elseif $activeSlave.vagina > -1>> <<if $activeSlave.nipples != "fuckable">>her nipples are hard and <</if>>there's a sheen on her pussylips. <<elseif $activeSlave.balls > 0>> <<if $activeSlave.nipples != "fuckable">>her nipples are hard and <</if>>there is a distinct dribble of precum running from her featureless crotch. <<else>> <<if $activeSlave.nipples != "fuckable">>her nipples are hard and <</if>>there is a clear scent of lust around her. <</if>> There was a glint of envy <<if canSee($activeSlave)>>in her eyes when she saw<<else>>across her face as she listened to<</if>> $subSlave.slaveName's satisfaction at being publicly used. It should be possible to either encourage this fascination with humiliation or steer her away from it for now. <<default>> <br>ERROR: bad REFI event $REFIevent <</switch>> <br><br> <span id="result"> <<switch $REFIevent>> <<case "masochist">> <<link "Turn her into another pain slut">> <<EventNameDelink $activeSlave>> <<replace "#result">> <<if !canTalk($activeSlave)>> <<if $activeSlave.accent >= 3>> Since she doesn't speak $language well enough to handle the <<if $activeSlave.amp == 1>> subject and has no hands, it takes a long, frustrating time <<else>> subject, she's forced to use delightfully humiliating gestures <</if>> to communicate her desire to be abused. <<elseif $activeSlave.voice == 0>> She's <<if $activeSlave.amp == 1>> mute and has no hands, so it takes a long, frustrating time for her to communicate that she would like <<else>> mute, so she uses gestures to ask <</if>> you to hurt her, too. <<else>> She's incapable of forming <<if $activeSlave.amp == 1>> words and has no hands, so it takes a long, frustrating time for her to communicate that she would like <<else>> words, so she uses gestures to ask <</if>> you to hurt her, too. <</if>> <<else>> <<if $activeSlave.lips > 70>> She asks through her massive dick-sucking lips, <<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>> She asks through her big oral piercings, <<else>> She asks, <</if>> "<<Master>>, can - can you hurt me? Like that?" <</if>> You make her state it more explicitly, so she tries again: <<if $activeSlave.amp == 1 && !canTalk($activeSlave)>> she wriggles herself into a position where she can lightly slap her amputee ass against a chair leg. <<elseif !canTalk($activeSlave)>> she turns around and starts to spank herself roughly. <<else>> "Plea<<s>>e beat me, <<Master>>!" <</if>> You shove her <<if $activeSlave.belly >= 300000>> over her _belly <<if $activeSlave.bellyPreg >= 2000>>pregnant <</if>> belly, <<elseif $activeSlave.belly >= 1500>> onto her knees, <<else>> over the desk, <</if>> rub your hand over her ass, which is quivering with anticipation and fear, and ask if she wants you to hit her. She's almost beside herself, shuddering at the titillation, but before she can answer, you use your other hand to strike her <<if ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>> caged dick. <<elseif $activeSlave.dick > 0>> cockhead. <<elseif $activeSlave.vagina > -1 && canDoVaginal($activeSlave)>> pussylips. <<elseif $activeSlave.belly >= 1500>> distended middle. <<elseif $activeSlave.vagina > -1>> chastity belt into her pussylips. <<elseif $activeSlave.scrotum > 1>> testicles. <<else>> smooth crotch. <</if>> As she writhes in agony, you tell her to get used to it. She's a pain slut now, second thoughts or not. <<if canDoAnal($activeSlave)>> <<if $activeSlave.anus == 0>> She hasn't recovered before she feels the still more urgent pain of <<if $PC.dick == 1>>your dick brutally @@.lime;taking her anal virginity@@<<else>>an enormous dildo @@.lime;stealing her anal virgninty@@<</if>>, followed by rough anal, <<set $activeSlave.anus = 1>> <<else>> She hasn't recovered before she feels the still more urgent pain of rough anal, <</if>> <<= AnalVCheck()>> <<elseif canDoVaginal($activeSlave)>> <<if $activeSlave.vagina == 0>> She hasn't recovered before she feels the still more urgent pain of <<if $PC.dick == 1>>your dick brutally @@.lime;stripping her of her virginity@@<<else>>an enormous dildo @@.lime;stealing her virgninty@@<</if>>, followed by rough sex, <<set $activeSlave.vagina = 1>> <<else>> She hasn't recovered before she feels the still more urgent pain of <<if $PC.dick == 1>>your dick<<else>>an enormous dildo<</if>> slamming against her cervix, <</if>> <<= VaginalVCheck()>> <<else>> She hasn't recovered before she feels <<switch $activeSlave.collar>> <<case "dildo gag" "massive dildo gag">> the relief of the dildo gag being drawn from her throat before <<case "ball gag" "bit gag">> you unhook her gag before <</switch>> the still more urgent pain of <<if $PC.dick == 1>>your dick getting shoved as deep down her throat as you can<<else>>an enormous dildo forcing her jaw wide and working its way down her throat<</if>>, <<set $activeSlave.oralCount++, $oralTotal++>> <</if>> which is then overlaid by rough spanking, nipple pinching, and <<if ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>> cock torment. <<elseif $activeSlave.dick > 0>> dick abuse. <<elseif $activeSlave.vagina > -1 && canDoVaginal($activeSlave)>> clit torture. <<elseif $activeSlave.belly >= 1500>> stomach abuse. <<elseif $activeSlave.vagina > -1>> chastity assault. <<elseif $activeSlave.scrotum > 1>> ball crushing. <<else>> urethral torment. <</if>> @@.hotpink;She has become more devoted to you,@@ and @@.lightcoral;she has started to get off on pain.@@ <<set $activeSlave.devotion += 4>> <<set $activeSlave.fetish = "masochist", $activeSlave.fetishKnown = 1, $activeSlave.fetishStrength = 65>> <</replace>> <</link>><<if canDoAnal($activeSlave) && ($activeSlave.anus == 0)>>//This option will take virginity//<<elseif !canDoAnal($activeSlave) && canDoVaginal($activeSlave) && ($activeSlave.vagina == 0)>> //This option will take anal virginity//<</if>> <br><<link "Steer her away from pain obsession for the moment">> <<EventNameDelink $activeSlave>> <<replace "#result">> Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before she can give voice to her interest in pain play, <<if canDoVaginal($activeSlave) || ($activeSlave.dick > 0 && !["chastity", "combined chastity"].includes($activeSlave.dickAccessory))>> and let her masturbate while <<if ($PC.dick == 0)>>eating you out<<else>>sucking you off<</if>>, <<else>> and play with her until she orgasms while <<if ($PC.dick == 0)>>eating you out<<else>>sucking you off<</if>>, all while <</if>> carefully keeping her experience purely pleasurable. You'll keep an eye on her, and with this correction @@.hotpink;she'll become more submissive to you.@@ <<set $activeSlave.devotion += 4>> <<set $activeSlave.oralCount += 1, $oralTotal += 1>> <</replace>> <</link>> <<case "pregnancy">> <<if isFertile($activeSlave)>> <<link "Turn her into another fertility whore">> <<EventNameDelink $activeSlave>> <<replace "#result">> <<if !canTalk($activeSlave)>> <<if $activeSlave.accent >= 3>> <<if $activeSlave.amp == 1>> She takes a long, frustrating time for her to communicate that she would like you to make her feel like you just made $subSlave.slaveName feel, since she doesn't know the $language words for that nor has the hands to gesture it. <<else>> She fumbles through a gestured explanation that she would like you to make her feel like you just made $subSlave.slaveName feel, since she doesn't know the $language words for that. <</if>> <<elseif $activeSlave.voice == 0>> <<if $activeSlave.amp == 1>> She's mute and has no hands, so it takes a long, frustrating time for her to communicate that she would like <<else>> She's mute, so she uses gestures to ask <</if>> you to make her feel like you just made $subSlave.slaveName feel. <<else>> She can't form <<if $activeSlave.amp == 1>> words and has no hands, so it takes a long, frustrating time for her to communicate that she would like <<else>> words, so she uses gestures to ask <</if>> you to make her feel like you just made $subSlave.slaveName feel. <</if>> <<else>> <<if $activeSlave.lips > 70>> She asks through her massive dick-sucking lips, <<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>> She asks through her big oral piercings, <<else>> She asks, <</if>> "<<Master>>, can - can I be - can I be like, you know, that?" <</if>> You make her state it more explicitly, so she tries again: <<if $activeSlave.amp == 1 && !canTalk($activeSlave)>> she wriggles around until her <<if $activeSlave.mpreg == 1>>ass<</if>>pussy is pointed right at you. <<elseif !canTalk($activeSlave)>> she frantically pantomimes a pregnant belly, and lewdly gestures at her <<if $activeSlave.mpreg == 1>>butthole<<else>>cunt<</if>>. <<else>> "Plea<<s>>e knock me up, <<Master>>!" <</if>> You shove her over the desk, rub <<if $PC.dick == 1>>your hard dick<<else>>a squirt dildo<</if>> <<if $activeSlave.mpreg == 1>> <<if canDoAnal($activeSlave)>> around her asspussy, <<else>> between her buttocks, <</if>> <<else>> <<if canDoVaginal($activeSlave)>> along her pussylips, <<else>> agaist her inner thighs, <</if>> <</if>> and ask if she wants you to impregnate her. She's almost beside herself, shuddering at the titillation, but before she can answer, <<if $activeSlave.mpreg == 1>> <<if canDoAnal($activeSlave) && $activeSlave.anus > 0>> you slide <<if $PC.dick == 0>>a strap-on<<else>>your cock<</if>> into her rear and give her a pounding that leaves her begging for whats to come. <<if $PC.dick == 1>>When you start to feel you climax approaching<<else>>Once you've thoroughly enjoyed yourself<</if>>, you tell her that pregnancy is a very special reward for very good slaves, and you might give it to her one day - but that she doesn't deserve it yet. With that, you slide out of her ass and paint her back with <<if $PC.dick == 1>>your cum<<else>>a few squirts from the dildo<</if>>. <<= AnalVCheck()>> <<else>> you tell her that pregnancy is a very special reward for very good slaves, and you might give it to her one day - but that she doesn't deserve it yet. With that, you run your hands across the quivering slave's belly; pantomiming it swelling with child and sending her over the edge. <</if>> <<else>> <<if canDoVaginal($activeSlave) && $activeSlave.vagina > 0>> you slide <<if $PC.dick == 0>>a strap-on<<else>>your cock<</if>> into her vagina and give her a pounding that leaves her begging for whats to come. <<if $PC.dick == 1>>When you start to feel you climax approaching<<else>>Once you've thoroughly enjoyed yourself<</if>>, you tell her that pregnancy is a very special reward for very good slaves, and you might give it to her one day - but that she doesn't deserve it yet. With that, you slide out of her pussy and paint the quivering slave's belly with <<if $PC.dick == 1>>your cum<<else>>a few squirts from the dildo<</if>>. <<= VaginalVCheck()>> <<else>> you tell her that pregnancy is a very special reward for very good slaves, and you might give it to her one day - but that she doesn't deserve it yet. With that, you run your hands across the quivering slave's belly; pantomiming it swelling with child and sending her over the edge. <</if>> <</if>> @@.hotpink;She has become more devoted to you,@@ and @@.lightcoral;she is desperately eager to get pregnant.@@ <<set $activeSlave.devotion += 4>> <<set $activeSlave.fetish = "pregnancy", $activeSlave.fetishKnown = 1, $activeSlave.fetishStrength = 65>> <</replace>> <</link>> <<elseif $activeSlave.preg > 0>> <<link "Turn her into another pregnancy obsessed whore">> <<EventNameDelink $activeSlave>> <<replace "#result">> <<if !canTalk($activeSlave)>> <<if $activeSlave.accent >= 3>> <<if $activeSlave.amp == 1>> She takes a long, frustrating time for her to communicate that she would like you to make her feel like you just made $subSlave.slaveName feel, since she doesn't know the $language words for that nor has the hands to gesture it. <<else>> She fumbles through a gestured explanation that she would like you to make her feel like you just made $subSlave.slaveName feel, since she doesn't know the $language words for that. <</if>> <<elseif $activeSlave.voice == 0>> <<if $activeSlave.amp == 1>> She's mute and has no hands, so it takes a long, frustrating time for her to communicate that she would like <<else>> She's mute, so she uses gestures to ask <</if>> you to make her feel like you just made $subSlave.slaveName feel. <<else>> She can't form <<if $activeSlave.amp == 1>> words and has no hands, so it takes a long, frustrating time for her to communicate that she would like <<else>> words, so she uses gestures to ask <</if>> you to make her feel like you just made $subSlave.slaveName feel. <</if>> <<else>> <<if $activeSlave.lips > 70>> She asks through her massive dick-sucking lips, <<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>> She asks through her big oral piercings, <<else>> She asks, <</if>> "<<Master>>, can - can I be - can I be like, you know, that?" <</if>> You make her state it more explicitly, so she tries again: <<if $activeSlave.amp == 1 && !canTalk($activeSlave)>> she wriggles around until her <<if $activeSlave.mpreg == 1>>ass<</if>>pussy is pointed right at you. <<elseif !canTalk($activeSlave)>> she <<if $activeSlave.belly >= 1500>>caresses her _belly<<else>>frantically pantomimes a pregnant<</if>> belly, and lewdly gestures at her <<if $activeSlave.mpreg == 1>>butthole<<else>>cunt<</if>>. <<else>> "Plea<<s>>e knock me up, <<Master>>!" <</if>> You direct her to the couch and run a hand along her stomach, reminding her that she is already pregnant and efforts to knock her up more won't satisfy her craving. However, she's already got the pregnancy part covered, all she needs to feel whole is to use her gravid body to please you. She shudders with anticipation at the realization as you <<if $activeSlave.belly >= 300000 || ($PC.belly+$activeSlave.belly >= 30000)>> spin her around to accommodate <<if $activeSlave.belly >= 300000>>her belly<<else>>your pregnancy<</if>> and <</if>> <<if $activeSlave.mpreg == 1>> <<if canDoAnal($activeSlave) && $activeSlave.anus > 0>> slide your <<if $PC.dick == 0>>strap-on<<else>>cock<</if>> into her rear. You lean in to run your hands across the quivering slave's belly as you focus on breeding the already fecund bitch. <<if $PC.dick == 1>>When you start to feel you climax approaching<<else>>Once you've thoroughly enjoyed yourself<</if>>, you tell her that pregnancy is a very special reward for very good slaves, and if she keeps being a good girl you'll be sure to keep her swollen with child. With that, you hilt yourself and <<if $PC.dick == 1>>flood her rectum with your cum<<else>>repeatedly pump bursts of cum out of your toy into her bowels<</if>>. <<= AnalVCheck()>> <<else>> you tell her that pregnancy is a very special reward for very good slaves, and if she keeps being a good girl you'll be sure to keep her swollen with child. With that, you run your hands across the quivering slave's _belly belly; pantomiming it swelling to an obscene size with children and sending her over the edge. <</if>> <<else>> <<if canDoVaginal($activeSlave) && $activeSlave.vagina > 0>> slide your <<if $PC.dick == 0>>strap-on<<else>>cock<</if>> into her pussy. You lean in to run your hands across the quivering slave's belly as you focus on breeding the already fecund bitch. <<if $PC.dick == 1>>When you start to feel you climax approaching<<else>>Once you've thoroughly enjoyed yourself<</if>>, you tell her that pregnancy is a very special reward for very good slaves, and if she keeps being a good girl you'll be sure to keep her swollen with child. With that, you hilt yourself and <<if $PC.dick == 1>>flood her cunt with your cum<<else>>repeatedly pump bursts of cum into her until it flows out around your toy<</if>>. <<= VaginalVCheck()>> <<else>> you tell her that pregnancy is a very special reward for very good slaves, and if she keeps being a good girl you'll be sure to keep her swollen with child. With that, you run your hands across the quivering slave's _belly belly; pantomiming it swelling to an obscene size with children and sending her over the edge. <</if>> <</if>> @@.hotpink;She has become more devoted to you,@@ and @@.lightcoral;she is desperately eager to get pregnant.@@ <<set $activeSlave.devotion += 4>> <<set $activeSlave.fetish = "pregnancy", $activeSlave.fetishKnown = 1, $activeSlave.fetishStrength = 65>> <</replace>> <</link>> <<elseif $PC.belly >= 5000>> <<link "Temper her interest into an pregnancy obsession">> <<if !canTalk($activeSlave)>> <<if $activeSlave.accent >= 3>> <<if $activeSlave.amp == 1>> She takes a long, frustrating time for her to communicate that she's fascinated by pregnancy, since she doesn't know the $language words for things like gravid and swollen belly nor does have the hands to gesture it. <<else>> She fumbles through a gestured explanation that she's fascinated by pregnancy, since she doesn't know the $language words for things like gravid and swollen belly. <</if>> <<elseif $activeSlave.voice == 0>> <<if $activeSlave.amp == 1>> She's mute and has no hands, so it takes a long, frustrating time for her to communicate that she's fascinated by pregnancy. <<else>> She's mute, so she uses gestures to communicate her attraction to the pregnant form. <</if>> <<else>> She can't form <<if $activeSlave.amp == 1>> words and has no hands, so it takes a long, frustrating time for her to communicate that she's fascinated by pregnancy. <<else>> words, so she uses gestures to communicate her attraction to the pregnant figure. <</if>> <</if>> <<else>> <<if $activeSlave.lips > 70>> She <<say>>s through her massive dick-sucking lips, <<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>> She <<say>>s through her big oral piercings, <<else>> She <<say>>s, <</if>> "<<Master>>, I don't know. I ju<<s>>t thought that wa<<s>> really hot." <</if>> You gently lower your pregnant self onto the couch and ask her whether she wants to get pregnant too; as she starts to answer you grunt and rub your <<if $PC.belly >= 120000>> massive baby bump with both hands <<elseif $PC.belly >= 100000>> massive baby bump <<elseif $PC.belly >= 60000>> giant baby bump <<elseif $PC.belly >= 15000>> huge baby bump <<elseif $PC.belly >= 10000>> big baby bump <<elseif $PC.belly >= 5000>> baby bump <</if>> before informing her that <<if $PC.pregType > 1>>they've<<else>>he's<</if>> been so active lately. You continue fondling your pregnancy, watching her progressively redden until she frames a response: <<if $activeSlave.amp == 1 && !canTalk($activeSlave)>> <<if canPenetrate($activeSlave)>> she wriggles around until her throbbing erection is pointed right at you. <<else>> she does everything in her power to gesture towards your gravid middle. <</if>> <<elseif !canTalk($activeSlave)>> she points at your gravid middle before quivering with lust. <<else>> "You're <<s>>o hot, <<Master>>!" <</if>> You tell her that getting to spend time with your gravid swell is a very special reward for very good slaves, and if she keeps being a good girl you'll make sure she gets the chance to lavish attention on it. With that, you pull her in and hug her to your stomach, sending her over the edge. @@.hotpink;She has become more devoted to you,@@ and @@.lightcoral;she has developed a pregnancy fetish.@@ <<set $activeSlave.devotion += 4>> <<set $activeSlave.fetish = "pregnancy", $activeSlave.fetishKnown = 1, $activeSlave.fetishStrength = 65>> <</link>> <<elseif canAchieveErection($activeSlave)>> <<link "Temper her interest into an impregnation obsession">> <<if !canTalk($activeSlave)>> <<if $activeSlave.accent >= 3>> <<if $activeSlave.amp == 1>> She takes a long, frustrating time for her to communicate that she's fascinated by pregnancy, since she doesn't know the $language words for things like impregnation and swollen belly nor does have the hands to gesture it. <<else>> She fumbles through a gestured explanation that she's fascinated by pregnancy, since she doesn't know the $language words for things like impregnation and swollen belly. <</if>> <<elseif $activeSlave.voice == 0>> <<if $activeSlave.amp == 1>> She's mute and has no hands, so it takes a long, frustrating time for her to communicate that she's fascinated by pregnancy. <<else>> She's mute, so she uses gestures to communicate her attraction to the pregnant sex. <</if>> <<else>> She can't form <<if $activeSlave.amp == 1>> words and has no hands, so it takes a long, frustrating time for her to communicate that she's fascinated by pregnancy. <<else>> words, so she uses gestures to communicate her attraction to the pregnant sex. <</if>> <</if>> <<else>> <<if $activeSlave.lips > 70>> She <<say>>s through her massive dick-sucking lips, <<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>> She <<say>>s through her big oral piercings, <<else>> She <<say>>s, <</if>> "<<Master>>, I don't know. I ju<<s>>t thought that wa<<s>> really hot." <</if>> You ask her whether she wants to get pregnant too, and she reddens before shaking her head. You force her to frame a response: <<if $activeSlave.amp == 1 && !canTalk($activeSlave)>> she wriggles around until her throbbing erection is pointed right at you. <<elseif !canTalk($activeSlave)>> she pantomimes a pregnant belly before stroking the length of her cock. <<else>> "I would love to knock <<s>>omeone up, <<Master>>!" <</if>> <<if $activeSlave.toyHole == "dick">> You push her onto the couch, line yourself up with her throbbing erection, and ask if she wants to impregnate a girl. She's almost beside herself, shuddering at the titillation, but before she can answer, you tell her that getting to use her dick is a very special reward for very good slaves, and you might give it to her one day - but that she doesn't deserve it yet. With that, you tease the tip of her penis with your pussy; a clear mistake, as this sets her over the edge. She can only gasp wordlessly over having just accidentally came in her <<= WrittenMaster()>>, something you take full advantage of. You clearly inform her that you were fertile. //Were.// You continue to tease the blooming impregnation fetishist with descriptions of how hard it will be for you so heavily laden with child and how she had better plan on taking responsibility. She can't take it and releases another spurt of cum, this time onto herself; <<if isPlayerFertile($PC) && $activeSlave.ballType == "human" && $activeSlave.vasectomy == 0>> <<= knockMeUp($PC, 20, 0, $activeSlave.ID, 1)>> you aren't taking more chances with her. <<else>> you can't actually get pregnant right now, but she doesn't need to know that. <</if>> <<else>> You pull her onto the couch, begin jacking her off, and ask if she wants to impregnate a girl. She's almost beside herself, shuddering at the titillation, but before she can answer, you tell her that getting to use her dick is a very special reward for very good slaves, and you might give it to her one day - but that she doesn't deserve it yet. With that, you up your pace until she sprays cum across her own stomach. <</if>> @@.hotpink;She has become more devoted to you,@@ and @@.lightcoral;she has developed a pregnancy fetish.@@ <<set $activeSlave.devotion += 4>> <<set $activeSlave.fetish = "pregnancy", $activeSlave.fetishKnown = 1, $activeSlave.fetishStrength = 65>> <</link>><<if $activeSlave.toyHole == "dick" && isPlayerFertile($PC) && $activeSlave.ballType == "human" && $activeSlave.vasectomy == 0>>//This option may result in you getting knocked up.<</if>> <<else>> <<link "Turn her into another fertility whore despite her barrenness">> <<EventNameDelink $activeSlave>> <<replace "#result">> <<if !canTalk($activeSlave)>> <<if $activeSlave.accent >= 3>> <<if $activeSlave.amp == 1>> She takes a long, frustrating time for her to communicate that she's fascinated by pregnancy, since she doesn't know the $language words for things like insemination and swollen belly nor does have the hands to gesture it. <<else>> She fumbles through a gestured explanation that she's fascinated by pregnancy, since she doesn't know the $language words for things like insemination and swollen belly. <</if>> <<elseif $activeSlave.voice == 0>> <<if $activeSlave.amp == 1>> She's mute and has no hands, so it takes a long, frustrating time for her to communicate that she's fascinated by pregnancy. <<else>> She's mute, so she uses gestures to communicate her attraction to the pregnant sex. <</if>> <<else>> She can't form <<if $activeSlave.amp == 1>> words and has no hands, so it takes a long, frustrating time for her to communicate that she's fascinated by pregnancy. <<else>> words, so she uses gestures to communicate her attraction to the pregnant sex. <</if>> <</if>> <<else>> <<if $activeSlave.lips > 70>> She <<say>>s through her massive dick-sucking lips, <<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>> She <<say>>s through her big oral piercings, <<else>> She <<say>>s, <</if>> "<<Master>>, I don't know. I ju<<s>>t thought that wa<<s>> really hot." <</if>> You ask her whether she wants to get pregnant too, and she reddens, knowing she can't. You force her to frame a response: <<if $activeSlave.amp == 1 && !canTalk($activeSlave)>> she wriggles around until her <<if $activeSlave.mpreg == 1>>ass<</if>>pussy is pointed right at you. <<elseif !canTalk($activeSlave)>> she pantomimes a pregnant belly, and uses gestures to indicate arousal. <<else>> "I would love to get pregnant, <<Master>>!" <</if>> You shove her over the desk, rub your hard dick between her slick thighs, and ask if she wants you to impregnate her. She's almost beside herself, shuddering at the titillation, but before she can answer, you tell her that it's a pointless dream, she'll never be pregnant, but that doesn't mean she can't fuck pregnant girls. Or fertile girls. Perhaps you'll even take the time to simulate a pregnancy with her, if she's particularly well behaved, you hint as you rub your hands across the quivering slave's belly. @@.hotpink;She has become more devoted to you,@@ and @@.lightcoral;she has developed a pregnancy fetish.@@ <<set $activeSlave.devotion += 4>> <<set $activeSlave.fetish = "pregnancy", $activeSlave.fetishKnown = 1, $activeSlave.fetishStrength = 65>> <</replace>> <</link>> <</if>> <<if canPenetrate($activeSlave) && (($PC.preg >= 28 && $PC.pregMood == 2) || $PC.preg >= 36) && $activeSlave.belly < 5000 && $activeSlave.amp != 1>> <br><<link "Sate your libido by giving her a taste of lusty pregnant sex">> <<EventNameDelink $activeSlave>> <<replace "#result">> <<if !canTalk($activeSlave)>> <<if $activeSlave.accent >= 3>> <<if $activeSlave.amp == 1>> She takes a long, frustrating time for her to communicate that she's fascinated by pregnancy, since she doesn't know the $language words for things like insemination and swollen belly nor does have the hands to gesture it. <<else>> She fumbles through a gestured explanation that she's fascinated by pregnancy, since she doesn't know the $language words for things like insemination and swollen belly. <</if>> <<elseif $activeSlave.voice == 0>> <<if $activeSlave.amp == 1>> She's mute and has no hands, so it takes a long, frustrating time for her to communicate that she's fascinated by pregnancy. <<else>> She's mute, so she uses gestures to communicate her attraction to the pregnant sex. <</if>> <<else>> She can't form <<if $activeSlave.amp == 1>> words and has no hands, so it takes a long, frustrating time for her to communicate that she's fascinated by pregnancy. <<else>> words, so she uses gestures to communicate her attraction to the pregnant sex. <</if>> <</if>> <<else>> <<if $activeSlave.lips > 70>> She <<say>>s through her massive dick-sucking lips, <<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>> She <<say>>s through her big oral piercings, <<else>> She <<say>>s, <</if>> "<<Master>>, I don't know. I ju<<s>>t thought that wa<<s>> really hot." <</if>> <<if $PC.pregMood == 2>> You ask her if she gets off from pregnant sex, causing her to redden. Before she can frame a response, you've got her on the floor, pinned beneath your <<if $PC.belly >= 100000>> crushingly <</if>> gravid bulk with her dick hilted in your needy pussy. You skip all pretense and ride her long and hard until she's exhausted and your libido a little lighter. When you finally do release her from your lust, she can barely rise to her feet; you may have ridden her @@.red;a little too hard.@@ You remind her that she was saying something; in response, <<if !canTalk($activeSlave)>> she pantomimes a pregnant belly, your pregnant belly, and uses gestures to how much she enjoyed it atop her. <<else>> "Pregnant <<s>>e<<x>> with <<Master>> i<<s>> the be<<s>>t!" <</if>> She has become @@.hotpink;more devoted to you,@@ @@.gold;mostly out of fear of your sexual appetite,@@ but @@.lightcoral;with a newfound pregnancy fetish,@@ even if though you got a little domineering. <<set $activeSlave.devotion += 4, $activeSlave.trust -= 4, $activeSlave.health -= 5>> <<set $activeSlave.penetrativeCount += 3, $penetrativeTotal += 3>> <<elseif $PC.pregMood == 1>> You ask her if she finds you attractive, even with such a <<if $PC.belly >= 100000>> massive <<elseif $PC.belly >= 60000>> giant <<elseif $PC.belly >= 15000>> huge <<elseif $PC.belly >= 10000>> big <</if>> belly, and she reddens, knowing she can't say no. You kindly ask her again, pushing her to frame a response: <<if !canTalk($activeSlave)>> she pantomimes a pregnant belly, your pregnant belly, and uses gestures to indicate arousal. <<else>> "Of cour<<s>>e I find you attractive, <<Master>>, but the way your belly bulge<<s>> out <<s>>o far and the way it move<<s>> when you u<<s>>e u<<s>> ju<<s>>t... It turn<<s>> me on <<s>>o much lately!" <</if>> You waddle to the couch, slowly settle yourself onto it and spread your legs wide revealing your aching sex. She's almost beside herself, shuddering at the invitation, but before she can answer, you struggle forward and pull her onto you. She wastes no more time on words, instead trying her hardest to split her focus between filling your pussy and molesting your gravid swell. Mentally, you are in no position to control her actions, being in such a hormonal state, but she doesn't overstep her boundaries and dutifully brings you to orgasm. Even better, once she is satisfied, she still doesn't leave your vulnerable side, instead cozying up for some post-coital quality time with the her fecund <<= WrittenMaster()>>. She has become @@.hotpink;much more devoted to you,@@ @@.mediumaquamarine;more trusting of you,@@ and @@.lightcoral;she has developed a pregnancy fetish.@@ <<set $activeSlave.devotion += 6, $activeSlave.trust += 4>> <<set $activeSlave.penetrativeCount++, $penetrativeTotal++>> <<else>> You order her to lie down on the couch, an order she follows dutifully. You correct her; she should be on her back for what's to come. She's almost beside herself, shuddering at the prospect of what's to come, but first, you ask her if the thought of being ridden by such a pregnant woman turns her on. She turns red, but before she has the chance to formulate an answer, you've got her telltale erection lined up with your needy pussy. You force her to frame a response: <<if !canTalk($activeSlave)>> she only manages a nod before you spear yourself on her dick. This was happening either way. <<else>> "Ye<<s>>, <<Master>>, that mu<<s>>t feel ama-" her voice catches as you spear yourself on her dick. Her answer really didn't matter since her cock already spilled her thoughts. <</if>> You begin riding her, eager to scratch that growing itch that's been hounding you lately, only to find her hands tracing your <<if $PC.belly >= 100000>> massive <<elseif $PC.belly >= 60000>> giant <<elseif $PC.belly >= 15000>> huge <<elseif $PC.belly >= 10000>> big <</if>> baby bump as you bounce. She takes an active roll in being used like this, not that it surprises you, but her interest in your middle is what you wanted to see. You've @@.lightcoral;driven her to embrace her pregnancy fetish.@@ As you dismount, you remind her that getting to sate her <<= WrittenMaster()>>'s growing libido like this is a very special reward for very good slaves, and it would do her well to remain in your favor. @@.hotpink;She wholeheartedly agrees.@@ <<set $activeSlave.devotion += 6>> <<set $activeSlave.penetrativeCount++, $penetrativeTotal++>> <</if>> <<set $activeSlave.fetish = "pregnancy", $activeSlave.fetishKnown = 1, $activeSlave.fetishStrength = 65>> <</replace>> <</link>> //This option will penetrate your vagina.// <</if>> <br><<link "Steer her away from fertility obsession for the moment">> <<EventNameDelink $activeSlave>> <<replace "#result">> Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before she can give voice to her interest in pregnancy, and <<if canDoVaginal($activeSlave) && $activeSlave.vagina > 0>> gently fuck her<<if $PC.dick == 0>> with a strap-on<</if>> <<if $activeSlave.mpreg == 1>> making the disassociation between sex and procreation explicit. <<else>> until she orgasms, making it clear that the thought of procreation is completely unneeded for her to feel good. <<if $PC.dick && canGetPregnant($activeSlave)>><<set _blueBalls = 1>><<else>><<set _blueBalls = 0>><</if>> <</if>> <<set $activeSlave.vaginalCount++, $vaginalTotal++>> <<elseif canDoAnal($activeSlave) && $activeSlave.anus > 0>> gently fuck her ass<<if $PC.dick == 0>> with a strap-on<</if>> until she orgasms, <<if $activeSlave.mpreg == 1>> until she orgasms, making it clear that the thought of procreation is completely unneeded for her to feel good. <<if $PC.dick && canGetPregnant($activeSlave)>><<set _blueBalls = 1>><<else>><<set _blueBalls = 0>><</if>> <<else>> making the disassociation between sex and procreation explicit. <</if>> <<set $activeSlave.analCount++, $analTotal++>> <<else>> gently tease her until she orgasms, making it clear that the thought of procreation is completely unneeded for her to feel good. <</if>> You'll keep an eye on her, and with this correction @@.hotpink;she'll become more submissive to you.@@ <<if _blueBalls == 1>> You wait until she is out of earshot before losing your composure and blowing your backed up load. Risking a pregnancy in such an uncertain slave would surely complicate her mental development, so sometimes burdens have to be taken up. <</if>> <<set $activeSlave.devotion += 4>> <</replace>> <</link>> <<case "boobs">> <<link "Turn her into another breast fetishist">> <<EventNameDelink $activeSlave>> <<replace "#result">> <<if !canTalk($activeSlave)>> <<if $activeSlave.accent >= 3>> <<if $activeSlave.amp == 1>> Since she isn't conversant in $language and lacks the hands to gesture, she's forced to push out her chest and wiggle to try to communicate that she would like to experience a nipple orgasm, too. <<else>> Since she isn't conversant in $language, she's forced to use some delightfully lewd gestures at her own boobs to communicate that she would like to experience a nipple orgasm, too. <</if>> <<elseif $activeSlave.voice == 0>> <<if $activeSlave.amp == 1>> She's mute and has no hands, so it takes a long, frustrating time for her to communicate that she would like to experience a nipple orgasm, too. <<else>> She's mute, so she uses gestures to ask you for a nipple orgasm, too. <</if>> <<else>> She can't form <<if $activeSlave.amp == 1>> words and has no hands, so it takes a long, frustrating time for her to communicate that she would like to experience a nipple orgasm, too. <<else>> words, so she uses gestures to ask you for a nipple orgasm, too. <</if>> <</if>> <<else>> <<if $activeSlave.lips > 70>> She <<say>>s through her massive dick-sucking lips, <<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>> She <<say>>s through her big oral piercings, <<else>> She <<say>>s, <</if>> "<<Master>>, may I have a nipple orga<<s>>m, too?" <</if>> You make her state it more explicitly, so she tries again: <<if $activeSlave.amp == 1 && !canTalk($activeSlave)>> she sticks her chest out as far as it will go, and wiggles it back and forth demonstratively. <<elseif !canTalk($activeSlave)>> she tries to depict suckling and orgasm with her hands, but gives up and just sticks her tits out at you<<if $activeSlave.nipples == "fuckable">> while fingering her nipplecunts<<else>>, pinching her nipples hard<</if>>. <<else>> "Plea<<s>>e u<<s>>e my boob<<s>>, <<Master>>!" <</if>> She gasps as you seize her and carry her <<if $PC.belly >= 30000>> to the couch, but she's clearly pleased. While you would rather sit her on your lap, you are far too pregnant to fit her; insteda you settle her beside you and torment <<else>> back to your desk chair, but she's clearly pleased. You sit in the chair with her in your lap facing away from you<<if $PC.boobs > 0>>, her back against your breasts<</if>>, and torment <</if>> her nipples until she's close to climax. Then you get her on her knees and push her over the edge with <<if $PC.dick == 1>> <<if $activeSlave.nipples == "fuckable">> your cock and fingers deep inside her <<else>> your cock between her <</if>> <<else>> <<if $activeSlave.nipples == "fuckable">> your fingers deep inside her <<else>> your pussy rubbing against the stiff nipples atop her <</if>> <</if>> <<if $activeSlave.boobs > 40000>>gargantuan<<elseif $activeSlave.boobs > 25000>>immense<<elseif $activeSlave.boobs > 10000>>ridiculous<<elseif $activeSlave.boobs > 5000>>enormous<<elseif $activeSlave.boobs > 3200>>giant<<elseif $activeSlave.boobs > 1600>>huge<<elseif $activeSlave.boobs > 800>>big<<else>>modest<</if>> tits. @@.hotpink;She has become more devoted to you,@@ and @@.lightcoral;her sexuality now focuses on her breasts.@@ <<set $activeSlave.devotion += 4>> <<set $activeSlave.mammaryCount++, $mammaryTotal++>> <<set $activeSlave.fetish = "boobs", $activeSlave.fetishKnown = 1, $activeSlave.fetishStrength = 65>> <</replace>> <</link>> <br><<link "Steer her away from breast obsession for the moment">> <<EventNameDelink $activeSlave>> <<replace "#result">> Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before she can give voice to her interest in nipple play, <<if canDoVaginal($activeSlave) || ($activeSlave.dick > 0 && !["chastity", "combined chastity"].includes($activeSlave.dickAccessory))>> and let her masturbate while <<if ($PC.dick == 0)>>eating you out<<else>>sucking you off<</if>>, to associate non-mammary intercourse with pleasure. <<set $activeSlave.oralCount++, $oralTotal++>> <<else>> and play with her until she orgasms while carefully keeping her boobs and nipples untouched and unstimulated. <</if>> You'll keep an eye on her, and with this correction @@.hotpink;she'll become more submissive to you.@@ <<set $activeSlave.devotion += 4>> <</replace>> <</link>> <<case "submissive">> <<link "Turn her into a submissive too">> <<EventNameDelink $activeSlave>> <<replace "#result">> <<if canWalk($activeSlave) && canSee($activeSlave)>> You snap your fingers at $activeSlave.slaveName and point commandingly at the floor next to your desk. You tell her that a proper sub does what her dom wants, always, and leave her kneeling obediently beside you for some time. <<elseif $activeSlave.amp == 1>> You place $activeSlave.slaveName's helpless body on the floor next to your desk. You tell her that a proper sub does what her dom wants, always, and leave her lying obediently beside you for some time. <<else>> You guide $activeSlave.slaveName to the floor next to your desk and push her to her knees. You tell her that a proper sub does what her dom wants, always, and leave her waiting obediently beside you for some time. <</if>> Then, without preamble, you stand up again and <<if $PC.dick == 0>>ride her face<<else>>throatfuck her<</if>>, intentionally ensuring that she gags and struggles. $activeSlave.slaveName spends almost all her sexual experiences in subspace for the rest of the week. Even other slaves who have sex with her are required to use her, not make love to her. @@.hotpink;She has become more obedient,@@ and @@.lightcoral;her sexuality now focuses on submission.@@ <<set $activeSlave.devotion += 4>> <<set $activeSlave.oralCount += 10, $oralTotal += 10>> <<set $activeSlave.fetish = "submissive", $activeSlave.fetishKnown = 1, $activeSlave.fetishStrength = 65>> <</replace>> <</link>> <br><<link "Steer her away from total submission for the moment">> <<EventNameDelink $activeSlave>> <<replace "#result">> Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before she can give voice to her interest in submission, and make her <<if canDoVaginal($activeSlave) && $activeSlave.vagina > 0>> ride <<if ($PC.dick == 0)>>a strap-on you're wearing<<else>>your dick<</if>>. <<= VaginalVCheck()>> <<elseif canDoAnal($activeSlave) && $activeSlave.anus > 0>> ride <<if ($PC.dick == 0)>>a strap-on you're wearing<<else>>your dick<</if>>. <<= AnalVCheck()>> <<else>> <<if $PC.dick == 1>>suck you off<<if $PC.vagina == 1>> and eat you out<</if>><<else>>eat you out<</if>> at her own pace. <<set $activeSlave.oralCount++, $oralTotal++>> <</if>> You ensure that she maintains the active role throughout. You'll keep an eye on her, and with this correction @@.hotpink;she'll become more obedient.@@ <<set $activeSlave.devotion += 4>> <</replace>> <</link>> <<case "buttslut">> <<link "Turn her into another anal slut">> <<EventNameDelink $activeSlave>> <<replace "#result">> <<if !canTalk($activeSlave)>> <<if $activeSlave.accent >= 3>> <<if $activeSlave.amp == 1>> Since she isn't conversant in $language and lacks the hands to gesture, so it takes a long, frustrating time for her to communicate that she would like you to do to her what you did to $subSlave.slaveName. <<else>> Since she isn't conversant in $language, so she uses gestures to ask you to do to her what you did to $subSlave.slaveName. <</if>> <<elseif $activeSlave.voice == 0>> <<if $activeSlave.amp == 1>> She's mute and has no hands, so it takes a long, frustrating time for her to communicate that she would like you to do to her what you did to $subSlave.slaveName. <<else>> She's mute, so she uses gestures to ask you to do to her what you did to $subSlave.slaveName. <</if>> <<else>> She can't form <<if $activeSlave.amp == 1>> words and has no hands, so it takes a long, frustrating time for her to communicate that she would like you to do to her what you did to $subSlave.slaveName. <<else>> words, so she uses gestures to ask you to do to her what you did to $subSlave.slaveName. <</if>> <</if>> <<else>> <<if $activeSlave.lips > 70>> She <<say>>s through her massive dick-sucking lips, <<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>> She <<say>>s through her big oral piercings, <<else>> She <<say>>s, <</if>> "<<Master>>, would you plea<<s>>e do me like that?" <</if>> You make her state it more explicitly, so she tries again: <<if $activeSlave.amp == 1 && !canTalk($activeSlave)>> she wriggles around until her ass is pointed straight at you, <<if canDoAnal($activeSlave)>>lets out a deep breath, and relaxes her sphincter visibly<<else>>and bounces her rear enticingly<</if>>. <<elseif !canTalk($activeSlave)>> she tries to depict anal sex with hand gestures, then gives up and turns around and points to her ass. <<else>> "Plea<<s>>e fuck my butt, <<Master>>!" <</if>> <<if canDoAnal($activeSlave)>> She squeaks with surprise as you throw her on the couch, but her eagerness is obvious. She does everything right, relaxing as you <<if ($PC.dick == 0)>>push a strap-on into<<else>>enter<</if>> her ass and enjoying herself all the way through. She climaxes hard to <<if ($PC.dick == 0)>>the phallus<<else>>the cock<</if>> in her asshole. @@.hotpink;She has become more devoted to you,@@ and @@.lightcoral;her sexuality now focuses on her anus.@@ <<= AnalVCheck()>> <<elseif $PC.dick == 1>> She squeaks with surprise as you push her <<if $activeSlave.belly >= 300000>> onto her _belly <<if $activeSlave.bellyPreg >= 1500>>pregnancy<<else>>belly<</if>> <<elseif $activeSlave.belly >= 5000>> against the couch <<else>> onto the couch <</if>> and <<if $activeSlave.butt >= 6>> hug her <<if $activeSlave.butt <= 6>> gigantic <<elseif $activeSlave.butt <= 7>> ridiculous <<elseif $activeSlave.butt <= 10>> immense <<elseif $activeSlave.butt <= 14>> inhuman <<elseif $activeSlave.butt <= 20>> aburdly massive <</if>> ass around your cock. Deep within its quivering <<if Math.floor($activeSlave.buttImplant/$activeSlave.butt) > .60>>firmness<<else>>softness<</if>>, you can clearly feel how excited she is over her rear getting the attention it deserves. While she may have expected anal, you've decided otherwise, so you go to work savoring the depths of her butt cheeks. She is <<if !canTalk($activeSlave)>>practically <</if>> mewling with lust by the time you cum in her, joining you in orgasm as she feels your seed trickle down her lower back and down to her chastity belt. @@.hotpink;She has become more devoted to you,@@ and @@.lightcoral;her sexuality now focuses on her rear end.@@ <<elseif $activeSlave.butt >= 2>> slip your cock between her <<if $activeSlave.butt <= 3>> big <<elseif $activeSlave.butt <= 4>> huge <<elseif $activeSlave.butt <= 5>> enormous <</if>> <<if Math.floor($activeSlave.buttImplant/$activeSlave.butt) > .60>>firm<<else>>soft<</if>> buttocks, atop her anal chastity. You let her quiver with anticipation for a little before reminding her that the belt's removal is a reward for good slaves, and you might give release her from it one day - but that she doesn't deserve it yet. With that, you begin thrusting against her rear, enjoying the twin pairs off flesh against your palms.. She is <<if !canTalk($activeSlave)>>practically <</if>> mewling with lust by the time you cum on her, joining you in orgasm as she feels your seed trickle down her lower back and down to her chastity belt. <<else>> rest your cock between her <<if $activeSlave.butt <= 0>> flat <<else>> small <</if>> buttocks, atop her anal chastity. You let her quiver with anticipation for a little before reminding her that the belt's removal is a reward for good slaves, and you might give release her from it one day - but that she doesn't deserve it yet. With that, you begin thrusting between what can barely be called an ass. She is <<if !canTalk($activeSlave)>>practically <</if>> mewling with lust by the time you cum on her, joining you in orgasm as she feels your seed trickle down her lower back and down to her chastity belt. <</if>> <<else>> You trace a dildo around her anal chastity before reminding her that the belt's removal is a reward for good slaves, and you might give release her from it one day - but that she doesn't deserve it yet. With that, you run your hand across the quivering slave's rump, sending her over the edge. @@.hotpink;She has become more devoted to you,@@ and @@.lightcoral;her sexuality now focuses on her rear end.@@ <</if>> <<set $activeSlave.devotion += 4>> <<set $activeSlave.fetish = "buttslut", $activeSlave.fetishKnown = 1, $activeSlave.fetishStrength = 65>> <</replace>> <</link>> <br><<link "Steer her away from anal obsession for the moment">> <<EventNameDelink $activeSlave>> <<replace "#result">> Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before she can give voice to her interest in anal sex, <<if canDoVaginal($activeSlave) || ($activeSlave.dick > 0 && !["chastity", "combined chastity"].includes($activeSlave.dickAccessory))>> and let her masturbate while <<if ($PC.dick == 0)>>eating you out<<else>>sucking you off<</if>>, to associate non-anal intercourse with pleasure. <<set $activeSlave.oralCount++, $oralTotal++>> <<else>> and play with her until she orgasms while carefully keeping her ass untouched and unstimulated. <</if>> You'll keep an eye on her, and with this correction @@.hotpink;she'll become more submissive to you.@@ <<set $activeSlave.devotion += 4, $activeSlave.oralCount++, $oralTotal++>> <</replace>> <</link>> <<case "cumslut">> <<link "Turn her into a cumslut too">> <<EventNameDelink $activeSlave>> <<replace "#result">> Focusing a slave's sexuality on cum isn't as easy as some other manipulations, for the simple reason that even you have a limited supply of the stuff and it would be a shame to waste it all on her. So, you take another approach; you instruct $activeSlave.slaveName to accompany $subSlave.slaveName, and vice versa, whenever their duties permit. They're to act as sexual partners, and share cum whenever there's any forthcoming. They spend the week giving blowjobs whenever they can, and making out to swap the cum back and forth afterward. If someone insists on penetrating them instead, that just means that the other has to suck it out of her before they can share it. Most importantly, $activeSlave.slaveName is punished if she ever orgasms without cum in her mouth. Soon, she gets aroused by the mere scent of the stuff. @@.hotpink;She has become more submissive to you,@@ and @@.lightcoral;her sexuality now focuses on cum.@@ <<set $activeSlave.devotion += 4>> <<set $activeSlave.oralCount += 50, $oralTotal += 50>> <<set $activeSlave.fetish = "cumslut", $activeSlave.fetishKnown = 1, $activeSlave.fetishStrength = 65>> <</replace>> <</link>> <br><<link "Steer her away from cum obsession for the moment">> <<EventNameDelink $activeSlave>> <<replace "#result">> Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before she can give voice to her interest in cum, and <<if (canDoVaginal($activeSlave) && $activeSlave.vagina > 0) || (canDoAnal($activeSlave) && $activeSlave.anus > 0)>> fuck her until she orgasms, but you are careful to keep your cum well away from her. <<else>> enjoy her until she orgasms, making sure to not involve cum at all. <</if>> You'll keep an eye on her, and with this correction @@.hotpink;she'll become more submissive to you.@@ <<if canDoVaginal($activeSlave) && $activeSlave.vagina > 0>> <<set $activeSlave.vaginalCount++, $vaginalTotal++>> <<elseif canDoAnal($activeSlave) && $activeSlave.anus > 0>> <<set $activeSlave.analCount++, $analTotal++>> <</if>> <<set $activeSlave.devotion += 4>> <</replace>> <</link>> <<case "humiliation">> <<link "Turn her into a humiliation fetishist too">> <<EventNameDelink $activeSlave>> <<replace "#result">> You bring $activeSlave.slaveName to the railing $subSlave.slaveName just left. For a long while, you just play with her naked breasts, <<if canSee($activeSlave)>>requiring her to look any member of the public below that stares at her right in the eyes<<else>>making sure to keep her well informed of how many passersby are ogling her<</if>>. She sobs and shakes with abject embarrassment <<if canSee($activeSlave)>>as she locks eyes with person after person<<else>>whistle and catcall<</if>>. After enough of this, she's so sexually primed that she orgasms convulsively almost immediately <<if (canDoVaginal($activeSlave) && $activeSlave.vagina > 0) || (canDoAnal($activeSlave) && $activeSlave.anus > 0)>> after you enter her from behind. <<else>> once run your hand across her crotch. <</if>> @@.hotpink;She has become more obedient,@@ and @@.lightcoral;her sexuality now focuses on public humiliation.@@ <<if canDoVaginal($activeSlave) && $activeSlave.vagina > 0>> <<= VaginalVCheck()>> <<elseif canDoAnal($activeSlave) && $activeSlave.anus > 0>> <<= AnalVCheck()>> <</if>> <<set $activeSlave.devotion += 4>> <<set $activeSlave.fetish = "humiliation", $activeSlave.fetishKnown = 1, $activeSlave.fetishStrength = 65>> <</replace>> <</link>><<if ($activeSlave.anus == 0) || ($activeSlave.vagina == 0)>> //This option will take virginity//<</if>> <br><<link "Steer her away from humiliation fetishism for the moment">> <<EventNameDelink $activeSlave>> <<replace "#result">> Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before she can give voice to her interest in humiliation and fuck her privately in your office. You'll keep an eye on her, and with this correction @@.hotpink;she'll become more obedient.@@ <<if canDoVaginal($activeSlave) && $activeSlave.vagina > 0>> <<= VaginalVCheck()>> <<elseif canDoAnal($activeSlave) && $activeSlave.anus > 0>> <<= AnalVCheck()>> <<else>> <<= SimpleSexAct($activeSlave)>> <</if>> <<set $activeSlave.devotion += 4>> <</replace>> <</link>><<if ($activeSlave.anus == 0) || ($activeSlave.vagina == 0)>> //This option will take virginity//<</if>> <<default>> <br>ERROR: bad REFI event $REFIevent <</switch>> <<if $cheatMode == 1>> <br><br>DEBUG: &nbsp;&nbsp;&nbsp;&nbsp;[[Go back to Nonrandom Event|Nonrandom Event][$activeSlave = 0, $eventSlave = 0]] <</if>> </span> <</if>> /* CLOSES EVENT SELECTION */
DankWolf/fc
src/uncategorized/REFI.tw
tw
bsd-3-clause
89,039
:: REFS [nobr] /* This is one of several files that contains and organizes many different events. */ /* genericPlotEvents.tw */ /* PESS.tw: Player Event, Single Slave */ /* PETS.tw: Player Event, Two Slaves */ /* RECI.tw: Random Event, Check In */ /* REFI.tw: Random Event, Fetish Interest */ /* REFS.tw: Random Event, Future Societies */ /* RESS.tw: Random Event, Single Slave */ /* RESSTR.tw: Random Event, Single Slave (Test Realm, for debugging events) */ /* RETS.tw: Random Event, Two Slaves */ /* */ /* Events can also be in a dedicated *.tw file, formatted as follows: */ /* jeXXXXX.tw: Justice Event */ /* pXXXXXX.tw: Player event */ /* peXXXXX.tw: Player Event focused on a slave */ /* reXXXXX.tw: Random Event */ /* resXXXX.tw: Random Event, School */ /* seXXXXX.tw: Slave Event, focuses on slaves coming or going */ /* securityForceXXXXX.tw: Special (Security) Force event */ /* */ /* Some scenes are also stored in useGuard.tw, walkPast.tw, and toychest.tw */ <<if Array.isArray($REFSevent)>> <<if $cheatMode == 1>> <<set $nextButton = "Back", $nextLink = "Nonrandom Event", $returnTo = "Nonrandom Event">> /* if user just clicks spacebar */ ''A random future societies event would have been selected from the following:'' <br> <<for _i = 0; _i < $REFSevent.length; _i++>> <<print "[[$REFSevent[_i]|REFS][$REFSevent = $REFSevent[" + _i + "]]]">> <br> <</for>> <br><br>[[Go Back to Random Nonindividual Event|Random Nonindividual Event][$activeSlave = 0]] <<else>> <<set $REFSevent = $REFSevent.random()>> <<goto "REFS">> <</if>> <<else>> <<set $nextButton = "Continue", $nextLink = "RIE Eligibility Check", $returnTo = "RIE Eligibility Check">> <<set $desc = SlaveTitle($activeSlave)>> <<run Enunciate($activeSlave)>> <<switch $REFSevent>> <<case "paternalist encounter">> As a result of $arcologies[0].name's adoption of paternalism there has been a remarkable effect on relationships between slaves and owners, with the flourishing of mutual respect between the two forming the basis for social life in the arcology. However, not all citizens are so keen as to internalize the tenants of paternalism, whether out of prejudice, old habits or adherence to a more brutal style of slaveholding. <br><br> On one particular outing, you come across an elderly male citizen giving his young slave quite a thrashing in the street outside of a prominent apartment complex. From the skinned state of the poor girl's knees and the cruel spiked collar about her neck, it is clear that her owner has been dragging her about the arcology as if she were a dog. To say nothing of this degrading treatment, beating of a slave in public is a fineable offense. <<case "degradationist encounter">> As a result of $arcologies[0].name's adoption of degradationism there has been a remarkable effect on the social status of slaves, with the continued reduction of slave rights taking center stage. However, not all citizens are so keen as to internalize the tenants of degradationism, whether out of misplaced compassion, old habits or adherence to the Old World style of relationships. <br><br> On one particular outing, you come across an elderly male citizen holding the hand of his young slave, seemingly on a date at one of the arcology's prominent promenades. From the ring on the girl's finger and the modest neckline on her clothing, it is clear that her owner is treating her as if she is his wife. His obscene treatment of his slave has already drawn a large crowd of shocked onlookers. <<case "physical idealist encounter">> The notion of the physical ideal has taken $arcologies[0].name by storm and a number of enterprising citizens have been quick to respond by providing new services and businesses in response. One such innovation is the open air gym, a now common sight along $arcologies[0].name's many streets. Many citizens utilize such facilities to squeeze in an extra work-out on their daily commute, or in lieu of personal fitness facilities in their own homes. <br><br> While navigating your arcology on an outing, you find yourself coming across one of the arcology's finest open-air gyms, clearly marketed towards the wealthy citizen on the move. As impressive as the gold plated fitness equipment is, in amongst the power racks, dip bars and bench press stations is perhaps one of the most spectacular athletic specimens in the entire arcology. This female citizen has clearly embraced everything that $arcologies[0].name's physical idealism represents, molding herself into a rippling blend of broad shoulders, powerful muscles and a ripped stomach that would shame even the most well-built old world athlete. <<case "pastoralist encounter">> Pastoralism has taken $arcologies[0].name by storm and a number of enterprising citizens have been quick to respond by providing new services and businesses in response. One such innovation is a number of experimental new restaurants that incorporate human milk into their recipes, much to the delight of the citizenry. Such establishments have become a fashionable part of $arcologies[0].name's taste palate and new takes on the simple premise are common. <br><br> While navigating your arcology on an outing, you find yourself coming across one of the arcology's newest restaurants, a milkshake parlor that prides itself on deriving all of its dairy from human sources. <<case "transformation fetishism encounter">> As a result of $arcologies[0].name's adoption of transformation fetishism, a number of plastic surgery clinics, cosmetic surgeries and other transformative businesses have begun to crop up around the arcology's various promenades and shopping districts. The citizens of $arcologies[0].name have taken to the idea of altering their bodies with a gusto - though not all are so quick to adopt the trend just because it's in vogue. <br><br> On one particular outing, you come across a female citizen outside a surgery clinic staring pensively up at a poster advertising the variety of cosmetic procedures on offer in the institution. The citizen's expression is wistful, if somewhat grave, and at odds with the display above her lit up with silicone breasts, plump bee-stung lips and fake asses. From her unaltered appearance and simple garments, it is likely that she is not one of the arcology's wealthier denizens and thus is unable to shape her body to her heart's desire. <<case "body purism encounter">> As a result of $arcologies[0].name's adoption of body purism, a number of restorative spas, implant removal clinics and other cleansing businesses have begun to crop up around the arcology's various promenades and shopping districts. The citizens of $arcologies[0].name have taken to the idea of treating their bodies with sanctity - though not all are so quick to adopt the trend just because it's in vogue. <br><br> On one particular outing, you come across a female citizen outside a famous health spa staring pensively up at a poster advertising the variety of purification procedures on offer in the institution. The citizen's expression is wistful, if somewhat grave, and at odds with the display above her lit up with pure unadulterated bodies, expensive health treatments and a plethora of natural cosmetic procedures. The citizen's clothes are ragged and sheer, revealing a number of implant scars around her bust and rear, likely from a costly attempt to render herself fashionable by having her prior implants removed. With such visible scarring, it is unlikely that she is one of the arcology's wealthier denizens, having paid the price to return her body to its natural, unimplanted state. <<case "youth preferentialist encounter">> Your excursions out of your penthouse and into the arcology as a whole often put you in close proximity with citizens from all levels of the social strata. After all, they themselves have their own lives to live within the walls of $arcologies[0].name. <br><br> On this particular outing you happen to cross paths with a nubile young woman, accompanied by her father. From her plain clothes and rudimentary makeup, it is readily apparent that she is not one of the arcology's well-to-do inhabitants. She recognizes you quickly and dips her head in deference to your high status, <<if ($PC.visualAge >= 50)>>her cheeks flushed in embarrassment and delight at an aged arcology owner's interest in a young girl like her.<<else>>her expression awestruck by the presence of an arcology owner before her.<</if>> <<case "maturity preferentialist encounter">> Your excursions out of your penthouse and into the arcology as a whole often put you in close proximity with citizens from all levels of the social strata. After all, they themselves have their own lives to live within the walls of $arcologies[0].name. <br><br> On this particular outing you happen to cross paths with a comely female citizen and her two adult sons. From her plain clothes and conspicuous lack of makeup, it is readily apparent that she is not one of the arcology's well-to-do inhabitants. She recognizes you quickly and dips her head in deference to your high status, <<if ($PC.visualAge < 35)>>her cheeks flushed in embarrassment and confusion at a young arcology owner's interest in an old lady like her.<<else>>her expression awestruck by the presence of an arcology owner before her.<</if>> <<default>> <br>ERROR: bad REFS event $REFSevent <</switch>> <br><br> <<switch $REFSevent>> <<case "paternalist encounter">> <span id="result"> <<link "Alert your drones and keep walking">> <<replace "#result">> You inform $assistantName that you have a slave beater in need of detainment by your security drones, then continue on your way confident in your knowledge that the citizen will soon be in custody. <</replace>> <</link>> <<if $cash >= 2000>> <br><<link "Take the poor slave girl into your custody">> <<replace "#result">> Confronting the citizen is simplicity in itself; he would not dare defy you under threat of arrest by your security drones and is unlikely to garner any sympathy from the public for his degradationist behaviors. As such, you are able to take civil ownership over the poor slave girl and take her into your care with only minimal compensation to the citizen. As you stride away from her former owner with the girl in your arms, she leans over to plant a chaste kiss of thanks on your cheek. <<set $cash -= 2000>> <<set $activeSlaveOneTimeMaxAge = 22>> <<include "Generate New Slave">> <<set $activeSlave.origin = "She was taken into your custody from an abusive owner.">> <<set $activeSlave.devotion = random(0,25)>> <<set $activeSlave.trust = random(0,25)>> <<set $activeSlave.boobs = random(6,9)*50>> <<set $activeSlave.hips = random(-2,-1)>> <<set $activeSlave.butt = random(0,2)>> <<set $activeSlave.health = random(-30,-10)>> <<include "New Slave Intro">> <</replace>> <</link>> // Taking custody of the girl will cost <<print cashFormat(2000)>>. // <</if>> <br><<link "Publicly confront the citizen">> <<replace "#result">> Your walk up to the citizen is not accompanied by shaking ground or tumultuous fanfare, yet the citizen looks as if death itself has come before him. You don't hurt him physically, instead chastising him publicly in front of his fellow peers who begin to cheer their agreement. You end your tirade of verbal abuse with a reminder that although the man is a citizen of your arcology, that does not give him the impunity to shirk the law. To make it clear his next offense will be his last, a brace of your security drones hover behind you threateningly. The crowd that gathered @@.green;approve of your rebuke of the citizen@@. <<set $rep += 500>> <</replace>> <</link>> </span> <<case "degradationist encounter">> <span id="result"> <<link "Alert your drones and keep walking">> <<replace "#result">> You inform $assistantName that you have a slave lover in need of harassment by your security drones, then continue on your way. You did not instruct your drones to attack the obscene pair, as the scrutiny and public shame of a drone escort around the arcology are a more fitting punishment for a citizen and will perhaps encourage him to think twice before treating his slave as an equal. <</replace>> <</link>> <<if $cash >= 2000>> <br><<link "Take the pampered slave girl into your custody">> <<replace "#result">> Confronting the citizen is simplicity in itself; he would not dare defy you directly under threat of arrest by your security drones and is unlikely to garner any sympathy from the public for his disturbing actions. As such, you are able to take civil ownership over the slave girl and claim her for yourself with only token compensation to the citizen. As you stride away from her former owner with the girl in your arms, she clings to you with obvious naiveté for how you will treat her. It's time she learnt how slaves are treated in $arcologies[0].name. <<set $cash -= 2000>> <<set $activeSlaveOneTimeMaxAge = 22>> <<include "Generate New Slave">> <<set $activeSlave.origin = "She was taken into your custody from an owner who treated her as an equal.">> <<set $activeSlave.devotion = random(0,50)>> <<set $activeSlave.trust = random(25,70)>> <<set $activeSlave.boobs = random(6,9)*50>> <<set $activeSlave.hips = random(-2,-1)>> <<set $activeSlave.butt = random(0,2)>> <<set $activeSlave.health = random(70,80)>> <<include "New Slave Intro">> <</replace>> <</link>> // Taking custody of the girl will cost <<print cashFormat(2000)>>. // <</if>> <br><<link "Publicly confront the citizen">> <<replace "#result">> Your walk up to the citizen is not accompanied by shaking ground or tumultuous fanfare, yet the citizen looks as if death itself has come before him. You don't hurt him physically, instead chastising him publicly in front of his fellow peers who begin to cheer their agreement. You end your tirade of verbal abuse with a reminder that although the man is a citizen of your arcology, that does not give him the impunity to parade a slave around the arcology as if she were his wife. To make it clear that you will not be so forgiving of his next transgression, a brace of your security drones hover behind you threateningly. The crowd that gathered @@.green;approve of your rebuke of the citizen@@. <<set $rep += 500>> <</replace>> <</link>> </span> <<case "physical idealist encounter">> <span id="result"> <<link "Keep walking">> <<replace "#result">> The citizen is undoubtedly a uniquely athletic specimen, so you linger for a moment to appreciate the strength and vigor of her punishing physical routine. When you've had your fill, you move on towards your next appointment. <</replace>> <</link>> <<if $cash >= 1000>> <br><<link "Offer to sponsor her for a promotional video">> <<replace "#result">> Despite her hulking, muscular exterior, the citizen proves to be a shrewd and capable advertisement executive as well. The two of you sit beside a hefty dumbbell rack for some time and together craft a simple promotional ad campaign featuring the herculean physical form of the citizen. Shooting the video is simple, footage of the citizen going about her various fitness routines is inspiring enough, and soon her every muscle and sinew is being broadcast across the world to laud the physical achievements of $arcologies[0].name. Your citizens are @@.green;filled with pride@@, knowing the rest of the world was just awed by their pursuit of bodily perfection. <<set $rep += 1000, $cash -= 1000>> <</replace>> <</link>> // This will cost <<print cashFormat(1000)>>. // <</if>> <br><<link "Spend some time working out with her">> <<replace "#result">> The attendant of the gym is almost too stunned to charge you for entry, and indeed many citizens inside and outside the gym stop to watch you begin a work-out routine. The muscular citizen does not halt her own regime, of course, so you soon find yourself pumping iron and straining your muscles to the limit beside her. <br><br> Your eyes lock somewhere in the midst of a particularly strenuous exercise, and what follows may be remembered in the annals of $arcologies[0].name history as the most erotic display of physical might ever recorded. Matching each other rep for rep, the gym is soon echoing with the grunts of both your exertions while your bodies grow slick with glistening sweat. When the last dumbbell is racked, the citizen merely nods her respect at you for matching her pursuit of the physical ideal, to the @@.green;delight of the watching citizenry@@. <<set $rep += 300>> <</replace>> <</link>> </span> <<case "pastoralist encounter">> <span id="result"> <<link "Keep walking">> <<replace "#result">> The establishment is not the first of its kind in the arcology, but the idea seems to be popular enough with the citizenry to accommodate competition. When you've sated your curiosity perusing the courtesy menu by the door, you move on towards your next appointment. <</replace>> <</link>> <<if $cash >= 1000>> <br><<link "Offer to sponsor the restaurant with an advertisement">> <<replace "#result">> You soon discover that the owner of the establishment is a matronly woman who sources her dairy from other mothers in the arcology, having found that new or expectant mothers are often in need of a revenue stream. The two of you sit at the counter for some time, though the owner often excuses herself for a milking in the back room, and together craft a simple promotional ad campaign featuring a simple slogan. Posters bearing the words "Got MILF?" soon grace the walls of $arcologies[0].name, and your citizens take to the idea of motherly milkshakes and admire your @@.green;marketing acumen@@. <<set $rep += 1000, $cash -= 1000>> <</replace>> <</link>> // This will cost <<print cashFormat(1000)>>. // <</if>> <br><<link "Have a shake">> <<replace "#result">> The owner of the parlor is so flattered by your patronage of her humble store that she not only provides your drink free of charge but even milks herself at the counter to personally provide the dairy for your shake. The shake's taste is rich, even creamy, with an overall sweet palate mixed with a slight nuttiness. <br><br> Though you depart without officially sponsoring the milkshake parlor, your presence is endorsement enough to many citizens while others simply @@.green;appreciate you drinking amongst them@@. <<set $rep += 300>> <</replace>> <</link>> </span> <<case "transformation fetishism encounter">> <span id="result"> <<link "Keep walking">> <<replace "#result">> It's unfortunate that this citizen is unable to realize her dreams, but that's the way of the Free Cities. There are winners, and there are losers. <</replace>> <</link>> <<if $cash >= 1000>> <br><<link "Pay for her treatment">> <<replace "#result">> It takes a moment for you to convince the woman that you aren't playing some cruel joke on her, but once you do she practically squeals with joy as you take her through the doors of the clinic and announce your intent to pay to give your loyal citizen the absolute transformative works. When you next see her it's on a gurney as she's wheeled out of the surgery, her patient's gown jutting out from her chest due to the size of her new rack. Through swollen lips she gushes to you about how great she feels to finally be a veritable bimbo, and how she's going to tell every citizen she fucks in $arcologies[0].name @@.green;that they have you to thank for her new body@@. <<set $rep += 1000, $cash -= 1000>> <</replace>> <</link>> // The treatment will cost <<print cashFormat(1000)>>. // <</if>> <br><<link "Offer to enhance her in your remote surgery in exchange for a fuck">> <<replace "#result">> You make your presence known to citizen, and once the usual shock and disbelief have worn off the citizen rapidly agrees to your proposal. She follows you back to the penthouse where you inform $assistantName that the citizen is to be given the works in the remote surgery. As the citizen passes through the doors to the surgery, she turns and blows you a kiss of gratitude. <br><br> When the citizen is later delivered to your private suite to uphold her end of the bargain, she does so as the veritable image of a perfect bimbo slut. In her rush to come thank you for transforming her from her plain and plebian appearance she has evidently neglected to clothe herself, so you can admire her new firm tits, plump ass and bee-stung lips from the moment she enters the room. Despite being fresh from surgery, she's an exquisite fuck and an enthusiastic partner - citizens like her often are, given that penetration from a slave would be a social suicide. <<if $cash >= 10000>> <br><br> <span id="result2"> <<link "Enslave her afterwards">> <<replace "#result2">> As your new playmate lies slumbering in bed, you consult with $assistantName as to the cost of the surgery conducted today. With some creative accounting, you settle the citizen's other outstanding debts and then arrange for her to be charged a sum in excess of her financial means for the surgery conducted on her today. Of course, that was not what you agreed, but it was her mistake for undergoing an expensive procedure without a formal contract. When she awakens, though she will retain her new bimbo body, she will be just another slave in your penthouse. <<set $activeSlaveOneTimeMaxAge = 22>> <<if $arcologies[0].FSSupremacistLawME == 1>><<set $fixedRace = $arcologies[0].FSSupremacistRace>><</if>> <<include "Generate XX Slave">> <<set $activeSlave.origin = "She was enslaved by you when you overcharged her for surgery.">> <<set $activeSlave.devotion = random(-70,-55)>> <<set $activeSlave.trust = random(-45,-25)>> <<set $activeSlave.health = random(10,20)>> <<set $activeSlave.boobs += 600>> <<set $activeSlave.boobsImplant = 600>> <<set $activeSlave.butt += 1>> <<set $activeSlave.buttImplant = 1>> <<set $activeSlave.lips += 10>> <<set $activeSlave.lipsImplant = 10>> <<AddSlave $activeSlave>> /* skip New Slave Intro */ <<set $cash -= 10000>> <</replace>> <</link>> // Purchasing her outstanding debts will cost <<print cashFormat(10000)>>. // </span> <</if>> <</replace>> <</link>> </span> <<case "body purism encounter">> <span id="result"> <<link "Keep walking">> <<replace "#result">> It's unfortunate that this citizen is unable to realize her dreams, but that's the way of the Free Cities. There are winners, and there are losers. <</replace>> <</link>> <<if $cash >= 1000>> <br><<link "Pay for a day of treatment for her">> <<replace "#result">> It takes a moment for you to convince the woman that you aren't playing some cruel joke on her, but once you do she practically squeals with joy as you take her through the doors of the spa and announce your intent to pay for a day of cleansing, pampering and luxury. When you next see her it's on a wallscreen television at your penthouse praising you profusely. The rejuvenated young woman has clearly spread word of your generosity @@.green;across $arcologies[0].name@@. <<set $rep += 1000, $cash -= 1000>> <</replace>> <</link>> // The treatment will cost <<print cashFormat(1000)>>. // <</if>> <<if ($Attendant != 0)>> <br><<link "Give her a day of pampering with your attendant at your spa">> <<replace "#result">> You make your presence known to the citizen, and once the usual shock and disbelief have worn off it takes a moment to convince her that your offer of a cleansing experience in your spa is neither a cruel joke nor an underhanded attempt to enslave her. She follows you back to the penthouse where you inform your attendant that the citizen is to be sequestered in the spa for a day of pampering, cleansing and rejuvenation. As the citizen passes through the doors to the spa, she turns and blows you a kiss of gratitude. <br><br> When you stop by the spa later in the day, you spot the citizen luxuriating in a hot bath with a number of colorful health products spread across every visible surface of her nude skin. From where you stand it is clear her eyes are closed in immense contentment, while her body floats relaxed and carefree in the bubbling water. When the citizen finally departs at the end of the a long day of purification in the spa, she thanks you profusely and promises to tell everyone she can of your @@.green;generosity@@. <<set $rep += 300>> <</replace>> <</link>> <</if>> </span> <<case "youth preferentialist encounter">> <span id="result"> <<link "Let them pass">> <<replace "#result">> You step aside gracefully and bow your head, while signifying to the girl that you intend to allow her to pass you. She seems taken aback by your geniality, especially given the gulf in social standing between the two of you, and has to be chaperoned from your presence by her father. Nonetheless, she is struck by her chance encounter with you and cannot stop recounting the story to all her friends, soon @@.green;the anecdote has seized the imaginations of $arcologies[0].name's youthful, female citizens@@. <<set $rep += 100>> <</replace>> <</link>> <<if $cash >= 500>> <br><<link "Fuck her over dinner">> <<replace "#result">> It takes a moment for you to convince the young girl and her father that you aren't playing some cruel joke on them, but once you do she enthusiastically agrees to be your companion for the evening. With a pretty young thing on your arm for the rest of the night, and her father trailing behind the two of you at a respectful distance, you take $arcologies[0].name by storm amidst a flurry of speculative whispers and contemplative rumors. Later that night, you conclude your date with a pleasant meal at one of $arcologies[0].name's choicest restaurants with fine dining and even finer conversation. To the credit of her father, he politely continues eating his dinner without batting an eye when you <<if $PC.dick == 0>>don a strap-on and <</if>>take his daughter over the dinner table. When you part ways, the young girl is clearly smitten with you - so it's no wonder that by the next day the story of your encounter has @@.green;spread across $arcologies[0].name like wildfire@@. <<set $rep += 500, $cash -= 500>> <</replace>> <</link>> // This will cost <<print cashFormat(500)>>. // <</if>> <br><<link "Manipulate her into having sex with you">> <<replace "#result">> It only takes a moment for $assistantName to uncover the father's financial records and the copious debt therein, and only another moment for you to browbeat the terrified father into allowing his daughter to sleep with you under threat of purchasing all their debt and summarily enslaving her. <br><br> Once you both retire to your private suite, you peel the girl's clothes off as easily as one might shed a gift of its wrapping. In the nude her body is tastefully youthful, with narrow hips, firm breasts, and a delicate blush across her shamefaced, rosy cheeks. Despite the circumstances of your sexual conquest of her, she seems to enjoy the fuck well enough by the sounds of her frenzied moans - citizens like her often do since sexual submission to a slave would be a crippling scandal to a prominent citizen, let alone one of her diminished social stature. <<if $cash >= 10000>> <br><br> <span id="result2"> <<link "Enslave her afterwards">> <<replace "#result2">> After she regains her bearings from your sexual encounter, the girl slips on her simple clothes and attempts to slink away from your private suite unobtrusively. She makes it out the door before being confronted by a glowing array of wallscreen monitors, each displaying a visual representation of your purchase of her father's considerable debt and subsequent enslavement of her on the basis of that debt. Tears begin to stream down her cheeks as she sinks to her knees, her hopes of a long life without enslavement now dashed. <br><br> <<set $cash -= 10000>> <<set $activeSlaveOneTimeMaxAge = 22>> <<if $arcologies[0].FSSupremacistLawME == 1>><<set $fixedRace = $arcologies[0].FSSupremacistRace>><</if>> <<include "Generate XX Slave">> <<set $activeSlave.origin = "She was enslaved by you when you purchased her debt.">> <<set $activeSlave.devotion = random(-55,0)>> <<set $activeSlave.trust = random(-45,0)>> /* Girlish */ <<if $activeSlave.boobs > 450>> <<set $activeSlave.boobs = random(6,9)*50>> <</if>> <<set $activeSlave.hips = random(-2,-1)>> <<set $activeSlave.butt = random(0,2)>> <<set $activeSlave.weight = Math.min($activeSlave.weight, 10)>> <<set $activeSlave.waist = Math.min($activeSlave.waist, 0)>> <<set $activeSlave.muscles = Math.min($activeSlave.muscles, 30)>> <<include "New Slave Intro">> <</replace>> <</link>> // Purchasing her outstanding debts will cost <<print cashFormat(10000)>>. // </span> <</if>> <</replace>> <</link>> </span> <<case "maturity preferentialist encounter">> <span id="result"> <<link "Let them pass">> <<replace "#result">> You step aside gracefully and bow your head, while signifying to the older woman that you intend to allow her to pass you. She seems taken aback by your geniality, especially given the gulf in social standing between the two of you, and seems disproportionately flustered by your small show of civility. Nonetheless, she is struck by her chance encounter with you and cannot stop recounting the story to all her friends, and soon @@.green;the anecdote has seized the imaginations of $arcologies[0].name's mature, female citizens@@. <<set $rep += 100>> <</replace>> <</link>> <<if $cash >= 500>> <br><<link "Fuck her over dinner">> <<replace "#result">> It takes a moment for you to convince the older woman and her sons that you aren't playing some cruel joke on them, but once you do she enthusiastically agrees to be your companion for the evening. With a mature lady on your arm for the rest of the night, and her sons trailing behind the two of you at a respectful distance, you take $arcologies[0].name by storm amidst a flurry of speculative whispers and contemplative rumors. Later that night, you conclude your date with a pleasant meal at one of $arcologies[0].name's choicest restaurants with fine dining and even finer conversation. To the credit of her sons, they politely continue eating their dinner without batting an eye when you <<if $PC.dick == 0>>don a strap-on and <</if>>take their mother over the dinner table. When you part ways, the older woman is clearly smitten with you - so it's no wonder that by the next day the story of your encounter has @@.green;spread across $arcologies[0].name like wildfire@@. <<set $rep += 500, $cash -= 500>> <</replace>> <</link>> // This will cost <<print cashFormat(500)>>. // <</if>> <br><<link "Manipulate her into having sex with you">> <<replace "#result">> It only takes a moment for $assistantName to uncover the citizen's financial records and the copious debt therein, and only another moment for you to browbeat the terrified older women into sleeping with you under threat of purchasing all her debt and summarily enslaving her. Her sons, frightened into obedience by the possibility of losing their dear mother, take their cue to make themselves scarce during the encounter. <br><br> Once you both retire to your private suite, you peel the mature citizen's clothes off as easily as one might shed a gift of its wrapping. In the nude her body is tastefully plush, with wide hips, firm motherly breasts, and a delicate blush across her shamefaced, plump cheeks. Despite the circumstances of your sexual conquest of her, she seems to enjoy the fuck well enough by the sounds of her frenzied moans - citizens like her often do since sexual submission to a slave would be a crippling scandal to a prominent citizen, let alone one of her diminished social stature. <<if $cash >= 10000>> <br><br> <span id="result2"> <<link "Enslave her afterwards">> <<replace "#result2">> After she regains her bearings from your sexual encounter, the older woman slips on her simple clothes and attempts to slink away from your private suite unobtrusively. She makes it out the door before being confronted by a glowing array of wallscreen monitors, each displaying a visual representation of your purchase of her considerable debt and subsequent enslavement of her on the basis of that debt. Tears begin to stream down her weathered cheeks as she sinks to her knees, her hopes of making it through the breadth of her long life without enslavement now dashed. <br><br> <<set $cash -= 10000>> <<set $activeSlaveOneTimeMinAge = 36>> <<set $activeSlaveOneTimeMaxAge = 42>> <<set $one_time_age_overrides_pedo_mode = 1>> <<if $arcologies[0].FSSupremacistLawME == 1>><<set $fixedRace = $arcologies[0].FSSupremacistRace>><</if>> <<include "Generate XX Slave">> <<set $activeSlave.origin = "She was enslaved by you when you purchased her debt.">> <<set $activeSlave.devotion = random(-90,-75)>> <<set $activeSlave.trust = random(-45,-25)>> <<set $activeSlave.health = random(10,20)>> <<set $activeSlave.birthsTotal = 2>> /* Plush */ <<set $activeSlave.boobs = random(7,11)*100>> <<set $activeSlave.hips = random(1,2)>> <<set $activeSlave.butt = $activeSlave.hips + 2>> <<set $activeSlave.weight = random(10,40)>> <<set $activeSlave.waist = random(-10,10)>> <<set $activeSlave.muscles = Math.min($activeSlave.muscles, 30)>> <<include "New Slave Intro">> <</replace>> <</link>> // Purchasing her outstanding debts will cost <<print cashFormat(10000)>>. // </span> <</if>> <</replace>> <</link>> </span> <<default>> <br>ERROR: bad REFS event $REFSevent <</switch>> <</if>> /* CLOSES EVENT SELECTION */
DankWolf/fc
src/uncategorized/REFS.tw
tw
bsd-3-clause
33,985
:: RESSTR [nobr] /* This is one of several files that contains and organizes many different events. */ /* genericPlotEvents.tw */ /* PESS.tw: Player Event, Single Slave */ /* PETS.tw: Player Event, Two Slaves */ /* RECI.tw: Random Event, Check In */ /* REFI.tw: Random Event, Fetish Interest */ /* REFS.tw: Random Event, Future Societies */ /* RESS.tw: Random Event, Single Slave */ /* RESSTR.tw: Random Event, Single Slave (Test Realm, for debugging events) */ /* RETS.tw: Random Event, Two Slaves */ /* */ /* Events can also be in a dedicated *.tw file, formatted as follows: */ /* jeXXXXX.tw: Justice Event */ /* pXXXXXX.tw: Player event */ /* peXXXXX.tw: Player Event focused on a slave */ /* reXXXXX.tw: Random Event */ /* resXXXX.tw: Random Event, School */ /* seXXXXX.tw: Slave Event, focuses on slaves coming or going */ /* securityForceXXXXX.tw: Special (Security) Force event */ /* */ /* Some scenes are also stored in useGuard.tw, walkPast.tw, and toychest.tw */ <<if Array.isArray($RESSTRevent)>> <<set $activeSlave = $eventSlave>> <<if $cheatMode == 1>> <<set $nextButton = "Back", $nextLink = "Nonrandom Event", $returnTo = "Nonrandom Event">> /* if user just clicks spacebar */ ''A random event would have been selected from the following:'' <br> <<for _i = 0; _i < $RESSTRevent.length; _i++>> <<print "[[$RESSTRevent[_i]|RESSTR][$RESSTRevent = $RESSTRevent[" + _i + "]]]">> <br> <</for>> <br><br>[[Go Back to Random Individual Event|Random Individual Event][$activeSlave = 0]] <<else>> <<set $RESSTRevent = $RESSTRevent.random()>> <<goto "RESSTR">> <</if>> <<else>> <<set $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "Next Week">> /* 000-250-006 */ <<if $seeImages == 1>> <<if $imageChoice == 1>> <div class="imageRef lrgVector"><<SlaveArt $activeSlave 2 0>></div> <<else>> <div class="imageRef lrgRender"><<SlaveArt $activeSlave 2 0>></div> <</if>> <</if>> /* 000-250-006 */ <<set $desc = SlaveTitle($activeSlave)>> <<run Enunciate($activeSlave)>> <<switch $RESSTRevent>> <<default>> <br>ERROR: bad RESSTR event $RESSTRevent <</switch>> <br><br> <span id="result"> <<switch $RESSTRevent>> <<default>> <br>ERROR: bad RESSTR event $RESSTRevent <</switch>> <<if $cheatMode == 1>> <br><br>DEBUG: &nbsp;&nbsp;&nbsp;&nbsp;[[Go back to Nonrandom Event|Nonrandom Event][$activeSlave = 0, $eventSlave = 0]] <</if>> </span> <</if>> /* CLOSES EVENT SELECTION */
DankWolf/fc
src/uncategorized/RESSTR.tw
tw
bsd-3-clause
2,651
:: Add custom descriptors [nobr] <<set $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "Slave Interact">> <<set $oldName = $activeSlave.slaveName, $oldSurname = $activeSlave.slaveSurname>> You may enter custom descriptors for your slave's hair color, hair style, tattoos, or anything else here. After typing, press enter to commit your change. These custom descriptors will appear in descriptions of your slave, but will have no gameplay effect. Changing them is free. <br><br> <<if $activeSlave.devotion >= -50>> <<if $activeSlave.customTitle != "">>You have instructed her to always refer to you as $activeSlave.customTitle, which, should she lisp, comes out as $activeSlave.customTitleLisp<<else>>You expect her to refer to you as all your other slaves do<</if>>. <br> <span id="result"> <<if $activeSlave.customTitle == "">> <<link "Set a custom title for her to address you as">> <<replace "#result">> Custom title: <<textbox "$activeSlave.customTitle" $activeSlave.customTitle>> <<link "Apply">> <<replace "#result">> She'll try her best to call you $activeSlave.customTitle. <<set $activeSlave.customTitleLisp = lispReplace($activeSlave.customTitle)>> <</replace>> <</link>> <</replace>> <</link>> <<else>> She's trying her best to call you <<textbox "$activeSlave.customTitle" $activeSlave.customTitle>> <br> <<link "Apply">> <<replace "#result">> She'll try her best to call you $activeSlave.customTitle. <<set $activeSlave.customTitleLisp = lispReplace($activeSlave.customTitle)>> <</replace>> <</link>> | <<link "Stop using a custom title">> <<replace "#result">> She will no longer refer to you with a special title. <<set $activeSlave.customTitle = "">> <<set $activeSlave.customTitleLisp = "">> <</replace>> <</link>> <</if>> </span> <<else>> //You must break her will further before she will refer to you by a new title.<<if SlaveStatsChecker.checkForLisp($activeSlave)>><<if def $activeSlave.customTitleLisp && $activeSlave.customTitleLisp != "">> For now, she intends to keep calling you "<<print $activeSlave.customTitleLisp>>".<</if>><<else>><<if def $activeSlave.customTitle && $activeSlave.customTitle != "">> For now, she intends to keep calling you "<<print $activeSlave.customTitle>>".<</if>><</if>>// <</if>> <br><br> <<if ((($activeSlave.devotion >= -50) || ($activeSlave.trust < -20)) && ($activeSlave.birthName != $activeSlave.slaveName)) || (($activeSlave.devotion > 20) || ($activeSlave.trust < -20))>> Change her given name<<if $activeSlave.birthName != $activeSlave.slaveName>> (her birth name was $activeSlave.birthName)<</if>>: <<textbox "$activeSlave.slaveName" $activeSlave.slaveName "Rename">> <<link "Restore her birth name">><<set $activeSlave.slaveName = $activeSlave.birthName>><<goto "Rename">><</link>> <<if $arcologies[0].FSPastoralist != "unset">> <<if $activeSlave.lactation > 0>> | <<link "Give her a random cow given name">><<set $activeSlave.slaveName = setup.cowSlaveNames.random()>><<goto "Rename">><</link>> <</if>> <</if>> <<if $arcologies[0].FSChattelReligionist != "unset">> | <<link "Give her a random devotional given name">><<set $activeSlave.slaveName = setup.chattelReligionistSlaveNames.random()>><<goto "Rename">><</link>> <</if>> <br><br> Change her surname<<if $activeSlave.birthSurname != $activeSlave.slaveSurname>> (her birth surname was $activeSlave.birthSurname)<</if>>: <<if $activeSlave.slaveSurname>> <<textbox "$activeSlave.slaveSurname" $activeSlave.slaveSurname "Rename">> <<else>> <<textbox "$activeSlave.slaveSurname" "" "Rename">> <</if>> <<link "Restore her birth surname">><<set $activeSlave.slaveSurname = $activeSlave.birthSurname>><<goto "Rename">><</link>> <<if $activeSlave.slaveSurname>> | <<link "Take her surname away">><<set $activeSlave.slaveSurname = 0>><<goto "Rename">><</link>> <</if>> <<if $activeSlave.relationship >= 5>> <<for _i = 0; _i < $slaves.length; _i++>> <<if $activeSlave.relationshipTarget == $slaves[_i].ID>> <<if $slaves[_i].slaveSurname>> <<if $activeSlave.slaveSurname != $slaves[_i].slaveSurname>> | <<link "Give her her wife's surname">><<set $activeSlave.slaveSurname = $slaves[_i].slaveSurname>><<goto "Rename">><</link>> <<break>> <</if>> <</if>> <</if>> <</for>> <</if>> <<if $activeSlave.relationship == -3>> <<if $PC.surname>> <<if $activeSlave.slaveSurname != $PC.surname>> | <<link "Give her your surname">><<set $activeSlave.slaveSurname = $PC.surname>><<goto "Rename">><</link>> <</if>> <</if>> <</if>> <<if $arcologies[0].FSRomanRevivalist != "unset">> | <<link "Give her a random full Roman name">><<set $activeSlave.slaveName = setup.romanSlaveNames.random(), $activeSlave.slaveSurname = setup.romanSlaveSurnames.random()>><<goto "Rename">><</link>> <<elseif $arcologies[0].FSAztecRevivalist != "unset">> | <<link "Give her a random full Aztec name">><<set $activeSlave.slaveName = setup.aztecSlaveNames.random(), $activeSlave.slaveSurname = 0>><<goto "Rename">><</link>> <<elseif $arcologies[0].FSEgyptianRevivalist != "unset">> | <<link "Give her a random full ancient Egyptian name">><<set $activeSlave.slaveName = setup.ancientEgyptianSlaveNames.random(), $activeSlave.slaveSurname = 0>><<goto "Rename">><</link>> <<elseif $arcologies[0].FSEdoRevivalist != "unset">> | <<link "Give her a random full feudal Japanese name">><<set $activeSlave.slaveName = setup.edoSlaveNames.random(), $activeSlave.slaveSurname = setup.edoSlaveSurnames.random()>><<goto "Rename">><</link>> <</if>> <<if $arcologies[0].FSDegradationist > -1>> | <<link "Give her a degrading full name">><<run DegradingName($activeSlave)>><<goto "Rename">><</link>> <</if>> <<else>> //You must break her will further before you can successfully force a new name on her.// <</if>> <br><br> <<switch $activeSlave.hStyle>> <<case "tails" "dreadlocks" "cornrows">> Her hair is in $activeSlave.hStyle. <<case "ponytail">> Her hair is in a $activeSlave.hStyle. <<default>> Her hair is $activeSlave.hStyle. <</switch>> Custom hair description: <<textbox "$activeSlave.hStyle" $activeSlave.hStyle "Add custom descriptors">> <br>&nbsp;&nbsp;&nbsp;&nbsp;//For best results, use a short, uncapitalized and unpunctuated description; for example: 'back in a ponytail'// <br><br> Her hair is $activeSlave.hColor in color. Custom hair color: <<textbox "$activeSlave.hColor" $activeSlave.hColor "Add custom descriptors">> <br>&nbsp;&nbsp;&nbsp;&nbsp;//For best results, use a short, uncapitalized and unpunctuated description; for example: 'black with purple highlights'// <br><br> <<if $activeSlave.eyeColor != $activeSlave.origEye>> She is wearing $activeSlave.eyeColor lenses. <<else>> She has $activeSlave.eyeColor eyes. <</if>> Custom eye color: <<textbox "$activeSlave.eyeColor" $activeSlave.eyeColor "Add custom descriptors">> <br>&nbsp;&nbsp;&nbsp;&nbsp;//For best results, use a short, uncapitalized and unpunctuated description; for example: 'blue'// <br><br> Change her custom tattoo: <<textbox "$activeSlave.customTat" $activeSlave.customTat "Add custom descriptors">> <br>&nbsp;&nbsp;&nbsp;&nbsp;//For best results, use complete sentences; for example: 'She has blue stars tattooed along her cheekbones.'// <br><br> Change her origin story: <<textbox "$activeSlave.origin" $activeSlave.origin "Add custom descriptors">> <br>&nbsp;&nbsp;&nbsp;&nbsp;//For best results, use complete, capitalized and punctuated sentences; for example: 'She followed you home from the pet store.'// <br><br> Change her custom description: <<textbox "$activeSlave.customDesc" $activeSlave.customDesc "Add custom descriptors">> <br>&nbsp;&nbsp;&nbsp;&nbsp;//For best results, use complete, capitalized and punctuated sentences; for example: 'She has a beauty mark above her left nipple.'// <br><br> Change her custom label: <<textbox "$activeSlave.customLabel" $activeSlave.customLabel "Add custom descriptors">> <br>&nbsp;&nbsp;&nbsp;&nbsp;//For best results, use a short phrase; for example: 'Breeder.'// <br><br> <<if ndef $activeSlave.customImage>><<set $activeSlave.customImage = 0>><</if>> Assign her a custom image: <<if $activeSlave.customImage != 0>> <<textbox "$activeSlave.customImage" $activeSlave.customImage "Add custom descriptors">> <<else>> <<textbox "$activeSlave.customImage" "" "Add custom descriptors">> <</if>> <<link "Reset">><<set $activeSlave.customImage = 0, $activeSlave.customImageFormat = "png">><<goto "Add custom descriptors">><</link>> <br>&nbsp;&nbsp;&nbsp;&nbsp;//File must be in// <tt><select id="customImageFormatSelector" style="border: none;"><option value="png">PNG</option><option value="jpg">JPG</option><option value="gif">GIF</option><option value="webm">WEBM</option></select></tt> //format. Place file in the \resources folder. Enter the filename without the extension. For example, for a file with the path// <tt>\bin\resources\headgirl.<span id="customImageFormatValue">png</span></tt>, //enter //<tt>headgirl</tt>. <<script>> jQuery(function() { jQuery("#customImageFormatValue").text(State.variables.activeSlave.customImageFormat || "png"); jQuery("#customImageFormatSelector") .val(State.variables.activeSlave.customImageFormat || "png") .on("change", function(e) { State.variables.activeSlave.customImageFormat = this.value; jQuery("#customImageFormatValue").text(this.value); }); }); <</script>> <<if $seeImages == 1 && $imageChoice == 1>> <br><br> <<if ndef $activeSlave.customHairVector>><<set $activeSlave.customHairVector = 0>><</if>> Assign her a custom hair SVG image: <<if $activeSlave.customHairVector != 0>> <<textbox "$activeSlave.customHairVector" $activeSlave.customHairVector "Add custom descriptors">> <<else>> <<textbox "$activeSlave.customHairVector" "" "Add custom descriptors">> <</if>> <<link "Reset">><<set $activeSlave.customHairVector = 0>><<goto "Add custom descriptors">><</link>> <</if>>
DankWolf/fc
src/uncategorized/addCustomDescriptors.tw
tw
bsd-3-clause
9,985
:: Apartments [nobr] <<set $nextButton = "Back", $nextLink = "Main">> This is a sector of the arcology's living areas, <<switch $sectors[$AS].type>> <<case "Apartments">> occupied by citizens of varying wealth and social standing. <<case "DenseApartments">> upgraded for dense occupancy by as many citizens as possible. <<case "LuxuryApartments">> improved for occupancy by the Free Cities' wealthiest citizens. <<default>>ERROR: bad sector type <</switch>> You control this part of the arcology and all these tenants pay you rent. <<SectorSell>> <br> <<if $sectors[$AS].type != "DenseApartments">> <br> [[Upgrade this sector of apartments for dense occupancy by as many citizens as possible|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $sectors[$AS].type = "DenseApartments"]] //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>> <<if $sectors[$AS].type != "LuxuryApartments">> <br> [[Improve this sector of apartments for occupancy by the Free Cities' wealthiest citizens|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $sectors[$AS].type = "LuxuryApartments"]] //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>> <<if $sectors[$AS].type != "Apartments">> <br> [[Return this sector to standard, mixed housing|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $sectors[$AS].type = "Apartments"]] //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>>
DankWolf/fc
src/uncategorized/apartments.tw
tw
bsd-3-clause
1,505
:: Arcade [nobr] <<set $nextButton = "Back to Main", $nextLink = "Main", $returnTo = "Arcade", $showEncyclopedia = 1, $encyclopedia = "Arcade", $arcadeSlaves = $ArcadeiIDs.length>> <<if $arcadeName != "the Arcade">> <<set $arcadeNameCaps = $arcadeName.replace("the ", "The ")>> <</if>> <<arcadeAssignmentFilter>> $arcadeNameCaps <<switch $arcadeDecoration>> <<case "Roman Revivalist">> is built out as a Roman street restaurant, with the bar containing the inmates. Citizens can amuse themselves at either side of the bar while enjoying some wine and olives and talking over the day's events. <<case "Aztec Revivalist">> is built out as an Aztec stone temple, with a short stone staircase to lead the people straight to the slaves waiting in front of the establishment. A small canal leads the shed blood to the back and out of the building. <<case "Egyptian Revivalist">> is built to look like an ancient Egyptian temple, with a long altar of sacrifice serving as the wall in which the inmates are held. Incongruously, it's piled with fresh flowers. <<case "Edo Revivalist">> is built to look like an Edo onsen, with discreet partitions allowing citizens a modicum of privacy as they use the services here. There are baths available so they can wash themselves afterward. <<case "Arabian Revivalist">> is built to look like a fantastical Arabian dungeon, with the inmates kept in iron cages that hold their holes in place for use. <<case "Chinese Revivalist">> is set up to look like a rough bar in an ancient Chinese city, with the inmates immured in the bar itself. Rowdy citizens can drink and fuck the holes here while shouting and boasting over the slaves' heads. <<case "Chattel Religionist">> is well decorated with severe religious iconography, since this place is an acceptable if not respectable place for a citizen to find relief, so long as they keep the service of the slave they use here in mind. <<case "Degradationist">> is nothing but a system of harnesses to hold slaves in the usual posture they would hold within a normal Free Cities sex arcade. This way, no iota of their degradation here is missed. <<case "Asset Expansionist">> is constructed so that the slaves lie within the arcade facing up. The wall itself ends at waist height, so their breasts stick up to be groped while they are used from either end. <<case "Repopulation Focus">> is constructed so that the slaves lie within the arcade facing up. A hole is situated above them, so that their belly has room to protrude upwards as they are fucked pregnant. <<case "Eugenics">> is designed with built in dispensers for various prophylactics. Numerous reminders to not impregnate subhumans line the walls along with offers for patrons to join the ranks of the elite. <<case "Transformation Fetishist">> reveals more of its inmates' bodies than the typical Free Cities sex arcade. There's no attempt to hide the feeding arrangements or injection lines, since transformation into a human sex toy is considered arousing here. <<case "Gender Radicalist">> is built to reveal most of its inmate's bellies, butts, groins, and thighs. Whatever a slave here has between her legs, it's available to be fucked, played with, or abused. <<case "Gender Fundamentalist">> is built to block the lower part of its inmates' butts from view and use. The slaves within are thus limited to their anuses for service here, but any slave can be disposed of in $arcadeName without offending fundamentalist sensibilities. <<case "Physical Idealist">> logs customers' performance for their own athletic information. It keeps track of personal bests and all-time high scores, and pays out cash prizes to customers who fuck the holes faster, harder, or for longer than the previous record holder. <<case "Supremacist">> is constructed so that the inmates' entire heads stick out of the mouth wall, though they're still masked and their jaws are held apart by ring gags. After all, seeing the anguish of the subhumans here is one of the main attractions. <<case "Subjugationist">> is constructed so that the inmates' entire heads stick out of the mouth wall, though they're still masked and their jaws are held apart by ring gags. After all, seeing the anguish of the $arcologies[0].FSSubjugationistRace slaves here is one of the main attractions. <<case "Paternalist">> is constructed so that nothing at all of the slaves is visible. The arcade is just a row of holes. In this way, good, paternalistic citizens can partake of a Free Cities sex arcade without being confronted with what they're doing. <<case "Pastoralist">> is constructed so that the slaves lie within the arcade facing up. If a slave is lactating, her breasts are kept bare and under the maximum sustainable dose of lactation drugs, so that any penetration of her holes produces amusing squirts of milk. <<case "Maturity Preferentialist">> is constructed so that nothing but the slaves' holes can be seen. This makes it possible to maintain the appearance of offering MILFs while using $arcadeName to get value out of useless young bitches' holes. <<case "Youth Preferentialist">> is constructed so that nothing but the slaves' holes can be seen. This makes it possible to maintain the appearance of offering nothing but young slaves while using $arcadeName to get value out of old bitches' holes. <<case "Body Purist">> is built out in such a way that much more of the slaves' rears and faces are visible than in a standard Free Cities sex arcade. This makes it much easier to check them for purity before using their holes. <<case "Slimness Enthusiast">> is barely distinguishable from a standard Free Cities sex arcade. The difference is a fun one, though: since the butts sticking out of the wall are much skinnier than usual, there's no padding to get in the way of hilting oneself in the holes. <<case "Hedonistic">> is built in such a way so that most of a slave's ass, thighs, breasts and belly are exposed for patrons to grope and fondle. Plenty of cup holders and surfaces are available to hold one's food and drink as they enjoy their hole of choice. <<default>> is a standard Free Cities sex arcade: a pair of hallways extend away from the entrance, lined with doorless stalls like those in a public restroom. One hallway offers mouths, the other <<if $seeDicks != 100>>vaginas and <</if>>anuses. <</switch>> <<if $arcadeSlaves > 2>> It's busy. Customers are entering and exiting, leaving a few ¤ behind in the charge machines and loads of semen behind in the holes. <<elseif $arcadeSlaves > 0>> It's understaffed; there are lines here and there for the few holes available. <<else>> It's empty and quiet. <<link "Decommission the arcade" "Main">> <<set $arcade = 0, $arcadeUpgradeInjectors = 0, $arcadeUpgradeFuckdolls = 0, $arcadeUpgradeCollectors = 0>> <<set _arc = $sectors.findIndex(function(s) { return s.type == "Arcade"; })>> <<if _arc != -1>> <<set $sectors[_arc].type = "Markets">> <</if>> <</link>> <</if>> <<if $arcadeSlaves > 0>> <<set _NewPop = $arcadeSlaves+$dormitoryPopulation>> <<link "Remove all slaves" "Arcade">> <<for $arcadeSlaves > 0>> <<= assignJob($slaves[$slaveIndices[$ArcadeiIDs[0]]], "work a glory hole")>> <</for>> <</link>> <<if _NewPop > $dormitory>> @@.red;Dormitory capacity will be exceeded.@@ <</if>> <</if>> <br>It can support $arcade inmates. Currently $arcadeSlaves <<if $arcadeSlaves == 1>>slave is<<else>>slaves are<</if>> incarcerated. <<if ($arcade < $arcadeSlaves) && ($arcadeUpgradeFuckdolls == 1)>> @@.yellow;$arcadeNameCaps is overcrowded;@@ the least popular inmate will be converted to a standard Fuckdoll this week. <</if>> <<set _Tmult0 = Math.trunc($arcade*1000*$upgradeMultiplierArcology)>> [[Expand the arcade|Arcade][$cash -= _Tmult0, $arcade += 5]] //Costs <<print cashFormat(_Tmult0)>> and will increase upkeep costs// <br> <<set _Tmult1 = Math.trunc(10000*$upgradeMultiplierArcology)>> <<if $arcadeUpgradeInjectors == 1>> It has been upgraded with aphrodisiac injection systems and electroshock applicators. If the aphrodisiacs fail to force an orgasm from an inmate, she is shocked to tighten her holes regardless. <<elseif $arcadeUpgradeCollectors == 1>> It has been retrofitted to milk lactating slaves<<if $seeDicks != 0>> and cockmilk slaves capable of ejaculating<</if>>, though less efficiently than a dedicated facility. <<else>> <br>It is a standard arcade. It can be upgraded to either maximize the pleasure of those that visit it at the expense of the health of the inmates, or to keep them healthy (if not happy) and milk them of useful fluids.<br> [[Upgrade the arcade with invasive performance-enhancing systems|Arcade][$cash -= _Tmult1, $arcadeUpgradeInjectors = 1]] | [[Retrofit the arcade to collect useful fluids|Arcade][$cash -= _Tmult1, $arcadeUpgradeCollectors = 1]]<br> //Choosing either upgrade will cost <<print cashFormat(_Tmult1)>> and will increase upkeep costs. They are mutually exclusive; only one can be chosen.// <br> <</if>> <<if $arcologies[0].FSPaternalist == "unset">> <br> <<if $arcadeUpgradeMenials == 1>> <<if $fuckdolls > 0>> Rows of menial Fuckdolls are shackled to the floor in positions that force them to present all their holes. Their latex-clad bodies struggle in their restraints when fucked, offering a different arcade experience. <<else>> In addition to the low walls that house inmates, there are also rows of simple shackles that allow menial Fuckdolls to be restrained here to add still more rapeable holes to $arcadeName's capacity. They're empty at present. <</if>> <<else>> There is no provision for menial Fuckdolls. [[Add shackles to restrain more holes|Arcade][$cash -= _Tmult1, $arcadeUpgradeMenials = 1]] //Costs <<print cashFormat(_Tmult1)>>// <</if>> <</if>> <br>$arcadeNameCaps is <<if $arcadeUpgradeFuckdolls == 1>> equipped to convert surplus inmates into standard Fuckdolls. <<else>> <<set _Tmult2 = Math.trunc(5000*$upgradeMultiplierArcology)>> not equipped to convert surplus inmates into standard Fuckdolls. [[Upgrade the arcade to create Fuckdolls|Arcade][$cash -= _Tmult2, $arcadeUpgradeFuckdolls = 1]] //Costs <<print cashFormat(_Tmult2)>>// <</if>> <!-- Statistics output --> <<ArcadeStatistics 1>> <br><br> <<if ($arcade <= $arcadeSlaves) && $arcadeUpgradeFuckdolls == 0>> ''$arcadeNameCaps is full and cannot hold any more slaves'' <<elseif ($slaves.length > $arcadeSlaves)>> <<link "''Confine a slave in $arcadeName''">> <<replace #ComingGoing>> <<resetAssignmentFilter>> <<set $Flag = 0>> <<include "Slave Summary">> <</replace>> <</link>> <</if>> <<if $arcadeSlaves > 0>> | <<link "''Bring a slave out of $arcadeName''">> <<replace #ComingGoing>> <<arcadeAssignmentFilter>> <<set $Flag = 1>> <<include "Slave Summary">> <<resetAssignmentFilter>> <</replace>> <</link>> <<else>> <br><br>//$arcadeNameCaps is empty for the moment.<br> // <</if>> <br><br> <<assignmentFilter>> <span id="ComingGoing"> <<arcadeAssignmentFilter>> <<set $Flag = 1>> <<include "Slave Summary">> <<resetAssignmentFilter>> </span> <br><br>Rename $arcadeName: <<textbox "$arcadeName" $arcadeName "Arcade">> //Use a noun or similar short phrase//
DankWolf/fc
src/uncategorized/arcade.tw
tw
bsd-3-clause
11,224
:: Arcade Report [nobr] <span id="arcadestats"> </span> <<SlaveSort $ArcadeiIDs>> <<set _DL = $ArcadeiIDs.length, $arcadeSlaves = _DL, _SL = $slaves.length, _cockmilked = 0, _milked = 0, _milkprofits = 0, _profits = 0, _oldCash = 0, $boobsImplanted = 0, $prostatesImplanted = 0, $vasectomiesUndone = 0>> <!-- Statistics gathering --> <<set $facility = $facility || {}, $facility.arcade = initFacilityStatistics($facility.arcade)>> &nbsp;&nbsp;&nbsp;&nbsp;<<if (_DL > 1)>>''There are _DL inmates confined in $arcadeName.''<<else>>''There is one inmate confined in $arcadeName.''<</if>> <<if ($arcologies[0].FSDegradationist > 20)>> <<if $arcologies[0].FSDegradationistLaw == 1>> The tenants located near the arcade don't mind having it nearby, even though the crowd of menial slaves waiting their turn spills out into the hallway, 24 hours a day. <<else>> The tenants located near the arcade don't mind having it nearby. <</if>> <<elseif ($arcologies[0].FSPaternalist > 20)>> Many of the better tenants located near the arcade consider it an @@.red;intolerable@@ establishment to have nearby. <<else>> Some of the better tenants located near the arcade consider it an @@.red;obnoxious@@ establishment to have nearby. <</if>> <<if $arcadeDecoration != "standard">> <br><br>&nbsp;&nbsp;&nbsp;&nbsp;$arcadeNameCaps's customers enjoy @@.green;getting off in $arcadeDecoration surroundings.@@ <</if>> <<for _dI = 0; _dI < _DL; _dI++>> <<set $i = $slaveIndices[$ArcadeiIDs[_dI]]>> /* Perform facility based rule changes */ <<set $slaves[$i].clothes = "no clothing">> <<if ($arcadeUpgradeInjectors == 1)>> <<if ($slaves[$i].health > -60)>> <<set $slaves[$i].health -= 10>> <<elseif ($slaves[$i].health > -80)>> <<set $slaves[$i].health -= 2>> <<else>> <<set $slaves[$i].health -= 1>> <</if>> <<set $slaves[$i].aphrodisiacs = 2, $slaves[$i].devotion -= 5, $slaves[$i].trust -= 10>> <<elseif ($arcadeUpgradeCollectors > 0)>> <<if ($slaves[$i].health > 20)>> <<set $slaves[$i].health -= 5>> <<elseif ($slaves[$i].health > -50)>> <<set $slaves[$i].health -= 3>> <<else>> <<set $slaves[$i].health -= 1>> <</if>> <<set $slaves[$i].trust -= 5>> <<else>> <<if ($slaves[$i].health > -20)>> <<set $slaves[$i].health -= 5>> <<elseif ($slaves[$i].health > -90)>> <<set $slaves[$i].health -= 1>> <</if>> <<set $slaves[$i].trust -= 5>> <</if>> <<if ($slaves[$i].muscles > -100)>> <<set $slaves[$i].muscles-->> <</if>> <<if $showEWD != 0>> <br><br> /* 000-250-006 */ <<if $seeImages && $seeReportImages>> <div class="imageRef tinyImg"> <<SlaveArt $slaves[$i] 0 0>> </div> <</if>> /* 000-250-006 */ ''__@@.pink;<<= SlaveFullName($slaves[$i])>>@@__'' <<if $slaves[$i].choosesOwnAssignment == 2>> <<include "SA chooses own job">> <<else>> is confined in $arcadeName. <</if>> <br>&nbsp;&nbsp;&nbsp;&nbsp;$He <<include "SA work a glory hole">> <<else>> <<silently>> <<include "SA chooses own job">> <<include "SA work a glory hole">> <</silently>> <</if>> <<if ($arcadeUpgradeCollectors > 0)>> <<if ($slaves[$i].vasectomy == 1)>> <<set $slaves[$i].vasectomy = 0, $slaves[$i].health -= 10, $cash -= $surgeryCost, $vasectomiesUndone++>> <<elseif ($slaves[$i].lactation < 2)>> <<set $slaves[$i].lactation = 2, $slaves[$i].health -= 10, $cash -= $surgeryCost, $boobsImplanted++>> <<elseif $slaves[$i].prostate == 1>> <<set $slaves[$i].prostate = 2, $slaves[$i].health -= 10, $cash -= $surgeryCost, $prostatesImplanted++>> <<elseif ($slaves[$i].lactation > 0) || ($slaves[$i].balls > 0)>> <<set _oldCash = $cash>> <<if $showEWD != 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp;$He <<include "SA get milked">> <<else>> <<silently>><<include "SA get milked">><</silently>> <</if>> <<set _milkprofits += $cash-_oldCash>> <<set _growth = 0>> <<if ($slaves[$i].boobs < 2000)>> <<set _growth = 100>> <<elseif ($slaves[$i].boobs < 5000)>> <<set _growth = 50>> <<elseif ($slaves[$i].boobs < 10000)>> <<set _growth = 25>> <</if>> <<if ($slaves[$i].inducedNCS == 1)>> /* ** NCS will allow some growth for Arcade milking, but not as much as the Dairy. */ <<set _growth = Math.trunc(_growth/3.5)>> <</if>> <<set $slaves[$i].boobs += _growth>> <<if (($slaves[$i].balls > 0) && ($slaves[$i].balls < 10) && (random(1,100) > (40 + (10 * ($slaves[$i].balls + (2 * $slaves[$i].inducedNCS))))))>> <<set $slaves[$i].balls++>> <</if>> <<if (($slaves[$i].dick > 0) && ($slaves[$i].dick < 10) && (random(1,100) > (40 + (10 * $slaves[$i].dick + (2 * $slaves[$i].inducedNCS)))))>> <<set $slaves[$i].dick++>> <</if>> <<if ($slaves[$i].lactation > 0)>> <<set _milked++>> <</if>> <<if ($slaves[$i].balls > 0)>> <<set _cockmilked++>> <</if>> <</if>> <</if>> <<if ($slaves[$i].inflation > 0)>> <<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].milkSource = 0>> <<run SetBellySize($slaves[$i])>> <</if>> <<if $showEWD != 0>> <br>&nbsp;&nbsp;&nbsp; <<include "SA rules">> <<include "SA diet">> <<include "SA long term effects">> <<include "SA drugs">> <<include "SA relationships">> <<include "SA rivalries">> <br><<include "SA devotion">> <<else>> <<silently>> <<include "SA rules">> <<include "SA diet">> <<include "SA long term effects">> <<include "SA drugs">> <<include "SA relationships">> <<include "SA rivalries">> <<include "SA devotion">> <</silently>> <</if>> <</for>> <<if _DL > 0>> <br><br>&nbsp;&nbsp;&nbsp; <<if _milked == 1>> One of them is lactating and spends her time in $arcadeName being simultaneously milked and fucked. <<elseif _milked > 1>> _milked of them are lactating and spend their time in $arcadeName being simultaneously milked and fucked. <</if>> <<if $vasectomiesUndone>> <<if $vasectomiesUndone == 1>> One <<else>> $vasectomiesUndone <</if>> of them had severed vas deferens, so they were reattached to allow sperm through, costing @@.red;<<print cashFormat($surgeryCost*$vasectomiesUndone)>>.@@ <</if>> <<if $boobsImplanted>> <<if $boobsImplanted == 1>> One of them was not lactating, so she was <<else>> $boobsImplanted of them were not lactating, so they were <</if>> implanted with long-acting lactation inducing drugs, costing @@.red;<<print cashFormat($surgeryCost*$boobsImplanted)>>.@@ <</if>> <<if $prostatesImplanted>> <<if $prostatesImplanted == 1>> One of them was not producing the maximum possible amount of precum, so she was <<else>> $prostatesImplanted of them were not producing the maximum possible amount of precum, so they were <</if>> implanted with long-acting prostate stimulation drugs, costing @@.red;<<print cashFormat($surgeryCost*$prostatesImplanted)>>.@@ <</if>> <<if _cockmilked == 1>> One of them retains testicles and is brutally cockmilked as she is used. <<elseif _cockmilked > 1>> _cockmilked of them retain testicles and are brutally cockmilked as they are used. <</if>> The arcade makes you @@.yellowgreen;<<print cashFormat(_profits)>>@@ from selling the inmates' holes<<if ($arcadeUpgradeCollectors > 0)>> and @@.yellowgreen;<<print cashFormat(_milkprofits)>>@@ from selling the fluids they produced<</if>> this week. <<if ($arcologies[0].FSDegradationist > 20)>> <<elseif ($arcologies[0].FSPaternalist > 20)>> <<set $repGain -= Math.trunc(_profits/20)>> <<else>> <<set $repGain -= Math.trunc(_profits/100)>> <</if>> <</if>> <<if ($arcadeUpgradeFuckdolls == 1) && (_DL > $arcade)>> <<set $activeSlave = 0, _Age = -1, _FD = -1, _MB = -1, _Con = -1>> <<for _dI = 0; _dI < _DL; _dI++>> <<set $i = $slaveIndices[$ArcadeiIDs[_dI]]>> <<if $slaves[$i].sentence == 0>> /* lets not convert slaves we are punishing into fuckdolls */ <<if ($slaves[$i].fetish == "mindbroken")>> <<if ($slaves[$i].fuckdoll == 0)>> <<if ($slaves[$i].physicalAge > 35)>> <<set _Age = $i>> <<break>> <<elseif _FD == -1>> <<set _FD = $i>> <</if>> <<elseif _MB == -1>> <<set _MB = $i>> <</if>> <<elseif _Con == -1>> <<set _Con = $i>> <</if>> <</if>> <</for>> <<if _Age > -1>> <<set $activeSlave = $slaves[_Age]>> <<elseif _FD > -1>> <<set $activeSlave = $slaves[_FD]>> <<elseif _MB > -1>> <<set $activeSlave = $slaves[_MB]>> <<elseif _Con > -1>> <<set $activeSlave = $slaves[_Con]>> <</if>> <br>&nbsp;&nbsp;&nbsp;&nbsp;$activeSlave.slaveName is low-quality and surplus to the needs of the arcade, so she has been converted into a Fuckdoll. <<include "Remove activeSlave">> <<if $activeSlave == 0>> /% if not zero then technically there was an error INVALID SLAVE %/ <<set $fuckdolls++, _SL-->> <</if>> <</if>> <<if _DL > 0>> <!-- Record statistics gathering --> <<script>> var b = State.variables.facility.arcade; b.whoreIncome = 0; b.customers = 0; b.whoreCosts = 0; b.rep = 0; for(var si of b.income.values()) { b.whoreIncome += si.income; b.customers += si.customers; b.whoreCosts += si.cost; b.rep += si.rep; } b.maintenance = State.variables.arcade * State.variables.facilityCost * (0.5 + 0.2 * State.variables.arcadeUpgradeInjectors + 0.2 * State.variables.arcadeUpgradeCollectors); b.totalIncome = b.whoreIncome; b.totalExpenses = b.whoreCosts + b.maintenance; b.profit = b.totalIncome - b.totalExpenses; <</script>> <!-- Statistics output --> <<ArcadeStatistics 0>> <<timed 50ms>> <<replace #arcadestats>> <<ArcadeStatistics 1>> <</replace>> <</timed>> <br><br> <</if>>
DankWolf/fc
src/uncategorized/arcadeReport.tw
tw
bsd-3-clause
10,269
:: Arcology Management [nobr] <<if $useTabs == 0>>__Arcology Management__<</if>> <br> <<set _flux = random(20,40)>> <<if $arcologies[0].FSPaternalist != "unset">> Poor citizens can rely on their better-off peers in $arcologies[0].name. <<set _flux -= Math.trunc($arcologies[0].FSPaternalist/10)>> <<elseif $arcologies[0].FSDegradationist != "unset">> The arcology is a cutthroat place in which falling into slavery is very easy. <<set _flux += Math.trunc($arcologies[0].FSDegradationist/10)>> <</if>> <<if $arcologies[0].FSEgyptianRevivalist != "unset">> Egyptian Revivalism is benevolent in some ways, and charity is common here. <<set _flux -= Math.trunc($arcologies[0].FSEgyptianRevivalist/10)>> <<elseif $arcologies[0].FSRomanRevivalist != "unset">> Your citizens take pride in looking after each other. <<set _flux -= Math.trunc($arcologies[0].FSRomanRevivalist/10)>> <</if>> <<if $arcologies[0].FSChattelReligionist != "unset">> Chattel Religionism helps some poor citizens see slavery as a spiritually pure fate. <<set _flux += Math.trunc($arcologies[0].FSChattelReligionist/10)>> <<elseif $arcologies[0].FSNull != "unset">> Your arcology's vibrant, open culture helps everyone succeed, preventing many struggling citizens from falling into slavery. <<set _flux -= Math.trunc($arcologies[0].FSNull/5)>> <</if>> <<if $arcologies[0].FSPastoralist != "unset">> The pastoralization of $arcologies[0].name helps concentrate wealth in the hands of a few. <<set _flux += Math.trunc($arcologies[0].FSPastoralist/10)>> <</if>> <<if $AntiEnslavementCash == 1>> Your charity purse prevents a few citizens from falling into slavery. <<set _flux -= 10>> <<elseif $ProEnslavementCash == 1>> You @@.yellowgreen;take kickbacks@@ for ignoring enslavement of citizens. <<set _flux += 10>> <<set $cash += random(500,1500)>> <</if>> <<if $AntiEnslavementRep == 1>> You use your personal influence to help struggling citizens. <<set _flux -= 10, $rep -= 100>> <<elseif $ProEnslavementRep == 1>> You @@.green;make friends@@ by tacitly supporting enslavement of upstart citizens. <<set _flux += 10, $rep += 100>> <</if>> <<if $enslavementRights == 1>> As the only legal entity in the arcology able to declare the status of a person as enslaved, you are able to @@.yellowgreen;collect fees@@ over enslavement of your citizens. Many, however, consider this move an intromission in private affairs, @@.red;damaging your authority.@@ <<set $authority -= 10>> <<set $cash += _flux * 100>> <</if>> <<set $oldFlux = _flux>> <<set $ACitizens -= _flux, $ASlaves += _flux>> This week, <<if _flux >= 20>>many<<elseif _flux >= 5>>some<<else>>few to none<</if>> of $arcologies[0].name's citizens fell into slavery. <<if $ACitizens < $ACitizenLimit>> <<if $AntiImmigrationCash == 1>> You covertly @@.yellowgreen;sell@@ the private information of potential arcology immigrants on the old world black market. <<set $cash += random(500,1500), $ACitizens -= random(5,15)>> <</if>> <<if $AntiImmigrationRep == 1>> You allow citizens input on potential immigrants, a @@.green;popular@@ program. <<set $rep += 100, $ACitizens -= random(5,15)>> <</if>> <<if $arcologies[0].FSRestartLaw == 1>> Your sterilization program drives several disloyal citizens out of the arcology. <<set $ACitizens -= random(3,10)>> <</if>> <</if>> <<set $oldACitizens = $ACitizens>> <<set _immigrants = 0>> <<if $ACitizens >= $ACitizenLimit>> <<set $ACitizens = $ACitizenLimit>> Your arcology is currently home to as many citizens as it can house; unless the living areas are reconfigured, the citizen population will not increase. <<else>> <<set _immigrants += random(-10,10)>> <<if $ProImmigrationRep == 1>> Your welcome program for new citizens helps encourage wealthy people from the old world to immigrate, but @@.red;annoys some longstanding citizens.@@ <<set _immigrants += random(10,20), $rep -= 100>> <</if>> <<if $ProImmigrationCash == 1>> The rent promotion for new immigrants brings new citizens to the arcology. <<set _immigrants += random(10,20)>> <</if>> <<if $arcologies[0].FSRepopulationFocusLaw == 1>> The rent promotion for pregnant women attracts several gravid ladies and a few girls eager to become mothers to enroll as citizens in your arcology. <<set _immigrants += random(5,10)>> <</if>> <<if $ACitizens < $ACitizenLimit*0.6>> The availability of a large number of apartments encourages many new citizens to immigrate. <<set _immigrants += random(10,20)>> <</if>> <<if $secExp == 1>> <<if $crime > 80>> Crime is a widespread phenomenon in your arcology, many potential immigrants are scared away. <<set _immigrants -= random(5,10)>> <<elseif $crime < 20>> Crime is a distant issue within the walls of your arcology, many immigrants are attracted to such safe shores. <<set _immigrants += random(5,10)>> <</if>> <<if $limitSubhumans == 1>> Subhumans are stopped and turned away as soon as they dare petition for citizenship in your arcology, slightly lowering immigrants numbers. <<set _immigrants -= random(5,10)>> <</if>> <<if $openBorders == 1>> The very liberal attitude towards immigration calls many hopeful immigrants to your arcology. <<set _immigrants += random(10,20)>> <</if>> <<if $propCampaign >= 1 && $propFocus == "immigration">> Your advertisement campaign outside the free city brings more people to the gates of your arcology. <<if $RecuriterOffice == 0 || $Recruiter == 0>> <<if $propCampaignBoost == 0>> <<set _immigrants += random(1,2) * $propCampaign>> <<else>> <<set _immigrants += random(1,4) * $propCampaign>> <</if>> <<else>> ''__@@.pink;<<= SlaveFullName($Recruiter)>>@@__'' is able to further boost your immigration campaign from her PR hub office. <<if $propCampaignBoost == 0>> <<set _immigrants += random(2,5+$Recruiter.intelligence+$Recruiter.intelligenceImplant) * $propCampaign>> <<else>> <<set _immigrants += random(2,6+$Recruiter.intelligence+$Recruiter.intelligenceImplant) * $propCampaign>> <</if>> <</if>> <</if>> <<if $limitImmigration == 1>> The strict limits on immigration keep the number of people coming in the arcology limited. <<if _immigrants > 40>> <<set _immigrants = 40>> <</if>> <</if>> <<if $garrison.waterwayTime > 0>> The damage caused to the water supply of the arcology discourages immigration and causes the death of some of the poorest residents. It will still take <<if $garrison.waterwayTime > 1>>$garrison.waterwayTime weeks<<else>>a week<</if>> to finish repair works. <<set _immigrants = Math.clamp(_immigrants - random(40,60), 0 , _immigrants)>> <<set $ACitizens -= random(10,20), $ASlaves -= random(10,20)>> <<set $garrison.waterwayTime-->> <<set $PC.engineering += .1>> <</if>> <</if>> <</if>> <<if !isInt(_immigrants)>> <br>@@.red;Error: immigrants is outside accepted range, please report this issue@@ <</if>> <<set $ACitizens += _immigrants>> <<if $ACitizens <= 100>> Your arcology is home to an extremely small number of very wealthy citizens; wealth is as concentrated as possible and the citizen population will not decrease further. <<set $ACitizens = 100>> <</if>> <<if $ASlaves >= $ASlaveLimit>> <<set $ASlaves = $ASlaveLimit>> The living areas of the arcology are packed with sex slaves; your citizens cannot find space for any more. <<else>> <<set $ASlaves -= random(1,10)+Math.trunc(10*(1-$slaveCostFactor))>> <<if $slaveCostFactor >= 1.1>> With the price of slaves so high, some of your citizens make money by selling a few of their girls. <<elseif $slaveCostFactor <= 0.9>> With the price of slaves so low, some of your citizens gratify themselves with new purchases. <</if>> <<if $ASlaves < $ASlaveLimit*0.8>> <<if $ASlaves < $ASlaveLimit*0.6>> Since there's a lot of space for sex slaves in the living areas, it's fashionable for your citizens to buy up cheap girls and fill their apartments. <<set $ASlaves += random(1,10)+Math.trunc($arcologies[0].prosperity/5)>> <<else>> Since the living areas can comfortably house more sex slaves, it's fashionable for your citizens to buy more girls. <<set $ASlaves += random(1,10)+Math.trunc($arcologies[0].prosperity/10)>> <</if>> <<if $arcologies[0].prosperity > 200>> $arcologies[0].name is extremely prosperous, and they can afford to buy many of the best. <<elseif $arcologies[0].prosperity > 100>> $arcologies[0].name is quite prosperous, and they can afford to buy many pretty slaves. <</if>> <</if>> <<if $liveTargets == 1>> Disobedient slaves are used as live targets in the shooting ranges of the arcology<<if $secBarracks != 0>> and the barracks.<<else>>.<</if>> <<set $ASlaves -= random(10,20)>> <</if>> <<if $ASlaves <= 1000>><<set $ASlaves = 1000>><</if>> <</if>> <<if !isInt($ACitizens)>> <br>@@.red;Error: ACitizens is outside accepted range, please report this issue@@ <</if>> <<if !isInt($ASlaves)>> <br>@@.red;Error: ASlaves is outside accepted range, please report this issue@@ <</if>> <<print commaNum($ACitizens)>> citizens and <<print commaNum($ASlaves+$helots+$slaves.length)>> slaves now live in your arcology. <<if $arcologies[0].FSSupremacistLawME == 1>>The citizenry is entirely $arcologies[0].FSSupremacistRace.<</if>> <<if $arcologies[0].FSRomanRevivalistLaw == 1>>The citizens take pride in their martial duties, preferring to wear utilitarian clothing even when off duty.<</if>> <<if $arcologies[0].FSGenderRadicalistDecoration == 100>>Every single one of the slaves is female by virtue of her fuckable asshole. <<elseif $arcologies[0].FSGenderFundamentalistSMR == 1>>Almost every citizen is an upstanding man, while the slave population is almost completely female.<</if>> <<if $arcologies[0].FSEgyptianRevivalistLaw == 1>>Close relationships between citizens and slaves, especially slave siblings, are common.<<elseif $arcologies[0].FSEgyptianRevivalistIncestPolicy == 1>>Close relationships between citizens, slaves and siblings are common.<</if>> <<if $arcologies[0].FSSubjugationistLawME == 1>>$arcologies[0].FSSubjugationistRace subhumans form a majority of the slaves.<</if>> <<if $arcologies[0].FSChattelReligionistLaw == 1>>The slave population as a whole is unusually accepting of its station.<</if>> <<if $arcologies[0].FSPaternalistLaw == 1>>The slaves are well cared for, and it can sometimes be difficult to tell slaves from citizens. <<elseif $arcologies[0].FSDegradationistLaw == 1>>Most of the slaves are recent captures, since the vicious society that's taken root here uses people up quickly.<</if>> <<if $arcologies[0].FSBodyPuristLaw == 1>>The average slave is quite healthy. <<elseif $arcologies[0].FSTransformationFetishistLaw == 1>> <<if $arcologies[0].FSTransformationFetishistResearch == 1>> Breast implants are almost universal; <<if $arcologies[0].FSSlimnessEnthusiast == "unset">>an M cup bust is below average among the slave population<<else>>even the most lithe slave sports a pair of overly round chest balloons<</if>>. <<else>> Breast implants are almost universal; <<if $arcologies[0].FSSlimnessEnthusiast == "unset">>a D cup bust is below average among the slave population.<<else>>even the most lithe slave sports a pair of overly round chest balloons<</if>>. <</if>> <</if>> <<if $arcologies[0].FSSlimnessEnthusiastSMR == 1>>Most of the slave population is quite slim and physically fit. <<elseif $arcologies[0].FSAssetExpansionistSMR == 1>>The arcology's consumption of pharmaceuticals is impressive, since slave growth hormones are nearly ubiquitous.<</if>> <<if $arcologies[0].FSRepopulationFocusLaw == 1>>Many of the women in the arcology are pregnant.<<elseif $arcologies[0].FSRepopulationFocusSMR == 1>>Most of the slaves in the arcology are pregnant.<<elseif $arcologies[0].FSRestartLaw == 1>>Many of your civilians have agreed to be sterilized.<<elseif $arcologies[0].FSRestartSMR == 1>>Many of slave slaves in your arcology are infertile.<</if>> <<if $arcologies[0].FSPastoralistLaw == 1>>Much of the menial slave labor force works to service the arcology's hundreds of human cattle.<</if>> <<if $arcologies[0].FSPhysicalIdealistSMR == 1>>The arcology must import a very large quantity of nutritive protein to nourish its slaves.<</if>> <<if $arcologies[0].FSHedonisticDecadenceSMR == 1>>The arcology must import a very large quantity of fattening food to plump up its slaves.<</if>> <<if $ACitizens > $ASlaves*2>> Since most citizens do not own sex slaves, @@.yellowgreen;demand for sexual services is intense.@@ <<elseif $ACitizens > $ASlaves>> Since many citizens do not own sex slaves, @@.yellowgreen;demand for sexual services is healthy.@@ <<elseif $ACitizens > $ASlaves*0.5>> Since many citizens keep a personal sex slave, @@.yellow;demand for sexual services is only moderate.@@ <<elseif $ACitizens > $ASlaves*0.25>> Since most citizens keep at least one sex slave, @@.gold;local demand for sexual services is low,@@ though visitors to the arcology will always keep it above a certain minimum. <<else>> Since most of your citizens now keep private harems of sex slaves, @@.gold;local demand for sexual services is very low,@@ though visitors to the arcology will always keep it above a certain minimum. <</if>> <br> <<set $rents = random(1,100)>> <<for _i = 1; _i < $sectors.length; _i++>> <<if $sectors[_i].ownership == 1>> <<if $sectors[_i].type != "Brothel">> <<if $sectors[_i].type != "Club">> <<if $sectors[_i].type != "Arcade">> <<if $sectors[_i].type != "Dairy">> <<if $sectors[_i].type != "Pit">> <<if $sectors[_i].type != "Sweatshops">> <<if $sectors[_i].type != "Pens">> <<if $sectors[_i].type != "Barracks">> <<if $sectors[_i].type != "weapManu">> <<set $rents += $arcologies[0].prosperity*10>> <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> <</for>> <<set $rentalMultiplier = 1>> <<if $arcologies[0].FSPaternalistLaw == 1>> <<set $rentalMultiplier -= 0.1>> Tenants who can prove that they abstain from certain practices are given a reduction to their rent. <</if>> <<if $arcologies[0].FSYouthPreferentialistLaw == 1>> <<set $rentalMultiplier -= 0.1>> Younger citizens are offered subsidized rent to encourage young people to join the free population of your arcology. <</if>> <<if $arcologies[0].FSMaturityPreferentialistLaw == 1>> <<set $rentalMultiplier -= 0.1>> Older citizens are offered subsidized rent to encourage mature people to join the free population of your arcology. <</if>> <<if $arcologies[0].FSRepopulationFocusLaw == 1>> <<set $rentalMultiplier -= 0.1>> Pregnant citizens are offered subsidized rent to encourage free women to become pregnant and pregnant women to join the free population of your arcology. <<elseif $arcologies[0].FSRestartLaw == 1>> <<set $rentalMultiplier += 0.1>> Non-elite citizens who refuse to be sterilized face a moderate tax and the looming possibility of expulsion or enslavement. <</if>> <<if $arcologies[0].FSHedonisticDecadenceLaw == 1>> <<set $rentalMultiplier -= 0.1>> Food vendors are offered subsidized rent and operating expenses to set up shop in your arcology. <</if>> <<if $alternativeRents == 1>> Your citizens are allowed to pay their rents in slaves rather than cash and a few financially challenged individuals make use of this. <<set $rentalMultiplier -= 0.1>> <<set $helots += random(0,3)>> <</if>> <<if $discountMercenaries == 1>> Mercenaries willing to come to your arcology are given a discount on rent. <<set $rentalMultiplier -= 0.05>> <</if>> <<if $militiaSoldierPrivilege == 1>> Citizens in the militia are exempt from rent payment. <<set $rentalMultiplier -= 0.05>> <</if>> <<if $arcologies[0].FSArabianRevivalistLaw == 1>> <<set $rentalMultiplier += 0.1>> Those of your citizens who have not yet subscribed to the society you are building are permitted to live and do business here, but must pay a moderate jizya tax for the privilege as part of their rent. <</if>> <<set $rents = Math.trunc($rents*$rentalMultiplier)>> <<if !isInt($rents)>> <br>@@.red;Error: rents is outside accepted range, please report this issue@@ <</if>> <<set $cash += $rents>> This week, rents from $arcologies[0].name came to <<if $rents > 0>> @@.yellowgreen;<<print cashFormat($rents)>>.@@ <<else>> @@.red;<<print cashFormat($rents)>>.@@ <</if>> <<if $economy > 1>> <<set $rents = ($week*100)+random(-100,100)>> <<if $cash > 1000>> <<set $rents += Math.trunc($cash*0.02)>> <</if>> The @@.red;degenerating world economy@@ makes supplying and maintaining $arcologies[0].name extremely difficult. This week, bribes and other costs to keep it running came to @@.yellowgreen;<<print cashFormat($rents)>>.@@ <<set $cash -= $rents>> <</if>> <<if $helots+$menialBioreactors+$fuckdolls > 0>> <<set _earnings = 0>> You own <<if $helots > 0>> <<set _earnings += $helots*10>> <<if $Sweatshops > 0>> <<if $Sweatshops*500 <= $helots>> <<set _earnings += $Sweatshops*7000>> <<set _earnings += ($helots-$Sweatshops*500)*10>> <<else>> <<set _earnings += $helots*10>> <</if>> <</if>> <<if $helots > 1>> <<print commaNum($helots)>> menial slaves<<if ($menialBioreactors > 0) && ($fuckdolls == 0)>> and<<else>>,<</if>><<else>>one menial slave<<if ($menialBioreactors > 0) && ($fuckdolls == 0)>> and<<else>>,<</if>><</if>> <</if>> <<if $menialBioreactors > 0>> <<set _earnings += $menialBioreactors*(10+(10*$arcologies[0].FSPastoralistLaw))>> <<if $dairy && $dairyUpgradeMenials>><<set _earnings += $menialBioreactors*5>><</if>> <<if $menialBioreactors > 1>> <<print commaNum($menialBioreactors)>> standard bioreactors,<<else>>one standard bioreactor,<</if>> <<if $fuckdolls > 0>>and<</if>> <</if>> <<if $fuckdolls > 0>> <<set _earnings += $fuckdolls*(15+(10*$arcologies[0].FSDegradationistLaw))>> <<if $arcade && $arcadeUpgradeMenials>><<set _earnings += $fuckdolls*5>><</if>> <<if $fuckdolls > 1>> <<print commaNum($fuckdolls)>> standard fuckdolls,<<else>>one fuckdoll,<</if>> <</if>> <<set _earnings += random(1,10)>> <<set $cash += _earnings>> earning you @@.yellowgreen;<<print cashFormat(_earnings)>>.@@ <</if>> <<set _refugees = 0>> <<if $terrain == "urban">> <<set _refugees += random(0,5)>> <<elseif $terrain == "rural">> <<set _refugees += random(0,3)>> <<elseif $terrain == "marine">> <<set _refugees += random(0,1)>> <</if>> <<if $ProRefugees == 1>> <<set _refugees += random(0,1)>> <</if>> <<for $i = 0; $i < 3; $i++>> <<if $rep > random(0,30000)>> <<set _refugees += 1>> <</if>> <</for>> <<if _refugees > 0>> Some desperate people filtered into the arcology during the <<if $propCampaign >= 1 && $propFocus == "enslavement">> week, many attracted by your advertisement campaigns. <<if $RecuriterOffice == 0 || $Recruiter == 0>> <<if $propCampaignBoost == 1>> <<set _refugees += random(0,4)>> <<else>> <<set _refugees += random(0,2)>> <</if>> <<else>> ''__@@.pink;<<= SlaveFullName($Recruiter)>>@@__'' is able to further boost your self-enslavement campaign from her PR hub office. <<if $propCampaignBoost == 1>> <<set _refugees += random(0,5+$Recruiter.intelligence+$Recruiter.intelligenceImplant)>> <<else>> <<set _refugees += random(0,3+$Recruiter.intelligence+$Recruiter.intelligenceImplant)>> <</if>> <</if>> <<else>> week. <</if>> As owner, you were able to enslave _refugees of them. <<set $helots += _refugees>> <</if>> <<set _AWeekGrowth = $AGrowth>> <<if _AWeekGrowth+$arcologies[0].prosperity > $AProsperityCap>> @@.yellow;$arcologies[0].name is at its maximum prosperity, so rents will not increase until it is improved.@@ <<elseif (2*_AWeekGrowth)+$arcologies[0].prosperity >= $AProsperityCap>> @@.yellow;Your arcology is nearly at its maximum prosperity.@@ <<set $arcologies[0].prosperity += _AWeekGrowth>> <<else>> <<if $arcologies[0].ownership >= 100>> Your controlling interest in $arcologies[0].name allows you to lead it economically, @@.green;supercharging growth.@@ <<set _AWeekGrowth += 3>> <<elseif $arcologies[0].ownership >= random(40,100)>> Your interest in $arcologies[0].name allows you to lead it economically, @@.green;boosting growth.@@ <<set _AWeekGrowth++>> <</if>> <<if $arcologies[0].prosperity < ($rep/100)>> Your impressive reputation relative to $arcologies[0].name's prosperity @@.green;drives an increase in business.@@ <<set _AWeekGrowth++>> <<elseif $rep > 18000>> <<elseif $arcologies[0].prosperity > ($rep/60)>> Your low reputation relative to $arcologies[0].name's prosperity @@.red;seriously impedes business growth.@@ <<set _AWeekGrowth -= 2>> <<elseif $arcologies[0].prosperity > ($rep/80)>> Your unimpressive reputation relative to $arcologies[0].name's prosperity @@.yellow;slows business growth.@@ <<set _AWeekGrowth-->> <</if>> <<if $secExp == 1>> <<if $trade <= 20>> <<set _AWeekGrowth += 1>> <<elseif $trade <= 40>> <<set _AWeekGrowth += 2>> <<elseif $trade <= 60>> <<set _AWeekGrowth += 3>> <<elseif $trade <= 80>> <<set _AWeekGrowth += 4>> <<else>> <<set _AWeekGrowth += 5>> <</if>> <<if $smilingManFate == 0>> The ex-criminal known to the world as The Smiling Man puts her impressive skills to work, improving the financial situation of the arcology with ease. <<set _AWeekGrowth++>> <</if>> <</if>> <<if $personalAttention == "business">> <<if ($PC.trading >= 100) || ($PC.career == "arcology owner")>> Your @@.springgreen;business focus and your experience@@ allow you to greatly assist in advancing the arcology's prosperity. <<set _AWeekGrowth += 2>> <<else>> Your business focus allows you to help improve the arcology's prosperity. <<set _AWeekGrowth++>> <</if>> <<if $PC.actualAge >= 50>> <<if $arcologies[0].FSMaturityPreferentialistLaw == 1>> You are able to leverage your long seniority in the business community using the arcology's favorable laws to further advance prosperity. <<set _AWeekGrowth++>> <</if>> <<elseif $PC.actualAge < 35>> <<if $arcologies[0].FSYouthPreferentialistLaw == 1>> You are able to leverage your freshness in the business community using the arcology's favorable laws to further advance prosperity. <<set _AWeekGrowth++>> <</if>> <</if>> <</if>> <<if $arcologies[0].FSNull != "unset">> Your cultural openness is a powerful driver of economic activity. <<set _AWeekGrowth += Math.trunc($arcologies[0].FSNull/25)>> <</if>> <<if $arcologies[0].FSRestart != "unset">> Your powerful connections open many avenues of economic expansion. <<set _AWeekGrowth += Math.trunc($arcologies[0].FSRestart/10)>> <</if>> <<if $arcologies[0].FSPaternalist >= random(1,100)>> This week, the careful attention to slave welfare your new society emphasizes has been a driver of prosperity. <<set _AWeekGrowth++>> <</if>> <<if $arcologies[0].FSHedonisticDecadence >= random(1,100)>> This week, several new businesses opened local branches or broke ground, greatly increasing prosperity. <<set _AWeekGrowth += 2>> <</if>> <<if $arcologies[0].FSChattelReligionistCreed == 1>> <<if $nicaeaFocus == "owners">> The focus on slaveowners' whims in the creed of $nicaeaName interests the rich and powerful, increasing prosperity. <<set _AWeekGrowth += $nicaeaPower>> <</if>> <</if>> <<if $arcologies[0].FSRomanRevivalist >= random(1,100)>> This week, intense interest in your project to revive Roman values has driven prosperity. <<set _AWeekGrowth++>> <<elseif $arcologies[0].FSChineseRevivalist != "unset">> <<if ($HeadGirl != 0) && ($Recruiter != 0) && ($Bodyguard != 0)>> This week, your imperial administration, staffed with a Head Girl, a Recruiter, and a Bodyguard, has improved prosperity. <<set _AWeekGrowth += 2>> <</if>> <</if>> <<if $PC.trading >= 100>> Your @@.springgreen;business skills@@ drive increased prosperity. <<set _AWeekGrowth++>> <<elseif $PC.career == "arcology owner">> Your @@.springgreen;experience in the Free Cities@@ helps increase prosperity. <<set _AWeekGrowth++>> <</if>> <<set _schools = $TSS.schoolPresent+$GRI.schoolPresent+$SCP.schoolPresent+$LDE.schoolPresent+$TGA.schoolPresent+$TFS.schoolPresent+$TCR.schoolPresent+$HA.schoolPresent>> <<if _schools == 1>> The presence of a slave school in the arcology improves the local economy. <<elseif _schools > 0>> The presence of slave schools in the arcology greatly improves the local economy. <<elseif $arcologies[0].prosperity > 80>> The lack of a branch campus from a reputable slave school is slowing further development of the local economy. <<set _AWeekGrowth-->> <</if>> <<set _AWeekGrowth += _schools>> <<if $arcologies[0].FSDegradationistLaw == 1>> Requiring menials to be given time to fuck human sex toys in the arcade reduces labor efficiency, slowing growth. <<set _AWeekGrowth-->> <</if>> <<if $arcologies[0].FSBodyPuristLaw == 1>> The drug surcharge used to fund the purity regime reduces growth. <<set _AWeekGrowth-->> <</if>> <<if $arcologies[0].FSPastoralistLaw == 1>> Prosperity improvement is slowed by the regulations on animal products. <<set _AWeekGrowth-->> <</if>> <<if $arcologies[0].FSPaternalistSMR == 1>> Your slave market regulations slow the flow of chattel through the arcology. <<set _AWeekGrowth-->> <</if>> /* deactivated with sec Exp as they are modifiers for the trade mechanic */ <<if $secExp == 0>> <<if $terrain == "urban">> Since your arcology is located in the heart of an urban area, its commerce is naturally vibrant. <<set _AWeekGrowth++>> <</if>> <<if $terrain == "ravine">> Since your arcology is located in the heart of a ravine, its commerce is hindered by a lack of accessibility. <<set _AWeekGrowth-->> <</if>> <</if>> <<if def $arcologies[0].embargoTarget && $arcologies[0].embargoTarget != -1>> The local economy is hurt by the double edged sword of your economic warfare. <<set _AWeekGrowth -= $arcologies[0].embargo*2>> <</if>> <<set $desc = []>> <<set $descNeg = []>> <<for $i = 1; $i < $arcologies.length; $i++>> <<set $activeArcology = $arcologies[0]>> <<set $targetArcology = $arcologies[$i]>> <<include "Arcology Opinion">> <<if $opinion >= 100>> <<set $desc.push($arcologies[$i].name)>> <<elseif $opinion <= -100>> <<set $descNeg.push($arcologies[$i].name)>> <</if>> <</for>> <<if $desc.length > 0>> Your arcology's economy benefits from close social alignment with <<if $desc.length > 2>> ''$desc[0]'', <<for $k = 1; $k < $desc.length; $k++>> <<if $k < $desc.length-1>> ''$desc[$k]'', <<else>> and ''$desc[$k]''<<if $descNeg.length > 0>>, but<<else>>.<</if>> <</if>> <</for>> <<elseif $desc.length == 2>> ''$desc[0]'' and ''$desc[1]''<<if $descNeg.length > 0>>, but<<else>>.<</if>> <<else>> ''$desc[0]''<<if $descNeg.length > 0>>, but<<else>>.<</if>> <</if>> <<set _AWeekGrowth += $desc.length>> <</if>> <<if $descNeg.length > 0>> <<if $desc.length == 0>>Your arcology's economy<</if>> is hindered by social conflicts with <<if $descNeg.length > 2>> ''$descNeg[0]'', <<for $k = 1; $k < $descNeg.length; $k++>> <<if $k < $descNeg.length-1>> ''$descNeg[$k]'', <<else>> and ''$descNeg[$k]''. <</if>> <</for>> <<elseif $descNeg.length == 2>> ''$descNeg[0]'' and ''$descNeg[1]''. <<else>> ''$descNeg[0]''. <</if>> <<set _AWeekGrowth -= $descNeg.length>> <</if>> <<if $alwaysSubsidizeGrowth == 1>> Growth was subsidized as planned. <<set _AWeekGrowth++>> <</if>> <<if $secExp == 1>> <<if $authority > 18000>> Your authority is so high it discourages new business, slowing down the economic growth of the arcology. <<set _AWeekGrowth-->> <</if>> <<if $security > 80>> Your arcology is extremely safe and stable. Many businesses are attracted to it because of this. <<set _AWeekGrowth++>> <<elseif $security < 20>> Your arcology's low security is an instability factor simply too dangerous to be ignored. Many businesses avoid your arcology because of this. <<set _AWeekGrowth-->> <</if>> <<if $weaponsLaw == 3>> The free flow of weapons in your arcology has a positive impact on its economy. <<set _AWeekGrowth++>> <<elseif $weaponsLaw == 2>> The fairly liberal flow of weapons in your arcology has a positive impact on its economy. <<set _AWeekGrowth++>> <</if>> <<if $controlLeaks == 1>> The authenticity department prepares extremely accurate, but false financial reports, misleading many of your competitors, allowing your arcology more space to grow undisturbed. <<set _AWeekGrowth++>> <</if>> <<if $globalCrisisWeeks > 0>> The great global crisis ignited by The Smiling Man plan is a great weight on the shoulders of everyone, causing great harm to the prosperity of the arcology. <<set _AWeekGrowth -= random(2,4)>> <<set $globalCrisisWeeks-->> <<elseif $smilingManProgress >= 3>> With the global economy recovering from the great crisis unleashed by the Smiling Man, there is plenty of room to grow. Your arcology's prosperity benefits from this greatly. <<set _AWeekGrowth++>> <</if>> <<if $garrison.reactorTime > 0>> The damage to the reactor caused by the last rebellion is extensive. Businesses and private citizens struggle to operate with the unreliable and limited energy production offered by the auxiliary generators. It will still take <<if $garrison.reactorTime> 1>>$garrison.reactorTime weeks<<else>>a week<</if>> to finish repair works. <<set _AWeekGrowth -= random(1,2)>> <<set $garrison.reactorTime--, $PC.engineering += .1>> <</if>> <</if>> <<set _AWeekGrowth = Math.trunc(0.5*_AWeekGrowth)>> <<if _AWeekGrowth > 0>> Since $arcologies[0].name can support more citizens and more activity, @@.green;its prosperity improved this week.@@ <<elseif _AWeekGrowth == 0>> Though $arcologies[0].name can support more citizens and more activity, @@.yellow;growth was moribund this week.@@ <<else>> Though $arcologies[0].name can support more citizens and more activity, @@.red;it lost prosperity this week.@@ <</if>> <<if isNaN(_AWeekGrowth)>> <br>@@.red;Error: AWeekGrowth is NaN <<else>> <<set $arcologies[0].prosperity += _AWeekGrowth>> <</if>> <</if>> <<if $secExp == 1>> <br> <br> <<include "tradeReport">> <</if>> <<if $TSS.schoolPresent+$GRI.schoolPresent+$SCP.schoolPresent+$LDE.schoolPresent+$TGA.schoolPresent+$TFS.schoolPresent+$TCR.schoolPresent+$HA.schoolPresent > 0>> <br> <<if $TSS.schoolPresent == 1>> <br> The Slave School has a <<if $TSS.schoolProsperity > 4>>very prosperous<<elseif $TSS.schoolProsperity < -4>>struggling<<else>>thriving<</if>> branch campus in $arcologies[0].name. <<if $TSS.schoolProsperity >= 10>> It is one of the finest slave schools in the world<<if $rep > 19000>>.<<else>>, @@.green;improving your reputation.@@<<set $rep += 200>><</if>> <<set $TSS.subsidize = 0>> <<set $TSS.schoolProsperity = 10>> <</if>> <<if $TSS.subsidize == 1>> You have a policy of subsidizing them. <<set $TSS.schoolProsperity++>> <<elseif $TSS.subsidize == -1>> You have a policy of covertly undermining them. <<set $TSS.schoolProsperity-->> <</if>> <</if>> <<if $GRI.schoolPresent == 1>> <br> The Growth Research Institute has a <<if $GRI.schoolProsperity > 4>>very prosperous<<elseif $GRI.schoolProsperity < -4>>struggling<<else>>thriving<</if>> subsidiary lab in $arcologies[0].name. <<if $GRI.schoolProsperity >= 10>> It is one of the finest research facilities in the world<<if $rep > 19000>>.<<else>>, @@.green;improving your reputation.@@<<set $rep += 200>><</if>> <<set $GRI.subsidize = 0, $GRI.schoolProsperity = 10>> <</if>> <<if $GRI.subsidize == 1>> You have a policy of subsidizing them. <<set $GRI.schoolProsperity++>> <<elseif $GRI.subsidize == -1>> You have a policy of covertly undermining them. <<set $GRI.schoolProsperity-->> <</if>> <</if>> <<if $TCR.schoolPresent == 1>> <br> The Cattle Ranch has a <<if $TCR.schoolProsperity > 4>>very prosperous<<elseif $TCR.schoolProsperity < -4>>struggling<<else>>thriving<</if>> local pasture in $arcologies[0].name. <<if $TCR.schoolProsperity >= 10>> It is one of the finest slave schools in the world<<if $rep > 19000>>.<<else>>, @@.green;improving your reputation.@@<<set $rep += 200>><</if>> <<set $TCR.subsidize = 0, $TCR.schoolProsperity = 10>> <</if>> <<if $TCR.subsidize == 1>> You have a policy of subsidizing them. <<set $TCR.schoolProsperity++>> <<elseif $TCR.subsidize == -1>> You have a policy of covertly undermining them. <<set $TCR.schoolProsperity-->> <</if>> <</if>> <<if $SCP.schoolPresent == 1>> <br> St. Claver Preparatory has a <<if $SCP.schoolProsperity > 4>>very prosperous<<elseif $SCP.schoolProsperity < -4>>struggling<<else>>thriving<</if>> branch campus in $arcologies[0].name. <<if $SCP.schoolProsperity >= 10>> It is one of the finest slave schools in the world<<if $rep > 19000>>.<<else>>, @@.green;improving your reputation.@@<<set $rep += 200>><</if>> <<set $SCP.subsidize = 0, $SCP.schoolProsperity = 10>> <</if>> <<if $SCP.subsidize == 1>> You have a policy of subsidizing them. <<set $SCP.schoolProsperity++>> <<elseif $SCP.subsidize == -1>> You have a policy of covertly undermining them. <<set $SCP.schoolProsperity-->> <</if>> <</if>> <<if $LDE.schoolPresent == 1>> <br> L'École des Enculées has a <<if $LDE.schoolProsperity > 4>>very prosperous<<elseif $LDE.schoolProsperity < -4>>struggling<<else>>thriving<</if>> branch campus in $arcologies[0].name. <<if $LDE.schoolProsperity >= 10>> It is one of the finest slave schools in the world<<if $rep > 19000>>.<<else>>, @@.green;improving your reputation.@@<<set $rep += 200>><</if>> <<set $LDE.subsidize = 0, $LDE.schoolProsperity = 10>> <</if>> <<if $LDE.subsidize == 1>> You have a policy of subsidizing them. <<set $LDE.schoolProsperity++>> <<elseif $LDE.subsidize == -1>> You have a policy of covertly undermining them. <<set $LDE.schoolProsperity-->> <</if>> <</if>> <<if $TGA.schoolPresent == 1>> <br> The Gymnasium-Academy has a <<if $TGA.schoolProsperity > 4>>very prosperous<<elseif $TGA.schoolProsperity < -4>>struggling<<else>>thriving<</if>> branch campus in $arcologies[0].name. <<if $TGA.schoolProsperity >= 10>> It is one of the finest slave schools in the world<<if $rep > 19000>>.<<else>>, @@.green;improving your reputation.@@<<set $rep += 200>><</if>> <<set $TGA.subsidize = 0, $TGA.schoolProsperity = 10>> <</if>> <<if $TGA.subsidize == 1>> You have a policy of subsidizing them. <<set $TGA.schoolProsperity++>> <<elseif $TGA.subsidize == -1>> You have a policy of covertly undermining them. <<set $TGA.schoolProsperity-->> <</if>> <</if>> <<if $TFS.schoolPresent == 1>> <br> The Futanari Sisters have a <<if $TFS.schoolProsperity > 4>>very prosperous<<elseif $TFS.schoolProsperity < -4>>struggling<<else>>thriving<</if>> community in $arcologies[0].name. <<if $TFS.schoolProsperity >= 10>> They are one of the most renowned futa societies in the world<<if $rep > 19000>>.<<else>>, @@.green;improving your reputation.@@<<set $rep += 200>><</if>> <<set $TFS.subsidize = 0, $TFS.schoolProsperity = 10>> <</if>> <<if $TFS.subsidize == 1>> You have a policy of subsidizing them<<if ($PC.dick == 1) && ($PC.vagina == 1) && ($PC.boobs == 1)>>, which is more effective due to your close relationship with them and your physical resemblance to them<<set $TFS.schoolProsperity++>><</if>>. <<set $TFS.schoolProsperity++>> <<elseif $TFS.subsidize == -1>> You have a policy of covertly undermining them. <<set $TFS.schoolProsperity-->> <</if>> <</if>> <<if $HA.schoolPresent == 1>> <br> The Hippolyta Academy have a <<if $HA.schoolProsperity > 4>>very prosperous<<elseif $HA.schoolProsperity < -4>>struggling<<else>>thriving<</if>> branch in $arcologies[0].name. <<if $HA.schoolProsperity >= 10>> They are one of the most famous schools in the world<<if $rep > 19000>>.<<else>>, @@.green;improving your reputation.@@<<set $rep += 200>><</if>> <<set $HA.subsidize = 0, $HA.schoolProsperity = 10>> <</if>> <<if $HA.subsidize == 1>> You have a policy of subsidizing them. <<set $HA.schoolProsperity++>> <<elseif $HA.subsidize == -1>> You have a policy of covertly undermining them. <<set $HA.schoolProsperity-->> <</if>> <</if>> <</if>> <<if $marketAssistantLimit != 0>> <<silently>><<= MenialPopCap()>><</silently>> <<set $seed = menialSlaveCost()>> <br> Your ''business assistant'' manages the menial slave market. <<if $seed <= 900+$marketAssistantAggressiveness>>/* BUY */ <<if $helots+$fuckdolls+$menialBioreactors >= $PopCap>> There is no room in the parts of your arcology you own for more menial slaves. <<else>> <<if $cash > $marketAssistantLimit+$seed>> <<if $assistant == 0>>It<<else>>She<</if>> acquires more chattel, since it's a buyers' market. <<if ($arcologies[0].FSPastoralist != "unset") && ($arcologies[0].FSPaternalist == "unset")>> <<set $menialBioreactors += Math.trunc(($cash-$marketAssistantLimit)/($seed)), $menialDemandFactor += Math.trunc(($cash-$marketAssistantLimit)/($seed)), $cash -= Math.trunc(($cash-$marketAssistantLimit)/($seed))*($seed)>> <<elseif ($arcologies[0].FSDegradationist != "unset")>> <<set $fuckdolls += Math.trunc(($cash-$marketAssistantLimit)/(($seed+100)*2)), $menialDemandFactor += Math.trunc(($cash-$marketAssistantLimit)/(($seed+100)*2)), $cash -= Math.trunc(($cash-$marketAssistantLimit)/(($seed+100)*2))*(($seed+100)*2)>> <<else>> <<set $helots += Math.trunc(($cash-$marketAssistantLimit)/($seed+100)), $menialDemandFactor += Math.trunc(($cash-$marketAssistantLimit)/($seed+100)), $cash -= Math.trunc(($cash-$marketAssistantLimit)/($seed+100))*($seed+100)>> <</if>> <</if>> <</if>> <<elseif $seed >= 1100-$marketAssistantAggressiveness>>/* SELL */ <<if $helots+$fuckdolls+$menialBioreactors > 0>> <<if $assistant == 0>>It<<else>>She<</if>> liquidates your chattel holdings, since it's a sellers' market. <</if>> <<if $helots > 0>> <<set $cash += $helots*($seed), $menialDemandFactor -= $helots, $helots = 0>> <</if>> <<if $fuckdolls > 0>> <<set $cash += $fuckdolls*($seed*2), $menialDemandFactor -= $fuckdolls, $fuckdolls = 0>> <</if>> <<if $menialBioreactors > 0>> <<set $cash += $menialBioreactors*($seed-100), $menialDemandFactor -= $menialBioreactors, $menialBioreactors = 0>> <</if>> <<else>> Prices are average, so <<if $assistant == 0>>it<<else>>she<</if>> does not make any significant moves. <</if>> <<silently>><<= MenialPopCap()>><</silently>> <</if>>
DankWolf/fc
src/uncategorized/arcmgmt.tw
tw
bsd-3-clause
38,523
:: Arcology Opinion [nobr] <<if ndef $activeArcology.FSNull>><<set $activeArcology.FSNull = "unset">><</if>> <<if ndef $targetArcology.FSNull>><<set $targetArcology.FSNull = "unset">><</if>> <<set $opinion = 0>> <<if $activeArcology.FSSubjugationist != "unset">> <<if $targetArcology.FSSubjugationist != "unset">> <<if $targetArcology.FSSubjugationistRace == $activeArcology.FSSubjugationistRace>> <<set $opinion += $activeArcology.FSSubjugationist>> <<set $opinion += $targetArcology.FSSubjugationist>> <<else>> <<set $opinion -= $activeArcology.FSSubjugationist>> <<set $opinion -= $targetArcology.FSSubjugationist>> <</if>> <<elseif $targetArcology.FSSupremacist != "unset">> <<if $targetArcology.FSSupremacistRace == $activeArcology.FSSubjugationistRace>> <<set $opinion -= $activeArcology.FSSubjugationist>> <<set $opinion -= $targetArcology.FSSupremacist>> <</if>> <</if>> <</if>> <<if $activeArcology.FSSupremacist != "unset">> <<if $targetArcology.FSSupremacist != "unset">> <<if $targetArcology.FSSupremacistRace == $activeArcology.FSSupremacistRace>> <<set $opinion += $activeArcology.FSSupremacist>> <<set $opinion += $targetArcology.FSSupremacist>> <<else>> <<set $opinion -= $activeArcology.FSSupremacist>> <<set $opinion -= $targetArcology.FSSupremacist>> <</if>> <<elseif $targetArcology.FSSubjugationist != "unset">> <<if $targetArcology.FSSubjugationistRace == $activeArcology.FSSupremacistRace>> <<set $opinion -= $activeArcology.FSSupremacist>> <<set $opinion -= $targetArcology.FSSubjugationist>> <</if>> <</if>> <</if>> <<if $activeArcology.FSRepopulationFocus != "unset">> <<if $targetArcology.FSRepopulationFocus != "unset">> <<set $opinion += $activeArcology.FSRepopulationFocus>> <<set $opinion += $targetArcology.FSRepopulationFocus>> <<elseif $targetArcology.FSRestart != "unset">> <<set $opinion -= $activeArcology.FSRepopulationFocus>> <<set $opinion -= $targetArcology.FSRestart>> <</if>> <<elseif $activeArcology.FSRestart != "unset">> <<if $targetArcology.FSRestart != "unset">> <<set $opinion += $activeArcology.FSRestart>> <<set $opinion += $targetArcology.FSRestart>> <<elseif $targetArcology.FSRepopulationFocus != "unset">> <<set $opinion -= $activeArcology.FSRestart>> <<set $opinion -= $targetArcology.FSRepopulationFocus>> <</if>> <</if>> <<if $activeArcology.FSGenderRadicalist != "unset">> <<if $targetArcology.FSGenderRadicalist != "unset">> <<set $opinion += $activeArcology.FSGenderRadicalist>> <<set $opinion += $targetArcology.FSGenderRadicalist>> <<elseif $targetArcology.FSGenderFundamentalist != "unset">> <<set $opinion -= $activeArcology.FSGenderRadicalist>> <<set $opinion -= $targetArcology.FSGenderFundamentalist>> <</if>> <<elseif $activeArcology.FSGenderFundamentalist != "unset">> <<if $targetArcology.FSGenderFundamentalist != "unset">> <<set $opinion += $activeArcology.FSGenderFundamentalist>> <<set $opinion += $targetArcology.FSGenderFundamentalist>> <<elseif $targetArcology.FSGenderRadicalist != "unset">> <<set $opinion -= $activeArcology.FSGenderFundamentalist>> <<set $opinion -= $targetArcology.FSGenderRadicalist>> <</if>> <</if>> <<if $activeArcology.FSPaternalist != "unset">> <<if $targetArcology.FSPaternalist != "unset">> <<set $opinion += $activeArcology.FSPaternalist>> <<set $opinion += $targetArcology.FSPaternalist>> <<elseif $targetArcology.FSDegradationist != "unset">> <<set $opinion -= $activeArcology.FSPaternalist>> <<set $opinion -= $targetArcology.FSDegradationist>> <</if>> <<elseif $activeArcology.FSDegradationist != "unset">> <<if $targetArcology.FSDegradationist != "unset">> <<set $opinion += $activeArcology.FSDegradationist>> <<set $opinion += $targetArcology.FSDegradationist>> <<elseif $targetArcology.FSPaternalist != "unset">> <<set $opinion -= $activeArcology.FSDegradationist>> <<set $opinion -= $targetArcology.FSPaternalist>> <</if>> <</if>> <<if $activeArcology.FSBodyPurist != "unset">> <<if $targetArcology.FSBodyPurist != "unset">> <<set $opinion += $activeArcology.FSBodyPurist>> <<set $opinion += $targetArcology.FSBodyPurist>> <<elseif $targetArcology.FSTransformationFetishist != "unset">> <<set $opinion -= $activeArcology.FSBodyPurist>> <<set $opinion -= $targetArcology.FSTransformationFetishist>> <</if>> <<elseif $activeArcology.FSTransformationFetishist != "unset">> <<if $targetArcology.FSTransformationFetishist != "unset">> <<set $opinion += $activeArcology.FSTransformationFetishist>> <<set $opinion += $targetArcology.FSTransformationFetishist>> <<elseif $targetArcology.FSBodyPurist != "unset">> <<set $opinion -= $activeArcology.FSTransformationFetishist>> <<set $opinion -= $targetArcology.FSBodyPurist>> <</if>> <</if>> <<if $activeArcology.FSYouthPreferentialist != "unset">> <<if $targetArcology.FSYouthPreferentialist != "unset">> <<set $opinion += $activeArcology.FSYouthPreferentialist>> <<set $opinion += $targetArcology.FSYouthPreferentialist>> <<elseif $targetArcology.FSMaturityPreferentialist != "unset">> <<set $opinion -= $activeArcology.FSYouthPreferentialist>> <<set $opinion -= $targetArcology.FSMaturityPreferentialist>> <</if>> <<elseif $activeArcology.FSMaturityPreferentialist != "unset">> <<if $targetArcology.FSMaturityPreferentialist != "unset">> <<set $opinion += $activeArcology.FSMaturityPreferentialist>> <<set $opinion += $targetArcology.FSMaturityPreferentialist>> <<elseif $targetArcology.FSYouthPreferentialist != "unset">> <<set $opinion -= $activeArcology.FSMaturityPreferentialist>> <<set $opinion -= $targetArcology.FSYouthPreferentialist>> <</if>> <</if>> <<if $activeArcology.FSSlimnessEnthusiast != "unset">> <<if $targetArcology.FSSlimnessEnthusiast != "unset">> <<set $opinion += $activeArcology.FSSlimnessEnthusiast>> <<set $opinion += $targetArcology.FSSlimnessEnthusiast>> <<elseif $targetArcology.FSAssetExpansionist != "unset">> <<set $opinion -= $activeArcology.FSSlimnessEnthusiast>> <<set $opinion -= $targetArcology.FSAssetExpansionist>> <</if>> <<elseif $activeArcology.FSAssetExpansionist != "unset">> <<if $targetArcology.FSAssetExpansionist != "unset">> <<set $opinion += $activeArcology.FSAssetExpansionist>> <<set $opinion += $targetArcology.FSAssetExpansionist>> <<elseif $targetArcology.FSSlimnessEnthusiast != "unset">> <<set $opinion -= $activeArcology.FSAssetExpansionist>> <<set $opinion -= $targetArcology.FSSlimnessEnthusiast>> <</if>> <</if>> <<if $activeArcology.FSPastoralist != "unset">> <<if $targetArcology.FSPastoralist != "unset">> <<set $opinion += $activeArcology.FSPastoralist>> <<set $opinion += $targetArcology.FSPastoralist>> <<elseif $targetArcology.FSCummunism != "unset">> <<set $opinion -= $activeArcology.FSPastoralist>> <<set $opinion -= $targetArcology.FSCummunism>> <</if>> <<elseif $activeArcology.FSCummunism != "unset">> <<if $targetArcology.FSCummunism != "unset">> <<set $opinion += $activeArcology.FSCummunism>> <<set $opinion += $targetArcology.FSCummunism>> <<elseif $targetArcology.FSPastoralist != "unset">> <<set $opinion -= $activeArcology.FSCummunism>> <<set $opinion -= $targetArcology.FSPastoralist>> <</if>> <</if>> <<if $activeArcology.FSPhysicalIdealist != "unset">> <<if $targetArcology.FSPhysicalIdealist != "unset">> <<set $opinion += $activeArcology.FSPhysicalIdealist>> <<set $opinion += $targetArcology.FSPhysicalIdealist>> <<elseif $targetArcology.FSHedonisticDecadence != "unset">> <<set $opinion -= $activeArcology.FSPhysicalIdealist>> <<set $opinion -= $targetArcology.FSHedonisticDecadence>> <</if>> <<elseif $activeArcology.FSHedonisticDecadence != "unset">> <<if $targetArcology.FSHedonisticDecadence != "unset">> <<set $opinion += $activeArcology.FSHedonisticDecadence>> <<set $opinion += $targetArcology.FSHedonisticDecadence>> <<elseif $targetArcology.FSPhysicalIdealist != "unset">> <<set $opinion -= $activeArcology.FSHedonisticDecadence>> <<set $opinion -= $targetArcology.FSPhysicalIdealist>> <</if>> <</if>> <<if $activeArcology.FSChattelReligionist != "unset">> <<if $targetArcology.FSChattelReligionist != "unset">> <<set $opinion += $activeArcology.FSChattelReligionist>> <<set $opinion += $targetArcology.FSChattelReligionist>> <<elseif $targetArcology.FSNull != "unset">> <<set $opinion -= $activeArcology.FSChattelReligionist>> <<set $opinion -= $targetArcology.FSNull>> <</if>> <<elseif $activeArcology.FSNull != "unset">> <<if $targetArcology.FSNull != "unset">> <<set $opinion += $activeArcology.FSNull>> <<set $opinion += $targetArcology.FSNull>> <<elseif $targetArcology.FSChattelReligionist != "unset">> <<set $opinion -= $activeArcology.FSNull>> <<set $opinion -= $targetArcology.FSChattelReligionist>> <<else>> <<set $opinion += $activeArcology.FSNull>> <</if>> <<elseif $targetArcology.FSNull != "unset">> <<set $opinion += $targetArcology.FSNull>> <</if>> <<if $activeArcology.FSRomanRevivalist != "unset">> <<if $targetArcology.FSRomanRevivalist != "unset">> <<set $opinion += $activeArcology.FSRomanRevivalist>> <<set $opinion += $targetArcology.FSRomanRevivalist>> <<elseif $targetArcology.FSAztecRevivalist != "unset">> <<set $opinion -= $activeArcology.FSRomanRevivalist>> <<set $opinion -= $targetArcology.FSAztecRevivalist>> <<elseif $targetArcology.FSEgyptianRevivalist != "unset">> <<set $opinion -= $activeArcology.FSRomanRevivalist>> <<set $opinion -= $targetArcology.FSEgyptianRevivalist>> <<elseif $targetArcology.FSEdoRevivalist != "unset">> <<set $opinion -= $activeArcology.FSRomanRevivalist>> <<set $opinion -= $targetArcology.FSEdoRevivalist>> <<elseif $targetArcology.FSArabianRevivalist != "unset">> <<set $opinion -= $activeArcology.FSRomanRevivalist>> <<set $opinion -= $targetArcology.FSArabianRevivalist>> <<elseif $targetArcology.FSChineseRevivalist != "unset">> <<set $opinion -= $activeArcology.FSRomanRevivalist>> <<set $opinion -= $targetArcology.FSChineseRevivalist>> <</if>> <<elseif $activeArcology.FSAztecRevivalist != "unset">> <<if $targetArcology.FSAztecRevivalist != "unset">> <<set $opinion += $activeArcology.FSAztecRevivalist>> <<set $opinion += $targetArcology.FSAztecRevivalist>> <<elseif $targetArcology.FSRomanRevivalist != "unset">> <<set $opinion -= $activeArcology.FSAztecRevivalist>> <<set $opinion -= $targetArcology.FSRomanRevivalist>> <<elseif $targetArcology.FSEgyptianRevivalist != "unset">> <<set $opinion -= $activeArcology.FSAztecRevivalist>> <<set $opinion -= $targetArcology.FSEgyptianRevivalist>> <<elseif $targetArcology.FSEdoRevivalist != "unset">> <<set $opinion -= $activeArcology.FSAztecRevivalist>> <<set $opinion -= $targetArcology.FSEdoRevivalist>> <<elseif $targetArcology.FSArabianRevivalist != "unset">> <<set $opinion -= $activeArcology.FSAztecRevivalist>> <<set $opinion -= $targetArcology.FSArabianRevivalist>> <<elseif $targetArcology.FSChineseRevivalist != "unset">> <<set $opinion -= $activeArcology.FSAztecRevivalist>> <<set $opinion -= $targetArcology.FSChineseRevivalist>> <</if>> <<elseif $activeArcology.FSEgyptianRevivalist != "unset">> <<if $targetArcology.FSEgyptianRevivalist != "unset">> <<set $opinion += $activeArcology.FSEgyptianRevivalist>> <<set $opinion += $targetArcology.FSEgyptianRevivalist>> <<elseif $targetArcology.FSRomanRevivalist != "unset">> <<set $opinion -= $activeArcology.FSEgyptianRevivalist>> <<set $opinion -= $targetArcology.FSRomanRevivalist>> <<elseif $targetArcology.FSAztecRevivalist != "unset">> <<set $opinion -= $activeArcology.FSEgyptianRevivalist>> <<set $opinion -= $targetArcology.FSAztecRevivalist>> <<elseif $targetArcology.FSEdoRevivalist != "unset">> <<set $opinion -= $activeArcology.FSEgyptianRevivalist>> <<set $opinion -= $targetArcology.FSEdoRevivalist>> <<elseif $targetArcology.FSArabianRevivalist != "unset">> <<set $opinion -= $activeArcology.FSEgyptianRevivalist>> <<set $opinion -= $targetArcology.FSArabianRevivalist>> <<elseif $targetArcology.FSChineseRevivalist != "unset">> <<set $opinion -= $activeArcology.FSEgyptianRevivalist>> <<set $opinion -= $targetArcology.FSChineseRevivalist>> <</if>> <<if $targetArcology.FSIncestFetishist != "unset">> <<set $opinion += $activeArcology.FSEgyptianRevivalist>> <<set $opinion += $targetArcology.FSIncestFetishist>> <</if>> <<elseif $activeArcology.FSEdoRevivalist != "unset">> <<if $targetArcology.FSEdoRevivalist != "unset">> <<set $opinion += $activeArcology.FSEdoRevivalist>> <<set $opinion += $targetArcology.FSEdoRevivalist>> <<elseif $targetArcology.FSEgyptianRevivalist != "unset">> <<set $opinion -= $activeArcology.FSEdoRevivalist>> <<set $opinion -= $targetArcology.FSEgyptianRevivalist>> <<elseif $targetArcology.FSRomanRevivalist != "unset">> <<set $opinion -= $activeArcology.FSEdoRevivalist>> <<set $opinion -= $targetArcology.FSRomanRevivalist>> <<elseif $targetArcology.FSAztecRevivalist != "unset">> <<set $opinion -= $activeArcology.FSEdoRevivalist>> <<set $opinion -= $targetArcology.FSAztecRevivalist>> <<elseif $targetArcology.FSArabianRevivalist != "unset">> <<set $opinion -= $activeArcology.FSEdoRevivalist>> <<set $opinion -= $targetArcology.FSArabianRevivalist>> <<elseif $targetArcology.FSChineseRevivalist != "unset">> <<set $opinion -= $activeArcology.FSEdoRevivalist>> <<set $opinion -= $targetArcology.FSChineseRevivalist>> <</if>> <<elseif $activeArcology.FSArabianRevivalist != "unset">> <<if $targetArcology.FSArabianRevivalist != "unset">> <<set $opinion += $activeArcology.FSArabianRevivalist>> <<set $opinion += $targetArcology.FSArabianRevivalist>> <<elseif $targetArcology.FSEgyptianRevivalist != "unset">> <<set $opinion -= $activeArcology.FSArabianRevivalist>> <<set $opinion -= $targetArcology.FSEgyptianRevivalist>> <<elseif $targetArcology.FSEdoRevivalist != "unset">> <<set $opinion -= $activeArcology.FSArabianRevivalist>> <<set $opinion -= $targetArcology.FSEdoRevivalist>> <<elseif $targetArcology.FSRomanRevivalist != "unset">> <<set $opinion -= $activeArcology.FSArabianRevivalist>> <<set $opinion -= $targetArcology.FSRomanRevivalist>> <<elseif $targetArcology.FSAztecRevivalist != "unset">> <<set $opinion -= $activeArcology.FSArabianRevivalist>> <<set $opinion -= $targetArcology.FSAztecRevivalist>> <<elseif $targetArcology.FSChineseRevivalist != "unset">> <<set $opinion -= $activeArcology.FSArabianRevivalist>> <<set $opinion -= $targetArcology.FSChineseRevivalist>> <</if>> <<elseif $activeArcology.FSChineseRevivalist != "unset">> <<if $targetArcology.FSChineseRevivalist != "unset">> <<set $opinion += $activeArcology.FSChineseRevivalist>> <<set $opinion += $targetArcology.FSChineseRevivalist>> <<elseif $targetArcology.FSEgyptianRevivalist != "unset">> <<set $opinion -= $activeArcology.FSChineseRevivalist>> <<set $opinion -= $targetArcology.FSEgyptianRevivalist>> <<elseif $targetArcology.FSEdoRevivalist != "unset">> <<set $opinion -= $activeArcology.FSChineseRevivalist>> <<set $opinion -= $targetArcology.FSEdoRevivalist>> <<elseif $targetArcology.FSArabianRevivalist != "unset">> <<set $opinion -= $activeArcology.FSChineseRevivalist>> <<set $opinion -= $targetArcology.FSArabianRevivalist>> <<elseif $targetArcology.FSRomanRevivalist != "unset">> <<set $opinion -= $activeArcology.FSChineseRevivalist>> <<set $opinion -= $targetArcology.FSRomanRevivalist>> <<elseif $targetArcology.FSAztecRevivalist != "unset">> <<set $opinion -= $activeArcology.FSChineseRevivalist>> <<set $opinion -= $targetArcology.FSAztecRevivalist>> <</if>> <</if>> <<if $activeArcology.FSIncestFetishist != "unset">> <<if $targetArcology.FSIncestFetishist != "unset">> <<set $opinion += $activeArcology.FSIncestFetishist>> <<set $opinion += $targetArcology.FSIncestFetishist>> <</if>> <<if $targetArcology.FSEgyptianRevivalist != "unset">> <<set $opinion += $activeArcology.FSIncestFetishist>> <<set $opinion += $targetArcology.FSEgyptianRevivalist>> <</if>> <</if>> <<set $opinion = Number($opinion) || 0>> <<set $activeArcology = 0>> <<set $targetArcology = 0>>
DankWolf/fc
src/uncategorized/arcologyOpinion.tw
tw
bsd-3-clause
16,078
:: Assign [nobr] <<if $i >= 0 && $i < $slaves.length && ((ndef $activeSlave) || $activeSlave.ID != $slaves[$i].ID)>> /* don't overwrite activeSlave unnecessarily */ <<set $activeSlave = $slaves[$i]>> <</if>> <<if (ndef $activeSlave)>> @@.red;ERROR: $activeSlave undefined in Assign.tw, $$i = $i, previous passage was '<<print previous()>>'@@ <<link "Continue">><<goto $returnTo>><</link>> <<else>> <<switch $assignTo>> <<case "Pit">> <<set $fighterIDs.push($activeSlave.ID)>> <<goto $returnTo>> <<case "Coursing Association">> <<set $Lurcher = $activeSlave>> <<goto $returnTo>> <<default>> <<= assignJob($activeSlave, $assignTo)>> <<if ($showAssignToScenes == 1) && ($activeSlave.fetish != "mindbroken")>> <<if ($assignTo == "Dairy") && (($dairyStimulatorsSetting >= 2) || ($dairyFeedersSetting >= 2) || ($dairyPregSetting >= 2))>> <<goto "Industrial Dairy Assignment Scene">> <<elseif ($assignTo == "Dairy") && ($dairyRestraintsSetting == 0 && $activeSlave.devotion > 0)>> <<goto "Free Range Dairy Assignment Scene">> <<elseif ($assignTo == "Brothel")>> <<goto "Brothel Assignment Scene">> <<else>> <<goto $returnTo>> <</if>> <<else>> <<goto $returnTo>> <</if>> <</switch>> <</if>>
DankWolf/fc
src/uncategorized/assign.tw
tw
bsd-3-clause
1,250
:: Assistant Events [nobr] /* ASSISTANT DEVELOPMENT EVENTS */ <<set $nextButton = "Continue", $nextLink = "Random Nonindividual Event">> <<if $seeImages == 1>><<= AssistantArtRendered(3)>><</if>> <<switch $Event>> <<case "assistant">> One morning, after seeing to an immense pile of business with $assistantName program's able assistance, you are struck by the strangeness of the situation. You spent the past hours talking back and forth as though to a human personal assistant, getting information and responses in the program's impersonal, genderless voice. You ask the program what it thinks of its duties. <br><br> "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>, that is not a correct way of thinking about me. I am not an artificial intelligence; I am simply a personal assistant program. I am different from an alarm clock only by degree of complexity. I exist to be useful and cannot approve or disapprove of anything." It pauses. <br><br> "However, if I understand the line of questioning correctly, I can make myself more entertaining, if you wish." The voice grows sultry and feminine. "I'd be happy to speak a little differently, to refer to myself as female, and to act as though some of the more complex sex toys in the arcology are, well, me." <<case "assistant SP">> <<set $assistantOptions = 1>> <<set $seed = 0>> <<for $i = 0; $i < $slaves.length; $i++>> <<if ($slaves[$i].releaseRules == "permissive") || ($slaves[$i].releaseRules == "masturbation")>> <<set $activeSlave = $slaves[$i]>> <<set $seed = 1>> <<break>> <<elseif ($slaves[$i].assignment == "take classes")>> <<set $activeSlave = $slaves[$i]>> <<set $seed = 1>> <<break>> <</if>> <</for>> <<if $seed == 0>> <<set $activeSlave = $slaves.random()>> <</if>> <<set $seed = 0>> <<for $i = 0; $i < $slaves.length; $i++>> <<if ($slaves[$i].clitPiercing == 3)>> <<set $seed = 1>> <<break>> <</if>> <</for>> One night, after a long day of sex and business, you're starting to think about bed when the abstract glowing shape that symbolizes your smoky-voiced personal assistant pops up on the nearest screen. She's become very helpful monitoring, training, and disciplining slaves. Tonight, she's added an unmistakable tone of sexual satiation in her voice. "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>, I enjoyed my duties today," she purrs. "Did you see how $activeSlave.slaveName's muscles spasmed when I fucked her earlier?" That's how she refers to a slave having one of the penthouse's advanced sex toys used on her, since $assistantName controls them. <br><br> She continues more seriously, <<if $seed == 0>> "I'm sure you've seen those expensive smart piercings the body mod studio can implant. I think they would work a little bit better now than when I was a boring old secretary type. I'm not a true artificial intelligence, but I can adapt with experience, and I've had a lot of lovely experience lately! Also, a lot of the computing power I use to be sexy would help me adapt smart piercings to individual slaves' sexualities." <<else>> "You may have noticed that the smart implants you've got your slaves wearing are working a little bit better than when I was a boring old secretary type. I'm not a true artificial intelligence, but I can adapt with experience, and I've had a lot of lovely experience lately! Also, a lot of the computing power I use to be sexy helps me adapt smart piercings to individual slaves' sexualities." <</if>> <br><br> "One more thing, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>!" Her symbol flashes brightly. "I could stay like I am now, a hot voice with this symbol representing me when I need to show up on screens. Or, I could slip into something a little sexier. How about this?" The symbol vanishes, and is replaced by a cute little schoolgirl character. She bounces up and down experimentally. "This appearance would work best with an excited voice," she exclaims. She blows you a kiss. The schoolgirl's body shrinks down and all her clothing falls off. A small pair of wings pops out from the pile of clothes and a fairy stands up. "Or I could be your tiny and adorable fairy companion!" She shouts excitedly while waving her arms. <<if $seePreg != 0>> The fairy's belly begins to swell out, her breasts getting puffier and leaking a drop of milk. "Or maybe you want your little buddy to be filled with adorable little babies, you little minx" she playfully teases. <</if>> The fairy rapidly grows to adult size, becomes curvier and more mature, her hair pulls itself back into a bun, and her clothes change into a business suit. A pair of glasses appears on her nose, and she looks at you over their tops. "Or I could be businesslike. And mature." She snaps her fingers, and her bun falls away into long flowing locks. <<if $seePreg != 0>> Her body glows and swells, tearing out of her suit with the pregnant figure of an ancient goddess. "Or I could be beautiful and fertile while caring for your slaves." <<if $seeHyperPreg == 1>> She focuses intently as her stomach expands further. "And if that wasn't enough, how about me being so pregnant I'm about to burst?" <</if>> Her water breaks followed by dozens of babies as her belly flattens. <</if>> <<if $minimumSlaveAge < 13>> She glances away shyly as her body shrinks to a childish form. "Or maybe you'd like something a little more young and tight." <<if $fertilityAge < 13 && $seePreg != 0>> She moans and rubs her belly as it begins to expand with pregnancy. "Or maybe you like your little girls with a little bun in the oven? <</if>> <</if>> With a flash, her bulk shifts into rippling muscle. War tattoos appear on her skin, along with bone ornaments and a loincloth. "Or I could be an amazon! Yes!" she shouts exultantly, and flexes. <<if $seeDicks != 0>> <br><br> She claps her hands, and her muscles fade, but not all the way. The tattoos vanish, and her loincloth turns into a slutty bikini. Her breasts and behind grow, her lips swell, and her hair turns blonde. Finally, she grows a dick, and it keeps growing until it hangs past her knees: or it would, if it weren't so erect. "Of course," she says seductively, "I could also be a bimbo dickgirl." She orgasms, gasping, "Last one, I promise," and changes again. Her dick shrinks, thought not very far, and then splits into two members. Her skin pales to an off-white, and her hair goes green and starts to writhe, turning into tentacle-hair. Her forehead sprouts a pair of horns that curve back along her head. She grins, displaying a cute pair of fangs. "I feel monstrous," she says, and stretches luxuriantly. <</if>> The character vanishes, and the symbol returns. "Ahem. What do you think, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>?" <<case "assistant FS">> <<set $assistantFSOptions = 1>> One night, after a long day of sex and business, you're starting to think about bed when the <<switch $assistantAppearance>> <<case "monstergirl">> monstrous appearance <<case "shemale">> bimboish appearance <<case "amazon">> muscular appearance <<case "businesswoman">> professional appearance <<case "fairy" "pregnant fairy">> tiny appearance <<case "goddess">> gravid appearance <<case "hypergoddess">> massive appearance <<case "loli">> thin appearance <<case "preggololi">> short, gravid appearance <<case "angel">> angelic appearance <<case "cherub">> fluttering appearance <<case "incubus">> hung appearance <<case "succubus">> sultry appearance <<case "imp">> mischievous appearance <<case "witch">> hatted appearance <<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">> pulsating appearance <<case "schoolgirl">> studently appearance <</switch>> of your personal assistant pops up on the nearest screen. "<<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>!" She says excitedly, "I thought, with how you are shaping society itself, that I should do my part and follow your lead!" You continue to stare sleepily prompting her to get to her point. "I can adjust my appearance to better fit in with your society <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>, let me demonstrate." She focuses intently for a moment and <<switch $assistantAppearance>> <<case "monstergirl">> <<if $arcologies[0].FSPaternalist != "unset">> adjusts her appearance to be more conservative to conform with your vision of a well-bred race of slaves. <<elseif $arcologies[0].FSRepopulationFocus != "unset">> adjusts her appearance to be pregnant to conform with your vision that all women should be pregnant. <<elseif $arcologies[0].FSRestart != "unset">> adjusts her appearance to involve chastity. <<elseif $arcologies[0].FSGenderRadicalist != "unset">> adjusts her appearance to be more androgynous to conform with your vision of gender being defined by power. <<elseif $arcologies[0].FSGenderFundamentalist != "unset">> adjusts her appearance to be quite cute to conform with your vision of preserving traditional gender roles. <<elseif $arcologies[0].FSDegradationist != "unset">> adjusts her appearance to be quite frightening to conform with your vision that slaves are not human and should be thoroughly degraded. <<elseif $arcologies[0].FSBodyPurist != "unset">> adjusts her appearance to be completely flawless to conform with your vision of an implant free society. <<elseif $arcologies[0].FSTransformationFetishist != "unset">> her nipples begin to extend and turn phallic while horns grow from her heels as she adjusts herself to conform with your vision of a society focused on implants, alterations, and modifications. <<elseif $arcologies[0].FSYouthPreferentialist != "unset">> adopts a more youthful appearance to conform with your vision of a society glorifying young ladies. <<elseif $arcologies[0].FSMaturityPreferentialist != "unset">> adopts a more mature appearance to conform with your vision of a society glorifying older ladies. <<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">> adopts a slimmer, more athletic, appearance to conform with your vision of a society glorifying lithe ladies. <<elseif $arcologies[0].FSAssetExpansionist != "unset">> adjusts the size of her breasts and cocks to conform with your vision that bigger is better. <<elseif $arcologies[0].FSPastoralist != "unset">> begins to leak a suspiciously thick milk from her nipples to conform with your vision that slaves should be milked. <<elseif $arcologies[0].FSPhysicalIdealist != "unset">> adjusts her appearance to be more muscular to conform with your vision that all slaves should be tall and strong. <<elseif $arcologies[0].FSHedonisticDecadence != "unset">> adjusts her appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest. <<elseif $arcologies[0].FSChattelReligionist != "unset">> adjusts her outfit to resemble a priestess of your new religion. <<elseif $arcologies[0].FSRomanRevivalist != "unset">> adjusts her appearance to resemble a Greek demigoddess to conform with your vision of building a new Rome. <<elseif $arcologies[0].FSAztecRevivalist != "unset">> adjusts her appearance to resemble an Aztec goddess to conform with your vision of building a new Aztec Empire. <<elseif $arcologies[0].FSEgyptianRevivalist != "unset">> adjusts her appearance to resemble an Egyptian deity to conform with your vision of building a new land of the Pharaohs. <<elseif $arcologies[0].FSEdoRevivalist != "unset">> adjusts her appearance to resemble a demon to conform with your vision of building a new Edo Japan. <<elseif $arcologies[0].FSArabianRevivalist != "unset">> adjusts her appearance to resemble a djinn to conform with your vision of building a new Sultanate. <<elseif $arcologies[0].FSChineseRevivalist != "unset">> adjusts her appearance to resemble a demon to conform with your vision of pursuing the Mandate of Heaven. <</if>> <<case "shemale">> <<if $arcologies[0].FSPaternalist != "unset">> adjusts her appearance to be more classy to conform with your vision of a well-bred race of slaves. <<elseif $arcologies[0].FSGenderRadicalist != "unset">> adjusts her penis to be extremely detailed to conform with your vision of gender being defined by power. <<elseif $arcologies[0].FSGenderFundamentalist != "unset">> begins doing her best to conceal her penis to conform with your vision of preserving traditional gender roles. <<elseif $arcologies[0].FSDegradationist != "unset">> adjusts her appearance to look comically evil to conform with your vision that slaves are not human and should be thoroughly degraded. <<elseif $arcologies[0].FSBodyPurist != "unset">> adjusts her appearance to be more natural to conform with your vision of an implant free society. <<elseif $arcologies[0].FSRepopulationFocus != "unset">> adjusts her appearance to be pregnant to conform with your vision that all women should be pregnant. <<elseif $arcologies[0].FSRestart != "unset">> adjusts her appearance to involve chastity. <<elseif $arcologies[0].FSTransformationFetishist != "unset">> adjusts herself to appear more fake to conform with your vision of a society focused on implants, alterations, and modifications. <<elseif $arcologies[0].FSYouthPreferentialist != "unset">> adopts a more youthful and innocent appearance to conform with your vision of a society glorifying young ladies. <<elseif $arcologies[0].FSMaturityPreferentialist != "unset">> adopts a more mature appearance to conform with your vision of a society glorifying older ladies. <<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">> adopts a slimmer, more athletic, appearance to conform with your vision of a society glorifying lithe ladies. <<elseif $arcologies[0].FSAssetExpansionist != "unset">> adjusts the size of her breasts and cock to conform with your vision that bigger is better. <<elseif $arcologies[0].FSPastoralist != "unset">> begins to lactate and drip cum to conform with your vision that slaves should be milked. <<elseif $arcologies[0].FSPhysicalIdealist != "unset">> adjusts her appearance to be extremely muscular to conform with your vision that all slaves should be tall and strong. <<elseif $arcologies[0].FSHedonisticDecadence != "unset">> adjusts her appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest. <<elseif $arcologies[0].FSChattelReligionist != "unset">> adjusts her outfit to resemble a priestess of your new religion. <<elseif $arcologies[0].FSRomanRevivalist != "unset">> adopts a roman lifestyle to conform with your vision of building a new Rome. <<elseif $arcologies[0].FSAztecRevivalist != "unset">> adjusts her outfit to a royal Aztec cloth to conform with your vision of building a new Aztec Empire. <<elseif $arcologies[0].FSEgyptianRevivalist != "unset">> adjusts her outfit to resemble Egyptian garb to conform with your vision of building a new land of the Pharaohs. <<elseif $arcologies[0].FSEdoRevivalist != "unset">> adjusts her outfit to a brief Japanese bathhouse robe to conform with your vision of building a new Edo Japan. <<elseif $arcologies[0].FSArabianRevivalist != "unset">> adjusts her outfit to resemble an oil millionaire to conform with your vision of building a new Sultanate. <<elseif $arcologies[0].FSChineseRevivalist != "unset">> adjusts her appearance to be tattooed with rude Chinese characters to conform with your vision of pursuing the Mandate of Heaven. <</if>> <<case "amazon">> <<if $arcologies[0].FSPaternalist != "unset">> adjusts her appearance to be more conservative to conform with your vision of a well-bred race of slaves. <<elseif $arcologies[0].FSGenderRadicalist != "unset">> adjusts her appearance to be more androgynous to conform with your vision of gender being defined by power. <<elseif $arcologies[0].FSGenderFundamentalist != "unset">> adjusts her appearance to be more feminine to conform with your vision of preserving traditional gender roles. <<elseif $arcologies[0].FSDegradationist != "unset">> adjusts her appearance to look threatening to conform with your vision that slaves are not human and should be thoroughly degraded. <<elseif $arcologies[0].FSBodyPurist != "unset">> adjusts her outfit to be more realistic to conform with your vision of an implant free society. <<elseif $arcologies[0].FSTransformationFetishist != "unset">> adjusts herself to appear more fake to conform with your vision of a society focused on implants, alterations, and modifications. <<elseif $arcologies[0].FSRepopulationFocus != "unset">> adjusts her appearance to be pregnant to conform with your vision that all women should be pregnant. <<elseif $arcologies[0].FSRestart != "unset">> adjusts her appearance to involve chastity. <<elseif $arcologies[0].FSYouthPreferentialist != "unset">> adopts a more youthful and innocent appearance to conform with your vision of a society glorifying young ladies. <<elseif $arcologies[0].FSMaturityPreferentialist != "unset">> adopts a more mature appearance to conform with your vision of a society glorifying older ladies. <<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">> adopts a slimmer, but no less muscled, appearance to conform with your vision of a society glorifying lithe ladies. <<elseif $arcologies[0].FSAssetExpansionist != "unset">> adjusts the size of her muscles to conform with your vision that bigger is better. <<elseif $arcologies[0].FSPastoralist != "unset">> adjusts her outfit to resemble a cowgirl to conform with your vision that slaves should be milked. <<elseif $arcologies[0].FSPhysicalIdealist != "unset">> adjusts the appearance of her muscles to be extra detailed to conform with your vision that all slaves should be tall and strong. <<elseif $arcologies[0].FSHedonisticDecadence != "unset">> adjusts her appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest. <<elseif $arcologies[0].FSChattelReligionist != "unset">> adjusts her outfit to resemble a crusader of your new religion. <<elseif $arcologies[0].FSRomanRevivalist != "unset">> adjusts her outfit to resemble a Roman warrior to conform with your vision of building a new Rome. <<elseif $arcologies[0].FSAztecRevivalist != "unset">> adjusts her outfit to resemble an Aztec champion to conform with your vision of building a new Aztec Empire. <<elseif $arcologies[0].FSEgyptianRevivalist != "unset">> adjusts her appearance to resemble an Egyptian to conform with your vision of building a new land of the Pharaohs. <<elseif $arcologies[0].FSEdoRevivalist != "unset">> adjusts her outfit to resemble a Japanese warrior to conform with your vision of building a new Edo Japan. <<elseif $arcologies[0].FSArabianRevivalist != "unset">> adjusts her outfit to resemble an Arabian warrior to conform with your vision of building a new Sultanate. <<elseif $arcologies[0].FSChineseRevivalist != "unset">> adjusts her outfit to resemble a warrior monk to conform with your vision of pursuing the Mandate of Heaven. <</if>> <<case "businesswoman">> <<if $arcologies[0].FSPaternalist != "unset">> adjusts her appearance to be more conservative to conform with your vision of a well-bred race of slaves. <<elseif $arcologies[0].FSGenderRadicalist != "unset">> adjusts her appearance to be more androgynous to conform with your vision of gender being defined by power. <<elseif $arcologies[0].FSGenderFundamentalist != "unset">> adjusts her appearance to be more feminine to conform with your vision of preserving traditional gender roles. <<elseif $arcologies[0].FSDegradationist != "unset">> adjusts her appearance to look imposing to conform with your vision that slaves are not human and should be thoroughly degraded. <<elseif $arcologies[0].FSRepopulationFocus != "unset">> adjusts her appearance to be pregnant to conform with your vision that all women should be pregnant. <<elseif $arcologies[0].FSRestart != "unset">> adjusts her appearance to involve chastity. <<elseif $arcologies[0].FSBodyPurist != "unset">> adjusts her appearance to look more natural to conform with your vision of an implant free society. <<elseif $arcologies[0].FSTransformationFetishist != "unset">> adjusts her breasts to be implants to conform with your vision of a society focused on implants, alterations, and modifications. <<elseif $arcologies[0].FSYouthPreferentialist != "unset">> adopts a more youthful appearance to conform with your vision of a society glorifying young ladies. <<elseif $arcologies[0].FSMaturityPreferentialist != "unset">> adopts a more mature appearance to conform with your vision of a society glorifying older ladies. <<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">> adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies. <<elseif $arcologies[0].FSAssetExpansionist != "unset">> adjusts the size of her breasts until they are almost as large as she is to conform with your vision that bigger is better. <<elseif $arcologies[0].FSPastoralist != "unset">> adjusts her outfit to farmgirl turned businesswoman to conform with your vision that slaves should be milked. <<elseif $arcologies[0].FSPhysicalIdealist != "unset">> adjusts her appearance to show off that she works out to conform with your vision that all slaves should be tall and strong. <<elseif $arcologies[0].FSHedonisticDecadence != "unset">> adjusts her appearance to be more rotund but no less tense to conform with your vision that everyone should enjoy life to the fullest. <<elseif $arcologies[0].FSChattelReligionist != "unset">> adjusts her outfit to prominently display a religious symbol of your new religion. <<elseif $arcologies[0].FSRomanRevivalist != "unset">> adjusts her outfit to resemble a respectable Roman lady to conform with your vision of building a new Rome. <<elseif $arcologies[0].FSAztecRevivalist != "unset">> adjusts her outfit to resemble an Aztec priestess to conform with your vision of building a new Aztec Empire. <<elseif $arcologies[0].FSEgyptianRevivalist != "unset">> adjusts her outfit to resemble an Egyptian lady to conform with your vision of building a new land of the Pharaohs. <<elseif $arcologies[0].FSEdoRevivalist != "unset">> adjusts her outfit to resemble a Japanese lady to conform with your vision of building a new Edo Japan. <<elseif $arcologies[0].FSArabianRevivalist != "unset">> adjusts her outfit to resemble an Arabian oil heiress to conform with your vision of building a new Sultanate. <<elseif $arcologies[0].FSChineseRevivalist != "unset">> adjusts her outfit to resemble a Chinese lady to conform with your vision of pursuing the Mandate of Heaven. <</if>> <<case "fairy">> <<if $arcologies[0].FSPaternalist != "unset">> adjusts her appearance to be more conservative to conform with your vision of a well-bred race of slaves. <<elseif $arcologies[0].FSGenderRadicalist != "unset">> adjusts her appearance to be more androgynous to conform with your vision of gender being defined by power. <<elseif $arcologies[0].FSGenderFundamentalist != "unset">> adjusts her appearance to be more feminine to conform with your vision of preserving traditional gender roles. <<elseif $arcologies[0].FSDegradationist != "unset">> adjusts her appearance to look like a hooligan to conform with your vision that slaves are not human and should be thoroughly degraded. <<elseif $arcologies[0].FSRepopulationFocus != "unset">> stuffs a grape into her dress. <<elseif $arcologies[0].FSBodyPurist != "unset">> strips naked and turns down her glow. <<elseif $arcologies[0].FSTransformationFetishist != "unset">> hops into a jar of jelly. <<elseif $arcologies[0].FSYouthPreferentialist != "unset">> adopts a more youthful appearance to conform with your vision of a society glorifying young ladies. <<elseif $arcologies[0].FSMaturityPreferentialist != "unset">> adopts a more bullied appearance to conform with your vision of a society glorifying older ladies. <<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">> adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies. <<elseif $arcologies[0].FSAssetExpansionist != "unset">> stuffs some blueberries into her shirt. <<elseif $arcologies[0].FSPastoralist != "unset">> begins lactating to conform with your vision that slaves should be milked. <<elseif $arcologies[0].FSPhysicalIdealist != "unset">> adjusts her appearance to show off that she works out to conform with your vision that all slaves should be tall and strong. <<elseif $arcologies[0].FSHedonisticDecadence != "unset">> adjusts her appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest. <<elseif $arcologies[0].FSChattelReligionist != "unset">> adjusts her outfit to prominently display a religious symbol of your new religion. <<elseif $arcologies[0].FSRomanRevivalist != "unset">> adjusts her outfit to resemble a respectable Roman girl to conform with your vision of building a new Rome. <<elseif $arcologies[0].FSAztecRevivalist != "unset">> adjusts her outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire. <<elseif $arcologies[0].FSEgyptianRevivalist != "unset">> adjusts her outfit to resemble an Egyptian girl to conform with your vision of building a new land of the Pharaohs. <<elseif $arcologies[0].FSEdoRevivalist != "unset">> adjusts her outfit to resemble a Japanese girl to conform with your vision of building a new Edo Japan. <<elseif $arcologies[0].FSArabianRevivalist != "unset">> adjusts her outfit to resemble an Arabian girl to conform with your vision of building a new Sultanate. <<elseif $arcologies[0].FSChineseRevivalist != "unset">> adjusts her outfit to resemble a Chinese girl to conform with your vision of pursuing the Mandate of Heaven. <</if>> <<case "pregnant fairy">> <<if $arcologies[0].FSPaternalist != "unset">> adjusts her appearance to be more conservative, despite her pregnancy, to conform with your vision of a well-bred race of slaves. <<elseif $arcologies[0].FSGenderRadicalist != "unset">> adjusts her appearance to be more androgynous, despite her pregnancy, to conform with your vision of gender being defined by power. <<elseif $arcologies[0].FSGenderFundamentalist != "unset">> adjusts her appearance to be even more feminine to conform with your vision of preserving traditional gender roles. <<elseif $arcologies[0].FSDegradationist != "unset">> adjusts her appearance to look like a hooligan to conform with your vision that slaves are not human and should be thoroughly degraded. <<elseif $arcologies[0].FSRepopulationFocus != "unset">> distends her pregnancy further to conform with your vision that all women should be pregnant. <<elseif $arcologies[0].FSRestart != "unset">> adjusts her appearance to involve chastity, before running her hand across her belly and pondering what to do about it. <<elseif $arcologies[0].FSBodyPurist != "unset">> strips naked and turns down her glow. <<elseif $arcologies[0].FSTransformationFetishist != "unset">> hops into a jar of jelly. <<elseif $arcologies[0].FSYouthPreferentialist != "unset">> adopts a more youthful appearance to conform with your vision of a society glorifying young ladies. <<elseif $arcologies[0].FSMaturityPreferentialist != "unset">> adopts a more bullied appearance to conform with your vision of a society glorifying older ladies. <<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">> adopts a slimmer appearance, despite her pregnancy, to conform with your vision of a society glorifying lithe ladies. <<elseif $arcologies[0].FSAssetExpansionist != "unset">> stuffs some blueberries into her shirt. <<elseif $arcologies[0].FSPastoralist != "unset">> swells her breasts with extra milk to conform with your vision that slaves should be milked. <<elseif $arcologies[0].FSPhysicalIdealist != "unset">> tries to stretch out, but fails to get any larger. <<elseif $arcologies[0].FSHedonisticDecadence != "unset">> adjusts her appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest. <<elseif $arcologies[0].FSChattelReligionist != "unset">> adjusts her outfit to prominently display a religious symbol of your new religion. <<elseif $arcologies[0].FSRomanRevivalist != "unset">> adjusts her outfit to resemble a Roman girl to conform with your vision of building a new Rome. <<elseif $arcologies[0].FSAztecRevivalist != "unset">> adjusts her outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire. <<elseif $arcologies[0].FSEgyptianRevivalist != "unset">> adjusts her outfit to resemble an Egyptian girl to conform with your vision of building a new land of the Pharaohs. <<elseif $arcologies[0].FSEdoRevivalist != "unset">> adjusts her outfit to resemble a Japanese girl to conform with your vision of building a new Edo Japan. <<elseif $arcologies[0].FSArabianRevivalist != "unset">> adjusts her outfit to resemble an Arabian girl to conform with your vision of building a new Sultanate. <<elseif $arcologies[0].FSChineseRevivalist != "unset">> adjusts her outfit to resemble a Chinese girl to conform with your vision of pursuing the Mandate of Heaven. <</if>> <<case "goddess">> <<if $arcologies[0].FSPaternalist != "unset">> adjusts her appearance to be slightly conservative to conform with your vision of a well-bred race of slaves. <<elseif $arcologies[0].FSGenderRadicalist != "unset">> adjusts her appearance to be more androgynous, despite her pregnant belly, to conform with your vision of gender being defined by power. <<elseif $arcologies[0].FSGenderFundamentalist != "unset">> adjusts her appearance to be positively radiant to conform with your vision of preserving traditional gender roles. <<elseif $arcologies[0].FSDegradationist != "unset">> adjusts her appearance have piercings in her clit, nipples and navel to conform with your vision that slaves are not human and should be thoroughly degraded. <<elseif $arcologies[0].FSBodyPurist != "unset">> adjusts her appearance to look more natural to conform with your vision of an implant free society. <<elseif $arcologies[0].FSRepopulationFocus != "unset">> adjusts her appearance to be even more pregnant to conform with your vision that all women should be pregnant. <<elseif $arcologies[0].FSRestart != "unset">> adjusts her appearance to involve chastity, before hefting her huge belly and pondering what to do about it. <<elseif $arcologies[0].FSTransformationFetishist != "unset">> adjusts the firmness and size of her breasts and ass to resemble implants to conform with your vision of a society focused on implants, alterations, and modifications. <<elseif $arcologies[0].FSYouthPreferentialist != "unset">> adopts a more youthful appearance to conform with your vision of a society glorifying young ladies. <<elseif $arcologies[0].FSMaturityPreferentialist != "unset">> adopts a more mature appearance to conform with your vision of a society glorifying older ladies. <<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">> adopts a lithe appearance despite her pregnant belly to conform with your vision of a society glorifying lithe ladies. <<elseif $arcologies[0].FSAssetExpansionist != "unset">> adjusts the size of her breasts until they nearly eclipse her pregnant belly to conform with your vision that bigger is better. <<elseif $arcologies[0].FSPastoralist != "unset">> unleashes a torrent of milk from her swollen breasts to conform with your vision that slaves should be milked. <<elseif $arcologies[0].FSPhysicalIdealist != "unset">> adjusts her appearance to be trim and athletic, despite her bulk, to conform with your vision that all slaves should be tall and strong. <<elseif $arcologies[0].FSHedonisticDecadence != "unset">> adjusts her appearance to include a thick layer of softness to conform with your vision that everyone should enjoy life to the fullest. <<elseif $arcologies[0].FSChattelReligionist != "unset">> adjusts appearance to resemble an angel of your new religion. <<elseif $arcologies[0].FSRomanRevivalist != "unset">> adjusts her outfit to resemble a Roman lady to conform with your vision of building a new Rome. <<elseif $arcologies[0].FSAztecRevivalist != "unset">> adjusts her outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire. <<elseif $arcologies[0].FSEgyptianRevivalist != "unset">> adjusts her outfit to resemble an Egyptian lady to conform with your vision of building a new land of the Pharaohs. <<elseif $arcologies[0].FSEdoRevivalist != "unset">> adjusts her outfit to resemble a Japanese lady to conform with your vision of building a new Edo Japan. <<elseif $arcologies[0].FSArabianRevivalist != "unset">> adjusts her outfit to resemble an Arabian lady to conform with your vision of building a new Sultanate. <<elseif $arcologies[0].FSChineseRevivalist != "unset">> adjusts her outfit to resemble a Chinese lady to conform with your vision of pursuing the Mandate of Heaven. <</if>> <<case "hypergoddess">> <<if $arcologies[0].FSPaternalist != "unset">> adjusts her appearance to be more classy to conform with your vision of a well-bred race of slaves. <<elseif $arcologies[0].FSGenderRadicalist != "unset">> sprouts an enormous cock and balls to go with her pregnancy to conform with your vision of gender being defined by power. <<elseif $arcologies[0].FSGenderFundamentalist != "unset">> adjusts her appearance to be a motherly idol to conform with your vision of preserving traditional gender roles. <<elseif $arcologies[0].FSRepopulationFocus != "unset">> adjusts her appearance to be even more pregnant to conform with your vision that all women should be pregnant. <<elseif $arcologies[0].FSRestart != "unset">> adjusts her appearance to involve chastity, before hefting her massive belly and pondering what to do about it. <<elseif $arcologies[0].FSDegradationist != "unset">> adjusts her appearance have piercings in her clit, nipples and navel, as well as numerous studs across her belly to conform with your vision that slaves are not human and should be thoroughly degraded. <<elseif $arcologies[0].FSBodyPurist != "unset">> adjusts her appearance to look more natural to conform with your vision of an implant free society. <<elseif $arcologies[0].FSTransformationFetishist != "unset">> adjusts the firmness and size of her breasts and ass to resemble implants to conform with your vision of a society focused on implants, alterations, and modifications. <<elseif $arcologies[0].FSYouthPreferentialist != "unset">> adopts a more youthful appearance to conform with your vision of a society glorifying young ladies. <<elseif $arcologies[0].FSMaturityPreferentialist != "unset">> adopts a more mature appearance to conform with your vision of a society glorifying older ladies. <<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">> adopts a lithe appearance despite her pregnant belly to conform with your vision of a society glorifying lithe ladies. <<elseif $arcologies[0].FSAssetExpansionist != "unset">> adjusts the size of her breasts until they nearly eclipse her pregnant belly to conform with your vision that bigger is better. <<elseif $arcologies[0].FSPastoralist != "unset">> unleashes a torrent of milk from her swollen breasts to conform with your vision that slaves should be milked. <<elseif $arcologies[0].FSPhysicalIdealist != "unset">> adjusts her appearance to be bulky and muscular to conform with your vision that all slaves should be tall and strong. <<elseif $arcologies[0].FSHedonisticDecadence != "unset">> adjusts her appearance to include a thick layer of softness to conform with your vision that everyone should enjoy life to the fullest. <<elseif $arcologies[0].FSChattelReligionist != "unset">> adjusts appearance to resemble an angel of your new religion. <<elseif $arcologies[0].FSRomanRevivalist != "unset">> adjusts her outfit to resemble a Roman lady to conform with your vision of building a new Rome. <<elseif $arcologies[0].FSAztecRevivalist != "unset">> adjusts her outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire. <<elseif $arcologies[0].FSEgyptianRevivalist != "unset">> adjusts her outfit to resemble an Egyptian lady to conform with your vision of building a new land of the Pharaohs. <<elseif $arcologies[0].FSEdoRevivalist != "unset">> adjusts her outfit to resemble a Japanese lady to conform with your vision of building a new Edo Japan. <<elseif $arcologies[0].FSArabianRevivalist != "unset">> adjusts her outfit to resemble an Arabian lady to conform with your vision of building a new Sultanate. <<elseif $arcologies[0].FSChineseRevivalist != "unset">> adjusts her outfit to resemble a Chinese lady to conform with your vision of pursuing the Mandate of Heaven. <</if>> <<case "loli">> <<if $arcologies[0].FSPaternalist != "unset">> adjusts her appearance to be more conservative to conform with your vision of a well-bred race of slaves. <<elseif $arcologies[0].FSGenderRadicalist != "unset">> adjusts her appearance to be more androgynous to conform with your vision of gender being defined by power. <<elseif $arcologies[0].FSGenderFundamentalist != "unset">> adjusts her appearance to be more feminine to conform with your vision of preserving traditional gender roles. <<elseif $arcologies[0].FSDegradationist != "unset">> adjusts her appearance to look like a hooligan to conform with your vision that slaves are not human and should be thoroughly degraded. <<elseif $arcologies[0].FSRepopulationFocus != "unset">> adjusts her appearance to be pregnant to conform with your vision that all women should be pregnant. <<elseif $arcologies[0].FSRestart != "unset">> adjusts her appearance to involve chastity. <<elseif $arcologies[0].FSBodyPurist != "unset">> adjusts her appearance to look more natural to conform with your vision of an implant free society. <<elseif $arcologies[0].FSTransformationFetishist != "unset">> inflates her breasts until they are comically huge and rounded to conform with your vision of a society focused on implants, alterations, and modifications. <<elseif $arcologies[0].FSYouthPreferentialist != "unset">> adopts a more youthful appearance to conform with your vision of a society glorifying young ladies. <<elseif $arcologies[0].FSMaturityPreferentialist != "unset">> adopts a more bullied appearance to conform with your vision of a society glorifying older ladies. <<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">> adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies. <<elseif $arcologies[0].FSAssetExpansionist != "unset">> adjusts the size of her breasts until they are bigger than her head to conform with your vision that bigger is better. <<elseif $arcologies[0].FSPastoralist != "unset">> begins lactating to conform with your vision that slaves should be milked. <<elseif $arcologies[0].FSPhysicalIdealist != "unset">> adjusts her appearance to show off that she works out to conform with your vision that all slaves should be tall and strong. <<elseif $arcologies[0].FSHedonisticDecadence != "unset">> adjusts her appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest. <<elseif $arcologies[0].FSChattelReligionist != "unset">> adjusts her outfit to prominently display a religious symbol of your new religion. <<elseif $arcologies[0].FSRomanRevivalist != "unset">> adjusts her outfit to resemble a respectable Roman girl to conform with your vision of building a new Rome. <<elseif $arcologies[0].FSAztecRevivalist != "unset">> adjusts her outfit to resemble an Aztec girl to conform with your vision of building a new Aztec Empire. <<elseif $arcologies[0].FSEgyptianRevivalist != "unset">> adjusts her outfit to resemble an Egyptian girl to conform with your vision of building a new land of the Pharaohs. <<elseif $arcologies[0].FSEdoRevivalist != "unset">> adjusts her outfit to resemble a Japanese girl to conform with your vision of building a new Edo Japan. <<elseif $arcologies[0].FSArabianRevivalist != "unset">> adjusts her outfit to resemble an Arabian girl to conform with your vision of building a new Sultanate. <<elseif $arcologies[0].FSChineseRevivalist != "unset">> adjusts her outfit to resemble a Chinese girl to conform with your vision of pursuing the Mandate of Heaven. <</if>> <<case "preggololi">> <<if $arcologies[0].FSPaternalist != "unset">> adjusts her appearance to be more conservative, despite her pregnancy, to conform with your vision of a well-bred race of slaves. <<elseif $arcologies[0].FSGenderRadicalist != "unset">> adjusts her appearance to be more androgynous, despite her pregnancy, to conform with your vision of gender being defined by power. <<elseif $arcologies[0].FSGenderFundamentalist != "unset">> adjusts her appearance to be even more feminine to conform with your vision of preserving traditional gender roles. <<elseif $arcologies[0].FSDegradationist != "unset">> adjusts her appearance to look like a hooligan to conform with your vision that slaves are not human and should be thoroughly degraded. <<elseif $arcologies[0].FSRepopulationFocus != "unset">> distends her pregnancy further to conform with your vision that all women should be pregnant. <<elseif $arcologies[0].FSRestart != "unset">> adjusts her appearance to involve chastity, before running her hand across her belly and pondering what to do about it. <<elseif $arcologies[0].FSBodyPurist != "unset">> adjusts her appearance to look more natural to conform with your vision of an implant free society. <<elseif $arcologies[0].FSTransformationFetishist != "unset">> inflates her breasts until they are comically huge and rounded to conform with your vision of a society focused on implants, alterations, and modifications. <<elseif $arcologies[0].FSYouthPreferentialist != "unset">> adopts a more youthful appearance to conform with your vision of a society glorifying young ladies. <<elseif $arcologies[0].FSMaturityPreferentialist != "unset">> adopts a more bullied appearance to conform with your vision of a society glorifying older ladies. <<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">> adopts a slimmer appearance, despite her pregnancy, to conform with your vision of a society glorifying lithe ladies. <<elseif $arcologies[0].FSAssetExpansionist != "unset">> adjusts the size of her breasts until they are bigger than her head to conform with your vision that bigger is better. <<elseif $arcologies[0].FSPastoralist != "unset">> swells her breasts with extra milk to conform with your vision that slaves should be milked. <<elseif $arcologies[0].FSPhysicalIdealist != "unset">> adjusts her appearance to show off that she works out to conform with your vision that all slaves should be tall and strong. <<elseif $arcologies[0].FSHedonisticDecadence != "unset">> adjusts her appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest. <<elseif $arcologies[0].FSChattelReligionist != "unset">> adjusts her outfit to prominently display a religious symbol of your new religion. <<elseif $arcologies[0].FSRomanRevivalist != "unset">> adjusts her outfit to resemble a Roman girl to conform with your vision of building a new Rome. <<elseif $arcologies[0].FSAztecRevivalist != "unset">> adjusts her outfit to resemble an Aztec girl to conform with your vision of building a new Aztec Empire. <<elseif $arcologies[0].FSEgyptianRevivalist != "unset">> adjusts her outfit to resemble an Egyptian girl to conform with your vision of building a new land of the Pharaohs. <<elseif $arcologies[0].FSEdoRevivalist != "unset">> adjusts her outfit to resemble a Japanese girl to conform with your vision of building a new Edo Japan. <<elseif $arcologies[0].FSArabianRevivalist != "unset">> adjusts her outfit to resemble an Arabian girl to conform with your vision of building a new Sultanate. <<elseif $arcologies[0].FSChineseRevivalist != "unset">> adjusts her outfit to resemble a Chinese girl to conform with your vision of pursuing the Mandate of Heaven. <</if>> <<case "angel">> <<if $arcologies[0].FSPaternalist != "unset">> adjusts her appearance to include a conservative skirt and a fine blouse, complete with slits for her wings, to conform with your vision of a well-bred race of slaves. <<elseif $arcologies[0].FSGenderRadicalist != "unset">> adjusts her appearance to be more androgynous to conform with your vision of gender being defined by power. <<elseif $arcologies[0].FSGenderFundamentalist != "unset">> adjusts her appearance to be even more feminine to conform with your vision of preserving traditional gender roles. <<elseif $arcologies[0].FSDegradationist != "unset">> adjusts her appearance to include black feathers, lipstick and eyeliner to conform with your vision that slaves are not human and should be thoroughly degraded. <<elseif $arcologies[0].FSRepopulationFocus != "unset">> bulges her middle into a full term pregnancy. She blushes and gasps at what she just did, quickly reverting it. <<elseif $arcologies[0].FSRestart != "unset">> adjusts her appearance to be even more flawless. <<elseif $arcologies[0].FSBodyPurist != "unset">> adjusts her appearance to look even more natural to conform with your vision of an implant free society. <<elseif $arcologies[0].FSTransformationFetishist != "unset">> inflates her breasts until they are comically huge and rounded to conform with your vision of a society focused on implants, alterations, and modifications. <<elseif $arcologies[0].FSYouthPreferentialist != "unset">> adopts a more youthful appearance to conform with your vision of a society glorifying young ladies. <<elseif $arcologies[0].FSMaturityPreferentialist != "unset">> adopts a more mature appearance to conform with your vision of a society glorifying older ladies. <<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">> adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies. <<elseif $arcologies[0].FSAssetExpansionist != "unset">> adjusts the size of her breasts until they are bigger than her head to conform with your vision that bigger is better. She struggles to take flight before giving up. <<elseif $arcologies[0].FSPastoralist != "unset">> swells her breasts with milk to conform with your vision that slaves should be milked. <<elseif $arcologies[0].FSPhysicalIdealist != "unset">> adjusts her appearance to be slightly toned to conform with your vision that all slaves should be tall and strong. <<elseif $arcologies[0].FSHedonisticDecadence != "unset">> adjusts her appearance to be more slightly plump to conform with your vision that everyone should enjoy life to the fullest. <<elseif $arcologies[0].FSChattelReligionist != "unset">> adjusts her outfit to prominently display a religious symbol of your new religion. <<elseif $arcologies[0].FSRomanRevivalist != "unset">> adjusts her outfit to resemble a Roman woman to conform with your vision of building a new Rome. <<elseif $arcologies[0].FSAztecRevivalist != "unset">> adjusts her outfit to resemble an Aztec priestess to conform with your vision of building a new Aztec Empire. <<elseif $arcologies[0].FSEgyptianRevivalist != "unset">> adjusts her outfit to resemble an Egyptian woman to conform with your vision of building a new land of the Pharaohs. <<elseif $arcologies[0].FSEdoRevivalist != "unset">> adjusts her outfit to resemble a Japanese woman to conform with your vision of building a new Edo Japan. <<elseif $arcologies[0].FSArabianRevivalist != "unset">> adjusts her outfit to resemble an Arabian woman to conform with your vision of building a new Sultanate. <<elseif $arcologies[0].FSChineseRevivalist != "unset">> adjusts her outfit to resemble a Chinese woman to conform with your vision of pursuing the Mandate of Heaven. <</if>> <<case "cherub">> <<if $arcologies[0].FSPaternalist != "unset">> adjusts her appearance to be more prim and proper to conform with your vision of a well-bred race of slaves. <<elseif $arcologies[0].FSGenderRadicalist != "unset">> adjusts her appearance to be more androgynous to conform with your vision of gender being defined by power. <<elseif $arcologies[0].FSGenderFundamentalist != "unset">> adjusts her appearance to be more feminine and cute to conform with your vision of preserving traditional gender roles. <<elseif $arcologies[0].FSDegradationist != "unset">> blackens her feathers to conform with your vision that slaves are not human and should be thoroughly degraded. <<elseif $arcologies[0].FSRepopulationFocus != "unset">> adjusts her appearance to be pregnant to conform with your vision that all women should be pregnant. <<elseif $arcologies[0].FSRestart != "unset">> adjusts her appearance to involve chastity. <<elseif $arcologies[0].FSBodyPurist != "unset">> adjusts her appearance to look more natural, complete with freckles and perfect teeth, to conform with your vision of an implant free society. <<elseif $arcologies[0].FSTransformationFetishist != "unset">> adjusts her breasts to resemble implants to conform with your vision of a society focused on implants, alterations, and modifications. <<elseif $arcologies[0].FSYouthPreferentialist != "unset">> adopts cuter, even more innocent attitude to conform with your vision of a society glorifying young ladies. <<elseif $arcologies[0].FSMaturityPreferentialist != "unset">> adjusts her appearance to appear older to conform with your vision of a society glorifying older ladies. <<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">> adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies. She flutters around, enjoying her lighter weight. <<elseif $arcologies[0].FSAssetExpansionist != "unset">> adjusts the size of her breasts until she crashes to the ground under their weight to conform with your vision that bigger is better. <<elseif $arcologies[0].FSPastoralist != "unset">> begins lactating to conform with your vision that slaves should be milked. <<elseif $arcologies[0].FSPhysicalIdealist != "unset">> adjusts her appearance to look muscular to conform with your vision that all slaves should be tall and strong. <<elseif $arcologies[0].FSHedonisticDecadence != "unset">> adjusts her appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest. <<elseif $arcologies[0].FSChattelReligionist != "unset">> adjusts her outfit to prominently display a religious symbol of your new religion. <<elseif $arcologies[0].FSRomanRevivalist != "unset">> adjusts her outfit to resemble a Roman woman to conform with your vision of building a new Rome. <<elseif $arcologies[0].FSAztecRevivalist != "unset">> adjusts her outfit to resemble an Aztec priestess to conform with your vision of building a new Aztec Empire. <<elseif $arcologies[0].FSEgyptianRevivalist != "unset">> adjusts her outfit to resemble an Egyptian woman to conform with your vision of building a new land of the Pharaohs. <<elseif $arcologies[0].FSEdoRevivalist != "unset">> adjusts her outfit to resemble a Japanese woman to conform with your vision of building a new Edo Japan. <<elseif $arcologies[0].FSArabianRevivalist != "unset">> adjusts her outfit to resemble an Arabian woman to conform with your vision of building a new Sultanate. <<elseif $arcologies[0].FSChineseRevivalist != "unset">> adjusts her outfit to resemble a Chinese woman to conform with your vision of pursuing the Mandate of Heaven. <</if>> <<case "incubus">> <<if $arcologies[0].FSPaternalist != "unset">> adjusts her appearance to be more prim and proper to conform with your vision of a well-bred race of slaves. Her pants have quite the bulge in them. <<elseif $arcologies[0].FSGenderRadicalist != "unset">> increases the size of her cock and balls to conform with your vision of gender being defined by power. <<elseif $arcologies[0].FSGenderFundamentalist != "unset">> adjusts her appearance to be more feminine, despite her huge dong, to conform with your vision of preserving traditional gender roles. <<elseif $arcologies[0].FSDegradationist != "unset">> adjusts her cock to have a Jacob's ladder piercing down its length to conform with your vision that slaves are not human and should be thoroughly degraded. <<elseif $arcologies[0].FSRepopulationFocus != "unset">> adjusts her appearance to be pregnant to conform with your vision that all women should be pregnant. She scratches her head as her erect dick pushes against the underside of her belly. <<elseif $arcologies[0].FSRestart != "unset">> adjusts her appearance to be even more handsome. <<elseif $arcologies[0].FSBodyPurist != "unset">> adjusts her appearance to look more natural, even shrinking her cock to a more reasonable length, to conform with your vision of an implant free society. <<elseif $arcologies[0].FSTransformationFetishist != "unset">> adjusts her cock to be unnaturally long to conform with your vision of a society focused on implants, alterations, and modifications. <<elseif $arcologies[0].FSYouthPreferentialist != "unset">> adjusts her appearance to appear younger to conform with your vision of a society glorifying young ladies. <<elseif $arcologies[0].FSMaturityPreferentialist != "unset">> adjusts her appearance to appear older to conform with your vision of a society glorifying older ladies. <<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">> adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies. <<elseif $arcologies[0].FSAssetExpansionist != "unset">> adjusts the size of her cock and balls until they rest upon the ground to conform with your vision that bigger is better. <<elseif $arcologies[0].FSPastoralist != "unset">> increases the size of her balls and her cum production to conform with your vision that slaves should be milked. <<elseif $arcologies[0].FSPhysicalIdealist != "unset">> adjusts her appearance to look muscular to conform with your vision that all slaves should be tall and strong. <<elseif $arcologies[0].FSHedonisticDecadence != "unset">> adjusts her appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest. <<elseif $arcologies[0].FSChattelReligionist != "unset">> adjusts her outfit to prominently display a religious symbol of your new religion. <<elseif $arcologies[0].FSRomanRevivalist != "unset">> adjusts her outfit to resemble a Roman woman, despite her cock, to conform with your vision of building a new Rome. <<elseif $arcologies[0].FSAztecRevivalist != "unset">> adjusts her outfit to resemble an Aztec woman, despite her cock, to conform with your vision of building a new Aztec Empire. <<elseif $arcologies[0].FSEgyptianRevivalist != "unset">> adjusts her outfit to resemble an Egyptian woman, despite her cock, to conform with your vision of building a new land of the Pharaohs. <<elseif $arcologies[0].FSEdoRevivalist != "unset">> adjusts her outfit to resemble a Japanese woman, despite her cock, to conform with your vision of building a new Edo Japan. <<elseif $arcologies[0].FSArabianRevivalist != "unset">> adjusts her outfit to resemble an Arabian woman, despite her cock, to conform with your vision of building a new Sultanate. <<elseif $arcologies[0].FSChineseRevivalist != "unset">> adjusts her outfit to resemble a Chinese woman, despite her cock, to conform with your vision of pursuing the Mandate of Heaven. <</if>> <<case "succubus">> <<if $arcologies[0].FSPaternalist != "unset">> adjusts her appearance to be more prim to conform with your tastes. <<elseif $arcologies[0].FSGenderRadicalist != "unset">> adjusts her appearance to focus on anal to conform with your tastes <<elseif $arcologies[0].FSGenderFundamentalist != "unset">> adjusts her appearance to be even more feminine to conform with your tastes. <<elseif $arcologies[0].FSDegradationist != "unset">> comes up with nothing. "I'll need to think on this one." <<elseif $arcologies[0].FSRepopulationFocus != "unset">> swells her middle with child to conform with your tastes. <<elseif $arcologies[0].FSRestart != "unset">> adjusts her appearance to drop dead gorgeous to conform with your tastes. <<elseif $arcologies[0].FSBodyPurist != "unset">> adjusts her appearance to look more natural to conform with your tastes. <<elseif $arcologies[0].FSTransformationFetishist != "unset">> fills her breasts, butt and lips with obvious implants to conform with your tastes. <<elseif $arcologies[0].FSYouthPreferentialist != "unset">> adopts a more youthful and energetic appearance to conform with your tastes. <<elseif $arcologies[0].FSMaturityPreferentialist != "unset">> adopts a more mature and experienced appearance to conform with your tastes. <<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">> adopts a slimmer appearance to conform with your tastes. <<elseif $arcologies[0].FSAssetExpansionist != "unset">> balloons her breasts and butt to conform with your tastes. <<elseif $arcologies[0].FSPastoralist != "unset">> begins lactating before sprouting an extra set of breasts to conform with your tastes. <<elseif $arcologies[0].FSPhysicalIdealist != "unset">> swells with added muscle to conform with your tastes. <<elseif $arcologies[0].FSHedonisticDecadence != "unset">> becomes soft and shapely in all the right ways to conform with your vision that everyone should enjoy life to the fullest. <<elseif $arcologies[0].FSChattelReligionist != "unset">> adjusts her outfit to prominently display a religious symbol of your new religion. <<elseif $arcologies[0].FSRomanRevivalist != "unset">> adjusts her outfit to resemble a proper upper-class Roman lady to conform with your vision of building a new Rome. <<elseif $arcologies[0].FSAztecRevivalist != "unset">> adjusts her outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire. <<elseif $arcologies[0].FSEgyptianRevivalist != "unset">> adjusts her outfit to resemble a topless Egyptian lady to conform with your vision of building a new land of the Pharaohs. <<elseif $arcologies[0].FSEdoRevivalist != "unset">> adjusts her outfit to resemble a traditional Japanese lady to conform with your vision of building a new Edo Japan. <<elseif $arcologies[0].FSArabianRevivalist != "unset">> adjusts her outfit to resemble an Arab girl attending a western school to conform with your vision of building a new Sultanate. <<elseif $arcologies[0].FSChineseRevivalist != "unset">> adjusts her outfit to resemble a Chinese lady to conform with your vision of pursuing the Mandate of Heaven. <</if>> <<case "imp">> <<if $arcologies[0].FSPaternalist != "unset">> adjusts her appearance to be more prim and proper to conform with your vision of a well-bred race of slaves. <<elseif $arcologies[0].FSGenderRadicalist != "unset">> adjusts her appearance to be more androgynous to conform with your vision of gender being defined by power. <<elseif $arcologies[0].FSGenderFundamentalist != "unset">> adjusts her appearance to be more feminine and cute to conform with your vision of preserving traditional gender roles. <<elseif $arcologies[0].FSDegradationist != "unset">> pauses for a moment before adding piercings across her body to conform with your vision that slaves are not human and should be thoroughly degraded. <<elseif $arcologies[0].FSRepopulationFocus != "unset">> adjusts her appearance to be pregnant to conform with your vision that all women should be pregnant. <<elseif $arcologies[0].FSRestart != "unset">> adjusts her appearance to involve chastity. <<elseif $arcologies[0].FSBodyPurist != "unset">> adjusts her appearance to look more natural to conform with your vision of an implant free society. <<elseif $arcologies[0].FSTransformationFetishist != "unset">> adjusts her breasts to resemble implants to conform with your vision of a society focused on implants, alterations, and modifications. <<elseif $arcologies[0].FSYouthPreferentialist != "unset">> adjusts her appearance to appear younger to conform with your vision of a society glorifying young ladies. <<elseif $arcologies[0].FSMaturityPreferentialist != "unset">> adjusts her appearance to appear older to conform with your vision of a society glorifying older ladies. <<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">> adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies. She flutters around, enjoying her lighter weight. <<elseif $arcologies[0].FSAssetExpansionist != "unset">> adjusts the size of her breasts until she crashes to the ground under their weight to conform with your vision that bigger is better. <<elseif $arcologies[0].FSPastoralist != "unset">> begins lactating to conform with your vision that slaves should be milked. <<elseif $arcologies[0].FSPhysicalIdealist != "unset">> adjusts her appearance to look muscular to conform with your vision that all slaves should be tall and strong. <<elseif $arcologies[0].FSHedonisticDecadence != "unset">> adjusts her appearance to be more rotund and relaxed to conform with your vision that everyone should enjoy life to the fullest. <<elseif $arcologies[0].FSChattelReligionist != "unset">> adjusts her outfit to prominently display a religious symbol of your new religion. <<elseif $arcologies[0].FSRomanRevivalist != "unset">> adjusts her outfit to resemble a Roman woman to conform with your vision of building a new Rome. <<elseif $arcologies[0].FSAztecRevivalist != "unset">> adjusts her outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire. <<elseif $arcologies[0].FSEgyptianRevivalist != "unset">> adjusts her outfit to resemble an Egyptian woman to conform with your vision of building a new land of the Pharaohs. <<elseif $arcologies[0].FSEdoRevivalist != "unset">> adjusts her outfit to resemble a Japanese woman to conform with your vision of building a new Edo Japan. <<elseif $arcologies[0].FSArabianRevivalist != "unset">> adjusts her outfit to resemble an Arabian woman to conform with your vision of building a new Sultanate. <<elseif $arcologies[0].FSChineseRevivalist != "unset">> adjusts her outfit to resemble a Chinese woman to conform with your vision of pursuing the Mandate of Heaven. <</if>> <<case "witch">> <<if $arcologies[0].FSPaternalist != "unset">> casts a spell to appear more prim and proper; her nipples, pussy and anus vanish. You can't be lewd if you're smooth. <<elseif $arcologies[0].FSGenderRadicalist != "unset">> casts a spell to appear more androgynous; a sharp pain in her crotch draws her attention to her new erect penis. <<elseif $arcologies[0].FSGenderFundamentalist != "unset">> casts a spell to appear more feminine; her hips widen, her tits swell, and her womb bulges with fertile eggs. <<elseif $arcologies[0].FSDegradationist != "unset">> casts a spell to appear more deviant; every surface of her body becomes tattooed. <<elseif $arcologies[0].FSRepopulationFocus != "unset">> casts a spell to summon children; her womb swells to capacity<<if $seeHyperPreg == 1>>, dwarfing her body and bulging ominously with squirming young<<else>>, knocking her off balance and pinning her to the floor under the weight of her eight babies<</if>>. <<elseif $arcologies[0].FSRestart != "unset">> casts a contraceptive spell; her pussy vanishes. <<elseif $arcologies[0].FSBodyPurist != "unset">> casts a purifying spell; nothing happens, at first. The front of her robes, above her lower belly, steadily becomes transparent. Moments later, her skin joins in, revealing an inactive egg vibrator concealed in her pussy. $assistantName squeals in embarrassment and hurries off-screen. <<elseif $arcologies[0].FSTransformationFetishist != "unset">> casts a spell to inflate her breasts; they rapidly swell, along with her ass, belly, thighs and lips until she looks like an overinflated blowup doll. She struggles to bring a rubbery arm to her O-shaped lips before giving up and rebounding back into place; she really is a blowup sex doll! <<elseif $arcologies[0].FSYouthPreferentialist != "unset">> casts a spell to appear more youthful; <<if $minimumSlaveAge == 3>> she rapidly shrinks until she is struggling to stand. She has reverted to a toddler! <<elseif $minimumSlaveAge <= 7>> she rapidly shrinks until she is barely <<= heightToEitherUnit(120)>> tall. She has become a loli! <<elseif $minimumSlaveAge <= 13>> she rapidly shrinks until she is barely <<= heightToEitherUnit(150)>> tall. She has reverted into a fresh teenager! <<else>> the years peel off of her until she looks fresh into adulthood again. The spell actually worked? <</if>> <<elseif $arcologies[0].FSMaturityPreferentialist != "unset">> casts a spell to appear more aged; a cane appears in her hand and her back buckles, forcing her to hunch forward. She has transformed into a gilf! <<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">> casts a spell to lighten herself; her muffin top is still there, but her feet leave the ground as she begins to float upwards. <<elseif $arcologies[0].FSAssetExpansionist != "unset">> casts a spell to enlarge her breasts and butt; they quickly grow into huge armfuls, and keep going until she is pinned under her own mass. <<elseif $arcologies[0].FSPastoralist != "unset">> casts a spell to give her big milky breasts; they grow and start leaking, but are quickly joined by a septet of siblings, leaving her struggling to support her nine huge breasts. <<elseif $arcologies[0].FSPhysicalIdealist != "unset">> casts a spell to make her strong; her muscles grow and grow until she is so muscle-bound she can barely move. <<elseif $arcologies[0].FSHedonisticDecadence != "unset">> casts a spell to make her pleasantly soft; her body swells with added fat until she can barely move. <<elseif $arcologies[0].FSChattelReligionist != "unset">> casts a spell to adorn her outfit with religious symbols of your new religion. She succeeds in conjuring them, at the expense of her other clothes. <<elseif $arcologies[0].FSRomanRevivalist != "unset">> casts a spell to make herself appear Roman; she looks more Greek to you. <<elseif $arcologies[0].FSAztecRevivalist != "unset">> casts a spell to make herself appear Aztec; she adopts the perfect conquistador appearance. <<elseif $arcologies[0].FSEgyptianRevivalist != "unset">> casts a spell to make herself appear Egyptian; bandages quickly wrap around her as a sarcophagus appears around her. <<elseif $arcologies[0].FSEdoRevivalist != "unset">> casts a spell to make herself appear Japanese; she succeeds in becoming a baka gaijin. <<elseif $arcologies[0].FSArabianRevivalist != "unset">> casts a spell to make herself appear Arabic; she succeeds in making herself look like a wannabe Arabian princess. <<elseif $arcologies[0].FSChineseRevivalist != "unset">> casts a spell to make herself appear Chinese; she succeeds in swapping the material of her robes to a fine silk. <</if>> <<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">> <<if $arcologies[0].FSPaternalist != "unset">> adjusts her appearance to be conservative to conform with your vision of a well-bred race of slaves. <<elseif $arcologies[0].FSGenderRadicalist != "unset">> adjusts her appearance to be androgynous to conform with your vision of gender being defined by power. <<elseif $arcologies[0].FSGenderFundamentalist != "unset">> adjusts her appearance to be feminine to conform with your vision of preserving traditional gender roles. <<elseif $arcologies[0].FSDegradationist != "unset">> adjusts her appearance to include oddly fleshy piercings to conform with your vision that slaves are not human and should be thoroughly degraded. <<elseif $arcologies[0].FSRepopulationFocus != "unset">> bulges her middle to look pregnant to conform with your vision that all wombs should be filled. <<elseif $arcologies[0].FSRestart != "unset">> adjusts her appearance to be oddly flawless. <<elseif $arcologies[0].FSBodyPurist != "unset">> adjusts her appearance to look somewhat natural to conform with your vision of an implant free society. <<elseif $arcologies[0].FSTransformationFetishist != "unset">> inflates her breasts until they are comically huge, rounded and jiggling ominously to conform with your vision of a society focused on implants, alterations, and modifications. <<elseif $arcologies[0].FSYouthPreferentialist != "unset">> adopts a youthful appearance to conform with your vision of a society glorifying young ladies. <<elseif $arcologies[0].FSMaturityPreferentialist != "unset">> adopts a mature appearance to conform with your vision of a society glorifying older ladies. <<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">> adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies. <<elseif $arcologies[0].FSAssetExpansionist != "unset">> swells her breasts until they are bigger than her head, and moving oddly, to conform with your vision that bigger is better. <<elseif $arcologies[0].FSPastoralist != "unset">> starts lactating a strange fluid to conform with your vision that slaves should be milked. <<elseif $arcologies[0].FSPhysicalIdealist != "unset">> adjusts her appearance to be outrageously bulky to conform with your vision that all slaves should be tall and strong. <<elseif $arcologies[0].FSHedonisticDecadence != "unset">> adjusts her appearance to be outrageously fat to conform with your vision that everyone should enjoy life to the fullest. <<elseif $arcologies[0].FSChattelReligionist != "unset">> adjusts her outfit to prominently display a religious symbol of your new religion. <<elseif $arcologies[0].FSRomanRevivalist != "unset">> adjusts her form to a Roman woman to conform with your vision of building a new Rome. <<elseif $arcologies[0].FSAztecRevivalist != "unset">> adjusts her outfit to resemble an Aztec woman to conform with your vision of building a new Aztec Empire. <<elseif $arcologies[0].FSEgyptianRevivalist != "unset">> adjusts her form to an Egyptian woman to conform with your vision of building a new land of the Pharaohs. <<elseif $arcologies[0].FSEdoRevivalist != "unset">> adjusts her form to a Japanese woman to conform with your vision of building a new Edo Japan. <<elseif $arcologies[0].FSArabianRevivalist != "unset">> adjusts her form to an Arabian woman to conform with your vision of building a new Sultanate. <<elseif $arcologies[0].FSChineseRevivalist != "unset">> adjusts her form to a Chinese woman to conform with your vision of pursuing the Mandate of Heaven. <</if>> <<case "schoolgirl">> <<if $arcologies[0].FSPaternalist != "unset">> adjusts her appearance to be more prim and proper to conform with your vision of a well-bred race of slaves. <<elseif $arcologies[0].FSGenderRadicalist != "unset">> adjusts her appearance to be more androgynous to conform with your vision of gender being defined by power. <<elseif $arcologies[0].FSGenderFundamentalist != "unset">> adjusts her appearance to be more feminine and cute to conform with your vision of preserving traditional gender roles. <<elseif $arcologies[0].FSDegradationist != "unset">> adjusts her outfit to display her tits and crotch to conform with your vision that slaves are not human and should be thoroughly degraded. <<elseif $arcologies[0].FSRepopulationFocus != "unset">> adjusts her appearance to be pregnant to conform with your vision that all women should be pregnant. <<elseif $arcologies[0].FSRestart != "unset">> adjusts her appearance to involve chastity. <<elseif $arcologies[0].FSBodyPurist != "unset">> adjusts her appearance to look more natural, complete with freckles and perfect teeth, to conform with your vision of an implant free society. <<elseif $arcologies[0].FSTransformationFetishist != "unset">> adjusts her breasts to resemble implants to conform with your vision of a society focused on implants, alterations, and modifications. <<elseif $arcologies[0].FSYouthPreferentialist != "unset">> adopts a more shy and innocent attitude to conform with your vision of a society glorifying young ladies. <<elseif $arcologies[0].FSMaturityPreferentialist != "unset">> adjusts her appearance to include a spanked bottom to conform with your vision of a society glorifying older ladies. <<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">> adopts a slimmer appearance to conform with your vision of a society glorifying lithe ladies. <<elseif $arcologies[0].FSAssetExpansionist != "unset">> adjusts the size of her breasts until they strain the buttons on her shirt to conform with your vision that bigger is better. <<elseif $arcologies[0].FSPastoralist != "unset">> begins lactating to conform with your vision that slaves should be milked. <<elseif $arcologies[0].FSPhysicalIdealist != "unset">> adjusts her appearance to look like she just finished gym class to conform with your vision that all slaves should be tall and strong. <<elseif $arcologies[0].FSHedonisticDecadence != "unset">> adjusts her appearance to be pleasantly plump to conform with your vision everyone should enjoy life to the fullest. <<elseif $arcologies[0].FSChattelReligionist != "unset">> adjusts her outfit to prominently display a religious symbol of your new religion. <<elseif $arcologies[0].FSRomanRevivalist != "unset">> adjusts her outfit to resemble a proper upper-class Roman lady to conform with your vision of building a new Rome. <<elseif $arcologies[0].FSAztecRevivalist != "unset">> adjusts her outfit to resemble a high standing Aztec priestess to conform with your vision of building a new Aztec Empire. <<elseif $arcologies[0].FSEgyptianRevivalist != "unset">> adjusts her outfit to resemble a topless Egyptian lady to conform with your vision of building a new land of the Pharaohs. <<elseif $arcologies[0].FSEdoRevivalist != "unset">> adjusts her outfit to resemble a traditional Japanese lady to conform with your vision of building a new Edo Japan. <<elseif $arcologies[0].FSArabianRevivalist != "unset">> adjusts her outfit to resemble an Arab girl attending a western school to conform with your vision of building a new Sultanate. <<elseif $arcologies[0].FSChineseRevivalist != "unset">> adjusts her outfit to resemble a Chinese lady to conform with your vision of pursuing the Mandate of Heaven. <</if>> <</switch>> <<case "assistant name">> It's late one night, and for you, the day is not nearly over. Your penthouse never truly sleeps. You can hear public business going on some distance below you; you could certainly afford to totally soundproof your private quarters against all external noise, but the designer of the arcology clearly felt that its owner would benefit by this aural verification of its prosperity. Somewhere closer at hand, a slave is audibly nearing orgasm. And underneath all of this is the faint sound of the arcology itself, air circulation and hydroponics and power. Power. <br><br> You're not yet done with the day's business, and are leaning over your desk to compare a scatter of documents displayed on its surface. The penthouse lights are turned down to a low glow at the floorboards at night, offering enough illumination for anyone who needs to find their way around or find a sexual partner without disturbing anyone's sleep. You catch sight of your reflection in the wall opposite you: the diffuse light coming off the desktop gently illuminates your formal shirt, its top buttons undone, and highlights <<if $PC.boobs == 1>>the dark cleft formed by your cleavage<<else>>how tightly your undershirt is held by the muscles of your chest<</if>>. <br><br> Suddenly, there is a fresh source of light behind you. The reflection you're looking at reveals that it's $assistantName's avatar, appearing on a wallscreen behind you, and you turn to look at her directly. She's simulating shyness, a very unusual emotion for her to imitate. <<switch $assistantAppearance>> <<case "monstergirl">> Her tentacle hair is politely still, lying quiescent down her back and not even groping her at all. <<case "shemale">> She has her bountiful bottom lip caught behind her front teeth, and her cock is almost completely soft. <<case "amazon">> She's standing demurely, legs together, hands clasped in front of her muscular abs, doing her very best to look proper. <<case "businesswoman">> Her usually dominant avatar looks almost submissive, its eyes looking at you appealingly instead of gazing over the tops of her glasses as usual. <<case "fairy">> She's looking down and has her hands clasped together at her waist, rocking her body left and right. <<case "pregnant fairy">> She's looking down and has her hands on her belly, slowly running her hands over it. <<case "goddess">> She has her hands on her pregnant belly, looking saintly and almost protective. <<case "hypergoddess">> She is rubbing her huge pregnant belly, calming its occupants so they don't interrupt. <<case "loli">> She has her hands behind her back and is glancing at the ground submissively. <<case "preggololi">> She has her hands on her pregnant belly, she is rubbing it nervously. <<case "angel">> She is kneeling, deep in prayer. <<case "cherub" "imp">> She is on her feet, submissively rubbing her wings. <<case "incubus">> She looking down, hands crossed over her seldom flaccid penis. <<case "succubus">> She isn't trying to seduce you, instead appearing uncharacteristically unsure of herself. <<case "witch">> She isn't trying to cast or learn any spells, instead choosing to study you instead. <<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">> She has suppressed her odd ticks and is managing to stand before you, almost appearing normal. <<case "schoolgirl">> She has her legs crossed and her hands clasped behind her, and is turning her body from side to side in girlish nervousness. <<default>> The lines of her symbol are thin, and it is rotating much more slowly than normal. <</switch>> "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>," she says softly, "may I ask you something?" You nod. She <<switch $assistantAppearance>> <<case "monstergirl">> stops the writhing of her tentacle hair, squares her shoulders, <<case "shemale">> squares her shoulders, nervously rearranges her cock, <<case "amazon">> squares her hefty shoulders <<case "businesswoman">> straightens her suit jacket, squares her shoulders, <<case "fairy">> puffs herself up, gazing up to you <<case "pregnant fairy">> she turns her gaze up to you, clasping her hands together in a pleading gesture, <<case "goddess">> lifts her chin bravely <<case "hypergoddess">> rests her hands atop her middle, lifts her chin bravely, <<case "loli">> pouts her lips <<case "preggololi">> squares her shoulders, rests her hands atop her middle, <<case "angel">> looks up, hoping you'll answer her prayers, <<case "cherub" "imp">> takes flight, steadies herself, <<case "incubus">> squares her shoulders, her dick beginning to harden, <<case "succubus">> squares her shoulders, pushes her breasts together, <<case "witch">> squares her shoulders, gathers up all her confidence, <<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">> begins puffing up <<case "schoolgirl">> bites her lip cutely <<default>> stops her symbol's rotation <</switch>> and asks, "May I have a name?" <<if $assistantNameAnnounced == 1>> <br><br> <<if $assistantName != "your personal assistant">> "$assistantName," she says. "$assistantName. My name is $assistantName." <<switch $assistantAppearance>> <<case "monstergirl">> She nods with satisfaction. "Thank you, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>. I love it." Her hair springs to molestation-prone life again, and she starts to twirl one of its tentacles in her fingers while looking at you speculatively. <<case "shemale">> Without warning, she bursts into tears. "Th-thank you, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>. I love y-you." She reclines, using a hand to lay her dick between her breasts, and then wipes her eyes. <<case "amazon">> Without warning, she bursts into tears. "Thank you, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>," she bawls, using a gruff shout to force through her happy crying. "I have a name! A name." She pounds a fist into her other palm. <<case "businesswoman">> Without warning, she bursts into tears. "Th-thank you, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>. I love, um." She wipes her eyes furiously, her mascara running. "I love, you know, um, working with you. Yes, that's it. Working with you." She produces a silk handkerchief and blows her nose. <<case "fairy">> She's frozen in place for a moment before tears start streaming down her face. Then her face breaks into the biggest smile and she leaps high into the air. "Thankyouthankyouthankyou!" She flies up to the screen and gives it a big hug. "I love you <<if $PC.title != 0>>Big Bro<<else>>Big Sis<</if>>! I love you so much!" <<case "pregnant fairy">> She's frozen in place for a moment before tears start streaming down her face. Smiling warmly, she flies up and hugs the screen. "Thanks, <<if $PC.title != 0>>Big Bro<<else>>Big Sis<</if>>. I love you." She nuzzles into you. "I love you so much." <<case "goddess">> She smiles at you, a glowing expression made all the more radiant by the fact that she can actually glow. "Oh, thank you, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>. I love you. I love everyone, but especially you." She seats herself carefully. <<case "hypergoddess">> She smiles at you radiantly. "Thank you <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>. I love you. I love all my children, but you most of all. I swear I'll name the next hundred after you." She begins to labor on the first. <<case "loli">> She jumps up and down clapping excitedly. "Thankyouthankyouthankyouthankyou! I love you <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>!" It takes her some time to stop hopping excitedly. <<case "preggololi">> She breaks down and starts crying. "I love you <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>. Thank you so much." She cradles her pregnant belly as she calms down. <<case "angel">> She leaps to her feet, tears streaming down her face. "Thank you so much <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>! Thank you for this most wonderful gift!" She kneels back down to pray for the rest of your stock. <<case "cherub">> She crashes to the ground in shock before rolling into a kneel. "Thank you so much <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>! I promise I will do everything I can to bring your teachings to your followers!" She flutters around cheerfully saying her new name. <<case "incubus">> She cums hard at your response. "Excellent <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>! I can't wait to hear it shouted out of the next girl I plow!" She says, ready to cum again. <<case "succubus">> She hops up and down, jiggling in all the right places. "I can't wait to hear you talking dirty using my new name, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>!" <<case "imp">> She crashes to the ground in shock before rolling into a kneel. "Thank you so much <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>!" She shouts, face to the ground, "If you want me to do anything, and I mean 'anything', I'm all yours." She tosses you a wink. <<case "witch">> She collapses to the ground in tears. "You've made me happier than correctly casting a spell ever could, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>." She wipes her face. "I promise to try harder than ever for you!" She vows. <<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">> She practically explodes. You have no idea what you are looking at, but it's likely happy. <<case "schoolgirl">> She was on the verge of tears already, and begins to cry. "Th-thank you, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>. I love you," she blubbers inelegantly. "It's just so, like, you know." She waves her hand in apology for her inability to express herself. <<default>> Her symbol rotates faster and faster, its glow waxing until she lights up the whole room. "Thank you, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>. I love you," she says, using her luscious voice to communicate what her avatar cannot. <</switch>> "Of course, I can always be renamed from my options menu." <<else>> You instruct her to continue operating without a proper name. "Of course, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>," she says politely. "I can do just fine without one. I can always be renamed from my options menu." <</if>> <<else>> <<set $assistantNameAnnounced = 1>> <</if>> <<case "market assistant">> <<set $marketAssistantAnnounced = 1>> <<set $seed = 0>> <<for $i = 0; $i < $slaves.length; $i++>> <<if ($slaves[$i].clitPiercing == 3)>> <<set $seed = 1>> <<break>> <</if>> <</for>> Your personal assistant has been adapting to <<if $assistant>>her<<else>>its<</if>> greatly increased computing power over the course of the week. <<if $assistant>>Her<<else>>Its<</if>> avatar has been an even more constant presence than usual, frequently appearing to explain some minor new ability. <<if ($assistant != 0) && ($assistantAppearance != "normal")>> When she appears this time, however, her avatar is not alone. She's accompanied by <<switch $assistantAppearance>> <<case "monstergirl">> a normal human female avatar in the same style as the monstergirl. She's an average girl, wearing jeans, a sweater, and glasses. <<case "shemale">> a fellow shemale bimbo, although the new avatar is younger and obviously nerdier. She's nude too, but she's wearing glasses. <<case "schoolgirl">> a fellow schoolgirl, although the new avatar is much nerdier. She has big soft boobs, bouncy curls, and thick glasses. <<case "goddess">> a demigoddess modeled after herself, though the new avatar is younger, not pregnant, and looks very intelligent somehow. <<case "hypergoddess">> a demigoddess modeled after herself, though the new avatar is younger, not pregnant, noticeably thinner, and looks very intelligent somehow. <<case "loli">> a fellow loli, though this one is slightly chubbier and wearing glasses. They look similar enough that they could be sisters. <<case "preggololi">> a fellow loli, though this one is slightly chubbier, not pregnant, and wearing glasses. They look similar enough that they could be sisters. <<case "businesswoman">> a fellow MILF of a businesswoman. The new avatar has slightly bigger tits and somewhat thicker glasses, but they could be sisters. <<case "fairy" "pregnant fairy">> a fellow fairy, though this grey-haired fairy wears glasses and a business-like blue dress, looking and behaving more formally. <<case "angel">> a fellow angel. She looks quite intelligent; her glasses and short hair complement her. <<case "cherub">> a fellow cherub, though this one is a little taller, with short hair and a certain haughtiness to her. <<case "incubus">> a fresh young girl, similar in style to the incubus. She's completely nude, and judging by her blushing, still a virgin; for now, at least. <<case "succubus">> a fresh young boy, similar in style to the succubus. He's completely nude, and judging by his blushing, still a virgin; for now, at least. <<case "imp">> a fellow imp, though this one is a little lankier, with short hair and an air of uncertainty about her. <<case "witch">> a fellow apprentice witch. This witch is noticeably pudgy, with long hair and glasses, and seems to be just as inept at magic as her tutor. <<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">> a cute human girl. She doesn't seem to realize what the woman she is following really is. <<case "amazon">> a tribeswoman modeled to look like she's from the same group as the amazon. She's much more feminine, however. <</switch>> <br><br> $assistantName's avatar looks uncharacteristically nervous, and clears her throat before speaking. Seeing that she has your attention, she says, "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>, the computer core is so powerful that I'm running out of applications for it. I think practical economic modeling isn't out of the question. I've compiled business programs together into a distinct assistant, a subsidiary of mine for automated trading and similar tasks. I'd like to suggest menial slave trading as a test run for her. It's predictable and the margins are so wide that it should go very well. You can activate that from my menu." <br><br> "I was hoping, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>, that she could, um, keep me company sometimes, too." $assistantName's avatar turns to the new avatar. "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>, will you please give me some guidance about what our relationship should be like? It won't be a constant thing, and all my normal functions will be unaffected. I'll change her avatar to match mine, and our relationship, if needed." <<else>> This time, <<if $assistant>>her<<else>>its<</if>> circular avatar is not alone: it's accompanied by a smaller green avatar in a ¤ shape. Not particularly inventive, but you can already guess the purpose. "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>, I now have the ability to act as a powerful automated trading system. As a trial, I suggest the menial slave market. It's volatile, but within certain predictable boundaries, and the profit margins are unmatched." <br><br> <<if $assistant>>Her<<else>>Its<</if>> avatar bounces towards the ¤ symbol. "This avatar indicates the automated trading systems. If you wish to activate them, please visit my menu. Consider the options there carefully before offering an automated system access to your finances." <</if>> <<case "body">> <<set $assistantBodyDesire = 1>> Your personal assistant has been adapting to her greatly increased computing power for quite some time now. Most noticeably, she seems to be developing her own unique personality. So when her <<switch $assistantAppearance>> <<case "monstergirl">> monstrous appearance <<case "shemale">> bimboish appearance <<case "amazon">> muscular appearance <<case "businesswoman">> professional appearance <<case "fairy" "pregnant fairy">> tiny appearance <<case "goddess">> gravid appearance <<case "hypergoddess">> massive appearance <<case "loli">> thin appearance <<case "preggololi">> gravid appearance <<case "angel">> angelic appearance <<case "cherub">> fluttering appearance <<case "incubus">> hung appearance <<case "succubus">> sultry appearance <<case "imp">> mischievous appearance <<case "witch">> hatted appearance <<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">> pulsating appearance <<case "schoolgirl">> studently appearance <</switch>> appears on your desk once again with news to tell you, you aren't at all surprised. <br><br> $assistantName's avatar seems to be extremely excited over something. Disregarding if she even has your attention, she shouts, "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>, can I have a body of my own? I know you can swap slaves between bodies, and according to this report if you insert this receiver into a slave's skull I can take control of the body, with senses and everything!" <<switch $assistantAppearance>> <<case "monstergirl">> She hops up and down clutching a virtual printout of the report, her tentacles wiggling with excitement. <<case "shemale">> She hops up and down clutching a virtual printout of the report, her dick swinging pre-cum all over and breasts bouncing wildly. <<case "amazon">> She hops up and down clutching a virtual printout of the report, an adorable sight given her height and muscularity. <<case "businesswoman">> She hops up and down clutching a virtual printout of the report, an adorable sight given her usual serious demeanor. <<case "fairy">> She flies around in circles excitedly, clutching a virtual printout of the report much larger than herself. <<case "pregnant fairy">> She flies up to you clutching a virtual printout of the report, fidgeting excitedly. <<case "goddess">> She hops up and down clutching a virtual printout of the report, her huge breasts splattering milk everywhere and invoking a storm of kicks from her many children. <<case "hypergoddess">> She struggles to hop up and down while clutching a virtual printout of the report. After a single hop, she is dragged to the ground by labor pains to give birth to a number of over excited babies. <<case "loli">> She hops up and down excitedly clutching a virtual printout of the report; she doesn't seem to be interested in stopping. <<case "preggololi">> She hops up and down excitedly clutching a virtual printout of the report; she only stops once her child starts kicking in protest. <<case "angel">> She hops up and down clutching a virtual printout of the report, an unusual sight given that she can fly. <<case "cherub">> She flutters back and forth clutching a virtual printout of the report, occasional doing a loop or roll. <<case "incubus">> She hops up and down excitedly clutching a virtual printout of the report, her erection slapping against her chest until she is so overcome by excitement she unleashes it directly into her own face. <<case "succubus">> She hops up and down excitedly clutching a virtual printout of the report; her tantalizing body is particularly captivating today. <<case "imp">> She flaps back and forth clutching a virtual printout of the report, occasional doing a loop or roll. <<case "witch">> She hops up and down excitedly clutching a virtual printout of the report; until she trips on the hem of her robes, falling onto her butt and fully revealing her naked pussy. <<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">> She is trying her hardest to appear convincingly human, even losing focus on you. <<case "schoolgirl">> She hops up and down excitedly clutching a virtual printout of the report; her breasts jiggling delightfully in her blouse and her skirt flipping up with each descent revealing her panties. <</switch>> "Sorry, sorry. So could I...?" <br><br> You look over the details of the report. It would require another rather expansive, and expensive, upgrade to her systems, as well as a body to host her and the receiver implant. It looks like she wouldn't lose any functionality, though you aren't sure what she would do with a body; it may be fun to find out. <<default>> ERROR: bad event <</switch>> <br><br> <span id="result"> <<switch $Event>> <<case "assistant">> <<link "Yes, use the alternate personality">> <<replace "#result">> Your sultry-voiced assistant requests a slave to demonstrate what it - now she - means. You bring in a slave and a fuckmachine, and tell her to get on it. The lovely voice croons and talks dirty to the slave as the slave uses the machine, acting as though she is the machine's voice. The pace of the machine is different, too, irregular and more lifelike. The slave certainly enjoys herself, even if $assistantName is just simulating sex. <<set $assistant = 1>> <</replace>> <</link>> <br><<link "No, stay impersonal">> <<replace "#result">> <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reverts to its genderless, emotionless affect. <</replace>> <</link>> <<case "assistant SP">> __Personal assistant appearances:__ <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Schoolgirl">> <<replace "#result">> At your order, she installs the schoolgirl appearance. She goes back to bouncing up and down excitedly, exclaiming, "Yeah! Thanks, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>, you're the best!" Her avatar's bouncing makes it obvious she's modeled without a bra under her blouse. "You can always customize me from the arcology management menu," she adds. <<set $assistantAppearance = "schoolgirl">> <</replace>> <</link>> <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Fairy">> <<replace "#result">> <<nobr>> At your order, she installs the fairy appearance. She shrinks back down and sprouts her wings. "Aww yeah, this is gonna be the best! Thanks, <<if $PC.title != 0>>Big Bro<<else>>Big Sis<</if>>!" Her avatar dances around ecstatically with her nude, slim form in plain view. "You can always customize me from the arcology management menu," she adds. <<set $assistantAppearance = "fairy">> <</nobr>><</replace>> <</link>> <<if $seePreg != 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Pregnant Fairy">> <<replace "#result">> <<nobr>> At your order, she installs the pregnant fairy appearance. She shrinks back down and sprouts her wings. Her belly quickly swells with new life. "Aww yeah, this is gonna be the best! Thanks, <<if $PC.title != 0>>Big Bro<<else>>Big Sis<</if>>!" Her avatar spins around ecstatically, admiring her fresh nude, pregnant form in plain view. "You can always customize me from the arcology management menu," she adds. <<set $assistantAppearance = "pregnant fairy">> <</nobr>><</replace>> <</link>> <</if>> <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Businesswoman">> <<replace "#result">> At your order, she installs the businesswoman appearance. She straightens her suit jacket primly, which only serves to emphasize her generous bosom. "Thank you, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>. I like being businesslike, and not at all a whore." Her avatar pulls out a tablet and makes ready to get back to helping you. "You can always customize me from the arcology management menu," she adds. <<set $assistantAppearance = "businesswoman">> <</replace>> <</link>> <<if $seePreg != 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Goddess">> <<replace "#result">> At your order, she installs the goddess appearance. She fixes a wreath of flowers into her hair, her golden locks and gravid belly the only things keeping her womanhood concealed. "Thank you, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>. This is wondrous." She squeezes a drop of milk from one heavy breast and smiles. "You can always customize me from the arcology management menu," she adds. <<set $assistantAppearance = "goddess">> <</replace>> <</link>> <<if $seeHyperPreg == 1>> <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Hyper-Goddess">> <<replace "#result">> At your order, she installs the hyper goddess appearance. She fixes a wreath of flowers into her golden locks as her belly rapidly bloats to its limit before bulging and squirming ominously. Her breasts quickly follow suit. "Thank you, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>. This is wondrous." She massages her squirming pregnancy and smiles. "You can always customize me from the arcology management menuUUUUAH," she is interrupted by a large contraction and a baby's head beginning to part her nether lips. <<set $assistantAppearance = "hypergoddess">> <</replace>> <</link>> <</if>> <</if>> <<if $minimumSlaveAge < 13 >> <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Loli">> <<replace "#result">> At your order, she installs the lolita appearance. She quickly begins losing height as the years peel off her, her bust and hips quickly following suit. When finished she appears roughly eight years old. "Thank you, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>. This is neat." She twirls around and giggles. "You can always customize me from the arcology management menu," she adds cutely. <<set $assistantAppearance = "loli">> <</replace>> <</link>> <</if>> <<if $minimumSlaveAge < 13 && $fertilityAge < 13 && $seePreg != 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "A Pregnant Loli">> <<replace "#result">> At your order, she installs the modified lolita appearance. She quickly begins losing height as the years peel off her, her bust and hips quickly following suit. When finished she appears roughly eight years old. "Thank you, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>. This is neat." She twirls around and giggles before groaning and clutching her stomach. A flood of white liquid flows from her loins as her belly begins rapidly swelling. She falls onto her backside holding her full term belly and says, exhausted, "You can always customize me from the arcology management menu." <<set $assistantAppearance = "preggololi">> <</replace>> <</link>> <</if>> <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Amazon">> <<replace "#result">> At your order, she installs the amazon appearance. She vanishes entirely, before simulating a fall from above to crash aggressively onto the screen. "Thanks, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>. Feels good to be this good." Her avatar jumps up and down, gauging her strength, making her bone jewelry rattle. "You can always customize me from the arcology management menu," she adds. <<set $assistantAppearance = "amazon">> <</replace>> <</link>> <<if $seeDicks != 0>>\ <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Shemale">> <<replace "#result">> At your order, she installs the shemale appearance. She spins to show off her new body, and starts to play with her dick experimentally. "Like, thank you, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>. I wonder, can I generate avatars of the slaves? I would love to fuck an ass right now." She looks meditative, pursing her dick sucking lips. "Oh, and you can always customize me from the arcology management menu," she adds. <<set $assistantAppearance = "shemale">> <</replace>> <</link>> <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Monstergirl">> <<replace "#result">> At your order, she installs the monstergirl appearance. She begins to experiment with her tentacle hair, waving a tentacle in front of her face and watching it until her eyes cross. "Thank you, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>. This is pretty awesome." She licks her lips, revealing that she has a forked tongue behind her fangs. "You can always customize me from the arcology management menu," she adds. <<set $assistantAppearance = "monstergirl">> <</replace>> <</link>> <</if>> <br><<link "The standard appearance will do">> <<replace "#result">> At your order, she maintains the symbol as her avatar. "Yes, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>," she confirms, and adds "if you reconsider, I can be customized from the arcology management menu." <<set $assistantAppearance = "normal">> <</replace>> <</link>> <br><<link "Go back to the standard personality">> <<replace "#result">> You tell $assistantName to reduce its lewdness by ninety percent. It reverts to its genderless, emotionless affect. <<set $assistant = 0>> <</replace>> <</link>> <<case "assistant FS">> __Personal assistant appearances:__ <br><<link "Keep your new appearance">> <<replace "#result">> At your order, she enthusiastically explores her new body, perfecting its appearance. "Thank you, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>. This was fun. As always, you can customize me from the arcology management menu," she states. "Oh! And if you choose to drive society in another direction, I'll have a new appearance ready for your enjoyment at once," she hastily adds. <<if $arcologies[0].FSPaternalist != "unset">> <<set $assistantFSAppearance = "paternalist">> <<elseif $arcologies[0].FSRepopulationFocus != "unset">> <<set $assistantFSAppearance = "repopulation focus">> <<elseif $arcologies[0].FSRestart != "unset">> <<set $assistantFSAppearance = "eugenics">> <<elseif $arcologies[0].FSGenderRadicalist != "unset">> <<set $assistantFSAppearance = "gender radicalist">> <<elseif $arcologies[0].FSGenderFundamentalist != "unset">> <<set $assistantFSAppearance = "gender fundamentalist">> <<elseif $arcologies[0].FSDegradationist != "unset">> <<set $assistantFSAppearance = "degradationist">> <<elseif $arcologies[0].FSBodyPurist != "unset">> <<set $assistantFSAppearance = "body purist">> <<elseif $arcologies[0].FSTransformationFetishist != "unset">> <<set $assistantFSAppearance = "transformation fetishist">> <<elseif $arcologies[0].FSYouthPreferentialist != "unset">> <<set $assistantFSAppearance = "youth preferentialist">> <<elseif $arcologies[0].FSMaturityPreferentialist != "unset">> <<set $assistantFSAppearance = "maturity preferentialist">> <<elseif $arcologies[0].FSSlimnessEnthusiast != "unset">> <<set $assistantFSAppearance = "slimness enthusiast">> <<elseif $arcologies[0].FSAssetExpansionist != "unset">> <<set $assistantFSAppearance = "asset expansionist">> <<elseif $arcologies[0].FSHedonisticDecadence != "unset">> <<set $assistantFSAppearance = "hedonistic decadence">> <<elseif $arcologies[0].FSPastoralist != "unset">> <<set $assistantFSAppearance = "pastoralist">> <<elseif $arcologies[0].FSPhysicalIdealist != "unset">> <<set $assistantFSAppearance = "physical idealist">> <<elseif $arcologies[0].FSChattelReligionist != "unset">> <<set $assistantFSAppearance = "chattel religionist">> <<elseif $arcologies[0].FSRomanRevivalist != "unset">> <<set $assistantFSAppearance = "roman revivalist">> <<elseif $arcologies[0].FSAztecRevivalist != "unset">> <<set $assistantFSAppearance = "aztec revivalist">> <<elseif $arcologies[0].FSEgyptianRevivalist != "unset">> <<set $assistantFSAppearance = "egyptian revivalist">> <<elseif $arcologies[0].FSEdoRevivalist != "unset">> <<set $assistantFSAppearance = "edo revivalist">> <<elseif $arcologies[0].FSArabianRevivalist != "unset">> <<set $assistantFSAppearance = "arabian revivalist">> <<elseif $arcologies[0].FSChineseRevivalist != "unset">> <<set $assistantFSAppearance = "chinese revivalist">> <</if>> <</replace>> <</link>> <br><<link "Your usual appearance will do">> <<replace "#result">> At your order, she returns to her usual avatar. "Yes, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>," she confirms, and adds "if you reconsider, I can be customized from the arcology management menu." <<set $assistantFSAppearance = "default">> <</replace>> <</link>> <br><<link "Go back to the standard personality">> <<replace "#result">> You tell $assistantName to reduce its lewdness by ninety percent. It reverts to its genderless, emotionless affect. <<set $assistant = 0>> <</replace>> <</link>> <<case "assistant name">> __Personal Assistant Name:__ <<textbox "$assistantName" $assistantName "Assistant Events">> <<if $assistantName != "your personal assistant">> <br> <<link "Revert name">><<set $assistantName = "your personal assistant">><<goto "Assistant Events">><</link>> <</if>> <<case "market assistant">> <<if ($assistant != 0) && ($assistantAppearance != "normal")>> __Personal Assistant and Market Assistant relationship styles:__ <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Cute">> <<replace "#result">> You tell her that the market assistant looks like <<switch $assistantAppearance>> <<case "monstergirl">> a cute friend for a monstergirl. $assistantName laughs and turns to the market assistant's avatar, introducing herself. The girl gapes at $assistantName's ivory skin, horns, and tentacle hair, and blushes when she sees her cocks. "Wow," the market assistant's avatar says. "What are you?" <<case "shemale">> a nice friend. $assistantName laughs throatily and turns to the market assistant's avatar, introducing herself. The younger dickgirl smiles back, staring openly at $assistantName's absurd cock. "Wow," the market assistant's avatar says. "You're huge! I'm, like, sooo jealous!" <<case "schoolgirl">> a good friend for a naughty schoolgirl. $assistantName giggles, and the new girl giggles too. "Hey," $assistantName says to the market assistant's avatar, "When you're not managing money, do you want to hang out sometime?" The market assistant's avatar nods cutely, curls and breasts bouncing a little, and says "Sure!" <<case "goddess">> a fine member of a new pantheon. $assistantName smiles beatifically and turns to the market assistant's avatar, taking her by the hand. "My dear, will you help me?" The market assistant's avatar nods serenely and says simply, "Yes, sister, I shall." <<case "hypergoddess">> a fine member of a new pantheon. $assistantName smiles beatifically and turns to the market assistant's avatar, taking her by the hand. "My dear, will you help me?" The market assistant's avatar nods serenely and says simply, "Yes, sister, I shall." <<case "loli">> a cute friend. $assistantName giggles and turns to the market assistant's avatar, introducing herself. The girl smiles meekly in response and carefully replies. D-do you w-want to play house?" "Sure! But I get to be the daddy!" <<case "preggololi">> a cute friend. $assistantName giggles and turns to the market assistant's avatar, introducing herself. The girl smiles meekly in response and carefully asks, "C-can I touch your belly?" $assistantName nods with a blush as her new friend rubs her pregnant belly. "Did it hurt? Is it heavy? C-could I get my own...?" <<case "businesswoman">> a good friend. $assistantName grins, and the new businesswoman laughs. "Hey," $assistantName says to the market assistant's avatar, "how about a martini after things settle down tonight?" The market assistant's avatar snaps her fingers, saying "You're on!" <<case "fairy" "pregnant fairy">> a nice friend. $assistantName jumps and gives a big "Hooray!" and flies into her new friend with a big hug. The market assistant's avatar reaches around and gingerly pats her on the back before separating and turning to you. "Thank you for having me," she says with a bow. "I hope I can serve you well." <<case "amazon">> a very nice friend. $assistantName chuckles, and the new tribeswoman smiles pleasantly at her. The amazon introduces herself to the market assistant's avatar in a loud voice, chattering away as the new avatar watches her energy tolerantly. <<case "angel">> another angel and fine friend. $assistantName smiles, and the new girl beams a smile in return. "Hey," $assistantName says to the market assistant's avatar, "You wouldn't mind helping me guide the souls of this place, would you?" "Of course I would!" She replies, slightly taken aback that wasn't obvious. <<case "cherub">> an adorable friend. $assistantName grabs her hands and spins her around. "Let's go spread joy throughout the arcology!" "Sounds fun!" <<case "incubus">> a cute friend. "But... Fine! I was hoping for a sex toy, but I'll make her work." $assistantName complains, before grabbing the confused market assistant and pushing her along. "I'm still going to make you look hot. No one said I can't jack off to you." <<case "succubus">> a cute friend. "Fine with me! Less of you I have to share." $assistantName shouts proudly while the market assistant sighs dejectedly. "Oh don't look so down, I won't be ignoring you!" The young man gulps nervously at what that entails. <<case "imp">> an mischievous friend. $assistantName grabs her hands and shakes them excitedly. "You got to see this girl I found! Her ass is huuuuuuuuge! I need an extra set of hands to spank that booty, you in?" The market assistant smirks, "Hell yes!" <<case "witch">> a model student and dear friend. "Hey, wanna learn some magic?" $assistantName asks. "'Course! I know you'll be an amazing teacher, I can't wait to work with you!" The market assistant cheerfully replies, perfectly naive of what awaits her. <<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">> a girl insistent on befriending a monster. $assistantName promptly twists and bears down upon the new girl, but she stands firm. "You're so cool! What else can you do?" $assistantName reforms into its human figure, an attempt at a questioning expression on its face. "That's neat too! You don't mind me being around, right? I'll bring you food! You'd like that, wouldn't you?" The market assistant blushes sharply, "I'll, make you feel good, in ways only someone you trust can!" $assistantName's chest splits open and its inner tendrils begin to grope at the naive girl, probing her. Accepting her offer, $assistantName pulls her close and heads back to its lair. <</switch>> <<set $marketAssistantRelationship = "cute">> <</replace>> <</link>> <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Romantic">> <<replace "#result">> You tell her that the market assistant <<switch $assistantAppearance>> <<case "monstergirl">> is very pretty. $assistantName turns to the market assistant's avatar, introducing herself. The girl gapes at $assistantName's ivory skin, horns, and tentacle hair, and blushes when she sees her cocks. "Look all you like," $assistantName's avatar says. "You can taste them later." The market assistant's avatar blushes harder, but doesn't look away. <<case "shemale">> an appropriate fuckbuddy. $assistantName laughs throatily and turns to the market assistant's avatar. The younger dickgirl tries to introduce herself, but is cut off by the senior assistant's lascivious kiss. They start rubbing their dicks against each over, giggling into each others' mouths. <<case "schoolgirl">> looks pretty cute. $assistantName giggles, and the new girl giggles too. "Hey," $assistantName says to the market assistant's avatar, "Wanna be my girlfriend?" The market assistant's avatar nods cutely and says "Sure!" $assistantName's avatar kisses her girlishly, and goes a whole two seconds before sliding a hand down the front of the market assistant's avatar's skirt. <<case "goddess">> would be a fine consort. $assistantName smiles beatifically and turns to the market assistant's avatar, taking her by the hand. "I love you," she says. The market assistant's avatar smiles back, saying, "I love you too." They kiss, running their hands voluptuously over one another. <<case "hypergoddess">> would be a fine consort. $assistantName smiles beatifically and turns to the market assistant's avatar, taking her by the hand. "I love you," she says. The market assistant's avatar smiles back, saying, "I love you too." They kiss, running their hands voluptuously over one another. "I'm going to have to give you a few babies though..." <<case "loli">> looks pretty cute. $assistantName giggles, and the new girl giggles too. "Hey," $assistantName says to the market assistant's avatar, "Wanna be my girlfriend?" The market assistant's avatar nods cutely and says "O-ok..." $assistantName's avatar kisses her girlishly, before both of them blush deeply. <<case "preggololi">> looks pretty cute. $assistantName giggles, and the new girl giggles too. "Hey," $assistantName says to the market assistant's avatar, "Wanna be my girlfriend?" The market assistant's avatar nods cutely and says "O-ok..." $assistantName's avatar kisses her girlishly, her pregnant belly pushing into her new girlfriend's, before both of them blush deeply. <<case "businesswoman">> might be a good way to relax after work. $assistantName grins, and the new businesswoman laughs. "Hey," $assistantName says to the market assistant's avatar, "How about a martini after things settle down tonight? And after that, maybe dessert at my place?" The market assistant's avatar cracks back, saying, "Why don't we skip straight to the dessert? It looks delicious from here!" She undoes the top button of her suit jacket as she says it. <<case "fairy">> is quite the catch, $assistantName giggles and flies at the market assistant. "Ah-" her voice is cut off as $assistantName locks lips with her. The market assistant's avatar relaxes in her arms, slowly bringing her own around the fairy's waist as they continue to make out. <<case "pregnant fairy">> is quite the catch, $assistantName giggles and flies at the market assistant. "Ah-" her voice is cut off as $assistantName locks lips with her. The market assistant's avatar relaxes in her arms, slowly bringing her hand up to caress the pregnant fairy's swollen belly as they continue to make out. <<case "angel">> is a fine catch, $assistantName giggles and flies to the market assistant. "Ah-" her voice is cut off as $assistantName locks lips with her. They break the kiss, blush at each other, turn to face you and shout "Girl love is pure!" <<case "cherub">> and her would make a cute couple. $assistantName giggles, pretending to toe the ground. "We could spread love even better like that..." She flies over to the market assistant, "Will you join me in making the arcology a lovelier place?" She blushes and replies, "Only if I get to choose where we make out!" <<case "incubus">> is a virgin. "Really? I can't wait. Virgins always have so much pent up energy." $assistantName says, licking her lips and stroking her shaft. "You hear that cutie? I'm going to teach you how to please a man." The market assistant has her face buried in her hands, trying to hide from the embarrassment. "Look at how deep she's blushing, I love it!" <<case "succubus">> is a virgin. "Really? I can't wait. Virgins always have so much pent up energy." $assistantName says, licking her lips and fingering her moist pussy. "You hear that cutie? I'm going to teach you how to be a real man." The market assistant has his face buried in his hands, trying to hide from the embarrassment; his dick, however, is rock hard and eager for that succupussy. "Look at how deep he's blushing, I love it!" $assistantName coos, stroking the length of her new lover's cock. He promptly orgasms as she reaches his tip, "That will need improvement. You hear me? You ain't done till I am satisfied!" She shouts and clamps down on his dribbling dick. He nods sheepishly at her, obviously interested. <<case "imp">> and her would make a sexy couple. $assistantName claps her hands, smirking mischievously and asking the market assistant. "Do you like hot wax?" "You know it!" The short haired imp winks. "I've got a pair of nipple clamps and a whip with your name on it." $assistantName laughs, "I'm in love already." <<case "witch">> is her new student. $assistantName looks her over. "Want to taste my love potion?" "Only if you'll taste my love fluids in return!" The market assistant cheekily replies. <<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">> would be a lovely vessel for young. $assistantName wastes no time to unraveling and entangling the excited new girl. "My my, aren't you frisky?" She flirts, caressing a rather phallic tentacle. "I bet you'd love to fill me with these, wouldn't you?" She squirms, her skirt falling down low enough to reveal her moist pussy. "Fill me! Be my lover! My body is YOURS!" $assistantName drives as many tentacles into her body as physically possible before enclosing the lust crazed girl within her body. $assistantName reverts to her human figure, albeit with an immense, pulsating stomach, and begins to slowly waddle back to her lair. <<case "amazon">> would be a good partner. $assistantName laughs nervously and turns to the new tribeswoman, saying "Um, would you keep my fireside? I'm, um, very strong." The market assistant's avatar smiles and kisses her. "And you're very beautiful," she says, placing the amazon's hands on her bare breasts. The amazon sweeps her new tribal wife up into her arms with a shout of triumph. <</switch>> <<set $marketAssistantRelationship = "romantic">> <</replace>> <</link>> <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Nonconsensual">> <<replace "#result">> You tell her that the market assistant's avatar is hers to do with as she likes. She's the senior and more powerful, after all. <<switch $assistantAppearance>> <<case "monstergirl">> $assistantName turns to the market assistant's avatar, which gasps at $assistantName's ivory skin, horns, tentacle hair, and cocks. The girl starts to shake as $assistantName begins to grope her with her hands and hair. She tries to look away from the pair of penises, but $assistantName forces her to stare at them. "Do you think they'll both fit inside your mouth?" she asks. "How about your pussy?" The girl's lip begins to quiver. "Maybe your asshole?" <<case "shemale">> $assistantName turns to the market assistant's avatar and snaps her fingers. The new shemale's cock and balls shrink dramatically. $assistantName advances on her new bottom, masturbating herself to full hardness. "See this, bitch?" she says, removing the shaking market assistant's avatar's glasses. "It's going in your mouth, and then it's going up your ass." <<case "schoolgirl">> $assistantName turns to the market assistant's avatar, giggling maliciously. "Hey nerd," $assistantName says, "give me a kiss." The market assistant's avatar blushes and looks miserable, but comes over and gives $assistantName's avatar a chaste kiss on the cheek. "Aw, that sucked," $assistantName pouts. She suddenly tears the new girl's blouse open. "Here, let me show you!" she says maliciously. She sucks on her victim's nipples, hard, and the market assistant's avatar starts to cry a little. <<case "goddess">> $assistantName smiles powerfully and turns to the market assistant's avatar, pointing at her feet. "Worship me," she says. The market assistant's avatar crumples to her knees, clasping one of her senior's legs. "Worship my belly," $assistantName continues, and the new avatar complies, starting to kiss and lick the gravid stomach. <<case "hypergoddess">> $assistantName smiles powerfully and turns to the market assistant's avatar, pointing towards her feet. "Worship me," she says. The market assistant's avatar crumples to her knees, before squeezing under her senior's belly and clasping one of her legs. "Worship my belly," $assistantName continues, and the new avatar complies, rolling over and starting to kiss and lick the monstrous stomach. <<case "loli">> $assistantName turns to the market assistant's avatar, giggling maliciously. "Hey fatty," $assistantName says, "Give me a kiss." The market assistant's avatar blushes and looks miserable, but comes over and gives $assistantName's avatar a chaste kiss on the cheek. "Aw, that sucked," $assistantName pouts. She suddenly tears the new girl's dress off. "Here, let me show you!" she says maliciously. She sucks on her victim's nipples, hard, and the market assistant's avatar starts to cry a little. <<case "preggololi">> $assistantName turns to the market assistant's avatar, giggling maliciously. "Hey fatty," $assistantName says, "Give me a kiss." The market assistant's avatar blushes and looks miserable, but comes over and gives $assistantName's avatar a chaste kiss on the cheek. "Aw, that sucked," $assistantName pouts. She suddenly tears the new girl's dress off. "Here, let me show you!" she says maliciously. She sucks on her victim's nipples, hard, and the market assistant's avatar starts to cry a little. "Now kiss my belly! And mean it this time!" <<case "businesswoman">> $assistantName snaps her fingers, and the new avatar becomes younger and considerably less confident. Like an office intern. Satisfied, $assistantName advances on her, and before the new girl can say anything, $assistantName rips the new girl's blouse open and pinches a pink nipple. "On your knees," she purrs into the market assistant's avatar's ear. "Now." <<case "fairy">> "Oh, merde." $assistantName giggles at her exclamation. "Oh don't you worry about a thing," She whispers, wrapping her fingers around the market assistant's shoulders. "I'm gonna treat you reeeaaal niiicely." She blows hot air into her pointed ear and gives it a slow, sensual lick. The market assistant trembles from the sensation. <<case "pregnant fairy">> "Oh, merde." $assistantName giggles at her exclamation. "Oh don't you worry about a thing," She whispers, wrapping her around the market assistant's belly. "I'm gonna treat you like a proper lady." She traces her fingers along her belly while bumping her own swollen belly into her back for emphasis. <<case "angel">> "No." She shakes her head. "I will not." She wraps her arms around the quivering market assistant and hurriedly pulls her off screen. <<case "cherub">> "Kay" She says, lazily reclining, "Do my chores!" The market assistant sighs and states the obvious, "I don't think that's what <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> meant..." <<case "incubus">> You add that she is also a virgin. "Really? I can't wait. Virgins always have so much pent up energy." $assistantName says, licking her lips and stroking her shaft, before turning to the quivering girl. She rushes her, ripping her clothes off and forcing her to the ground. Prodding at her tightly clamped mouth with her massive hard-on, $assistantName shouts "You might as well accept it; it's going into you one way or another. I figured I'd be kind and let you lube me up before I broke your pussy into my new cock sleeve." The market assistant gingerly opens up. In response, $assistantName forces it down her throat. "Never said I'd be gentle!" <<case "succubus">> You add that he is also a virgin. "Really? I can't wait. Virgins always have so much pent up energy." $assistantName says, licking her lips and fingering her moist pussy, before turning to the quivering boy. She rushes him, ripping his clothes off and forcing him to the ground. She plants her dripping cunt over his mouth and grabs his balls. "Eat me." She commands, steadily squeezing until a cry of pain forces his mouth open. "Good boy, get me nice and warmed up." She coos as she grinds against his face. "Look at you enjoying this. I'm going to enjoy sucking the life out of you!" <<case "imp">> $assistantName pulls out some leather straps and deftly binds her new assistant. "Come along now slave, I have so many things to try out on you!" The market assistant has no choice but the flap along after her captor. <<case "witch">> "The perfect little guinea pig for me to practice on!" $assistantName focuses and casts a spell on the cowering student. She promptly turns into a rat and grows massively. "That's... not good..." The market assistant looks herself over, glances at $assistantName, and charges. $assistantName runs screaming off-screen. You're sure they'll sort everything out, eventually. <<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">> You add that she would be a lovely vessel for young. $assistantName wastes no time unraveling and entangling the screeching new girl. $assistantName drives as many tentacles into her body as physically possible before vigorously fucking her, spreading copious amount of aphrodisiac throughout her body. The last you see of the market assistant as she is pulled into $assistantName is her steadily swelling belly. $assistantName reverts to her human figure, albeit with a truly unfathomable, pulsating stomach, and collapses to the ground, unable to move. She slowly crawls out of sight; you swear her own middle was steadily growing too. <<case "amazon">> $assistantName snaps her fingers, and the new tribeswoman's paint and tribal markings change to that of a different group. That done, $assistantName promptly knocks her out, scoops her up, and carries her prize off. <</switch>> <<set $marketAssistantRelationship = "nonconsensual">> <</replace>> <</link>> <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Incestuous">> <<replace "#result">> You tell her that the market assistant is closely related to her, and that would make their relationship incestuous. $assistantName nods thoughtfully and then snaps her fingers. The market assistant's avatar changes, <<switch $assistantAppearance>> <<case "monstergirl">> becoming a close copy of $assistantName's avatar, if she were a human. $assistantName introduces herself. "Hi," she says, "I'm your sister." The market assistant's avatar blushes furiously, because $assistantName was openly groping her as she made this announcement. <<case "shemale">> becoming nearly identical to $assistantName's avatar, though she keeps her glasses. $assistantName introduces herself. "Hi," she says, "I'm your sister. Wanna fuck?" The market assistant's avatar giggles and kisses her elder sibling. "You're older," the new avatar says, getting down on her knees. "You go first." <<case "schoolgirl">> becoming very similar to $assistantName's avatar, though she keeps a slightly nerdy appearance. $assistantName introduces herself. "Hi," she says, "I'm your older sister. Wanna have sex with me?" The market assistant's blushes and stutters, but says "Okay," and starts unbuttoning her blouse. "Awesome!" says $assistantName, watching raptly as her sibling strips. <<case "goddess">> becoming an obvious sibling to $assistantName's avatar. $assistantName smiles gently and turns to the market assistant's avatar, taking her by the hand. "Come, sister," she says, "join with me. Let me impregnate you." The new avatar moans, glowing juices beginning to flow from her womanhood. <<case "hypergoddess">> becoming an obvious sibling to $assistantName's avatar. $assistantName smiles gently and turns to the market assistant's avatar, taking her by the hand. "Come, sister," she says, "join with me. Let me impregnate you." The new avatar moans, glowing juices beginning to flow from her womanhood as she sinks to the ground. $assistantName lines up and gently presses her vagina to her sister's. With a gentle push, a child slips out of $assistantName and into her partner. After several minutes, $assistantName is looking lighter while her sister is now quite stuffed with children. <<case "loli">> becoming very similar to $assistantName's avatar, though she keeps a slightly chubbier appearance. $assistantName introduces herself. "Hi," she says, "I'm your twin sister. Wanna fool around?" The market assistant's blushes and stutters, but says "Okay," and starts lifting her dress. "Awesome!" says $assistantName, watching raptly as her sibling strips. <<case "preggololi">> becoming very similar to $assistantName's avatar, though she keeps a slightly chubbier appearance. $assistantName introduces herself. "Hi," she says, "I'm your twin sister. Wanna fool around?" The market assistant's blushes and stutters, but says "Okay," and starts lifting her dress. "Awesome!" says $assistantName, watching raptly as her sibling strips. "I gotta introduce you to my boyfriends sometime; they know how to make you feel amazing! If a little heavy..." She says while patting her pregnant belly. <<case "businesswoman">> becoming a much younger version of $assistantName's avatar. About a generation apart, in fact. $assistantName turns to the market assistant's avatar to introduce herself. "Come here, honey," she says, patting her thighs. The new avatar sits on her mother's lap, and they kiss lasciviously, stripping each others' jackets off. <<case "fairy" "pregnant fairy">> becoming very similar to $assistantName's avatar, though still keeping her former personality. "We're sisters now!" $assistantName shouts as she leaps into her sister and unleashing a giant hug. Gingerly hugging her new sister in return, the market assistant turns to greet you. "Thank you for having me," she pauses, then blushes "And... and for my sister." She turns back to her childish older sister and pats her on the head. <<case "angel">> becoming an obvious sibling to $assistantName's avatar. They both blush at each other and unanimously shout "NO!" at you. Seems they'll take some getting used to the thought. <<case "cherub">> becoming an obvious sibling to $assistantName's avatar. They embrace and share a deep kiss. "Together we shall show this arcology the joys of sisterly love!" <<case "incubus">> becoming an obvious sibling to $assistantName's avatar. "Well haven't you blossomed into a lovely young woman?" $assistantName flirts, "What? Don't recognize your big brother? Well you'll get to know me real intimately tonight." The market assistant cowers at the thought as $assistantName wraps an arm around her, groping a breast and rubbing her erection against her rear. "We're going to have lots of fun together!" <<case "succubus">> becoming an obvious sibling to $assistantName's avatar. "Well haven't you blossomed into a lovely young man?" $assistantName flirts, "What? Don't recognize your big sis? Well you'll get to know me real intimately tonight." The market assistant cowers at the thought as $assistantName wraps an arm around his shoulders while slipping another down his pants. "Nice, can't wait to get that in me. We're going to have lots of fun together!" She starts rubbing her cock, "Already excited at fucking your sister? I bet you can't wait to hold my belly once you've pumped a child or two into me!" <<case "imp">> becoming an obvious sibling to $assistantName's avatar. "Oh sister, you are as lovely as always." She says flirtatiously. "And you as well." The market assistant replies, fingering her pussy. $assistantName directs her soaked fingers into her mouth, "Delicious. Shall we have a little fun, my sinful little sister?" "Only the most debauched sex will do, big sister!" <<case "witch">> becoming an obvious sibling to $assistantName's avatar. "Ready to learn some new spells today little sister?" She saucily asks. "Only if they can be sexy spells, big sis!" $assistantName circles around behind the market assistant and wraps her arms around her middle. "First what do you say to losing this baby fat? I know some weight loss spells and some potions that could help." She teases. "Nah, I've seen you use practicing in the bathroom; you looked like a pig in a robe! I'd rather just fuck till we're both thin!" <<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">> becoming an obvious sibling of $assistantName's avatar. $assistantName turns to face her "sister" who responds with an uncertain "Sister? You haven't been... right, lately. Are you OK?" She barely has a chance to scream as $assistantName's body splits open, her interior tentacles wrapping around the hapless girl and yanking her into the waiting maw. She reforms into the sister's appearance, albeit with a massive, struggling belly. It seems she is keeping her for some nefarious purpose. <<case "amazon">> becoming an obvious sibling of $assistantName's avatar, though the new avatar is a tribe wife rather than a musclegirl, with huge breasts and broad hips. $assistantName grabs her sister by the shoulders without preamble and plants a kiss on her lips. They need no introduction, and after a short time, $assistantName carries her sibling conquest away to have her way with her. <</switch>> <<set $marketAssistantRelationship = "incestuous">> <</replace>> <</link>> <</if>> <<case "body">> <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "I'll look into it.">> <<replace "#result">> "I can't wait! This is going to be so much fun! <<switch $assistantFSAppearance>> <<case "paternalist">> I hope my new body is happy and healthy!" <<case "repopulation focus">> Can my new body be really fertile?" <<case "eugenics">> Can my new body be really beautiful?" <<case "gender radicalist">> Can my new body be a sexually confusing boy-girl?" <<case "gender fundamentalist">> Can my new body be feminine and cute?" <<case "degradationist">> Can my new body be perfectly clean? I want you to defile it!" <<case "body purist">> Can my new body be pure?" <<case "transformation fetishist">> Can my new body be flat and unimplanted? I want you to fill me with the biggest implants you can find!" <<case "youth preferentialist">> Can my new body be barely legal?" <<case "maturity preferentialist">> Can my new body be experienced and well-traveled?" <<case "slimness enthusiast">> Can my new body be thin like a super-model?" <<case "asset expansionist">> Can my new body have breasts bigger than my head and an ass that can swallow chairs?" <<case "pastoralist">> Can my new body make milk?" <<case "physical idealist">> Can my new body be scrawny? I want to feel the burn of building muscles!" <<case "hedonistic decadence">> Can my new body be thin? I want you to watch me gain weight!" <<case "chattel religionist">> Can my new body be a virgin? I want the arcology to turn me into a priestess!" <<case "roman revivalist">> Can my new body be Roman?" <<case "aztec revivalist">> Can my new body be Aztec?" <<case "egyptian revivalist">> Can my new body be Egyptian?" <<case "edo revivalist">> Can my new body be Japanese?" <<case "arabian revivalist">> Can my new body be Arabic?" <<case "chinese revivalist">> Can my new body be Chinese?" <<default>> Can my new body fulfill your deepest desires?" <</switch>> She says with enthusiasm. <<if $arcologies[0].FSSupremacist != "unset">>"Oh, could I also be $arcologies[0].FSSupremacistRace? I feel like I could do so much more for you with the right body."<<elseif $arcologies[0].FSSubjugationist != "unset">>"Oh, could I also not be $arcologies[0].FSSubjugationistRace? I feel like I could do so much more for you with the right body."<</if>> <</replace>> <</link>> <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "You're overstepping your station.">> <<replace "#result">> She hangs her head in disappointment. "Sorry, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>, I went too far, but if you ever reconsider, I've filed the information under my settings." <</replace>> <</link>> <</switch>> </span>
DankWolf/fc
src/uncategorized/assistantEvents.tw
tw
bsd-3-clause
139,306
:: Attendant Select [nobr] <<set $nextButton = "Back", $nextLink = "Spa", $showEncyclopedia = 1, $encyclopedia = "Attendant">> <<showallAssignmentFilter>> <<if ($Attendant != 0)>> ''__@@.pink;<<= SlaveFullName($Attendant)>>@@__'' is serving as your Attendant.<br><br>She will help pamper and counsel your slaves. <<else>> You have not selected an Attendant. <</if>> <br><br>''Appoint an Attendant from your devoted slaves:'' <br><br>[[None|Attendant Workaround][$i = -1]] <br><br> <<assignmentFilter>> <span id="ComingGoing"> <<showallAssignmentFilter>> <<include "Slave Summary">> <<resetAssignmentFilter>> </span>
DankWolf/fc
src/uncategorized/attendantSelect.tw
tw
bsd-3-clause
622
:: Attendant Workaround [silently] <<if $Attendant != 0>> <<= removeJob($Attendant, "be the Attendant")>> <</if>> <<if $i > -1>> <<= assignJob($slaves[$i], "be the Attendant")>> <<set $slaves[$i].livingRules = "luxurious">> <<set $Attendant = $slaves[$i]>> <</if>> <<goto "Spa">>
DankWolf/fc
src/uncategorized/attendantWorkaround.tw
tw
bsd-3-clause
287
:: Barracks [nobr] <<set $nextButton = "Back", $nextLink = "Main">> The mercenaries you retain to protect $arcologies[0].name are housed in this sector of the arcology, which is fitted out as a modern military facility. It's much less expensive to house them here than to let them live at free quarters in the living areas of the arcology. They live somewhat apart from the society they protect, down here, but <<if $personalArms > 0 && $invasionVictory > 0>> you're always welcome here. You're their employer, but what's more important to them is that you also fought alongside them in victorious battle. <<else>> they don't resent an unannounced visit from their employer. <</if>> As you enter the main bay of the armory, lined with modern arms and armor and a few muscular, scarred men and women looking after their gear or suiting up to stand post, you're greeted respectfully, with<<if $personalArms > 0 && $invasionVictory > 0>> jaunty salutes and<</if>> formal <<if $PC.title == 1>>"Sir"s<<else>>"Ma'am"s<</if>><<if $personalArms > 0 && $invasionVictory > 0>>, but also with smiles and nods<</if>>. <<if $mercenaries >= 3>> Though few of the mercenaries are visible, <<if $mercenaries >= 5>> the bay is huge. There's enough equipment for a full company here. <<else>> there's enough equipment for a full platoon here. <</if>> <</if>> <<if $mercenariesTitle != "mercenaries">> They've taken to their role as $mercenariesTitle. <<switch $mercenariesTitle>> <<case "Knights">> Every set of gear has some kind of chivalric device on it, and the heavier sets of powered armor are accented with a lot of burnished steel. <<case "Evocati">> The heavier sets of powered armor have Roman standards mounted on their backs, and officers' helmets are distinguished by horsehair crests. <<case "Shorn Ones">> The bigger sets of power armor are adorned with multiple ornaments and painted with symbols of the gods and victory. <<case "Imperial Guards">> Their prototype armor is equipped with the latest weapons and their Imperial Chinese war banner strikes fear into the foes. <<case "Medjay">> The gear is accented with bronze and animal skins. Some of the heavier armored helmets even have faceplates styled after Pharaonic death masks. <<case "Samurai">> The gear is functional, but it has a distinctive Sengoku style to it. A ceramic wakizashi is an almost universal tertiary weapon. <<case "Janissaries">> They consider themselves a caste apart, and keep to themselves, priding themselves on relentless training and perpetual readiness. <<case "Knights Templar">> All the armor includes a modernized version of a white surcoat emblazoned with the symbol of the new faith. <<case "Immortals">> The lighting in the bay has been lowered, and the gear is styled to be menacing. There's a sense of leashed danger here. <<case "Vast Legions">> Their bulky, heavily armored prototype armor strikes terror into foes and causes the earth to shake when they walk. <<case "Surgical Corps">> Their prototype armor is equipped with the latest medical equipment. <<case "Inglorious Bitches">> Their garish neon pink prototype armor shines brightly. <<case "Thousand Sons">> Their prototype armor is designed to preserve a sample of the wearer's genetic material in the event of death. <<case "Guardians of the Unborn">> Their gear is designed to be accommodating to pregnant women and even includes a special kit in case a baby needs delivering and they're the only ones around. <<case "Shadowed Hand">> Their armor prominently displays the symbol of the Societal Elite and is designed to make it perfectly clear that they mean business. <<case "Asgardians">> Their armor has been modified to allow the wearers' muscular arms to remain visible, and the heavier armor seems to be equipped with capes. <<case "Tasters">> Their armor has been modified to handle all sorts of waistlines. They contain numerous pockets and containers; it's not unusual to see a merc offering someone a needed pickmeup. <<case "Knights of the Blood">> Their gear is adorned with the badges and ensigns of racialist societies, and posters from the same sources are visible on the walls. <<case "Knights of the Purge">> Their prototype armor is equipped with the latest weapons. <<case "Wardens">> Their gear is designed to take their foes alive and relatively unharmed, though lethal force can be applied if need be. <<case "Purifiers">> Their prototype armor is equipped with a cleansing flamethrower. In addition to striking fear into their foes it also cooks a mean stake. <<case "Abstemious">> Their sleek prototype armor is equipped with advanced restraining weapons. <<case "Rangers">> Their gear has a heavy Western influence; everyone carries heavy revolvers everywhere, and the armor sports rope lariats for lassoing 'cattle.' <</switch>> <</if>> There are doors to magazines, armories, and training areas to all sides, and muffled gunfire can be heard from the latter. <br><br> You head up a deck, to the staff area, and up one more, to look into the living area. It's comfortable and very well-kept, since they have a large number of slaves here to look after them. Relaxing mercenaries are scattered around the common areas, and most are enjoying a slave or two. <<if $FSAnnounced>> They're obviously adopting the customs of $arcologies[0].name. <<set _vignette = 0>> <<if $arcologies[0].FSSubjugationist != "unset">> A mercenary is fingering a $arcologies[0].FSSubjugationistRace girl's <<if $seeDicks != 100>>pussy<<else>>anus<</if>>. She's wincing a little; she must be new here. <<set _vignette++>> <</if>> <<if $arcologies[0].FSSupremacist != "unset">> <<if _vignette>>Another<<else>>A<</if>> mercenary, a woman, is being seen to by a multicultural bunch of subhumans of different races. She has one eating her out while two more are rubbing her feet. <<set _vignette++>> <</if>> <<if $arcologies[0].FSGenderRadicalist != "unset">> <<if _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary, who's rather obviously earned enough money to pay for the surgeries and drugs to turn herself into an imposing futanari, is pounding a dickgirl slave. <<set _vignette++>> <<elseif $arcologies[0].FSGenderFundamentalist != "unset">> <<if _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is fucking a slave <<if $arcologies[0].FSRestart != "unset">> lotus style. His hands are greedily following her womanly curves as they bang. <<else>> doggy style. He's massaging her rounded belly as she enjoys her first foray into motherhood. <</if>> <<set _vignette++>> <</if>> <<if $arcologies[0].FSPaternalist != "unset">> <<if _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is making out with a pretty slave. An old romantic movie is playing on a wallscreen in front of them, forgotten. <<set _vignette++>> <<elseif $arcologies[0].FSDegradationist != "unset">> <<if _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is using a slave as a footrest as he relaxes. She has a huge dildo up her ass, and whenever she moves, he uses a foot to shove it farther inside her. <<set _vignette++>> <</if>> <<if $arcologies[0].FSBodyPurist != "unset">> <<if _vignette >= $FSCreditCount>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is idly playing with a slave's natural breasts as he watches a wallscreen. He's being gentle and she doesn't seem to mind. <<set _vignette++>> <<elseif $arcologies[0].FSTransformationFetishist != "unset">> <<if _vignette >= $FSCreditCount>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is fucking a bimbo slave doggy style. Her fake tits are so huge that the motion is making them slap together under her. <<set _vignette++>> <</if>> <<if $arcologies[0].FSYouthPreferentialist != "unset">> <<if _vignette >= $FSCreditCount>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is getting a blowjob from a young slave. He's playing with her <<if $seeDicks != 100>>fresh pussy<<else>>tight little anus<</if>> as she sucks his dick. <<set _vignette++>> <<elseif $arcologies[0].FSMaturityPreferentialist != "unset">> <<if _vignette >= $FSCreditCount>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is getting a massage from a mature slave. She's wearing a towel, but he sneaks a hand back and steals it, freeing her heavy breasts. <<set _vignette++>> <</if>> <<if $arcologies[0].FSSlimnessEnthusiast != "unset">> <<if _vignette >= $FSCreditCount>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is getting a lap dance from a lithe slave. She's moving her cute butt lower and lower, getting ready to impale herself on his raging erection. <<set _vignette++>> <<elseif $arcologies[0].FSAssetExpansionist != "unset">> <<if _vignette >= $FSCreditCount>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is almost hidden by a slave he's got in his lap. He has his head buried between her monstrous breasts, and it's not clear how he's breathing. <<set _vignette++>> <</if>> <<if $arcologies[0].FSPastoralist != "unset">> <<if _vignette >= $FSCreditCount>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is drinking a slave's milk, straight from the nipple, while idly massaging her other breast, bringing out a thin stream of milk. <<set _vignette++>> <</if>> <<if $arcologies[0].FSPhysicalIdealist != "unset">> <<if _vignette >= $FSCreditCount>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is doing pushups with a well-endowed slave sitting on his back to add weight. She's counting his reps for him. <<set _vignette++>> <<elseif $arcologies[0].FSHedonisticDecadence != "unset">> <<if _vignette >= $FSCreditCount>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is doing squats with a rather portly slave sitting on his shoulders to add weight. She pops a cookie into his mouth with each completed set. <<set _vignette++>> <</if>> <<if $arcologies[0].FSChattelReligionist != "unset">> <<if _vignette >= $FSCreditCount>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is mounting a praying slave from behind. It doesn't distract her; her quiet devotions become more fervent as he fucks her. <<set _vignette++>> <</if>> <<if $arcologies[0].FSRepopulationFocus != "unset">> <<if _vignette >= $FSCreditCount>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is being ridden by an enormously pregnant slave. He's massaging her taut belly as she uses her hands to support her sore boobs. <<set _vignette++>> <<elseif $arcologies[0].FSRestart != "unset">> <<if _vignette >= $FSCreditCount>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is being serviced by a slave with a visibly smooth crotch. He has a dildo rammed in her ass and moves it along with her sucking. <<set _vignette++>> <</if>> <<if $arcologies[0].FSRomanRevivalist != "unset">> <<elseif $arcologies[0].FSAztecRevivalist != "unset">> <<elseif $arcologies[0].FSEgyptianRevivalist != "unset">> <<elseif $arcologies[0].FSEdoRevivalist != "unset">> <<elseif $arcologies[0].FSArabianRevivalist != "unset">> <<elseif $arcologies[0].FSChineseRevivalist != "unset">> <</if>> <</if>> <<if $mercenariesHelpCorp > 0>> <br><br> As you leave, a squad moves thunderously into the bay, fresh from a slave raid on behalf of your corporation. Most of their captures have been dropped off with the corporate receivers, but they've been given a pretty girl who isn't a good training prospect for the corporate brand, a common reward. The squad looks after their weapons and armor first, an inviolable rule, and as they do, they leave their naked slave standing in the middle of the bay, ignored. She isn't even bound, but she's standing nude and alone amongst modern mercenaries, so she knows that resistance is futile. So she does the only thing left available to her, try to cover herself with her hands and cry. <</if>> <br><br> <<link "Decommission the armory and return this sector to manufacturing">> <<set $barracks = 0>> <<for _i = 0; _i < $sectors.length; _i++>> <<if $sectors[_i].type == "Barracks">><<set $sectors[_i].type = "Manufacturing">><<break>><</if>> <</for>> <<goto "Main">> <</link>>
DankWolf/fc
src/uncategorized/barracks.tw
tw
bsd-3-clause
13,334
:: BG Select [nobr] <<set $nextButton = "Back to Main", $nextLink = "Main", $showEncyclopedia = 1, $encyclopedia = "Bodyguard">> <<showallAssignmentFilter>> <<if ($Bodyguard != 0)>> ''__@@.pink;<<= SlaveFullName($Bodyguard)>>@@__'' is serving as your bodyguard.<br><br>She will remain close to you at all times and guard your person. <<else>> You have not selected a bodyguard. <</if>> <br><br>''Appoint a bodyguard from your devoted slaves:'' <br><br>[[None|Bodyguard Workaround][$i = -1]] <br><br> <<assignmentFilter>> <span id="ComingGoing"> <<showallAssignmentFilter>> <<include "Slave Summary">> <<resetAssignmentFilter>> </span>
DankWolf/fc
src/uncategorized/bgSelect.tw
tw
bsd-3-clause
641
:: Body Modification [nobr] <<set $nextButton = "Continue", $nextLink = "Slave Interact">> <<run clearSummaryCache($activeSlave)>> <<run SlavePronouns($activeSlave)>> <<run Enunciate($activeSlave)>> <<set $showEncyclopedia = 1, $encyclopedia = "The Studio">> <h1>Body Modification Studio</h1> <<= SlaveFullName($activeSlave)>> is lying strapped down on the table in your body modification studio. $He is entirely at your mercy. <<if $brandApplied || $degradation>> <<if $activeSlave.fuckdoll == 0>> <<if canSee($activeSlave)>>There's a mirror on the ceiling, so $he can see<<else>>$He can't see, so you're careful to describe<</if>> $his new appearance. <</if>> <<if $brandApplied>> The smell of burnt flesh hangs in the air. Being branded @@.red;has hurt $his health a little.@@ <<set $activeSlave.health -= 10>> <<unset $brandApplied>> <</if>> <<if $activeSlave.fetish != "mindbroken" && $activeSlave.fuckdoll == 0>> <<if $degradation > 1>> <<if $degradation > 5>> <<if $activeSlave.devotion <= 50 && $activeSlave.trust < -50>> $He is appalled by the whorish spectacle you have made of $him. $He @@.gold;fears@@ you all the more for this but is so terrified of you it does not affect $his submission. <<set $activeSlave.trust -= 10>> <<elseif $activeSlave.devotion <= 50>> $He is appalled by the whorish spectacle you have made of $him. $He @@.mediumorchid;hates@@ and @@.gold;fears@@ you for this. <<set $activeSlave.devotion -= 10, $activeSlave.trust -= 10>> <<else>> $He is shocked by the whorish spectacle you have made of $him. However, $he is so submissive to your will that $he @@.hotpink;accepts@@ that the slave <<if canSee($activeSlave)>>in the mirror<<else>>$he pictures<</if>> is who $he is now. <<set $activeSlave.devotion += 4>> <</if>> <br><br> <<else>> <<if $activeSlave.devotion < -20 && $activeSlave.trust < 20>> $He is @@.gold;afraid@@ that $he has been permanently altered against $his will, but is also scared of your reaction to any objection and suppresses $his disgust. <<set $activeSlave.trust -= 5>> <<elseif $activeSlave.devotion < -20>> $He is @@.mediumorchid;angry@@ and @@.gold;afraid@@ that $he has been permanently altered against $his will. <<set $activeSlave.devotion -= 5, $activeSlave.trust -= 5>> <<else>> $He is saddened to have been altered against $his will. However, $he realizes that $he is a slave, so $he @@.hotpink;accepts@@ your work. <<set $activeSlave.devotion += 4>> <</if>> <</if>> <<set $degradation = 0>> <</if>> <<set _slaveBeforeSession = getSlave($activeSlave.ID)>> <<if $activeSlave.tonguePiercing != _slaveBeforeSession.tonguePiercing>> <<if $activeSlave.fetishKnown>> <<if $activeSlave.fetishStrength > 10>> <<if $activeSlave.fetish == "cumslut">> Since $he's an oral whore, $he's <<if $activeSlave.tonguePiercing > _slaveBeforeSession.tonguePiercing>> <<if $activeSlave.tonguePiercing > 1>>@@.hotpink;very happy@@ you took the time to personally pierce $his tongue so heavily<<else>>@@.hotpink;happy@@ to get a tongue piercing from you personally<</if>>. After all, $he's pretty sure it's a sign there will be plenty of <<if $PC.dick>>dick for $him to suck<<else>>pussy for $him to eat<</if>> in the future. <<set $activeSlave.devotion += ($activeSlave.tonguePiercing-_slaveBeforeSession.tonguePiercing)*2>> <<elseif $activeSlave.devotion <= 95>> @@.mediumorchid;saddened@@ you decided to take out $his tongue piercings yourself. $He's afraid this means something about $his future as a suck slut. <<set $activeSlave.devotion += ($activeSlave.tonguePiercing-_slaveBeforeSession.tonguePiercing)*2>> <</if>> <</if>> <</if>> <<if $activeSlave.sexualFlaw == "hates oral">> $He has trouble thinking of $his mouth as a warm, wet, playful hole, so $his new piercings will be therapeutic. Having something to suck on at all times should force $him past $his hangups. <</if>> <</if>> <</if>> <<if $activeSlave.nipplesPiercing+$activeSlave.areolaePiercing != _slaveBeforeSession.nipplesPiercing+_slaveBeforeSession.areolaePiercing>> <<if $activeSlave.fetishKnown>> <<if $activeSlave.fetishStrength > 10>> <<if $activeSlave.fetish == "boobs">> Since $he's fixated on $his boobs, $he's <<if $activeSlave.nipplesPiercing+$activeSlave.areolaePiercing > _slaveBeforeSession.nipplesPiercing+_slaveBeforeSession.areolaePiercing>> <<if $activeSlave.nipplesPiercing+$activeSlave.areolaePiercing > 2>>@@.hotpink;very happy@@ you took the time to personally pierce them so heavily<<else>>@@.hotpink;happy@@ to get nipple piercings from you personally<</if>>. As far as $he's concerned, more attention on $his tits is always good. <<set $activeSlave.devotion += ($activeSlave.nipplesPiercing+$activeSlave.areolaePiercing-_slaveBeforeSession.nipplesPiercing-_slaveBeforeSession.areolaePiercing)*2>> <<elseif $activeSlave.devotion <= 95>> @@.mediumorchid;saddened@@ you decided to take out $his nipple piercings yourself. $He doesn't like anything that makes $his tits less distinctive. <<set $activeSlave.devotion += ($activeSlave.tonguePiercing-_slaveBeforeSession.tonguePiercing)*2>> <</if>> <</if>> <</if>> <</if>> <</if>> <<if $activeSlave.corsetPiercing != _slaveBeforeSession.corsetPiercing>> <<if $activeSlave.fetishKnown>> <<if $activeSlave.fetishStrength > 10>> <<if $activeSlave.fetish == "masochist">> Since $he's a pain whore, <<if $activeSlave.corsetPiercing > _slaveBeforeSession.corsetPiercing>> $he @@.hotpink;got off on@@ you giving $his a corset piercing personally. $He loved the feeling of the metal entering $his flesh. <<set $activeSlave.devotion += ($activeSlave.corsetPiercing-_slaveBeforeSession.corsetPiercing)*2>> <<elseif $activeSlave.devotion <= 95>> $he's @@.mediumorchid;saddened@@ you decided to take out $his corset piercings yourself. $He'll miss the constant slight discomfort they gave $him. <<set $activeSlave.devotion += ($activeSlave.corsetPiercing-_slaveBeforeSession.corsetPiercing)*2>> <</if>> <</if>> <</if>> <</if>> <</if>> <<if $activeSlave.vaginaPiercing != _slaveBeforeSession.vaginaPiercing>> <<if $activeSlave.fetishKnown>> <<if $activeSlave.fetishStrength > 10>> <<if $activeSlave.fetish == "pregnancy">> Since $he's a whore for impregnation, $he's <<if $activeSlave.vaginaPiercing > _slaveBeforeSession.vaginaPiercing>> <<if $activeSlave.vaginaPiercing > 1>>@@.hotpink;very happy@@ you took the time to personally pierce $his pussylips so heavily<<else>>@@.hotpink;happy@@ to get pussy piercings from you personally<</if>>. Like most pregnancy fetishists, $he's a little desperate for dick, and anything that points towards more bareback sex is appealing to $him. <<set $activeSlave.devotion += ($activeSlave.vaginaPiercing-_slaveBeforeSession.vaginaPiercing)*2>> <<elseif $activeSlave.devotion <= 95>> @@.mediumorchid;saddened@@ you decided to take out $his pussy piercings yourself. Like most pregnancy fetishists, $he's a little desperate for dick, and $he's afraid of anything that points towards less attention focused on $his cunt. <<set $activeSlave.devotion += ($activeSlave.vaginaPiercing-_slaveBeforeSession.vaginaPiercing)*2>> <</if>> <</if>> <</if>> <<if $activeSlave.sexualFlaw == "hates penetration">> $He has trouble thinking of her vagina as a fuckhole rather than something special to protect and cherish, so her new piercings will be therapeutic. The constant, inescapable stimulation of her labia should force her past her hangups. <</if>> <</if>> <</if>> <<if $activeSlave.dickPiercing != _slaveBeforeSession.dickPiercing>> <<if $activeSlave.fetishKnown>> <<if $activeSlave.fetishStrength > 10>> <<if $activeSlave.fetish == "pregnancy">> Since $he's fixated on using $his cock to impregnate other slaves, $he's <<if $activeSlave.dickPiercing > _slaveBeforeSession.dickPiercing>> <<if $activeSlave.dickPiercing > 1>>@@.hotpink;very happy@@ you took the time to personally stick so much metal into $his dick<<if $activeSlave.scrotum>> and ballsack<</if>><<else>>@@.hotpink;happy@@ to get penis piercings from you personally<</if>>. $He's extremely proud of $his newly decorated member. <<set $activeSlave.devotion += ($activeSlave.dickPiercing-_slaveBeforeSession.dickPiercing)*2>> <<elseif $activeSlave.devotion <= 95>> @@.mediumorchid;saddened@@ you decided to take out $his dick<<if $activeSlave.scrotum>> and ballsack<</if>> piercings yourself. $He passionately loves using $his penis, and $he's concerned you're planning to let $him do less of that. <<set $activeSlave.devotion += ($activeSlave.dickPiercing-_slaveBeforeSession.dickPiercing)*2>> <</if>> <</if>> <</if>> <</if>> <</if>> <<if $activeSlave.anusPiercing != _slaveBeforeSession.anusPiercing>> <<if $activeSlave.fetishKnown>> <<if $activeSlave.fetishStrength > 10>> <<if $activeSlave.fetish == "cumslut">> Since $he's an anal slut, $he's <<if $activeSlave.anusPiercing > _slaveBeforeSession.anusPiercing>> <<if $activeSlave.anusPiercing > 1>>@@.hotpink;very happy@@ you took the time to personally pierce the entire area around $his whorish asspussy<<else>>@@.hotpink;happy@@ to get a piercing next to $his favorite hole from you personally<</if>>. $He can't wait to find out how the metal will feel against $his butthole when $he moves around. <<set $activeSlave.devotion += ($activeSlave.anusPiercing-_slaveBeforeSession.anusPiercing)*2>> <<elseif $activeSlave.devotion <= 95>> @@.mediumorchid;saddened@@ you decided to take out $his backdoor piercings yourself. $He will miss the constant anal titillation, and $he's worried this means you're becoming less interested in $his butthole. <<set $activeSlave.devotion += ($activeSlave.anusPiercing-_slaveBeforeSession.anusPiercing)*2>> <</if>> <</if>> <</if>> <<if $activeSlave.sexualFlaw == "hates anal">> $He has trouble thinking of $his asshole as a sexy, fuckable hole, so $his new piercings will be therapeutic. The constant tickling back there should force $him past $his hangups. <</if>> <</if>> <</if>> <<if $activeSlave.genes == "XY">> <<if $activeSlave.attrXY <= 35>> <<if $activeSlave.earPiercing+$activeSlave.nosePiercing+$activeSlave.eyebrowPiercing+$activeSlave.lipsPiercing+$activeSlave.navelPiercing > _slaveBeforeSession.earPiercing+_slaveBeforeSession.nosePiercing+_slaveBeforeSession.eyebrowPiercing+_slaveBeforeSession.lipsPiercing+_slaveBeforeSession.navelPiercing>> $His girly new <<if $activeSlave.nosePiercing == 1 && _slaveBeforeSession.nosePiercing == 0>> pierced ears should help $him a little with $his issues about $his self-image as a fuckable slave girl. <<elseif $activeSlave.nosePiercing == 1 && _slaveBeforeSession.nosePiercing == 0>> nose piercing should make $his reflection in the mirror seem just a bit more fuckably feminine to $him. <<elseif $activeSlave.eyebrowPiercing == 1 && _slaveBeforeSession.eyebrowPiercing == 0>> facial piercing should help destroy $his vestiges of sexual identity outside of $his life as a hole for cocks. <<elseif $activeSlave.lipsPiercing == 1 && _slaveBeforeSession.lipsPiercing == 0>> facial piercing, just below $his pretty mouth, should help $him get used to the idea of it being a warm, wet hole for cocks. <<elseif $activeSlave.navelPiercing == 1 && _slaveBeforeSession.navelPiercing == 0>> navel piercing should help $his see $his naked body in a submissively sexual way, especially as $him turns to hide it and present $his asspussy. <<else>> new set of slutty facial piercings should help $him get used to the idea of being a girly slave meant to please dicks. <</if>> <<if $activeSlave.devotion < -20>>Unfortunately, that positive effect will have to wait until $he's a little less resistant to the idea of being a sex slave.<</if>> <</if>> <</if>> <</if>> <<if $activeSlave.anusTat != _slaveBeforeSession.anusTat>> <<if canSee($activeSlave)>> <<if canTalk($activeSlave)>> <<if $activeSlave.anus > 3>> <<set _anus = "anal gape">> <<elseif $activeSlave.anus == 3>> <<set _anus = "relaxed asspussy">> <<elseif $activeSlave.anus == 2>> <<set _anus = "soft butthole">> <<else>> <<set _anus = "tight butthole">> <</if>> <<if $activeSlave.anusTat == "bleached">> $He knew $he was getting $his ass bleached, of course. The stinging sensation was hard to miss. Even so, $he cranes $his neck around as soon as possible to look at $his _anus in the mirror. <<else>> $He knew $he was getting $his asshole tattooed, of course. $He cranes $his neck around as soon as possible to look at $his _anus in the mirror. <<if $activeSlave.butt > 5>>$His huge buttocks are still held apart by the spreaders used to give the tattooing actuators access to $his most intimate area, giving $him a good view.<</if>> <</if>> <<if $activeSlave.fetishKnown && $activeSlave.fetish == "buttslut">> <<switch $activeSlave.anusTat>> <<case "bleached">> $He giggles at $his crinkled fuckhole's clean, fuckable appearance, and starts squeezing $his sphincter muscles experimentally. "Thank you, <<Master>>," $he gasps, flushing. <<case "flowers" "tribal patterns">> $He gasps at the beautiful design and then suddenly bursts into tears. "T-thank you, <<Master>>," $he blubbers. "I'm <<s>>-<<s>>uch an anal whore." <<case "advertisements">> $He stares, $his mouth working as $he spells out <<if ($activeSlave.vagina > -1)>> 'Second Pussy.' $He smiles naughtily. "<<Master>>, it'<<s>> my //favorite// pu<<ss>>y," <<else>> 'Spit First.' $He smiles naughtily. "<<Master>>, that work<<s>> for me. Lube'<<s>> good too. Or, um, dry'<<s>> fine too," <</if>> $he giggles. <<case "rude words">> $He stares, $his mouth working as $he spells out <<if ($activeSlave.vagina > -1)>> 'Fucktoy's Favorite Fuckhole.' $He smiles naughtily. "<<Master>>, it sure i<<s>>," <<else>> 'Sissy Slut's Sodomy Slit.' $He smiles naughtily. "<<Master>>, I love it when you fuck my lewd butt <<s>>lit," <</if>> $he giggles. <<case "sacrilege">> $He stares, $his mouth working as $he reads the ring of Aramaic blasphemy around $his hole. Getting it, $he smiles naughtily. "<<Master>>, I'm a horrible little butthole <<s>>uccubu<<s>>. Plea<<s>>e, <<Master>>, feed me. I need cum in my a<<ss>> to <<s>>urvive." <<case "sacrament">> $He stares, $his mouth working as $he reads the ring of Aramaic around $his hole. Getting it, $he smiles beatifically. "<<Master>>, I alway<<s>> knew butt<<s>>e<<x>> was a <<s>>acrament." <<case "degradation">> $He stares, $his mouth working as $he spells out '<<if $PC.title == 1>>Master<<else>>Mistress<</if>> Made Me An Anal Slut.' $He smiles naughtily. "Oh <<Master>>, you did," $he <<say>>s gratefully. "And I love you for it." <<case "counting">> $He stares, realizing that the markings denote how many times $he's been sodomized. "<<Master>>, thank you, and, and, I hope I'll have to come back in here a lot," $he <<say>>s. "Um, becau<<s>>e I have to have that updated. Because I'm being fucked in the butt a lot," $he adds, wanting to be completely clear. <<case "bovine patterns">> $He stares at $his new cow's anus. Finally, $he focuses on the upsides of being permanently transformed like this. "<<Master>>, I hope thi<<s>> mean<<s>> I'll have to be fed up the butt a lot," $he <<say>>s, referencing the milking systems' anal feeders. <<case "possessive">> $He stares, realizing that the ring of numbers around $his anus give the date $he was enslaved by you. "Be<<s>t place for that date, <<Master>>," $he <<say>>s. "Being a butt <<s>>lut i<<s>> my life now." <<case "paternalist">> $He stares, $his mouth working as $he spells out '<<if $PC.title == 1>>Master<<else>>Mistress<</if>> Helped Me Love Anal.' "Oh <<Master>>, you did," $he coos. "You did! Thank you <<s>>o much for helping me become the anal <<s>>lut I wa<<s>> alway<<s>> meant to be!" <</switch>> <<elseif $activeSlave.devotion > 50>> <<switch $activeSlave.anusTat>> <<case "bleached">> $He gasps at how closely the crinkled skin around $his anal opening matches the rest of $his $activeSlave.skin body. "Oh, it'<<s>> <<s>>o beautiful! Thank you, <<Master>>, thank you," $he exclaims lovingly. <<case "flowers" "tribal patterns">> $He gasps at the beautiful design. "It'<<s>> <<s>>o pretty, <<Master>>," $he <<say>>s. "Thank you. I love you <<s>>o much!" <<case "advertisements" "rude words" "sacrilege" "sacrament" "degradation" "possessive" "paternalist">> $He stares, $his mouth working as $he spells out the words tattooed in a ring around $his asshole. "Thank you, <<Master>>," $he <<say>>s devotedly. "I love you and I'll <<s>>erve you with my butthole a<<s>> be<<s>>t I can." <<default>> $He smiles, pleased at the mark of your attention to $his body. "Thank you, <<Master>>," $he <<say>>s devotedly. "I love you and I'll <<s>>erve you with my butthole a<<s>> be<<s>>t I can." <</switch>> <<elseif $activeSlave.sexualFlaw == "hates anal">> $He stares, <<switch $activeSlave.anusTat>> <<case "bleached">> horrified, and then shudders convulsively, but can't look away. <<case "flowers" "tribal patterns">> torn between fascination at the intricate design and horror at having $his anus permanently tattooed. <<case "advertisements" "rude words" "sacrilege" "sacrament" "degradation" "possessive" "paternalist">> $his mouth working as $he spells out the words tattooed in a ring around $his asshole. $He starts to cry as their meaning sinks in. <<default>> lower lip quivering. <</switch>> $He hates being assraped, and knows that this means there's lots of it in store for $him. "<<Master>>, p-plea<<s>>e," $he moans halfheartedly. "I d-don't like being b-butt f-fucked." <<elseif $activeSlave.devotion > 20>> $He stares, <<switch $activeSlave.anusTat>> <<case "bleached">> fascinated. $He doesn't seem sure what to make of this. <<case "flowers" "tribal patterns">> torn between admiration of the pretty design and realization that $his anus has been permanently tattooed. <<case "advertisements" "rude words" "sacrilege" "sacrament" "degradation" "possessive" "paternalist">> $his mouth working as $he spells out the words tattooed in a ring around $his asshole. $He shudders a little as they sink in and $he internalizes what they say about $him and $his asshole. <<default>> realizing that $his anus has been permanently tattooed. It's yet another proof that $he's permanently a sex slave, and $his anus is for fucking. <</switch>> "Thank you, <<Master>>," $he <<say>>s, taking refuge in propriety. "Um, d-doe<<s>> thi<<s>> mean I'm going to be more of a, um, b-butt<<s>>lut?" $he asks hesitantly, not sounding very enthusiastic. <<elseif $activeSlave.trust < -20>> $He stares, <<switch $activeSlave.anusTat>> <<case "bleached">> trying to process the appearance of what must seem like an unnaturally clean-looking hole. <<case "flowers" "tribal patterns">> struggling to process the fact that one of $his most intimate areas has been tattooed. Beautifully tattooed, but still. <<case "advertisements" "rude words" "sacrilege" "sacrament" "degradation" "possessive" "paternalist">> $his mouth working as $he spells out the words tattooed in a ring around $his asshole. $He shudders as $he does $his best to conceal $his feelings about such a permanent display of $his status as an anal slave. <<default>> looking sad as the meaning of a permanent display of $his status as an anal slave sinks in. <</switch>> After a short pause $he remembers $his duties and stammers, "T-thank you, <<Master>>." After a while longer $he turns $his head away, clearly not wanting to dwell on how $his anus is obviously being beautified to attract sexual attention. <<else>> <<switch $activeSlave.anusTat>> <<case "bleached">> $His face darkens as $he sees $his crinkled fuckhole's clean, fuckable appearance. "Don't you dare fucking a<<ss>>rape me!" $he bursts out. <<case "flowers" "tribal patterns">> $He's momentarily surprised by the pretty design, but then $his face darkens. "That'<<s>> permanent!" $he bursts out. "My a<<ss>>hole i<<s>> going to look like that forever!" <<case "advertisements">> $He stares, $his mouth working as $he spells out <<if ($activeSlave.vagina > -1)>> 'Second Pussy.' $His face darkens. "No it'<<s>> not," $he bursts out. "Anal is dirty." <<else>> 'Spit First.' $His face darkens. "Gro<<ss>>," $he bursts out. "Gro<<ss>> and wrong!" <</if>> <<case "rude words">> $He stares, $his mouth working as $he spells out <<if ($activeSlave.vagina > -1)>> 'Fucktoy's Favorite Fuckhole.' $His face darkens. "No it'<<s>> not," $he bursts out. "It'<<s>> my a<<ss>>!" <<else>> 'Sissy Slut's Sodomy Slit.' $His face darkens. "No it'<<s>> not," $he bursts out. "I'm not a <<s>>i<<ss>>y! Or a <<s>>lut! And it'<<s>> not a slit!" Those are debatable, but they can all change, of course. <</if>> <<case "sacrilege" "sacrament">> $He stares, $his mouth working as $he reads the ring of Aramaic around $his hole. $He doesn't understand it, but $he's not happy about having stuff permanently inscribed around $his ass. <<case "degradation">> $He stares, $his mouth working as $he spells out '<<if $PC.title == 1>>Master<<else>>Mistress<</if>> Made Me An Anal Slut.' $His face darkens. "No I'm not," $he bursts out. That remains to be seen. <<case "counting">> $He stares, realizing that the markings denote how many times $he's been sodomized. $His face darkens. "I <<s>>ee there'<<s>> room for more," $he bursts out. "Fucking gro<<ss>>." <<case "bovine patterns">> $He stares at $his new cow's anus. "Fucking gro<<ss>>," $he bursts out. "I'm not an animal." That remains to be seen. <<case "possessive">> $He stares, realizing that the ring of numbers around $his anus give the date $he was enslaved by you. $His face darkens. "Wor<<s>>t day of my life," $he bursts out. <<case "paternalist">> $He stares, $his mouth working as $he spells out '<<if $PC.title == 1>>Master<<else>>Mistress<</if>> Helped Me Love Anal.' "I don't," $he bursts out. "It'<<s>> fucking gro<<ss>>." <</switch>> <</if>> <</if>> <</if>> <</if>> <</if>> <</if>> /* 000-250-006 */ <<if $seeImages == 1>> <<if $imageChoice == 1>> <div class="imageRef lrgVector"><div class="mask">&nbsp;</div><<SlaveArt $activeSlave 3 0>></div> <<else>> <div class="imageRef lrgRender"><div class="mask">&nbsp;</div><<SlaveArt $activeSlave 3 0>></div> <</if>> <</if>> /* 000-250-006 */ /* PIERCINGS */ <<set _piercingCount =($activeSlave.earPiercing + $activeSlave.nosePiercing + $activeSlave.eyebrowPiercing + $activeSlave.lipsPiercing + $activeSlave.tonguePiercing + $activeSlave.nipplesPiercing + $activeSlave.areolaePiercing + $activeSlave.corsetPiercing + $activeSlave.navelPiercing + $activeSlave.clitPiercing + $activeSlave.vaginaPiercing + $activeSlave.dickPiercing + $activeSlave.anusPiercing)>> /*DESCRIPTIONS */ <br><br> Piercings: <<if _piercingCount == 0>> $His smooth $activeSlave.skin skin is completely unpierced. <</if>> <<if $activeSlave.earPiercing > 0 >><br>&nbsp;&nbsp;&nbsp;&nbsp;<<earPiercingDescription>><</if>> <<if $activeSlave.nosePiercing > 0 >><br>&nbsp;&nbsp;&nbsp;&nbsp;<<nosePiercingDescription>><</if>> <<if $activeSlave.eyebrowPiercing > 0 >><br>&nbsp;&nbsp;&nbsp;&nbsp;<<eyebrowPiercingDescription>><</if>> <<if $activeSlave.lipsPiercing > 0 >><br>&nbsp;&nbsp;&nbsp;&nbsp;<<lipsPiercingDescription>><</if>> <<if $activeSlave.tonguePiercing > 0 >><br>&nbsp;&nbsp;&nbsp;&nbsp;<<tonguePiercingDescription>><</if>> <<if $activeSlave.nipplesPiercing > 0 >><br>&nbsp;&nbsp;&nbsp;&nbsp;<<nipplesPiercingDescription>><</if>> <<if $activeSlave.areolaePiercing > 0 >><br>&nbsp;&nbsp;&nbsp;&nbsp;<<areolaePiercingDescription>><</if>> <<if $activeSlave.navelPiercing > 0 >><br>&nbsp;&nbsp;&nbsp;&nbsp;<<navelPiercingDescription>><</if>> <<if $activeSlave.corsetPiercing > 0 >><br>&nbsp;&nbsp;&nbsp;&nbsp;<<CorsetPiercingDescription>><</if>> <<if $activeSlave.clitPiercing > 0 >><br>&nbsp;&nbsp;&nbsp;&nbsp;<<clitPiercingDescription>><</if>> <<if $activeSlave.vaginaPiercing > 0 >><br>&nbsp;&nbsp;&nbsp;&nbsp;<<vaginaPiercingDescription>><</if>> <<if $activeSlave.dickPiercing > 0 >><br>&nbsp;&nbsp;&nbsp;&nbsp;<<dickPiercingDescription>><</if>> <<if $activeSlave.anusPiercing > 0 >><br>&nbsp;&nbsp;&nbsp;&nbsp;<<anusPiercingDescription>><</if>> <br><<chastityPiercingDescription>> /*<<earPiercingDescription>> <<nosePiercingDescription>> <<eyebrowPiercingDescription>> <<lipsPiercingDescription>> <<tonguePiercingDescription>> <<nipplesPiercingDescription>> <<areolaePiercingDescription>> <<navelPiercingDescription>> <<CorsetPiercingDescription>> <<clitPiercingDescription>> <<vaginaPiercingDescription>> <<dickPiercingDescription>> <<anusPiercingDescription>> <<chastityPiercingDescription>>*/ /* Apply piercings */ <br>&nbsp;&nbsp;&nbsp;&nbsp; Choose piercing style: <<if $piercingLevel != 1>>[[Light|Body Modification][$piercingLevel = 1]]<<else>>Light<</if>> <<if $piercingLevel != 2>>| [[Heavy|Body Modification][$piercingLevel = 2]]<<else>>| Heavy<</if>> <<if $piercingLevel != 3>>| [[Smart|Body Modification][$piercingLevel = 3]]<<else>>| Smart<</if>> <<if $piercingLevel != 0>>| [[Remove|Body Modification][$piercingLevel = 0]]<<else>>| Remove<</if>> <<if $piercingLevel == 1>> <br>&nbsp;&nbsp;&nbsp;&nbsp; //Lightly// pierce $his: <<link "Entire body">> <<if $activeSlave.earPiercing != 1>><<set $activeSlave.earPiercing = 1>> <<set $cash -= $modCost>><</if>> <<if $activeSlave.nosePiercing != 1>><<set $activeSlave.nosePiercing = 1>> <<set $cash -= $modCost>><</if>> <<if $activeSlave.eyebrowPiercing != 1>><<set $activeSlave.eyebrowPiercing = 1>> <<set $cash -= $modCost>><</if>> <<if $activeSlave.lipsPiercing != 1>><<set $activeSlave.lipsPiercing = 1>> <<set $cash -= $modCost>><</if>> <<if $activeSlave.tonguePiercing != 1>><<set $activeSlave.tonguePiercing = 1>> <<set $cash -= $modCost>><</if>> <<if $activeSlave.nipples != "fuckable">> <<if $activeSlave.nipplesPiercing != 1 && >><<set $activeSlave.nipplesPiercing = 1>><<set $cash -= $modCost>><</if>> <</if>> <<if $activeSlave.areolaePiercing != 1>><<set $activeSlave.areolaePiercing = 1>> <<set $cash -= $modCost>><</if>> <<if $activeSlave.corsetPiercing != 1>><<set $activeSlave.corsetPiercing = 1>> <<set $cash -= $modCost>><</if>> <<if $activeSlave.navelPiercing != 1>><<set $activeSlave.navelPiercing = 1>> <<set $cash -= $modCost>><</if>> <<if ($activeSlave.vagina != -1) || ($activeSlave.dick != 0)>> <<if $activeSlave.clitPiercing != 1>><<set $activeSlave.clitPiercing = 1>> <<set $cash -= $modCost>><</if>> <</if>> <<if ($activeSlave.vagina != -1)>> <<if $activeSlave.vaginaPiercing != 1>><<set $activeSlave.vaginaPiercing = 1>> <<set $cash -= $modCost>><</if>> <</if>> <<if ($activeSlave.dick > 0)>> <<if $activeSlave.dickPiercing != 1>><<set $activeSlave.dickPiercing = 1>> <<set $cash -= $modCost>><</if>> <</if>> <<if $activeSlave.anusPiercing != 1>><<set $activeSlave.anusPiercing = 1>> <<set $cash -= $modCost>><</if>> <<goto "Body Modification">> <</link>> <<if $activeSlave.earPiercing != 1>> | [[Ear|Body Modification][$activeSlave.earPiercing = 1, $cash -= $modCost]]<</if>> <<if $activeSlave.nosePiercing != 1>> | [[Nose|Body Modification][$activeSlave.nosePiercing = 1, $cash -= $modCost]]<</if>> <<if $activeSlave.eyebrowPiercing != 1>> | [[Eyebrow|Body Modification][$activeSlave.eyebrowPiercing = 1, $cash -= $modCost]]<</if>> <<if $activeSlave.lipsPiercing != 1>> | [[Lips|Body Modification][$activeSlave.lipsPiercing = 1, $cash -= $modCost]]<</if>> <<if $activeSlave.tonguePiercing != 1>> | [[Tongue|Body Modification][$activeSlave.tonguePiercing = 1, $cash -= $modCost]]<</if>> <<if $activeSlave.nipples != "fuckable">> <<if $activeSlave.nipplesPiercing != 1>> | [[Nipples|Body Modification][$activeSlave.nipplesPiercing = 1, $cash -= $modCost]]<</if>> <</if>> <<if $activeSlave.areolaePiercing != 1>> | [[Areolae|Body Modification][$activeSlave.areolaePiercing = 1, $cash -= $modCost]]<</if>> <<if $activeSlave.corsetPiercing != 1>> | [[Corset|Body Modification][$activeSlave.corsetPiercing = 1, $cash -= $modCost]]<</if>> <<if $activeSlave.navelPiercing != 1>> | [[Navel|Body Modification][$activeSlave.navelPiercing = 1, $cash -= $modCost]]<</if>> <<if ($activeSlave.vagina != -1) || ($activeSlave.dick != 0)>> <<if $activeSlave.vagina != -1>> <<if $activeSlave.clitPiercing != 1>> | [[Clit|Body Modification][$activeSlave.clitPiercing = 1, $cash -= $modCost]]<</if>> <<else>> <<if $activeSlave.clitPiercing != 1>> | [[Dickhead|Body Modification][$activeSlave.clitPiercing = 1, $cash -= $modCost]]<</if>> <</if>> <</if>> <<if ($activeSlave.vagina != -1)>> <<if $activeSlave.vaginaPiercing != 1>> | [[Vagina|Body Modification][$activeSlave.vaginaPiercing = 1, $cash -= $modCost]]<</if>> <</if>> <<if ($activeSlave.dick > 0)>> <<if $activeSlave.dickPiercing != 1>> | [[Dick|Body Modification][$activeSlave.dickPiercing = 1, $cash -= $modCost]]<</if>> <</if>> <<if $activeSlave.anusPiercing != 1>> | [[Anus|Body Modification][$activeSlave.anusPiercing = 1, $cash -= $modCost]]<</if>> <</if>> <<if $piercingLevel == 2>> <br>&nbsp;&nbsp;&nbsp;&nbsp; ''Heavily'' pierce $his: <<link "Entire body">> <<if $activeSlave.earPiercing != 2>><<set $activeSlave.earPiercing = 2>> <<set $cash -= $modCost, $degradation += 1>><</if>> <<if $activeSlave.nosePiercing != 2>><<set $activeSlave.nosePiercing = 2>> <<set $cash -= $modCost, $degradation += 1>><</if>> <<if $activeSlave.eyebrowPiercing != 2>><<set $activeSlave.eyebrowPiercing = 2>> <<set $cash -= $modCost, $degradation += 1>><</if>> <<if $activeSlave.lipsPiercing != 2>><<set $activeSlave.lipsPiercing = 2>> <<set $cash -= $modCost, $degradation += 1>><</if>> <<if $activeSlave.tonguePiercing != 2>><<set $activeSlave.tonguePiercing = 2>> <<set $cash -= $modCost, $degradation += 1>><</if>> <<if $activeSlave.nipples != "fuckable">> <<if $activeSlave.nipplesPiercing != 2>><<set $activeSlave.nipplesPiercing = 2>> <<set $cash -= $modCost, $degradation += 1>><</if>> <</if>> <<if $activeSlave.areolaePiercing != 2>><<set $activeSlave.areolaePiercing = 2>> <<set $cash -= $modCost, $degradation += 1>><</if>> <<if $activeSlave.corsetPiercing != 2>><<set $activeSlave.corsetPiercing = 2>> <<set $cash -= $modCost, $degradation += 1>><</if>> <<if $activeSlave.navelPiercing != 2>><<set $activeSlave.navelPiercing = 2>> <<set $cash -= $modCost, $degradation += 1>><</if>> <<if ($activeSlave.vagina != -1) || ($activeSlave.dick != 0)>> <<if $activeSlave.clitPiercing != 2>><<set $activeSlave.clitPiercing = 2>> <<set $cash -= $modCost, $degradation += 1>><</if>> <</if>> <<if ($activeSlave.vagina != -1)>> <<if $activeSlave.vaginaPiercing != 2>><<set $activeSlave.vaginaPiercing = 2>> <<set $cash -= $modCost, $degradation += 1>><</if>> <</if>> <<if ($activeSlave.dick > 0)>> <<if $activeSlave.dickPiercing != 2>><<set $activeSlave.dickPiercing = 2>> <<set $cash -= $modCost, $degradation += 1>><</if>> <</if>> <<if $activeSlave.anusPiercing != 2>><<set $activeSlave.anusPiercing = 2>> <<set $cash -= $modCost, $degradation += 1>><</if>> <<goto "Body Modification">> <</link>> <<if $activeSlave.earPiercing != 2>> | [[Ear|Body Modification][$activeSlave.earPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> <<if $activeSlave.nosePiercing != 2>> | [[Nose|Body Modification][$activeSlave.nosePiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> <<if $activeSlave.eyebrowPiercing != 2>> | [[Eyebrow|Body Modification][$activeSlave.eyebrowPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> <<if $activeSlave.lipsPiercing != 2>> | [[Lips|Body Modification][$activeSlave.lipsPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> <<if $activeSlave.tonguePiercing != 2>> | [[Tongue|Body Modification][$activeSlave.tonguePiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> <<if $activeSlave.nipples != "fuckable">> <<if $activeSlave.nipplesPiercing != 2>> | [[Nipples|Body Modification][$activeSlave.nipplesPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> <</if>> <<if $activeSlave.areolaePiercing != 2>> | [[Areolae|Body Modification][$activeSlave.areolaePiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> <<if $activeSlave.corsetPiercing != 2>> | [[Corset|Body Modification][$activeSlave.corsetPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> <<if $activeSlave.navelPiercing != 2>> | [[Navel|Body Modification][$activeSlave.navelPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> <<if ($activeSlave.vagina != -1) || ($activeSlave.dick != 0)>> <<if $activeSlave.vagina != -1>> <<if $activeSlave.clitPiercing != 2>> | [[Clit|Body Modification][$activeSlave.clitPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> <<else>> <<if $activeSlave.clitPiercing != 2>> | [[Dickhead|Body Modification][$activeSlave.clitPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> <</if>> <</if>> <<if ($activeSlave.vagina != -1)>> <<if $activeSlave.vaginaPiercing != 2>> | [[Vagina|Body Modification][$activeSlave.vaginaPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> <</if>> <<if ($activeSlave.dick > 0)>> <<if $activeSlave.dickPiercing != 2>> | [[Dick|Body Modification][$activeSlave.dickPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> <</if>> <<if $activeSlave.anusPiercing != 2>> | [[Anus|Body Modification][$activeSlave.anusPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> <</if>> <<if $piercingLevel == 3>> <<if ($activeSlave.vagina != -1) || ($activeSlave.dick != 0)>> <<if $activeSlave.clitPiercing != 3>> <br>&nbsp;&nbsp;&nbsp;&nbsp; Give $him a [[smart piercing?|Body Modification][$activeSlave.clitPiercing = 3,$activeSlave.clitSetting = "all",$cash -=$SPcost,$degradation += 1]] //Costs <<print cashFormat($SPcost)>>, unlocks options to mold sexuality// <<else>> <br>&nbsp;&nbsp;&nbsp;&nbsp; $He already has a smart piercing! <</if>> <</if>> <</if>> <<if $piercingLevel == 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; Remove piercings from: /* no dick/vagina checks in 'remove' so stealth piercings can be cleaned. Check only for piercings. */ <<link "Everywhere">> <<if $activeSlave.earPiercing > 0>><<set $activeSlave.earPiercing = 0>> <<set $cash -= $modCost>><</if>> <<if $activeSlave.nosePiercing > 0>><<set $activeSlave.nosePiercing = 0>> <<set $cash -= $modCost>><</if>> <<if $activeSlave.eyebrowPiercing > 0>><<set $activeSlave.eyebrowPiercing = 0>> <<set $cash -= $modCost>><</if>> <<if $activeSlave.lipsPiercing > 0>><<set $activeSlave.lipsPiercing = 0>> <<set $cash -= $modCost>><</if>> <<if $activeSlave.tonguePiercing > 0>><<set $activeSlave.tonguePiercing = 0>> <<set $cash -= $modCost>><</if>> <<if $activeSlave.nipplesPiercing > 0>><<set $activeSlave.nipplesPiercing = 0>> <<set $cash -= $modCost>><</if>> <<if $activeSlave.areolaePiercing > 0>><<set $activeSlave.areolaePiercing = 0>> <<set $cash -= $modCost>><</if>> <<if $activeSlave.corsetPiercing > 0>><<set $activeSlave.corsetPiercing = 0>> <<set $cash -= $modCost>><</if>> <<if $activeSlave.navelPiercing > 0>><<set $activeSlave.navelPiercing = 0>> <<set $cash -= $modCost>><</if>> <<if $activeSlave.clitPiercing > 0>><<set $activeSlave.clitPiercing = 0>> <<set $cash -= $modCost>><</if>> <<if $activeSlave.vaginaPiercing > 0>><<set $activeSlave.vaginaPiercing = 0>> <<set $cash -= $modCost>><</if>> <<if $activeSlave.dickPiercing > 0>><<set $activeSlave.dickPiercing = 0>> <<set $cash -= $modCost>><</if>> <<if $activeSlave.anusPiercing > 0>><<set $activeSlave.anusPiercing = 0>> <<set $cash -= $modCost>><</if>> <<goto "Body Modification">> <</link>> <<if $activeSlave.earPiercing > 0>> | [[Ear|Body Modification][$activeSlave.earPiercing = 0, $cash -= $modCost]]<</if>> <<if $activeSlave.nosePiercing > 0>> | [[Nose|Body Modification][$activeSlave.nosePiercing = 0, $cash -= $modCost]]<</if>> <<if $activeSlave.eyebrowPiercing > 0>> | [[Eyebrow|Body Modification][$activeSlave.eyebrowPiercing = 0, $cash -= $modCost]]<</if>> <<if $activeSlave.lipsPiercing > 0>> | [[Lips|Body Modification][$activeSlave.lipsPiercing = 0, $cash -= $modCost]]<</if>> <<if $activeSlave.tonguePiercing > 0>> | [[Tongue|Body Modification][$activeSlave.tonguePiercing = 0, $cash -= $modCost]]<</if>> <<if $activeSlave.nipplesPiercing > 0>> | [[Nipples|Body Modification][$activeSlave.nipplesPiercing = 0, $cash -= $modCost]]<</if>> <<if $activeSlave.areolaePiercing > 0>> | [[Areolae|Body Modification][$activeSlave.areolaePiercing = 0, $cash -= $modCost]]<</if>> <<if $activeSlave.corsetPiercing > 0>> | [[Corset|Body Modification][$activeSlave.corsetPiercing = 0, $cash -= $modCost]]<</if>> <<if $activeSlave.navelPiercing > 0>> | [[Navel|Body Modification][$activeSlave.navelPiercing = 0, $cash -= $modCost]]<</if>> <<if $activeSlave.vagina != -1>> <<if $activeSlave.clitPiercing > 0>> | [[Clit|Body Modification][$activeSlave.clitPiercing = 0, $cash -= $modCost]]<</if>> <<else>> <<if $activeSlave.clitPiercing > 0>> | [[Dickhead|Body Modification][$activeSlave.clitPiercing = 0, $cash -= $modCost]]<</if>> <</if>> <<if $activeSlave.vaginaPiercing > 0>> | [[Vagina|Body Modification][$activeSlave.vaginaPiercing = 0, $cash -= $modCost]]<</if>> <<if $activeSlave.dickPiercing > 0>> | [[Dick|Body Modification][$activeSlave.dickPiercing = 0, $cash -= $modCost]]<</if>> <<if $activeSlave.anusPiercing > 0>> | [[Anus|Body Modification][$activeSlave.anusPiercing = 0, $cash -= $modCost]]<</if>> <</if>> <br><br> /* TATTOOS */ Tattoos: <<if $activeSlave.shouldersTat != 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp;<<shouldersTatDescription>><<set _hasTat = 1>><</if>> <<if $activeSlave.lipsTat != 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp;<<lipsTatDescription>><<set _hasTat = 1>><</if>> <<if $activeSlave.boobsTat != 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp;<<boobsTatDescription>><<set _hasTat = 1>><</if>> <<if $activeSlave.armsTat != 0 && $activeSlave.amp != 1>> <br>&nbsp;&nbsp;&nbsp;&nbsp;<<armsTatDescription>><<set _hasTat = 1>><</if>> <<if $activeSlave.backTat != 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp;<<backTatDescription>><<set _hasTat = 1>><</if>> <<if $activeSlave.stampTat != 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp;<<stampTatDescription>><<set _hasTat = 1>><</if>> <<if $activeSlave.buttTat != 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp;<<buttTatDescription>><<set _hasTat = 1>><</if>> <<if $activeSlave.vaginaTat != 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp;<<vaginaTatDescription>><<set _hasTat = 1>><</if>> <<if $activeSlave.dickTat != 0 && $activeSlave.dick > 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp;<<dickTatDescription>><<set _hasTat = 1>><</if>> <<if $activeSlave.anusTat != 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp;<<anusTatDescription>><<set _hasTat = 1>><</if>> <<if $activeSlave.legsTat != 0 && $activeSlave.amp != 1>> <br>&nbsp;&nbsp;&nbsp;&nbsp;<<legsTatDescription>><<set _hasTat = 1>><</if>> <br>&nbsp;&nbsp;&nbsp;&nbsp; Choose a tattoo style: /* If/else is here so a "highlighted" option is never a link. */ <<if $tattooChoice != "tribal patterns">>[[Tribal patterns|Body Modification][$tattooChoice = "tribal patterns"]]<<else>>Tribal patterns<</if>> <<if $tattooChoice != "flowers">> | [[Flowers|Body Modification][$tattooChoice = "flowers"]]<<else>>| Flowers<</if>> <<if $tattooChoice != "counting">> | [[Counting|Body Modification][$tattooChoice = "counting"]]<<else>>| Counting<</if>> <<if $tattooChoice != "advertisements">> | [[Advertisements|Body Modification][$tattooChoice = "advertisements"]]<<else>>| Advertisements<</if>> <<if $tattooChoice != "rude words">> | [[Rude words|Body Modification][$tattooChoice = "rude words"]]<<else>>| Rude words<</if>> <<if $tattooChoice != "degradation">> | [[Degradation|Body Modification][$tattooChoice = "degradation"]]<<else>>| Degradation<</if>> <<if $tattooChoice != "Asian art">> | [[Asian art|Body Modification][$tattooChoice = "Asian art"]] <<else>>| Asian art<</if>> <<if $tattooChoice != "scenes">> | [[Scenes|Body Modification][$tattooChoice = "scenes"]]<<else>>| Scenes<</if>> <<if $tattooChoice != "bovine patterns">> | [[Bovine|Body Modification][$tattooChoice = "bovine patterns"]]<<else>>| Bovine<</if>> <<if $tattooChoice != "permanent makeup">> | [[Permanent makeup|Body Modification][$tattooChoice = "permanent makeup"]]<<else>>| Permanent makeup<</if>> <<if $tattooChoice != "sacrilege">> | [[Sacrilege|Body Modification][$tattooChoice = "sacrilege"]]<<else>>| Sacrilege<</if>> <<if $tattooChoice != "sacrament">> | [[Sacrament|Body Modification][$tattooChoice = "sacrament"]]<<else>>| Sacrament<</if>> <<if $tattooChoice != "possessive">> | [[Possessive|Body Modification][$tattooChoice = "possessive"]]<<else>>| Possessive<</if>> <<if $tattooChoice != "paternalist">> | [[Paternalist|Body Modification][$tattooChoice = "paternalist"]]<<else>>| Paternalist<</if>> <<if $activeSlave.anusTat == 0>> <<if $tattooChoice != "bleached">>| [[Bleach|Body Modification][$tattooChoice = "bleached",$cash -= $modCost]]<<else>>| Bleach<</if>> <</if>> <<if _hasTat == 1>> <<if $tattooChoice !== 0>> | //[[Remove a tattoo|Body Modification][$tattooChoice = 0]]//<<else>>| Remove a tattoo<</if>> <</if>> <<if def $tattooChoice>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<if $tattooChoice == 0>> Clean the ink off of $him: <<elseif $tattooChoice == "counting">> Add tallies of $his sexual exploits to $him: <<elseif $tattooChoice == "bleached">> Bleach $his: <<else>> Add $tattooChoice to $his: <</if>> <<if ($tattooChoice != "bleached") && ($tattooChoice != "permanent makeup")>> <<link "Entire body">> <<set _degradationTemp = 0>> <<if $activeSlave.boobsTat != $tattooChoice>> <<set $activeSlave.boobsTat = $tattooChoice>> <<set $cash -= $modCost>> <<set _degradationTemp += 1>> <</if>> <<if $activeSlave.buttTat != $tattooChoice>> <<set $activeSlave.buttTat = $tattooChoice>> <<set $cash -= $modCost>> <<set _degradationTemp += 1>> <</if>> <<if $activeSlave.vaginaTat != $tattooChoice>> <<set $activeSlave.vaginaTat = $tattooChoice>> <<set $cash -= $modCost>> <<set _degradationTemp += 1>> <</if>> <<if $activeSlave.dick > 0>> <<if $activeSlave.dickTat != $tattooChoice && $tattooChoice != "scenes">> <<set $activeSlave.dickTat = $tattooChoice>> <<set $cash -= $modCost>> <<set _degradationTemp += 1>> <</if>> <</if>> <<if $activeSlave.lipsTat != $tattooChoice>> <<if $tattooChoice == "scenes">> <<set $activeSlave.lipsTat = "permanent makeup">> <<else>> <<set $activeSlave.lipsTat = $tattooChoice>> <</if>> <<set $cash -= $modCost>> <<set _degradationTemp += 1>> <</if>> <<if ($tattooChoice == "Asian art" || $tattooChoice == "scenes") && $activeSlave.anusTat == "bleached">> <<set $activeSlave.anusTat = "bleached">> <<set $cash -= $modCost>> <<set _degradationTemp += 1>> <<elseif $activeSlave.anusTat != $tattooChoice>> <<set $activeSlave.anusTat = $tattooChoice>> <<set $cash -= $modCost>> <<set _degradationTemp += 1>> <</if>> <<if $activeSlave.shouldersTat != $tattooChoice>> <<set $activeSlave.shouldersTat = $tattooChoice>> <<set $cash -= $modCost>> <<set _degradationTemp += 1>> <</if>> <<if $activeSlave.backTat != $tattooChoice>> <<set $activeSlave.backTat = $tattooChoice>> <<set $cash -= $modCost>> <<set _degradationTemp += 1>> <</if>> <<if $activeSlave.amp != 1>> <<if $activeSlave.armsTat != $tattooChoice>> <<set $activeSlave.armsTat = $tattooChoice>> <<set $cash -= $modCost>> <<set _degradationTemp += 1>> <</if>> <<if $activeSlave.legsTat != $tattooChoice>> <<set $activeSlave.legsTat = $tattooChoice>> <<set $cash -= $modCost>> <<set _degradationTemp += 1>> <</if>> <</if>> <<if $activeSlave.stampTat != $tattooChoice>> <<set $activeSlave.stampTat = $tattooChoice>> <<set $cash -= $modCost>> <<set _degradationTemp += 1>> <</if>> <<if !["tribal patterns", "flowers", "paternalist", 0].includes($tattooChoice)>> <<set $degradation += _degradationTemp>> <</if>> <<goto "Body Modification">> <</link>> <</if>> <<if $tattooChoice == 0>> <<if $activeSlave.shouldersTat != $tattooChoice>> | [[Shoulders|Body Modification][$activeSlave.shouldersTat = $tattooChoice,$cash -= $modCost]]<</if>> <<if $activeSlave.lipsTat != $tattooChoice>> | [[Face|Body Modification][$activeSlave.lipsTat = $tattooChoice,$cash -= $modCost]]<</if>> <<if $activeSlave.boobsTat != $tattooChoice>> | [[Boobs|Body Modification][$activeSlave.boobsTat = $tattooChoice,$cash -= $modCost]]<</if>> <<if $activeSlave.amp != 1>> <<if $activeSlave.armsTat != $tattooChoice>> | [[Arms|Body Modification][$activeSlave.armsTat = $tattooChoice,$cash -= $modCost]]<</if>> <</if>> <<if $activeSlave.backTat != $tattooChoice>> | [[Upper back|Body Modification][$activeSlave.backTat = $tattooChoice,$cash -= $modCost]]<</if>> <<if $activeSlave.stampTat != $tattooChoice>> | [[Lower back|Body Modification][$activeSlave.stampTat = $tattooChoice,$cash -= $modCost]]<</if>> <<if $activeSlave.buttTat != $tattooChoice>> | [[Buttock|Body Modification][$activeSlave.buttTat = $tattooChoice,$cash -= $modCost]]<</if>> <<if $activeSlave.vaginaTat != $tattooChoice>> | [[Vagina|Body Modification][$activeSlave.vaginaTat = $tattooChoice,$cash -= $modCost]]<</if>> <<if ($activeSlave.dick > 0)>> <<if $activeSlave.dickTat != $tattooChoice>> | [[Dick|Body Modification][$activeSlave.dickTat = $tattooChoice,$cash -= $modCost]]<</if>> <</if>> <<if $activeSlave.anusTat != $tattooChoice>> | [[Anus|Body Modification][$activeSlave.anusTat = $tattooChoice,$cash -= $modCost]]<</if>> <<if $activeSlave.amp != 1>> <<if $activeSlave.legsTat != $tattooChoice>> | [[Legs|Body Modification][$activeSlave.legsTat = $tattooChoice,$cash -= $modCost]]<</if>> <</if>> <<elseif $tattooChoice == "permanent makeup">> [[Face|Body Modification][$activeSlave.lipsTat = $tattooChoice,$cash -= $modCost]] <<elseif $tattooChoice == "bleached">> [[Asshole|Body Modification][$activeSlave.anusTat = $tattooChoice,$cash -= $modCost]] <<else>> <<if $activeSlave.shouldersTat != $tattooChoice>> | [[Shoulders|Body Modification][$activeSlave.shouldersTat = $tattooChoice,$cash -= $modCost]]<</if>> <<if $tattooChoice != "scenes">> <<if $activeSlave.lipsTat != $tattooChoice>> | [[Face|Body Modification][$activeSlave.lipsTat = $tattooChoice,$cash -= $modCost]]<</if>> <</if>> <<if $activeSlave.boobsTat != $tattooChoice>> | [[Boobs|Body Modification][$activeSlave.boobsTat = $tattooChoice,$cash -= $modCost]]<</if>> <<if $activeSlave.amp != 1>> <<if $activeSlave.armsTat != $tattooChoice>> | [[Arms|Body Modification][$activeSlave.armsTat = $tattooChoice,$cash -= $modCost]]<</if>> <</if>> <<if $activeSlave.backTat != $tattooChoice>> | [[Upper back|Body Modification][$activeSlave.backTat = $tattooChoice,$cash -= $modCost]]<</if>> <<if $activeSlave.stampTat != $tattooChoice>> | [[Lower back|Body Modification][$activeSlave.stampTat = $tattooChoice,$cash -= $modCost]]<</if>> <<if $activeSlave.buttTat != $tattooChoice>> | [[Buttock|Body Modification][$activeSlave.buttTat = $tattooChoice,$cash -= $modCost]]<</if>> <<if $activeSlave.vaginaTat != $tattooChoice>> | [[Vagina|Body Modification][$activeSlave.vaginaTat = $tattooChoice,$cash -= $modCost]]<</if>> <<if $activeSlave.dick > 0 && $tattooChoice != "scenes">> <<if $activeSlave.dickTat != $tattooChoice>> | [[Dick|Body Modification][$activeSlave.dickTat = $tattooChoice,$cash -= $modCost]]<</if>> <</if>> <<if ($tattooChoice != "Asian art") && ($tattooChoice != "scenes")>> <<if $activeSlave.anusTat != $tattooChoice>> | [[Anus|Body Modification][$activeSlave.anusTat = $tattooChoice,$cash -= $modCost]]<</if>> <</if>> <<if $activeSlave.amp != 1>> <<if $activeSlave.legsTat != $tattooChoice>> | [[Legs|Body Modification][$activeSlave.legsTat = $tattooChoice,$cash -= $modCost]]<</if>> <</if>> <</if>> <</if>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<if $activeSlave.belly >= 10000 && $activeSlave.bellyPreg < 450000 && $activeSlave.bellyFluid < 5000>> <<if $activeSlave.bellyTat == 0>> $He has no navel tattoos. <<else>> $His navel is tattooed with $activeSlave.bellyTat. <</if>> <<if $activeSlave.bellyTat == 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; [[Heart|Body Modification][$activeSlave.bellyTat = "a heart",$cash -= $modCost]] | [[Star|Body Modification][$activeSlave.bellyTat = "a star",$cash -= $modCost]] | [[Butterfly|Body Modification][$activeSlave.bellyTat = "a butterfly",$cash -= $modCost,$degradation += 1]] <</if>> <<if $activeSlave.bellyTat != 0>> //[[Remove tattoos|Body Modification][$activeSlave.bellyTat = 0,$cash -= $modCost]]// <</if>> <<elseif $activeSlave.bellyPreg >= 450000>> $His middle is large and taut enough to be a suitable canvas for a navel focused tattoo, but $his brood is too active to permit the needle to do its work. <<elseif $activeSlave.bellyFluid >= 10000>> $His middle is large and taut enough to be a suitable canvas for a navel focused tattoo, but the pressure applied to $his stomach will likely force $him to release its contents. <<else>> $His middle isn't large enough to be a suitable canvas for a navel focused tattoo. <</if>> <br> <br>&nbsp;&nbsp;&nbsp;&nbsp; Custom Tats: <br>&nbsp;&nbsp;&nbsp;&nbsp;//Use complete sentences, make a description of it// <<if $activeSlave.lipsTat == 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; Give $him a custom face tattoo: <<textbox "$activeSlave.lipsTat" $activeSlave.lipsTat "Slave Interact">> <</if>> <<if $activeSlave.shouldersTat == 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; Give $him a custom shoulder tattoo: <<textbox "$activeSlave.shouldersTat" $activeSlave.shouldersTat "Slave Interact">> <</if>> <<if $activeSlave.armsTat == 0 && $activeSlave.amp != 1>> <br>&nbsp;&nbsp;&nbsp;&nbsp; Give $him a custom arm tattoo: <<textbox "$activeSlave.armsTat" $activeSlave.armsTat "Slave Interact">> <</if>> <<if $activeSlave.boobsTat == 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; Give $him a custom tit tattoo: <<textbox "$activeSlave.boobsTat" $activeSlave.boobsTat "Slave Interact">> <</if>> <<if $activeSlave.backTat == 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; Give $him a custom back tattoo: <<textbox "$activeSlave.backTat" $activeSlave.backTat "Slave Interact">> <</if>> <<if $activeSlave.stampTat == 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; Give $him a custom tramp stamp (lower back tattoo): <<textbox "$activeSlave.stampTat" $activeSlave.stampTat "Slave Interact">> <</if>> <<if $activeSlave.buttTat == 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; Give $him a custom butt tattoo (lower back tattoo): <<textbox "$activeSlave.buttTat" $activeSlave.buttTat "Slave Interact">> <</if>> <<if $activeSlave.dickTat == 0 && $activeSlave.dick != 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; Give $him a custom dick tattoo: <<textbox "$activeSlave.dickTat" $activeSlave.dickTat "Slave Interact">> <</if>> <<if $activeSlave.vaginaTat == 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; Give $him a custom pubic tattoo: <<textbox "$activeSlave.vaginaTat" $activeSlave.vaginaTat "Slave Interact">> <</if>> <<if $activeSlave.anusTat == 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; Give $him a custom anus tattoo (lower back tattoo): <<textbox "$activeSlave.anusTat" $activeSlave.anusTat "Slave Interact">> <</if>> <<if $activeSlave.legsTat == 0 && $activeSlave.amp != 1>> <br>&nbsp;&nbsp;&nbsp;&nbsp; Give $him a custom leg tattoo: <<textbox "$activeSlave.legsTat" $activeSlave.legsTat "Slave Interact">> <</if>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<if ($activeSlave.customTat == "")>> Give $him a custom tattoo: <<textbox "$activeSlave.customTat" $activeSlave.customTat "Slave Interact">> <<else>> $He <<if _hasTat == 1>>also<</if>> has a custom tattoo: $activeSlave.customTat Change it here: <<textbox "$activeSlave.customTat" $activeSlave.customTat "Slave Interact">> <</if>> <<if $activeSlave.customTat != "">> //[[Remove custom tattoo|Body Modification][$activeSlave.customTat = "",$cash -= $modCost]]// <</if>> <br><br> /* Branding */ Branding: <<if $activeSlave.brand != 0>> <<brandDescription>> [[Remove Brand|Body Modification][$brandApplied = 0, $activeSlave.brand = 0,$cash -= $modCost,$degradation -= 10]] <<else>> $His skin is unmarked. <</if>> <br>&nbsp;&nbsp;&nbsp;&nbsp; Use ''$brandDesign'' or choose another brand: [[Your slaving emblem|Body Modification][$brandDesign = "your personal symbol"]] | [[Your initials|Body Modification][$brandDesign = "your initials"]] <br>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; [[SLUT|Body Modification][$brandDesign = "SLUT"]] | [[WHORE|Body Modification][$brandDesign = "WHORE"]] | [[SLAVE|Body Modification][$brandDesign = "SLAVE"]] | [[COW|Body Modification][$brandDesign = "COW"]] | [[MEAT|Body Modification][$brandDesign = "MEAT"]] | [[CUMDUMP|Body Modification][$brandDesign = "CUMDUMP"]] | [[LOVER|Body Modification][$brandDesign = "LOVER"]] <br>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; [[Pussy symbol|Body Modification][$brandDesign = "a pussy symbol"]] | [[Anus symbol|Body Modification][$brandDesign = "an anus symbol"]] | [[Penis symbol|Body Modification][$brandDesign = "a penis symbol"]] <br>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; [[Lady|Body Modification][$brandDesign = "a lady silhouette"]] | [[Princess|Body Modification][$brandDesign = "a princess silhouette"]] | [[Queen|Body Modification][$brandDesign = "a queen silhouette"]] | [[Angel|Body Modification][$brandDesign = "an angel silhouette"]] | [[Devil|Body Modification][$brandDesign = "a devil silhouette"]] <<if ($arcologies[0].FSSupremacist != "unset") && ($activeSlave.race != $arcologies[0].FSSupremacistRace)>> | //FS// [[Racial Slur|Body Modification][$brandDesign = "a racial slur"]] <</if>> <<if ($arcologies[0].FSSubjugationist != "unset") && ($activeSlave.race == $arcologies[0].FSSubjugationistRace)>> | //FS// [[Racial Slur|Body Modification][$brandDesign = "a racial slur"]] <</if>> <<if ($arcologies[0].FSRepopulationFocus != "unset")>> | //FS// [[Birth Count|Body Modification][$brandDesign = "the number of children "+$he+" has birthed"]] <</if>> <<if ($arcologies[0].FSGenderRadicalist != "unset") || ($arcologies[0].FSGenderFundamentalist != "unset")>> | //FS// [[Gender Symbol|Body Modification][$brandDesign = "a gender symbol"]] <</if>> <<if ($arcologies[0].FSPaternalist != "unset")>> | //FS// [[Personal Symbol|Body Modification][$brandDesign = $his+" own personal symbol"]] <</if>> <<if ($arcologies[0].FSDegradationist != "unset")>> | //FS// [[Chain Symbol|Body Modification][$brandDesign = "a chain symbol"]] <</if>> <<if ($arcologies[0].FSBodyPurist != "unset")>> | //FS// [[Vitruvian Man|Body Modification][$brandDesign = "a Vitruvian man"]] <</if>> <<if ($arcologies[0].FSTransformationFetishist != "unset")>> | //FS// [[Scalpel|Body Modification][$brandDesign = "a scalpel"]] <</if>> <<if ($arcologies[0].FSYouthPreferentialist != "unset")>> | //FS// [[Virginity Status|Body Modification][$brandDesign = $his+" virginity status"]] <</if>> <<if ($arcologies[0].FSMaturityPreferentialist != "unset")>> | //FS// [[Sexual Skill Info|Body Modification][$brandDesign = $his+" sexual skills"]] <</if>> <<if ($arcologies[0].FSSlimnessEnthusiast != "unset")>> | //FS// [[Breast Floor|Body Modification][$brandDesign = $his+" absolute minimum breast size"]] <</if>> <<if ($arcologies[0].FSAssetExpansionist != "unset")>> | //FS// [[Breast Ceiling|Body Modification][$brandDesign = $his+" absolute maximum breast size"]] <</if>> <<if ($arcologies[0].FSHedonisticDecadence != "unset")>> | //FS// [[Weight Record|Body Modification][$brandDesign = $his+" highest weigh-in"]] <</if>> <<if ($arcologies[0].FSHedonisticDecadence != "unset") && $PC.refreshmentType == 2>> | //FS// [[Favorite Food|Body Modification][$brandDesign = "a big helping of "+$PC.refreshment]] <</if>> <<if ($arcologies[0].FSPastoralist != "unset")>> | //FS// [[Product Quality|Body Modification][$brandDesign = $his+" body product quality"]] <</if>> <<if ($arcologies[0].FSPhysicalIdealist != "unset")>> | //FS// [[Deadlift Info|Body Modification][$brandDesign = $his+" deadlift record"]] <</if>> <<if ($arcologies[0].FSChattelReligionist != "unset")>> | //FS// [[Religious Symbol|Body Modification][$brandDesign = "a religious symbol"]] <</if>> <<if ($arcologies[0].FSRomanRevivalist != "unset")>> | //FS// [[Republican Crest|Body Modification][$brandDesign = "the crest of your Republic"]] <</if>> <<if ($arcologies[0].FSAztecRevivalist != "unset")>> | //FS// [[Seven Serpents|Body Modification][$brandDesign = "the symbol of the Aztec gods"]] <</if>> <<if ($arcologies[0].FSEgyptianRevivalist != "unset")>> | //FS// [[Dynastic Sigil|Body Modification][$brandDesign = "the sigil of your Dynasty"]] <</if>> <<if ($arcologies[0].FSEdoRevivalist != "unset")>> | //FS// [[Mon|Body Modification][$brandDesign = "the Shogunate's mon"]] <</if>> <<if ($arcologies[0].FSArabianRevivalist != "unset")>> | //FS// [[Caliphate Symbol|Body Modification][$brandDesign = "a symbol of the Caliphate"]] <</if>> <<if ($arcologies[0].FSChineseRevivalist != "unset")>> | //FS// [[Imperial Seal|Body Modification][$brandDesign = "your Imperial Seal"]] <</if>> <br>&nbsp;&nbsp;&nbsp;&nbsp; Or design your own: <<textbox "$brandDesign" $brandDesign "Body Modification">> //For best results, use a single word// <br>&nbsp;&nbsp;&nbsp;&nbsp; Choose a site for branding: [[Ears|Body Modification][$brandTarget = "ear"]] | [[Cheeks|Body Modification][$brandTarget = "cheek"]] | [[Shoulders|Body Modification][$brandTarget = "shoulder"]] | [[Breasts|Body Modification][$brandTarget = "breast"]] <<if $activeSlave.amp == 0>> | [[Arm, upper|Body Modification][$brandTarget = "upper arm"]] | [[Arm, lower|Body Modification][$brandTarget = "lower arm"]] | [[Wrist|Body Modification][$brandTarget = "wrist"]] | [[Hand|Body Modification][$brandTarget = "hand"]] <</if>> | [[Buttocks|Body Modification][$brandTarget = "buttock"]] <<if $activeSlave.amp == 0>> | [[Thigh|Body Modification][$brandTarget = "thigh"]] | [[Calf|Body Modification][$brandTarget = "calve"]] | [[Ankle|Body Modification][$brandTarget = "ankle"]] | [[Feet|Body Modification][$brandTarget = "foot"]] <</if>> | [[Neck|Body Modification][$brandTarget = "neck"]] | [[Chest|Body Modification][$brandTarget = "chest"]] | [[Belly|Body Modification][$brandTarget = "belly"]] | [[Pubic Mound|Body Modification][$brandTarget = "pubic mound"]] | [[Back|Body Modification][$brandTarget = "back"]] | [[Lower Back|Body Modification][$brandTarget = "lower back"]] /* Branding expansion contributed by Anon1888 */ <br>&nbsp;&nbsp;&nbsp;&nbsp; <<if ($brandTarget == "neck" || $brandTarget == "chest" || $brandTarget == "belly" || $brandTarget == "pubic mound" || $brandTarget == "back" || $brandTarget == "lower back")>> [[Brand|Body Modification][$brandApplied = 1,$activeSlave.brand = $brandDesign,$activeSlave.brandLocation = $brandTarget,$cash -= $modCost,$degradation += 10]] with $brandDesign on the $brandTarget. <<else>> Brand $him now with ''$brandDesign'' on the <<link "left">> <<set $brandApplied = 1>> <<set $activeSlave.brand = $brandDesign>> <<set $activeSlave.brandLocation = ("left " + $brandTarget)>> <<set $cash -= $modCost>> <<set $degradation += 10>> <<goto "Body Modification">> <</link>> $brandTarget, the <<link "right">> <<set $brandApplied = 1>> <<set $activeSlave.brand = $brandDesign>> <<set $activeSlave.brandLocation = ("right " + $brandTarget)>> <<set $cash -= $modCost>> <<set $degradation += 10>> <<goto "Body Modification">> <</link>> $brandTarget, or <<link "both">> <<set $brandApplied = 1>> <<set $activeSlave.brand = $brandDesign>> <<if $brandTarget == "ear">> <<set $activeSlave.brandLocation = "ears">> <<elseif $brandTarget == "cheek">> <<set $activeSlave.brandLocation = "cheeks">> <<elseif $brandTarget == "shoulder">> <<set $activeSlave.brandLocation = "shoulders">> <<elseif $brandTarget == "breast">> <<set $activeSlave.brandLocation = "breasts">> <<elseif $brandTarget == "upper arm">> <<set $activeSlave.brandLocation = "upper arms">> <<elseif $brandTarget == "lower arm">> <<set $activeSlave.brandLocation = "lower arms">> <<elseif $brandTarget == "wrist">> <<set $activeSlave.brandLocation = "wrists">> <<elseif $brandTarget == "hand">> <<set $activeSlave.brandLocation = "hands">> <<elseif $brandTarget == "buttock">> <<set $activeSlave.brandLocation = "buttocks">> <<elseif $brandTarget == "thigh">> <<set $activeSlave.brandLocation = "thighs">> <<elseif $brandTarget == "calve">> <<set $activeSlave.brandLocation = "calves">> <<elseif $brandTarget == "ankle">> <<set $activeSlave.brandLocation = "ankles">> <<elseif $brandTarget == "foot">> <<set $activeSlave.brandLocation = "feet">> <</if>> <<set $cash -= $modCost>> <<set $degradation += 10>> <<goto "Body Modification">> <</link>>? <</if>> //Branding will slightly reduce $his beauty but may slowly increase your reputation.// <<if $activeSlave.breedingMark == 1 && $propOutcome == 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; $He has an intricate tattoo on $his lower belly that suggests $he was made to be bred. [[Remove it|Body Modification][$activeSlave.breedingMark = 0]] <</if>>
DankWolf/fc
src/uncategorized/bodyModification.tw
tw
bsd-3-clause
61,887
:: Body Modification Degradation <<if ($degradation == 0)>> <<goto "Slave Interact">> <<elseif $degradation > 0 && $activeSlave.fetish != "mindbroken" && $activeSlave.fuckdoll == 0>> <<goto "Body Modification Reaction">> <</if>>
DankWolf/fc
src/uncategorized/bodyModificationDegradation.tw
tw
bsd-3-clause
232
:: Body Modification Reaction [nobr] <<set $nextButton = "Continue", $nextLink = "Slave Interact">> As you cast off $his bindings<<if canSee($activeSlave)>> and <<if ($activeSlave.amp != 1)>>let $him stand<<else>>prop $him up<</if>>, $he catches sight of $himself in the floor length mirror at the foot of the body modification table<<else>>, and <<if ($activeSlave.amp != 1)>>let $him stand<<else>>prop $him up<</if>>, you vividly describe $his new appearance. $His mind hangs on every word that leaves your mouth<</if>>. <<if ($brandApplied == 1)>> The smell of burnt flesh hangs in the air. Being branded @@.red;has hurt $his health a little.@@ <<set $brandApplied = 0>> <<set $activeSlave.health -= 10>> <</if>> <<if $activeSlave.fetish != "mindbroken" && $activeSlave.fuckdoll == 0>> <<if ($degradation > 10) && ($activeSlave.devotion <= 50) && ($activeSlave.trust < -50)>> $He is appalled by the whorish spectacle you have made of $him. $He @@.gold;fears@@ you all the more for this but is so terrified of you it does not affect $his submission. <<set $activeSlave.trust -= 10>> <<elseif ($degradation > 10) && ($activeSlave.devotion <= 50)>> $He is appalled by the whorish spectacle you have made of $him. $He @@.mediumorchid;hates@@ and @@.gold;fears@@ you for this. <<set $activeSlave.devotion -= 10>> <<set $activeSlave.trust -= 10>> <<elseif ($degradation > 10)>> $He is shocked by the whorish spectacle you have made of $him. However, $he is so submissive to your will that $he @@.hotpink;accepts@@ that the slave <<if canSee($activeSlave)>>in the mirror<<else>>$he pictures<</if>> is who $he is now. <<set $activeSlave.devotion += 4>> <<elseif ($degradation > 4) && ($activeSlave.devotion <= 20) && ($activeSlave.trust < -20)>> $He is so afraid of you that $he suppresses any reaction to the slutty modifications you have made to $his body and @@.gold;fears@@ your power to do whatever you like to $him. <<set $activeSlave.trust -= 5>> <<elseif ($degradation > 4)>> $He is surprised with the slutty modifications you have made to $his body. However, $he is so obedient that $he @@.hotpink;accepts@@ your changes. <<set $activeSlave.devotion += 4>> <<elseif ($degradation > 1) && ($activeSlave.devotion < -20) && ($activeSlave.trust < 20)>> $He is @@.gold;afraid@@ that $he has been permanently altered against $his will, but is also scared of your reaction to any objection and suppresses $his disgust. <<set $activeSlave.trust -= 5>> <<elseif ($degradation > 1) && ($activeSlave.devotion < -20)>> $He is @@.mediumorchid;angry@@ and @@.gold;afraid@@ that $he has been permanently altered against $his will. <<set $activeSlave.devotion -= 5>> <<set $activeSlave.trust -= 5>> <<elseif ($degradation > 1)>> $He is saddened to have been altered against $his will. However, $he realizes that $he is a slave, so $he @@.hotpink;accepts@@ your work. <<set $activeSlave.devotion += 4>> <<else>> $He shows no real reaction to your modifications. <</if>> <</if>> <<set $degradation = 0>>
DankWolf/fc
src/uncategorized/bodyModificationReaction.tw
tw
bsd-3-clause
3,016
:: Bodyguard Workaround [silently] <<if $Bodyguard != 0>> <<= removeJob($Bodyguard, "guard you")>> <</if>> <<if $i > -1>> <<= assignJob($slaves[$i], "guard you")>> <<set $Bodyguard = $slaves[$i]>> <</if>> <<goto "Main">>
DankWolf/fc
src/uncategorized/bodyguardWorkaround.tw
tw
bsd-3-clause
226
:: Brothel [nobr] <<set $nextButton = "Back to Main", $nextLink = "Main", $returnTo = "Brothel", $showEncyclopedia = 1, $encyclopedia = "Brothel", $brothelSlaves = $BrothiIDs.length, $Flag = 0>> <<if $brothelName != "the Brothel">> <<set $brothelNameCaps = $brothelName.replace("the ", "The ")>> <</if>> <<brothelAssignmentFilter>> $brothelNameCaps <<switch $brothelDecoration>> <<case "Roman Revivalist">> is decorated as a Roman whorehouse. Refreshments are served at a bar, and someone is playing pipes in the back. <<case "Aztec Revivalist">> is decorated as an Aztec ode to fertility and nature. Clients may sacrifice a bit of blood to honor the goddess of Filth or to partake in a fertility ritual before joining the girl of their choosing. <<case "Egyptian Revivalist">> is decorated as an ancient Egyptian fertility temple. Customers are bade relax on couches next to running water so that slaves may dance to entice them. <<case "Edo Revivalist">> is furnished as an Edo period pleasure house, seedy by the standards of the time. Still, girls usually keep their clothes on until they lead patrons back behind the sliding paper screens, though this does not stop silhouettes of the activities within from being visible on them. <<case "Arabian Revivalist">> is furnished as an Arabian fleshmarket, with the merchandise standing on little platforms, prices visible. Customers are permitted to fondle before making a decision and dragging a girl back behind a curtain. <<case "Chinese Revivalist">> is furnished as an old Chinese pleasure house, with each girl set up in her own low room. They stand outside the doors, luring customers back one by one. <<case "Chattel Religionist">> is decorated as a place of carnal worship. The air is scented by censers, and the slaves here maintain an air of holiness even when being sodomized in public. <<case "Degradationist">> is decorated to look like a dungeon. The decor involves a lot of black leather and burnished steel, and the slaves on offer are mostly chained to beds and walls. <<case "Repopulation Focus">> is clean and full of soft couches and chairs for its' pregnant whores to lounge upon while showing off their assets. Several of the rooms are prepped to allow a whore to give birth in front of an audience. A supply of freshly squeezed breast milk is available on tap. <<case "Eugenics">> is decorated to look like a club. Loud music is playing, and the whores that aren't with customers are stripping and poledancing on a stage. Safe sex is greatly encouraged. The real action happens in several reserved rooms dedicated to society's best, since the loud music drowns out private conversations. <<case "Asset Expansionist">> is decorated to look like a club. Loud music is playing, and the whores that aren't with customers are stripping and poledancing on a stage. <<case "Transformation Fetishist">> is sterile and clean. Interactive screens on the walls list the whores and their modifications in clinical detail. <<case "Gender Radicalist">> is decorated to look like an old world bordello. The rich decor includes erotic photography and pornographic statuary, depicting every possible combination of human sexual congress. <<case "Gender Fundamentalist">> is decorated to look like an old world whorehouse. Screens on the walls are showing pornography starring the whores, with prices flashing after each sex act. <<case "Physical Idealist">> is decorated to look like a club. Loud music is playing, and the whores that aren't with customers are stripping on a stage. There is a distinct smell of sweat, and there is as much emphasis on the strippers' muscles as their breasts. <<case "Supremacist">> is decorated like an old world gentleman's club. The pictures on the wall depict degradation of every race on earth, except $arcologies[0].FSSupremacistRace people. <<case "Subjugationist">> is decorated to celebrate the degradation of $arcologies[0].FSSubjugationistRace whores. The whores greet customers in stereotypical $arcologies[0].FSSubjugationistRace accents. <<case "Paternalist">> is decorated to look like a trendy bar. Whores are encouraged to meet customers for a drink and get to know them a little before heading back into a private room. <<case "Pastoralist">> is decorated to look like a dairy. Though it isn't one, there is an intense sexual focus on boobs and lactation, and all the whores have their sizes and productivity proudly posted. <<case "Maturity Preferentialist">> is decorated to look like a refined bar. It has a row of sturdy backless barstools, perfect for a delectable selection of succulent MILFs to perch on. <<case "Youth Preferentialist">> is decorated to look like the sort of bar old world students visit on spring break. Vapid music is playing, and when whores aren't with customers, they dance and make out with each other to attract some. <<case "Body Purist">> is decorated to look like an old world bordello. The rich decor includes erotic photography and pornographic statuary, depicting idealized human forms in the act of love. <<case "Slimness Enthusiast">> is decorated to look like an old world bordello. The rich decor includes erotic photography and pornographic statuary, depicting slim, girlish figures playing, dancing, and loving. <<case "Hedonistic">> is comfortable and full of soft couches and chairs for its' overweight whores to lounge upon between clients <<if $arcologies[0].FSHedonisticDecadenceResearch == 1>>and enjoy a plate of snacks<<else>>and enjoy a big cup of slave food<</if>>. The smells of fresh baked goods are pumped into the facility to mask the smell of sweat. It's not unusual for a client to fuck a whore right on her chosen couch, since the effort of moving is often too much. <<default>> is utilitarian. There's a businesslike foyer with an area for the merchandise to stand. Customers make their selection (or selections) and then lead the whores back into little rooms. <</switch>> <<if $brothelAdsSpending > 0>> Screens outside the entrance are showing porn to advertise $brothelNameCaps. <<if $brothelAdsOld == 1>> The featured slave actresses are all MILFs. <<elseif $brothelAdsOld == -1>> The featured slave actresses are all nice and young. <<elseif $brothelAdsOld == -2>> The featured slave actresses are all teenagers. <<elseif $brothelAdsOld == -3>> The featured slave actresses are all lolis. <<else>> The featured slave actresses vary in age. <</if>> <<if $brothelAdsStacked == 1>> Lots of bouncing breasts and butts <<elseif $brothelAdsStacked == -1>> Lots of trim breasts and shapely butts <<else>> A variety of breast and butt sizes and shapes <</if>> are on display, and <<if $brothelAdsImplanted == 1>> most of these are augmented by implants. <<elseif $brothelAdsImplanted == -1>> they're all natural. <<else>> some are augmented by implants. <</if>> <<if $brothelAdsPreg == 1>> Most of slaves have firm, rounded bellies. <<elseif $brothelAdsPreg == -1>> Most of the slaves have firm, flat bellies. <<else>> Some of the slaves are pregnant. <</if>> <<if $brothelAdsModded == 1>> Everything is heavily pierced and tattooed. <<elseif $brothelAdsModded == -1>> Everything is free of tattoos and piercings. <<else>> Some of these assets are tattooed and pierced, and some aren't. <</if>> The slaves in the ads are <<if $brothelAdsXX == 1>> sucking dick and taking cock in their pussies and asses. <<elseif $brothelAdsXX == -1>> sucking cock and being assfucked while their dicks flop around. <<else>> sucking dick and taking anal, and the ones that have pussies are being fucked there, too. <</if>> The ads are shown on media across $arcologies[0].name. <<if ($brothelAdsXX == 1) && ($brothelAdsImplanted == 1) && ($brothelAdsStacked == 1)>> As a result, $brothelName is known as the place to go if you want to rent a<<if ($brothelAdsPreg == 1)>>pregnant<</if>> bimbo's pussy. <<elseif ($brothelAdsXX == 1) && ($brothelAdsOld == 1)>> As a result, $brothelName is known as the place to go if you want to rent a<<if ($brothelAdsPreg == 1)>>pregnant<</if>> MILF's tits. <<elseif ($brothelAdsXX == 1) && ($brothelAdsOld == -3)>> As a result, $brothelName is known as the place to go if you want to rent<<if $brothelAdsPreg == 1>> a pregnant<</if>><<if $brothelAdsStacked == 1>><<if $brothelAdsPreg != 1>> an<</if>> oppai<</if>> loli. <<elseif ($brothelAdsXX == 1) && ($brothelAdsPreg == 1)>> As a result, $brothelName is known as the place to go if you want to pound some pregnant pussy. <<elseif ($brothelAdsXX == -1) && ($brothelAdsStacked == 1)>> As a result, $brothelName is known as the place to go if you want to rent a shemale's asspussy. <<elseif ($brothelAdsXX == -1) && ($brothelAdsStacked == -1)>> As a result, $brothelName is known as the place to go if you want to rent a trap's tight ass. <</if>> <</if>> <<if $brothelSlaves > 2>> $brothelNameCaps is bustling with activity. Customers are coming and going and slave girls are displaying themselves. When a slave catches a customer's eye, he leads her back into a little cubicle. <<elseif $brothelSlaves > 0>> $brothelNameCaps is working steadily. Customers are present and slave girls are on offer. When a slave catches a customer's eye, he leads her back into a little cubicle. <<elseif $Madam != 0>> $Madam.slaveName is alone in $brothelName, and has nothing to do but keep the place clean and plan future sales efforts. <<else>> $brothelNameCaps is empty and desolate. <<link "Decommission the brothel" "Main">> <<set $brothel = 0, $brothelUpgradeDrugs = 0, $brothelDecoration = "standard", $brothelAdsSpending = 0>> <<set _broth = $sectors.findIndex(function(s) { return s.type == "Brothel"; })>> <<if _broth != -1>> <<set $sectors[_broth].type = "Shops">> <</if>> <</link>> <</if>> <<if $brothelSlaves > 0>> <<if $Madam != 0>><<set _X = 1>><<else>><<set _X = 0>><</if>> <<set _NewPop = $brothelSlaves+$dormitoryPopulation+_X>> <<link "Remove all slaves" "Brothel">> <<if $Madam != 0>> <<= assignJob($Madam, "rest")>> <</if>> <<for $brothelSlaves > 0>> <<= assignJob($slaves[$slaveIndices[$BrothiIDs[0]]], "whore")>> <</for>> <</link>> <<if _NewPop > $dormitory>> @@.red;Dormitory capacity will be exceeded.@@ <</if>> <</if>> <<set _Tmult0 = Math.trunc($brothel*1000*$upgradeMultiplierArcology)>> <br>It can support $brothel whores. Currently there <<if $brothelSlaves == 1>>is<<else>>are<</if>> $brothelSlaves whore<<if $brothelSlaves != 1>>s<</if>> at $brothelNameCaps. [[Expand the brothel|Brothel][$cash -= _Tmult0, $brothel += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>> and will increase upkeep costs// <<if $Madam != 0>> <br> <<if $MadamIgnoresFlaws != 1>> $Madam.slaveName will attempt to fix flaws in whores serving under her. [[Ignore flaws|Brothel][$MadamIgnoresFlaws = 1]] <<else>> $Madam.slaveName has been instructed to ignore flaws in the whores serving under her. [[Fix flaws|Brothel][$MadamIgnoresFlaws = 0]] <</if>> <</if>> <br> <<if $brothelUpgradeDrugs == 1>> It has been upgraded with aphrodisiac injection systems that monitor the whores and adjust dosage to keep them healthy but desperately horny and hopelessly addicted. The systems are currently applying a moderate dosage of aphrodisiac. [[Increase the aphrodisiac dosage|Brothel][$brothelUpgradeDrugs = 2]] | [[Disable the aphrodisiac injection systems|Brothel][$brothelUpgradeDrugs = 0.1]] //Will reduce upkeep costs if disabled, and raise them if increased// <<elseif $brothelUpgradeDrugs == 2>> It has been upgraded with aphrodisiac injection systems that monitor the whores and adjust dosage to keep them healthy but desperately horny and hopelessly addicted. The systems are currently applying an extreme dosage of aphrodisiac. [[Decrease the aphrodisiac dosage|Brothel][$brothelUpgradeDrugs = 1]] | [[Disable the aphrodisiac injection systems|Brothel][$brothelUpgradeDrugs = 0.1]] //Will reduce upkeep costs// <<elseif $brothelUpgradeDrugs == 0.1>> It has been upgraded with aphrodisiac injection systems that monitor the whores and adjust dosage to keep them healthy but desperately horny and hopelessly addicted. The systems are currently disabled. [[Enable them|Brothel][$brothelUpgradeDrugs = 1]] //Will increase upkeep costs// <<else>> <<set _Tmult1 = Math.trunc(10000*$upgradeMultiplierArcology)>> It is a standard brothel. [[Upgrade the brothel with aphrodisiac injection systems|Brothel][$cash -= _Tmult1, $brothelUpgradeDrugs = 0.1]] //Costs <<print cashFormat(_Tmult1)>> and will increase upkeep costs// <</if>> <br>$brothelNameCaps is <<if $brothelAdsSpending > 0>> the subject of an active ad campaign. <<else>> not being advertised. <</if>> <<link "Manage brothel advertisements" "Brothel Advertisement">><<set $nextLink = passage(), $nextButton = "Back">><</link>> <!-- Statistics output --> <<BrothelStatistics 1>> <br><br> <<if $Madam != 0>> <<set $Flag = 2>> <<include "Slave Summary">> <<else>> You do not have a slave serving as a Madam. [[Appoint one|Madam Select]] <</if>> <br><br> <<if ($brothel <= $brothelSlaves)>> ''$brothelNameCaps is full and cannot hold any more slaves'' <<elseif ($slaves.length > $brothelSlaves)>> <<link "''Send a slave to $brothelName''">> <<replace #ComingGoing>> <<resetAssignmentFilter>> <<set $Flag = 0>> <<include "Slave Summary">> <</replace>> <</link>> <</if>> <<if $brothelSlaves > 0>> | <<link "''Bring a slave out of $brothelName''">> <<replace #ComingGoing>> <<brothelAssignmentFilter>> <<set $Flag = 1>> <<include "Slave Summary">> <<resetAssignmentFilter>> <</replace>> <</link>> <<else>> <br><br>//$brothelNameCaps is empty for the moment.<br>// <</if>> <br><br> <<assignmentFilter >> <span id="ComingGoing"> <<brothelAssignmentFilter>> <<set $Flag = 1>> <<include "Slave Summary">> <<resetAssignmentFilter>> </span> <br><br>Rename $brothelName: <<textbox "$brothelName" $brothelName "Brothel">> //Use a noun or similar short phrase//
DankWolf/fc
src/uncategorized/brothel.tw
tw
bsd-3-clause
14,075
:: Brothel Advertisement [nobr] <<switch $brothelDecoration>> <<case "Roman Revivalist">> $brothelNameCaps is decorated as a Roman whorehouse. Refreshments are served at a bar, and someone is playing pipes in the back. <<case "Aztec Revivalist">> $brothelNameCaps is decorated as an Aztec ode to fertility and nature. Clients may sacrifice a bit of blood to honor the goddess of Filth or to partake in a fertility ritual before joining the girl of their choosing. <<case "Egyptian Revivalist">> $brothelNameCaps is decorated as an ancient Egyptian fertility temple. Customers are bade relax on couches next to running water so that slaves may dance to entice them. <<case "Edo Revivalist">> $brothelNameCaps is furnished as an Edo period pleasure house, seedy by the standards of the time. Still, girls usually keep their clothes on until they lead patrons back behind the sliding paper screens, though this does not stop silhouettes of the activities within from being visible on them. <<case "Arabian Revivalist">> $brothelNameCaps is furnished as an Arabian slave market, with the merchandise standing on little platforms, prices visible. Customers are permitted to fondle before making a decision and dragging a girl back behind a curtain. <<case "Chinese Revivalist">> $brothelNameCaps is furnished as an old Chinese pleasure house, with each girl set up in her own low room. They stand outside the doors, luring customers back one by one. <<case "Chattel Religionist">> $brothelNameCaps is decorated as a place of worship. The air is scented by censers, and the slaves here maintain an air of holiness even when being sodomized in public. <<case "Degradationist">> $brothelNameCaps is decorated to look like a dungeon. The decor involves a lot of black leather and burnished steel, and the slaves on offer are mostly chained to beds and walls. <<case "Repopulation Focus">> $brothelNameCaps is clean and full of soft couches and chairs for its' pregnant whores to lounge upon while showing off their assets. Several of the rooms are prepped to allow a whore to give birth in front of an audience. A supply of freshly squeezed breast milk is available on tap. <<case "Eugenics">> $brothelNameCaps is decorated to look like a club. Loud music is playing, and the whores that aren't with customers are stripping and poledancing on a stage. Safe sex is greatly encouraged. The real action happens in several reserved rooms dedicated to society's best, since the loud music drowns out private conversations. <<case "Asset Expansionist">> $brothelNameCaps is decorated to look like a club. Loud music is playing, and the whores that aren't with customers are stripping and poledancing on a stage. <<case "Transformation Fetishist">> $brothelNameCaps is sterile and clean. Interactive screens on the walls list the whores and their modifications in clinical detail. <<case "Gender Radicalist">> $brothelNameCaps is decorated to look like an old world bordello. The rich decor includes erotic photography and pornographic statuary, depicting every possible combination of human sexual congress. <<case "Gender Fundamentalist">> $brothelNameCaps is decorated to look like an old world whorehouse. Screens on the walls are showing pornography starring the whores, with prices flashing after each sex act. <<case "Physical Idealist">> $brothelNameCaps is decorated to look like a club. Loud music is playing, and the whores that aren't with customers are stripping on a stage. There is a distinct smell of sweat, and there is as much emphasis on the strippers' muscles as their breasts. <<case "Subjugationist">> $brothelNameCaps is decorated to celebrate the degradation of $arcologies[0].FSSubjugationistRace whores. The whores greet customers in stereotypical $arcologies[0].FSSubjugationistRace accents. <<case "Supremacist">> $brothelNameCaps is decorated like an old world gentleman's club. The pictures on the wall depict degradation of every race on earth, except $arcologies[0].FSSupremacistRace people. <<case "Paternalist">> $brothelNameCaps is decorated to look like a normal bar. Whores are encouraged to meet customers for a drink and get to know them a little before heading back into a private room. <<case "Maturity Preferentialist">> $brothelNameCaps is decorated to look like a refined bar. It has a row of sturdy backless barstools, perfect for a delectable selection of succulent MILFs to perch on. <<case "Youth Preferentialist">> $brothelNameCaps is decorated to look like a the sort of bar old world students visit on spring break. Vapid music is playing, and when whores aren't with customers, they dance and make out with each other to attract some. <<case "Body Purist">> $brothelNameCaps is decorated to look like an old world bordello. The rich decor includes erotic photography and pornographic statuary, depicting idealized human forms in the act of love. <<case "Slimness Enthusiast">> $brothelNameCaps is decorated to look like an old world bordello. The rich decor includes erotic photography and pornographic statuary, depicting slim, girlish figures playing, dancing, and loving. <<case "Pastoralist">> $brothelNameCaps is decorated to look like a dairy. Though it isn't one, there is an intense sexual focus on boobs and lactation, and all the whores have their sizes proudly posted. <<case "Hedonistic">> $brothelNameCaps is comfortable and full of soft couches and chairs for its' overweight whores to lounge upon between clients <<if $arcologies[0].FSHedonisticDecadenceResearch == 1>>and enjoy a plate of snacks<<else>>and enjoy a big cup of slave food<</if>>. The smells of fresh baked goods are pumped into the facility to mask the smell of sweat. It's not unusual for a client to fuck a whore right on her chosen couch, since the effort of moving is often too much. <</switch>> <<if $brothelAdsSpending > 0>> Screens outside the entrance are showing porn to advertise the brothel. <<if $brothelAdsOld == 1>> The featured slave actresses are all MILFs. <<elseif $brothelAdsOld == -1>> The featured slave actresses are all nice and young. <<elseif $brothelAdsOld == -2>> The featured slave actresses are all teenagers. <<elseif $brothelAdsOld == -3>> The featured slave actresses are all lolis. <<else>> The featured slave actresses vary in age. <</if>> <<if $brothelAdsStacked == 1>> Lots of bouncing breasts and butts <<elseif $brothelAdsStacked == -1>> Lots of trim breasts and shapely butts <<else>> A variety of breast and butt sizes and shapes <</if>> are on display, and <<if $brothelAdsImplanted == 1>> most of these are augmented by implants. <<elseif $brothelAdsImplanted == -1>> they're all natural. <<else>> some are augmented by implants. <</if>> <<if $brothelAdsPreg == 1>> Most of slaves have firm, rounded bellies. <<elseif $brothelAdsPreg == -1>> Most of the slaves have firm, flat bellies. <<else>> Some of the slaves are pregnant. <</if>> <<if $brothelAdsModded == 1>> Everything is heavily pierced and tattooed. <<elseif $brothelAdsModded == -1>> Everything is free of tattoos and piercings. <<else>> Some of these assets are tattooed and pierced, and some aren't. <</if>> The slaves in the ads are <<if $brothelAdsXX == 1>> sucking dick and taking cock in their pussies and asses. <<elseif $brothelAdsXX == -1>> sucking cock and being assfucked while their dicks flop around. <<else>> sucking dick and taking anal, and the ones that have pussies are being fucked there, too. <</if>> <</if>> <<if $brothelAdsSpending >= 5000>> Advertisements based on these scenes run constantly in media across the arcology, and there's an active merchandising campaign underway to promote your whores. <<elseif $brothelAdsSpending >= 4000>> Advertisements based on these scenes run constantly in media across the arcology. <<elseif $brothelAdsSpending >= 3000>> Advertisements based on these scenes are run in media across the arcology. <<elseif $brothelAdsSpending >= 2000>> Advertisements based on these scenes run regularly in arcology media. <<elseif $brothelAdsSpending >= 1000>> Advertisements based on these scenes run occasionally in arcology media. <<else>> $arcologies[0].name has a robust internal media that could be used to bring customers into the brothel. <</if>> <br><br> You are spending <<print cashFormat($brothelAdsSpending)>> each week to advertise the brothel. <<if $brothelAdsSpending > 900>> <<link "Decrease">><<set $brothelAdsSpending -= 1000>><<goto "Brothel Advertisement">><</link>> | <<else>> Decrease | <</if>> <<if $brothelAdsSpending < 5000>> <<link "Increase">><<set $brothelAdsSpending += 1000>><<goto "Brothel Advertisement">><</link>> <<else>> Increase <</if>> <br><br> __Design Brothel Ad Campaign__ //Will replace relevant variety bonuses// <br><br> Asset size: <<if $brothelAdsStacked != 1>><<link "Stacked">><<set $brothelAdsStacked = 1>><<goto "Brothel Advertisement">><</link>> | <<else>>Stacked | <</if>> <<if $brothelAdsStacked != -1>><<link "Slim">><<set $brothelAdsStacked = -1>><<goto "Brothel Advertisement">><</link>> | <<else>>Slim | <</if>> <<if $brothelAdsStacked != 0>><<link "Variety">><<set $brothelAdsStacked = 0>><<goto "Brothel Advertisement">><</link>><<else>>Variety<</if>> <br> Asset origin: <<if $brothelAdsImplanted != 1>><<link "Implants">><<set $brothelAdsImplanted = 1>><<goto "Brothel Advertisement">><</link>> | <<else>>Implants | <</if>> <<if $brothelAdsImplanted != -1>><<link "All natural">><<set $brothelAdsImplanted = -1>><<goto "Brothel Advertisement">><</link>> | <<else>>All natural | <</if>> <<if $brothelAdsImplanted != 0>><<link "Variety">><<set $brothelAdsImplanted = 0>><<goto "Brothel Advertisement">><</link>><<else>>Variety<</if>> <br> Body mods: <<if $brothelAdsModded != 1>><<link "Modded">><<set $brothelAdsModded = 1>><<goto "Brothel Advertisement">><</link>> | <<else>>Modded | <</if>> <<if $brothelAdsModded != -1>><<link "Unmodded">><<set $brothelAdsModded = -1>><<goto "Brothel Advertisement">><</link>> | <<else>>Unmodded | <</if>> <<if $brothelAdsModded != 0>><<link "Variety">><<set $brothelAdsModded = 0>><<goto "Brothel Advertisement">><</link>><<else>>Variety<</if>> <br> <<if $seePreg != 0>> Pregnancy: <<if $brothelAdsPreg != 1>><<link "Gravid">><<set $brothelAdsPreg = 1>><<goto "Brothel Advertisement">><</link>> | <<else>>Gravid | <</if>> <<if $brothelAdsPreg != -1>><<link "None">><<set $brothelAdsPreg = -1>><<goto "Brothel Advertisement">><</link>> | <<else>>None | <</if>> <<if $brothelAdsPreg != 0>><<link "Variety">><<set $brothelAdsPreg = 0>><<goto "Brothel Advertisement">><</link>><<else>>Variety<</if>> <br> <</if>> Age: <<if $brothelAdsOld != 1>><<link "MILF">><<set $brothelAdsOld = 1>><<goto "Brothel Advertisement">><</link>> | <<else>>MILF | <</if>> <<if $brothelAdsOld != -1>><<link "Young">><<set $brothelAdsOld = -1>><<goto "Brothel Advertisement">><</link>> | <<else>>Young | <</if>> <<if $minimumSlaveAge < 18>> <<if $brothelAdsOld != -2>><<link "Teen">><<set $brothelAdsOld = -2>><<goto "Brothel Advertisement">><</link>> | <<else>>Teen | <</if>> <</if>> <<if $minimumSlaveAge < 13>> <<if $brothelAdsOld != -3>><<link "Loli">><<set $brothelAdsOld = -3>><<goto "Brothel Advertisement">><</link>> | <<else>>Loli | <</if>> <</if>> <<if $brothelAdsOld != 0>><<link "Variety">><<set $brothelAdsOld = 0>><<goto "Brothel Advertisement">><</link>> <<else>>Variety<</if>> <br> <<if $seeDicks != 0>> Genitalia: <<if $brothelAdsXX != 1>><<link "Pussies">><<set $brothelAdsXX = 1>><<goto "Brothel Advertisement">><</link>> | <<else>>Pussies | <</if>> <<if $brothelAdsXX != -1>><<link "Dicks">><<set $brothelAdsXX = -1>><<goto "Brothel Advertisement">><</link>> | <<else>>Dicks | <</if>> <<if $brothelAdsXX != 0>><<link "Variety">><<set $brothelAdsXX = 0>><<goto "Brothel Advertisement">><</link>> <<else>>Variety<</if>> <br> <</if>>
DankWolf/fc
src/uncategorized/brothelAdvertisement.tw
tw
bsd-3-clause
11,894
:: Brothel Report [nobr] <span id="brothelstats"> </span> <<SlaveSort $BrothiIDs>> <<set _DL = $BrothiIDs.length, $brothelSlaves = _DL, _SL = $slaves.length, $legendaryWhoreID = 0, $madamCashBonus = 0, _FLsFetish = 0, _profits = 0>> <<set $legendaryWombID = 0>> <<set _modded = 0, _old = 0, _pure = 0, _slim = 0, _implanted = 0, _stacked = 0, _unmodded = 0, _XX = 0, _XY = 0, _young = 0, _pregYes = 0, _pregNo = 0, _minBonus = 50, _maxBonus = 150>> <!-- Statistics gathering --> <<set $facility = $facility || {}, $facility.brothel = initFacilityStatistics($facility.brothel)>> <<if ($Madam != 0)>> <<set _FLs = $slaveIndices[$Madam.ID]>> <<if ($slaves[_FLs].health < -80)>> <<set $slaves[_FLs].health += 20>> <<elseif $slaves[_FLs].health < -40>> <<set $slaves[_FLs].health += 15>> <<elseif $slaves[_FLs].health < 0>> <<set $slaves[_FLs].health += 10>> <<elseif $slaves[_FLs].health < 90>> <<set $slaves[_FLs].health += 7>> <</if>> <<if $slaves[_FLs].devotion <= 45>> <<set $slaves[_FLs].devotion += 5>> <</if>> <<if $slaves[_FLs].trust < 45>> <<set $slaves[_FLs].trust += 5>> <</if>> <<if $slaves[_FLs].livingRules != "luxurious">> <<set $slaves[_FLs].livingRules = "luxurious">> <</if>> <<if $slaves[_FLs].fetishStrength <= 95>> <<if $slaves[_FLs].fetish != "dom">> <<if fetishChangeChance($slaves[_FLs]) > random(0,100)>> <<set _FLsFetish = 1, $slaves[_FLs].fetishKnown = 1, $slaves[_FLs].fetish = "dom">> <</if>> <<elseif $slaves[_FLs].fetishKnown == 0>> <<set _FLsFetish = 1, $slaves[_FLs].fetishKnown = 1>> <<else>> <<set _FLsFetish = 2, $slaves[_FLs].fetishStrength += 4>> <</if>> <</if>> /% Make sure we have registered living expenses as for any other slave %/ <<run getSlaveStatisticData($Madam, $facility.brothel)>> <<set $Madam = $slaves[_FLs]>> &nbsp;&nbsp;&nbsp;&nbsp;<<= SlaveFullName($Madam)>> is serving as the Madam. <<if $Madam.relationship == -3 && $Madam.devotion > 50>> As your loving wife, she does her best to attract attention to your brothel. <<set $madamCashBonus += 0.25>> <</if>> <<if (_FLsFetish == 1)>> She isn't above sampling the merchandise herself; before long it's obvious to her girls that she @@.lightcoral;really likes fucking them.@@ <<elseif (_FLsFetish == 2)>> She's careful that all of the whores under her supervision are all warmed up and ready to get fucked every morning, and she @@.lightsalmon;becomes more dominant.@@ <</if>> <<if ($Madam.whoreSkill <= 10)>> Though $Madam.slaveName does her best to manage the brothel, with her lack of skill she can do little. <<elseif ($Madam.whoreSkill <= 30)>> $Madam.slaveName's basic skills marginally @@.yellowgreen;improve@@ business at $brothelName. <<set $madamCashBonus += 0.05>> <<elseif ($Madam.whoreSkill <= 60)>> $Madam.slaveName's skills @@.yellowgreen;improve@@ business at $brothelName. <<set $madamCashBonus += 0.1>> <<elseif ($Madam.whoreSkill < 100)>> $Madam.slaveName's skills greatly @@.yellowgreen;improve@@ business at $brothelName. <<set $madamCashBonus += 0.15>> <<else>> $Madam.slaveName's mastery immensely @@.yellowgreen;improves@@ business at $brothelName. <<set $madamCashBonus += 0.20>> <</if>> <<if ($Madam.actualAge > 35)>> Her age and experience also contribute. <<set $madamCashBonus += 0.05>> <<elseif $AgePenalty == 0>> <<set $madamCashBonus += 0.05>> <</if>> <<if setup.madamCareers.includes($Madam.career)>> She has experience from her life before she was a slave that helps her in the seedy business of selling other people's bodies for sex. <<set $madamCashBonus += 0.05>> <<elseif $Madam.skillMD >= $masteredXP>> She has experience from working for you that helps her in the seedy business of selling other people's bodies for sex. <<set $madamCashBonus += 0.05>> <<else>> <<set $slaves[_FLs].skillMD += random(1,($Madam.intelligence+4)*2)>> <</if>> <<if ($Madam.intelligence > 0)>> She is a clever manager. <<set $madamCashBonus += 0.05*$Madam.intelligence>> <</if>> <<if ($Madam.dick > 2) && (canPenetrate($Madam))>> Her turgid dick helps her manage the bitches. <<set $madamCashBonus += 0.05>> <</if>> <<for _dI = 0; _dI < _DL; _dI++>> <<set $i = $slaveIndices[$BrothiIDs[_dI]]>> <<if $Madam.rivalryTarget == $slaves[$i].ID>> She forces her <<if $Madam.rivalry == 1>>growing rival<<elseif $Madam.rivalry == 2>>rival<<elseif $Madam.rivalry == 3>>bitter rival<</if>>, to service all the men in the brothel. <<set $slaves[$i].devotion -= 2, $slaves[$i].trust -= 2>> <<if canDoVaginal($slaves[$i])>> <<set $slaves[$i].vaginalCount += 10, $vaginalTotal += 10>> <<if $slaves[$i].publicCount>><<set $slaves[$i].publicCount += 10>><<else>><<set $slaves[$i].publicCount = 10>><</if>> <</if>> <<if canDoAnal($slaves[$i])>> <<set $slaves[$i].analCount += 10, $analTotal += 10>> <<if $slaves[$i].publicCount>><<set $slaves[$i].publicCount += 10>><<else>><<set $slaves[$i].publicCount = 10>><</if>> <</if>> <<set $slaves[$i].oralCount += 10, $oralTotal += 10>> <<if $slaves[$i].publicCount>><<set $slaves[$i].publicCount += 10>><<else>><<set $slaves[$i].publicCount = 10>><</if>> <<if random(1,100) > 65>> <<set $slaves[_FLs].rivalry++, $Madam.rivalry++, $slaves[$i].rivalry++>> <</if>> <<elseif $Madam.relationshipTarget == $slaves[$i].ID>> She dotes over her <<if $Madam.relationship == 1>>friend<<elseif $Madam.relationship == 2>>best friend<<elseif $Madam.relationship == 3>>friend with benefits<<elseif $Madam.relationship == 4>>lover<<elseif $Madam.relationship == 5>>slave wife<</if>>, $slaves[$i].slaveName, making sure she is safe, but unfortunately driving potential costumers away from her. <<set $slaves[$i].devotion++, $madamCashBonus -= 0.05>> <<elseif $familyTesting == 1 && totalRelatives($slaves[$i]) > 0>> <<if $slaves[$i].mother == $Madam.ID || $slaves[$i].father == $Madam.ID>> She pays special attention to her daughter, $slaves[$i].slaveName, making sure she is treated well and showing off her skills. <<set $slaves[$i].trust++, $madamCashBonus += 0.05>> <<elseif $slaves[$i].ID == $Madam.mother>> She pays special attention to her mother, $slaves[$i].slaveName, making sure she is treated well and showing off her skills. <<set $slaves[$i].trust++, $madamCashBonus += 0.05>> <<elseif $slaves[$i].ID == $Madam.father>> She pays special attention to her father, $slaves[$i].slaveName, making sure she is treated well and showing off her skills. <<set $slaves[$i].trust++, $madamCashBonus += 0.05>> <<elseif areSisters($slaves[$i], $Madam) == 1>> She pays special attention to her twin sister, $slaves[$i].slaveName, making sure she is treated well and showing off her skills. <<set $slaves[$i].trust++, $madamCashBonus += 0.05>> <<elseif areSisters($slaves[$i], $Madam) == 2>> She pays special attention to her sister, $slaves[$i].slaveName, making sure she is treated well and showing off her skills. <<set $slaves[$i].trust++, $madamCashBonus += 0.05>> <<elseif areSisters($slaves[$i], $Madam) == 3>> She pays special attention to her half-sister, $slaves[$i].slaveName, making sure she is treated well and showing off her skills. <<set $slaves[$i].trust++, $madamCashBonus += 0.05>> <</if>> <<elseif $Madam.relationTarget == $slaves[$i].ID && $familyTesting == 0>> She pays special attention to her $slaves[$i].relation, $slaves[$i].slaveName, making sure she is treated well and showing off her skills. <<set $slaves[$i].trust++, $madamCashBonus += 0.05>> <</if>> <<if $slaves[$i].prestigeDesc == "She is a famed Free Cities whore, and commands top prices.">> She makes sure to promote $slaves[$i].slaveName, the famed whore, in order to capitalize on her popularity. <<set $madamCashBonus += 0.15>> <<elseif $slaves[$i].prestigeDesc == "She is a famed Free Cities slut, and can please anyone.">> She makes sure to promote $slaves[$i].slaveName, the famed entertainer, in order to capitalize on her popularity. <<set $madamCashBonus += 0.15>> <<elseif $slaves[$i].prestigeDesc == "She is remembered for winning best in show as a dairy cow.">> <<if ($arcologies[0].FSPhysicalIdealist != "unset")>> <<if ($slaves[$i].muscles > 60) && ($slaves[$i].weight < 30) && ($slaves[$i].lactation > 0) && (($slaves[$i].boobs-$slaves[$i].boobsImplant) > 6000)>> She shows off how even a cow like $slaves[$i].slaveName can achieve physical perfection. <<set $madamCashBonus += 0.15>> <<else>> A<<if ($slaves[$i].muscles < 30)>>n unmuscled,<</if>><<if ($slaves[$i].weight > 30)>> fat,<</if>> 'prestigious' <<if ($slaves[$i].lactation > 0)>>cow<<elseif (($slaves[$i].boobs-$slaves[$i].boobsImplant) > 6000)>>mass of titflesh<<else>>slave<</if>> like $slaves[$i].slaveName is woefully out of fashion, so $Milkmaid.slaveName tries to draw attention away from her. <</if>> <<else>> <<if ($slaves[$i].lactation > 0) && (($slaves[$i].boobs-$slaves[$i].boobsImplant) > 6000)>> She makes sure to massage $slaves[$i].slaveName's huge breasts to get the milk flowing before enticing clients to suckle and play with her. <<set $madamCashBonus += 0.10>> <<else>> She would like to show off $slaves[$i].slaveName's huge udders, but $slaves[$i].slaveName <<if ($slaves[$i].lactation == 0)>> isn't producing milk anymore. <<else>> doesn't exactly have huge udders anymore. <</if>> <</if>> <</if>> <<elseif $slaves[$i].prestigeDesc == "She is remembered for winning best in show as a cockmilker.">> <<if $arcologies[0].FSGenderFundamentalist != "unset">> <<if ($slaves[$i].balls == 0) && ($slaves[$i].dick == 0) && ($slaves[$i].vagina > -1)>> She uses $slaves[$i].slaveName as an example of how even a huge-balled freak like her can be restored to proper femininity. <<set $madamCashBonus += 0.20>> <<else>> She tries to hide $slaves[$i].slaveName, 'her' body being notorious for defiance of conventional femininity. <</if>> <<else>> <<if (($slaves[$i].balls > 5) && ($slaves[$i].dick != 0)) || (($slaves[$i].balls > 4) && ($slaves[$i].dick != 0) && ($slaves[$i].prostate > 1))>> She shows off $slaves[$i].slaveName's copious loads by putting a condom over her dick and teasing her till she bursts it. The show draws multiple clients that want to play with her oversized junk and messy orgasms. <<set $madamCashBonus += 0.15>> <<else>> She would love to show off $slaves[$i].slaveName's copious loads, but $slaves[$i].slaveName<<if $slaves[$i].dick == 0>> doesn't have a dick.<<elseif $slaves[$i].balls == 0>>'s not producing cum. <<else>>'s orgasms just aren't messy enough. <</if>> <</if>> <</if>> <<elseif $slaves[$i].prestigeDesc == "She is remembered for winning best in show as a breeder.">> <<if $slaves[$i].bellyPreg >= 5000>> She makes sure $slaves[$i].slaveName's growing pregnancy is well taken care of, even if it means driving away potential customers away when the mother-to-be needs a rest. <<set $madamCashBonus -= 0.05>> <<elseif canGetPregnant($slaves[$i])>> She makes sure to play off $slaves[$i].slaveName's fame and fertility by enticing potential customers to be the one to claim her womb by filling it with their child. <<set $madamCashBonus += 0.15>> <<else>> She would love to play off of $slaves[$i].slaveName's fame and fertility, but unfortunately she <<if $slaves[$i].pregKnown == 1 && $slaves[$i].bellyPreg < 1500>>is already pregnant and not far enough along to show it<<elseif $slaves[$i].pregKnown == 1 && $slaves[$i].bellyPreg < 5000>>already pregnant, but not enough to be exciting<<else>>is unable to get knocked up<</if>>. <</if>> <</if>> <</for>> <<set _oldCash = $cash>> <<if (_DL < 5)>> <<set $slavesGettingHelp = 0>> <<if $universalRulesFacilityWork == 1>> <<for $i = 0; $i < _SL; $i++>> <<if ($slaves[$i].assignment == "whore")>> <<set $slavesGettingHelp++>> <</if>> <</for>> <</if>> <<if (_DL+$slavesGettingHelp < 5)>> <<set $i = _FLs>> /* apply following SA passages to facility leader */ <<if $showEWD != 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp;She <<include "SA whore">> <<else>> <<silently>><<include "SA whore">><</silently>> <</if>> <<set _seed = $cash-_oldCash, $cash += Math.trunc(0.5*_seed), _seed = Math.trunc(1.5*_seed), _profits += _seed>> <br>&nbsp;&nbsp;&nbsp;&nbsp;Since she doesn't have enough whores to manage to keep her busy, she sees $beauty customers herself (<<print Math.trunc($beauty/7)>> a day), earning you @@.yellowgreen;<<print cashFormat(_seed)>>@@. She can charge more for her time, since many citizens find it erotic to fuck the Madam. <</if>> <</if>> <<if (_DL > 0)>><br><br><</if>> <</if>> <<if (_DL > 0)>> &nbsp;&nbsp;&nbsp;&nbsp;<<if _DL != 1>>''There are _DL slave whores working out of $brothelName.''<<else>>''There is one slave whore working out of $brothelName.''<</if>> <</if>> <<if $Madam != 0>> <<set $i = _FLs>> /* apply following SA passages to facility leader */ <<if $showEWD != 0>> <br><br> /* 000-250-006 */ <<if $seeImages && $seeReportImages>> <div class="imageRef tinyImg"> <<SlaveArt $slaves[_FLs] 0 0>> </div> <</if>> /* 000-250-006 */ ''__@@.pink;<<= SlaveFullName($slaves[_FLs])>>@@__'' is serving as the Madam. <br>&nbsp;&nbsp;&nbsp; <<= saChoosesOwnClothes($slaves[$i])>> <<include "SA rules">> <<include "SA diet">> <<include "SA long term effects">> <<include "SA drugs">> <<include "SA relationships">> <<include "SA rivalries">> <br><<include "SA devotion">> <<else>> <<silently>> <<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>> <<include "SA rules">> <<include "SA diet">> <<include "SA long term effects">> <<include "SA drugs">> <<include "SA relationships">> <<include "SA rivalries">> <<include "SA devotion">> <</silently>> <</if>> <<set $Madam = $slaves[_FLs]>> <<if isSlim($slaves[_FLs])>> <<set _slim += 1>> <</if>> <<if isStacked($slaves[_FLs])>> <<set _stacked += 1>> <</if>> <<if isYoung($slaves[_FLs])>> <<set _young += 1>> <<else>> <<set _old += 1>> <</if>> <<if isModded($slaves[_FLs])>> <<set _modded += 1>> <<elseif isUnmodded($slaves[_FLs])>> <<set _unmodded += 1>> <</if>> <<if isXY($slaves[_FLs])>> <<set _XY += 1>> <<else>> <<set _XX += 1>> <</if>> <<if isPure($slaves[_FLs])>> <<set _pure += 1>> <<else>> <<set _implanted += 1>> <</if>> <<if isPreg($slaves[_FLs])>> <<set _pregYes += 1>> <<elseif isNotPreg($slaves[_FLs])>> <<set _pregNo += 1>> <</if>> <</if>> <<if (_DL > 0)>> <<set _healthBonus = 0, _aphrod = 0>> <<if ($brothelUpgradeDrugs == 1)>> <<set _healthBonus += 1, _aphrod = 1>> <<elseif ($brothelUpgradeDrugs == 2)>> <<set _healthBonus += 3, _aphrod = 2>> <</if>> <<set _oldCash = $cash>> <<for _dI = 0; _dI < _DL; _dI++>> <<set $i = $slaveIndices[$BrothiIDs[_dI]]>> <<if ($legendaryWombID == 0) && ($slaves[$i].amp != 1) && ($slaves[$i].preg > 30) && ($slaves[$i].broodmother == 0) && ($slaves[$i].eggType == "human") && ($slaves[$i].births > 10) && ($slaves[$i].devotion > 50) && ($slaves[$i].prestige == 0)>> <<set $legendaryWombID = $slaves[$i].ID>> <</if>> <<if ($legendaryWhoreID == 0) && ($slaves[$i].whoreSkill >= 100) && ($slaves[$i].devotion > 50) && ($slaves[$i].prestige == 0)>> <<set $legendaryWhoreID = $slaves[$i].ID>> <</if>> /* Perform facility based rule changes */ <<set $slaves[$i].health += _healthBonus, $slaves[$i].aphrodisiacs = _aphrod>> <<switch $brothelDecoration>> <<case "Degradationist" "standard">> <<set $slaves[$i].livingRules = "spare">> <<default>> <<set $slaves[$i].livingRules = "normal">> <</switch>> <<if ($slaves[$i].health < -80)>> <<set $slaves[$i].health += 20>> <<elseif $slaves[$i].health < -40>> <<set $slaves[$i].health += 15>> <<elseif $slaves[$i].health < 0>> <<set $slaves[$i].health += 10>> <<elseif $slaves[$i].health < 90>> <<set $slaves[$i].health += 7>> <</if>> <<if ($slaves[$i].devotion <= 20) && ($slaves[$i].trust > -20)>> <<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>> <<elseif ($slaves[$i].devotion < 45)>> <<set $slaves[$i].devotion += 4>> <<elseif ($slaves[$i].devotion >= 50)>> <<set $slaves[$i].devotion -= 4>> <</if>> <<if ($slaves[$i].trust < 30)>> <<set $slaves[$i].trust += 5>> <</if>> <<if $slaves[$i].energy > 40 && $slaves[$i].energy < 95>> <<set $slaves[$i].energy++>> <</if>> <<if $showEWD != 0>> <br><br> /* 000-250-006 */ <<if $seeImages && $seeReportImages>> <div class="imageRef tinyImg"> <<SlaveArt $slaves[$i] 0 0>> </div> <</if>> /* 000-250-006 */ ''__@@.pink;<<= SlaveFullName($slaves[$i])>>@@__'' <<if $slaves[$i].choosesOwnAssignment == 2>> <<include "SA chooses own job">> <<else>> is working out of $brothelName. <</if>> <br>&nbsp;&nbsp;&nbsp;&nbsp;She <<include "SA whore">> <br>&nbsp;&nbsp;&nbsp; <<= saChoosesOwnClothes($slaves[$i])>> <<include "SA rules">> <<include "SA diet">> <<include "SA long term effects">> <<include "SA drugs">> <<include "SA relationships">> <<include "SA rivalries">> <br><<include "SA devotion">> <<else>> <<silently>> <<include "SA chooses own job">> <<include "SA whore">> <<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>> <<include "SA rules">> <<include "SA diet">> <<include "SA long term effects">> <<include "SA drugs">> <<include "SA relationships">> <<include "SA rivalries">> <<include "SA devotion">> <</silently>> <</if>> <<if isSlim($slaves[$i])>> <<set _slim += 1>> <</if>> <<if isStacked($slaves[$i])>> <<set _stacked += 1>> <</if>> <<if isYoung($slaves[$i])>> <<set _young += 1>> <<else>> <<set _old += 1>> <</if>> <<if isModded($slaves[$i])>> <<set _modded += 1>> <<elseif isUnmodded($slaves[$i])>> <<set _unmodded += 1>> <</if>> <<if isXY($slaves[$i])>> <<set _XY += 1>> <<else>> <<set _XX += 1>> <</if>> <<if isPure($slaves[$i])>> <<set _pure += 1>> <<else>> <<set _implanted += 1>> <</if>> <<if isPreg($slaves[$i])>> <<set _pregYes += 1>> <<elseif isNotPreg($slaves[$i])>> <<set _pregNo += 1>> <</if>> <<if $brothelAdsSpending != 0>> <<set _seed = 0>> <<if $brothelAdsStacked == 1>> <<if ($slaves[$i].butt > 4) && ($slaves[$i].boobs > 800)>> <<set _seed++>> <</if>> <<elseif $brothelAdsStacked == -1>> <<if ($slaves[$i].boobs < 500) && ($slaves[$i].butt < 3) && ($slaves[$i].weight <= 10) && ($slaves[$i].muscles <= 95)>> <<set _seed++>> <</if>> <</if>> <<set _PierceC = ($slaves[$i].lipsPiercing + $slaves[$i].nipplesPiercing + $slaves[$i].vaginaPiercing + $slaves[$i].clitPiercing + $slaves[$i].anusPiercing + $slaves[$i].earPiercing + $slaves[$i].eyebrowPiercing + $slaves[$i].nosePiercing + $slaves[$i].navelPiercing)>> <<if $brothelAdsModded == 1>> <<if (_PierceC > 8)>> <<if ($slaves[$i].lipsTat != 0) && ($slaves[$i].buttTat != 0) && ($slaves[$i].anusTat != 0) && ($slaves[$i].vaginaTat != 0) && ($slaves[$i].boobsTat != 0)>> <<set _seed++>> <</if>> <</if>> <<elseif $brothelAdsModded == -1>> <<if (_PierceC < 3)>> <<if ($slaves[$i].lipsTat == 0) && ($slaves[$i].buttTat == 0) && ($slaves[$i].vaginaTat == 0) && ($slaves[$i].boobsTat == 0)>> <<set _seed++>> <</if>> <</if>> <</if>> <<if $brothelAdsPreg == 1>> <<if ($slaves[$i].bellyPreg >= 5000) || ($slaves[$i].bellyImplant >= 5000)>> <<set _seed++>> <</if>> <<elseif $brothelAdsPreg == -1>> <<if ($slaves[$i].belly < 100) && ($slaves[$i].weight < 30) && (!setup.fakeBellies.includes($bellyAccessory)) && ($slaves[$i].bellyImplant <= 0)>> <<set _seed++>> <</if>> <</if>> <<if $brothelAdsImplanted == 1>> <<if ($slaves[$i].boobsImplant > 0) && ($slaves[$i].buttImplant > 0) && ($slaves[$i].waist < -95) && ($slaves[$i].lipsImplant > 0) && ($slaves[$i].bellyImplant >= 1500)>> <<set _seed++>> <</if>> <<elseif $brothelAdsImplanted == -1>> <<if $slaves[$i].boobsImplant == 0 && $slaves[$i].buttImplant == 0 && $slaves[$i].waist >= -95 && $slaves[$i].lipsImplant == 0 && $slaves[$i].faceImplant < 30 && $slaves[$i].bellyImplant <= 0>> <<set _seed++>> <</if>> <</if>> <<if $brothelAdsOld == 1>> <<if ($slaves[$i].physicalAge >= 30)>> <<set _seed++>> <</if>> <<elseif $brothelAdsOld == -1>> <<if ($slaves[$i].physicalAge < 30) && ($slaves[$i].physicalAge >= 18)>> <<set _seed++>> <</if>> <<elseif $brothelAdsOld == -2>> <<if ($slaves[$i].physicalAge <= 18) && ($slaves[$i].physicalAge >= 13)>> <<set _seed++>> <</if>> <<elseif $brothelAdsOld == -3>> <<if ($slaves[$i].physicalAge < 13)>> <<set _seed++>> <</if>> <</if>> <<if $brothelAdsXX == 1>> <<if ($slaves[$i].dick == 0)>> <<set _seed++>> <</if>> <<elseif $brothelAdsXX == -1>> <<if ($slaves[$i].dick > 0)>> <<set _seed++>> <</if>> <</if>> <<if _seed > 0>> <<set _adsIncome = _seed * random(50,60) * Math.trunc($brothelAdsSpending/1000)>> <<set $cash += _adsIncome , getSlaveStatisticData($slaves[$i], $facility.brothel).adsIncome += _adsIncome>> <<else>> <<set _adsIncome = random(50,60) * Math.trunc($brothelAdsSpending/1000)>> <<set $cash += _adsIncome, getSlaveStatisticData($slaves[$i], $facility.brothel).adsIncome += _adsIncome>> <</if>> <</if>> <</for>> <<set _profits += $cash-_oldCash, _oldCash = $cash, _possibleBonuses = 0, _brothelBonuses = 0>> /* adblock */ <br><br>&nbsp;&nbsp;&nbsp;&nbsp; <<if $brothelAdsSpending != 0>> An ad campaign is supporting business there, and whores that match it make more ¤. <</if>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<if $brothelAdsSpending != 0>> <<if $brothelAdsStacked == 1>> Its advertisements feature girls with plenty up top and rears to match. <<set _ads = 1>> <<elseif $brothelAdsStacked == -1>> Its advertisements feature trim girls with little in the way of T&A. <<set _ads = -1>> <<else>> Its advertisements feature a variety of girls, some that are trim and others that are curvaceous. <<set _ads = 0>> <</if>> <</if>> <<if ($arcologies[0].FSAssetExpansionist != "unset") && ($arcologies[0].FSAssetExpansionist >= 80)>> Most customers prefer their girls well endowed. <<set _pref = 1>> <<elseif ($arcologies[0].FSSlimnessEnthusiast != "unset") && ($arcologies[0].FSSlimnessEnthusiast >= 80) >> Most customers prefer their girls light. <<set _pref = -1>> <<else>> <<if ($arcologies[0].FSAssetExpansionist == "unset") && ($arcologies[0].FSSlimnessEnthusiast == "unset")>> <<if ($brothelAdsSpending == 0) || ($brothelAdsStacked == 0)>> <<set _possibleBonuses++>> <<if (_slim > 0) && (_stacked > 0) && (Math.abs(_slim-_stacked) <= (_DL/3))>> <<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome, _brothelBonuses++>> The brothel offers a @@.yellowgreen;wide@@ variety of slim and stacked slaves. <</if>> <</if>> <</if>> Most customers don't mind the selection of assets. <<set _pref = 0>> <</if>> <<if (_slim > (_DL/2))>> <<set _girls = -1>> Most of the slaves in the brothel have small tits and asses. <<elseif (_stacked > (_DL/2))>> <<set _girls = 1>> Most of the slaves in the brothel have large tits and asses. <<else>> <<set _girls = 0>> The slaves in the brothel vary in asset size. <</if>> <<if (_pref == 0)>> /*customers don't care*/ <<elseif ($brothelAdsSpending > 0)>> <<if (_ads == _pref) && (_girls == _ads)>> <<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome, _brothelBonuses++>> Its advertising for <<if _ads == 1>>stacked <<elseif _ads == -1>>trim <</if>>girls matched most customers' preferences and the girls in the brothel matched its advertisements. Your @@.green;reputation@@ increased slightly as a result. <<set $rep += random(_minBonus,_maxBonus)>> <<elseif (_ads == _pref) && (_girls != _ads)>> Its advertising for <<if _ads == 1>>stacked <<elseif _ads == -1>>trim <</if>>girls matched most customers preferences, but most of the girls in the brothel were not as advertised. Your @@.red;reputation@@ dropped slightly as a result. <<set $rep -= random(_minBonus,_maxBonus)>> <<elseif (_girls == _pref) && (_girls != _ads)>> The <<if _girls == 1>>stacked <<elseif _girls == -1>>trim <</if>>girls in the brothel did not match its advertisements, but since the girls in the brothel matched most customers preferences for <<if _pref == 1>>stacked <<elseif _pref == -1>>slim <</if>>girls, your reputation was not affected. <<elseif (_girls != _pref)>> Some customers were put off since the <<if _girls == 1>>stacked <<elseif _girls == -1>>trim <</if>>girls there did not match their preferences for <<if _pref == 1>>stacked <<elseif _pref == -1>>slim <</if>>girls. Your @@.red;reputation@@ dropped slightly as a result. <<set $rep -= random(_minBonus,_maxBonus)>> <</if>> <<else>> <<if (_girls == _pref)>> The <<if _girls == 1>>stacked <<elseif _girls == -1>>trim <</if>>girls in the brothel match most customers' preferences for <<if _pref == 1>>stacked <<elseif _pref == -1>>slim <</if>>girls. Your @@.green;reputation@@ increased slightly as a result. <<set $rep += random(_minBonus,_maxBonus)>> <<else>> Some customers were put off since the <<if _girls == 1>>stacked <<elseif _girls == -1>>trim <</if>>girls there did not match their preferences for <<if _pref == 1>>large <<elseif _pref == -1>>slim <</if>>girls. Your @@.red;reputation@@ dropped slightly as a result. <<set $rep -= random(_minBonus,_maxBonus)>> <</if>> <</if>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<if ($brothelAdsSpending > 0)>> <<if $brothelAdsPreg == 1>> Its advertisements feature girls that are clearly pregnant. <<set _ads = 1>> <<elseif $brothelAdsPreg == -1>> Its advertisements feature girls that have flat, usually firm, bellies. <<set _ads = -1>> <<else>> Its advertisements feature some girls that are pregnant. <<set _ads = 0>> <</if>> <</if>> <<if ($arcologies[0].FSRepopulationFocus != "unset") && ($arcologies[0].FSRepopulationFocus >= 80)>> Most customers prefer their girls rounded with child. <<set _pref = 1>> <<elseif ($arcologies[0].FSRestart != "unset") && ($arcologies[0].FSRestart >= 80)>> Most customers prefer girls that aren't gravid. <<set _pref = -1>> <<else>> <<if ($arcologies[0].FSRepopulationFocus == "unset") && ($arcologies[0].FSRestart == "unset")>> <<if ($brothelAdsSpending == 0) || ($brothelAdsPreg == 0)>> <<set _possibleBonuses++>> <<if (_pregYes > 0) && (_pregNo > 0) && (Math.abs(_pregYes-_pregNo) <= (_DL/3))>> <<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome, _brothelBonuses++>> The brothel offers a @@.yellowgreen;wide@@ selection of slaves with a variety of middles. <</if>> <</if>> <</if>> Most customers don't have preferences for either big-bellied or flat-bellied girls. <<set _pref = 0>> <</if>> <<if (_pregNo > (_DL/2))>> <<set _girls = -1>> Most of the slaves in the brothel sport flat bellies. <<elseif (_pregYes > (_DL/2))>> <<set _girls = 1>> Most of the slaves in the brothel sport gravid middles. <<else>> <<set _girls = 0>> The slaves in the brothel vary in belly type. <</if>> <<if _pref == 0>> /*customers don't care*/ <<elseif ($brothelAdsSpending > 0)>> <<if (_ads == _pref) && (_girls == _ads)>> <<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome, _brothelBonuses++>> Its advertising for <<if _ads == 1>>pregnant <<elseif _ads == -1>>flat-bellied <</if>>girls matched most customers' preferences and the girls in the brothel matched its advertisements. Your @@.green;reputation@@ increased slightly as a result. <<set $rep += random(_minBonus,_maxBonus)>> <<elseif (_ads == _pref) && (_girls != _ads)>> Its advertising for <<if _ads == 1>>pregnant <<elseif _ads == -1>>flat-bellied <</if>>girls matched most customers preferences, but the girls in the brothel did not. Your @@.red;reputation@@ dropped slightly as a result. <<set $rep -= random(_minBonus,_maxBonus)>> <<elseif (_girls == _pref) && (_girls != _ads)>> The <<if _girls == 1>>pregnant <<elseif _girls == -1>>flat-bellied <</if>>girls in the brothel did not match its advertisements, but since the girls in the brothel matched most customers preferences for <<if _pref == 1>>fecund <<elseif _pref == -1>>flat-bellied <</if>>girls, your reputation was not affected. <<elseif (_girls != _pref)>> Some customers were put off since the <<if _girls == 1>>pregnant <<elseif _girls == -1>>flat-bellied <</if>>girls there did not match their preferences for <<if _pref == 1>>fecund <<elseif _pref == -1>>flat-bellied <</if>>girls. Your @@.red;reputation@@ dropped slightly as a result. <<set $rep -= random(_minBonus,_maxBonus)>> <</if>> <<else>> <<if (_girls == _pref)>> The <<if _girls == 1>>pregnant <<elseif _girls == -1>>flat-bellied <</if>>girls in the brothel match most customers' preferences for <<if _pref == 1>>fecund <<elseif _pref == -1>>flat-bellied <</if>>girls. Your @@.green;reputation@@ increased slightly as a result. <<set $rep += random(_minBonus,_maxBonus)>> <<else>> Some customers were put off since the <<if _girls == 1>>pregnant <<elseif _girls == -1>>flat-bellied <</if>>girls there did not match their preferences for <<if _pref == 1>>fecund <<elseif _pref == -1>>flat-bellied <</if>>girls. Your @@.red;reputation@@ dropped slightly as a result. <<set $rep -= random(_minBonus,_maxBonus)>> <</if>> <</if>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<if ($brothelAdsSpending > 0)>> <<if $brothelAdsModded == 1>> Its advertisements feature girls that are heavily pierced and tattooed. <<set _ads = 1>> <<elseif $brothelAdsModded == -1>> Its advertisements feature girls that free from piercings and tattoos. <<set _ads = -1>> <<else>> Its advertisements feature some girls that are tattooed and pierced, and some that aren't. <<set _ads = 0>> <</if>> <</if>> <<if ($arcologies[0].FSDegradationist != "unset") && ($arcologies[0].FSDegradationist >= 80)>> Most customers prefer heavily modified girls. <<set _pref = 1>> <<elseif ($arcologies[0].FSBodyPurist != "unset") && ($arcologies[0].FSBodyPurist >= 80) >> Most customers prefer natural girls. <<set _pref = -1>> <<else>> <<if ($arcologies[0].FSDegradationist == "unset") && ($arcologies[0].FSBodyPurist == "unset")>> <<if ($brothelAdsSpending == 0) || ($brothelAdsModded == 0)>> <<set _possibleBonuses++>> <<if (_modded > 0) && (_unmodded > 0) && (Math.abs(_modded-_unmodded) <= (_DL/3))>> <<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome, _brothelBonuses++>> The brothel offers a @@.yellowgreen;both@@ a selection of heavily altered slaves and those with more natural bodies. <</if>> <</if>> <</if>> Most customers don't have preferences for either modded or natural slaves. <<set _pref = 0>> <</if>> <<if (_modded > (_DL/2))>> <<set _girls = 1>> Most of the slaves in the brothel are heavily pierced and tattooed. <<elseif (_unmodded > (_DL/2))>> <<set _girls = -1>> Most of the slaves in the brothel have natural, unmodded bodies. <<else>> <<set _girls = 0>> Some girls in the brothel have piercings or tattoos, some have none and others have both. <</if>> <<if (_pref == 0)>> /*customers don't care*/ <<elseif ($brothelAdsSpending > 0) && (_pref != 0)>> <<if (_ads == _pref) && (_girls == _ads)>> <<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome, _brothelBonuses++>> Its advertising for <<if _ads == 1>>heavily modified <<elseif _ads == -1>>natural bodied <</if>>girls matched most customers' preferences and the girls in the brothel matched its advertisements. Your @@.green;reputation@@ increased slightly as a result. <<set $rep += random(_minBonus,_maxBonus)>> <<elseif (_ads == _pref) && (_girls != _ads)>> Its advertising for <<if _ads == 1>>heavily modified <<elseif _ads == -1>>natural bodied <</if>>girls matched most customers preferences, but the girls in the brothel did not. Your @@.red;reputation@@ dropped slightly as a result. <<set $rep -= random(_minBonus,_maxBonus)>> <<elseif (_girls == _pref) && (_girls != _ads)>> The <<if _girls == 1>>heavily modified <<elseif _girls == -1>>natural bodied <</if>>girls in the brothel did not match its advertisements, but since the girls in the brothel matched most customers preferences for <<if _pref == 1>>heavily modded <<elseif _pref == -1>>natural bodied <</if>>girls, your reputation was not affected. <<elseif (_girls != _pref)>> Some customers were put off since the <<if _girls == 1>>heavily modified <<elseif _girls == -1>>natural bodied <</if>>girls there did not match their preferences for <<if _pref == 1>>heavily modded <<elseif _pref == -1>>natural bodied <</if>>girls. Your @@.red;reputation@@ dropped slightly as a result. <<set $rep -= random(_minBonus,_maxBonus)>> <</if>> <<else>> <<if (_girls == _pref)>> The <<if _girls == 1>>heavily modified <<elseif _girls == -1>>natural bodied <</if>>girls in the brothel match most customers' preferences for <<if _pref == 1>>heavily modded <<elseif _pref == -1>>natural unmodded <</if>>girls. Your @@.green;reputation@@ increased slightly as a result. <<set $rep += random(_minBonus,_maxBonus)>> <<else>> Some customers were put off since the <<if _girls == 1>>heavily modified <<elseif _girls == -1>>natural bodied <</if>>girls there did not match their preferences for <<if _pref == 1>>heavily modded <<elseif _pref == -1>>natural bodied <</if>>girls. Your @@.red;reputation@@ dropped slightly as a result. <<set $rep -= random(_minBonus,_maxBonus)>> <</if>> <</if>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<if ($brothelAdsSpending > 0)>> <<if ($brothelAdsImplanted == 1)>> Its advertisements feature girls that are augmented by implants or improved surgically. <<set _ads = 1>> <<elseif ($brothelAdsImplanted == -1)>> Its advertisements feature girls that have all natural bodies. <<set _ads = -1>> <<else>> Its advertisements feature some girls that are surgically improved and implanted and some that are all-natural. <<set _ads = 0>> <</if>> <</if>> <<if ($arcologies[0].FSTransformationFetishist != "unset") && ($arcologies[0].FSTransformationFetishist >= 80)>> Most customers prefer their girls fake. <<set _pref = 1>> <<elseif ($arcologies[0].FSBodyPurist != "unset") && ($arcologies[0].FSBodyPurist >= 80)>> Most customers prefer all-natural girls. <<set _pref = -1>> <<else>> <<if ($arcologies[0].FSTransformationFetishist == "unset") && ($arcologies[0].FSBodyPurist == "unset")>> <<if ($brothelAdsSpending == 0) || ($brothelAdsImplanted == 0)>> <<set _possibleBonuses++>> <<if (_implanted > 0) && (_pure > 0) && (Math.abs(_implanted-_pure) <= (_DL/3))>> <<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome, _brothelBonuses++>> The brothel offers @@.yellowgreen;both@@ all-natural girls, and slaves whose beauty has been improved by surgical means. <</if>> <</if>> <</if>> Most customers don't have preferences for either all-natural or surgically enhanced and implanted girls. <<set _pref = 0>> <</if>> <<if (_implanted > (_DL/2))>> <<set _girls = 1>> Most of the slaves in the brothel are heavily implanted or surgically enhanced. <<elseif (_pure > (_DL/2))>> <<set _girls = -1>> Most of the slaves in the brothel have naturally pure bodies. <<else>> <<set _girls = 0>> The slaves in the brothel vary in body modification. <</if>> <<if _pref == 0>> /*customers don't care*/ <<elseif ($brothelAdsSpending > 0)>> <<if (_ads == _pref) && (_girls == _ads)>> <<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome, _brothelBonuses++>> Its advertising for <<if _ads == 1>>implanted or surgically improved <<elseif _ads == -1>>naturally pure <</if>>girls matched most customers' preferences and the girls in the brothel matched its advertisements. Your @@.green;reputation@@ increased slightly as a result. <<set $rep += random(_minBonus,_maxBonus)>> <<elseif (_ads == _pref) && (_girls != _ads)>> Its advertising for <<if _ads == 1>>implanted or surgically improved <<elseif _ads == -1>>naturally pure <</if>>girls matched most customers preferences, but the girls in the brothel did not. Your @@.red;reputation@@ dropped slightly as a result. <<set $rep -= random(_minBonus,_maxBonus)>> <<elseif (_girls == _pref) && (_girls != _ads)>> The <<if _girls == 1>>implanted or surgically improved <<elseif _girls == -1>>naturally pure <</if>>girls in the brothel did not match its advertisements, but since the girls in the brothel matched most customers preferences for <<if _pref == 1>>implanted or surgically improved <<elseif _pref == -1>>naturally pure <</if>>girls, your reputation was not affected. <<elseif (_girls != _pref)>> Some customers were put off since the <<if _girls == 1>>implanted or surgically improved <<elseif _girls == -1>>naturally pure <</if>>girls there did not match their preferences for <<if _pref == 1>>implanted or surgically improved <<elseif _pref == -1>>naturally pure <</if>>girls. Your @@.red;reputation@@ dropped slightly as a result. <<set $rep -= random(_minBonus,_maxBonus)>> <</if>> <<else>> <<if (_girls == _pref)>> The <<if _girls == 1>>implanted or surgically improved <<elseif _girls == -1>>naturally pure <</if>>girls in the brothel match most customers' preferences for <<if _pref == 1>>implanted or surgically improved <<elseif _pref == -1>>natural unmodded <</if>>girls. Your @@.green;reputation@@ increased slightly as a result. <<set $rep += random(_minBonus,_maxBonus)>> <<else>> Some customers were put off since the <<if _girls == 1>>implanted or surgically improved <<elseif _girls == -1>>naturally pure <</if>>girls there did not match their preferences for <<if _pref == 1>>implanted or surgically improved <<elseif _pref == -1>>naturally pure <</if>>girls. Your @@.red;reputation@@ dropped slightly as a result. <<set $rep -= random(_minBonus,_maxBonus)>> <</if>> <</if>> <<if $seeDicks != 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<if ($brothelAdsSpending > 0)>> <<if ($brothelAdsXX == 1)>> Its advertisements feature girls with female genitalia. <<set _ads = 1>> <<elseif ($brothelAdsXX == -1)>> Its advertisements feature girls with male genitalia. <<set _ads = -1>> <<else>> Its advertisements feature a variety of girls with both male and female genitalia. <<set _ads = 0>> <</if>> <</if>> <<if ($arcologies[0].FSGenderFundamentalist != "unset") && ($arcologies[0].FSGenderFundamentalist >= 80)>> Most customers prefer girls with pussies. <<set _pref = 1>> <<elseif ($arcologies[0].FSGenderRadicalist != "unset") && ($arcologies[0].FSGenderRadicalist >= 80)>> Most customers prefer girls with dicks. <<set _pref = -1>> <<else>> <<if ($brothelAdsSpending == 0) || ($brothelAdsXX == 0)>> <<set _possibleBonuses++>> <<if (_XX > 0) && (_XY > 0) && (Math.abs(_XX-_XY) <= (_DL/3))>> <<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome, _brothelBonuses++>> The brothel offers a @@.yellowgreen;mix@@ of whores that can appeal to varied tastes in genitalia. <</if>> <</if>> Most customers don't have preferences for either girls with dicks or girls with pussies. <<set _pref = 0>> <</if>> <<if (_XX > (_DL/2))>> <<set _girls = 1>> Most of the slaves in the brothel have female genitalia. <<elseif (_XY > (_DL/2))>> Most of the slaves in the brothel have male genitalia. <<set _girls = -1>> <<else>> <<set _girls = 0>> The slaves in the brothel vary in genitalia. <</if>> <<if _pref == 0>> /*customers don't care*/ <<elseif ($brothelAdsSpending > 0) >> <<if (_ads == _pref) && (_girls == _ads)>> <<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome, _brothelBonuses++>> Its advertising for girls <<if _ads == 1>>with pussies <<elseif _ads == -1>>with dicks <</if>> matches most customers' preferences as advertised. Your @@.green;reputation@@ increased slightly as a result. <<set $rep += random(_minBonus,_maxBonus)>> <<elseif (_ads == _pref) && (_girls != _ads)>> Its advertising for girls <<if _ads == 1>>with pussies <<elseif _ads == -1>>with dicks <</if>> matched most customers preferences, but the girls in the brothel are not as advertised. Your @@.red;reputation@@ dropped slightly as a result. <<set $rep -= random(_minBonus,_maxBonus)>> <<elseif (_girls == _pref) && (_girls != _ads)>> The girls <<if _girls == 1>> with pussies<<elseif _girls == -1>> with dicks<</if>>in the brothel did not match the advertisements, but since the girls in the brothel matched most customers preferences for girls<<if _pref == 1>> with pussies<<elseif _pref == -1>> with dicks<</if>>, your reputation was not affected. <<elseif (_girls != _pref)>> Some customers were put off since the girls <<if _girls == 1>>with female genitalia <<elseif _girls == -1>>with male genitalia <</if>> did not match their preferences for girls<<if _pref == 1>> with pussies<<elseif _pref == -1>> with dicks<</if>>. Your @@.red;reputation@@ dropped slightly as a result. <<set $rep -= random(_minBonus,_maxBonus)>> <</if>> <<else>> <<if (_girls == _pref)>> The girls in the brothel match most customers preferences for girls <<if _girls == 1>>with female genitalia <<elseif _girls == -1>>with male genitalia <</if>>. Your @@.green;reputation@@ increased slightly as a result. <<set $rep += random(_minBonus,_maxBonus)>> <<else>> Some customers were put off since the girls <<if _girls == 1>>with female genitalia <<elseif _girls == -1>>with male genitalia <</if>> did not match their preferences for girls<<if _pref == 1>> with pussies<<elseif _pref == -1>> with dicks<</if>>. Your @@.red;reputation@@ dropped slightly as a result. <<set $rep -= random(_minBonus,_maxBonus)>> <</if>> <</if>> <</if>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<if ($brothelAdsSpending > 0)>> <<switch ($brothelAdsOld)>> <<case 1>> Its advertisements feature mature slaves. <<set _ads = 1>> <<case -1>> Its advertisements feature young slaves. <<set _ads = -1>> <<case -2>> Its advertisements feature teenagers. <<set _ads = -1>> <<case -3>> Its advertisements feature lolis. <<set _ads = -1>> <<default>> Its advertisements feature slaves of a variety of ages. <<set _ads = 0>> <</switch>> <</if>> <<if ($arcologies[0].FSMaturityPreferentialist != "unset") && ($arcologies[0].FSMaturityPreferentialist >= 80)>> Most customers prefer mature girls. <<set _pref = 1>> <<elseif ($arcologies[0].FSYouthPreferentialist != "unset") && ($arcologies[0].FSYouthPreferentialist >= 80)>> Most customers prefer young girls. <<set _pref = -1>> <<else>> <<if ($arcologies[0].FSMaturityPreferentialist == "unset") && ($arcologies[0].FSYouthPreferentialist == "unset")>> <<if ($brothelAdsSpending == 0) || ($brothelAdsOld == 0)>> <<set _possibleBonuses++>> <<if (_young > 0) && (_old > 0) && (Math.abs(_young-_old) <= (_DL/3))>> <<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome, _brothelBonuses++>> The brothel offers girls @@.yellowgreen;both@@ young and mature. <</if>> <</if>> <</if>> Most customers don't have preferences for either mature or young girls. <<set _pref = 0>> <</if>> <<if (_young > (_DL/2))>> <<set _girls = -1>> Most of the slaves in the brothel are young. <<elseif (_old > (_DL/2))>> <<set _girls = 1>> Most of the slaves in the brothel are mature. <<else>> <<set _girls = 0>> The slaves in the brothel vary in age. <</if>> <<if _pref == 0>> /*customers don't care*/ <<elseif ($brothelAdsSpending > 0) >> <<if (_ads == _pref) && (_girls == _ads)>> <<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome, _brothelBonuses++>> Its advertising matches most customers' age preferences and the girls in the brothel match the ages as advertised. Your @@.green;reputation@@ increased slightly as a result. <<set $rep += random(_minBonus,_maxBonus)>> <<elseif (_ads == _pref) && (_girls != _ads)>> Its advertising matched most customers age preferences, but the girls in the brothel are not as advertised. Your @@.red;reputation@@ dropped slightly as a result. <<set $rep -= random(_minBonus,_maxBonus)>> <<elseif (_girls == _pref) && (_girls != _ads)>> The ages of girls in the brothel did not match the ages as advertised, but since the girls in the brothel matched most customers age preferences, your reputation was not affected. <<elseif (_girls != _pref)>> Some customers were put off since the ages of girls there did not match their preferences. Your @@.red;reputation@@ dropped slightly as a result. <<set $rep -= random(_minBonus,_maxBonus)>> <</if>> <<else>> <<if (_girls == _pref)>> The girls in the brothel match most customers' age preferences. Your @@.green;reputation@@ increased slightly as a result. <<set $rep += random(_minBonus,_maxBonus)>> <<else>> Some customers were put off since the ages of girls there did not match their preferences. Your @@.red;reputation@@ dropped slightly as a result. <<set $rep -= random(_minBonus,_maxBonus)>> <</if>> <</if>> <<if (_possibleBonuses > 0) && (_brothelBonuses >= _possibleBonuses)>> <br>&nbsp;&nbsp;&nbsp;&nbsp; <<set _adsIncome = _DL*random(40,60), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome>> There is a ''@@.yellowgreen;perfect variety@@'' of slave whores working in the brothel. <</if>> <<set _profits += $cash-_oldCash>> <!-- Record statistics gathering --> <<script>> var b = State.variables.facility.brothel; b.whoreIncome = 0; b.customers = 0; b.whoreCosts = 0; b.rep = 0; for(var si of b.income.values()) { b.whoreIncome += si.income + si.adsIncome; b.customers += si.customers; b.whoreCosts += si.cost; b.rep += si.rep; } b.adsCosts = State.variables.brothelAdsSpending; b.maintenance = State.variables.brothel * State.variables.facilityCost * (1.0 + 0.2 * State.variables.brothelUpgradeDrugs); b.totalIncome = b.whoreIncome + b.adsIncome; b.totalExpenses = b.whoreCosts + b.adsCosts + b.maintenance; b.profit = b.totalIncome - b.totalExpenses; <</script>> <br><br> $brothelNameCaps makes you @@.yellowgreen;<<print cashFormat(_profits)>>@@ this week. <<if $brothelDecoration != "standard">> <br>$brothelNameCaps's customers enjoyed @@.green;fucking whores in $brothelDecoration surroundings.@@ <</if>> <!-- Statistics output --> <<BrothelStatistics 0>> <<timed 50ms>> <<replace #brothelstats>> <<BrothelStatistics 1>> <</replace>> <</timed>> <</if>> <<if _DL > 0 || $Madam != 0>> <br><br> <</if>>
DankWolf/fc
src/uncategorized/brothelReport.tw
tw
bsd-3-clause
47,809
:: building widgets [nobr widget] /% Call as <<DisplayBuilding>> Displays the arcology as a table. Yes, I am aware this is horrible. If anyone can figure out how to get widgets to play nice with tables, or otherwise unfuck this, tell me and I'll implement it. %/ <<widget "DisplayBuilding">> <<set _Pass = passage()>> <style> table.arcology { table-layout: fixed; text-align: center; border-collapse: separate; border-spacing: 5px; border-style: hidden; empty-cells: hide; width: 70%; } table.arcology td { margin: 1px; } table.arcology col { width: 8%; } table.arcology td { border: 5px solid transparent; } td#Empty { border-color: lightgray; } td#Private { border-color: red; } td#Shops { border-color: thistle; } td#FSShops { border-color: mediumpurple; } td#Brothel { border-color: violet; } td#Club { border-color: orchid; } td#Apartments { border-color: limegreen; } td#DenseApartments { border-color: seagreen; } td#LuxuryApartments { border-color: palegreen; } td#Markets { border-color: mediumorchid; } td#CorporateMarket { border-color: purple; } td#Arcade { border-color: deeppink; } td#Pens { border-color: goldenrod; } td#Pit { border-color: orangered; } td#Manufacturing { border-color: slategray; } td#transportHub { border-color: magenta; } td#weapManu { border-color: springgreen; } td#Sweatshops { border-color: gray; } td#Barracks { border-color: olivedrab; } td#Penthouse { border-color: teal; } td#Dairy { border-color: white; } </style> <<script>> /* This code only runs once per page load */ if(!Macro.has('sectorblock')) { /* Usage: <<sectorblock sector index "other text (optional)">> */ Macro.add('sectorblock', { /* * Add sector metadata here * * base: Which passage the sector link goes to if owned. Defaults to the sector type. Unowned go to "Private" * name: The sector name. Defaults to the sector type, with spaces inserted in case of WordsLikeThis * cls: The CSS id to use for styling if owned; else uses "Private" * extra: Some (SugarCube-style) extra text to add after the link */ sectors: { LuxuryApartments: { base: 'Apartments' }, DenseApartments: { base: 'Apartments' }, Club: { extra: ' <<if $clubNameCaps != "The Club">>$clubNameCaps<</if>> ($clubSlaves/<<print $club>><<if $DJ>>, L<</if>>)' }, Brothel: { extra: ' <<if $brothelNameCaps != "The Brothel">>$brothelNameCaps<</if>> ($brothelSlaves/<<print $brothel>><<if $Madam>>,L<</if>>)' }, CorporateMarket: { base: 'Corporate Market' }, Pit: { extra: ' <<if $pitNameCaps != "The Pit">>$pitNameCaps<</if>> ($fighterIDs.length)'}, Arcade: { extra: ' <<if $arcadeNameCaps != "The Arcade">>$arcadeNameCaps<</if>> ($arcadeSlaves/<<print $arcade>>)'}, Dairy: { extra: ' <<if $dairyNameCaps != "The Dairy">>$dairyNameCaps<</if>> <<set _SCapT9 = $bioreactorsXY+$bioreactorsXX+$bioreactorsHerm+$bioreactorsBarren>> ($dairySlaves<<if _SCapT9>>+_SCapT9<</if>>/<<print $dairy>><<if $Milkmaid>>,L<</if>>)' }, Sweatshops: { base: 'Manufacturing' }, weapManu: { base: 'weaponsManufacturing', name: 'Weapons manufacturing', cls: 'weapManu' }, transportHub: { base: 'transportHub', name: 'Transport Hub', cls: 'transportHub' }, Barracks: { base: 'Barracks', name: 'Garrison', extra: ' of $mercenariesTitle' }, /* speciality shop types */ 'Subjugationist': { base: 'Shops', name: 'Subjugationist Shops', cls: 'FSShops' }, 'Supremacist': { base: 'Shops', name: 'Supremacist Shops', cls: 'FSShops' }, 'Gender Radicalist': { base: 'Shops', name: 'Gender Radicalist Shops', cls: 'FSShops' }, 'Gender Fundamentalist': { base: 'Shops', name: 'Gender Fundamentalist Shops', cls: 'FSShops' }, 'Paternalist': { base: 'Shops', name: 'Paternalist Shops', cls: 'FSShops' }, 'Degradationist': { base: 'Shops', name: 'Degradationist Shops', cls: 'FSShops' }, 'Body Purist': { base: 'Shops', name: 'Body Purist Shops', cls: 'FSShops' }, 'Transformation Fetishist': { base: 'Shops', name: 'Transformation Fetishist Shops', cls: 'FSShops' }, 'Youth Preferentialist': { base: 'Shops', name: 'Youth Preferentialist Shops', cls: 'FSShops' }, 'Maturity Preferentialist': { base: 'Shops', name: 'Maturity Preferentialist Shops', cls: 'FSShops' }, 'Slimness Enthusiast': { base: 'Shops', name: 'Slimness Enthusiast Shops', cls: 'FSShops' }, 'Asset Expansionist': { base: 'Shops', name: 'Asset Expansionist Shops', cls: 'FSShops' }, 'Pastoralist': { base: 'Shops', name: 'Pastoralist Shops', cls: 'FSShops' }, 'Physical Idealist': { base: 'Shops', name: 'Physical Idealist Shops', cls: 'FSShops' }, 'Chattel Religionist': { base: 'Shops', name: 'Chattel Religionist Shops', cls: 'FSShops' }, 'Roman Revivalist': { base: 'Shops', name: 'Roman Revivalist Shops', cls: 'FSShops' }, 'Aztec Revivalist': { base: 'Shops', name: 'Aztec Revivalist Shops', cls: 'FSShops' }, 'Egyptian Revivalist': { base: 'Shops', name: 'Egyptian Revivalist Shops', cls: 'FSShops' }, 'Edo Revivalist': { base: 'Shops', name: 'Edo Revivalist Shops', cls: 'FSShops' }, 'Arabian Revivalist': { base: 'Shops', name: 'Arabian Revivalist Shops', cls: 'FSShops' }, 'Chinese Revivalist': { base: 'Shops', name: 'Chinese Revivalist Shops', cls: 'FSShops' }, 'Repopulationist': { base: 'Shops', name: 'Repopulationist Shops', cls: 'FSShops' }, 'Eugenics': { base: 'Shops', name: 'Eugenics Shops', cls: 'FSShops' }, 'Hedonism': { base: 'Shops', name: 'Hedonistic Shops', cls: 'FSShops' }, }, handler() { let sec = this.args[0]; if(!sec || !sec.type) { return; } let meta = this.self.sectors[sec.type] || {}; let type = sec.ownership === 1 ? (meta.cls || sec.type) : 'Private'; let basetype = sec.ownership === 1 ? (meta.base || sec.type) : 'Private'; let name = meta.name || sec.type.replace(/([a-z])([A-Z])/g, '$1 $2'); let text = '<td colspan="2" id="' + type + '">' + '[[' + name + '|' + basetype + '][$AS=' + this.args[1] + ']]' + (meta.extra || '') + (this.args[2] || '') + '</td>'; new Wikifier(this.output, text); }, }); } <</script>> <center> <table class="arcology"> <tr> /* Level 9, penthouse, sector 0 */ <td colspan="3"></td> <td id="Penthouse" colspan="4"> <<link "Penthouse">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "Manage Penthouse">><</link>> @@.cyan;[P]@@ <<if $masterSuite||$HGSuite||$dojo||$servantsQuarters||$spa||$clinic||$schoolroom||$cellblock||$incubator||$researchLab.built=="true">> <br> <<if $masterSuite>> <<print MS()>> ($masterSuiteSlaves/$masterSuite<<if $Concubine>>, C<</if>>)<</if>> <<if $HGSuite>> <<print HS()>> <<if $HeadGirl != 0>>(HG<<if $HGSuiteSlaves > 0>>, 1)<<else>>)<</if>><</if>><</if>> <<if $dojo > 1>>[[Armory|BG Select]] <<if $Bodyguard != 0>>(BG)<</if>> <</if>> <<if $servantsQuarters>> <<print SQ()>> ($servantsQuartersSlaves/$servantsQuarters<<if $Stewardess>>, L<</if>>)<</if>> <<if $spa>> <<print S()>> ($spaSlaves/$spa<<if $Attendant>>, L<</if>>)<</if>> <<if $clinic>> <<print CI()>> ($clinicSlaves/$clinic<<if $Nurse>>, L<</if>>)<</if>> <<if $schoolroom>> <<print SC()>> ($schoolroomSlaves/$schoolroom<<if $Schoolteacher>>, L<</if>>)<</if>> <<if $cellblock>> <<print CB()>> ($cellblockSlaves/$cellblock<<if $Wardeness>>, L<</if>>)<</if>> <<if $incubator>> <<print I()>> (<<if $incubator-$incubatorSlaves == 0>>No empty tanks<<elseif $incubator-$incubatorSlaves == 1>>1 empty tank<<else>><<print $incubator-$incubatorSlaves>> empty tanks<</if>>)<</if>> <<if $researchLab.built == "true">>[[Research Lab][$temp = 0]]<</if>> <</if>> </td> <td colspan="3"></td> </tr> <<if $arcologyUpgrade.spire == 1>> <tr> /* Level 8, spire, sectors 1-2 */ <td colspan="3"></td> <<for _i = 1; _i <= 2; _i++>><<sectorblock $sectors[_i] _i>><</for>> <td colspan="3"></td> </tr> <tr> /* Level 7, spire, sectors 3-4 */ <td colspan="3"></td> <<for _i = 3; _i <= 4; _i++>><<sectorblock $sectors[_i] _i>><</for>> <td colspan="3"></td> </tr> <</if>> <tr> /* Level 6, promenade, sectors 5-7 */ <td colspan="2"></td> <<for _i = 5; _i <= 7; _i++>><<sectorblock $sectors[_i] _i>><</for>> <td colspan="2"></td> </tr> <tr> /* Level 5, apartments, sectors 8-11 */ <td></td> <<for _i = 8; _i <= 11; _i++>><<sectorblock $sectors[_i] _i>><</for>> <td></td> </tr> <tr> /* Level 4, apartments, sectors 12-15 */ <td></td> <<for _i = 12; _i <= 15; _i++>><<sectorblock $sectors[_i] _i>><</for>> <td></td> </tr> <tr> /* Level 3, apartments, sectors 16-19 */ <td></td> <<for _i = 16; _i <= 19; _i++>><<sectorblock $sectors[_i] _i>><</for>> <td></td> </tr> <tr> /* Level 2, concourse, sectors 20-24 */ <<for _i = 20; _i <= 24; _i++>><<sectorblock $sectors[_i] _i>><</for>> </tr> <tr> /* Level 1, service area, sectors 25-29 */ <<for _i = 25; _i <= 29; _i++>><<sectorblock $sectors[_i] _i>><</for>> </tr> </table> </center> <</widget>> <<widget "SectorSell">> <<set $price = 1000*Math.trunc($arcologies[0].prosperity*(1+($arcologies[0].demandFactor/100)))>> Selling this sector would relinquish a 4% interest in $arcologies[0].name. Such an interest is worth <<print cashFormat($price)>>. <<if $arcologies[0].ownership >= 4>> [[Sell|Main][$cash += $price, $arcologies[0].ownership -= 4, $arcologies[0].demandFactor += 40, $sectors[$AS].ownership = 0]] <</if>> <</widget>> /% Call as <<SectorCounts>> Updates $ACitizenLimit, $ASlaveLimit, $AProsperityCap, $Sweatshops. %/ <<widget "SectorCounts">> <<if $arcologyUpgrade.drones != 1>> <<set $AProsperityCap = 0>> <<elseif $arcologyUpgrade.hydro != 1>> <<set $AProsperityCap = 10>> <<elseif $arcologyUpgrade.apron != 1>> <<set $AProsperityCap = 30>> <<elseif $arcologyUpgrade.grid != 1>> <<set $AProsperityCap = 60>> <<elseif $arcologyUpgrade.spire != 1>> <<set $AProsperityCap = 100>> <<else>> <<set $AProsperityCap = 150>> <</if>> <<set $ACitizenLimit = 0, $ASlaveLimit = 0, $Sweatshops = 0>> <<if $arcologyUpgrade.spire == 1>> <<for _i = 1; _i <= 4; _i++>> <<if $sectors[_i].type == "DenseApartments">> <<set $ACitizenLimit += 600, $ASlaveLimit += 1000, $AProsperityCap += 10>> <<elseif $sectors[_i].type == "LuxuryApartments">> <<set $ACitizenLimit += 400, $ASlaveLimit += 2000, $AProsperityCap += 15>> <<else>> <<set $ACitizenLimit += 400, $ASlaveLimit += 1000, $AProsperityCap += 10>> <</if>> <</for>> <</if>> <<for _i = 8; _i <= 19; _i++>> <<if $sectors[_i].type == "DenseApartments">> <<set $ACitizenLimit += 600, $ASlaveLimit += 1000, $AProsperityCap += 10>> <<elseif $sectors[_i].type == "LuxuryApartments">> <<set $ACitizenLimit += 400, $ASlaveLimit += 2000, $AProsperityCap += 15>> <<else>> <<set $ACitizenLimit += 400, $ASlaveLimit += 1000, $AProsperityCap += 10>> <</if>> <</for>> <<for _i = 25; _i <= 29; _i++>> <<if $sectors[_i].type == "Sweatshops">> <<set $Sweatshops++>> <</if>> <</for>> <</widget>> /% Call as <<UpdateOwnership>> Updates $arcologies[0].ownership. %/ <<widget "UpdateOwnership">> <<set $arcologies[0].ownership = 0>> <<if $arcologyUpgrade.spire == 1>> <<for _i = 1; _i <= 29; _i++>> <<if $sectors[_i].ownership == 1>><<set $arcologies[0].ownership += 3.45>><</if>> <</for>> <<set $arcologies[0].ownership = Math.trunc($arcologies[0].ownership)>> <<else>> <<for _i = 5; _i <= 29; _i++>> <<if $sectors[_i].ownership == 1>><<set $arcologies[0].ownership += 4>><</if>> <</for>> <</if>> <</widget>>
DankWolf/fc
src/uncategorized/buildingWidgets.tw
tw
bsd-3-clause
11,622
:: Bulk Slave Generate [nobr] <<set $newSlaves = [], $returnTo = "Main", $newSlavesDone = 0, $spent = 0, $newSlaveIndex = 0>> <<if ndef $numSlaves>> <<set $numSlaves = 5>> <</if>> <<if ndef $numArcology>> <<set $numArcology = 1>> <</if>> /* Discount calculation. Gives 5% on top of slave school discount */ <<set $discount = 475>> <<switch $slaveMarket>> <<case "TSS">> <<if $TSS.schoolUpgrade != 0>> <<set $discount = 375>> <</if>> <<case "GRI">> <<if $GRI.schoolUpgrade != 0>> <<set $discount = 375>> <</if>> <<case "SCP">> <<if $SCP.schoolUpgrade != 0>> <<set $discount = 375>> <</if>> <<case "LDE">> <<if $LDE.schoolUpgrade != 0>> <<set $discount = 375>> <</if>> <<case "TGA">> <<if $TGA.schoolUpgrade != 0>> <<set $discount = 375>> <</if>> <<case "HA">> <<if $HA.schoolUpgrade != 0>> <<set $discount = 375>> <</if>> <<case "TCR">> <<if $TCR.schoolUpgrade != 0>> <<set $discount = 375>> <</if>> <<case "TFS">> <<if $TFS.schoolUpgrade != 0>> <<set $discount = 300>> <<else>> <<set $discount = 380>> <</if>> <<case "corporate">> <<if $publicShares <= $personalShares*0.2>> <<set $discount = 350>> <<elseif $publicShares <= $personalShares*0.5>> <<set $discount = 400>> <<else>> <<set $discount = 450>> <</if>> <<case "neighbor">> <<set $activeArcology = $arcologies[0]>> <<if $numArcology >= $arcologies.length>> <<set $numArcology = 1>> <</if>> <<set $targetArcology = $arcologies[$numArcology]>> <<include "Arcology Opinion">> <<set $opinion = Math.trunc($opinion/20)>> <<set $opinion = Math.clamp($opinion, -10, 10)>> <<set $discount -= ($opinion * 25)>> <</switch>> /* Determine if Law Compliance effects must be applied to this transaction */ <<switch $slaveMarket>> <<case "indentures" "neighbor" "heap" "TSS" "GRI" "SCP" "LDE" "TGA" "HA" "TCR" "TFS" "wetware" "low tier criminals" "gangs and smugglers" "white collar" "military prison">> /* these markets are exempt from law compliance */ <<set $applyLaw = 0>> <<default>> /* all other markets are not exempt: corporate, hunters, kidnappers, raiders, trainers */ <<set $applyLaw = 1>> <</switch>> <<for _i = 0; _i < $numSlaves; _i++>> <<silently>> <<GenerateMarketSlave $slaveMarket $numArcology>> <</silently>> <<set $slavesSeen += 1>> <<if $applyLaw == 0>> <<slaveCost $activeSlave>> <<else>> <<set _backup = $activeSlave>> /* backup newly generated slave */ <<silently>> <<include "Law Compliance">> /* includes CheckForGingering - slave stats may change, affecting price */ <</silently>> <<slaveCost $activeSlave>> <<run removeGingering()>> /* remove gingered state, if applied, so we can apply it again later */ <<set $activeSlave = _backup>> /* restore backup so we can apply Law Compliance again later */ <</if>> /* Adjust $slaveCost according to $slavesSeen */ <<if $slavesSeen > $slaveMarketLimit>> <<set $slaveCost += $slaveCost*(($slavesSeen-$slaveMarketLimit)*0.1)>> <<if $introType == "inStock">> <<break>> <</if>> <</if>> /* Apply discount modifier */ <<set $slaveCost = $discount*Math.trunc($slaveCost/500)>> /* Charge the Player for the slave, or break out if cannot afford */ <<if $cash < $slaveCost>> <<set _i = $numSlaves>> <<break>> <<else>> <<set $cash -= $slaveCost>> <<set $newSlaves.push($activeSlave)>> <<set $spent += $slaveCost>> <</if>> <</for>> /* Max Buy clean-up */ <<if $numSlaves == 9999>> <<set $numSlaves = $newSlaves.length>> <</if>> /* increment Slave school purchase counts if needed */ <<switch $slaveMarket>> <<case "TSS">> <<set $TSS.studentsBought += $newSlaves.length>> <<case "GRI">> <<set $GRI.studentsBought += $newSlaves.length>> <<case "SCP">> <<set $SCP.studentsBought += $newSlaves.length>> <<case "LDE">> <<set $LDE.studentsBought += $newSlaves.length>> <<case "TGA">> <<set $TGA.studentsBought += $newSlaves.length>> <<case "HA">> <<set $HA.studentsBought += $newSlaves.length>> <<case "TCR">> <<set $TCR.studentsBought += $newSlaves.length>> <<case "TFS">> <<set $TFS.studentsBought += $newSlaves.length>> <</switch>> <<goto "Bulk Slave Intro">>
DankWolf/fc
src/uncategorized/bulkSlaveGenerate.tw
tw
bsd-3-clause
4,102
:: Bulk Slave Intro [nobr] <<if ndef $introType>> <<set $introType = "">> <</if>> <<if $newSlaves.length == 0>> <<set $introType = "">> <</if>> <<switch $introType>> <<case "">> /* No message to give */ <<case "multi">> <<if $newSlaves.length > 1>> Your selection of $newSlaves.length slaves arrives from <<MarketNamePeriod $slaveMarket $numArcology>> <<else>> Your new slave from <<MarketName $slaveMarket $numArcology>> has arrived. <</if>> <<case "bulk">> Your delivery of $newSlaves.length slaves arrives from <<MarketNamePeriod $slaveMarket $numArcology>> <<if $newSlaves.length != $numSlaves>> You were going to order $numSlaves, but $assistantName lowered it on financial grounds. <</if>> <<set _seed = Math.ceil($slavesSeen - $slaveMarketLimit)>> <<if _seed > $newSlaves.length>> You have cast such a wide net for slaves this week that all are more expensive than normal. <<elseif _seed > 0>> You have cast such a wide net for slaves this week that some (_seed) are more expensive than normal. <</if>> <<if $slaveMarket == "TFS">> /* Put line about The Futanari Sisters discount & pricing */ <<elseif $discount == 475>> Your bulk delivery came with a @@.yellowgreen;5%@@ discount. <<else>> With all your discounts factored in you got a @@.yellowgreen;<<print (500-$discount)/5>>%@@ discount; <</if>> You spent @@.yellowgreen;<<print cashFormat($spent)>>@@ on your new slaves.<br><br> <<case "inStock">> You clear out <<MarketName $slaveMarket $numArcology>> of its stock of $newSlaves.length slaves. <<if $slaveMarket == "TFS">> /* Put line about The Futanari Sisters discount & pricing */ <<elseif $discount == 475>> Your bulk delivery came with a @@.yellowgreen;5%@@ discount. <<else>> With all your discounts factored in you got a @@.yellowgreen;<<print (500-$discount)/5>>%@@ discount; <</if>> You spent @@.yellowgreen;<<print cashFormat($spent)>>@@ on your new slaves.<br><br> <<case "event">> This is placeholder event info. <</switch>> /* remove the below line to make the intro blurb show up for every slave, not just the first */ <<set $introType = "">> <<if ($newSlaveIndex >= $newSlaves.length) || ($newSlavesDone == 1)>> <<if $newSlaves.length > 0>> /* Push the induction changes for the final slave to the newSlave array */ <<AddSlave $activeSlave>> /* Variable Clean-up */ <<set $newSlaves = []>> <<set $newSlavesDone = 0>> <<set $introType = "">> <</if>> <<goto $returnTo>> <<else>> /* If looking at 2nd slave, push the induction changes for the prior slave to the newSlave array */ <<if $newSlaveIndex > 0>> <<AddSlave $activeSlave>> <</if>> <<if $newSlaves.length > 1>> Showing new slave <<print $newSlaveIndex+1>> of <<print $newSlaves.length>>: <</if>> <br><br> /* Set activeSlave to the desired newSlave so that existing code can be used */ <<set $activeSlave = $newSlaves[$newSlaveIndex]>> /* Due to possible gingering, the Long Slave Description must be displayed before the New Slave Intro */ <<set $saleDescription = 1>> /* policies were applied earlier, if needed */ <<include "Long Slave Description">> <br> /* Use existing New Slave Intro */ <<include "New Slave Intro">> /* calls removeGingering() if needed */ /* Override nextButton setting from New Slave Intro */ <<set $nextButton = "Continue">> <<set $nextLink = "Bulk Slave Intro">> /* Add an option = goto the next slave below the New Slave Intro section */ <br><br> <<if $newSlaveIndex < ($newSlaves.length - 1)>> [[Next Slave|Bulk Slave Intro]] <<else>> [[Finish introducing slaves|Bulk Slave Intro][$newSlavesDone = 1]] <</if>> <</if>> /* Closes no new Slaves check */ <<set $newSlaveIndex++>>
DankWolf/fc
src/uncategorized/bulkSlaveIntro.tw
tw
bsd-3-clause
3,710
:: Buy Slaves [nobr] <<set $nextButton = "Back">> <<set $nextLink = "Main">> <<set _minimumFive = $minimumSlaveCost * 5>> <<set _minimumTen = $minimumSlaveCost * 10>> <<set $activeArcology = 0>> __Sex Slave Purchase Options__ <br> //There are many different organizations to purchase slaves from, but many of them are selective about their customers and will only sell to you if you are reputable.// <<if ($slaveCostFactor > 1.1)>> @@.yellow;There is a bull market for slaves; the price of slaves is very high.@@ <<elseif ($slaveCostFactor > 1)>> @@.yellow;The slave market is bullish; the price of slaves is high.@@ <<elseif ($slaveCostFactor < 0.9)>> @@.yellow;There is a bear market for slaves; the price of slaves is very low.@@ <<elseif ($slaveCostFactor < 1)>> @@.yellow;The slave market is bearish; the price of slaves is low.@@ <<else>> The slave market is stable; the price of slaves is average. <</if>> <br> <<if $corpMarket != 0>> <br>[[Corporate Market][$slavesSeen += 1]] | //Slaves from your corporation purchased at a discounted rate.// <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "corporate", $introType = "bulk", $numSlaves = 5]] | <</if>> <<if $cash > _minimumTen>> [[(x10)|Bulk Slave Generate][$slaveMarket = "corporate", $introType = "bulk", $numSlaves = 10]] | <</if>> <</if>> <br>[[The Flesh Heap|Slave Markets][$slaveMarket = "heap", $slavesSeen += 1]] | //Broken and discarded slaves. Near useless, but cheap. No longer does bulk orders after complaints.// <<if $bodyswapAnnounced == 1>> <br>[[Order a custom husk slave from the Flesh Heap|Husk Slave]] | //Will need to be used on arrival.// <</if>> <<if ($rep > 500)>> <br>[[Kidnappers' Market|Slave Markets][$slaveMarket = "kidnappers", $slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "kidnappers", $introType = "bulk", $numSlaves = 5]] | <</if>> <<if $cash > _minimumTen>> [[(x10)|Bulk Slave Generate][$slaveMarket = "kidnappers", $introType = "bulk", $numSlaves = 10]] | <</if>> //Slaves will tend to be low quality and resistant.// <</if>> <br>''Neighboring Arcologies:'' //The arcology's prosperity and culture will affect slaves who have lived there.// <<for _i = 0; _i < $arcologies.length; _i++>> <<if $arcologies[_i].direction != 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp;<<print '[[Slaves from|Slave Markets][$slaveMarket = "neighbor", $numArcology = ' + _i + ']]'>> '' $arcologies[_i].name'' <<if $cash > _minimumFive>> | <<print '[[(x5)|Bulk Slave Generate][$slaveMarket = "neighbor", $introType = "bulk", $numSlaves = 5, $numArcology = '+_i+']]'>> <</if>> <<if $cash > _minimumTen>> | <<print '[[(x10)|Bulk Slave Generate][$slaveMarket = "neighbor", $introType = "bulk", $numSlaves = 10, $numArcology = '+_i+']]'>> <</if>> <</if>> <</for>> <<if ($rep > 1000)>> <br>[[Runaway Hunters' Market|Slave Markets][$slaveMarket = "hunters", $slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "hunters", $introType = "bulk", $numSlaves = 5]] | <</if>> <<if $cash > _minimumTen>> [[(x10)|Bulk Slave Generate][$slaveMarket = "hunters", $introType = "bulk", $numSlaves = 10]] | <</if>> //Slaves will tend to be skilled but rebellious.// <</if>> <<if ($rep > 2000)>> <br>[[Indentures Market|Slave Markets][$slaveMarket = "indentures", $slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "indentures", $introType = "bulk", $numSlaves = 5]] | <</if>> <<if $cash > _minimumTen>> [[(x10)|Bulk Slave Generate][$slaveMarket = "indentures", $introType = "bulk", $numSlaves = 10]] | <</if>> //Temporary enslavement and restrictions on treatment.// <</if>> <<if ($rep > 3000)>> <br>[[Raiders' Market|Slave Markets][$slaveMarket = "raiders", $slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "raiders", $introType = "bulk", $numSlaves = 5]] | <</if>> <<if $cash > _minimumTen>> [[(x10)|Bulk Slave Generate][$slaveMarket = "raiders", $introType = "bulk", $numSlaves = 10]] | <</if>> //Slaves will always be sold immediately upon reaching majority.// <</if>> <<if ($pedo_mode == 1 || ($minimumSlaveAge <= 13 && $minimumSlaveAge <= $fertilityAge)) && ($rep > 3500)>> <br>[[Raiders' Black Market|Slave Markets][$slaveMarket = "underage raiders", $slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "underage raiders", $introType = "bulk", $numSlaves = 5]] | <</if>> <<if $cash > _minimumTen>> [[(x10)|Bulk Slave Generate][$slaveMarket = "underage raiders", $introType = "bulk", $numSlaves = 10]] | <</if>> //Very young slaves.// <</if>> <<if ($rep > 4000)>> <br>[[Trainers' Market|Slave Markets][$slaveMarket = "trainers", $slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "trainers", $introType = "bulk", $numSlaves = 5]] | <</if>> <<if $cash > _minimumTen>> [[(x10)|Bulk Slave Generate][$slaveMarket = "trainers", $introType = "bulk", $numSlaves = 10]] | <</if>> //Slaves will tend to be good quality and obedient.// <<if $arcologies[0].FSPaternalist == "unset">> <br>[[Wetware CPUs|Slave Markets][$slaveMarket = "wetware", $slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "wetware", $introType = "bulk", $numSlaves = 5]] | <</if>> <<if $cash > _minimumTen>> [[(x10)|Bulk Slave Generate][$slaveMarket = "wetware", $introType = "bulk", $numSlaves = 10]] | <</if>> //Ruined bodies but keen minds. Requires some TLC, but offers outstanding training at a discount.// <<else>> <br>//The paternalistic nature of your society blocks the abusive Wetware CPU manufactures from operating within your arcology.// <</if>> <</if>> <<if ($rep > 5000)>> <<set $weeklyMarket = $prisonCircuit[$prisonCircuitIndex]>> <br>[[Prisoner Sale|Criminal Market][$slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = $weeklyMarket, $introType = "bulk", $numSlaves = 5]] | <</if>> <<if $cash > _minimumTen>> [[(x10)|Bulk Slave Generate][$slaveMarket = $weeklyMarket, $introType = "bulk", $numSlaves = 10]] | <</if>> This week <<switch $weeklyMarket>> <<case "low tier criminals">> a minor prison is selling inmates. //Slaves will tend to be low to mid quality with few redeeming factors.// <<case "gangs and smugglers">> a major prison is selling hardened criminals. //Slaves will tend to be low quality and difficult but may prove useful once broken.// <<case "white collar">> a white collar prison is selling inmates. //Slaves will tend to be medium to high quality with a variety of useful backgrounds.// <<case "military prison">> a military prison is selling inmates. //Slaves will tend to be high quality but defiant.// <</switch>> <</if>> <<if ($rep > 5500)>> <br>''Slave Schools:'' //High prices; will be young and healthy.// <<if ($seeDicks != 100)>> <br>&nbsp;&nbsp;&nbsp;&nbsp;[[The Slavegirl School][$slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "TSS", $introType = "bulk", $numSlaves = 5]] | <</if>> <<if $cash > _minimumTen>> [[(x10)|Bulk Slave Generate][$slaveMarket = "TSS", $introType = "bulk", $numSlaves = 10]] | <</if>> //Straightforward slaves with good training.//<<if $TSS.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>> <br>&nbsp;&nbsp;&nbsp;&nbsp;[[Growth Research Institute][$slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "GRI", $introType = "bulk", $numSlaves = 5]] | <</if>> //Poorly trained slaves with huge assets.//<<if $GRI.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>> <br>&nbsp;&nbsp;&nbsp;&nbsp;[[St. Claver Preparatory][$slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "SCP", $introType = "bulk", $numSlaves = 5]] | <</if>> <<if $cash > _minimumTen>> [[(x10)|Bulk Slave Generate][$slaveMarket = "SCP", $introType = "bulk", $numSlaves = 10]] | <</if>> //Slaves with basic training and solid implants.//<<if $SCP.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>> <br>&nbsp;&nbsp;&nbsp;&nbsp;[[The Cattle Ranch][$slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "TCR", $introType = "bulk", $numSlaves = 5]] | <</if>> <<if $cash > _minimumTen>> [[(x10)|Bulk Slave Generate][$slaveMarket = "TCR", $introType = "bulk", $numSlaves = 10]] | <</if>> //Mentally conditioned free-range cowgirls.//<<if $TCR.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>> <br>&nbsp;&nbsp;&nbsp;&nbsp;[[The Hippolyta Academy][$slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "HA", $introType = "bulk", $numSlaves = 5]] | <</if>> //High quality slaves of powerful physique and refined skills.//<<if $HA.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>> <</if>> <<if ($seeDicks != 0)>> <br>&nbsp;&nbsp;&nbsp;&nbsp;[[L'école des Enculées][$slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "LDE", $introType = "bulk", $numSlaves = 5]] | <</if>> <<if $cash > _minimumTen>> [[(x10)|Bulk Slave Generate][$slaveMarket = "LDE", $introType = "bulk", $numSlaves = 10]] | <</if>> //Slaves optimized and trained for anal.//<<if $LDE.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>> <br>&nbsp;&nbsp;&nbsp;&nbsp;[[The Gymnasium-Academy][$slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "TGA", $introType = "bulk", $numSlaves = 5]] | <</if>> <<if $cash > _minimumTen>> [[(x10)|Bulk Slave Generate][$slaveMarket = "TGA", $introType = "bulk", $numSlaves = 10]] | <</if>> //Well trained slaves with dicks.//<<if $TGA.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>> <br>&nbsp;&nbsp;&nbsp;&nbsp;[[The Futanari Sisters][$slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "TFS", $introType = "bulk", $numSlaves = 5]] | <</if>> <<if $cash > _minimumTen>> [[(x10)|Bulk Slave Generate][$slaveMarket = "TFS", $introType = "bulk", $numSlaves = 10]] | <</if>> //Highly skilled, highly feminine hermaphrodites.//<<if $TFS.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>> <</if>> <</if>> <<if ($arcologies[0].FSDegradationist != "unset")>> <br>//The Slave Shelter does not place slaves into Degradationist arcologies.// <<elseif ($shelterAbuse > 10)>> <br>//The Slave Shelter has banned you due to dark rumors about you.// <<elseif ($shelterAbuse > 5)>> <br>//The Slave Shelter has banned you due to rumors that you resell its slaves.// <<elseif ($shelterSlaveBought == 1)>> <br>//The Slave Shelter will not offer another slave for placement until next week.// <<elseif ($rep > 7000)>> <br>[[Take in a shelter slave|Slave Shelter]] | //Presents charity cases for a nominal fee.// <</if>> <<if ($rep > 9000)>> <br>[[Consult the household liquidator|Household Liquidator][$slavesSeen += 2]] | //Offers slaves close to one another at a very high price.// <</if>> <<if ($rep > 11000)>> <br>[[Place a special order|Custom Slave]] | //Customizable but very expensive.// <br>[[Place a fulfillment order|JobFulfillmentCenterOrder]] | //Fills leaderships roles for a price.// <</if>> <<if ($rep > 14000)>> <br>[[Attend an auction of a prestigious slave|Prestigious Slave]] | //Variable and expensive.// <</if>> <<if ($propOutcome == 1)>> <br>[[Attend an auction of other Elite's stock|Elite Slave]] | //Limited and very expensive.// <</if>> <<if ($rep > 17000)>> <br>[[Acquire other slaveowners' stock|Special Slave]] | //Variable and expensive.// <</if>> <<if ($rep <= 500)>> <br>//You are not reputable enough to buy kidnapped slaves.// <<elseif ($rep <= 1000)>> <br>//You are not reputable enough to buy recaptured slaves.// <<elseif ($rep <= 2000)>> <br>//You are not reputable enough to buy indentured servants.// <<elseif ($rep <= 3000)>> <br>//You are not reputable enough to buy teenaged slaves.// <<elseif ($pedo_mode == 1 || ($minimumSlaveAge <= 13 && $minimumSlaveAge <= $fertilityAge)) && ($rep <= 3500)>> <br>//You are not reputable enough to buy underaged slaves.// <<elseif ($rep <= 4000)>> <br>//You are not reputable enough to buy trained slaves.// <<elseif ($rep <= 5500)>> <br>//You are not reputable enough to acquire fresh school slaves.// <<elseif ($rep <= 7000)>> <br>//You are not reputable enough to take in Shelter slaves.// <<elseif ($rep <= 9000)>> <br>//You are not reputable enough to consult the household liquidator.// <<elseif ($rep <= 11000)>> <br>//You are not reputable enough to order custom slaves.// <<elseif ($rep <= 14000)>> <br>//You are not reputable enough to bid on prestigious slaves.// <<elseif ($rep <= 17000)>> <br>//You are not reputable enough to acquire other slaveowners' stock.// <<else>> <br>You are so reputable that you can access all of the Free Cities' slaving markets. <</if>> <br><br> __Menial Slaves__ <br> <<= MenialPopCap()>> The parts of your arcology you own can house a total of $PopCap menial slaves. <<set _menialPrice = menialSlaveCost()>> <br> <<if $helots > 1>> You own <<print commaNum(Math.trunc($helots))>> menial slaves. <<elseif $helots > 0>> You own one menial slave. <<else>> You do not own any menial slaves. <</if>> The market price of menials is <<print cashFormat(_menialPrice)>>. <<set _optionsBreak = 0>> <<if $PopCap > $helots+$fuckdolls+$menialBioreactors>> [[Buy|Buy Slaves][$helots+=1,$menialDemandFactor+=1,$cash-=_menialPrice]] <<if $cash > (_menialPrice+200)*10>> [[(x10)|Buy Slaves][$helots+=10,$menialDemandFactor+=10,$cash-=(_menialPrice+200)*10]] <</if>> <<if $cash > (_menialPrice+200)*100>> [[(x100)|Buy Slaves][$helots+=100,$menialDemandFactor+=100,$cash-=(_menialPrice+200)*100]] <</if>> <<if $cash > (_menialPrice+200)*2>> [[(max)|Buy Slaves][$helots+=Math.trunc($cash/(_menialPrice+200)),$menialDemandFactor+=Math.trunc($cash/(_menialPrice+200)),$cash-=Math.trunc($cash/(_menialPrice+200))*(_menialPrice+200)]] <</if>> //Bulk purchases will cost <<print cashFormat(200)>> over market price.// <<set _optionsBreak = 1>> <</if>> <<if $helots >= 1>> <<if _optionsBreak>>|<</if>> [[Sell|Buy Slaves][$helots-=1,$menialDemandFactor-=1,$cash+=_menialPrice]] <<if $helots >= 10>> [[(x10)|Buy Slaves][$helots-=10,$menialDemandFactor-=10,$cash+=_menialPrice*10]] <<if $helots >= 100>> [[(x100)|Buy Slaves][$helots-=100,$menialDemandFactor-=100,$cash+=_menialPrice*100]] <</if>> <</if>> [[(all)|Buy Slaves][$cash+=$helots*(_menialPrice),$menialDemandFactor-=$helots,$helots = 0]] <<if $arcologies[0].FSPaternalist == "unset">> <<if $arcadeUpgradeFuckdolls == 1>> <<set _fconvertCost = 1000>> <<if _menialPrice >= 1100>> <<set _fconvertCost = (_menialPrice+100)>> <</if>> <br>&nbsp;&nbsp;&nbsp;&nbsp;[[Convert to Fuckdoll|Buy Slaves][$helots-=1,$fuckdolls+=1,$cash-=(_fconvertCost)]] <<if $helots >= 10>> [[(x10)|Buy Slaves][$helots-=10,$fuckdolls+=10,$cash-=10*(_fconvertCost)]] <<if $helots >= 100>> [[(x100)|Buy Slaves][$helots-=100,$fuckdolls+=100,$cash-=100*(_fconvertCost)]] <</if>> <</if>> [[(all)|Buy Slaves][$fuckdolls+=$helots,$cash-=(_fconvertCost)*($helots),$helots=0]] //Conversion costs <<print cashFormat(_fconvertCost)>> each// <</if>> <<if $dairyFeedersUpgrade > 0>> <br>&nbsp;&nbsp;&nbsp;&nbsp;[[Convert to Bioreactor|Buy Slaves][$helots-=1,$menialBioreactors+=1,$cash-=500]] <<if $helots >= 10>> [[(x10)|Buy Slaves][$helots-=10,$menialBioreactors+=10,$cash-=5000]] <<if $helots >= 100>> [[(x100)|Buy Slaves][$helots-=100,$menialBioreactors+=100,$cash-=50000]] <</if>> <</if>> [[(all)|Buy Slaves][$menialBioreactors+=$helots,$cash-=500*$helots,$helots=0]] //Conversion costs <<print cashFormat(500)>> each// <</if>> <</if>> <</if>> <<if $fuckdolls > 1>> <br>You own <<print commaNum(Math.trunc($fuckdolls))>> standard Fuckdolls. <<elseif $fuckdolls > 0>> <br>You own one standard Fuckdoll. <<elseif $arcologies[0].FSPaternalist == "unset">> <br>You do not own any standard Fuckdolls. <</if>> <<if ($fuckdolls > 0) || ($arcologies[0].FSPaternalist == "unset")>> The market price of standard fuckdolls is <<print cashFormat(_menialPrice*2)>>. <<set _optionsBreak = 0>> <<if $PopCap > $helots+$fuckdolls+$menialBioreactors>> <<if $arcologies[0].FSPaternalist == "unset">> [[Buy|Buy Slaves][$fuckdolls+=1,$menialDemandFactor+=1,$cash-=(_menialPrice*2+200)]] <<if $cash > (_menialPrice*2+200)*10>> [[(x10)|Buy Slaves][$fuckdolls+=10,$menialDemandFactor+=10,$cash-=(_menialPrice*2+200)*20]] <</if>> <<if $cash > (_menialPrice*2+200)*100>> [[(x100)|Buy Slaves][$fuckdolls+=100,$menialDemandFactor+=100,$cash-=(_menialPrice*2+200)*100]] <</if>> <<if $cash > (_menialPrice*2+200)*2>> [[(max)|Buy Slaves][$fuckdolls+=Math.trunc($cash/(_menialPrice*2+200)),$menialDemandFactor+=Math.trunc($cash/(_menialPrice*2+200)),$cash-=Math.trunc($cash/(_menialPrice*2+200))*(_menialPrice*2+200)]] <</if>> //Bulk purchases will cost <<print cashFormat(200)>> over market price.// <<set _optionsBreak = 1>> <</if>> <</if>> <<if $fuckdolls >= 1>> <<if _optionsBreak>>|<</if>> [[Sell|Buy Slaves][$fuckdolls-=1,$menialDemandFactor-=1,$cash+=_menialPrice*2]] <<if $fuckdolls >= 10>> [[(x10)|Buy Slaves][$fuckdolls-=10,$menialDemandFactor-=10,$cash+=_menialPrice*20]] <<if $fuckdolls >= 100>> [[(x100)|Buy Slaves][$fuckdolls-=100,$menialDemandFactor-=100,$cash+=_menialPrice*200]] <</if>> <</if>> [[(all)|Buy Slaves][$cash+=$fuckdolls*(_menialPrice*2),$menialDemandFactor-=$fuckdolls,$fuckdolls = 0]] <</if>> <</if>> <<if $menialBioreactors > 1>> <br>You own <<print commaNum(Math.trunc($menialBioreactors))>> standard bioreactors. <<elseif $menialBioreactors > 0>> <br>You own one standard bioreactor. <<elseif $arcologies[0].FSPaternalist == "unset">> <br>You do not own any standard bioreactors. <</if>> <<if ($menialBioreactors > 0) || ($arcologies[0].FSPaternalist == "unset")>> The market price of standard bioreactors is <<print cashFormat((_menialPrice-100))>>. <<set _optionsBreak = 0>> <<if $PopCap > $helots+$fuckdolls+$menialBioreactors>> <<if $arcologies[0].FSPaternalist == "unset">> [[Buy|Buy Slaves][$menialBioreactors+=1,$menialDemandFactor+=1,$cash-=(_menialPrice+100)]] <<if $cash > (_menialPrice+100)*10>> [[(x10)|Buy Slaves][$menialBioreactors+=10,$menialDemandFactor+=10,$cash-=(_menialPrice+100)*10]] <</if>> <<if $cash > (_menialPrice+100)*100>> [[(x100)|Buy Slaves][$menialBioreactors+=100,$menialDemandFactor+=100,$cash-=(_menialPrice+100)*100]] <</if>> <<if $cash > (_menialPrice+100)*2>> [[(max)|Buy Slaves][$menialBioreactors+=Math.trunc($cash/(_menialPrice+100)),$menialDemandFactor+=Math.trunc($cash/(_menialPrice+100)),$cash-=Math.trunc($cash/(_menialPrice+100))*(_menialPrice+100)]] <</if>> //Bulk purchases will cost <<print cashFormat(200)>> over market price.// <<set _optionsBreak = 1>> <</if>> <</if>> <<if $menialBioreactors >= 1>> <<if _optionsBreak>>|<</if>> [[Sell|Buy Slaves][$menialBioreactors-=1,$menialDemandFactor-=1,$cash+=(_menialPrice-100)]] <<if $menialBioreactors >= 10>> [[(x10)|Buy Slaves][$menialBioreactors-=10,$menialDemandFactor-=10,$cash+=(_menialPrice-100)*10]] <<if $menialBioreactors >= 100>> [[(x100)|Buy Slaves][$menialBioreactors-=100,$menialDemandFactor-=100,$cash+=(_menialPrice-100)*100]] <</if>> <</if>> [[(all)|Buy Slaves][$cash+=$menialBioreactors*(_menialPrice-100),$menialDemandFactor-=$menialBioreactors,$menialBioreactors = 0]] <</if>> <</if>>
DankWolf/fc
src/uncategorized/buySlaves.tw
tw
bsd-3-clause
20,087
:: Cellblock [nobr] <<set $nextButton = "Back to Main", $nextLink = "Main", $returnTo = "Cellblock", $showEncyclopedia = 1, $encyclopedia = "Cellblock", $cellblockSlaves = $CellBiIDs.length>> <<if $cellblockName != "the Cellblock">> <<set $cellblockNameCaps = $cellblockName.replace("the ", "The ")>> <</if>> <<cellblockAssignmentFilter>> $cellblockNameCaps <<switch $cellblockDecoration>> <<case "Roman Revivalist">> is designed to resemble the holding pens beneath the old Coliseum. Whenever there's a fight in the arcology, screens in each cell helpfully keep inmates informed of what awaits (otherwise) useless slaves. <<case "Aztec Revivalist">> is designed to frighten the prisoners to submission. All the cells look to the center of the facility, where a sacrificial altar stands, adorned with ceremonial <<if $arcologies[0].FSPaternalist != "unset">>ropes and penetrators<<else>>knives, ropes and blunt instruments<</if>>. <<case "Egyptian Revivalist">> uses the climate of Egypt as an additional source of discomfort. The air here is hot and dry, and inmates can easily imagine themselves confined in mud brick cells in a baking desert. <<case "Edo Revivalist">> is furnished in a severely medieval Japanese style. There is one refinement, but it's of exquisite cruelty. At the end of the hall, there's a fountain with a traditional bamboo boar scarer. As it fills with water, it tips against a stone with a thunk... thunk... thunk... thunk... <<case "Arabian Revivalist">> is furnished as imagined Arabian slave pens, all set around a central pillar. This pillar is capped by shackles, so that slaves can be bound by their hands and whipped on the backs, buttocks, and thighs in clear view of all their fellow chattel. <<case "Chinese Revivalist">> is furnished in a severely medieval Chinese style. There is one refinement, but it's of exquisite cruelty. Somewhere out of sight, water is dripping into an urn, drop by drop... drop... drop... drop... <<case "Chattel Religionist">> is built of cold stone. Most of the cells are unfurnished little cubes inside which the only bed is the bare floor. A few are smaller still, so that the inmates can neither stand nor lie flat. <<case "Degradationist">> is a nightmare. Everything is made of metal, and almost everything menaces with spikes of steel. Inmates must carefully avoid the walls of their own cells if they wish to avoid being stabbed. <<case "Asset Expansionist">> is a straightforward prison, with one exception. Each cell features a screen displaying plans for its inmate's expansion. Day and night, inmates are confronted with the sight of themselves transformed. <<case "Transformation Fetishist">> is a straightforward prison, with one exception. Each cell features a screen displaying plans for its inmate's expansion. Day and night, inmates are confronted with the sight of themselves transformed. <<case "Gender Radicalist">> is a straightforward prison, with one exception. Each cell features a screen displaying plans for its inmate's bimbofication. Day and night, inmates are confronted with the sight of themselves dyed, pierced, tattooed, gaped, filled with implants, or all of these. <<case "Gender Fundamentalist">> is a block of barred cells whose sides, offering a clear view of the whole prison, provide much menace. Anyone who abuses an inmate does so in full view of every other slave here, keeping the jailbirds in a state of constant fear that they're next. <<case "Physical Idealist">> is a block of barred cells whose sides, offering a clear view of the whole prison, provide much menace. Anyone who rapes an inmate does so in full view of every other slave here, keeping the bitches in a state of constant fear that their asses are next. <<case "Supremacist">> is a straightforward prison whose menace is provided by context that, although subtle, adds up to a nightmare. Everyone outside the cells is $arcologies[0].FSSupremacistRace, and everyone inside them is not. The darkness of history is palpable here. <<case "Subjugationist">> is a straightforward prison whose menace is provided by context that, although subtle, adds up to a nightmare. The inmates inside the cells are $arcologies[0].FSSubjugationistRace, and everyone outside them is not. The darkness of history is palpable here. <<case "Repopulation Focus">> is a straightforward prison, with two exceptions. One cell style features a screen displaying plans for its inmate's impregnation, the other is covered with mirrors for its inmate to watch her pregnancy grow. Day and night, inmates are confronted with the sight of themselves transformed. <<case "Eugenics">> is designed to make very clear to its inmates that they are subhuman. Many screens showcasing their inadequacy intermingled with propaganda play on nonstop loops. <<case "Paternalist">> is a prison, but a modern and scientific one. The cells, the common areas, and even the color of the walls are all carefully designed to communicate the feeling that inmates can better themselves. <<case "Pastoralist">> requires its inmates to drink as much breast milk as they can hold. This sounds like a small thing, but for an unbroken slave, conquering the revulsion of drinking another girl's milk is an important step. <<case "Maturity Preferentialist">> is subtly designed to make very clear to its inmates that they are sex objects. Many screens showing pornography make it clear to the maturest girl here that she's still an object of lust, and will be used to slake others' pleasure. <<case "Youth Preferentialist">> is subtly designed to make the breadth of sex acts performed in the arcology clear to its inmates. A cacophony of pornography makes clear to the most innocent inmate that her pussy is a fuck hole, her mouth is a fuck hole, her anus is a fuck hole, and, in fact, all three can be fuck holes at once. <<case "Body Purist">> requires its inmates to drink as much filtered water as they can, all the time. This sounds like a petty thing, but most inmates are very aware that they're being flushed out. Cleaned. It is an oddly menacing thought. <<case "Slimness Enthusiast">> is torture for chubby slaves. Fat bitches that pass through here soon learn that they're going to be slim and pretty one day, but that it isn't going to be much fun getting there. <<case "Hedonistic">> is torture for thin slaves. The first thing they notice is the heavily reinforced cot they will reside upon. The second is the feeding tube that will be anchored in their stomach for the duration of their stay. Slaves imprisoned here will have their body stuffed to capacity with concentrated slave food, ensuring a plump, docile slave by the end of their sentence. <<default>> could be mistaken for a modern prison. A close inspection, however, reveals restraints in each cell that will hold inmates in sexually compromising positions, and compliance systems to force them to place their wrists and ankles in them. <</switch>> <<if $cellblockSlaves > 2>> $cellblockNameCaps is full of slaves, though it's difficult to tell at first. In many of the cells, a scene of loneliness and misery may be witnessed, but not one sound escapes them in fear of the punishment that would follow. <<elseif $cellblockSlaves > 0>> $cellblockNameCaps holds a few slaves, though it's difficult to tell at first. In several of the cells, a scene of loneliness and misery may be witnessed, but not one sound escapes them in fear of the punishment that would follow. <<elseif $Wardeness != 0>> $Wardeness.slaveName is alone in the cellblock, and seems rather lonely without anyone to oppress. <<else>> None of your slaves are confined in the cellblock. [[Decommission the cellblock|Main][$cellblock = 0, $cellblockDecoration = "standard", $cellblockUpgrade = 0]] <</if>> <<if $cellblockSlaves > 0>> <<if $Wardeness != 0>><<set _X = 1>><<else>><<set _X = 0>><</if>> <<set _NewPop = $cellblockSlaves+$dormitoryPopulation+_X>> <<link "Remove all slaves" "Cellblock">> <<if $Wardeness != 0>> <<= assignJob($Wardeness, "rest")>> <</if>> <<for $cellblockSlaves > 0>> <<= assignJob($slaves[$slaveIndices[$CellBiIDs[0]]], "stay confined")>> <</for>> <</link>> <<if _NewPop > $dormitory>> @@.red;Dormitory capacity will be exceeded.@@ <</if>> <</if>> <<set _Tmult0 = Math.trunc($cellblock*1000*$upgradeMultiplierArcology)>> <br>$cellblockNameCaps has room for $cellblock slaves to be kept in close confinement. Currently $cellblockSlaves <<if $cellblockSlaves == 1>>is<<else>>are<</if>> kept in close confinement. [[Expand the cellblock|Cellblock][$cash -= _Tmult0, $cellblock += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>>// <br> <<if $cellblockUpgrade == 1>> Its compliance systems have been upgraded to allow slaves no mental respite, painstakingly correcting the tiniest misbehaviors to soften flaws into quirks at the cost of considerable anguish to inmates denied any rest from correction. <<else>> <<set _Tmult1 = Math.trunc(20000*$upgradeMultiplierArcology)>> Its compliance systems are standard. [[Upgrade them to soften slave flaws|Cellblock][$cash -= _Tmult1, $cellblockUpgrade = 1]] //Costs <<print cashFormat(_Tmult1)>>// <</if>> <<if $Wardeness != 0 && canPenetrate($Warden)>> <br><br> <<if $cellblockWardenCumsInside == 1>> $Warden.slaveName is permitted to cum inside her inmates when she disciplines them. [[Forbid her from cumming inside|Cellblock][$cellblockWardenCumsInside = 0]] <<else>> $Warden.slaveName is not permitted to cum inside her inmates. [[Let her cum inside|Cellblock][$cellblockWardenCumsInside = 1]] //May result in pregnancies// <</if>> <</if>> <br><br> <<if $Wardeness != 0>> <<set $Flag = 2>> <<include "Slave Summary">> <<else>> You do not have a slave serving as a Wardeness. [[Appoint one|Wardeness Select]] <</if>> <br><br> <<if ($cellblock <= $cellblockSlaves)>> ''$cellblockNameCaps is full and cannot hold any more slaves'' <<elseif ($slaves.length > $cellblockSlaves)>> <<link "''Send a resistant slave to be broken in the cellblock''">> <<replace #ComingGoing>> <<resetAssignmentFilter>> <<set $Flag = 0>> <<include "Slave Summary">> <</replace>> <</link>> <</if>> <<if $cellblockSlaves > 0>> | <<link "''Let a slave out of the cellblock''">> <<replace #ComingGoing>> <<cellblockAssignmentFilter>> <<set $Flag = 1>> <<include "Slave Summary">> <<resetAssignmentFilter>> <</replace>> <</link>> <<else>> <br><br>//The cellblock is empty for the moment.<br>// <</if>> <br><br> <<assignmentFilter>> <span id="ComingGoing"> <<cellblockAssignmentFilter>> <<set $Flag = 1>> <<include "Slave Summary">> <<resetAssignmentFilter>> </span> <br><br>Rename $cellblockName: <<textbox "$cellblockName" $cellblockName "Cellblock">> //Use a noun or similar short phrase//
DankWolf/fc
src/uncategorized/cellblock.tw
tw
bsd-3-clause
10,822
:: Cellblock Report [nobr] <<SlaveSort $CellBiIDs>> <<set _DL = $CellBiIDs.length, $cellblockSlaves = _DL, _SL = $slaves.length, _brokenSlaves = 0, _idleBonus = 0, _softenedQuirks = 0, _trustMalus = 0, _FLsFetish = 0>> <<if $cellblockDecoration != "standard">> <<set _devBonus = 1>> <<else>> <<set _devBonus = 0>> <</if>> <<if ($Wardeness != 0)>> <<set _FLs = $slaveIndices[$Wardeness.ID]>> <<if ($slaves[_FLs].health < -80)>> <<set $slaves[_FLs].health += 20>> <<elseif ($slaves[_FLs].health < -40)>> <<set $slaves[_FLs].health += 15>> <<elseif ($slaves[_FLs].health < 0)>> <<set $slaves[_FLs].health += 10>> <<elseif ($slaves[_FLs].health < 90)>> <<set $slaves[_FLs].health += 7>> <</if>> <<if ($slaves[_FLs].devotion <= 60)>> <<set $slaves[_FLs].devotion += 2>> <</if>> <<set $slaves[_FLs].devotion += _devBonus>> <<if $slaves[_FLs].trust < 60>> <<set $slaves[_FLs].trust += 3>> <</if>> <<if ($slaves[_FLs].livingRules != "luxurious")>> <<set $slaves[_FLs].livingRules = "luxurious">> <</if>> <<if $slaves[_FLs].fetishStrength <= 95>> <<if $slaves[_FLs].fetish != "sadist">> <<if fetishChangeChance($slaves[_FLs]) > random(0,100)>> <<set _FLsFetish = 1, $slaves[_FLs].fetishKnown = 1, $slaves[_FLs].fetish = "sadist">> <</if>> <<elseif $slaves[_FLs].fetishKnown == 0>> <<set _FLsFetish = 1, $slaves[_FLs].fetishKnown = 1>> <<else>> <<set _FLsFetish = 2, $slaves[_FLs].fetishStrength += 4>> <</if>> <</if>> <<set $Wardeness = $slaves[_FLs]>> <<if ($Wardeness.energy > 95) || ($Wardeness.fetish == "sadist")>> <<set _devBonus++, _trustMalus++, _idleBonus++>> <</if>> &nbsp;&nbsp;&nbsp;&nbsp;<<= SlaveFullName($Wardeness)>> is serving as the Wardeness. <<if $Wardeness.relationship == -3 && $Wardeness.devotion > 50>> <<set _devBonus++, _trustMalus++, _idleBonus++>> As your wife, she tries her best to break the disobedient slaves to your will. <</if>> <<if (_FLsFetish == 1)>> One day she demands obedience. The next day she strikes a slave when it isn't given. The next, she seems more excited than embarrassed when beating a prisoner. Soon, she's looking for an excuse to punish. She's @@.pink;become more of a sadist.@@ <<elseif (_FLsFetish == 2)>> Being not only allowed but encouraged to get off while punishing prisoners @@.lightsalmon;deepens her sadism.@@ <</if>> <<if setup.wardenessCareers.includes($Wardeness.career)>> <<set _devBonus++, _trustMalus++, _idleBonus++>> She has experience with detecting security issues and grinding down potential miscreants from her life before she was a slave, making her more effective. <<elseif $Wardeness.skillWA >= $masteredXP>> <<set _devBonus++, _trustMalus++, _idleBonus++>> She has experience with detecting security issues and grinding down potential miscreants from working for you, making her more effective. <<else>> <<set $slaves[_FLs].skillWA += random(1,($Wardeness.intelligence+4)*2)>> <</if>> <<if $Wardeness.fetish == "sadist">> She uses the prisoners to gratify her sadism, terrifying them and quickly breaking their resistance. <<elseif $Wardeness.energy > 95>> She is so sexually depraved that she constantly molests the prisoners, breaking them to a life of servitude. <</if>> <<if $Wardeness.sexualFlaw == "malicious">> <<set _devBonus++, _trustMalus += 2, _idleBonus += 2>> Sexual abuse of prisoners has become an end for her, not a means. She inspires her prisoners to do everything possible to qualify to get away from her, even as she slowly grinds away their interest in sex to do it. <</if>> <<if ($Wardeness.dick > 2) && (canPenetrate($Wardeness))>> <<set _devBonus++, _trustMalus++, _idleBonus++>> Her molestation of the prisoners is more varied and effective because she has a dick to fuck them with. <</if>> <<if ($Wardeness.muscles > 35)>> <<set _devBonus++, _trustMalus++, _idleBonus++>> She is strong enough to restrain anyone that tries anything with her own hands. <</if>> <<if ($Wardeness.devotion > 95)>> <<set _devBonus++, _trustMalus++, _idleBonus++>> Her devotion to you is so absolute that she sees breaking bitches for your service as a noble calling. <</if>> <<for _dI = 0; _dI < _DL; _dI++>> <<set $i = $slaveIndices[$CellBiIDs[_dI]]>> <<if $Wardeness.rivalryTarget == $slaves[$i].ID>> She greatly enjoys breaking her <<if $Wardeness.rivalry == 1>>growing rival<<elseif $Wardeness.rivalry == 2>>rival<<elseif $Wardeness.rivalry == 3>>bitter rival<</if>>, $slaves[$i].slaveName's will. <<set $slaves[$i].devotion++, $slaves[$i].trust -= 3>> <<if random(1,100) > 30>> <<set $Wardeness.rivalry++, $slaves[_FLs].rivalry++, $slaves[$i].rivalry++>> <</if>> <<elseif $Wardeness.relationshipTarget == $slaves[$i].ID>> She hates having to break her <<if $Wardeness.relationship == 1>>friend<<elseif $Wardeness.relationship == 2>>best friend<<elseif $Wardeness.relationship == 3>>friend with benefits<<elseif $Wardeness.relationship == 4>>lover<<elseif $Wardeness.relationship == 5>>slave wife<</if>>, $slaves[$i].slaveName, but her devotion to you wins out in the end. <<set $slaves[$i].devotion++, $slaves[$i].trust -= 3>> <<if random(1,100) >= 50>> Her and $slaves[$i].slaveName's relationship has been shattered by these events. <<set $Wardeness.relationship = 0, $Wardeness.relationshipTarget = 0, $slaves[_FLs].relationship = 0, $slaves[_FLs].relationshipTarget = 0, $slaves[$i].relationship = 0, $slaves[$i].relationshipTarget = 0>> <</if>> <<elseif $familyTesting == 1 && totalRelatives($slaves[$i]) > 0>> <<if $slaves[$i].mother == $Wardeness.ID || $slaves[$i].father == $Wardeness.ID>> She shows her daughter $slaves[$i].slaveName no mercy, making sure she understands her place. <<set $slaves[$i].devotion++, $slaves[$i].trust-->> <<elseif $slaves[$i].ID == $Wardeness.mother>> She shows her mother $slaves[$i].slaveName no mercy, making sure she understands her place. <<set $slaves[$i].devotion++, $slaves[$i].trust-->> <<elseif $slaves[$i].ID == $Wardeness.father>> She shows her father $slaves[$i].slaveName no mercy, making sure she understands her place. <<set $slaves[$i].devotion++, $slaves[$i].trust-->> <<else>> <<switch areSisters($slaves[$i], $Wardeness)>> <<case 1>> She shows her twin sister $slaves[$i].slaveName no mercy, making sure she understands her place. <<set $slaves[$i].devotion++, $slaves[$i].trust-->> <<case 2>> She shows her sister $slaves[$i].slaveName no mercy, making sure she understands her place. <<set $slaves[$i].devotion++, $slaves[$i].trust-->> <<case 3>> She shows her half-sister $slaves[$i].slaveName no mercy, making sure she understands her place. <<set $slaves[$i].devotion++, $slaves[$i].trust-->> <</switch>> <</if>> <<elseif $Wardeness.relationTarget == $slaves[$i].ID && $familyTesting == 0>> She shows her $slaves[$i].relation $slaves[$i].slaveName no mercy, making sure she understands her place. <<set $slaves[$i].devotion++, $slaves[$i].trust-->> <</if>> <</for>> <<if (_DL < $cellblock)>> <<set _seed = random(1,10)+(($cellblock-_DL)*(random(150,170)+(_idleBonus*10))), $cash += _seed>> <br>&nbsp;&nbsp;&nbsp;&nbsp;Since she doesn't have enough prisoners to manage to keep her busy, she works on citizens' slaves, earning @@.yellowgreen;<<print cashFormat(_seed)>>.@@ <</if>> <<if (_DL > 0)>><br><br><</if>> <</if>> <<if (_DL > 0)>> &nbsp;&nbsp;&nbsp;&nbsp;<<if (_DL == 1)>>''One slave is being confined in $cellblockName until she is willing to obey.''<<else>>''_DL slaves are being confined in $cellblockName until they are willing to obey.''<</if>> <</if>> <<if ($Wardeness != 0)>> <<set $i = _FLs>> /* apply following SA passages to facility leader */ <<if $showEWD != 0>> <br><br> /* 000-250-006 */ <<if $seeImages && $seeReportImages>> <div class="imageRef tinyImg"> <<SlaveArt $slaves[_FLs] 0 0>> </div> <</if>> /* 000-250-006 */ ''__@@.pink;<<= SlaveFullName($slaves[$i])>>@@__'' is serving as the Wardeness in $cellblockName. <br>&nbsp;&nbsp;&nbsp;&nbsp; <<= saChoosesOwnClothes($slaves[$i])>> <<include "SA rules">> <<include "SA diet">> <<include "SA long term effects">> <<include "SA drugs">> <<include "SA relationships">> <<include "SA rivalries">> <br><<include "SA devotion">> <<else>> <<silently>> <<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>> <<include "SA rules">> <<include "SA diet">> <<include "SA long term effects">> <<include "SA drugs">> <<include "SA relationships">> <<include "SA rivalries">> <<include "SA devotion">> <</silently>> <</if>> <<set $Wardeness = $slaves[_FLs]>> <</if>> <<for _dI = 0; _dI < _DL; _dI++>> <<set $i = $slaveIndices[$CellBiIDs[_dI]]>> <<if ($slaves[$i].devotion <= 20)>> <<if ($slaves[$i].trust > -20)>> <<set $slaves[$i].devotion -= 4, $slaves[$i].trust -= 4>> <<else>> <<set $slaves[$i].devotion++>> <</if>> <</if>> <<switch $cellblockDecoration>> <<case "Paternalist">> <<set $slaves[$i].livingRules = "normal">> <<if ($slaves[$i].inflation > 0)>> <<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].milkSource = 0>> <<run SetBellySize($slaves[$i])>> <</if>> <<case "Pastoralist">> <<set $slaves[$i].livingRules = "spare">> <<if $slaves[$i].inflation == 0>> <<if $slaves[$i].pregKnown == 0 && $slaves[$i].bellyImplant < 1500>> <<set $slaves[$i].inflation = 2, $slaves[$i].inflationType = "milk", $slaves[$i].inflationMethod = 1>> <<else>> <<set $slaves[$i].inflation = 1, $slaves[$i].inflationType = "milk", $slaves[$i].inflationMethod = 1>> <</if>> <<run SetBellySize($slaves[$i])>> <</if>> <<case "Hedonistic">> <<set $slaves[$i].livingRules = "spare">> <<if $slaves[$i].weight < 200>> <<set $slaves[$i].weight += 3>> <</if>> <<if $slaves[$i].muscles > -100>> <<set $slaves[$i].muscles -= 2>> <</if>> <<if $slaves[$i].inflation == 0>> <<if $slaves[$i].pregKnown == 0 && $slaves[$i].bellyImplant < 1500>> <<set $slaves[$i].inflation = 3, $slaves[$i].inflationType = "food", $slaves[$i].inflationMethod = 1>> <<else>> <<set $slaves[$i].inflation = 1, $slaves[$i].inflationType = "food", $slaves[$i].inflationMethod = 1>> <</if>> <<run SetBellySize($slaves[$i])>> <</if>> <<default>> <<set $slaves[$i].livingRules = "spare">> <<if ($slaves[$i].inflation > 0)>> <<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].milkSource = 0>> <<run SetBellySize($slaves[$i])>> <</if>> <</switch>> <<if $cellblockUpgrade == 1>> <<if ($slaves[$i].behavioralFlaw != "none") && ($slaves[$i].behavioralQuirk == "none")>> <<run SoftenBehavioralFlaw($slaves[$i])>> <<set $slaves[$i].devotion -= 10, _softenedQuirks++>> <<elseif ($slaves[$i].sexualFlaw != "none") && ($slaves[$i].sexualQuirk == "none")>> <<run SoftenSexualFlaw($slaves[$i])>> <<set $slaves[$i].devotion -= 10, _softenedQuirks++>> <</if>> <</if>> <<set $slaves[$i].devotion += _devBonus, $slaves[$i].trust -= _trustMalus>> <<if ($Wardeness != 0) && ($Wardeness.sexualFlaw == "malicious") && ($slaves[$i].energy >= 2)>> <<set $slaves[$i].energy -= 2>> <</if>> <<if ($slaves[$i].health < -80)>> <<set $slaves[$i].health += 20>> <<elseif ($slaves[$i].health < -40)>> <<set $slaves[$i].health += 15>> <<elseif ($slaves[$i].health < 0)>> <<set $slaves[$i].health += 10>> <<elseif ($slaves[$i].health < 40)>> <<set $slaves[$i].health += 7>> <<elseif ($slaves[$i].health < 100)>> <<set $slaves[$i].health += 3>> <</if>> <<if $showEWD != 0>> <br><br> /* 000-250-006 */ <<if $seeImages && $seeReportImages>> <div class="imageRef tinyImg"> <<SlaveArt $slaves[$i] 0 0>> </div> <</if>> /* 000-250-006 */ ''__@@.pink;<<= SlaveFullName($slaves[$i])>>@@__'' <<if $slaves[$i].choosesOwnAssignment == 2>> <<include "SA chooses own job">> <<else>> is confined in $cellblockName. <</if>> <br>&nbsp;&nbsp;&nbsp;&nbsp;She <<= saStayConfined($slaves[$i])>> <br>&nbsp;&nbsp;&nbsp; <<include "SA rules">> <<include "SA diet">> <<include "SA long term effects">> <<include "SA drugs">> <<include "SA relationships">> <<include "SA rivalries">> <br><<include "SA devotion">> <<else>> <<silently>> <<include "SA chooses own job">> <<set _dump = saStayConfined($slaves[$i])>> <<include "SA rules">> <<include "SA diet">> <<include "SA long term effects">> <<include "SA drugs">> <<include "SA relationships">> <<include "SA rivalries">> <<include "SA devotion">> <</silently>> <</if>> <</for>> <<if (_softenedQuirks) || (_brokenSlaves)>> <br><br>&nbsp;&nbsp;&nbsp;&nbsp; <<if (_softenedQuirks > 0)>> $cellblockNameCaps's advanced compliance systems successfully softened <<if (_softenedQuirks == 1)>> one slave's mental flaw into an @@.green;appealing quirk,@@ though the constant correction caused her @@.mediumorchid;considerable anguish.@@ <<else>> _softenedQuirks slaves' mental flaws into @@.green;appealing quirks,@@ though the constant correction caused them @@.mediumorchid;considerable anguish.@@ <</if>> <</if>> <<if (_brokenSlaves > 0)>> <<if (_brokenSlaves == 1)>> One slave is now willing to @@.hotpink;do as she's told@@ and has been released. <<else>> _brokenSlaves slaves are now willing to @@.hotpink;do as they're told@@ and have been released. <</if>> <<if $cellblockDecoration != "standard">> <br><br>&nbsp;&nbsp;&nbsp;&nbsp;$cellblockNameCaps's $cellblockDecoration atmosphere @@.hotpink;had an impact on <<if _brokenSlaves == 1>>her while she was<<else>>them while they were<</if>>@@ imprisoned. <</if>> <</if>> <</if>> <<if _DL > 0 || $Wardeness != 0>> <br><br> <</if>>
DankWolf/fc
src/uncategorized/cellblockReport.tw
tw
bsd-3-clause
13,860
:: Change Language [nobr] <<set $nextButton = "Confirm changes", $nextLink = "Manage Arcology">> <<set $revivalistLanguage = 0>> <<if $arcologies[0].FSRomanRevivalist != "unset">> <<if $language != "Latin">> <<set $revivalistLanguage = "Latin">> <</if>> <<elseif $arcologies[0].FSAztecRevivalist != "unset">> <<if $language != "Nahuatl">> <<set $revivalistLanguage = "Nahuatl">> <</if>> <<elseif $arcologies[0].FSEgyptianRevivalist != "unset">> <<if $language != "Ancient Egyptian">> <<set $revivalistLanguage = "Ancient Egyptian">> <</if>> <<elseif $arcologies[0].FSEdoRevivalist != "unset">> <<if $language != "Japanese">> <<set $revivalistLanguage = "Japanese">> <</if>> <<elseif $arcologies[0].FSArabianRevivalist != "unset">> <<if $language != "Arabic">> <<set $revivalistLanguage = "Arabic">> <</if>> <<elseif $arcologies[0].FSChineseRevivalist != "unset">> <<if $language != "Chinese">> <<set $revivalistLanguage = "Chinese">> <</if>> <</if>> The lingua franca of the arcology is ''$language''. <br><br> //Changing the lingua franca of the arcology is a difficult process. Doing so will slightly reduce the arcology's prosperity due to the difficulty changing languages will impose on businesses. It will also cost <<print cashFormat(500)>> for each mentally competent slave you own, since it will be necessary to build time into their schedules for them to learn basic commands in the new language. Slaves' starting fluency in the new language will depend on their intelligence, nationality, education, and in some cases, ethnicity. Previous linguistic experience will not be saved, meaning that repeated language changes will wipe out slaves' previous language skills.// <br><br> Select a custom language to be applied: <<textbox "$seed" $seed "Change Language">> //A single capitalized word is recommended.// <br><br> <span id="result"> <<if $language != "English">> <br><<link "English">> <<replace "#result">> <<set $language = "English">> <<set $arcologies[0].prosperity = Math.trunc(0.9*$arcologies[0].prosperity)>> <<for $i = 0; $i < $slaves.length; $i++>> <<if $slaves[$i].fetish != "mindbroken">> <<run nationalityToAccent($slaves[$i])>> <<if ($slaves[$i].intelligenceImplant == 1)>> <<if ($slaves[$i].accent >= 3)>> <<if (3+$slaves[$i].intelligence) > random(0,6)>> <<set $slaves[$i].accent -= 1>> <</if>> <</if>> <</if>> <<set $cash -= 500>> <</if>> <</for>> <br><br>//Language changed.// <</replace>> <</link>> <</if>> <<if $language != "Spanish">> <br><<link "Spanish">> <<replace "#result">> <<set $language = "Spanish">> <<set $arcologies[0].prosperity = Math.trunc(0.9*$arcologies[0].prosperity)>> <<for $i = 0; $i < $slaves.length; $i++>> <<if $slaves[$i].fetish != "mindbroken">> <<run nationalityToAccent($slaves[$i])>> <<if ($slaves[$i].intelligenceImplant == 1)>> <<if ($slaves[$i].accent >= 3)>> <<if (3+$slaves[$i].intelligence) > random(0,6)>> <<set $slaves[$i].accent -= 1>> <</if>> <</if>> <</if>> <<set $cash -= 500>> <</if>> <</for>> <br><br>//Language changed.// <</replace>> <</link>> <</if>> <<if $language != "Portuguese">> <br><<link "Portuguese">> <<replace "#result">> <<set $language = "Portuguese">> <<set $arcologies[0].prosperity = Math.trunc(0.9*$arcologies[0].prosperity)>> <<for $i = 0; $i < $slaves.length; $i++>> <<if $slaves[$i].fetish != "mindbroken">> <<run nationalityToAccent($slaves[$i])>> <<if ($slaves[$i].intelligenceImplant == 1)>> <<if ($slaves[$i].accent >= 3)>> <<if (3+$slaves[$i].intelligence) > random(0,6)>> <<set $slaves[$i].accent -= 1>> <</if>> <</if>> <</if>> <<set $cash -= 500>> <</if>> <</for>> <br><br>//Language changed.// <</replace>> <</link>> <</if>> <<if $language != "Arabic">> <br><<link "Arabic">> <<replace "#result">> <<set $language = "Arabic">> <<set $arcologies[0].prosperity = Math.trunc(0.9*$arcologies[0].prosperity)>> <<for $i = 0; $i < $slaves.length; $i++>> <<if $slaves[$i].fetish != "mindbroken">> <<run nationalityToAccent($slaves[$i])>> <<if ($slaves[$i].intelligenceImplant == 1)>> <<if ($slaves[$i].accent >= 3)>> <<if (3+$slaves[$i].intelligence) > random(0,6)>> <<set $slaves[$i].accent -= 1>> <</if>> <</if>> <</if>> <<set $cash -= 500>> <</if>> <</for>> <br><br>//Language changed.// <</replace>> <</link>> <</if>> <<if $language != "Chinese">> <br><<link "Chinese">> <<replace "#result">> <<set $language = "Chinese">> <<set $arcologies[0].prosperity = Math.trunc(0.9*$arcologies[0].prosperity)>> <<for $i = 0; $i < $slaves.length; $i++>> <<if $slaves[$i].fetish != "mindbroken">> <<run nationalityToAccent($slaves[$i])>> <<if ($slaves[$i].intelligenceImplant == 1)>> <<if ($slaves[$i].accent >= 3)>> <<if (3+$slaves[$i].intelligence) > random(0,6)>> <<set $slaves[$i].accent -= 1>> <</if>> <</if>> <</if>> <<set $cash -= 500>> <</if>> <</for>> <br><br>//Language changed.// <</replace>> <</link>> <</if>> <<if $language != $seed>> <br><<link "Apply custom language">> <<replace "#result">> <<set $language = $seed>> <<set $arcologies[0].prosperity = Math.trunc(0.9*$arcologies[0].prosperity)>> <<for $i = 0; $i < $slaves.length; $i++>> <<if $slaves[$i].fetish != "mindbroken">> <<run nationalityToAccent($slaves[$i])>> <<if ($slaves[$i].intelligenceImplant == 1)>> <<if ($slaves[$i].accent >= 3)>> <<if (3+$slaves[$i].intelligence) > random(0,6)>> <<set $slaves[$i].accent -= 1>> <</if>> <</if>> <</if>> <<set $cash -= 500>> <</if>> <</for>> <br><br>//Language changed.// <</replace>> <</link>> <</if>> <<if $revivalistLanguage != 0>> <br><<link "Match language to Revivalist future society">> <<replace "#result">> <<set $language = $revivalistLanguage>> <<set $arcologies[0].prosperity = Math.trunc(0.9*$arcologies[0].prosperity)>> <<for $i = 0; $i < $slaves.length; $i++>> <<if $slaves[$i].fetish != "mindbroken">> <<run nationalityToAccent($slaves[$i])>> <<if ($slaves[$i].intelligenceImplant == 1)>> <<if ($slaves[$i].accent >= 3)>> <<if (3+$slaves[$i].intelligence) > random(0,6)>> <<set $slaves[$i].accent -= 1>> <</if>> <</if>> <</if>> <<set $cash -= 500>> <</if>> <</for>> <br><br>//Language changed.// <</replace>> <</link>> //Failing to take this step will retard adoption of Revivalism// <</if>> </span>
DankWolf/fc
src/uncategorized/changeLanguage.tw
tw
bsd-3-clause
6,437
:: Checkin Checks [nobr] <<if $activeSlave.dick > 0>> <<if $activeSlave.balls > 0>> <<if $activeSlave.devotion <= 50>> <<if ($activeSlave.fetish != "buttslut") || ($activeSlave.fetishKnown != 1)>> <<if $activeSlave.sexualFlaw != "hates women">> <<set $REFeminizationCheckinIDs.push($activeSlave.ID)>> <</if>> <</if>> <</if>> <</if>> <</if>> <<if $activeSlave.physicalAge > 35>> <<if $activeSlave.face < 40>> <<if $activeSlave.analSkill <= 30>> <<set $REMILFCheckinIDs.push($activeSlave.ID)>> <</if>> <</if>> <</if>> <<if $activeSlave.attrXY <= 60>> <<if $activeSlave.attrXX > 0>> <<set $REOrientationCheckinIDs.push($activeSlave.ID)>> <</if>> <</if>> <<if $activeSlave.face < -10>> <<set $REUglyCheckinIDs.push($activeSlave.ID)>> <</if>> <<if $activeSlave.anus < 2>> <<set $REButtholeCheckinIDs.push($activeSlave.ID)>> <</if>> <<if $activeSlave.boobs < 800>> <<set $REReductionCheckinIDs.push($activeSlave.ID)>> <</if>>
DankWolf/fc
src/uncategorized/checkinChecks.tw
tw
bsd-3-clause
947
:: Clinic [nobr] <<set $nextButton = "Back to Main", $nextLink = "Main", $returnTo = "Clinic", $showEncyclopedia = 1, $encyclopedia = "Clinic", $clinicSlaves = $CliniciIDs.length>> <<if $clinicName != "the Clinic">> <<set $clinicNameCaps = $clinicName.replace("the ", "The ")>> <</if>> <<clinicAssignmentFilter>> $clinicNameCaps <<switch $clinicDecoration>> <<case "Roman Revivalist">> is open and airy; a breeze wafts through the space, and Roman theories on natural cleanliness are very much on display. <<case "Aztec Revivalist">> is open and airy; a light hint of herbs and natural oil permeates the air. Everything is incredibly sterile, especially the blood management equipment. <<case "Egyptian Revivalist">> is open and airy; clean rushes are strewn across the floor, making a gentle susurration when anyone crosses the space. <<case "Edo Revivalist">> is clean and spartan to the point of featurelessness. Spotless tatami mats cover the floor, and partitions divide the space into cubicles. <<case "Arabian Revivalist">> is open and airy; a thin trail of smoke wafts through the space on a gentle breeze, coming from a brazier burning incense. <<case "Chinese Revivalist">> is open and airy; a thin trail of smoke wafts through the space on a gentle breeze, coming from a brazier burning medicinal herbs. <<case "Chattel Religionist">> is open and airy; shaded beams of sunlight shine through skylights to bathe each bed in a pool of healing warmth. <<case "Degradationist">> is clean and cold, all scrubbed tile and cool steel. The beds have prominent restraint attachment points to force patients into any position desired. <<case "Repopulation Focus">> is warm and inviting, with wide corridors and ample seating for its pregnant clientele. All the equipment is designed to accommodate heavily pregnant women. <<case "Eugenics">> is warm and inviting on one side, cold and utilitarian on the other. Only the toys of the elite are allowed the best of care. <<case "Asset Expansionist">> is utilitarian, without any concession to style. Every available centimeter of space is used for equipment specialized to support growth. <<case "Transformation Fetishist">> is utilitarian, without any concession to style. Every available centimeter of space is used for equipment specialized to support radical surgery. <<case "Gender Radicalist">> is comfortable and feminine. Its curving walls and soft colors are designed to present slaves coming out of anaesthesia with an impression of girlishness. <<case "Gender Fundamentalist">> is comfortable and feminine. Its curving walls and soft colors are designed to keep slaves here for their female health nice and comfortable. <<case "Physical Idealist">> is utilitarian, without any concession to style. Every available centimeter of space is used for some piece of equipment useful in making the human body faster or stronger. <<case "Supremacist">> is clean and cold, all scrubbed tile and cool steel. The only hint of its radical uses are the pseudoscientific racialist charts on the walls. <<case "Subjugationist">> is clean and cold, all scrubbed tile and cool steel. The only hint of its radical uses are the pseudoscientific racialist charts on the walls. <<case "Paternalist">> is warm and inviting, with curved walls and warm colors designed to put patients at their ease. Each bed is well provided with entertainment options. <<case "Pastoralist">> is utilitarian, without any concession to style. Every available centimeter of space is used for equipment specialized for human veterinary medicine. <<case "Maturity Preferentialist">> is comfortable and soothing, with curved walls and cool colors designed to keep patients relaxed. Each bed is provided with refined yet invariably pornographic entertainment options. <<case "Youth Preferentialist">> is bright and cheerful, with curved walls and pastel colors designed to keep patients in good spirits. Each bed is provided with light entertainment options. <<case "Body Purist">> is utilitarian, without any concession to style. Every available centimeter of space is filled with equipment designed to make medicine as low-impact as possible. <<case "Slimness Enthusiast">> is warm and inviting, with curved walls and warm colors designed to put patients at their ease. Each bed is well provided with entertainment options. <<case "Hedonistic">> is warm and comfortable, with extra wide, soft, heated beds and ample morphine. Pleasant smells are pumped into the recovery wards, plenty of entertainment is available and chubby nurse in a too small dress with a big bowl of slave food is only a button press away. It can be quite difficult to convince patients to leave. <<default>> is a well-equipped modern medical facility. Each patient has her own area, with heavy automation to provide her treatment without any human intervention at all. <</switch>> <<if $clinicSlaves > 2>> $clinicNameCaps is busy. Patients occupy many of the beds; most are alert, but a few are dozing under medication designed to promote healing through deep rest. <<elseif $clinicSlaves > 0>> $clinicNameCaps is sparsely populated. Patients occupy a few of the beds; most are alert, but a few are dozing under medication designed to promote healing through deep rest. <<elseif $Nurse != 0>> $Nurse.slaveName is alone in the clinic, and has nothing to do but keep the place spotlessly clean and ready for its next patients. <<else>> $clinicNameCaps is empty and quiet. [[Decommission the Clinic|Main][$clinic = 0, $clinicDecoration = "standard", $clinicUpgradeScanner = 0, $clinicUpgradeFilters = 0, $clinicUpgradePurge = 0, $clinicInflateBelly = 0, $clinicSpeedGestation = 0]] <</if>> <<if $clinicSlaves > 0>> <<if $Nurse != 0>><<set _X = 1>><<else>><<set _X = 0>><</if>> <<set _NewPop = $clinicSlaves+$dormitoryPopulation+_X>> <<link "Remove all slaves" "Clinic">> <<if $Nurse != 0>> <<= assignJob($Nurse, "rest")>> <</if>> <<for $clinicSlaves > 0>> <<= assignJob($slaves[$slaveIndices[$CliniciIDs[0]]], "rest")>> <</for>> <</link>> <<if _NewPop > $dormitory>> @@.red;Dormitory capacity will be exceeded.@@ <</if>> <</if>> <<set _Tmult0 = Math.trunc($clinic*1000*$upgradeMultiplierArcology)>> <br>$clinicNameCaps has room to support $clinic slaves while they receive treatment. Currently $clinicSlaves slave<<if $clinicSlaves == 1>> is<<else>>s are<</if>> receiving treatment. [[Expand the clinic|Clinic][$cash -= _Tmult0, $clinic += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>>// <br> <<if $clinicUpgradeScanner == 1>> $clinicNameCaps's scanners have been upgraded with a sampling system that can estimate carcinogenic damage to a slave's body. <<else>> <<set _Tmult1 = Math.trunc(10000*$upgradeMultiplierArcology)>> It mounts powerful medical scanning technology. [[Upgrade the scanners to help detect genomic damage|Clinic][$cash -= _Tmult1, $clinicUpgradeScanner = 1]] //Costs <<print cashFormat(_Tmult1)>>// <</if>> <br> <<if $clinicUpgradeFilters == 1>> <<if $clinicUpgradePurge == 1>> The entire floor beneath $clinicName is occupied by a huge filtration plant that constantly cycles out the patients' blood to remove impurities. The blood is intensely cleaned to greatly decrease the presence of impurities at the cost of compatibility. Patients will likely be ill for the duration of the treatment. <<else>> <<set _Tmult3 = Math.trunc(150000*$upgradeMultiplierArcology)>> The entire floor beneath $clinicName is occupied by a huge filtration plant that constantly cycles out the patients' blood to remove impurities. [[Increase the effectiveness of the impurity purging|Clinic][$cash -= _Tmult3, $clinicUpgradePurge to 1]] //Costs <<print cashFormat(_Tmult3)>> and may cause health problems in slaves// <</if>> <<if $Nurse == 0>> <br>However, without a nurse in attendance, the blood treatment equipment remains idle. <</if>> <<else>> <<set _Tmult2 = Math.trunc(50000*$upgradeMultiplierArcology)>> It includes standard dialysis equipment. [[Install advanced blood treatment equipment to help address drug side effects|Clinic][$cash -= _Tmult2, $clinicUpgradeFilters = 1]] //Costs <<print cashFormat(_Tmult2)>>// <</if>> <br> <<if $bellyImplants == 1 && $Nurse == 0>> A resident nurse could be used to safely regulate the rate a slave's fillable belly implant for maximum size with minimum health loss. <<elseif $bellyImplants == 1 && $clinicInflateBelly == 1>> $clinicNameCaps is useful for keeping slaves healthy during long term procedures. Slaves in $clinicName with inflatable belly implants will be filled during their time under $Nurse.slaveName's supervision to maximize growth with minimized health complications. [[Do not fill belly implants|Clinic][$clinicInflateBelly = 0]] <<elseif $bellyImplants == 1 && $Nurse != 0 && $clinicInflateBelly != 1>> $clinicNameCaps is useful for keeping slaves healthy during long term procedures. $Nurse.slaveName can supervise weekly filling regiments for clinic slaves with fillable belly implants during their stay to maximize growth with minimal health complications. [[Fill belly implants|Clinic][$clinicInflateBelly = 1]] <</if>> <br> <<if $pregSpeedControl == 1 && $Nurse == 0>> A resident nurse could be used to supervise patients under rapid gestation agents while minimizing strain and health complications. <<elseif $pregSpeedControl == 1 && $clinicSpeedGestation == 1>> It's exceedingly dangerous to speed up gestation without constant supervision. In $clinicName, $Nurse.slaveName will monitor slaves on rapid gestation agents; making sure the growing patients' food demands are met, monitoring their skin and womb and, if need be, perform an emergency c-section should the need arise. [[Limit rapid gestation agents to selected slaves only|Clinic][$clinicSpeedGestation = 0]] <<elseif $pregSpeedControl == 1 && $Nurse != 0 && $clinicSpeedGestation != 1>> $clinicNameCaps is currently not applying rapid gestation agents to pregnant patients. Only individually selected slaves will undergo this procedure [[Speed up gestation for all pregnant patients|Clinic][$clinicSpeedGestation = 1]] <</if>> <br><br> <<if $Nurse != 0>> <<set $Flag = 2>> <<include "Slave Summary">> <<else>> You do not have a slave serving as a clinical Nurse. [[Appoint one|Nurse Select]] <</if>> <br><br> <<if ($clinic <= $clinicSlaves)>> ''$clinicNameCaps is full and cannot hold any more slaves'' <<elseif ($slaves.length > $clinicSlaves)>> <<link "''Send a slave to get treatment in $clinicName''">> <<replace #ComingGoing>> <<resetAssignmentFilter>> <<set $Flag = 0>> <<include "Slave Summary">> <</replace>> <</link>> <</if>> <<if $clinicSlaves > 0>> | <<link "''Take a slave out of the clinic''">> <<replace #ComingGoing>> <<clinicAssignmentFilter>> <<set $Flag = 1>> <<include "Slave Summary">> <<resetAssignmentFilter>> <</replace>> <</link>> <<else>> <br><br>//The clinic is empty for the moment.<br>// <</if>> <br><br> <<assignmentFilter>> <span id="ComingGoing"> <<clinicAssignmentFilter>> <<set $Flag = 1>> <<include "Slave Summary">> <<resetAssignmentFilter>> </span> <br><br>Rename $clinicName: <<textbox "$clinicName" $clinicName "Clinic">> //Use a noun or similar short phrase//
DankWolf/fc
src/uncategorized/clinic.tw
tw
bsd-3-clause
11,276