Skip to content

Commit

Permalink
Fix effect duration of techniques. (#77200)
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Candlebury authored Oct 21, 2024
1 parent fee8376 commit 9f7dcf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/mods/Perk_melee/techniques/techniques.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -69,7 +69,7 @@
"messages": [ "You ground %s with a shoulder bash", "<npcname> 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,
Expand All @@ -84,7 +84,7 @@
},
"mult_bonuses": [ { "stat": "movecost", "scale": 0.75 }, { "stat": "damage", "type": "bash", "scale": 0.8 } ],
"condition_desc": "* Only works on a <info>non-downed humanoid</info> target of <info>similar or smaller</info> size incapable of flight. Requires <info>momentum(3)</info> or higher to trigger.",
"down_dur": 200,
"down_dur": 2,
"eocs": [ "EOC_CLEAR_MOMENTUM" ],
"attack_vectors": [ "vector_shoulder" ]
},
Expand Down

0 comments on commit 9f7dcf2

Please sign in to comment.