forked from Simnation/Main
ed
This commit is contained in:
parent
b373845843
commit
a2225a78f4
2 changed files with 2 additions and 2 deletions
|
@ -177,7 +177,7 @@ config.stashes = {
|
||||||
weight = 60000,
|
weight = 60000,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
coords = vvector3(-201.71, -1601.38, 35.05),
|
coords = vector3(-201.71, -1601.38, 35.05),
|
||||||
textUiLabel = 'öffnen',
|
textUiLabel = 'öffnen',
|
||||||
name = 'jmfridge', -- uniq name
|
name = 'jmfridge', -- uniq name
|
||||||
label = 'Kühlschrank',
|
label = 'Kühlschrank',
|
||||||
|
|
|
@ -96,7 +96,7 @@ return {
|
||||||
-- There is a chance that their lockpick will break. In percentage,
|
-- There is a chance that their lockpick will break. In percentage,
|
||||||
-- What chance do you want their lockpick to break? To never break, set 0
|
-- What chance do you want their lockpick to break? To never break, set 0
|
||||||
-- To break every time, set 100
|
-- To break every time, set 100
|
||||||
breakChance = 50,
|
breakChance = 40,
|
||||||
-- After a player succesfully robs a register, there is this "noteChance" they
|
-- After a player succesfully robs a register, there is this "noteChance" they
|
||||||
-- "Find" the safe's PIN "under the register" and can skip the computer hacking
|
-- "Find" the safe's PIN "under the register" and can skip the computer hacking
|
||||||
-- Step if found. In percentage, what chance do they have to find this note?
|
-- Step if found. In percentage, what chance do they have to find this note?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue