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 +++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'vamp_stuff/Modification_Files/Items') 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", -- cgit v1.2.1