Skip to content

Commit

Permalink
Medivial martial arts now have initiate messaging (#30376)
Browse files Browse the repository at this point in the history
* Medivial martial arts now have initiate messaging

Fixed bug caused by #30334
  • Loading branch information
Hymore246 authored and kevingranade committed May 10, 2019
1 parent 3fe4312 commit 28edf73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/mods/Medieval_Stuff/martialarts.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"id": "style_swordsmanship",
"name": "Medieval Swordsmanship",
"description": "The art of the longsword and other weapons, preceding the later development of fencing. Designed for combat both unarmored and in armor, it includes grappling as well as defensive and offensive sword techniques, plus familiarity with other weapons like polearms.",
"initiate": [ "You stand tall and become vigilant against attacks.", "%s stands tall and becomes vigilant." ],
"arm_block": 99,
"leg_block": 99,
"onattack_buffs": [
Expand Down Expand Up @@ -63,6 +64,7 @@
"id": "style_pankration",
"name": "Pankration",
"description": "An ancient Greek martial art, combining boxing and wrestling techniques to create a brutal sport, though modern revival of the art is less of no-holds-barred in nature.",
"initiate": [ "You crouch slightly and prepare to rush forward.", "%s crouches slightly, ready to rush forward." ],
"arm_block": 2,
"leg_block": 4,
"ondodge_buffs": [
Expand Down

0 comments on commit 28edf73

Please sign in to comment.