🍔Consumables
Config.ConsumablesEat = {
["burger-bleeder"] = {
customanim = "default", -- either default or prop
food_to_gain_min = 35,
food_to_gain_max = 75,
stress_relief_minx = 0,
stress_relief_maxx = 2,
--- Below Can be ignored if customanim is default
customemote = "eat_burger", -- from Config.CustomAnimations
---
},
}
Config.ConsumablesDrink = {
["burger-softdrink"] = {
customanim = "prop", -- either default or prop
thirst_to_gain_min = 35,
thirst_to_gain_max = 75,
--- Below Can be ignored if customanim is default
customemote = "drink_burgershot", -- from Config.CustomAnimations
---
},
}Last updated