diff --git a/data/json/martialarts.json b/data/json/martialarts.json index 323f2bbb72042..ca1689c44ea19 100644 --- a/data/json/martialarts.json +++ b/data/json/martialarts.json @@ -1263,7 +1263,14 @@ "mult_bonuses": [ [ "damage", "bash", 1.33 ] ] } ], - "techniques": [ "tec_taekwondo_disarm", "tec_taekwondo_precise", "tec_taekwondo_push", "tec_taekwondo_sweep" ] + "techniques": [ + "tec_taekwondo_disarm", + "tec_taekwondo_strong", + "tec_karate_roundhouse", + "tec_capoeira_feint", + "tec_taekwondo_push", + "tec_taekwondo_sweep" + ] }, { "type": "martial_art", diff --git a/data/json/techniques.json b/data/json/techniques.json index bb581752f4a79..a68fe5d10ff1f 100644 --- a/data/json/techniques.json +++ b/data/json/techniques.json @@ -1345,13 +1345,18 @@ }, { "type": "technique", - "id": "tec_taekwondo_precise", - "name": "Axe-kick", - "messages": [ "You raise your heel and axe-kick %s", " raises their heel and axe-kicks %s" ], + "id": "tec_taekwondo_strong", + "name": "Spinning Back Kick", + "messages": [ + "You spin and back-kick %s, right in the center of gravity", + " spins and back-kicks %s, right in the center of gravity" + ], "skill_requirements": [ { "name": "unarmed", "level": 5 } ], "unarmed_allowed": true, "crit_tec": true, - "stun_dur": 2 + "stun_dur": 2, + "knockback_dist": 2, + "mult_bonuses": [ [ "movecost", 1.5 ], [ "damage", "bash", 1.5 ] ] }, { "type": "technique",