summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-12 06:55:10 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-12 06:55:10 -0800
commit9ea221c8c13ea229731200a3a4d655ab44805f80 (patch)
tree321ac8817d53ae54f5997a0c7c9a07aa4ee6c1fc
parentRename tai chi. (diff)
downloadcataclysm-bn-mod_martial-arts-update-9ea221c8c13ea229731200a3a4d655ab44805f80.tar.xz
Update barbaran style for 2022-10-19-1306
-rw-r--r--martialarts/barbaran.json17
-rw-r--r--techniques/barbaran.json6
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 }
]
},