aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-15 07:16:55 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-15 07:16:55 -0700
commit52e70d02654e7f8f9b3c74786d79009c9dbab927 (patch)
tree868fb3850ea655b7b21f047a8146aba9697e4654
parentClean up descriptions of Counter and Spurn (diff)
downloadcataclysm-dda-mod_battle-maid-redone-52e70d02654e7f8f9b3c74786d79009c9dbab927.tar.xz
Reduce the Spurn damage penalty due to reliance on Repose
-rw-r--r--techniques.json6
1 files 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", "<npcname> 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 }
]
},
{