summaryrefslogtreecommitdiff
path: root/techniques/swordsmanship.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-19 18:08:34 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-19 18:08:34 -0800
commite43f607400acc497203f40224c71374a53b4efb8 (patch)
treebc4b919f82325c12c11d43551d66c1eb64d5739e /techniques/swordsmanship.json
parentInitial commit (diff)
downloadcataclysm-bn-mod_martial-arts-update-e43f607400acc497203f40224c71374a53b4efb8.tar.xz
Add Brawling, Fior Di Battaglia, Sojutsu, Taekwondo, Tai Chi.
Add Barbaran Montane with book and itemgroup.
Diffstat (limited to 'techniques/swordsmanship.json')
-rw-r--r--techniques/swordsmanship.json47
1 files changed, 47 insertions, 0 deletions
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", "<npcname> 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", "<npcname> 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, <npcname> transitions from a failed strike into another strike"
+ ],
+ "skill_requirements": [ { "name": "melee", "level": 1 } ],
+ "melee_allowed": true,
+ "defensive": true,
+ "miss_recovery": true
+ }
+]