Delivery Options
Boosting Options Config (options.lua)
options.lua)Example Config
Config.Options = {
["d"] = { vinscratch = {...}, chopshop = {...}, delivery = {...} },
["c"] = { vinscratch = {...}, chopshop = {...}, delivery = {...} },
["b"] = { vinscratch = {...}, chopshop = {...}, delivery = {...} },
["a"] = { vinscratch = {...}, chopshop = {...}, delivery = {...} },
["s"] = { vinscratch = {...}, chopshop = {...}, delivery = {...} }
}Options per Activity
1. Vinscratch
vinscratch = {
enabled = true,
reward = 30, -- percentage of class reward
kcoin = 25 -- percentage of kcoin reward
}2. Chopshop
3. Delivery
Notes
Last updated