From 828f374eed2aa9d898ac408415aa745fb8a73ab4 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 10 Jun 2021 13:45:06 -0700 Subject: Give npcs semi-random appearance traits. Rewrite npc class descriptions. Sort overrides. Human NPCs gain random starting traits. Try to fix the disaster that is shopkeeper drop tables. --- vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json') 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 a4800e9..54f0f13 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 @@ -1,7 +1,7 @@ [ { "type": "item_group", - "id": "VAMP_UNDERTRADER_sell", + "id": "VAMP_UNDERTRADER_misc", "subtype": "collection", "items": [ [ "sword_dive", 50 ], @@ -19,7 +19,7 @@ }, { "type": "item_group", - "id": "VAMP_GUNSHOP_sell", + "id": "VAMP_GUNSHOP_misc", "subtype": "collection", "items": [ [ "b11_striker", 20 ], @@ -33,7 +33,7 @@ }, { "type": "item_group", - "id": "HUMAN_JUNKSHOP_sell", + "id": "H_JUNKSHOP_misc", "subtype": "collection", "items": [ { "item": "RobofacCoin", "count-min": 5, "count-max": 30, "prob": 30 }, -- cgit v1.2.1