From 66ffd7038cf10566bd35bb6713677a5f8de3b6ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 22:40:36 -0700 Subject: Initial commit --- .../NPC/npc_gears/npc_gears_carry.json | 29 ++ .../NPC/npc_gears/npc_gears_sell.json | 415 +++++++++++++++++++++ .../NPC/npc_gears/npc_gears_weapon.json | 115 ++++++ .../NPC/npc_gears/npc_gears_worn.json | 64 ++++ 4 files changed, 623 insertions(+) create mode 100644 vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_carry.json create mode 100644 vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json create mode 100644 vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_weapon.json create mode 100644 vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_worn.json (limited to 'vamp_stuff/Modification_Files/NPC/npc_gears') diff --git a/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_carry.json b/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_carry.json new file mode 100644 index 0000000..1dc2f5e --- /dev/null +++ b/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_carry.json @@ -0,0 +1,29 @@ +[ + { + "//": "Common carried items.", + "id": "VAMP_carry", + "type": "item_group", + "subtype": "collection", + "entries": [ { "item": "blood", "container-item": "waterskin" } ] + }, + { + "id": "VAMP_UNDERCOMMANDO_carry", + "type": "item_group", + "subtype": "collection", + "entries": [ { "item": "blood", "container-item": "waterskin" }, { "item": "bloodshot_00", "count": [ 20, 30 ] } ] + }, + { + "id": "VAMP_GUNSHOP_carry", + "type": "item_group", + "subtype": "collection", + "entries": [ + { "item": "blood", "container-item": "waterskin" }, + { + "distribution": [ + { "item": "bloodypressure", "prob": 70, "container-item": "jug_plastic", "charges": [ 5, 15 ] }, + { "item": "bloodyinfect", "prob": 30, "container-item": "jug_plastic", "charges": [ 5, 15 ] } + ] + } + ] + } +] 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 new file mode 100644 index 0000000..9640c30 --- /dev/null +++ b/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json @@ -0,0 +1,415 @@ +[ + { + "type": "item_group", + "id": "VAMP_UNDERTRADER_sell", + "items": [ + [ "sword_dive", 50 ], + [ "sword_sip", 50 ], + [ "hammerius", 50 ], + [ "blood_talisman", 50 ], + [ "blood_forge_infuse", 75 ], + [ "bloodcompressor", 75 ], + [ "bloodextractor", 75 ] + ] + }, + { + "type": "item_group", + "id": "VAMP_GUNSHOP_sell", + "items": [ + [ "b11_striker", 20 ], + [ "bloodshot_00", 50 ], + [ "bloodypressure", 75 ], + [ "bloodyinfect", 75 ], + [ "blood_stinger", 20 ], + [ "blood_sprayer", 30 ], + [ "blood_stream_shooter", 20 ] + ] + }, + { + "type": "item_group", + "id": "HUMAN_JUNKSHOP_sell", + "items": [ + [ "vest", 40 ], + [ "kevlar", 15 ], + [ "jacket_army", 30 ], + [ "trenchcoat", 25 ], + [ "trenchcoat_leather", 20 ], + [ "trenchcoat_fur", 10 ], + [ "vest_leather", 15 ], + [ "vest_leather_mod", 5 ], + [ "football_armor", 30 ], + [ "jacket_leather", 25 ], + [ "jacket_leather_mod", 10 ], + [ "jacket_jean", 15 ], + [ "jacket_flannel", 15 ], + [ "pants_cargo", 40 ], + [ "shorts_cargo", 25 ], + [ "pants_army", 30 ], + [ "pants_leather", 15 ], + [ "gloves_fingerless", 30 ], + [ "gloves_fingerless_mod", 10 ], + [ "gloves_tactical", 15 ], + [ "gauntlets_larmor", 25 ], + [ "gloves_fur", 5 ], + [ "gloves_leather", 35 ], + [ "boots", 20 ], + [ "boots_steel", 20 ], + [ "boots_hiking", 30 ], + [ "knee_high_boots", 5 ], + [ "boots_combat", 15 ], + [ "boots_larmor", 10 ], + [ "boots_fur", 10 ], + [ "helmet_army", 25 ], + [ "tac_helmet", 20 ], + [ "helmet_riot", 20 ], + [ "tac_fullhelmet", 10 ], + [ "helmet_larmor", 15 ], + [ "firehelmet", 5 ], + [ "hood_rain", 15 ], + [ "dive_bag", 10 ], + [ "runner_bag", 20 ], + [ "molle_pack", 10 ], + [ "backpack", 40 ], + [ "backpack_leather", 35 ], + [ "mbag", 25 ], + [ "slingpack", 15 ], + [ "rucksack", 10 ], + [ "duffelbag", 10 ], + [ "mask_hockey", 15 ], + [ "mask_gas", 25 ], + [ "mask_filter", 20 ], + [ "sunglasses", 15 ], + [ "glasses_safety", 15 ], + [ "goggles_ski", 5 ], + [ "chestrig", 20 ], + [ "legrig", 15 ], + [ "tool_belt", 15 ], + [ "fanny", 5 ], + [ "dump_pouch", 5 ], + [ "ragpouch", 15 ], + [ "leather_pouch", 15 ], + [ "quiver", 15 ], + [ "quiver_large", 5 ], + [ "wristwatch", 30 ], + [ "diving_watch", 5 ], + [ "pocketwatch", 10 ], + [ "holster", 25 ], + [ "bandana", 20 ], + [ "scarf", 15 ], + [ "hat_boonie", 20 ], + [ "balclava", 10 ], + [ "pickaxe", 20 ], + [ "makeshift_machete", 15 ], + [ "flamethrower_crude", 20 ], + [ "fungicide", 20 ], + [ "antifungal", 20 ], + [ "antiparasitic", 20 ], + [ "diazepam", 15 ], + [ "small_repairkit", 20 ], + [ "grapnel", 5 ], + [ "misc_repairkit", 15 ], + [ "flamethrower_simple", 15 ], + [ "toolbox", 20 ], + [ "crowbar", 25 ], + [ "machete", 25 ], + [ "ax", 25 ], + [ "spear_knife", 30 ], + [ "22_lr", 25 ], + [ "22_fmj", 1 ], + [ "223", 15 ], + [ "308", 10 ], + [ "3006", 10 ], + [ "reloaded_9mm", 30 ], + [ "9mm", 25 ], + [ "9mmfmj", 5 ], + [ "45_acp", 10 ], + [ "reloaded_45_acp", 25 ], + [ "45_jhp", 1 ], + [ "rifle_9mm", 20 ], + [ "rifle_22", 20 ], + [ "uzi", 10 ], + [ "mac_10", 10 ], + [ "crossbow", 15 ], + [ "sig_mosquito", 15 ], + [ "sw_22", 15 ], + [ "glock_19", 15 ], + [ "usp_9mm", 10 ], + [ "m9", 35 ], + [ "cx4", 1 ], + [ "usp_45", 10 ], + [ "m1911", 10 ], + [ "ar15", 10 ], + [ "savage_111f", 5 ], + [ "remington_700", 5 ], + [ "ruger_1022", 10 ], + [ "marlin_9a", 10 ], + [ "remington_870", 10 ], + [ "mossberg_500", 5 ], + [ "shotgun_d", 5 ], + [ "pipebomb", 10 ], + [ "molotov", 10 ], + [ "matchbomb", 10 ], + [ "longbow", 5 ], + [ "compositebow", 15 ], + [ "shortbow", 10 ], + [ "arrow_metal", 25 ], + [ "bolt_steel", 10 ], + [ "laser_sight", 15 ], + [ "rail_laser_sight", 10 ], + [ "rifle_scope", 20 ], + [ "pistol_scope", 10 ], + [ "improve_sights", 20 ], + [ "combatsaw_off", 5 ], + [ "firemachete_off", 5 ], + [ "shishkebab_off", 5 ], + [ "helsing", 5 ], + [ "tihar", 5 ], + [ "ashot", 5 ], + [ "polisher", 10 ], + [ "jumper_cable", 3 ], + [ "superglue", 30 ], + [ "string_6", 2 ], + [ "string_36", 40 ], + [ "screwdriver", 40 ], + [ "wrench", 30 ], + [ "hacksaw", 17 ], + [ "xacto", 10 ], + [ "gloves_leather", 45 ], + [ "gloves_work", 30 ], + [ "cordless_drill", 10 ], + [ "mask_dust", 65 ], + [ "glasses_safety", 40 ], + [ "battery", 50 ], + [ "nail", 35 ], + [ "nailgun", 12 ], + [ "hand_drill", 10 ], + [ "solar_cell", 5 ], + [ "manual_mechanics", 35 ], + [ "manual_fabrication", 20 ], + [ "recipe_bows", 10 ], + [ "recipe_arrows", 10 ], + [ "hammer", 35 ], + [ "saw", 35 ], + [ "flashlight", 40 ], + [ "soldering_iron", 30 ], + [ "solder_wire", 30 ], + [ "bubblewrap", 50 ], + [ "binoculars", 20 ], + [ "roller_blades", 20 ], + [ "duct_tape", 70 ], + [ "lawnmower", 25 ], + [ "floodlight", 10 ], + [ "minifridge", 5 ], + [ "char_smoker", 25 ], + [ "lawn_dart", 10 ], + [ "dehydrator", 15 ], + [ "foot_crank", 10 ], + [ "boltcutters", 5 ], + [ "spray_can", 50 ], + [ "jar_glass_sealed", 50 ], + [ "jar_3l_glass_sealed", 40 ], + [ "flotation_vest", 1 ], + [ "fishing_rod_professional", 2 ], + [ "bearing", 1 ], + [ "atomic_light", 1 ], + [ "atomic_lamp", 1 ], + [ "alarmclock", 10 ], + [ "fungicide", 10 ], + [ "oil_lamp", 10 ], + [ "lamp_oil", 10 ], + [ "grapnel", 1 ], + [ "misc_repairkit", 15 ], + [ "charcoal", 20 ], + [ "toolbox", 2 ], + [ "knitting_needles", 10 ], + [ "sheath", 15 ], + [ "peephole", 2 ], + [ "magnifying_glass", 5 ], + [ "thermometer", 3 ], + [ "hygrometer", 3 ], + [ "barometer", 3 ], + [ "polisher", 15 ], + [ "jumper_cable", 10 ], + [ "jumper_cable_heavy", 2 ], + [ "concrete", 20 ], + [ "metal_smoother", 10 ], + [ "brick_kiln", 5 ], + [ "brick", 20 ], + [ "con_mix", 5 ], + [ "rebar", 20 ], + [ "superglue", 30 ], + [ "chain", 20 ], + [ "rope_6", 4 ], + [ "rope_30", 35 ], + [ "cordless_drill", 30 ], + [ "circsaw_off", 10 ], + [ "circsaw_blade", 8 ], + [ "glass_sheet", 5 ], + [ "pipe", 20 ], + [ "nail", 35 ], + [ "hose", 15 ], + [ "string_36", 40 ], + [ "frame", 20 ], + [ "hdframe", 10 ], + [ "metal_tank", 10 ], + [ "metal_tank_little", 10 ], + [ "water_faucet", 10 ], + [ "wire", 50 ], + [ "wire_barbed", 20 ], + [ "duct_tape", 60 ], + [ "jerrycan", 10 ], + [ "lawnmower", 25 ], + [ "trimmer_off", 20 ], + [ "floodlight", 20 ], + [ "minifridge", 10 ], + [ "char_smoker", 25 ], + [ "dehydrator", 15 ], + [ "foot_crank", 10 ], + [ "spray_can", 50 ], + [ "ax", 8 ], + [ "g_shovel", 20 ], + [ "jerrycan_big", 10 ], + [ "funnel", 50 ], + [ "bearing", 1 ], + [ "jack", 10 ], + [ "permanent_marker", 20 ], + [ "forge", 1 ], + [ "char_forge", 1 ], + [ "char_kiln", 1 ], + [ "crucible", 1 ], + [ "tongs", 1 ], + [ "chisel", 2 ], + [ "swage", 1 ], + [ "anvil", 2 ], + [ "apron_leather", 10 ], + [ "tool_belt", 30 ], + [ "knee_pads", 20 ], + [ "cu_pipe", 50 ], + [ "fungicide", 5 ], + [ "charcoal", 5 ], + [ "sheath", 10 ], + [ "multitool", 6 ], + [ "survnote", 1 ], + [ "fertilizer_commercial", 30 ], + [ "peephole", 25 ], + [ "magnifying_glass", 5 ], + [ "chem_chromium_oxide", 5 ], + [ "chem_thermite", 10 ], + [ "polisher", 20 ], + [ "screwdriver", 40 ], + [ "hammer", 35 ], + [ "wrench", 30 ], + [ "con_mix", 10 ], + [ "brick_kiln", 10 ], + [ "g_shovel", 20 ], + [ "saw", 15 ], + [ "circsaw_off", 5 ], + [ "hacksaw", 17 ], + [ "hammer_sledge", 6 ], + [ "xacto", 10 ], + [ "flashlight", 40 ], + [ "crowbar", 18 ], + [ "halligan", 1 ], + [ "fire_ax", 3 ], + [ "nailgun", 12 ], + [ "carver_off", 4 ], + [ "bullwhip", 1 ], + [ "press", 5 ], + [ "puller", 5 ], + [ "boltcutters", 5 ], + [ "ax", 8 ], + [ "tongs", 3 ], + [ "chisel", 2 ], + [ "swage", 1 ], + [ "misc_repairkit", 5 ], + [ "tool_belt", 5 ], + [ "sheath", 5 ], + [ "jumper_cable", 4 ], + [ "2x4", 60 ], + [ "machete", 5 ], + [ "concrete", 30 ], + [ "brick", 25 ], + [ "rebar", 25 ], + [ "boots_steel", 50 ], + [ "boots_combat", 20 ], + [ "boots_hiking", 10 ], + [ "runner_bag", 5 ], + [ "hat_hard", 50 ], + [ "wearable_light", 10 ], + [ "ear_plugs", 50 ], + [ "mask_filter", 30 ], + [ "glasses_safety", 40 ], + [ "bb", 8 ], + [ "bbgun", 10 ], + [ "beartrap", 5 ], + [ "radio", 20 ], + [ "hotplate", 10 ], + [ "extinguisher", 20 ], + [ "nailgun", 12 ], + [ "manual_mechanics", 35 ], + [ "manual_carpentry", 10 ], + [ "carpentry_book", 5 ], + [ "manual_fabrication", 20 ], + [ "mag_carpentry", 30 ], + [ "101_carpentry", 20 ], + [ "mag_mechanics", 35 ], + [ "mag_fabrication", 12 ], + [ "duct_tape", 60 ], + [ "lawnmower", 25 ], + [ "floodlight", 10 ], + [ "minifridge", 5 ], + [ "boltcutters", 8 ], + [ "foot_crank", 10 ], + [ "cable", 60 ], + [ "textbook_mechanics", 12 ], + [ "book_icef", 8 ], + [ "textbook_fabrication", 12 ], + [ "vac_sealer", 10 ], + [ "sm_extinguisher", 10 ], + [ "fungicide", 5 ], + [ "miner_hat", 1 ], + [ "grapnel", 1 ], + [ "misc_repairkit", 5 ], + [ "tool_belt", 30 ], + [ "knitting_needles", 1 ], + [ "survnote", 1 ], + [ "material_quicklime", 10 ], + [ "amplifier", 8 ], + [ "mag_electronics", 15 ], + [ "antenna", 18 ], + [ "battery", 50 ], + [ "soldering_iron", 70 ], + [ "solder_wire", 70 ], + [ "solar_cell", 5 ], + [ "screwdriver", 40 ], + [ "processor", 15 ], + [ "RAM", 22 ], + [ "mp3", 18 ], + [ "portable_game", 12 ], + [ "vibrator", 10 ], + [ "flashlight", 40 ], + [ "radio", 20 ], + [ "mess_kit", 5 ], + [ "hotplate", 10 ], + [ "coffeemaker", 10 ], + [ "receiver", 10 ], + [ "transponder", 5 ], + [ "tazer", 3 ], + [ "usb_drive", 5 ], + [ "manual_electronics", 20 ], + [ "recipe_augs", 4 ], + [ "cable", 60 ], + [ "vac_sealer", 10 ], + [ "cell_phone", 50 ], + [ "eink_tablet_pc", 15 ], + [ "mobile_memory_card", 40 ], + [ "camera", 15 ], + [ "camera_pro", 5 ], + [ "wristwatch", 15 ], + [ "radio_car_box", 3 ], + [ "radiocontrol", 15 ], + [ "magnifying_glass", 4 ], + [ "omnicamera", 2 ] + ] + } +] 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 } + ] + } + ] + } +] diff --git a/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_worn.json b/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_worn.json new file mode 100644 index 0000000..c040d88 --- /dev/null +++ b/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_worn.json @@ -0,0 +1,64 @@ +[ + { + "id": "VAMP_bags_worn", + "type": "item_group", + "subtype": "collection", + "entries": [ { "distribution": [ { "item": "bloodpack", "prob": 80 }, { "item": "bigbloodpack", "prob": 20 } ] } ] + }, + { + "id": "VAMP_sheath_worn", + "type": "item_group", + "subtype": "collection", + "entries": [ { "distribution": [ { "item": "bloodwristsheath", "prob": 80 }, { "item": "bloodbootsheath", "prob": 20 } ] } ] + }, + { + "id": "VAMP_knife_worn", + "type": "item_group", + "subtype": "collection", + "entries": [ { "distribution": [ { "item": "sword_dive", "prob": 10 }, { "item": "knife_combat", "prob": 90 } ] } ] + }, + { + "id": "VAMP_worn", + "type": "item_group", + "subtype": "collection", + "entries": [ + { "item": "blood_gloves" }, + { "item": "blood_hood" }, + { "item": "blood_pants" }, + { "item": "blood_duster" }, + { "item": "socks" }, + { "item": "blood_boots" }, + { "group": "VAMP_bags_worn" }, + { "group": "VAMP_sheath_worn", "contents-group": "VAMP_knife_worn" } + ] + }, + { + "id": "VAMP_UNDERGUARD_worn", + "type": "item_group", + "subtype": "collection", + "entries": [ + { "item": "bloodinfused_survivorgloves" }, + { "item": "bloodinfused_survivorhood" }, + { "item": "bloodinfused_survivortrenchcoat" }, + { "item": "socks" }, + { "item": "bloodinfused_survivorpants" }, + { "item": "bloodinfused_survivorboots" }, + { "group": "VAMP_bags_worn" }, + { "group": "VAMP_sheath_worn", "contents-group": "VAMP_knife_worn" } + ] + }, + { + "type": "item_group", + "id": "HUMAN_JUNKSHOP_worn", + "subtype": "collection", + "items": [ + { "item": "pants_cargo" }, + { "item": "armor_nomad" }, + { "item": "helmet_nomad" }, + { "item": "rucksack" }, + { "item": "socks" }, + { "item": "boots_larmor" }, + { "item": "gloves_fingerless" } + ] + } +] -- cgit v1.2.1