summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-10 08:33:18 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-10 08:33:18 -0800
commitc8e5989cfa8788b63cbef9e7bbae647b09d85eea (patch)
tree81bb68d1756e425614451ad18bdf25c90b8f489e
parentConvert the grave-memories itemgroup additions to a new group instead of havi... (diff)
downloadcataclysm-bn-mod_vampire-stuff-redone-c8e5989cfa8788b63cbef9e7bbae647b09d85eea.tar.xz
More item group clean up.
-rw-r--r--vamp_stuff/Modification_Files/Items/v_item_group.json25
-rw-r--r--vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json4
2 files changed, 21 insertions, 8 deletions
diff --git a/vamp_stuff/Modification_Files/Items/v_item_group.json b/vamp_stuff/Modification_Files/Items/v_item_group.json
index 9df6478..bf3a640 100644
--- a/vamp_stuff/Modification_Files/Items/v_item_group.json
+++ b/vamp_stuff/Modification_Files/Items/v_item_group.json
@@ -2,23 +2,35 @@
{
"type": "item_group",
"id": "bloodrunedrop",
- "items": [ [ "bloodrune", 10 ] ]
+ "items": [
+ [ "bloodrune", 10 ]
+ ]
},
{
"type": "item_group",
"id": "deadhole_lair",
- "items": [ [ "bigbloodrune", 10 ] ]
+ "items": [
+ [ "bigbloodrune", 10 ]
+ ]
},
{
"id": "bloodammo",
"type": "item_group",
"subtype": "collection",
- "entries": [ { "item": "bloodypressure", "count": [ 50, 100 ] } ]
+ "entries": [
+ { "item": "bloodypressure", "count": [ 50, 100 ] }
+ ]
},
{
"type": "item_group",
"id": "vampmeleeweapon",
- "items": [ [ "sword_sip", 10 ], [ "sword_dive", 10 ], [ "hammerius", 10 ], [ "punchie_bitie", 10 ], [ "falc_crimsword", 10 ] ]
+ "items": [
+ [ "sword_sip", 10 ],
+ [ "sword_dive", 10 ],
+ [ "hammerius", 10 ],
+ [ "punchie_bitie", 10 ],
+ [ "falc_crimsword", 10 ]
+ ]
},
{
"type": "item_group",
@@ -78,7 +90,10 @@
"id": "elder_blacksmithing",
"type": "item_group",
"subtype": "collection",
- "entries": [ { "item": "hammer", "damage": [ 2, 3 ], "prob": 75 }, { "item": "tongs", "damage": [ 2, 3 ], "prob": 40 } ]
+ "entries": [
+ { "item": "hammer", "damage": [ 2, 3 ], "prob": 75 },
+ { "item": "tongs", "damage": [ 2, 3 ], "prob": 40 }
+ ]
},
{
"id": "elder_blacksmithing_spares",
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 0725d19..43c69b7 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
@@ -4,9 +4,7 @@
"id": "V_UNDERTRADER_misc",
"subtype": "collection",
"entries": [
- { "item": "sword_dive", "prob": 50 },
- { "item": "sword_sip", "prob": 50 },
- { "item": "hammerius", "prob": 50 },
+ { "group": "vampmeleeweapon", "prob": 50, "count": [ 0, 3 ] },
{ "item": "blood_talisman", "prob": 50 },
{ "item": "blood_forge_infuse", "prob": 75 },
{ "item": "bloodcompressor", "prob": 75 },