Skip to content

Commit

Permalink
Aikido only allows specific unarmed weapons
Browse files Browse the repository at this point in the history
  • Loading branch information
Hymore246 committed Sep 23, 2019
1 parent 0ef7a0f commit b783ce1
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 @@ -215,6 +215,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 @@ -229,6 +231,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 @@ -242,6 +246,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 @@ -255,6 +261,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 @@ -272,6 +280,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 b783ce1

Please sign in to comment.