diff options
| -rw-r--r-- | vamp_stuff/Modification_Files/Items/Weapons/martialarts.json | 12 | ||||
| -rw-r--r-- | vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json | 2 | 
2 files changed, 1 insertions, 13 deletions
| diff --git a/vamp_stuff/Modification_Files/Items/Weapons/martialarts.json b/vamp_stuff/Modification_Files/Items/Weapons/martialarts.json deleted file mode 100644 index 1ab2f8f..0000000 --- a/vamp_stuff/Modification_Files/Items/Weapons/martialarts.json +++ /dev/null @@ -1,12 +0,0 @@ -[ -  { -    "id": "style_fencing", -    "copy-from": "style_fencing", -    "type": "martial_art", -    "extend": { -      "weapons": [ -        "v_hemo_whip" -      ] -    } -  } -] 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 0ebe0b1..147a4f8 100644 --- a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json +++ b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json @@ -3,7 +3,7 @@      "id": "v_hemo_whip",      "type": "GENERIC",      "category": "weapons", -    "weapon_category": [ "1H_SWORDS", "MEDIEVAL_SWORDS", "VAMPIRE_WEAPONS" ], +    "weapon_category": [ "1H_SWORDS", "MEDIEVAL_SWORDS", "DUELING_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": "141625 mg", | 
