From e43f607400acc497203f40224c71374a53b4efb8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 19 Jan 2022 18:08:34 -0800 Subject: Add Brawling, Fior Di Battaglia, Sojutsu, Taekwondo, Tai Chi. Add Barbaran Montane with book and itemgroup. --- techniques/swordsmanship.json | 47 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 techniques/swordsmanship.json (limited to 'techniques/swordsmanship.json') diff --git a/techniques/swordsmanship.json b/techniques/swordsmanship.json new file mode 100644 index 0000000..6f95afc --- /dev/null +++ b/techniques/swordsmanship.json @@ -0,0 +1,47 @@ +[ + { + "type": "technique", + "id": "tec_swordsmanship_ringen", + "name": "Grab", + "messages": [ "You wrestle %s to the ground", " wrestles %s to the ground" ], + "skill_requirements": [ { "name": "melee", "level": 4 } ], + "melee_allowed": true, + "req_buffs": [ "buff_swordsmanship_onpause" ], + "mult_bonuses": [ + { "stat": "damage", "type": "bash", "scale": 0.5 }, + { "stat": "damage", "type": "cut", "scale": 0.5 }, + { "stat": "damage", "type": "stab", "scale": 0.33 } + ], + "crit_tec": true, + "down_dur": 2 + }, + { + "type": "technique", + "id": "tec_swordsmanship_lethal", + "name": "Lethal Strike", + "messages": [ "You drive the point of your blade into %s", " drives their blade into %s" ], + "skill_requirements": [ { "name": "melee", "level": 3 } ], + "melee_allowed": true, + "req_buffs": [ "buff_swordsmanship_onpause" ], + "crit_ok": true, + "flat_bonuses": [ + { "stat": "arpen", "type": "bash", "scaling-stat": "str", "scale": 1.5 }, + { "stat": "arpen", "type": "cut", "scaling-stat": "str", "scale": 1.5 }, + { "stat": "arpen", "type": "stab", "scaling-stat": "str", "scale": 1.5 } + ], + "mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 0 } ] + }, + { + "type": "technique", + "id": "tec_swordsmanship_feint", + "name": "Flow Drills", + "messages": [ + "With practiced movements, you transition from a failed strike into another strike", + "With practiced movements, transitions from a failed strike into another strike" + ], + "skill_requirements": [ { "name": "melee", "level": 1 } ], + "melee_allowed": true, + "defensive": true, + "miss_recovery": true + } +] -- cgit v1.2.1