From 81a102c614628dd9a43c423592db374c46031d8b Mon Sep 17 00:00:00 2001 From: Hymore246 Date: Mon, 3 Feb 2020 15:51:50 -0600 Subject: [PATCH] Updated new Taekwondo techniques to unique to Taekwondo --- data/json/martialarts.json | 4 ++-- data/json/techniques.json | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/data/json/martialarts.json b/data/json/martialarts.json index ca1689c44ea19..81ce1aea21e15 100644 --- a/data/json/martialarts.json +++ b/data/json/martialarts.json @@ -1266,8 +1266,8 @@ "techniques": [ "tec_taekwondo_disarm", "tec_taekwondo_strong", - "tec_karate_roundhouse", - "tec_capoeira_feint", + "tec_taekwondo_roundhouse", + "tec_taekwondo_feint", "tec_taekwondo_push", "tec_taekwondo_sweep" ] diff --git a/data/json/techniques.json b/data/json/techniques.json index a68fe5d10ff1f..a0feab2636216 100644 --- a/data/json/techniques.json +++ b/data/json/techniques.json @@ -1376,6 +1376,24 @@ "crit_ok": true, "down_dur": 1 }, + { + "type": "technique", + "id": "tec_taekwondo_roundhouse", + "name": "Roundhouse Kick", + "messages": [ "You roundhouse kick %s", " roundhouse kicks %s" ], + "unarmed_allowed": true, + "mult_bonuses": [ [ "damage", "bash", 1.2 ] ] + }, + { + "type": "technique", + "id": "tec_taekwondo_feint", + "name": "Feint", + "messages": [ "You fake a kick at %s", " fakes a kick at %s" ], + "skill_requirements": [ { "name": "unarmed", "level": 3 } ], + "unarmed_allowed": true, + "defensive": true, + "miss_recovery": true + }, { "type": "technique", "id": "tec_taichi_disarm",