forked from Simnation/Main
ed
This commit is contained in:
parent
7599f599cf
commit
d0975e48a1
3 changed files with 45 additions and 0 deletions
BIN
resources/[inventory]/inventory_images/images/bag_blue_death.png
Normal file
BIN
resources/[inventory]/inventory_images/images/bag_blue_death.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 106 KiB |
BIN
resources/[inventory]/inventory_images/images/blue_death.png
Normal file
BIN
resources/[inventory]/inventory_images/images/blue_death.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 120 KiB |
|
@ -10533,5 +10533,50 @@ itemsData = {
|
|||
image = 'empty_card.png',
|
||||
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',
|
||||
},
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue