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/Items/Weapons/melee_weapon.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vamp_stuff/Modification_Files/Items/Weapons/melee_weapon.json') diff --git a/vamp_stuff/Modification_Files/Items/Weapons/melee_weapon.json b/vamp_stuff/Modification_Files/Items/Weapons/melee_weapon.json index 60d4c43..bfad68e 100644 --- a/vamp_stuff/Modification_Files/Items/Weapons/melee_weapon.json +++ b/vamp_stuff/Modification_Files/Items/Weapons/melee_weapon.json @@ -3,6 +3,7 @@ "//": "Bloodrune upgrade add 2 cutting and 1 bashing damage, and its ultimate techniques are learned for that weapon (if available)", "id": "sword_sip", "type": "GENERIC", + "weapon_category": [ "2H_SWORDS", "MEDIEVAL_SWORDS", "VAMPIRE_WEAPONS" ], "name": { "str": "blood sipper", "str_pl": "blood sippers" }, "description": "A large, dual-handed, heavily serrated sword. The blade retracts into a horizontal closed maw when not in use.", "weight": "3150 g", @@ -36,6 +37,7 @@ { "id": "sword_dive", "type": "GENERIC", + "weapon_category": [ "KNIVES", "VAMPIRE_WEAPONS" ], "name": { "str": "blood diver", "str_pl": "blood divers" }, "description": "A small, serrated dagger. Its handle is made for quick precise cuts, and the light weight of this weapon makes it versatile to use. The blade is also great for skinning, but it was made for combat.", "weight": "475 g", @@ -69,6 +71,7 @@ { "id": "punchie_bitie", "type": "GENERIC", + "weapon_category": [ "FIST_WEAPONS", "VAMPIRE_WEAPONS" ], "name": { "str": "pair of knuckle biters", "str_pl": "pairs of Knuckle Biters" }, "description": "A pair of knuckles designed to imitate a jaw with heavily arranged metal teeth. Every successful impact will cause it to bite into its prey.", "weight": "850 g", @@ -99,6 +102,7 @@ { "id": "hammerius", "type": "GENERIC", + "weapon_category": [ "2H_HAMMERS", "VAMPIRE_WEAPONS" ], "name": { "str": "hammerius", "str_pl": "hammeriuses" }, "description": "A huge, fearsome battle hammer. Its flattened surface has symmetrical holes, concealing teeth that deploy just before impact.", "weight": "4520 g", @@ -130,6 +134,7 @@ { "id": "falc_crimsword", "type": "GENERIC", + "weapon_category": [ "1H_SWORDS", "MEDIEVAL_SWORDS", "VAMPIRE_WEAPONS" ], "name": { "str": "fanged falchion" }, "description": "A longsword with peculiar hilt and forked tip mimicking a pair of fangs.", "weight": "2680 g", -- cgit v1.2.1