From df0dc72db7faa7e4ec728d0b91c4bdecd3f9a6cd Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Wed, 18 Jun 2025 00:38:03 +0200 Subject: [PATCH] Update config.lua --- .../[inventory]/pickle_consumables/config.lua | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/resources/[inventory]/pickle_consumables/config.lua b/resources/[inventory]/pickle_consumables/config.lua index 02435aa9a..43be8ae2d 100644 --- a/resources/[inventory]/pickle_consumables/config.lua +++ b/resources/[inventory]/pickle_consumables/config.lua @@ -2320,5 +2320,36 @@ Config.Items = { stamina = 0, } }, + ["applejuice"] = { + uses = 1, + prop = { model = `bzzz_tree_juice_red`, boneId = 28422, offset = vec3(0.0, 0.00, 0.00), rotation = vec3(0.0, 0.0, 0.0) }, + idle = { dict = "amb@code_human_wander_drinking_fat@beer@male@base", anim = "static", time = 2000, params = { nil, nil, nil, 49 } }, + animation = { dict = "mini@sprunk", anim = "plyr_buy_drink_pt2", time = 2000, params = { nil, nil, nil, 49 } }, + status = { -- Per use. Values are based on percentage of the max value of the status. If below zero, it will remove the status percentage. + hunger = 0, + thirst = 6, + stress = 0, + armor = 0, + alcohol = 0, + stamina = 0, + } + }, + ["orangejuice"] = { + uses = 1, + prop = { model = `bzzz_tree_juice_red`, boneId = 28422, offset = vec3(0.0, 0.00, 0.00), rotation = vec3(0.0, 0.0, 0.0) }, + idle = { dict = "amb@code_human_wander_drinking_fat@beer@male@base", anim = "static", time = 2000, params = { nil, nil, nil, 49 } }, + animation = { dict = "mini@sprunk", anim = "plyr_buy_drink_pt2", time = 2000, params = { nil, nil, nil, 49 } }, + status = { -- Per use. Values are based on percentage of the max value of the status. If below zero, it will remove the status percentage. + hunger = 0, + thirst = 6, + stress = 0, + armor = 0, + alcohol = 0, + stamina = 0, + } + }, + + + }