aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-15 07:13:07 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-15 07:13:07 -0700
commitaf1e0f74ee127913b7b1e6b7541e3109b1705ff8 (patch)
treefa0a116107e8406f6588dadd1ad6600a0dd761c2
parentRepose: Increase duration to 3 turns, Add +1 Block and Dodge attempts. (diff)
downloadcataclysm-dda-mod_battle-maid-redone-af1e0f74ee127913b7b1e6b7541e3109b1705ff8.tar.xz
Add the -75% damage penalty to Spurn counter as well
-rw-r--r--techniques.json7
1 files changed, 6 insertions, 1 deletions
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", "<npcname> 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",