From 52e70d02654e7f8f9b3c74786d79009c9dbab927 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 15 Jul 2021 07:16:55 -0700 Subject: Reduce the Spurn damage penalty due to reliance on Repose --- techniques.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/techniques.json b/techniques.json index daa4c4f..764e5c2 100644 --- a/techniques.json +++ b/techniques.json @@ -45,9 +45,9 @@ "messages": [ "You whirl away and trip %s", " strikes with a malice that surprises you" ], "mult_bonuses": [ { "stat": "movecost", "scale": 0.0 }, - { "stat": "damage", "type": "bash", "scale": 0.25 }, - { "stat": "damage", "type": "cut", "scale": 0.25 }, - { "stat": "damage", "type": "stab", "scale": 0.25 } + { "stat": "damage", "type": "bash", "scale": 0.50 }, + { "stat": "damage", "type": "cut", "scale": 0.50 }, + { "stat": "damage", "type": "stab", "scale": 0.50 } ] }, { -- cgit v1.2.1