From 9ea221c8c13ea229731200a3a4d655ab44805f80 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 12 Jan 2023 06:55:10 -0800 Subject: Update barbaran style for 2022-10-19-1306 --- martialarts/barbaran.json | 17 +++++++++-------- techniques/barbaran.json | 6 +++--- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/martialarts/barbaran.json b/martialarts/barbaran.json index b9d58e1..2f22ce5 100644 --- a/martialarts/barbaran.json +++ b/martialarts/barbaran.json @@ -15,12 +15,12 @@ { "id": "buff_barbaran_static", "name": "Barbaran Represa", - "description": "Sliding footwork enhances the crushing continuity of your attacks.\n\nArmor penetration increased by 75% of Strength.", + "description": "Sliding footwork enhances the crushing continuity of your attacks.\n\nArmor penetration increased by 100% of Strength.", "melee_allowed": true, "flat_bonuses": [ - { "stat": "arpen", "type": "bash", "scaling-stat": "str", "scale": 0.75 }, - { "stat": "arpen", "type": "cut", "scaling-stat": "str", "scale": 0.75 }, - { "stat": "arpen", "type": "stab", "scaling-stat": "str", "scale": 0.75 } + { "stat": "arpen", "type": "bash", "scaling-stat": "str", "scale": 1.0 }, + { "stat": "arpen", "type": "cut", "scaling-stat": "str", "scale": 1.0 }, + { "stat": "arpen", "type": "stab", "scaling-stat": "str", "scale": 1.0 } ] } ], @@ -63,14 +63,14 @@ { "id": "buff_barbaran_onpause", "name": "Vulgar Preparation", - "description": "You prepare for the final crushing strike.\n\nAccuracy increased by 15% of Strength, Armor penetration increased by 225% of Strength.\nLasts 1 turn.", + "description": "You prepare for the final crushing strike.\n\nAccuracy increased by 15% of Strength, Armor penetration increased by 125% of Strength.\nLasts 1 turn.", "skill_requirements": [ { "name": "melee", "level": 4 } ], "melee_allowed": true, "flat_bonuses": [ { "stat": "hit", "scaling-stat": "str", "scale": 0.15 }, - { "stat": "arpen", "type": "bash", "scaling-stat": "str", "scale": 2.25 }, - { "stat": "arpen", "type": "cut", "scaling-stat": "str", "scale": 2.25 }, - { "stat": "arpen", "type": "stab", "scaling-stat": "str", "scale": 2.25 } + { "stat": "arpen", "type": "bash", "scaling-stat": "str", "scale": 1.25 }, + { "stat": "arpen", "type": "cut", "scaling-stat": "str", "scale": 1.25 }, + { "stat": "arpen", "type": "stab", "scaling-stat": "str", "scale": 1.25 } ], "buff_duration": 1 } @@ -95,6 +95,7 @@ "morningstar_fake", "sword_nail", "sword_crude", + "sword_metal", "sword_wood", "warhammer", "zweihander", diff --git a/techniques/barbaran.json b/techniques/barbaran.json index 6528928..897a5f9 100644 --- a/techniques/barbaran.json +++ b/techniques/barbaran.json @@ -9,9 +9,9 @@ "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": "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 } ] }, -- cgit v1.2.1