36 lines
616 B
Lua
36 lines
616 B
Lua
return {
|
|
callCopsTimeout = 240000,
|
|
|
|
registerReward = {
|
|
min = 80,
|
|
max = 200,
|
|
chanceAtSticky = 30,
|
|
},
|
|
|
|
registerRefresh = {
|
|
min = 90000,
|
|
max = 420000,
|
|
},
|
|
|
|
safeReward = {
|
|
markedBillsAmount = {
|
|
min = 1,
|
|
max = 3,
|
|
},
|
|
markedBillsWorth = {
|
|
min = 230,
|
|
max = 600,
|
|
},
|
|
chanceAtSpecial = 40,
|
|
rolexAmount = {
|
|
min = 2,
|
|
max = 7,
|
|
},
|
|
goldbarAmount = 2,
|
|
},
|
|
|
|
safeRefresh = {
|
|
min = 1200000,
|
|
max = 2400000,
|
|
},
|
|
} |