summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-31 12:29:50 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-31 12:29:50 -0700
commit0bc171e6f8a33d4c01b2b6b56d7543b12fa16cc6 (patch)
tree66cec95ff1bfd0ce121392a1c45f7adc76929804
parentConvert to weapon categories. (diff)
downloadcataclysm-bn-mod_vampire-stuff-redone-0bc171e6f8a33d4c01b2b6b56d7543b12fa16cc6.tar.xz
Allow the blood sword to be used with fencing like a broadsword.
-rw-r--r--vamp_stuff/Modification_Files/Items/Weapons/martialarts.json12
1 files changed, 12 insertions, 0 deletions
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"
+ ]
+ }
+ }
+]