mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
Hacking a server fortifys it by 0.001, was 0.002 before
This commit is contained in:
parent
4503d67af2
commit
070f4df191
@ -66,7 +66,7 @@ CONSTANTS = {
|
||||
|
||||
//Server constants
|
||||
ServerGrowthRate: 1.0015, //Growth rate
|
||||
ServerFortifyAmount: 0.002, //Amount by which server's security increases when its hacked
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user