From c65f451fcfc09656aeb261ca8e695b8e06811bdf Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Fri, 21 Jan 2022 16:37:33 -0800
Subject: Add vampire weapons to barbaran style.

---
 vamp_stuff/Modification_Files/Others/martialarts.json | 13 +++++++++++++
 1 file changed, 13 insertions(+)

(limited to 'vamp_stuff')

diff --git a/vamp_stuff/Modification_Files/Others/martialarts.json b/vamp_stuff/Modification_Files/Others/martialarts.json
index 951c93e..cfe6ca2 100644
--- a/vamp_stuff/Modification_Files/Others/martialarts.json
+++ b/vamp_stuff/Modification_Files/Others/martialarts.json
@@ -10,6 +10,19 @@
       ]
     }
   },
+  {
+    "id": "style_barbaran",
+    "copy-from": "style_barbaran",
+    "type": "martial_art",
+    "extend": {
+      "weapons": [
+        "sword_sip",
+        "sword_sipplus",
+        "hammerius",
+        "hammeriusplus"
+      ]
+    }
+  },
   {
     "id": "style_eskrima",
     "copy-from": "style_eskrima",
-- 
cgit v1.2.1