36 lines
616 B
Lua
Raw Normal View History

2025-04-07 01:41:12 +00:00
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,
},
}