diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-31 12:13:36 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-31 12:13:36 -0700 |
commit | 3dfb4cdfbaf30c3824f7eaf370105bc137f1b743 (patch) | |
tree | 1e4517bcc786e83cae27bf3ae98d1e5c0c7fe21e /vamp_stuff/Modification_Files/Spells | |
parent | Backport some of the optimizations and bugfixes from my work porting to DDA. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-3dfb4cdfbaf30c3824f7eaf370105bc137f1b743.tar.xz |
Convert to weapon categories.
Add custom category for vampiric weapons.
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells')
-rw-r--r-- | vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json index 4860bef..f13f1e1 100644 --- a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json +++ b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json @@ -3,6 +3,7 @@ "id": "v_hemo_whip", "type": "GENERIC", "category": "weapons", + "weapon_category": [ "1H_SWORDS", "MEDIEVAL_SWORDS", "VAMPIRE_WEAPONS" ], "name": { "str": "blood sword" }, "description": "A vicious dire broadsword that serves its creator with an unbreakable loyalty. It pulses with life and radiates a faint, black aura.", "weight": "2110 g", |