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

Merge remote-tracking branch 'upstream/pregmod-master' into pregmod-master

parents 2a4c9323 635ed995
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ securityForceX */
<<set _Armoury = $securityForceInfantryPower>>
<<set _ArmouryMax = 11>>
<<set _StimulantLab = $securityForceVehiclePower>>
<<set _StimulantLab = $securityForceStimulantPower>>
<<set _StimulantLabMax = 9>>
<<set _Garage = $securityForceVehiclePower+$securityForceHeavyBattleTank>>
......@@ -660,14 +660,14 @@ securityForceX */
<span id="resultX">
<br><br>Which facility or equipment do you wish _Name to upgrade this week?
<<if _Barracks < 5>>
<<if $securityForceUpgradeToken == 0 && _Barracks < 5>>
<br><<link "Barracks">>
<<replace "#resultX">><br><br>
"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, $securityForceArcologyUpgrades++, $cash -= 100000*_Env>>
<</replace>>
<</link>> // Costs ¤<<print 100000*_Env>> //
<<elseif $securityForceArcologyUpgrades < 16 && $securityForceVehiclePower >= 5 && _Armoury >= 5 && _DroneBay >= 5 && $securityForceAircraftPower >= 5 && _StimulantLab >= 5>>
<<elseif $securityForceUpgradeToken == 0 && $securityForceArcologyUpgrades < 16 && $securityForceVehiclePower >= 5 && _Armoury >= 5 && _DroneBay >= 5 && $securityForceAircraftPower >= 5 && _StimulantLab >= 5>>
<<if $securityForceArcologyUpgrades == 5>>
<<set _arcCost = 15000000>>
<<elseif $securityForceArcologyUpgrades == 6>>
......@@ -697,14 +697,14 @@ securityForceX */
<<set $securityForceUpgradeToken = 1, $securityForceArcologyUpgrades++, $cash -= _arcCost*_Env>>
<</replace>>
<</link>> // Costs ¤<<print _arcCost*_Env>> //
<<elseif $securityForceArcologyUpgrades == 12 && _Armoury >= 11 && _StimulantLab >= 7 && $securityForceVehiclePower >= 7 && $securityForceAircraftPower >= 8 && $securityForceSpacePlanePower >= 11 && $securityForceFortressZeppelin >= 3 && $securityForceAC130 >= 5 && _DroneBay >= 6 && $securityForceSatalitePower >= 16>>
<<elseif $securityForceUpgradeToken == 0 && $securityForceArcologyUpgrades == 12 && _Armoury >= 11 && _StimulantLab >= 7 && $securityForceVehiclePower >= 7 && $securityForceAircraftPower >= 8 && $securityForceSpacePlanePower >= 11 && $securityForceFortressZeppelin >= 3 && $securityForceAC130 >= 5 && _DroneBay >= 6 && $securityForceSatalitePower >= 16>>
<br><<link "Barracks">>
<<replace "#resultX">><br><br>
"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, $securityForceArcologyUpgrades++, $cash -= _arcCost*_Env>>
<</replace>>
<</link>> // Costs ¤<<print _arcCost*_Env>> //
<<elseif $securityForceArcologyUpgrades == 13>>
<<elseif $securityForceUpgradeToken == 0 && $securityForceArcologyUpgrades == 13>>
<br><<link "Barracks">>
<<replace "#resultX">><br><br>
"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."
......@@ -717,7 +717,7 @@ securityForceX */
<</if>>
/*
<<if _Barracks >= 1 && $FacilitySupport == 0>>
<<if $securityForceUpgradeToken == 0 && _Barracks >= 1 && $FacilitySupport == 0>>
<br><<link "Facility Support">>
<<replace "#resultX">><br><br>
"Sure, boss." she says, nodding. "Creating a specialised area for any slaves you send to assist us will benefical to everyone."
......@@ -727,14 +727,14 @@ securityForceX */
<</if>>
*/
<<if _Armoury < 5>>
<<if $securityForceUpgradeToken == 0 && _Armoury < 5>>
<br><<link "Armoury">>
<<replace "#resultX">><br><br>
"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, $securityForceInfantryPower++, $cash -= 40000*_Env>>
<</replace>>
<</link>> // Costs ¤<<print 40000*_Env>> //
<<elseif _Armoury > 5 && _Armoury < 11 && $securityForceVehiclePower >= 5 && _DroneBay >= 5 && $securityForceAircraftPower >= 5 && _StimulantLab >= 5 && _Barracks >= 5>>
<<elseif $securityForceUpgradeToken == 0 && _Armoury > 5 && _Armoury < 11 && $securityForceVehiclePower >= 5 && _DroneBay >= 5 && $securityForceAircraftPower >= 5 && _StimulantLab >= 5 && _Barracks >= 5>>
<br><<link "Armoury">>
<<replace "#resultX">><br><br>
"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."
......@@ -746,15 +746,14 @@ securityForceX */
<br>//$securityForceName has fully upgraded the armoury to support it's activities.//
<</if>>
<<if _StimulantLab < 5>>
<br>
<<link "Stimulant Lab">>
<<if $securityForceUpgradeToken == 0 && _StimulantLab < 5>>
<br><<link "Stimulant Lab">>
<<replace "#resultX">><br><br>
"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, $securityForceStimulantPower++, $cash -= 40000*_Env>>
<</replace>>
<</link>> // Costs ¤<<print 40000*_Env>> //
<<elseif _StimulantLab > 5 && _StimulantLab < 9 && _Barracks >= 5 && $securityForceVehiclePower >= 5 && _Armoury >= 5 && _DroneBay >= 5 && $securityForceAircraftPower >= 5>>
<<elseif $securityForceUpgradeToken == 0 && _StimulantLab > 5 && _StimulantLab < 9 && _Barracks >= 5 && $securityForceVehiclePower >= 5 && _Armoury >= 5 && _DroneBay >= 5 && $securityForceAircraftPower >= 5>>
<<if _StimulantLab == 6>>
<<set _drugCost = 2265000>>
<<elseif _StimulantLab == 7>>
......@@ -762,14 +761,14 @@ securityForceX */
<<elseif _StimulantLab == 8>>
<<set _drugCost = 250000000000>>
<</if>>
<<link "Stimulant Lab">>
<br><<link "Stimulant Lab">>
<<replace "#resultX">><br><br>
"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, $securityForceStimulantPower++, $cash -= _drugCost*_Env>>
<</replace>>
<</link>> // Costs ¤<<print _drugCost*_Env>> //
<<elseif _StimulantLab == 7 && _Armoury >= 11 && $securityForceVehiclePower >= 7 && $securityForceAircraftPower >= 8 && $securityForceSpacePlanePower >= 11 && $securityForceFortressZeppelin >= 3 && $securityForceAC130 >= 5 && _DroneBay >= 6 && $securityForceSatalitePower >= 16 && _Barracks >= 13>>
<<link "Stimulant Lab">>
<<elseif $securityForceUpgradeToken == 0 && _StimulantLab == 7 && _Armoury >= 11 && $securityForceVehiclePower >= 7 && $securityForceAircraftPower >= 8 && $securityForceSpacePlanePower >= 11 && $securityForceFortressZeppelin >= 3 && $securityForceAC130 >= 5 && _DroneBay >= 6 && $securityForceSatalitePower >= 16 && _Barracks >= 13>>
<br><<link "Stimulant Lab">>
<<replace "#resultX">><br><br>
"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, $securityForceStimulantPower++, $cash -= _drugCost*_Env>>
......@@ -777,12 +776,11 @@ securityForceX */
<</link>> // Costs ¤<<print _drugCost*_Env>> //
<</if>>
<<if _StimulantLab == 5 || _StimulantLab == 9>>
//$securityForceName has fully upgraded the stimulant lab to support it's activities.//
<br>//$securityForceName has fully upgraded the stimulant lab to support it's activities.//
<</if>>
<<if _Barracks >= 1 && _Garage < _GarageMax>>
<br>
<<link "Garage">>
<<if $securityForceUpgradeToken == 0 && _Barracks >= 1 && _Garage < _GarageMax>>
<br><<link "Garage">>
<<replace "#resultX">>
<span id="resultB">
<br><br>"Which unit do you wish to upgrade or 'borrow'?"
......@@ -790,15 +788,14 @@ securityForceX */
<<goto "SFM Barracks">>
<</link>>
<<if $securityForceVehiclePower < 5>>
<br>
<<link "Light and medium vehicles">>
<<if $securityForceUpgradeToken == 0 && $securityForceVehiclePower < 5>>
<br><<link "Light and medium vehicles">>
<<replace "#resultB">><br><br>
"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, $securityForceVehiclePower++, $cash -= 60000*_Env>>
<</replace>>
<</link>>// Costs ¤<<print 60000*_Env>> //
<<elseif $securityForceVehiclePower < 7 && _Barracks >= 5 && $securityForceAircraftPower >= 5 && _DroneBay >= 5 && _StimulantLab >= 5 && _Armoury >= 5>>
<<elseif $securityForceUpgradeToken == 0 && $securityForceVehiclePower < 7 && _Barracks >= 5 && $securityForceAircraftPower >= 5 && _DroneBay >= 5 && _StimulantLab >= 5 && _Armoury >= 5>>
<<if $securityForceVehiclePower < 6>>
<<set _vehCost = 2500000>>
<<elseif $securityForceVehiclePower == 6>>
......@@ -812,26 +809,25 @@ securityForceX */
<</link>> // Costs ¤<<print _vehCost*_Env>> //
<</if>>
<<if $securityForceVehiclePower == 5 || $securityForceVehiclePower == 7>>
//$securityForceName has fully upgraded the vehicle fleet to support it's activities.//
<br>//$securityForceName has fully upgraded the vehicle fleet to support it's activities.//
<<else>>
//More barracks infrastructure upgrades are needed before the vehicle fleet can be expanded.//
<br>//More barracks infrastructure upgrades are needed before the vehicle fleet can be expanded.//
<</if>>
<<if $securityForceHeavyBattleTank < 1 && $securityForceVehiclePower >= 7>>
<br>
<<link "A heavy battle tank">>
<<if $securityForceUpgradeToken == 0 && $securityForceHeavyBattleTank < 1 && $securityForceVehiclePower >= 7>>
<br><<link "A heavy battle tank">>
<<replace "#resultB">><br><br>
"Sure, boss." she says, nodding. "A heavy battle tank 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, $securityForceHeavyBattleTank++, $cash -= 60000000*_Env>>
<</replace>>
<</link>>// Costs ¤<<print 60000000*_Env>> //
<<elseif $securityForceHeavyBattleTank >= 1 && $securityForceHeavyBattleTank < 3>>
<<elseif $securityForceUpgradeToken == 0 && $securityForceHeavyBattleTank >= 1 && $securityForceHeavyBattleTank < 3>>
<<if $securityForceHeavyBattleTank < 2>>
<<set _hbtCost = 75000000>>
<<elseif $securityForceHeavyBattleTank == 2>>
<<set _hbtCost = 8500000>>
<</if>>
<<link "heavy battle tank">>
<br><<link "heavy battle tank">>
<<replace "#resultB">><br><br>
"Sure, boss." she says, nodding. "Upgrading the heavy battle tank 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, $securityForceHeavyBattleTank++, $cash -= _hbtCost*_Env>>
......@@ -848,9 +844,8 @@ securityForceX */
<</if>>
<<if _Garage >= _GarageMax>>//<br>$securityForceName has fully upgraded the garage to support it's activities.//<</if>>
<<if _Barracks >= 4 && _Hangar < _HangarMax>>
<br>
<<link "Hangar">>
<<if $securityForceUpgradeToken == 0 && _Barracks >= 4 && _Hangar < _HangarMax>>
<br><<link "Hangar">>
<<replace "#resultX">>
<span id="resultY">
<br><br>"Which unit do you wish to upgrade or 'borrow'?"
......@@ -858,15 +853,14 @@ securityForceX */
<<goto "SFM Barracks">>
<</link>>
<<if $securityForceAircraftPower < 5>>
<br>
<<link "Light and medium aircraft">>
<<if $securityForceUpgradeToken == 0 && $securityForceAircraftPower < 5>>
<br><<link "Light and medium aircraft">>
<<replace "#resultY">><br><br>
"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, $securityForceAircraftPower++, $cash -= 70000*_Env>>
<</replace>>
<</link>> // Costs ¤<<print 70000*_Env>> //
<<elseif $securityForceAircraftPower < 8 && _StimulantLab >= 5 && _Barracks >= 5 && $securityForceVehiclePower >= 5 && _Armoury >= 5 && _DroneBay >= 5>>
<<elseif $securityForceUpgradeToken == 0 && $securityForceAircraftPower < 8 && _StimulantLab >= 5 && _Barracks >= 5 && $securityForceVehiclePower >= 5 && _Armoury >= 5 && _DroneBay >= 5>>
<<if $securityForceAircraftPower == 5>>
<<set _airCost = 2750000>>
<<elseif $securityForceAircraftPower == 6>>
......@@ -874,7 +868,7 @@ securityForceX */
<<elseif $securityForceAircraftPower == 7>>
<<set _airCost = 5750000>>
<</if>>
<<link "Light and medium aircraft">>
<br><<link "Light and medium aircraft">>
<<replace "#resultY">><br><br>
"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, $securityForceAircraftPower++, $cash -= _airCost*_Env>>
......@@ -882,19 +876,19 @@ securityForceX */
<</link>> // Costs ¤<<print _airCost*_Env>> //
<</if>>
<<if $securityForceAircraftPower == 5 || $securityForceAircraftPower == 8>>
$securityForceName has fully upgraded the air fleet to support it's activities.//
<br>//$securityForceName has fully upgraded the air fleet to support it's activities.//
<<else>>
//More barracks infrastructure upgrades are needed before the air fleet can be expanded.//
<br>//More barracks infrastructure upgrades are needed before the air fleet can be expanded.//
<</if>>
<<if $securityForceAircraftPower >= 5 && _StimulantLab >= 5 && _Barracks >= 5 && $securityForceVehiclePower >= 5 && _DroneBay >= 5 && _Armoury >= 5 && $securityForceSpacePlanePower < 1>>
<<if $securityForceUpgradeToken == 0 && $securityForceAircraftPower >= 5 && _StimulantLab >= 5 && _Barracks >= 5 && $securityForceVehiclePower >= 5 && _DroneBay >= 5 && _Armoury >= 5 && $securityForceSpacePlanePower < 1>>
<br><<link "A space plane">>
<<replace "#resultY">><br><br>
"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, $securityForceSpacePlanePower++, $cash -= 4750000*_Env>>
<</replace>>
<</link>> // Costs ¤<<print 4750000*_Env>> //
<<elseif $securityForceSpacePlanePower >= 1 && $securityForceSpacePlanePower < 11>>
<<elseif $securityForceUpgradeToken == 0 && $securityForceSpacePlanePower >= 1 && $securityForceSpacePlanePower < 11>>
<<if $securityForceSpacePlanePower < 4>>
<<set _spCost = 50000000>>
<<elseif $securityForceSpacePlanePower == 4>>
......@@ -923,14 +917,14 @@ securityForceX */
<br>//$securityForceName has fully upgraded the space plane to support it's activities.//
<</if>>
<<if $securityForceAircraftPower >= 5 && _StimulantLab >= 5 && _Barracks >= 5 && $securityForceVehiclePower >= 5 && _DroneBay >= 5 && _Armoury >= 5 && $securityForceFortressZeppelin < 1>>
<<if $securityForceUpgradeToken == 0 && $securityForceAircraftPower >= 5 && _StimulantLab >= 5 && _Barracks >= 5 && $securityForceVehiclePower >= 5 && _DroneBay >= 5 && _Armoury >= 5 && $securityForceFortressZeppelin < 1>>
<br><<link "A fortress zeppelin">>
<<replace "#resultY">><br><br>
"Sure, boss." she says, nodding. "A fortress zeppelin would 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, $securityForceFortressZeppelin++, $cash -= 30000000*_Env>>
<</replace>><</link>> // Costs ¤<<print 30000000*_Env>> //
<<elseif $securityForceFortressZeppelin >= 1 && $securityForceFortressZeppelin < 3>>
<br><<link "Fortress zeppelin">>
<<elseif $securityForceUpgradeToken == 0 && $securityForceFortressZeppelin >= 1 && $securityForceFortressZeppelin < 3>>
<<link "Fortress zeppelin">>
<<replace "#resultY">><br><br>
"Sure, boss." she says, nodding. "Upgrading the Fortress Zeppelin, 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, $securityForceFortressZeppelin++, $cash -= 20000000*_Env>>
......@@ -941,7 +935,7 @@ securityForceX */
<br>//$securityForceName has fully upgraded the fortress zeppelin to support it's activities.//
<</if>>
<<if $securityForceAircraftPower >= 5 && _StimulantLab >= 5 && _Barracks >= 5 && $securityForceVehiclePower >= 5 && _DroneBay >= 5 && _Armoury >= 5 && $securityForceAC130 < 1>>
<<if $securityForceUpgradeToken == 0 && $securityForceAircraftPower >= 5 && _StimulantLab >= 5 && _Barracks >= 5 && $securityForceVehiclePower >= 5 && _DroneBay >= 5 && _Armoury >= 5 && $securityForceAC130 < 1>>
<br><<link "An AC-130">>
<<replace "#resultY">><br><br>
"Sure, boss." she says, nodding. "An AC-130 would 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."
......@@ -960,13 +954,13 @@ securityForceX */
<br>//$securityForceName has fully upgraded the AC-130 to support it's activities.//
<</if>>
<<if $securityForceAircraftPower >= 5 && _StimulantLab >= 5 && _Barracks >= 5 && $securityForceVehiclePower >= 5 && _DroneBay >= 5 && _Armoury >= 5 && $securityForceHeavyTransport < 1>>
<<if $securityForceUpgradeToken == 0 && $securityForceAircraftPower >= 5 && _StimulantLab >= 5 && _Barracks >= 5 && $securityForceVehiclePower >= 5 && _DroneBay >= 5 && _Armoury >= 5 && $securityForceHeavyTransport < 1>>
<br><<link "A heavy transport">>
<<replace "#resultY">><br><br>
"Sure, boss." she says, nodding. "A heavy transport would 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, $securityForceHeavyTransport++, $cash -= 40000000*_Env>>
<</replace>><</link>> // Costs ¤<<print 40000000*_Env>> //
<<elseif $securityForceHeavyTransport >= 1 && $securityForceHeavyTransport < 3>>
<<elseif $securityForceUpgradeToken == 0 && $securityForceHeavyTransport >= 1 && $securityForceHeavyTransport < 3>>
<br><<link "Heavy transport">>
<<replace "#resultY">><br><br>
"Sure, boss." she says, nodding. "Upgrading the heavy transport, 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."
......@@ -984,18 +978,18 @@ securityForceX */
<</if>>
<<if _Hangar >= _HangarMax>>//<br>$securityForceName has fully upgraded the hangar to support it's activities.//<</if>>
<<if _DroneBay < 5 && _Barracks >= 2>>
<<if $securityForceUpgradeToken == 0 && _DroneBay < 5 && _Barracks >= 2>>
<br><<link "Drone bay">>
<<replace "#resultX">>
"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, _DroneBay++, $cash -= 45000*_Env>>
<<set $securityForceUpgradeToken = 1, $securityForceDronePower++, $cash -= 45000*_Env>>
<</replace>>
<</link>> // Costs ¤<<print 45000*_Env>> //
<<elseif _DroneBay < 6 && $securityForceAircraftPower >= 5 && _StimulantLab >= 5 && _Barracks >= 5 && $securityForceVehiclePower >= 5 && _Armoury >= 5>>
<<elseif $securityForceUpgradeToken == 0 && _DroneBay < 6 && $securityForceAircraftPower >= 5 && _StimulantLab >= 5 && _Barracks >= 5 && $securityForceVehiclePower >= 5 && _Armoury >= 5>>
<br><<link "Drone bay">>
<<replace "#resultX">>
"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, _DroneBay++, $cash -= 2000000*_Env>>
<<set $securityForceUpgradeToken = 1, $securityForceDronePower++, $cash -= 2000000*_Env>>
<</replace>>
<</link>> // Costs ¤<<print 2000000*_Env>> //
<</if>>
......@@ -1006,7 +1000,7 @@ securityForceX */
<</if>>
<<if _Barracks >= 4>>
<<if _LaunchBayNO < _LaunchBayNOMax || _LaunchBayO < _LaunchBayNOMax>>
<<if $securityForceUpgradeToken == 0 && _LaunchBayNO < _LaunchBayNOMax || _LaunchBayO < _LaunchBayNOMax>>
<br><<link "Launch Bay">>
<<replace "#resultX">>
<span id="resultZ">
......@@ -1015,14 +1009,14 @@ securityForceX */
<<goto "SFM Barracks">>
<</link>>
<<if _Barracks >= 4 && $securityForceAircraftPower >= 5 && _StimulantLab >= 5 && _Barracks >= 5 && $securityForceVehiclePower >= 5 && _DroneBay >= 5 && _Armoury >= 5 && $securityForceSatalitePower < 1>>
<<if $securityForceUpgradeToken == 0 && _Barracks >= 4 && $securityForceAircraftPower >= 5 && _StimulantLab >= 5 && _Barracks >= 5 && $securityForceVehiclePower >= 5 && _DroneBay >= 5 && _Armoury >= 5 && $securityForceSatalitePower < 1>>
<br><<link "A satalite">>
<<replace "#resultZ">><br><br>
"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, $securityForceSatalitePower++, $cash -= 3750000*_Env>>
<</replace>>
<</link>> // Costs ¤<<print 3750000*_Env>> //
<<elseif $securityForceSatalitePower >= 1 && $securityForceSatalitePower < 17>>
<<elseif $securityForceUpgradeToken == 0 && $securityForceSatalitePower >= 1 && $securityForceSatalitePower < 17>>
<<if $securityForceSatalitePower < 11>>
<<set _satCost = 2350000>>
<<elseif $securityForceSatalitePower == 11>>
......@@ -1049,14 +1043,14 @@ securityForceX */
<br>//$securityForceName has fully upgraded the satalite to support it's activities.//
<</if>>
<<if $securityForceVehiclePower >= 5 && _Armoury >= 5 && _DroneBay >= 5 && $securityForceAircraftPower >= 5 && _StimulantLab >= 5 && _Barracks >= 5 && $securityForceGiantRobot < 1 && $terrain != "oceanic">>
<<if $securityForceUpgradeToken == 0 && $securityForceVehiclePower >= 5 && _Armoury >= 5 && _DroneBay >= 5 && $securityForceAircraftPower >= 5 && _StimulantLab >= 5 && _Barracks >= 5 && $securityForceGiantRobot < 1 && $terrain != "oceanic">>
<br><<link "A giant robot">>
<<replace "#resultZ">><br><br>
"Sure, boss." she says, nodding. "A giant robot would 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, $securityForceGiantRobot++, $cash -= 50000000*_Env>>
<</replace>>
<</link>> // Costs ¤<<print 50000000*_Env>> //
<<elseif $securityForceGiantRobot >= 1 && $securityForceGiantRobot < 10>>
<<elseif $securityForceUpgradeToken == 0 && $securityForceGiantRobot >= 1 && $securityForceGiantRobot < 10>>
<<if $securityForceGiantRobot < 3>>
<<set _robCost = 25000000>>
<<elseif $securityForceGiantRobot == 3>>
......@@ -1085,14 +1079,14 @@ securityForceX */
<br>//$securityForceName has fully upgraded the giant robot to support it's activities.//
<</if>>
<<if $securityForceVehiclePower >= 5 && _Armoury >= 5 && _DroneBay >= 5 && $securityForceAircraftPower >= 5 && _StimulantLab >= 5 && _Barracks >= 5 && $securityForceMissileSilo < 1 && $terrain != "oceanic">>
<<if $securityForceUpgradeToken == 0 && $securityForceVehiclePower >= 5 && _Armoury >= 5 && _DroneBay >= 5 && $securityForceAircraftPower >= 5 && _StimulantLab >= 5 && _Barracks >= 5 && $securityForceMissileSilo < 1 && $terrain != "oceanic">>
<br><<link "A missile silo">>
<<replace "#resultZ">><br><br>
"Sure, boss." she says, nodding. "A missile silo would 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, $securityForceMissileSilo++, $cash -= 200000000*_Env>>
<</replace>>
<</link>> // Costs ¤<<print 200000000*_Env>> //
<<elseif $securityForceMissileSilo >= 1 && $securityForceMissileSilo < 3>>
<<elseif $securityForceUpgradeToken == 0 && $securityForceMissileSilo >= 1 && $securityForceMissileSilo < 3>>
<<if $securityForceMissileSilo == 1>>
<<set _msCost = 250000000>>
<<elseif $securityForceMissileSilo == 2>>
......@@ -1114,9 +1108,8 @@ securityForceX */
<</if>>
<<if _LaunchBayNO >= _LaunchBayNOMax || _LaunchBayO >= _LaunchBayNOMax>>//<br>$securityForceName has fully upgraded the launch bay to support it's activities.//<</if>>
<<if $terrain == "oceanic" || $terrain == "marine" && (_NavalYard < _NavalYardMax)>>
<br>
<<link "Naval Yard">>
<<if $securityForceUpgradeToken == 0 && $terrain == "oceanic" || $terrain == "marine" && (_NavalYard < _NavalYardMax)>>
<br><<link "Naval Yard">>
<<replace "#resultX">>
<span id="resultA">
<br><br>"Which unit do you wish to upgrade or 'borrow'?"
......@@ -1124,17 +1117,15 @@ securityForceX */
<<goto "SFM Barracks">>
<</link>>
<<if $securityForceAircraftCarrier < 1>>
<br>
<<link "An aircraft carrier">>
<<if $securityForceUpgradeToken == 0 && $securityForceAircraftCarrier < 1>>
<br><<link "An aircraft carrier">>
<<replace "#resultA">><br><br>
"Sure, boss." she says, nodding. "An aircraft carrier would 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, $securityForceAircraftCarrier++, $cash -= 1500000*_Env>>
<</replace>>
<</link>> // Costs ¤<<print 1500000*_Env>> //
<<elseif $securityForceAircraftCarrier >= 1 && $securityForceAircraftCarrier < 4>>
<br>
<<link "Aircraft carrier">>
<<elseif $securityForceUpgradeToken == 0 && $securityForceAircraftCarrier >= 1 && $securityForceAircraftCarrier < 4>>
<br><<link "Aircraft carrier">>
<<replace "#resultA">><br><br>
"Sure, boss." she says, nodding. "Upgrading the aircraft carrier 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, $securityForceAircraftCarrier++, $cash -= 25000000*_Env>>
......@@ -1145,22 +1136,20 @@ securityForceX */
<br>//$securityForceName has fully upgraded the aircraft carrier to support it's activities.//
<</if>>
<<if $securityForceSubmarine < 1>>
<br>
<<link "A submarine">>
<<if $securityForceUpgradeToken == 0 && $securityForceSubmarine < 1>>
<br><<link "A submarine">>
<<replace "#resultA">><br><br>
"Sure, boss." she says, nodding. "A submarine would 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, $securityForceSubmarine++, $cash -= 1500000*_Env>>
<</replace>>
<</link>> // Costs ¤<<print 1500000*_Env>> //
<<elseif $securityForceSubmarine >= 1 && $securityForceSubmarine < 5>>
<<elseif $securityForceUpgradeToken == 0 && $securityForceSubmarine >= 1 && $securityForceSubmarine < 5>>
<<if $securityForceSubmarine < 4>>
<<set _subCost = 25000000>>
<<elseif $securityForceSubmarine == 4>>
<<set _subCost = 85000000>>
<</if>>
<br>
<<link "Submarine">>
<br><<link "Submarine">>
<<replace "#resultA">><br><br>
"Sure, boss." she says, nodding. "Upgrading the submarine, 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, $securityForceSubmarine++, $cash -= _subCost*_Env>>
......@@ -1169,22 +1158,20 @@ securityForceX */
<</if>>
<<if $securityForceSubmarine == 5>><br>//$securityForceName has fully upgraded the submarine to support it's activities.//<</if>>
<<if $securityForceHeavyAmphibiousTransport < 1>>
<br>
<<link "A heavy amphibious transport">>
<<if $securityForceUpgradeToken == 0 && $securityForceHeavyAmphibiousTransport < 1>>
<br><<link "A heavy amphibious transport">>
<<replace "#resultA">><br><br>
"Sure, boss." she says, nodding. "A heavy amphibious transport would 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, $securityForceHeavyAmphibiousTransport++, $cash -= 1500000*_Env>>
<</replace>>
<</link>> // Costs ¤<<print 1500000*_Env>> //
<<elseif $securityForceHeavyAmphibiousTransport >= 1 && $securityForceHeavyAmphibiousTransport < 3>>
<<elseif $securityForceUpgradeToken == 0&& $securityForceHeavyAmphibiousTransport >= 1 && $securityForceHeavyAmphibiousTransport < 3>>
<<if $securityForceHeavyAmphibiousTransport == 1>>
<<set _hatCost = 150000000>>
<<elseif $securityForceHeavyAmphibiousTransport == 2>>
<<set _hatCost = 250000000>>
<</if>>
<br>
<<link "Heavy amphibious transport">>
<br><<link "Heavy amphibious transport">>
<<replace "#resultA">><br><br>
"Sure, boss." she says, nodding. "Upgrading the heavy amphibious transport, 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, $securityForceHeavyAmphibiousTransport++, $cash -= _hatCost*_Env>>
......
......@@ -41,9 +41,9 @@ securityForceX
*/
<<set _Barracks = $securityForceArcologyUpgrades>>
<<set _Armoury = $securityForceInfantryPower>>
<<set _StimulantLab = $securityForceInfantryPower>>
<<set _StimulantLab = $securityForceStimulantPower>>
<<set _Garage = $securityForceVehiclePower+$securityForceHeavyBattleTank>>
<<set _Hangar = $securityForceAircraftPower+$securityForceSpacePlanePower+$securityForceFortressZeppelin+$securityForceAC130>>
<<set _Hangar = $securityForceAircraftPower+$securityForceSpacePlanePower+$securityForceFortressZeppelin+$securityForceAC130+$securityForceHeavyTransport>>
<<set _DroneBay = $securityForceDronePower>>
<<set _LaunchBayNO = $securityForceSatalitePower+$securityForceGiantRobot+$securityForceMissileSilo>>
<<set _LaunchBayO = $securityForceSatalitePower>>
......@@ -150,7 +150,7 @@ securityForceX
<<set $securityForceRecruit += ($securityForceGiantRobot)>> <</if>>
<</if>>
<<if $terrain == "oceanic"
<<if $terrain == "oceanic" || $terrain == "marine">>
<<if $securityForceAircraftCarrier > 0>>
<<set $securityForceRecruit += ($securityForceAircraftCarrier)>> <</if>>
<<if $securityForceSubmarine > 0>>
......
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