From 3bab76c9c7d7bda4f3ae16a58444a6e947327cf1 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 20 Jan 2022 14:11:35 -0800 Subject: Typos --- techniques/barbaran-montante.json | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 techniques/barbaran-montante.json (limited to 'techniques/barbaran-montante.json') diff --git a/techniques/barbaran-montante.json b/techniques/barbaran-montante.json deleted file mode 100644 index bf25356..0000000 --- a/techniques/barbaran-montante.json +++ /dev/null @@ -1,33 +0,0 @@ -[ - { - "type": "technique", - "id": "tec_barbaran_impale", - "name": "Impaling Estocada", - "messages": [ "You thrust your weapon through %s", " 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", " 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 } - ] - }, -] -- cgit v1.2.1