Skip to content
Snippets Groups Projects
Commit c9ffe09a authored by Blank_Alt's avatar Blank_Alt
Browse files

Fix-SecExp-Equipment-Cost

parent 5f175deb
No related branches found
No related tags found
1 merge request!8956Fix-SecExp-Equipment-Cost
...@@ -199,7 +199,7 @@ Considering the current upgrades the maximum level of crime is <<print App.SecEx ...@@ -199,7 +199,7 @@ Considering the current upgrades the maximum level of crime is <<print App.SecEx
<br><br>Crime<hr> <br><br>Crime<hr>
<<if $SecExp.buildings.secHub.upgrades.crime.advForensic == 0>> <<if $SecExp.buildings.secHub.upgrades.crime.advForensic == 0>>
[[Install advanced forensic equipment|securityHQ][cashX(-Math.trunc(5000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier), "capEx"), $SecExp.buildings.secHub.upgrades.crime.advForensic = 1, $PC.skill.hacking += 1]] [[Install advanced forensic equipment|securityHQ][cashX(-Math.trunc(5000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier), "capEx"), $SecExp.buildings.secHub.upgrades.crime.advForensic = 1, $PC.skill.hacking += 1]]
<br>//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier))>>. Will bring down the crime level cap by 10 points, but will require 5 extra slaves in the headquarters and increases upkeep. The remaining slaves will be more efficient in dealing with crime.// <br>//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology*_HistoryDiscount*$HackingSkillMultiplier))>>. Will bring down the crime level cap by 10 points, but will require 10 extra slaves in the headquarters and increases upkeep. The remaining slaves will be more efficient in dealing with crime.//
<<else>> <<else>>
You have installed advanced forensic equipment, able to extract every bit of precious information from any clue. You have installed advanced forensic equipment, able to extract every bit of precious information from any clue.
<</if>> <</if>>
......
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