👊Job Config
TASKS PRICE AND ITEMS CONFIG
Tasks = {
poop = { -- Toilet cleaning job
decraseTime = 5,
money = 100,
rewardItems = {
{ name = "prison_rustynail", label = "Rusty Nail", amount = 1 },
{ name = "prison_tornglove", label = "Torn Glove", amount = 1 }
}
},
dish = { -- Dishwashing job
decraseTime = 10,
money = 200,
rewardItems = {
{ name = "prison_soapresidue", label = "Soap Residue", amount = 1 },
{ name = "prison_plateshard", label = "Broken Plate Shard", amount = 1 }
}
},
gym = { -- Gym training job
decraseTime = 15,
money = 300,
rewardItems = {
{ name = "prison_barbellrod", label = "Bent Barbell Rod", amount = 1 },
{ name = "prison_sweatytowel", label = "Sweaty Towel", amount = 1 }
}
}
},CLEANING JOB CONFIG
DISH JOB CONFIG
GYM JOB CONFIG
Last updated