1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-18 23:14:17 +02:00
parent 7599f599cf
commit d0975e48a1
3 changed files with 45 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

View file

@ -10533,5 +10533,50 @@ itemsData = {
image = 'empty_card.png', image = 'empty_card.png',
name = 'empty_card', name = 'empty_card',
}, },
glukose = {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Glukose',
unique = true,
useable = false,
image = 'glukose.png',
name = 'glukose',
},
dest_water = {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Destilliertes Wasser',
unique = true,
useable = false,
image = 'dest_water.png',
name = 'dest_water',
},
blue_death = {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Blue Death',
unique = true,
useable = false,
image = 'blue_death.png',
name = 'blue_death',
},
bag_blue_death = {
shouldClose = true,
type = 'item',
description = '',
weight = 100,
label = 'Tüte Blue Death',
unique = true,
useable = false,
image = 'bag_blue_death.png',
name = 'bag_blue_death',
},
} }