From 3dfb4cdfbaf30c3824f7eaf370105bc137f1b743 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 31 Mar 2023 12:13:36 -0700 Subject: Convert to weapon categories. Add custom category for vampiric weapons. --- vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json | 1 + 1 file changed, 1 insertion(+) (limited to 'vamp_stuff/Modification_Files/Spells/Misc') 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", -- cgit v1.2.1