forked from Simnation/Main
ed
This commit is contained in:
parent
052575d45e
commit
40e4ffa062
21 changed files with 12 additions and 901 deletions
|
@ -639,10 +639,9 @@ itemsData = {
|
|||
weight = 1000,
|
||||
type = 'weapon',
|
||||
unique = true,
|
||||
description = 'Weapon Combatshotgun',
|
||||
description = '',
|
||||
image = 'weapon_combatshotgun.png',
|
||||
label = 'Beanbag Shotgun',
|
||||
ammotype = 'AMMO_BEANBAG',
|
||||
label = 'Shrewsbury Frontier Repeater',
|
||||
name = 'weapon_combatshotgun',
|
||||
},
|
||||
xtcbaggy = {
|
||||
|
@ -10764,17 +10763,6 @@ itemsData = {
|
|||
image = 'line_coke.png',
|
||||
name = 'line_coke',
|
||||
},
|
||||
weapon_winchester = {
|
||||
shouldClose = true,
|
||||
type = 'weapon',
|
||||
description = '',
|
||||
weight = 1000,
|
||||
label = 'Shrewsbury Frontier Repeater',
|
||||
unique = true,
|
||||
useable = true,
|
||||
image = 'weapon_winchester.png',
|
||||
name = 'weapon_winchester',
|
||||
},
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -67,7 +67,7 @@ local weaponsList = {
|
|||
weapon_dbshotgun = { name = 'weapon_dbshotgun', label = 'Double-barrel Shotgun', weight = 1000, ammotype = 'AMMO_SHOTGUN', image = 'weapon_dbshotgun.png', description = 'A shotgun with two parallel barrels, allowing two single shots to be fired in quick succession' },
|
||||
weapon_autoshotgun = { name = 'weapon_autoshotgun', label = 'Auto Shotgun', weight = 1000, ammotype = 'AMMO_SHOTGUN', image = 'weapon_autoshotgun.png', description = 'A shotgun capable of rapid continous fire' },
|
||||
weapon_pumpshotgun_mk2 = { name = 'weapon_pumpshotgun_mk2', label = 'Beanbag Shotgun', weight = 1000, ammotype = 'AMMO_BEANBAG', image = 'weapon_pumpshotgun_mk2.png', description = 'Weniger Tödlich...' },
|
||||
weapon_combatshotgun = { name = 'weapon_combatshotgun', label = 'Combat Shotgun', weight = 1000, ammotype = 'AMMO_SHOTGUN', image = 'weapon_combatshotgun.png', description = 'Weapon Combatshotgun' },
|
||||
weapon_combatshotgun = { name = 'weapon_combatshotgun', label = 'Shrewsbury Frontier Repeater', weight = 1000, ammotype = 'AMMO_RIFLE', image = 'weapon_combatshotgun.png', description = '' },
|
||||
|
||||
-- Assault Rifles
|
||||
weapon_assaultrifle = { name = 'weapon_assaultrifle', label = 'AK 75', weight = 1000, ammotype = 'AMMO_RIFLE', image = 'weapon_assaultrifle.png', description = 'A rapid-fire, magazine-fed automatic rifle designed for infantry use' },
|
||||
|
@ -137,8 +137,7 @@ local weaponsList = {
|
|||
weapon_airsoftak74 = { name = 'weapon_airsoftak74', label = 'Softair AK75', weight = 1000, ammotype = 'AMMO_AIRSOFT', image = 'weapon_airsoftak74.png', description = '' },
|
||||
|
||||
-- Addon
|
||||
weapon_winchester = { name = 'weapon_winchester', label = 'Shrewsbury Frontier Repeater', weight = 1000, ammotype = 'AMMO_SNIPER', image = 'weapon_airsoftak74.png', description = 'Wenn der Staub sich legt, zählt nur, wer noch nachlädt.' },
|
||||
|
||||
|
||||
}
|
||||
local ammoTypeToPolice = {
|
||||
AMMO_SMG = "AMMO_POLICE_SMG",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue