feat(es_extended/shared/config/weapons): add WEAPON_TECPISTOL

DLC: San Andreas Mercenaries
This commit is contained in:
Kenshin13
2024-12-31 23:29:23 +01:00
parent 94efb30942
commit 8056d0f03c
2 changed files with 13 additions and 0 deletions
+1
View File
@@ -197,6 +197,7 @@ Locales["en"] = {
["weapon_smg"] = "SMG",
["weapon_smg_mk2"] = "SMG MK2",
["weapon_raycarbine"] = "Unholy Hellbringer",
["weapon_tecpistol"] = "Tactical SMG",
-- Rifles
["weapon_advancedrifle"] = "Advanced Rifle",
@@ -557,6 +557,18 @@ Config.Weapons = {
{ name = "luxary_finish", label = TranslateCap("component_luxary_finish"), hash = `COMPONENT_SMG_VARMOD_LUXE` },
},
},
{
name = "WEAPON_TECPISTOL",
label = TranslateCap("weapon_tecpistol"),
ammo = { label = TranslateCap("ammo_rounds"), hash = `AMMO_SMG` },
tints = Config.DefaultWeaponTints,
components = {
{ name = "clip_default", label = TranslateCap("component_clip_default"), hash = `COMPONENT_TECPISTOL_CLIP_01` },
{ name = "clip_extended", label = TranslateCap("component_clip_extended"), hash = `COMPONENT_TECPISTOL_CLIP_02` },
{ name = "scope", label = TranslateCap("component_scope"), hash = `COMPONENT_AT_SCOPE_MACRO` },
{ name = "suppressor", label = TranslateCap("component_suppressor"), hash = `COMPONENT_AT_AR_SUPP_02` },
},
},
{
name = "WEAPON_SMG_MK2",
label = TranslateCap("weapon_smg_mk2"),