mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-30 21:07:04 +02:00
Server security increases slightly when hacked
This commit is contained in:
+4
-2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user