feat(weapons): LS Drug Wars DLC Weapons

This commit is contained in:
faizy
2023-02-08 18:14:00 -04:00
parent dadcb6ebfb
commit 8edb4c41c5
4 changed files with 33 additions and 1 deletions
+15 -1
View File
@@ -976,5 +976,19 @@ Config.Weapons = {
{name = 'clip_default', label = TranslateCap('component_clip_default'), hash = `COMPONENT_PRECISIONRIFLE_CLIP_01`},
}
},
{name = 'WEAPON_METALDETECTOR', label = TranslateCap('weapon_metaldetector'), components = {}}
{name = 'WEAPON_METALDETECTOR', label = TranslateCap('weapon_metaldetector'), components = {}},
,
{name = 'WEAPON_PISTOLXM3', label = TranslateCap('weapon_pistolxm3'), ammo = {label = TranslateCap('ammo_rounds'), hash = `AMMO_PISTOL`}, tints = Config.DefaultWeaponTints,
components = {
{name = 'clip_default', label = TranslateCap('component_clip_default'), hash = `COMPONENT_PISTOLXM3_CLIP_01`},
{name = 'suppressor', label = TranslateCap('component_suppressor'), hash = `COMPONENT_PISTOLXM3_SUPP`}
}
},
{name = 'WEAPON_ACIDPACKAGE', label = TranslateCap('weapon_acidpackage'), components = {}},
{name = 'WEAPON_CANDYCANE', label = TranslateCap('weapon_candycane'), components = {}},
{name = 'WEAPON_RAILGUNXM3', label = TranslateCap('weapon_railgunxm3'), ammo = {label = TranslateCap('ammo_rounds'), hash = `AMMO_RAILGUN`}, tints = Config.DefaultWeaponTints,
components = {
{name = 'clip_default', label = TranslateCap('component_clip_default'), hash = `COMPONENT_RAILGUNXM3_CLIP_01`},
},
},
}
+6
View File
@@ -216,6 +216,12 @@ Locales['cs'] = {
['weapon_precisionrifle'] = 'Precision Rifle',
['weapon_tactilerifle'] = 'Service Carbine',
-- Drug Wars DLC
['weapon_candycane'] = 'Candy Cane',
['weapon_acidpackage'] = 'Acid Package',
['weapon_pistolxm3'] = 'WM 29 Pistol',
['weapon_railgunxm3'] = 'Railgun',
-- Thrown
['weapon_ball'] = 'Míček',
['weapon_bzgas'] = 'Smrtící slzný plyn',
+6
View File
@@ -222,6 +222,12 @@ Locales['en'] = {
['weapon_precisionrifle'] = 'Precision Rifle',
['weapon_tactilerifle'] = 'Service Carbine',
-- Drug Wars DLC
['weapon_candycane'] = 'Candy Cane',
['weapon_acidpackage'] = 'Acid Package',
['weapon_pistolxm3'] = 'WM 29 Pistol',
['weapon_railgunxm3'] = 'Railgun',
-- Thrown
['weapon_ball'] = 'Baseball',
['weapon_bzgas'] = 'BZ Gas',
+6
View File
@@ -222,6 +222,12 @@ Locales["hu"] = {
["weapon_precisionrifle"] = "Precision Rifle",
["weapon_tactilerifle"] = "Service Carbine",
-- Drug Wars DLC
['weapon_candycane'] = 'Candy Cane',
['weapon_acidpackage'] = 'Acid Package',
['weapon_pistolxm3'] = 'WM 29 Pistol',
['weapon_railgunxm3'] = 'Railgun',
-- Thrown
["weapon_ball"] = "Baseball",
["weapon_bzgas"] = "BZ Gas",