Augmentations 3x more expensive

This commit is contained in:
Daniel Xie 2017-05-31 18:41:34 -05:00
parent e74682d650
commit 4420523a82

@ -70,7 +70,7 @@ CONSTANTS = {
ServerWeakenAmount: 0.1, //Amount by which server's security decreases when weakened
//Augmentation Constants
AugmentationCostMultiplier: 2, //Used for balancing costs without having to readjust every Augmentation cost
AugmentationCostMultiplier: 3, //Used for balancing costs without having to readjust every Augmentation cost
//Maximum number of log entries for a script
MaxLogCapacity: 40,