From af1e0f74ee127913b7b1e6b7541e3109b1705ff8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 15 Jul 2021 07:13:07 -0700 Subject: Add the -75% damage penalty to Spurn counter as well --- techniques.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/techniques.json b/techniques.json index eeaa842..ed9e5b4 100644 --- a/techniques.json +++ b/techniques.json @@ -43,7 +43,12 @@ "melee_allowed": true, "down_dur": 1, "messages": [ "You whirl away and strike %s", " strikes with a malice that surprises you" ], - "mult_bonuses": [ { "stat": "movecost", "scale": 0.0 } ] + "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 } + ] }, { "type": "technique", -- cgit v1.2.1