summaryrefslogtreecommitdiff
path: root/martialarts/brawling.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 /martialarts/brawling.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 'martialarts/brawling.json')
-rw-r--r--martialarts/brawling.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/martialarts/brawling.json b/martialarts/brawling.json
new file mode 100644
index 0000000..8a9c28d
--- /dev/null
+++ b/martialarts/brawling.json
@@ -0,0 +1,34 @@
+[
+{
+ "type": "martial_art",
+ "id": "style_brawling",
+ "name": { "str": "Brawling" },
+ "description": "You're used to hand-to-creature fighting. You know how to fight when unarmed or with any weapon to a certain extent. It's not stylish or sporting, but it gets the job done.",
+ "initiate": [ "You grit your teeth and prepare for a good fight.", "%s gets ready to brawl." ],
+ "autolearn": [ [ "melee", 1 ] ],
+ "arm_block": 1,
+ "nonstandard_block": 5,
+ "static_buffs": [
+ {
+ "id": "buff_brawling_block",
+ "name": "Enhanced Blocking",
+ "description": "Combat experience has led to you being able to block multiple attacks at a time.\n\n+1 Block attempts.",
+ "unarmed_allowed": true,
+ "melee_allowed": true,
+ "skill_requirements": [ { "name": "melee", "level": 5 } ],
+ "bonus_blocks": 1
+ }
+ ],
+ "allow_melee": true,
+ "techniques": [
+ "tec_brawl_disarm_unarmed",
+ "tec_brawl_feint_unarmed",
+ "tec_brawl_break_unarmed",
+ "tec_brawl_power",
+ "tec_brawl_trip",
+ "tec_brawl_disarm_melee",
+ "tec_brawl_feint_melee",
+ "tec_brawl_break_melee"
+ ]
+ }
+]