From 1b6d8107aeb6318c67b285f2e06780c5f526ffb7 Mon Sep 17 00:00:00 2001 From: Michael <101027198+Lemur2906@users.noreply.github.com> Date: Tue, 8 Mar 2022 18:08:16 +0000 Subject: [PATCH] Add T6 Weapon Name Parser Config (#236) Add T6 Weapon Name Parser Config --- Application/DefaultSettings.json | 120 +++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) diff --git a/Application/DefaultSettings.json b/Application/DefaultSettings.json index cf66f3376..940b1de54 100644 --- a/Application/DefaultSettings.json +++ b/Application/DefaultSettings.json @@ -2083,6 +2083,126 @@ "type99rifle": "Arisaka", "mosinrifle": "Mosin-Nagant", "ptrs41": "PTRS-41" + }, + + "T6" : { + + "mp7": "MP7", + "pdw57": "PDW-57", + "vector": "Vector K10", + "insas": "MSMC", + "qcw05": "Chicom CQB", + "evoskorpion": "Skorpion EVO", + "peacekeeper": "Peacekeeper", + + "tar21": "MTAR", + "type95": "Type 25", + "sig556": "SWAT-556", + "sa58": "FAL-OSW", + "hk416": "M27", + "scar": "SCAR-H", + "saritch": "SMR", + "xm8": "M8A1", + "an94": "AN-94", + + "870mcs": "Remington-870 MCS", + "saiga12": "S12", + "ksg": "KSG", + "srm1216": "M1216", + + "mk48": "MK 48", + "qbb95": "QBB LSW", + "lsat": "LSAT", + "hamr": "HAMR", + + "svu": "SVU-AS", + "dsr50": "DSR 50", + "ballista": "Ballista", + "as50": "XPR-50", + + "fiveseven": "Five-Seven", + "fnp45": "TAC-45", + "beretta93r": "B23R", + "judge": "Executioner", + "kard": "KAP-40", + + "smaw": "SMAW", + "fhj18": "FHJ-18 AA", + "usrpg": "RPG", + + "riotshield": "Assault Shield", + "crossbow": "Crossbow", + "knife_ballistic": "Ballistic Knife", + "knife_held": "Knife", + "knife": "Knife", + + "frag_grenade": "Grenade", + "hatchet": "Combat Axe", + "sticky_grenade": "Semtex", + "satchel_charge": "C4", + "bouncingbetty": "Bouncing Betty", + "claymore": "Claymore", + + "smoke_center": "Smoke Grenade", + "concussion_grenade": "Concussion", + "emp_grenade": "EMP Grenade", + "sensor_grenade": "Sensor Grenade", + "flash_grenade": "Flashbang", + "proximity_grenade": "Shock Charge", + "pda_hack": "Black Hat", + "trophy_system": "Trophy System", + "tactical_insertion": "Tactical Insertion", + + "acog": "ACOG", + "stalker": "Stock", + "swayreduc": "Ballistics CPU", + "ir": "Dual Band", + "dw": "Dual Wield", + "extclip": "Extended Clip", + "halo": "EOTech", + "dualclip": "Fast Mag", + "fmj": "FMJ", + "grip": "Fore Grip", + "gl": "Grenade Launcher", + "dualoptic": "Hybrid Optic", + "is": "Iron Sights", + "steadyaim": "Laser Sight", + "extbarrel": "Long Barrel", + "mms": "MMS", + "fastads": "Quickdraw", + "rf": "Rapid Fire", + "reflex": "Reflex Sight", + "sf": "Select Fire", + "silencer": "Suppressor", + "tacknife": "Tactical Knife", + "stackfire": "Tri-Bolt", + "rangefinder": "Target Finder", + "vzoom": "Variable Zoom", + + "spyplane": "UAV", + "rcbomb": "RC-XD", + "missile_drone": "Hunter Killer", + "supplydrop": "Care Package", + "counteruav": "Counter-UAV", + "microwave_turret": "Guardian", + "remote_missile": "Hellstorm Missile", + "planemortar": "Lightning Strike", + "auto_turret": "Sentry Gun", + "minigun": "Death Machine", + "m32": "War Machine", + "qrdrone": "Dragonfire", + "ai_tank_drop": "AGR", + "comlink": "Stealth Chopper", + "spyplane_direction": "Orbital VSAT", + "helicopter_guard": "Escort Drone", + "emp": "EMP", + "straferun": "Warthog", + "remote_mortar": "Lodestar", + "player_gunner": "VTOL Warship", + "dogs": "K9 Unit", + "missile_swarm": "Swarm" + } + } }