Skip to content

Commit

Permalink
Merge pull request #34208 from Hymore246/aikido-weapons
Browse files Browse the repository at this point in the history
Aikido only allows specific unarmed weapons
  • Loading branch information
Rivet-the-Zombie authored Sep 24, 2019
2 parents bca29b6 + b783ce1 commit 3999e96
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/json/martialarts.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
"tec_aikido_blockdisarm",
"tec_aikido_dodgethrow",
"tec_aikido_blockthrow"
]
],
"weapons": [ "bagh_nakha", "bio_claws_weapon", "cestus", "knuckle_brass", "knuckle_nail", "knuckle_steel" ]
},
{
"type": "martial_art",
Expand Down
10 changes: 10 additions & 0 deletions data/json/techniques.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@
"messages": [ "You block and smoothly disarm %s", "<npcname> blocks and smoothly disarms %s" ],
"min_unarmed": 4,
"unarmed_allowed": true,
"melee_allowed": true,
"unarmed_weapons_allowed": false,
"block_counter": true,
"crit_ok": true,
"disarms": true,
Expand All @@ -228,6 +230,8 @@
"messages": [ "You block and smoothly throw %s", "<npcname> blocks and smoothly throws %s" ],
"min_unarmed": 0,
"unarmed_allowed": true,
"melee_allowed": true,
"unarmed_weapons_allowed": false,
"block_counter": true,
"crit_ok": true,
"down_dur": 1,
Expand All @@ -241,6 +245,8 @@
"messages": [ "You dodge and smoothly throw %s", "<npcname> dodges and smoothly throws %s" ],
"min_unarmed": 2,
"unarmed_allowed": true,
"melee_allowed": true,
"unarmed_weapons_allowed": false,
"dodge_counter": true,
"crit_ok": true,
"down_dur": 1,
Expand All @@ -254,6 +260,8 @@
"messages": [ "You dodge and smoothly disarm %s", "<npcname> dodges and smoothly disarms %s" ],
"min_unarmed": 4,
"unarmed_allowed": true,
"melee_allowed": true,
"unarmed_weapons_allowed": false,
"dodge_counter": true,
"crit_ok": true,
"disarms": true,
Expand All @@ -271,6 +279,8 @@
],
"min_unarmed": 3,
"unarmed_allowed": true,
"melee_allowed": true,
"unarmed_weapons_allowed": false,
"defensive": true,
"grab_break": true
},
Expand Down

0 comments on commit 3999e96

Please sign in to comment.