Skip to content
Snippets Groups Projects
Commit 4c33e92e authored by klorpa's avatar klorpa
Browse files

Yee

parent 719bb0f4
No related branches found
No related tags found
No related merge requests found
Showing
with 265 additions and 268 deletions
...@@ -84,4 +84,3 @@ ...@@ -84,4 +84,3 @@
<<if _artSlave.bellyAccessory == "a huge empathy belly">> <<if _artSlave.bellyAccessory == "a huge empathy belly">>
<<include Art_Vector_Empathy_Belly_Huge>> <<include Art_Vector_Empathy_Belly_Huge>>
<</if>> <</if>>
...@@ -90,4 +90,3 @@ _art_transform will affect the display. ...@@ -90,4 +90,3 @@ _art_transform will affect the display.
/* set _art_transform to empty string so stray SVG groups in other passages are not affected */ /* set _art_transform to empty string so stray SVG groups in other passages are not affected */
<<set _art_transform = "">> <<set _art_transform = "">>
...@@ -278,17 +278,17 @@ You tell $him $he's to report to <<if $Madam != 0>>$Madam.slaveName immediately, ...@@ -278,17 +278,17 @@ You tell $him $he's to report to <<if $Madam != 0>>$Madam.slaveName immediately,
<<case "hates penetration">> <<case "hates penetration">>
$He slowly gestures that he understands that customers will expect to fuck $him and <<if $activeSlave.amp == 1>>shifts uncomfortably, unconsciously trying to shield $his rear as best $he can manage without limbs.<<elseif $activeSlave.vagina > 0>>unconsciously lets $his hands fall to $his crotch, but catches $himself and doesn't quite shield $his pussy.<<else>>unconsciously reaches around behind $himself, not quite shielding $his anus with $his hands.<</if>> $His lower lip quivers, and $he does $his best not to cry in front of you. $He slowly gestures that he understands that customers will expect to fuck $him and <<if $activeSlave.amp == 1>>shifts uncomfortably, unconsciously trying to shield $his rear as best $he can manage without limbs.<<elseif $activeSlave.vagina > 0>>unconsciously lets $his hands fall to $his crotch, but catches $himself and doesn't quite shield $his pussy.<<else>>unconsciously reaches around behind $himself, not quite shielding $his anus with $his hands.<</if>> $His lower lip quivers, and $he does $his best not to cry in front of you.
<<case "repressed">> <<case "repressed">>
$He shakely gestures that $he'll be a sinner, but if that's what you want, $he'll do it. $He starts to cry quietly. $He shakily gestures that $he'll be a sinner, but if that's what you want, $he'll do it. $He starts to cry quietly.
<<case "idealistic">> <<case "idealistic">>
$He shakely gestures that $he'll do $his best to please any men that use $him. $He starts to cry quietly. $He shakily gestures that $he'll do $his best to please any men that use $him. $He starts to cry quietly.
<<case "shamefast">> <<case "shamefast">>
$He shakely gestures that $he'll do $his best to use $his naked body to attract men and entice passersby. $He starts to cry quietly. $He shakily gestures that $he'll do $his best to use $his naked body to attract men and entice passersby. $He starts to cry quietly.
<<case "apathetic">> <<case "apathetic">>
$He shakely gestures that $he'll do $his best to take cock. $He starts to cry quietly. $He shakily gestures that $he'll do $his best to take cock. $He starts to cry quietly.
<<case "crude">> <<case "crude">>
$He gestures that $his body is going to become so foul after a day's worth of fucks. $He pauses for a moment, doubtful over whether $he should have said that or not. $He gestures that $his body is going to become so foul after a day's worth of fucks. $He pauses for a moment, doubtful over whether $he should have said that or not.
<<case "judgemental">> <<case "judgemental">>
$He gestures $his disapointment that only the most pathetic of losers will be fucking $him now. $He pauses for a moment, doubtful over whether $he should have said that or not. $He gestures $his disappointment that only the most pathetic of losers will be fucking $him now. $He pauses for a moment, doubtful over whether $he should have said that or not.
<</switch>> <</switch>>
<<else>> <<else>>
$He puts on a brave face and gestures that $he'll do $his best. As you send $him off, you catch sight of $him trying to reassure $himself. $He puts on a brave face and gestures that $he'll do $his best. As you send $him off, you catch sight of $him trying to reassure $himself.
......
...@@ -248,4 +248,3 @@ Now the only question is what to do with the would-be rapist. You could toss the ...@@ -248,4 +248,3 @@ Now the only question is what to do with the would-be rapist. You could toss the
</span> </span>
<</if>> <</if>>
...@@ -41,4 +41,3 @@ As you cast off $his bindings<<if canSee($activeSlave)>> and <<if ($activeSlave. ...@@ -41,4 +41,3 @@ As you cast off $his bindings<<if canSee($activeSlave)>> and <<if ($activeSlave.
<</if>> <</if>>
<</if>> <</if>>
<<set $degradation = 0>> <<set $degradation = 0>>
...@@ -103,4 +103,3 @@ ...@@ -103,4 +103,3 @@
<</if>> /* Closes no new Slaves check */ <</if>> /* Closes no new Slaves check */
<<set $newSlaveIndex++>> <<set $newSlaveIndex++>>
...@@ -99,11 +99,12 @@ $cellblockNameCaps ...@@ -99,11 +99,12 @@ $cellblockNameCaps
<</if>> <</if>>
<<if $Wardeness != 0 && canPenetrate($Warden)>> <<if $Wardeness != 0 && canPenetrate($Warden)>>
<br><br> <<setLocalPronouns $Wardeness>>
<br><br>
<<if $cellblockWardenCumsInside == 1>> <<if $cellblockWardenCumsInside == 1>>
$Warden.slaveName is permitted to cum inside her inmates when she disciplines them. [[Forbid her from cumming inside|Cellblock][$cellblockWardenCumsInside = 0]] $Warden.slaveName is permitted to cum inside $his inmates when $he disciplines them. [["Forbid " + $him + " from cumming inside"|Cellblock][$cellblockWardenCumsInside = 0]]
<<else>> <<else>>
$Warden.slaveName is not permitted to cum inside her inmates. [[Let her cum inside|Cellblock][$cellblockWardenCumsInside = 1]] //May result in pregnancies// $Warden.slaveName is not permitted to cum inside $his inmates. [["Let " + $him + " cum inside"|Cellblock][$cellblockWardenCumsInside = 1]] //May result in pregnancies//
<</if>> <</if>>
<</if>> <</if>>
......
...@@ -25,7 +25,7 @@ $clinicNameCaps ...@@ -25,7 +25,7 @@ $clinicNameCaps
<<case "Degradationist">> <<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. 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">> <<case "Repopulation Focus">>
is warm and inviting, with wide corridors and ample seating for its pregnant clientèle. All the equipment is designed to accommodate heavily pregnant women. 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">> <<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. 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">> <<case "Asset Expansionist">>
......
...@@ -10,4 +10,3 @@ ...@@ -10,4 +10,3 @@
<</if>> <</if>>
<<goto "Master Suite">> <<goto "Master Suite">>
...@@ -80,14 +80,14 @@ your __personal living expenses__ are <<print cashFormat(Math.trunc($girls*(250+ ...@@ -80,14 +80,14 @@ your __personal living expenses__ are <<print cashFormat(Math.trunc($girls*(250+
<<if $SF.Toggle && $SF.Active >= 1>> <<if $SF.Toggle && $SF.Active >= 1>>
<<if $SF.Subsidy>> <<if $SF.Subsidy>>
<br>__Finacinally supporting $SF.Lower unitll self sufficiency:__ <<print cashFormat(Math.ceil( (10000*($SF.Squad.Troops/10))+(1+($arcologies[0].prosperity/100))+(1+($SF.Size/100)) ))>> <br>__Financially supporting $SF.Lower until self sufficiency:__ <<print cashFormat(Math.ceil( (10000*($SF.Squad.Troops/10))+(1+($arcologies[0].prosperity/100))+(1+($SF.Size/100)) ))>>
<<set _archologyCosts += Math.ceil( (10000*($SF.Squad.Troops/10))+(1+($arcologies[0].prosperity/100))+(1+($SF.Size/100)) )>> <<set _archologyCosts += Math.ceil( (10000*($SF.Squad.Troops/10))+(1+($arcologies[0].prosperity/100))+(1+($SF.Size/100)) )>>
<</if>> <</if>>
<<if $SF.Bonus>> <<if $SF.Bonus>>
<<= Count()>> <<= Count()>>
<br>__Bonuses for basic FS acceptance amongst $SF.Lower:__ <<print cashFormat(Math.ceil(_SFCashBonus))>> <br>__Bonuses for basic FS acceptance amongst $SF.Lower:__ <<print cashFormat(Math.ceil(_SFCashBonus))>>
<br>&nbsp;Colonel <<print cashFormat(_ColonelCashBonus*_Env)>>. <br>&nbsp;Colonel <<print cashFormat(_ColonelCashBonus*_Env)>>.
&nbsp;Troop size: <<print commaNum($SF.Squad.Troops)>> and each solider recives <<print cashFormat(_inviTroop*_Env)>>, totalling <<print cashFormat(Math.ceil(_TroopCashBonus*_Env))>>. &nbsp;Troop size: <<print commaNum($SF.Squad.Troops)>> and each solider recives <<print cashFormat(_inviTroop*_Env)>>, totaling <<print cashFormat(Math.ceil(_TroopCashBonus*_Env))>>.
<<set _archologyCosts += _SFCashBonus>> <<set _archologyCosts += _SFCashBonus>>
<</if>> <</if>>
<</if>> <</if>>
...@@ -113,7 +113,7 @@ your __personal living expenses__ are <<print cashFormat(Math.trunc($girls*(250+ ...@@ -113,7 +113,7 @@ your __personal living expenses__ are <<print cashFormat(Math.trunc($girls*(250+
<</if>> <</if>>
<<if $brothel > 0 || $club > 0 || $arcade > 0 || $dairy > 0 || $farmyard > 0>> <<if $brothel > 0 || $club > 0 || $arcade > 0 || $dairy > 0 || $farmyard > 0>>
<br>__Archology building maintenance__: <br>__Arcology building maintenance__:
<<if $brothel > 0>> <<if $brothel > 0>>
<<set _advertising = 0>> <<set _advertising = 0>>
<<if $brothel > 0>> <<if $brothel > 0>>
...@@ -189,7 +189,7 @@ $nursery > 0 || $masterSuiteUpgradePregnancy > 0 || $incubator > 0 || ...@@ -189,7 +189,7 @@ $nursery > 0 || $masterSuiteUpgradePregnancy > 0 || $incubator > 0 ||
<<set _archologyCosts += ($edictsUpkeep + $SFSupportUpkeep)>> <<set _archologyCosts += ($edictsUpkeep + $SFSupportUpkeep)>>
<</if>> <</if>>
<<if $propHub != 0 || $secHQ != 0 || $secBarracks != 0 || $riotCenter != 0>> <<if $propHub != 0 || $secHQ != 0 || $secBarracks != 0 || $riotCenter != 0>>
<br>__Security apartus maintenance costs__: <br>__Security apparatus maintenance costs__:
<<if $propHub != 0>> <<if $propHub != 0>>
Propaganda Hub: @@.yellowgreen;<<print cashFormat($propHubUpkeep)>>@@ Propaganda Hub: @@.yellowgreen;<<print cashFormat($propHubUpkeep)>>@@
<<set _archologyCosts += $propHubUpkeep>> <<set _archologyCosts += $propHubUpkeep>>
...@@ -247,7 +247,7 @@ $nursery > 0 || $masterSuiteUpgradePregnancy > 0 || $incubator > 0 || ...@@ -247,7 +247,7 @@ $nursery > 0 || $masterSuiteUpgradePregnancy > 0 || $incubator > 0 ||
<</if>> <</if>>
<<if $econWeatherDamage && $disasterResponse > 0>> <<if $econWeatherDamage && $disasterResponse > 0>>
<<set _DRUUpkeep = Math.trunc($disasterResponse * 200000 / $localEcon)>> <<set _DRU Upkeep = Math.trunc($disasterResponse * 200000 / $localEcon)>>
<br>__Disaster Response Unit__ expenses: <<print cashFormat(_DRUUpkeep)>> <br>__Disaster Response Unit__ expenses: <<print cashFormat(_DRUUpkeep)>>
<<set _archologyCosts += _DRUUpkeep>> <<set _archologyCosts += _DRUUpkeep>>
<</if>> <</if>>
......
This diff is collapsed.
...@@ -32,4 +32,3 @@ Your weekly meeting with your $mercenariesTitle commander finishes with unusual ...@@ -32,4 +32,3 @@ Your weekly meeting with your $mercenariesTitle commander finishes with unusual
<</replace>> <</replace>>
<</link>> <</link>>
</span> </span>
...@@ -43,7 +43,7 @@ The singular solution to the two problems is obvious. It's equally obvious that ...@@ -43,7 +43,7 @@ The singular solution to the two problems is obvious. It's equally obvious that
<</link>> <</link>>
<br><<link "Tell him his situation is untenable">> <br><<link "Tell him his situation is untenable">>
<<replace "#result">> <<replace "#result">>
You decide to use this as an object lesson in the limits of old world power projection, and tell his situation is untenable and that he should withdraw. If he doesn't have the policial firepower necessary to get proper support and supply, he's better off cutting his losses. "That's not for you to say," he responds bitterly. "And that's not for me to say, either. I still go where I'm told and do what I'm told. Thank you for your time." He ends the call brusquely. Word of your verbal defense of the Free City's sphere of influence gets around, @@.green;greatly improving your reputation.@@ You decide to use this as an object lesson in the limits of old world power projection, and tell his situation is untenable and that he should withdraw. If he doesn't have the political firepower necessary to get proper support and supply, he's better off cutting his losses. "That's not for you to say," he responds bitterly. "And that's not for me to say, either. I still go where I'm told and do what I'm told. Thank you for your time." He ends the call brusquely. Word of your verbal defense of the Free City's sphere of influence gets around, @@.green;greatly improving your reputation.@@
<<set $peacekeepers.attitude -= 10, $rep += 500>> <<set $peacekeepers.attitude -= 10, $rep += 500>>
<</replace>> <</replace>>
<</link>> <</link>>
......
This diff is collapsed.
...@@ -185,7 +185,6 @@ ...@@ -185,7 +185,6 @@
<<set $activeSlave.oralSkill = 100>> <<set $activeSlave.oralSkill = 100>>
<<set $activeSlave.entertainSkill = 100>> <<set $activeSlave.entertainSkill = 100>>
<<case "arcology owner">> <<case "arcology owner">>
time owning another arcology. She was a prominent citizen who supported your government. You were never particularly close,
<<set $activeSlave.career = "a leading arcology citizen">> <<set $activeSlave.career = "a leading arcology citizen">>
<<if $pedo_mode == 1>> <<if $pedo_mode == 1>>
<<set $activeSlave.actualAge = random(16,18)>> <<set $activeSlave.actualAge = random(16,18)>>
......
...@@ -83,7 +83,7 @@ Across the ring, $his opponent's owner nods civilly to you and examines $activeS ...@@ -83,7 +83,7 @@ Across the ring, $his opponent's owner nods civilly to you and examines $activeS
<<if $activeSlave.bellyImplant >= 750000>> <<if $activeSlave.bellyImplant >= 750000>>
$His monolithic, <<print $activeSlave.bellyImplant>>cc implant filled belly guarantees $his loss; not only is $he on the verge of splitting open, but it is an unmissable, indefensible target that threatens to drag $him to the ground. $He has no hope of attacking around the straining mass, let alone stopping $his opponent. $His monolithic, <<print $activeSlave.bellyImplant>>cc implant filled belly guarantees $his loss; not only is $he on the verge of splitting open, but it is an unmissable, indefensible target that threatens to drag $him to the ground. $He has no hope of attacking around the straining mass, let alone stopping $his opponent.
<<elseif $activeSlave.bellyImplant >= 600000>> <<elseif $activeSlave.bellyImplant >= 600000>>
$His titanic, <<print $activeSlave.bellyImplant>>cc implant filled belly is practically a guaranteed loss; $he can barely stand let alone fight. Not only is it crippling heavy, unwieldy and an easy target, but $he can feel it straining to hold the sheer amount of filler forced into it. $His titanic, <<print $activeSlave.bellyImplant>>cc implant filled belly is practically a guaranteed loss; $he can barely stand let alone fight. Not only is it cripplingly heavy, unwieldy and an easy target, but $he can feel it straining to hold the sheer amount of filler forced into it.
<<elseif $activeSlave.bellyImplant >= 450000>> <<elseif $activeSlave.bellyImplant >= 450000>>
$His gigantic, <<print $activeSlave.bellyImplant>>cc implant filled belly is nearly a guaranteed loss; it presents an unmissable, indefensible target for $his adversary. $His gigantic, <<print $activeSlave.bellyImplant>>cc implant filled belly is nearly a guaranteed loss; it presents an unmissable, indefensible target for $his adversary.
<<elseif $activeSlave.bellyImplant >= 300000>> <<elseif $activeSlave.bellyImplant >= 300000>>
......
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment