forked from Simnation/Main
ed
This commit is contained in:
parent
c64b1f3214
commit
9abc9de776
4 changed files with 6 additions and 33 deletions
|
@ -1499,8 +1499,8 @@ CodeStudio.Products = {
|
|||
itemPrice = 0,
|
||||
itemInfo = "",
|
||||
},
|
||||
['weapon_klog19fde'] = {
|
||||
itemName = "Klog 19 FD",
|
||||
['weapon_combatpistol'] = {
|
||||
itemName = "Klog 17",
|
||||
itemStock = 50,
|
||||
itemPrice = 0,
|
||||
itemInfo = "",
|
||||
|
|
|
@ -95,22 +95,6 @@ config.attachment.weaponAttachment = {
|
|||
{ item = "free", component = "COMPONENT_AT_PI_SUPP_02" },
|
||||
},
|
||||
},
|
||||
["weapon_klog19fde"] = {
|
||||
["magazine"] = {
|
||||
{ item = "free", component = "COMPONENT_PISTOL_MK2_CLIP_01", default = true },
|
||||
{ item = "free", component = "COMPONENT_PISTOL_MK2_CLIP_02" },
|
||||
},
|
||||
["flashlight"] = {
|
||||
{ item = "free", component = "COMPONENT_AT_PI_FLSH_02" },
|
||||
},
|
||||
["scope"] = {
|
||||
{ item = "free", component = "COMPONENT_AT_PI_RAIL" },
|
||||
},
|
||||
["muzzle"] = {
|
||||
{ item = "free", component = "COMPONENT_AT_PI_COMP" },
|
||||
{ item = "free", component = "COMPONENT_AT_PI_SUPP_02" },
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -5630,7 +5630,7 @@ itemsData = {
|
|||
unique = true,
|
||||
description = 'Eine kompakte, zuverlässige 9mm-Dienstpistole mit 17 Schuss Magazin.',
|
||||
image = 'screenshot_434-removebg-preview.png',
|
||||
label = 'Bretta Storm',
|
||||
label = 'Klog 17',
|
||||
ammotype = 'AMMO_PISTOL',
|
||||
name = 'weapon_combatpistol',
|
||||
},
|
||||
|
@ -10731,17 +10731,7 @@ itemsData = {
|
|||
image = 'line_coke.png',
|
||||
name = 'line_coke',
|
||||
},
|
||||
weapon_klog19fde = {
|
||||
shouldClose = true,
|
||||
type = 'weapon',
|
||||
description = '',
|
||||
weight = 1000,
|
||||
label = 'Klog 19 FDE',
|
||||
unique = true,
|
||||
useable = true,
|
||||
image = 'weapon_klog19fde.png',
|
||||
name = 'weapon_klog19fde',
|
||||
},
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@ local weaponsList = {
|
|||
-- Handguns
|
||||
weapon_pistol = { name = 'weapon_pistol', label = 'Bretta', weight = 1000, ammotype = 'AMMO_PISTOL', image = 'weapon_pistol.png', description = 'A small firearm designed to be held in one hand' },
|
||||
weapon_pistol_mk2 = { name = 'weapon_pistol_mk2', label = 'Klog 19', weight = 1000, ammotype = 'AMMO_PISTOL', image = 'weapon_pistol_mk2.png', description = 'An upgraded small firearm designed to be held in one hand' },
|
||||
weapon_combatpistol = { name = 'weapon_combatpistol', label = 'Bretta Storm', weight = 1000, ammotype = 'AMMO_PISTOL', image = 'weapon_combatpistol.png', description = 'A combat version small firearm designed to be held in one hand' },
|
||||
weapon_combatpistol = { name = 'weapon_combatpistol', label = 'Klog 17', weight = 1000, ammotype = 'AMMO_PISTOL', image = 'weapon_combatpistol.png', description = 'A combat version small firearm designed to be held in one hand' },
|
||||
weapon_appistol = { name = 'weapon_appistol', label = 'Klog 19A', weight = 1000, ammotype = 'AMMO_PISTOL', image = 'weapon_appistol.png', description = 'A small firearm designed to be held in one hand that is automatic' },
|
||||
weapon_stungun = { name = 'weapon_stungun', label = 'Taser X2', weight = 1000, ammotype = 'AMMO_STUNGUN', image = 'weapon_stungun.png', description = 'Unbegrenzte Maaaaacht!!!' },
|
||||
weapon_pistol50 = { name = 'weapon_pistol50', label = 'Tropical Eagle', weight = 1000, ammotype = 'AMMO_PISTOL', image = 'weapon_pistol50.png', description = 'A .50 caliber firearm designed to be held with both hands' },
|
||||
|
@ -137,7 +137,6 @@ local weaponsList = {
|
|||
weapon_airsoftak74 = { name = 'weapon_airsoftak74', label = 'Softair AK75', weight = 1000, ammotype = 'AMMO_AIRSOFT', image = 'weapon_airsoftak74.png', description = '' },
|
||||
|
||||
-- Addon
|
||||
weapon_klog19fde = { name = 'weapon_klog19fde', label = 'Klog 19 FDE', weight = 1000, ammotype = 'AMMO_PISTOL', image = 'weapon_klog19fde.png', description = '' },
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue