summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_weapon.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 22:40:36 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 22:40:36 -0700
commit66ffd7038cf10566bd35bb6713677a5f8de3b6ef (patch)
tree1d1118242801f876c27f7566c0258184aafd440a /vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_weapon.json
downloadcataclysm-bn-mod_vampire-stuff-redone-66ffd7038cf10566bd35bb6713677a5f8de3b6ef.tar.xz
Initial commit
Diffstat (limited to 'vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_weapon.json')
-rw-r--r--vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_weapon.json115
1 files changed, 115 insertions, 0 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
new file mode 100644
index 0000000..3fb7324
--- /dev/null
+++ b/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_weapon.json
@@ -0,0 +1,115 @@
+[
+ {
+ "id": "VAMP_carry_stab",
+ "type": "item_group",
+ "subtype": "collection",
+ "entries": [
+ {
+ "distribution": [ { "item": "estoc", "prob": 10 }, { "item": "bowling_axe", "prob": 15 }, { "item": "spear_rebar", "prob": 30 } ]
+ }
+ ]
+ },
+ {
+ "id": "VAMP_carry_bash",
+ "type": "item_group",
+ "subtype": "collection",
+ "entries": [
+ {
+ "distribution": [ { "item": "morningstar", "prob": 10 }, { "item": "bat_metal", "prob": 15 }, { "item": "bat", "prob": 30 } ]
+ }
+ ]
+ },
+ {
+ "id": "VAMP_carry_cut",
+ "type": "item_group",
+ "subtype": "collection",
+ "entries": [
+ {
+ "distribution": [
+ { "item": "longsword", "prob": 10 },
+ { "item": "arming_sword_inferior", "prob": 15 },
+ { "item": "knuckle_katar", "prob": 30 }
+ ]
+ }
+ ]
+ },
+ {
+ "//": "Weapons wielded by NPCs, melee only.",
+ "id": "VAMP_wielded_weapon",
+ "type": "item_group",
+ "subtype": "collection",
+ "entries": [
+ {
+ "distribution": [
+ { "group": "VAMP_carry_stab", "prob": 20 },
+ { "group": "VAMP_carry_bash", "prob": 20 },
+ { "group": "VAMP_carry_cut", "prob": 20 }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "VAMP_UNDERCOMMANDO_wielded_weapon",
+ "type": "item_group",
+ "subtype": "collection",
+ "entries": [ { "item": "b11_striker" } ]
+ },
+ {
+ "id": "VAMP_GUNSHOP_wielded_weapon",
+ "type": "item_group",
+ "subtype": "collection",
+ "entries": [
+ {
+ "distribution": [
+ { "item": "blood_sprayer", "prob": 70 },
+ { "item": "blood_stinger", "prob": 10 },
+ { "item": "blood_stream_shooter", "prob": 20 }
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HUMAN_WASTELAND_weapon",
+ "type": "item_group",
+ "subtype": "distribution",
+ "entries": [
+ { "group": "HUMAN_WASTELAND_carry_stab", "prob": 40 },
+ { "group": "HUMAN_WASTELAND_carry_cut", "prob": 20 },
+ { "group": "HUMAN_WASTELAND_carry_bash", "prob": 40 }
+ ]
+ },
+ {
+ "id": "HUMAN_WASTELAND_carry_stab",
+ "type": "item_group",
+ "subtype": "collection",
+ "entries": [
+ {
+ "distribution": [ { "item": "estoc", "prob": 10 }, { "item": "bowling_axe", "prob": 15 }, { "item": "spear_rebar", "prob": 30 } ]
+ }
+ ]
+ },
+ {
+ "id": "HUMAN_WASTELAND_carry_bash",
+ "type": "item_group",
+ "subtype": "collection",
+ "entries": [
+ {
+ "distribution": [ { "item": "morningstar", "prob": 10 }, { "item": "bat_metal", "prob": 15 }, { "item": "bat", "prob": 30 } ]
+ }
+ ]
+ },
+ {
+ "id": "HUMAN_WASTELAND_carry_cut",
+ "type": "item_group",
+ "subtype": "collection",
+ "entries": [
+ {
+ "distribution": [
+ { "item": "longsword", "prob": 10 },
+ { "item": "arming_sword_inferior", "prob": 15 },
+ { "item": "knuckle_katar", "prob": 30 }
+ ]
+ }
+ ]
+ }
+]