From 10bd9dbf2c4e060ba14e73e16f0406221d9fb008 Mon Sep 17 00:00:00 2001 From: Anton Sarukhanov <code@ant.sr> Date: Sat, 5 Sep 2020 11:15:36 -0400 Subject: [PATCH] Deadly punches. --- scripts/bsSpaz.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/bsSpaz.py b/scripts/bsSpaz.py index 3accc30..e5480bd 100644 --- a/scripts/bsSpaz.py +++ b/scripts/bsSpaz.py @@ -309,12 +309,12 @@ 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.punchCooldown = bsInternal._getAccountMiscReadVal('rpc', 40) self.punchCooldownGloves = \ - bsInternal._getAccountMiscReadVal('rpcg', 300) - self.punchPowerScale = bsInternal._getAccountMiscReadVal('rpp', 1.2) + bsInternal._getAccountMiscReadVal('rpcg', 30) + self.punchPowerScale = bsInternal._getAccountMiscReadVal('rpp', 10.2) self.punchPowerScaleGloves = \ - bsInternal._getAccountMiscReadVal('rppg', 1.4) + bsInternal._getAccountMiscReadVal('rppg', 20.4) self.maxShieldSpilloverDamage = \ bsInternal._getAccountMiscReadVal('rsms', 500) -- GitLab