From 11b674eeb3f46750c474346b79cccafaf9e75549 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 9 Apr 2022 13:43:19 -0700 Subject: Clean up vampire currency entry. Add vampire currency to vampire merchants. Convert wastelander junk merchant to sell items as per tacoma junk shop. --- vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json | 6 ++++-- vamp_stuff/Modification_Files/NPC/v_classes.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'vamp_stuff/Modification_Files/NPC') 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 43c69b7..80a19ef 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 @@ -13,7 +13,8 @@ { "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 }, - { "group": "vamp_recipebooks", "prob": 30, "count": [ 0, 1 ] } + { "group": "vamp_recipebooks", "prob": 30, "count": [ 0, 1 ] }, + { "item": "bloodcoin", "prob": 100, "count-min": 50, "count-max": 300 } ] }, { @@ -27,7 +28,8 @@ [ "bloodyinfect", 75 ], [ "blood_stinger", 20 ], [ "blood_sprayer", 30 ], - [ "blood_stream_shooter", 20 ] + [ "blood_stream_shooter", 20 ], + { "item": "bloodcoin", "prob": 100, "count-min": 50, "count-max": 300 } ] } ] diff --git a/vamp_stuff/Modification_Files/NPC/v_classes.json b/vamp_stuff/Modification_Files/NPC/v_classes.json index 1dcabc7..e0f09ee 100644 --- a/vamp_stuff/Modification_Files/NPC/v_classes.json +++ b/vamp_stuff/Modification_Files/NPC/v_classes.json @@ -283,7 +283,7 @@ ], "common": false, "bonus_per": { "one_in": 4 }, - "shopkeeper_item_group": "NC_EVAC_SHOPKEEP_misc", + "shopkeeper_item_group": "NC_JUNK_SHOPKEEP_misc", "skills": [ { "skill": "ALL", -- cgit v1.2.1