summaryrefslogtreecommitdiff
path: root/techniques
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-19 20:48:06 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-19 20:48:06 -0800
commitefb2f9fec8e0caf88ac39f1d3afad29ac2946631 (patch)
tree301eec2f966caba8a1cfb1ff1f37e1a661e9169f /techniques
parentAdd Brawling, Fior Di Battaglia, Sojutsu, Taekwondo, Tai Chi. (diff)
downloadcataclysm-bn-mod_martial-arts-update-efb2f9fec8e0caf88ac39f1d3afad29ac2946631.tar.xz
Fix medieval pole weapons.
Convert the bonus damage attack when stationary into a damage debuff when moving.
Diffstat (limited to 'techniques')
-rw-r--r--techniques/medievalpole.json18
1 files changed, 2 insertions, 16 deletions
diff --git a/techniques/medievalpole.json b/techniques/medievalpole.json
index 041efc6..22a58e9 100644
--- a/techniques/medievalpole.json
+++ b/techniques/medievalpole.json
@@ -6,7 +6,7 @@
"messages": [ "You parry and hook %s down", "<npcname> parries and hooks %s down" ],
"skill_requirements": [ { "name": "melee", "level": 4 } ],
"melee_allowed": true,
- "required_buffs_all": [ "buff_medievalpole_onblock" ],
+ "req_buffs": [ "buff_medievalpole_onblock" ],
"crit_ok": true,
"weighting": 2,
"down_dur": 2,
@@ -19,20 +19,6 @@
},
{
"type": "technique",
- "id": "tec_medievalpole_highround",
- "name": "High Round Strike",
- "messages": [ "You swing high and strike at %s", "<npcname> swings high and strikes %s" ],
- "skill_requirements": [ { "name": "melee", "level": 2 } ],
- "melee_allowed": true,
- "forbidden_buffs_all": [ "buff_medievalpole_onmove" ],
- "mult_bonuses": [
- { "stat": "damage", "type": "bash", "scale": 1.1 },
- { "stat": "damage", "type": "cut", "scale": 1.1 },
- { "stat": "damage", "type": "stab", "scale": 1.1 }
- ]
- },
- {
- "type": "technique",
"id": "tec_medievalpole_feint",
"name": "High Round Feint",
"messages": [ "You fake a high round strike at %s", "<npcname> feints at %s" ],
@@ -59,7 +45,7 @@
"messages": [ "You hook and drag %s down", "<npcname> hooks and drags %s down" ],
"skill_requirements": [ { "name": "melee", "level": 3 } ],
"melee_allowed": true,
- "required_buffs_all": "buff_medievalpole_onmiss",
+ "req_buffs": "buff_medievalpole_onmiss",
"crit_ok": true,
"weighting": 2,
"down_dur": 2,