aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-15 07:37:01 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-15 07:37:01 -0700
commitc1ad7ffe0e5d2e78559479d280fc64ebc3a221e5 (patch)
tree2f9d8fa886575185e15e0740e87b5a12fb28cabd
parentClean up martial art punctuation. (diff)
downloadcataclysm-dda-mod_battle-maid-redone-c1ad7ffe0e5d2e78559479d280fc64ebc3a221e5.tar.xz
Add armor penetration to Coup de Grâce
-rw-r--r--techniques.json5
1 files changed, 5 insertions, 0 deletions
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.", "<npcname> 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 },