Server security increases slightly when hacked

This commit is contained in:
Daniel Xie
2017-05-31 11:45:30 -05:00
parent e70f499f13
commit 07d9dc6db8
4 changed files with 19 additions and 4 deletions
+4 -2
View File
@@ -62,8 +62,10 @@ CONSTANTS = {
ScriptHNUpgRamRamCost: 0.6,
ScriptHNUpgCoreRamCost: 0.8,
//Server growth rate
ServerGrowthRate: 1.0018,
//Server constants
ServerGrowthRate: 1.0018, //Growth rate
ServerFortifyAmount: 0.001, //Amount by which server's security increases when its hacked
ServerWeakenAmount: 0.1, //Amount by which server's security decreases when weakened
//Maximum number of log entries for a script
MaxLogCapacity: 40,