summaryrefslogtreecommitdiff
path: root/techniques/barbaran-montante.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/barbaran-montante.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/barbaran-montante.json')
-rw-r--r--techniques/barbaran-montante.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/techniques/barbaran-montante.json b/techniques/barbaran-montante.json
new file mode 100644
index 0000000..bf25356
--- /dev/null
+++ b/techniques/barbaran-montante.json
@@ -0,0 +1,33 @@
+[
+ {
+ "type": "technique",
+ "id": "tec_barbaran_impale",
+ "name": "Impaling Estocada",
+ "messages": [ "You thrust your weapon through %s", "<npcname> thrusts their weapon through %s" ],
+ "skill_requirements": [ { "name": "melee", "level": 2 } ],
+ "weapon_damage_requirements": [ { "type": "cut", "min": 8 } ],
+ "melee_allowed": true,
+ "aoe": "impale",
+ "mult_bonuses": [
+ { "stat": "damage", "type": "bash", "scale": 1.1 },
+ { "stat": "damage", "type": "cut", "scale": 1.1 },
+ { "stat": "damage", "type": "stab", "scale": 1.1 },
+ { "stat": "movecost", "scale": 1.2 }
+ ]
+ },
+ {
+ "type": "technique",
+ "id": "tec_barbaran_disarm",
+ "name": "Swift Atajo",
+ "messages": [ "You jab a quick blow at %s's grip", "<npcname> jabs a quick blow at %s's grip" ],
+ "skill_requirements": [ { "name": "melee", "level": 2 } ],
+ "melee_allowed": true,
+ "disarms": true,
+ "mult_bonuses": [
+ { "stat": "movecost", "scale": 0.5 },
+ { "stat": "damage", "type": "bash", "scale": 0.66 },
+ { "stat": "damage", "type": "cut", "scale": 0.66 },
+ { "stat": "damage", "type": "stab", "scale": 0.66 }
+ ]
+ },
+]