From c8e5989cfa8788b63cbef9e7bbae647b09d85eea Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 10 Jan 2022 08:33:18 -0800 Subject: More item group clean up. --- .../Modification_Files/Items/v_item_group.json | 25 +++++++++++++++++----- .../NPC/npc_gears/npc_gears_sell.json | 4 +--- 2 files changed, 21 insertions(+), 8 deletions(-) diff --git a/vamp_stuff/Modification_Files/Items/v_item_group.json b/vamp_stuff/Modification_Files/Items/v_item_group.json index 9df6478..bf3a640 100644 --- a/vamp_stuff/Modification_Files/Items/v_item_group.json +++ b/vamp_stuff/Modification_Files/Items/v_item_group.json @@ -2,23 +2,35 @@ { "type": "item_group", "id": "bloodrunedrop", - "items": [ [ "bloodrune", 10 ] ] + "items": [ + [ "bloodrune", 10 ] + ] }, { "type": "item_group", "id": "deadhole_lair", - "items": [ [ "bigbloodrune", 10 ] ] + "items": [ + [ "bigbloodrune", 10 ] + ] }, { "id": "bloodammo", "type": "item_group", "subtype": "collection", - "entries": [ { "item": "bloodypressure", "count": [ 50, 100 ] } ] + "entries": [ + { "item": "bloodypressure", "count": [ 50, 100 ] } + ] }, { "type": "item_group", "id": "vampmeleeweapon", - "items": [ [ "sword_sip", 10 ], [ "sword_dive", 10 ], [ "hammerius", 10 ], [ "punchie_bitie", 10 ], [ "falc_crimsword", 10 ] ] + "items": [ + [ "sword_sip", 10 ], + [ "sword_dive", 10 ], + [ "hammerius", 10 ], + [ "punchie_bitie", 10 ], + [ "falc_crimsword", 10 ] + ] }, { "type": "item_group", @@ -78,7 +90,10 @@ "id": "elder_blacksmithing", "type": "item_group", "subtype": "collection", - "entries": [ { "item": "hammer", "damage": [ 2, 3 ], "prob": 75 }, { "item": "tongs", "damage": [ 2, 3 ], "prob": 40 } ] + "entries": [ + { "item": "hammer", "damage": [ 2, 3 ], "prob": 75 }, + { "item": "tongs", "damage": [ 2, 3 ], "prob": 40 } + ] }, { "id": "elder_blacksmithing_spares", 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 }, -- cgit v1.2.1