summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-14 14:45:13 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-14 14:45:13 -0700
commitb32463aaf0000bdc0846d113b91df39e96a2ff29 (patch)
tree1c1d1aa4fcc2f8455575ff02d08ede82c963dbab /vamp_stuff/Modification_Files/NPC
parentRemove old vamp threshold trait (diff)
downloadcataclysm-bn-mod_vampire-stuff-redone-b32463aaf0000bdc0846d113b91df39e96a2ff29.tar.xz
Fix vampire npcs having only one item at a time.
Diffstat (limited to 'vamp_stuff/Modification_Files/NPC')
-rw-r--r--vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json17
1 files changed, 16 insertions, 1 deletions
diff --git a/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json b/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json
index f1d9501..3e64f10 100644
--- a/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json
+++ b/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json
@@ -2,6 +2,11 @@
{
"type": "item_group",
"id": "VAMP_UNDERTRADER_sell",
+ "entries": [ { "group": "VAMP_UNDERTRADER_sell_items", "count": [ 5, 10 ] } ]
+ },
+ {
+ "type": "item_group",
+ "id": "VAMP_UNDERTRADER_sell_items",
"items": [
[ "sword_dive", 50 ],
[ "sword_sip", 50 ],
@@ -20,6 +25,11 @@
{
"type": "item_group",
"id": "VAMP_GUNSHOP_sell",
+ "entries": [ { "group": "VAMP_GUNSHOP_sell_items", "count": [ 2, 5 ] } ]
+ },
+ {
+ "type": "item_group",
+ "id": "VAMP_GUNSHOP_sell_items",
"items": [
[ "b11_striker", 20 ],
[ "bloodshot_00", 50 ],
@@ -30,9 +40,14 @@
[ "blood_stream_shooter", 20 ]
]
},
- {
+ {
"type": "item_group",
"id": "HUMAN_JUNKSHOP_sell",
+ "entries": [ { "group": "HUMAN_JUNKSHOP_sell_items", "count": [ 20, 30 ] } ]
+ },
+ {
+ "type": "item_group",
+ "id": "HUMAN_JUNKSHOP_sell_items",
"items": [
[ "vest", 40 ],
[ "kevlar", 15 ],