Skip to content
Snippets Groups Projects
Commit a69915c5 authored by Pregmodder's avatar Pregmodder
Browse files

SFanon stuff

parent 1a951b22
No related branches found
No related tags found
No related merge requests found
:: SS [nobr]
<<set $nextButton = "Back to Main", $nextLink = "Main", $returnTo = "Barracks", $SS = $SSSlavesIDs.length, $Flag = 0>>
<<if SSSlaves > 5>>
$securityForceName's Slave Support area is bustling with activity. There is little to no trash on the ground.
<<set $SSLevel = 1>>
<</if>>
<<set $SSSlaves.combatSkill + 1>>
<<set $SSsSlaves.devotion +10>>
<<set $SSSlaves.trust +10>>
<<set _Tmult0 = Math.trunc($SS*1000*$upgradeMultiplierArcology)>>
<br>It can support $SS support workers.
[[Expand the SS|SS][$cash -= _Tmult0, $SS += 5]] //Costs ¤_Tmult0 and will increase upkeep costs//
<br>
<<if $SSUpgradeMonitoring == 1>>
The area has been upgraded with enhanced monitoring systems to make the support workers work harder, improving their obedience,efficiency and trust.
<<else>>
<<set _Tmult1 = Math.trunc(10000*$upgradeMultiplierArcology)>>
The area is standard. [[Upgrade the monitoring systems to force harder work|$SS][$cash -= _Tmult1,set $SSsSlaves.devotion +5, set $SSSlaves.trust +5, $SSUpgradeMonitoring = 1]] //Costs ¤_Tmult1 and will increase upkeep costs//
<</if>>
<!-- Statistics output -->
<<SSStatistics 1>>
<br><br>
<<if ($SS <= $SSSlaves)>>
''$SSNameCaps is full and cannot hold any more slaves''
<<elseif ($slaves.length > $SSSlaves)>>
<<link "''Send a slave to $SSName''">>
<<replace #ComingGoing>>
<<resetAssignmentFilter>>
<<set $Flag to 0>>
<<include "Slave Summary">>
<</replace>>
<</link>>
<</if>>
<<if $SSSlaves > 0>>
| <<link "''Bring a slave out of $SSName''">>
<<replace #ComingGoing>>
<<SSAssignmentFilter>>
<<set $Flag = 1>>
<<include "Slave Summary">>
<<resetAssignmentFilter>>
<</replace>>
<</link>>
<<else>>
<br><br>//$SSNameCaps is empty for the moment.<br>//
<</if>>
<br><br>
<<assignmentFilter >>
<span id="ComingGoing">
<<SSAssignmentFilter>>
<<set $Flag = 1>>
<<include "Slave Summary">>
<<resetAssignmentFilter>>
</span>
<br><br>Rename $SSName: <<textbox "$SSName" $SSName "SS">> //Use a noun or similar short phrase//
......@@ -319,7 +319,16 @@ Increase crew comfort and life support systems to increase operational time.
<<set $cash -= 40000>>
<</replace>>
<</link>> // Costs ¤40000 //<br>
<<elseif $securityForceInfantryPower == 5>>
<<elseif $securityForceInfantryPower < 12 && $securityForceUpgradeToken == 0 && $securityForceVehiclePower >= 5 && $securityForceDronePower >= 5 && $securityForceAircraftPower >= 5 && $securityForceStimulantPower >= 5 && $securityForceArcologyUpgrades >= 5>>
<<link "Ask the Colonel to improve the infantry equipment">>
<<replace "#result2">>
"Sure, boss." she says, nodding. "The boys'll like having some new guns and armour to help them out there." She laughs. "Don't think the poor bastards they'll be shooting will thank you though." She picks up a tablet and taps a few commands on it. "I'll get right on it."
<<set $securityForceUpgradeToken = 1>>
<<set $securityForceInfantryPower += 1>>
<<set $cash -= 4500000>>
<</replace>>
<</link>> // Costs ¤4500000 //<br>
<<elseif $securityForceInfantryPower == 5 || $securityForceInfantryPower == 12>>
//The $securityForceName armoury is fully upgraded.//<br>
<</if>>
<<if $securityForceVehiclePower < 5 && $securityForceArcologyUpgrades >= 1 && $securityForceUpgradeToken == 0>>
......@@ -331,11 +340,76 @@ Increase crew comfort and life support systems to increase operational time.
<<set $cash -= 60000>>
<</replace>>
<</link>> // Costs ¤60000 //<br>
<<elseif $securityForceVehiclePower == 5>>
<<elseif $securityForceVehiclePower < 7 && $securityForceUpgradeToken == 0 && $securityForceArcologyUpgrades >= 5 && $securityForceAircraftPower >= 5 && $securityForceDronePower >= 5 && $securityForceStimulantPower >= 5 && $securityForceInfantryPower >= 5>>
<<if $securityForceVehiclePower == 5>>
<<set _vehCost = 2500000>>
<<else>>
<<set _vehCost = 3000000>>
<</if>>
<<link "Ask the Colonel to improve the vehicle fleet">>
<<replace "#result2">>
"Sure, boss." she says, nodding. "Some new wheels should help a lot." She laughs. "The scum out there don't seem to like it when we roll up on them in something better than their piece of shit junkers." She picks up a tablet and taps a few commands on it. "I'll get right on it."
<<set $securityForceUpgradeToken = 1>>
<<set $securityForceVehiclePower += 1>>
<<set $cash -= _vehCost>>
<</replace>>
<</link>> // Costs ¤_vehCost //<br>
<<elseif $securityForceVehiclePower == 5 || $securityForceVehiclePower == 7>>
//The $securityForceName vehicle fleet is fully upgraded.//<br>
<<else>>
//More barracks infrastructure upgrades are needed before the vehicle fleet can be expanded.//<br>
<</if>>
<<if $securityForceUpgradeToken == 0 && $securityForceAircraftPower >= 5 && $securityForceStimulantPower >= 5 && $securityForceArcologyUpgrades >= 5 && $securityForceVehiclePower >= 5 && $securityForceDronePower >= 5 && $securityForceInfantryPower >= 5>>
<<if $securityForceSpacePlanePower < 1>>
<<link "Ask the Colonel to 'borrow' a SpacePlane">>
<<replace "#result2">>
"Sure, boss." she says, nodding. "A orbital plane should help a lot." She laughs. "The scum out there don't seem to like it when we have eyes they can't hit." She picks up a tablet and taps a few commands on it. "I'll get right on it."
<<set $securityForceUpgradeToken = 1>>
<<set $securityForceSpacePlanePower += 1>>
<<set $cash -= 4750000>>
<</replace>>
<</link>> // Costs ¤4750000 //<br>
<<elseif $securityForceSpacePlanePower >= 1 && $securityForceSpacePlanePower < 9>>
<<link "Ask the Colonel to upgrade the SpacePlane">>
<<replace "#result2">>
"Sure, boss." she says, nodding. "Upgrading the orbital plane should help a lot." She laughs. "The scum out there don't seem to like it when we have eyes they can't hit." She picks up a tablet and taps a few commands on it. "I'll get right on it."
<<set $securityForceUpgradeToken = 1>>
<<set $securityForceSpacePlanePower += 1>>
<<set $cash -= 3750000>>
<</replace>>
<</link>> // Costs ¤3750000 //<br>
<<elseif $securityForceSpacePlanePower == 9>>
//The $securityForceName's SpacePlane is fully upgraded.//<br>
<</if>>
<</if>>
<<if $securityForceUpgradeToken == 0 && $securityForceAircraftPower >= 5 && $securityForceStimulantPower >= 5 && $securityForceArcologyUpgrades >= 5 && $securityForceVehiclePower >= 5 && $securityForceDronePower >= 5 && $securityForceInfantryPower >= 5>>
<<if $securityForceSatalitePower < 1>>
<<link "Ask the Colonel to 'borrow' a Satalite">>
<<replace "#result2">>
"Sure, boss." she says, nodding. "A Satalite should help a lot." She laughs. "The scum out there don't seem to like it when we have eyes they can't hit." She picks up a tablet and taps a few commands on it. "I'll get right on it."
<<set $securityForceUpgradeToken = 1>>
<<set $securityForceSatalitePower += 1>>
<<set $cash -= 3750000>>
<</replace>>
<</link>> // Costs ¤3750000 //<br>
<<elseif $securityForceSatalitePower >= 1 && $securityForceSatalitePower < 11>>
<<link "Ask the Colonel to upgrade the Satalite">>
<<replace "#result2">>
"Sure, boss." she says, nodding. "Upgrading the Satalite should help a lot." She laughs. "The scum out there don't seem to like it when we have eyes they can't hit." She picks up a tablet and taps a few commands on it. "I'll get right on it."
<<set $securityForceUpgradeToken = 1>>
<<set $securityForceSatalitePower += 1>>
<<set $cash -= 2350000>>
<</replace>>
<</link>> // Costs ¤2350000 //<br>
<<elseif $securityForceSatalitePower == 11>>
//The $securityForceName's Satalite is fully upgraded.//<br>
<</if>>
<</if>>
<<if $securityForceDronePower < 5 && $securityForceArcologyUpgrades >= 2 && $securityForceUpgradeToken == 0>>
<<link "Ask the Colonel to improve the drone fleet">>
<<replace "#result2">>
......@@ -345,11 +419,21 @@ Increase crew comfort and life support systems to increase operational time.
<<set $cash -= 45000>>
<</replace>>
<</link>> // Costs ¤45000 //<br>
<<elseif $securityForceDronePower == 5>>
<<elseif $securityForceDronePower < 6 && $securityForceUpgradeToken == 0 && $securityForceAircraftPower == 5 && $securityForceStimulantPower >= 5 && $securityForceArcologyUpgrades >= 5 && $securityForceVehiclePower >= 5 && $securityForceInfantryPower >= 5>>
<<link "Ask the Colonel to improve the drone fleet">>
<<replace "#result2">>
"Sure, boss." she says, nodding. "Some new drones would be nice." She laughs. "The poor bastards out there shit themselves when they see combat drones fly over the horizon." She picks up a tablet and taps a few commands on it. "I'll get right on it."
<<set $securityForceUpgradeToken = 1>>
<<set $securityForceDronePower += 1>>
<<set $cash -= 2000000>>
<</replace>>
<</link>> // Costs ¤2000000 //<br>
<<elseif $securityForceDronePower == 5 || $securityForceDronePower == 6>>
//The $securityForceName drone fleet is fully upgraded.//<br>
<<else>>
//More barracks infrastructure upgrades are needed before the drone fleet can be expanded.//<br>
<</if>>
<<if $securityForceAircraftPower < 5 && $securityForceArcologyUpgrades >= 4 && $securityForceUpgradeToken == 0>>
<<link "Ask the Colonel to improve the air fleet">>
<<replace "#result2">>
......@@ -359,11 +443,26 @@ Increase crew comfort and life support systems to increase operational time.
<<set $cash -= 70000>>
<</replace>>
<</link>> // Costs ¤70000 //<br>
<<elseif $securityForceAircraftPower == 5>>
<<elseif $securityForceAircraftPower < 7 && $securityForceUpgradeToken == 0 && $securityForceStimulantPower >= 5 && $securityForceArcologyUpgrades >= 5 && $securityForceVehiclePower >= 5 && $securityForceInfantryPower >= 5 && $securityForceDronePower >= 5>>
<<if $securityForceAircraftPower == 5>>
<<set _vehCost = 2750000>>
<<else>>
<<set _vehCost = 3250000>>
<</if>>
<<link "Ask the Colonel to improve the air fleet">>
<<replace "#result2">>
"Sure, boss." she says, nodding. "Some new VTOLs would be great." She laughs. "They're the real multiplier over the scum out there. Not much a looter gang can do against air support." She picks up a tablet and taps a few commands on it. "I'll get right on it."
<<set $securityForceUpgradeToken = 1>>
<<set $securityForceAircraftPower += 1>>
<<set $cash -= _vehCost>>
<</replace>>
<</link>> // Costs ¤_vehCost //<br>
<<elseif $securityForceAircraftPower == 5 || $securityForceAircraftPower == 7>>
//The $securityForceName air fleet is fully upgraded.//<br>
<<else>>
//More barracks infrastructure upgrades are needed before the air fleet can be expanded.//<br>
<</if>>
<<if $securityForceStimulantPower < 5 && $securityForceUpgradeToken == 0>>
<<link "Ask the Colonel to improve combat stimulants">>
<<replace "#result2">>
......@@ -373,7 +472,16 @@ Increase crew comfort and life support systems to increase operational time.
<<set $cash -= 40000>>
<</replace>>
<</link>> // Costs ¤40000 //<br>
<<elseif $securityForceStimulantPower == 5>>
<<elseif $securityForceStimulantPower < 7 && $securityForceUpgradeToken == 0 && $securityForceArcologyUpgrades >= 5 && $securityForceVehiclePower >= 5 && $securityForceInfantryPower >= 5 && $securityForceDronePower >= 5 && $securityForceAircraftPower >= 5>>
<<link "Ask the Colonel to improve combat stimulants">>
<<replace "#result2">>
"Sure, boss." she says, nodding. "The boys are going to like hearing that they'll be getting new stims. Some of them can't get enough." She laughs, sweeping her arm at a corner of the throne, where dozens of empty stimulant injectors are piled. "I might be one of them. Either way, the fucks out there aren't going to like us once we're on the new juice." She picks up a tablet and taps a few commands on it. "I'll get right on it."
<<set $securityForceUpgradeToken = 1>>
<<set $securityForceStimulantPower += 1>>
<<set $cash -= 2265000>>
<</replace>>
<</link>> // Costs ¤2265000 //<br>
<<elseif $securityForceStimulantPower == 5 || $securityForceStimulantPower == 7>>
//The $securityForceName stimulant lab is fully upgraded.//<br>
<</if>>
<<if $securityForceArcologyUpgrades < 5 && $securityForceUpgradeToken == 0>>
......@@ -385,10 +493,116 @@ Increase crew comfort and life support systems to increase operational time.
<<set $cash -= 100000>>
<</replace>>
<</link>> // Costs ¤100000 //<br>
<<elseif $securityForceVehiclePower == 5>>
<<elseif $securityForceArcologyUpgrades < 8 && $securityForceUpgradeToken == 0 && $securityForceVehiclePower >= 5 && $securityForceInfantryPower >= 5 && $securityForceDronePower >= 5 && $securityForceAircraftPower >= 5 && $securityForceStimulantPower >= 5>>
<<if $securityForceArcologyUpgrades == 7>>
<<set _arcCost = 5500000>>
<<else>>
<<set _arcCost = 3500000>>
<</if>>
<<link "Ask the Colonel to improve barracks infrastructure">>
<<replace "#result2">>
"Sure, boss." she says, nodding. "Expanding the facilities here should help us support more cool shit." She laughs, picks up a tablet, and taps a few commands on it. "I'll get right on it."
<<set $securityForceUpgradeToken = 1>>
<<set $securityForceArcologyUpgrades += 1>>
<<set $cash -= _arcCost>>
<</replace>>
<</link>> // Costs ¤_arcCost //<br>
<<elseif $securityForceArcologyUpgrades == 5 || $securityForceArcologyUpgrades == 8>>
//The $securityForceName has fully upgraded the arcology to support its activities.//<br>
<</if>>
<<if $securityForceVehiclePower == 7 && $securityForceInfantryPower == 12 && $securityForceSpacePlanePower == 9 && $securityForceSatalitePower == 11 && $securityForceDronePower == 6 && $securityForceAircraftPower == 7 && $securityForceStimulantPower == 7 && $securityForceArcologyUpgrades == 8>>
<if $securityForceGiantRobot < 1 && $securityForceUpgradeToken == 0>>
<<link "Ask the Colonel to 'borrow' a Giant Robot">>
<<replace "#result2">>
"Sure, boss." she says, nodding. "A Giant Robot should help a lot." She laughs. "The scum out there don't seem to like it when we have things that their shit equipment can't damage." She picks up a tablet and taps a few commands on it. "I'll get right on it."
<<set $securityForceUpgradeToken = 1>>
<<set $securityForceGiantRobot += 1>>
<<set $cash -= 50000000>>
<</replace>>
<</link>> // Costs ¤50000000 //<br>
<<elseif $securityForceGiantRobot < 7 && $securityForceUpgradeToken == 0>>
<<link "Ask the Colonel to upgrade the Giant Robot">>
<<replace "#result2">>
"Sure, boss." she says, nodding. "Upgrading the Giant Robot, should help us gain a massive advantage." She laughs, picks up a tablet, and taps a few commands on it. "I'll get right on it."
<<set $securityForceUpgradeToken = 1>>
<<set $securityForceGiantRobot += 1>>
<<set $cash -= 25000000>>
<</replace>>
<</link>> // Costs ¤25000000 //<br>
<<elseif $securityForceGiantRobot == 7>>
//The $securityForceName has fully upgraded the GiantRobot to support its activities.//<br>
<</if>>
<</if>>
</span>
<<else>>
//The Colonel is working to improve the $securityForceName this week.//<br>
<</if>><</nobr>>
/*
<span id="result3">
<<if $securityForceColonelToken == 0>>
<<link "Spend some one on one time up on the surface with the Colonel, and an escort of cource.">>
<<replace "#result3">>
<<set $securityForceColonelToken = 1>>
You ask the Colonel if she would like to stretch her legs up on the surface. It doesn't take much for her to agree.
/* <<if $PC.warfare < 10>> */
/* Your complete lack of skill at warfare ensures that in addition to $Bodyguard, you need; two full sqauds of $securityForceName and on foot,a squadron of fighters, a large convy of $securityForceName ground verchiles. */
/* <</if>> */
/* <<if $PC.warfare > 10>> */
/* Your F.N.G tier skills at warfare ensures that in addition to $Bodyguard, you need; two full sqauds of $securityForceName on foot,a squadron of fighters, a large convy of $securityForceName ground verchiles. */
/* <</if>> */
/* <<if $PC.warfare > 30>> */
/* As you have some skill at warfare, you only need in addition to $Bodyguard; two full sqauds of $securityForceName on foot,a squadron of fighters, a small convy of $securityForceName ground verchiles. */
/* <</if>> */
/* <<if $PC.warfare > 60>> */
/* Your experness at warfare means that in addition to $Bodyguard you only require;a sqaud of $securityForceName on foot,a two fighters, a tiny convy of $securityForceName ground verchiles. */
/* <</if>> */
<<if $PC.warfare > 100>>
Your mastery of wet work, satcatifies the Colonel that you only need; two soliders and a single verchile plus your $Bodyguard.
<</if>>
Being able to easily see and interact with the arcology owner directly if they so wish boosts the mood of your citizen's while also giving them opportunity try gaining favour with you.
<<set $rep += 500>>
<<set $arcologies[0].prosperity += 5>>
<<set $cash += 25000>>
Stopping at a <<if $arcologies[0].FSPaternalist != "unset">><</if>> Paternalist shop, you help the Colonel select some luxurious and relaxing treatments for her main slave.
/* <<if ($PC.slaving < 10) || ($PC.career == "arcology owner")>> */
/* Your total lack of slavery skill (which is most suprising and very concerning for an archology owner), means that you are of little to no help or even a hinderance. */
/* <</if>> */
/* <<if $PC.slaving > 10>> */
/* Your basic skill at slavery, allows you to neither be a hinderance or helpful.
/* <</if>> */
/* <<if $PC.slaving > 30>> */
/* Possing some skill you are slightly helpful. */
/* <</if>> */
/* <<if $PC.slaving > 60>> */
/* Your expertness of slavery alllows you to be more useful. */
/* <</if>> */
<<if $PC.slaving > 100>>
>Your mastery of slaving allows you assist the Colonel greatly. However the shop owner is impressed by your knwoeledge of slavery that she is more than happy to be endorsed by you. As you are exiting the shop you hear your pre-recorded message bearing the slogan "This is ($PC.customTitle) and this is my favourate Paternalist shop in $arcologies[0].name."
<</if>>
<<set $arcologies[0].prosperity += 5>>
Soon the onterage heads back to $securityForceName 's HQ.
<</replace>>
<</link>>
<<link "Spend some one on one time down in $securityForceName 's HQ">>
<<replace "#result3">>
<<set $securityForceColonelToken = 1>>
"Sure, boss." she says, nodding. "I can use a break from all of this." She laughs.
<</replace>>
<</link>>
</span>
<<else>>
//The Colonel has already spent time with you this week.//
<</if>>
<<link "Send slaves to serve in $securityForceName's HQ.In additon to help keeping it clean and tidy, they will gain some combat skills while gaining a small window into military life.">><br>
<<set $nextButton = "SS">>
<</link>>
*/
\ No newline at end of file
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