summaryrefslogtreecommitdiff
path: root/techniques/taichi.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/taichi.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/taichi.json')
-rw-r--r--techniques/taichi.json60
1 files changed, 60 insertions, 0 deletions
diff --git a/techniques/taichi.json b/techniques/taichi.json
new file mode 100644
index 0000000..7fe8f4d
--- /dev/null
+++ b/techniques/taichi.json
@@ -0,0 +1,60 @@
+[
+ {
+ "type": "technique",
+ "id": "tec_taichi_disarm",
+ "name": "Disarm",
+ "messages": [ "You gently disarm %s", "<npcname> gently disarms %s" ],
+ "skill_requirements": [ { "name": "unarmed", "level": 3 } ],
+ "unarmed_allowed": true,
+ "disarms": true
+ },
+ {
+ "type": "technique",
+ "id": "tec_taichi_palm",
+ "name": "Palm Strike",
+ "messages": [ "You palm strike %s", "<npcname> palm strikes %s" ],
+ "skill_requirements": [ { "name": "unarmed", "level": 1 } ],
+ "unarmed_allowed": true,
+ "req_buffs": [ "buff_tai_chi_onpause" ],
+ "knockback_dist": 1,
+ "mult_bonuses": [
+ { "stat": "damage", "type": "bash", "scale": 1.5 },
+ { "stat": "damage", "type": "cut", "scale": 1.5 },
+ { "stat": "damage", "type": "stab", "scale": 1.5 }
+ ]
+ },
+ {
+ "type": "technique",
+ "id": "tec_taichi_counter",
+ "name": "Grasp the Sparrow's Tail",
+ "messages": [ "You divert %s's attack and lead them to the ground", "<npcname> diverts %s's attack and lead them to the ground" ],
+ "skill_requirements": [ { "name": "unarmed", "level": 2 } ],
+ "unarmed_allowed": true,
+ "req_buffs": [ "buff_tai_chi_onblock" ],
+ "crit_ok": true,
+ "down_dur": 1,
+ "mult_bonuses": [
+ { "stat": "movecost", "scale": 0.75 },
+ { "stat": "damage", "type": "bash", "scale": 1.2 },
+ { "stat": "damage", "type": "cut", "scale": 1.2 },
+ { "stat": "damage", "type": "stab", "scale": 1.2 }
+ ]
+ },
+ {
+ "type": "technique",
+ "id": "tec_taichi_precise",
+ "name": "Double Palm Strike",
+ "messages": [ "You double-handed palm strike %s", "<npcname> double-handed palm strikes %s" ],
+ "skill_requirements": [ { "name": "unarmed", "level": 4 } ],
+ "unarmed_allowed": true,
+ "crit_tec": true,
+ "req_buffs": [ "buff_tai_chi_onpause" ],
+ "knockback_dist": 1,
+ "stun_dur": 1,
+ "mult_bonuses": [
+ { "stat": "damage", "type": "bash", "scale": 2.0 },
+ { "stat": "damage", "type": "cut", "scale": 2.0 },
+ { "stat": "damage", "type": "stab", "scale": 2.0 }
+ ]
+ }
+]