1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-20 23:16:09 +02:00
parent c872ec98d4
commit 62065da746
2 changed files with 2 additions and 2 deletions

View file

@ -2972,7 +2972,7 @@ itemsData = {
},
weapon_pocketlight = {
useable = true,
weight = 100,
weight = 400,
type = 'weapon',
unique = true,
description = '',

View file

@ -5,7 +5,7 @@ local weaponsList = {
weapon_bat = { name = 'weapon_bat', label = 'Bat', weight = 1000, ammotype = nil, image = 'weapon_bat.png', description = 'Used for hitting a ball in sports (or other things)' },
weapon_bottle = { name = 'weapon_bottle', label = 'Broken Bottle', weight = 1000, ammotype = nil, image = 'weapon_bottle.png', description = 'A broken bottle' },
weapon_crowbar = { name = 'weapon_crowbar', label = 'Crowbar', weight = 1000, ammotype = nil, image = 'weapon_crowbar.png', description = 'An iron bar with a flattened end, used as a lever' },
weapon_flashlight = { name = 'weapon_flashlight', label = 'Flashlight', weight = 1000, ammotype = nil, image = 'weapon_flashlight.png', description = 'A battery-operated portable light' },
weapon_flashlight = { name = 'weapon_flashlight', label = 'Taschenlampe', weight = 1000, ammotype = nil, image = 'weapon_flashlight.png', description = 'A battery-operated portable light' },
weapon_golfclub = { name = 'weapon_golfclub', label = 'Golfclub', weight = 1000, ammotype = nil, image = 'weapon_golfclub.png', description = 'A club used to hit the ball in golf' },
weapon_hammer = { name = 'weapon_hammer', label = 'Hammer', weight = 1000, ammotype = nil, image = 'weapon_hammer.png', description = 'Used for jobs such as breaking things (legs) and driving in nails' },
weapon_hatchet = { name = 'weapon_hatchet', label = 'Hatchet', weight = 1000, ammotype = nil, image = 'weapon_hatchet.png', description = 'A small axe with a short handle for use in one hand' },