Skip to content

Commit

Permalink
Style Balance Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintusAquila committed Jul 24, 2021
1 parent 501d21e commit e7a925d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/json/martialarts.json
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@
"description": "You maintain the momentum from your last strike to move more quickly",
"melee_allowed": true,
"skill_requirements": [ { "name": "melee", "level": 2 } ],
"buff_duration": 1,
"buff_duration": 2,
"mult_bonuses": [ { "stat": "movecost", "scale": 0.8 } ]
}
],
Expand Down
4 changes: 2 additions & 2 deletions data/json/techniques.json
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@
"id": "tec_swordsmanship_ringen",
"name": "Grab",
"messages": [ "You wrestle %s to the ground", "<npcname> wrestles %s to the ground" ],
"skill_requirements": [ { "name": "melee", "level": 3 } ],
"skill_requirements": [ { "name": "melee", "level": 4 } ],
"melee_allowed": true,
"req_buffs": [ "buff_swordsmanship_onpause" ],
"crit_tec": true,
Expand All @@ -1024,7 +1024,7 @@
"id": "tec_swordsmanship_lethal",
"name": "Lethal Strike",
"messages": [ "You drive the point of your blade into %s", "<npcname> drives their blade into %s" ],
"skill_requirements": [ { "name": "melee", "level": 4 } ],
"skill_requirements": [ { "name": "melee", "level": 3 } ],
"melee_allowed": true,
"req_buffs": [ "buff_swordsmanship_onpause" ],
"crit_ok": true,
Expand Down

0 comments on commit e7a925d

Please sign in to comment.