summaryrefslogtreecommitdiff
path: root/martialarts/brawling.json
diff options
context:
space:
mode:
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"
+ ]
+ }
+]