Skip to content

Commit

Permalink
Preparing for a hit, Brawling Buff (CleverRaven#68686)
Browse files Browse the repository at this point in the history
* Brawling onpause buff

* Forgot the 2 spaces rule
  • Loading branch information
Termineitor244 authored and detahramet committed Nov 6, 2023
1 parent 8253321 commit 881b5a7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions data/json/martialarts.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,19 @@
"bonus_blocks": 1
}
],
"onpause_buffs": [
{
"id": "buff_brawling_onpause",
"name": "Preparation to Hit",
"description": "You take a moment to prepare your stance before the enemy, allowing you to hit a little more accurately.\n\n+1 accuracy. Lasts 2 turns. Stacks 2 times",
"unarmed_allowed": true,
"melee_allowed": true,
"skill_requirements": [ { "name": "melee", "level": 1 } ],
"max_stacks": 2,
"buff_duration": 2,
"flat_bonuses": [ { "stat": "hit", "scale": 1.0 } ]
}
],
"techniques": [
"tec_brawl_disarm_unarmed",
"tec_brawl_feint_unarmed",
Expand Down

0 comments on commit 881b5a7

Please sign in to comment.