1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-19 01:12:13 +02:00
parent 4a1b050803
commit a23d2969b4
3 changed files with 21 additions and 6 deletions

View file

@ -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 = "",
},
}
},

View file

@ -19,7 +19,7 @@ config.itemStash = {
},
{
item = "box",
maxweight = 100000,
maxweight = 50000,
slots = 20,
},

View file

@ -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',
},
}