diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-08 20:19:57 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-08 20:19:57 -0800 |
commit | 2683d4d7684e6972e4f62d426f580e546b1ce6ae (patch) | |
tree | b89b03411f9e59e0b9a77a6835f8b834443c5442 /vamp_stuff | |
parent | Rebalance Blood Sword. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-2683d4d7684e6972e4f62d426f580e546b1ce6ae.tar.xz |
Add no drop, no salvage, no repair to summoned items.
Diffstat (limited to 'vamp_stuff')
-rw-r--r-- | vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json | 42 |
1 files changed, 38 insertions, 4 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 aa11b9c..a72c00a 100644 --- a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json +++ b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json @@ -10,7 +10,15 @@ "volume": "1500 ml", "material": [ "blood" ], "techniques": [ "PRECISE", "RAPID", "WBLOCK_2" ], - "flags": [ "TRADER_AVOID", "UNARMED_WEAPON", "UNBREAKABLE_MELEE", "MAGIC_FOCUS" ], + "flags": [ + "UNBREAKABLE_MELEE", + "NONCONDUCTIVE", + "MAGIC_FOCUS", + "TRADER_AVOID", + "NO_REPAIR", + "NO_SALVAGE", + "ONLY_ONE" + ], "relic_data": { "passive_effects": [ { @@ -48,7 +56,18 @@ ] }, "covers": [ "head", "torso", "arm_r", "arm_l", "hand_r", "hand_l", "leg_r", "leg_l", "foot_r", "foot_l" ], - "flags": [ "PERSONAL", "OVERSIZE", "BLOCK_WHILE_WORN", "SEMITANGIBLE", "NO_DROP", "SKINTIGHT" ] + "flags": [ + "PERSONAL", + "OVERSIZE", + "SKINTIGHT", + "BLOCK_WHILE_WORN", + "SEMITANGIBLE", + "TRADER_AVOID", + "NO_DROP", + "NO_REPAIR", + "NO_SALVAGE", + "ONLY_ONE" + ] }, { "id": "v_hemo_form_orus", @@ -73,7 +92,14 @@ } ] }, - "flags": [ "NO_DROP" ], + "flags": [ + "TRADER_AVOID", + "NO_DROP", + "NO_REPAIR", + "NO_SALVAGE", + "SEMITANGIBLE", + "ONLY_ONE" + ], "category": "v_form" }, { @@ -99,6 +125,14 @@ ] }, "covers": [ "arm_r", "arm_l" ], - "flags": [ "AURA", "ONLY_ONE", "SEMITANGIBLE", "NO_DROP" ] + "flags": [ + "AURA", + "SEMITANGIBLE", + "TRADER_AVOID", + "NO_DROP", + "NO_REPAIR", + "NO_SALVAGE", + "ONLY_ONE" + ] } ] |