forked from Simnation/Main
Add Kleidung und Props
This commit is contained in:
parent
34bd462d0a
commit
3b0a67751d
4 changed files with 232 additions and 5 deletions
|
@ -2828,7 +2828,7 @@ QBShared.Items = {
|
|||
shouldClose = false,
|
||||
label = 'geröstete Kaffeebohnen',
|
||||
weight = 2000,
|
||||
unique = false,
|
||||
unique = true,
|
||||
image = 'rostedcoffee.png',
|
||||
type = 'item',
|
||||
name = 'rostedcoffee',
|
||||
|
@ -4800,9 +4800,9 @@ QBShared.Items = {
|
|||
screwdriverset = {
|
||||
description = 'Sehr nützlich zum Schrauben... zu schrauben...',
|
||||
shouldClose = false,
|
||||
label = 'Schraubendreher',
|
||||
label = 'Schraubendreher Set',
|
||||
weight = 1000,
|
||||
unique = false,
|
||||
unique = true,
|
||||
image = 'screwdriverset.png',
|
||||
type = 'item',
|
||||
name = 'screwdriverset',
|
||||
|
@ -8353,7 +8353,128 @@ QBShared.Items = {
|
|||
label = 'Eisbergsalat',
|
||||
unique = true,
|
||||
useable = false,
|
||||
image = '',
|
||||
image = 'salad.png',
|
||||
name = 'salad',
|
||||
},
|
||||
tomato = {
|
||||
shouldClose = false,
|
||||
type = 'item',
|
||||
description = '',
|
||||
weight = 20,
|
||||
label = 'Tomate',
|
||||
unique = true,
|
||||
useable = false,
|
||||
image = 'tomato.png',
|
||||
name = 'tomato',
|
||||
},
|
||||
gardenshovel = {
|
||||
shouldClose = false,
|
||||
type = 'item',
|
||||
description = '',
|
||||
weight = 200,
|
||||
label = 'Gartenschaufel',
|
||||
unique = true,
|
||||
useable = false,
|
||||
image = 'gardenshovel.png',
|
||||
name = 'gardenshovel',
|
||||
},
|
||||
potato = {
|
||||
shouldClose = false,
|
||||
type = 'item',
|
||||
description = '',
|
||||
weight = 100,
|
||||
label = 'Kartoffel',
|
||||
unique = true,
|
||||
useable = false,
|
||||
image = 'potato.png',
|
||||
name = 'potato',
|
||||
},
|
||||
potatobag = {
|
||||
shouldClose = false,
|
||||
type = 'item',
|
||||
description = '',
|
||||
weight = 1000,
|
||||
label = 'Sack Kartoffeln',
|
||||
unique = true,
|
||||
useable = false,
|
||||
image = 'potatobag.png',
|
||||
name = 'potatobag',
|
||||
},
|
||||
packung = {
|
||||
shouldClose = false,
|
||||
type = 'item',
|
||||
description = '',
|
||||
weight = 100,
|
||||
label = 'leere Plastikschale',
|
||||
unique = false,
|
||||
useable = false,
|
||||
image = 'packung.png',
|
||||
name = 'packung',
|
||||
},
|
||||
packtomatos = {
|
||||
shouldClose = false,
|
||||
type = 'item',
|
||||
description = '',
|
||||
weight = 600,
|
||||
label = 'Packung Tomaten',
|
||||
unique = true,
|
||||
useable = false,
|
||||
image = 'packtomatos.png',
|
||||
name = 'packtomatos',
|
||||
},
|
||||
apple = {
|
||||
shouldClose = false,
|
||||
type = 'item',
|
||||
description = '',
|
||||
weight = 10,
|
||||
label = 'Apfel',
|
||||
unique = true,
|
||||
useable = false,
|
||||
image = 'screenshot_848-removebg-preview.png',
|
||||
name = 'apple',
|
||||
},
|
||||
applejuice = {
|
||||
shouldClose = false,
|
||||
type = 'item',
|
||||
description = '',
|
||||
weight = 200,
|
||||
label = 'Flasche Apfelsaft',
|
||||
unique = true,
|
||||
useable = false,
|
||||
image = 'applejuice.png',
|
||||
name = 'applejuice',
|
||||
},
|
||||
boxapples = {
|
||||
shouldClose = false,
|
||||
type = 'item',
|
||||
description = '',
|
||||
weight = 1000,
|
||||
label = 'Kiste Äpfel',
|
||||
unique = true,
|
||||
useable = false,
|
||||
image = 'applebox.png',
|
||||
name = 'boxapples',
|
||||
},
|
||||
box = {
|
||||
shouldClose = false,
|
||||
type = 'item',
|
||||
description = '',
|
||||
weight = 600,
|
||||
label = 'Kiste',
|
||||
unique = true,
|
||||
useable = false,
|
||||
image = 'box.png',
|
||||
name = 'box',
|
||||
},
|
||||
boxapplejuice = {
|
||||
shouldClose = false,
|
||||
type = 'item',
|
||||
description = '',
|
||||
weight = 1000,
|
||||
label = 'Kiste Apfelsaft',
|
||||
unique = true,
|
||||
useable = false,
|
||||
image = 'boxapplejuice.png',
|
||||
name = 'boxapplejuice',
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue