Skip to content

Commit

Permalink
Replace axe-kick with spinning back kick and add roundhouse kicks/fei…
Browse files Browse the repository at this point in the history
…nts to TKD (#37362)
  • Loading branch information
sayke committed Jan 30, 2020
1 parent fb6e745 commit aa5c36b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
9 changes: 8 additions & 1 deletion data/json/martialarts.json
Expand Up @@ -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",
Expand Down
13 changes: 9 additions & 4 deletions data/json/techniques.json
Expand Up @@ -1345,13 +1345,18 @@
},
{
"type": "technique",
"id": "tec_taekwondo_precise",
"name": "Axe-kick",
"messages": [ "You raise your heel and axe-kick %s", "<npcname> 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",
"<npcname> 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",
Expand Down

0 comments on commit aa5c36b

Please sign in to comment.