forked from Simnation/Main
e
This commit is contained in:
parent
962c69568a
commit
4a1b050803
2 changed files with 20 additions and 2 deletions
|
@ -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
|
||||
},
|
||||
|
||||
}
|
||||
|
|
|
@ -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,
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue