1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-29 23:54:24 +02:00
parent 2c063aa102
commit 00910d1237
7 changed files with 66 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

View file

@ -10849,5 +10849,71 @@ itemsData = {
image = 'scratch_ticket.png',
name = 'scratch_ticket',
},
blei = {
shouldClose = true,
type = 'item',
description = '',
weight = 1000,
label = 'Blei Klumpen',
unique = true,
useable = true,
image = 'blei.png',
name = 'blei',
},
messing = {
shouldClose = true,
type = 'item',
description = '',
weight = 400,
label = 'Stück Messing',
unique = true,
useable = true,
image = 'messing.png',
name = 'messing',
},
hulse = {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'leere Hülsen',
unique = true,
useable = true,
image = 'hulse.png',
name = 'hulse',
},
bullet= {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Projektile',
unique = true,
useable = true,
image = 'bullet.png',
name = 'bullet',
},
shell= {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'leere Shotgunhülse',
unique = true,
useable = true,
image = 'shell.png',
name = 'shell',
},
schrot= {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Schrotflinten Schrot',
unique = true,
useable = true,
image = 'schrot.png',
name = 'schrot',
},
}