forked from Simnation/Main
e
This commit is contained in:
parent
51e3445037
commit
f69b8e3172
5 changed files with 42 additions and 35 deletions
|
@ -10783,4 +10783,37 @@ itemsData = {
|
|||
image = 'airsoft_bullets.png',
|
||||
name = 'airsoft_bullets',
|
||||
},
|
||||
empty_bottle = {
|
||||
shouldClose = true,
|
||||
type = 'item',
|
||||
description = '',
|
||||
weight = 100,
|
||||
label = 'leere Flasche',
|
||||
unique = true,
|
||||
useable = true,
|
||||
image = 'empty_bottle.png',
|
||||
name = 'empty_bottle',
|
||||
},
|
||||
empty_can = {
|
||||
shouldClose = true,
|
||||
type = 'item',
|
||||
description = '',
|
||||
weight = 100,
|
||||
label = 'leere Dose',
|
||||
unique = true,
|
||||
useable = true,
|
||||
image = 'empty_can.png',
|
||||
name = 'empty_can',
|
||||
},
|
||||
empty_glasbootle = {
|
||||
shouldClose = true,
|
||||
type = 'item',
|
||||
description = '',
|
||||
weight = 100,
|
||||
label = 'leere Glasflasche',
|
||||
unique = true,
|
||||
useable = true,
|
||||
image = 'empty_glasbootle.png',
|
||||
name = 'empty_glasbootle',
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue