From fa020d3b2d0d43bdea38a5de9194044c1630e964 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 10 Jun 2021 13:36:26 -0700 Subject: Clean up what the npcs wear by default --- .../NPC/npc_gears/npc_gears_worn.json | 34 +++++++++++++--------- 1 file changed, 20 insertions(+), 14 deletions(-) (limited to 'vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_worn.json') diff --git a/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_worn.json b/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_worn.json index c040d88..47b2a9b 100644 --- a/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_worn.json +++ b/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_worn.json @@ -22,14 +22,16 @@ "type": "item_group", "subtype": "collection", "entries": [ - { "item": "blood_gloves" }, + { "item": "under_armor" }, + { "item": "under_armor_shorts" }, + { "item": "socks" }, { "item": "blood_hood" }, - { "item": "blood_pants" }, { "item": "blood_duster" }, - { "item": "socks" }, + { "item": "blood_gloves" }, + { "item": "blood_pants" }, { "item": "blood_boots" }, - { "group": "VAMP_bags_worn" }, - { "group": "VAMP_sheath_worn", "contents-group": "VAMP_knife_worn" } + { "group": "VAMP_sheath_worn", "contents-group": "VAMP_knife_worn" }, + { "group": "VAMP_bags_worn" } ] }, { @@ -37,14 +39,16 @@ "type": "item_group", "subtype": "collection", "entries": [ - { "item": "bloodinfused_survivorgloves" }, + { "item": "under_armor" }, + { "item": "under_armor_shorts" }, + { "item": "socks" }, { "item": "bloodinfused_survivorhood" }, { "item": "bloodinfused_survivortrenchcoat" }, - { "item": "socks" }, + { "item": "bloodinfused_survivorgloves" }, { "item": "bloodinfused_survivorpants" }, { "item": "bloodinfused_survivorboots" }, - { "group": "VAMP_bags_worn" }, - { "group": "VAMP_sheath_worn", "contents-group": "VAMP_knife_worn" } + { "group": "VAMP_sheath_worn", "contents-group": "VAMP_knife_worn" }, + { "group": "VAMP_bags_worn" } ] }, { @@ -52,13 +56,15 @@ "id": "HUMAN_JUNKSHOP_worn", "subtype": "collection", "items": [ - { "item": "pants_cargo" }, - { "item": "armor_nomad" }, - { "item": "helmet_nomad" }, - { "item": "rucksack" }, + { "item": "under_armor" }, + { "item": "under_armor_shorts" }, { "item": "socks" }, + { "item": "helmet_nomad" }, + { "item": "armor_nomad" }, + { "item": "gloves_fingerless" }, + { "item": "pants_cargo" }, { "item": "boots_larmor" }, - { "item": "gloves_fingerless" } + { "item": "rucksack" } ] } ] -- cgit v1.2.1