From 9f7dcf201bc0b1ff4a8b29b02ff37f6284d33d03 Mon Sep 17 00:00:00 2001 From: John Candlebury Date: Mon, 21 Oct 2024 07:44:03 -0600 Subject: [PATCH] Fix effect duration of techniques. (#77200) --- data/mods/Perk_melee/techniques/techniques.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/mods/Perk_melee/techniques/techniques.json b/data/mods/Perk_melee/techniques/techniques.json index 198a82c745c56..55088f288009b 100644 --- a/data/mods/Perk_melee/techniques/techniques.json +++ b/data/mods/Perk_melee/techniques/techniques.json @@ -17,7 +17,7 @@ "weapon_damage_requirements": [ { "type": "bash", "min": 12 } ], "melee_allowed": true, "crit_ok": true, - "stun_dur": 100, + "stun_dur": 3, "weighting": 1, "required_char_flags_all": [ "MELEE_PERK_STAGGER_STRIKE" ], "condition": { @@ -69,7 +69,7 @@ "messages": [ "You ground %s with a shoulder bash", " drops %s with a shoulder bash" ], "required_char_flags_all": [ "MELEE_PERK_TACKLE" ], "required_buffs_any": [ "buff_perk_momentum" ], - "weighting": 3, + "weighting": 100, "crit_ok": true, "melee_allowed": true, "unarmed_allowed": true, @@ -84,7 +84,7 @@ }, "mult_bonuses": [ { "stat": "movecost", "scale": 0.75 }, { "stat": "damage", "type": "bash", "scale": 0.8 } ], "condition_desc": "* Only works on a non-downed humanoid target of similar or smaller size incapable of flight. Requires momentum(3) or higher to trigger.", - "down_dur": 200, + "down_dur": 2, "eocs": [ "EOC_CLEAR_MOMENTUM" ], "attack_vectors": [ "vector_shoulder" ] },