diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-10 08:33:18 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-10 08:33:18 -0800 |
commit | c8e5989cfa8788b63cbef9e7bbae647b09d85eea (patch) | |
tree | 81bb68d1756e425614451ad18bdf25c90b8f489e /vamp_stuff/Modification_Files/NPC/npc_gears | |
parent | Convert the grave-memories itemgroup additions to a new group instead of havi... (diff) | |
download | cataclysm-dda-mod_vampire-stuff-redone-c8e5989cfa8788b63cbef9e7bbae647b09d85eea.tar.xz |
More item group clean up.
Diffstat (limited to 'vamp_stuff/Modification_Files/NPC/npc_gears')
-rw-r--r-- | vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json b/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json index 0725d19..43c69b7 100644 --- a/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json +++ b/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json @@ -4,9 +4,7 @@ "id": "V_UNDERTRADER_misc", "subtype": "collection", "entries": [ - { "item": "sword_dive", "prob": 50 }, - { "item": "sword_sip", "prob": 50 }, - { "item": "hammerius", "prob": 50 }, + { "group": "vampmeleeweapon", "prob": 50, "count": [ 0, 3 ] }, { "item": "blood_talisman", "prob": 50 }, { "item": "blood_forge_infuse", "prob": 75 }, { "item": "bloodcompressor", "prob": 75 }, |