From c1ad7ffe0e5d2e78559479d280fc64ebc3a221e5 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 15 Jul 2021 07:37:01 -0700 Subject: =?UTF-8?q?Add=20armor=20penetration=20to=20Coup=20de=20Gr=C3=A2ce?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- techniques.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/techniques.json b/techniques.json index dc99ab0..791f7ba 100644 --- a/techniques.json +++ b/techniques.json @@ -10,6 +10,11 @@ "downed_target": true, "req_buffs": [ "maid_pause_bonus" ], "messages": [ "You strike %s with an elegant coup de grĂ¢ce.", " strikes %s in one elegant motion." ], + "flat_bonuses": [ + { "stat": "arpen", "type": "bash", "scale": 5 }, + { "stat": "arpen", "type": "cut", "scale": 5 }, + { "stat": "arpen", "type": "stab", "scale": 5 } + ], "mult_bonuses": [ { "stat": "movecost", "scale": 1.5 }, { "stat": "damage", "type": "bash", "scale": 2.0 }, -- cgit v1.2.1