summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_worn.json
diff options
context:
space:
mode:
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.json64
1 files changed, 64 insertions, 0 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
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" }
+ ]
+ }
+]