diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-31 12:29:50 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-31 12:29:50 -0700 |
commit | 0bc171e6f8a33d4c01b2b6b56d7543b12fa16cc6 (patch) | |
tree | 66cec95ff1bfd0ce121392a1c45f7adc76929804 /vamp_stuff/Modification_Files/Items | |
parent | Convert to weapon categories. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-0bc171e6f8a33d4c01b2b6b56d7543b12fa16cc6.tar.xz |
Allow the blood sword to be used with fencing like a broadsword.
Diffstat (limited to 'vamp_stuff/Modification_Files/Items')
-rw-r--r-- | vamp_stuff/Modification_Files/Items/Weapons/martialarts.json | 12 |
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" + ] + } + } +] |