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.json113
1 files changed, 113 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..2d18b8f
--- /dev/null
+++ b/vamp_stuff/Modification Files/NPC/npc_gears/npc_gears_worn.json
@@ -0,0 +1,113 @@
+[{
+ "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"
+ }
+ ]
+ }
+]