summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_worn.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-06-10 13:36:26 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-06-10 13:36:26 -0700
commitfa020d3b2d0d43bdea38a5de9194044c1630e964 (patch)
treecbc5bb249777319e43da0fc38b9046888c9aa314 /vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_worn.json
parentSet the faction towns to be their ownership zones (diff)
downloadcataclysm-bn-mod_vampire-stuff-redone-fa020d3b2d0d43bdea38a5de9194044c1630e964.tar.xz
Clean up what the npcs wear by default
Diffstat (limited to 'vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_worn.json')
-rw-r--r--vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_worn.json34
1 files changed, 20 insertions, 14 deletions
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" }
]
}
]