From f274ada15f25f6de8aa24cb0a2f979f0bf3e89c6 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 10 Jan 2022 08:04:22 -0800 Subject: Undertrader will now occasionally sell recipe books. Clean up Undertrader wares itemgroup. --- .../NPC/npc_gears/npc_gears_sell.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'vamp_stuff') 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 d8bb94e..eb05515 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 @@ -3,18 +3,19 @@ "type": "item_group", "id": "V_UNDERTRADER_misc", "subtype": "collection", - "items": [ - [ "sword_dive", 50 ], - [ "sword_sip", 50 ], - [ "hammerius", 50 ], - [ "blood_talisman", 50 ], - [ "blood_forge_infuse", 75 ], - [ "bloodcompressor", 75 ], + "entries": [ + { "item": "sword_dive", "prob": 50 }, + { "item": "sword_sip", "prob": 50 }, + { "item": "hammerius", "prob": 50 }, + { "item": "blood_talisman", "prob": 50 }, + { "item": "blood_forge_infuse", "prob": 75 }, + { "item": "bloodcompressor", "prob": 75 }, { "item": "synthblood", "prob": 100, "container-item": "bottle_plastic", "count-min": 2, "count-max": 5 }, { "item": "protein_powder", "prob": 75, "count-min": 1, "count-max": 3 }, { "item": "sugar", "prob": 75, "count-min": 1, "count-max": 3 }, { "item": "salt", "prob": 75, "count-min": 1, "count-max": 3 }, - { "item": "water_clean", "prob": 75, "count-min": 1, "count-max": 3 } + { "item": "water_clean", "prob": 75, "count-min": 1, "count-max": 3 }, + { "group": "vamp_recipebooks", "prob": 30, "count": [ 0, 1 ] } ] }, { @@ -35,6 +36,7 @@ "type": "item_group", "id": "H_JUNKSHOP_misc", "subtype": "collection", + "note": "Copied from the FMC merchant inventory.", "items": [ { "item": "RobofacCoin", "count-min": 5, "count-max": 30, "prob": 30 }, { "item": "FlatCoin", "count-min": 50, "count-max": 300, "prob": 30 }, -- cgit v1.2.1