summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/NPC/npc_gears/npc_gears_carry.json
diff options
context:
space:
mode:
Diffstat (limited to 'vamp_stuff/Modification Files/NPC/npc_gears/npc_gears_carry.json')
-rw-r--r--vamp_stuff/Modification Files/NPC/npc_gears/npc_gears_carry.json47
1 files changed, 47 insertions, 0 deletions
diff --git a/vamp_stuff/Modification Files/NPC/npc_gears/npc_gears_carry.json b/vamp_stuff/Modification Files/NPC/npc_gears/npc_gears_carry.json
new file mode 100644
index 0000000..6adacad
--- /dev/null
+++ b/vamp_stuff/Modification Files/NPC/npc_gears/npc_gears_carry.json
@@ -0,0 +1,47 @@
+[{
+ "//": "Common carried items.",
+ "id": "VAMP_carry",
+ "type": "item_group",
+ "subtype": "collection",
+ "entries": [{
+ "item": "blood",
+ "container-item": "waterskin"
+ }
+ ]
+ }, {
+ "id": "VAMP_UNDERCOMMANDO_carry",
+ "type": "item_group",
+ "subtype": "collection",
+ "entries": [{
+ "item": "blood",
+ "container-item": "waterskin"
+ }, {
+ "item": "bloodshot_00",
+ "count": [20, 30]
+ }
+ ]
+ }, {
+ "id": "VAMP_GUNSHOP_carry",
+ "type": "item_group",
+ "subtype": "collection",
+ "entries": [{
+ "item": "blood",
+ "container-item": "waterskin"
+ }, {
+ "distribution":
+ [{
+ "item": "bloodypressure",
+ "prob": 70,
+ "container-item": "jug_plastic",
+ "charges": [5, 15]
+ }, {
+ "item": "bloodyinfect",
+ "prob": 30,
+ "container-item": "jug_plastic",
+ "charges": [5, 15]
+ }
+ ]
+ }
+ ]
+ }
+]