This commit is contained in:
Nordi98 2025-07-19 04:03:32 +02:00
parent 5bc7076dbf
commit bd8bb2d99b
19 changed files with 1134 additions and 4 deletions

View file

@ -771,7 +771,7 @@ itemsData = {
unique = true,
description = 'Carbine Rifle MK2',
image = 'screenshot_455-removebg-preview.png',
label = 'Softair Gewehr',
label = 'Trainings Gewehr',
ammotype = 'AMMO_RIFLE',
name = 'weapon_carbinerifle_mk2',
},
@ -4336,7 +4336,7 @@ itemsData = {
unique = true,
description = 'Sie sieht gefährlich aus, macht Krach und verursacht blaue Flecken.',
image = 'weapon_snspistol_mk2.png',
label = 'Softair Pistole',
label = 'Trainings Pistole',
ammotype = 'AMMO_PISTOL',
name = 'weapon_snspistol_mk2',
},
@ -10588,4 +10588,28 @@ itemsData = {
image = 'weapon_repair_kit.png',
name = 'weapon_repair_kit',
},
weapon_airsoftglock20 = {
shouldClose = true,
type = 'weapon',
description = '',
weight = 1000,
label = 'Softair Klog 20',
unique = true,
useable = true,
image = 'weapon_airsoftglock20.png',
name = 'weapon_airsoftglock20',
},
airsoft_bullets = {
shouldClose = true,
type = 'item',
description = '',
weight = 600,
label = 'Softair Kugeln',
unique = true,
useable = true,
image = 'airsoft_bullets.png',
name = 'airsoft_bullets',
},
}