1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-19 01:06:24 +02:00
parent 962c69568a
commit 4a1b050803
2 changed files with 20 additions and 2 deletions

View file

@ -58,6 +58,19 @@ config.carryItmes = {
},
moveRate = 1.0
},
safe = {
model = `v_res_smallplasticbox`,
bone = 28422,
offset = vector3(5.0, 5.0, 1.0),
rot = vector3(100.0, -50.0, 220.0),
anim = {
dict = "anim@heists@box_carry@",
name = "idle" -- Neutrale Stehanimation
},
disableKeys = {
21, -- INPUT_SPRINT
},
moveRate = 1.0
},
}

View file

@ -9,7 +9,7 @@ config.itemStash = {
},
{
item = "pdbag",
maxweight = 100000,
maxweight = 10000,
slots = 10,
},
{
@ -17,6 +17,11 @@ config.itemStash = {
maxweight = 10,
slots = 4,
},
{
item = "box",
maxweight = 100000,
slots = 20,
},