From 879b0b2be50a65e7f147fed8aead26fe1702687b Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 10 Jun 2021 13:39:14 -0700 Subject: Clean up the npc default weapons list --- .../NPC/npc_gears/npc_gears_weapon.json | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_weapon.json b/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_weapon.json index 3fb7324..32ea98c 100644 --- a/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_weapon.json +++ b/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_weapon.json @@ -5,7 +5,10 @@ "subtype": "collection", "entries": [ { - "distribution": [ { "item": "estoc", "prob": 10 }, { "item": "bowling_axe", "prob": 15 }, { "item": "spear_rebar", "prob": 30 } ] + "distribution": [ + { "item": "estoc", "prob": 10 }, + { "item": "bowling_axe", "prob": 15 }, + { "item": "spear_rebar", "prob": 30 } ] } ] }, @@ -15,7 +18,10 @@ "subtype": "collection", "entries": [ { - "distribution": [ { "item": "morningstar", "prob": 10 }, { "item": "bat_metal", "prob": 15 }, { "item": "bat", "prob": 30 } ] + "distribution": [ + { "item": "morningstar", "prob": 10 }, + { "item": "bat_metal", "prob": 15 }, + { "item": "bat", "prob": 30 } ] } ] }, @@ -84,7 +90,10 @@ "subtype": "collection", "entries": [ { - "distribution": [ { "item": "estoc", "prob": 10 }, { "item": "bowling_axe", "prob": 15 }, { "item": "spear_rebar", "prob": 30 } ] + "distribution": [ + { "item": "estoc", "prob": 10 }, + { "item": "bowling_axe", "prob": 15 }, + { "item": "spear_rebar", "prob": 30 } ] } ] }, @@ -94,7 +103,10 @@ "subtype": "collection", "entries": [ { - "distribution": [ { "item": "morningstar", "prob": 10 }, { "item": "bat_metal", "prob": 15 }, { "item": "bat", "prob": 30 } ] + "distribution": [ + { "item": "morningstar", "prob": 10 }, + { "item": "bat_metal", "prob": 15 }, + { "item": "bat", "prob": 30 } ] } ] }, @@ -106,7 +118,7 @@ { "distribution": [ { "item": "longsword", "prob": 10 }, - { "item": "arming_sword_inferior", "prob": 15 }, + { "item": "arming_sword", "prob": 15 }, { "item": "knuckle_katar", "prob": 30 } ] } -- cgit v1.2.1