diff --git a/scripts/bsSpaz.py b/scripts/bsSpaz.py index 3accc304a061d133d938bf0d3040402960c19d2f..dc82c372e0963c8a11f8df9ef5fe6061d08f5e7d 100644 --- a/scripts/bsSpaz.py +++ b/scripts/bsSpaz.py @@ -309,12 +309,10 @@ class SpazFactory(object): # lets load some basic rules (allows them to be tweaked from the # master server) self.shieldDecayRate = bsInternal._getAccountMiscReadVal('rsdr', 10.0) - self.punchCooldown = bsInternal._getAccountMiscReadVal('rpc', 400) - self.punchCooldownGloves = \ - bsInternal._getAccountMiscReadVal('rpcg', 300) - self.punchPowerScale = bsInternal._getAccountMiscReadVal('rpp', 1.2) - self.punchPowerScaleGloves = \ - bsInternal._getAccountMiscReadVal('rppg', 1.4) + self.punchCooldown = 40 + self.punchCooldownGloves = 30 + self.punchPowerScale = 10 + self.punchPowerScaleGloves = 20 self.maxShieldSpilloverDamage = \ bsInternal._getAccountMiscReadVal('rsms', 500)