e
This commit is contained in:
parent
4a1b050803
commit
a23d2969b4
3 changed files with 21 additions and 6 deletions
|
@ -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