Skip to content
Snippets Groups Projects
Commit 2952c905 authored by j's avatar j
Browse files

Bug fixes V.

parent f45d89f0
No related branches found
No related tags found
1 merge request!1340TechncianPcSkill
...@@ -221,7 +221,7 @@ Considering the current upgrades the maximum level of crime is <<print $crimeCap ...@@ -221,7 +221,7 @@ Considering the current upgrades the maximum level of crime is <<print $crimeCap
<br> <br>
<<if $intelUpgrades.signalIntercept == 0>> <<if $intelUpgrades.signalIntercept == 0>>
[[Create signal interception hub|securityHQ][$cash -= Math.trunc((10000*$upgradeMultiplierArcology*_HistoryDiscount*(1-(Math.max(0.99,$PC.technician)/100)))), $intelUpgrades.signalIntercept = 1, $recon += 1, $reqHelots += 5, $secHQUpkeep += $upgradeUpkeep, $PC.technician += 1]] [[Create signal interception hub|securityHQ][$cash -= Math.trunc((10000*$upgradeMultiplierArcology*_HistoryDiscount*(1-(Math.max(0.99,$PC.technician)/100)))), $intelUpgrades.signalIntercept = 1, $recon += 1, $reqHelots += 5, $secHQUpkeep += $upgradeUpkeep, $PC.technician += 1]]
<br>//Costs <<print cashFormat(Math.trunc((10000*$upgradeMultiplierArcology*_HistoryDiscount)*(1-(Math.max(0.99,$PC.technician)/100)))>>. Will increase recon capabilities, but will require 5 extra slaves in the headquarters and increases upkeep.// <br>//Costs <<print cashFormat(Math.trunc((10000*$upgradeMultiplierArcology*_HistoryDiscount)*(1-(Math.max(0.99,$PC.technician)/100))))>>. Will increase recon capabilities, but will require 5 extra slaves in the headquarters and increases upkeep.//
<<else>> <<else>>
You have installed advanced signal interception equipment. You have installed advanced signal interception equipment.
<</if>> <</if>>
...@@ -301,7 +301,7 @@ Considering the current upgrades the maximum level of crime is <<print $crimeCap ...@@ -301,7 +301,7 @@ Considering the current upgrades the maximum level of crime is <<print $crimeCap
<br>You have installed a cold storage facility for the Security HQ's archives with a data retention capability of one year. <br>You have installed a cold storage facility for the Security HQ's archives with a data retention capability of one year.
<br> <br>
[[Expand the cold storage facility to increase data retention to two years|securityHQ][$cash -= Math.trunc(1200000*$upgradeMultiplierArcology*_HistoryDiscount*(1-(Math.max(0.99,$PC.technician)/100))), $secUpgrades.coldstorage++, $reqHelots -= 10, $secHQUpkeep += $upgradeUpkeep, $PC.technician += 1]] [[Expand the cold storage facility to increase data retention to two years|securityHQ][$cash -= Math.trunc(1200000*$upgradeMultiplierArcology*_HistoryDiscount*(1-(Math.max(0.99,$PC.technician)/100))), $secUpgrades.coldstorage++, $reqHelots -= 10, $secHQUpkeep += $upgradeUpkeep, $PC.technician += 1]]
<br>//Costs <<print cashFormat(Math.trunc(((1200000*$upgradeMultiplierArcology*_HistoryDiscount)*(1-(Math.max(0.99,$PC.technician)/100))))>>. Will lower the amount of required slaves by a further 10, but will increases upkeep.// <br>//Costs <<print cashFormat(Math.trunc(((1200000*$upgradeMultiplierArcology*_HistoryDiscount)*(1-(Math.max(0.99,$PC.technician)/100)))))>>. Will lower the amount of required slaves by a further 10, but will increases upkeep.//
<<elseif $secUpgrades.coldstorage == 4 && $rep >= 19500 && $reqHelots > 10>> <<elseif $secUpgrades.coldstorage == 4 && $rep >= 19500 && $reqHelots > 10>>
<br>You have installed a cold storage facility for the Security HQ's archives with a data retention capability of nine months. <br>You have installed a cold storage facility for the Security HQ's archives with a data retention capability of nine months.
<br> <br>
......
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