summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-06-10 13:39:14 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-06-10 13:39:14 -0700
commit879b0b2be50a65e7f147fed8aead26fe1702687b (patch)
treec5afaa9d17af43074ebfaa2d2b6d0b1f6deff302
parentClean up what the npcs wear by default (diff)
downloadcataclysm-bn-mod_vampire-stuff-redone-879b0b2be50a65e7f147fed8aead26fe1702687b.tar.xz
Clean up the npc default weapons list
-rw-r--r--vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_weapon.json22
1 files 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 }
]
}