From 66ffd7038cf10566bd35bb6713677a5f8de3b6ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 22:40:36 -0700 Subject: Initial commit --- .../NPC/npc_gears/npc_gears_worn.json | 64 ++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_worn.json (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 new file mode 100644 index 0000000..c040d88 --- /dev/null +++ b/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_worn.json @@ -0,0 +1,64 @@ +[ + { + "id": "VAMP_bags_worn", + "type": "item_group", + "subtype": "collection", + "entries": [ { "distribution": [ { "item": "bloodpack", "prob": 80 }, { "item": "bigbloodpack", "prob": 20 } ] } ] + }, + { + "id": "VAMP_sheath_worn", + "type": "item_group", + "subtype": "collection", + "entries": [ { "distribution": [ { "item": "bloodwristsheath", "prob": 80 }, { "item": "bloodbootsheath", "prob": 20 } ] } ] + }, + { + "id": "VAMP_knife_worn", + "type": "item_group", + "subtype": "collection", + "entries": [ { "distribution": [ { "item": "sword_dive", "prob": 10 }, { "item": "knife_combat", "prob": 90 } ] } ] + }, + { + "id": "VAMP_worn", + "type": "item_group", + "subtype": "collection", + "entries": [ + { "item": "blood_gloves" }, + { "item": "blood_hood" }, + { "item": "blood_pants" }, + { "item": "blood_duster" }, + { "item": "socks" }, + { "item": "blood_boots" }, + { "group": "VAMP_bags_worn" }, + { "group": "VAMP_sheath_worn", "contents-group": "VAMP_knife_worn" } + ] + }, + { + "id": "VAMP_UNDERGUARD_worn", + "type": "item_group", + "subtype": "collection", + "entries": [ + { "item": "bloodinfused_survivorgloves" }, + { "item": "bloodinfused_survivorhood" }, + { "item": "bloodinfused_survivortrenchcoat" }, + { "item": "socks" }, + { "item": "bloodinfused_survivorpants" }, + { "item": "bloodinfused_survivorboots" }, + { "group": "VAMP_bags_worn" }, + { "group": "VAMP_sheath_worn", "contents-group": "VAMP_knife_worn" } + ] + }, + { + "type": "item_group", + "id": "HUMAN_JUNKSHOP_worn", + "subtype": "collection", + "items": [ + { "item": "pants_cargo" }, + { "item": "armor_nomad" }, + { "item": "helmet_nomad" }, + { "item": "rucksack" }, + { "item": "socks" }, + { "item": "boots_larmor" }, + { "item": "gloves_fingerless" } + ] + } +] -- cgit v1.2.1