7 lines
210 B
Lua
7 lines
210 B
Lua
|
|
return {
|
||
|
|
maxLocations = 10, -- amount of locations before being forced to return to station to reload,
|
||
|
|
spawnBreakTime = 300000,
|
||
|
|
bailPrice = 250,
|
||
|
|
paymentTax = 15,
|
||
|
|
drops = {min = 1, max = 3}
|
||
|
|
}
|