From 0bc171e6f8a33d4c01b2b6b56d7543b12fa16cc6 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Fri, 31 Mar 2023 12:29:50 -0700
Subject: Allow the blood sword to be used with fencing like a broadsword.

---
 vamp_stuff/Modification_Files/Items/Weapons/martialarts.json | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 vamp_stuff/Modification_Files/Items/Weapons/martialarts.json

(limited to 'vamp_stuff/Modification_Files')

diff --git a/vamp_stuff/Modification_Files/Items/Weapons/martialarts.json b/vamp_stuff/Modification_Files/Items/Weapons/martialarts.json
new file mode 100644
index 0000000..1ab2f8f
--- /dev/null
+++ b/vamp_stuff/Modification_Files/Items/Weapons/martialarts.json
@@ -0,0 +1,12 @@
+[
+  {
+    "id": "style_fencing",
+    "copy-from": "style_fencing",
+    "type": "martial_art",
+    "extend": {
+      "weapons": [
+        "v_hemo_whip"
+      ]
+    }
+  }
+]
-- 
cgit v1.2.1