forked from Simnation/Main
e
This commit is contained in:
parent
4a1b050803
commit
a23d2969b4
3 changed files with 21 additions and 6 deletions
|
@ -658,16 +658,21 @@ CodeStudio.Products = {
|
|||
['pump'] = {
|
||||
itemName = "Akku Pumpe",
|
||||
itemStock = 150,
|
||||
itemPrice = 600,
|
||||
itemPrice = 200,
|
||||
itemInfo = "",
|
||||
},
|
||||
['fruitpicker'] = {
|
||||
itemName = "Obstpflücker",
|
||||
itemStock = 150,
|
||||
itemPrice = 100,
|
||||
itemPrice = 80,
|
||||
itemInfo = "",
|
||||
},
|
||||
|
||||
['plastic_box'] = {
|
||||
itemName = "Plastikbox",
|
||||
itemStock = 150,
|
||||
itemPrice = 100,
|
||||
itemInfo = "",
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ config.itemStash = {
|
|||
},
|
||||
{
|
||||
item = "box",
|
||||
maxweight = 100000,
|
||||
maxweight = 50000,
|
||||
slots = 20,
|
||||
},
|
||||
|
||||
|
|
|
@ -10174,7 +10174,7 @@ itemsData = {
|
|||
shouldClose = true,
|
||||
type = 'item',
|
||||
description = '',
|
||||
weight = 1000,
|
||||
weight = 10000,
|
||||
label = 'Ausrüstungs Tasche',
|
||||
unique = true,
|
||||
useable = true,
|
||||
|
@ -10566,6 +10566,16 @@ itemsData = {
|
|||
image = 'bag_blue_death.png',
|
||||
name = 'bag_blue_death',
|
||||
},
|
||||
|
||||
plastic_box = {
|
||||
shouldClose = true,
|
||||
type = 'item',
|
||||
description = '',
|
||||
weight = 50000,
|
||||
label = 'Plastikbox',
|
||||
unique = true,
|
||||
useable = false,
|
||||
image = 'plastic_box.png',
|
||||
name = 'plastic_box',
|
||||
},
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue