diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-10 13:40:29 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-10 13:40:29 -0700 |
commit | 469d29df06ad289c205e42924c4c879959b7e4d3 (patch) | |
tree | b39096a6ee58f98895d9fc0925b50a7a125c6b22 /vamp_stuff/Modification_Files | |
parent | Clean up the npc default weapons list (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-469d29df06ad289c205e42924c4c879959b7e4d3.tar.xz |
Clean up npc gear carried by default
Diffstat (limited to 'vamp_stuff/Modification_Files')
-rw-r--r-- | vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_carry.json | 9 |
1 files changed, 7 insertions, 2 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 index 1dc2f5e..60ff923 100644 --- a/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_carry.json +++ b/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_carry.json @@ -4,13 +4,18 @@ "id": "VAMP_carry", "type": "item_group", "subtype": "collection", - "entries": [ { "item": "blood", "container-item": "waterskin" } ] + "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 ] } ] + "entries": [ + { "item": "blood", "container-item": "waterskin" }, + { "item": "bloodshot_00", "count": [ 20, 30 ] } + ] }, { "id": "VAMP_GUNSHOP_carry", |