From c1732796317073ccf2314eda36b08b8e2490e766 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Tue, 4 Jan 2022 20:50:49 -0800
Subject: Convert blood weapons to use vanilla martial arts instead of custom
 techniques.

---
 .../Modification_Files/Others/martialarts.json     | 103 +++++++++++++++++++++
 1 file changed, 103 insertions(+)
 create mode 100644 vamp_stuff/Modification_Files/Others/martialarts.json

(limited to 'vamp_stuff/Modification_Files/Others')

diff --git a/vamp_stuff/Modification_Files/Others/martialarts.json b/vamp_stuff/Modification_Files/Others/martialarts.json
new file mode 100644
index 0000000..2cc8207
--- /dev/null
+++ b/vamp_stuff/Modification_Files/Others/martialarts.json
@@ -0,0 +1,103 @@
+[
+  {
+    "id": "style_aikido",
+    "copy-from": "style_aikido",
+    "type": "martial_art",
+    "name": { "str": "Aikido" },
+    "extend": {
+      "weapons": [
+        "punchie_bitie",
+        "punchie_bitieplus"
+      ]
+    }
+  },
+  {
+    "id": "style_eskrima",
+    "copy-from": "style_eskrima",
+    "type": "martial_art",
+    "name": { "str": "Eskrima" },
+    "extend": {
+      "weapons": [
+        "sword_dive",
+        "sword_diveplus"
+      ]
+    }
+  },
+  {
+    "id": "style_fencing",
+    "copy-from": "style_fencing",
+    "type": "martial_art",
+    "name": { "str": "Fencing" },
+    "extend": {
+      "weapons": [
+        "v_hemo_whip"
+      ]
+    }
+  },
+  {
+    "id": "style_judo",
+    "copy-from": "style_judo",
+    "type": "martial_art",
+    "name": { "str": "Judo" },
+    "extend": {
+      "weapons": [
+        "punchie_bitie",
+        "punchie_bitieplus"
+      ]
+    }
+  },
+  {
+    "id": "style_krav_maga",
+    "copy-from": "style_krav_maga",
+    "type": "martial_art",
+    "name": { "str": "Krav Maga" },
+    "extend": {
+      "weapons": [
+        "sword_dive",
+        "sword_diveplus"
+      ]
+    }
+  },
+  {
+    "id": "style_swordsmanship",
+    "copy-from": "style_swordsmanship",
+    "type": "martial_art",
+    "name": { "str": "Medieval Swordsmanship" },
+    "extend": {
+      "weapons": [
+        "v_hemo_whip",
+        "falc_crimsword"
+        "falc_crimswordplus",
+        "sword_sip"
+        "sword_sipplus",
+        "sword_dive",
+        "sword_diveplus"
+      ]
+    }
+  },
+  {
+    "id": "style_ninjutsu",
+    "copy-from": "style_ninjutsu",
+    "type": "martial_art",
+    "name": { "str": "Ninjutsu" },
+    "extend": {
+      "weapons": [
+        "v_hemo_whip",
+        "falc_crimsword"
+        "falc_crimswordplus"
+      ]
+    }
+  },
+  {
+    "id": "style_silat",
+    "copy-from": "style_silat",
+    "type": "martial_art",
+    "name": { "str": "Silat" },
+    "extend": {
+      "weapons": [
+        "sword_dive",
+        "sword_diveplus"
+      ]
+    }
+  }
+]
-- 
cgit v1.2.1