diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-21 16:37:33 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-21 16:37:33 -0800 |
commit | c65f451fcfc09656aeb261ca8e695b8e06811bdf (patch) | |
tree | f34a546043bf72aa7b5645f465c4ee598914606a | |
parent | Fix blood sipper and hammerius to require two hands. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-c65f451fcfc09656aeb261ca8e695b8e06811bdf.tar.xz |
Add vampire weapons to barbaran style.
-rw-r--r-- | vamp_stuff/Modification_Files/Others/martialarts.json | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ -11,6 +11,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", "type": "martial_art", |