summaryrefslogtreecommitdiff
path: root/techniques
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-07-05 13:04:41 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-07-05 13:04:41 -0700
commit32413a954e51eb4ecd8f0b342f4cd78b66d9f392 (patch)
tree2996062f3306680321836beb51de92253f081fae /techniques
parentConvert to weapon categories. (diff)
downloadcataclysm-bn-mod_martial-arts-update-32413a954e51eb4ecd8f0b342f4cd78b66d9f392.tar.xz
Remove barbaran montante.HEADmaster
-BN now includes this style in almost identical form.
Diffstat (limited to 'techniques')
-rw-r--r--techniques/barbaran.json33
1 files changed, 0 insertions, 33 deletions
diff --git a/techniques/barbaran.json b/techniques/barbaran.json
deleted file mode 100644
index 897a5f9..0000000
--- a/techniques/barbaran.json
+++ /dev/null
@@ -1,33 +0,0 @@
-[
- {
- "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.3 },
- { "stat": "damage", "type": "cut", "scale": 1.3 },
- { "stat": "damage", "type": "stab", "scale": 1.3 },
- { "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 }
- ]
- }
-]