Merge pull request #12931 from Citadel-Station-13/silicons-patch-61

nerfs parrying bullets with a wooden stick following complaints
This commit is contained in:
Lin
2020-07-28 21:45:36 -05:00
committed by GitHub
2 changed files with 11 additions and 1 deletions

View File

@@ -286,6 +286,9 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301
parry_efficiency_to_counterattack = 100
parry_efficiency_considered_successful = 65 // VERY generous
parry_efficiency_perfect = 120
parry_efficiency_perfect_override = list(
TEXT_ATTACK_TYPE_PROJECTILE = 30,
)
parry_failed_stagger_duration = 3 SECONDS
parry_data = list(PARRY_COUNTERATTACK_MELEE_ATTACK_CHAIN = 2.5) // 7*2.5 = 17.5, 8*2.5 = 20, 9*2.5 = 22.5, 10*2.5 = 25