1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-28 23:56:52 +02:00
parent 596e1b304d
commit 8fbef96ae9
2 changed files with 0 additions and 5 deletions

View file

@ -1834,7 +1834,6 @@ Config.Items = {
prop = { model = `h4_prop_club_water_bottle`, boneId = 28422, offset = vec3(0.0, 0.00, -0.20), rotation = vec3(0.0, 0.0, 0.0) }, prop = { model = `h4_prop_club_water_bottle`, boneId = 28422, offset = vec3(0.0, 0.00, -0.20), 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 } }, 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 } }, animation = { dict = "mini@sprunk", anim = "plyr_buy_drink_pt2", time = 2000, params = { nil, nil, nil, 49 } },
pfandItem = "empty_bottle", -- Hier wird das Pfand-Item definiert
status = { -- Per use. Values are based on percentage of the max value of the status. If below zero, it will remove the status percentage. 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, hunger = 0,
thirst = 20, thirst = 20,
@ -1849,7 +1848,6 @@ Config.Items = {
prop = { model = `sf_prop_sf_can_01a`, boneId = 28422, offset = vec3(0.0, 0.00, -0.07), rotation = vec3(0.0, 0.0, 0.0) }, prop = { model = `sf_prop_sf_can_01a`, boneId = 28422, offset = vec3(0.0, 0.00, -0.07), 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 } }, 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 } }, animation = { dict = "mini@sprunk", anim = "plyr_buy_drink_pt2", time = 2000, params = { nil, nil, nil, 49 } },
pfandItem = "empty_can", -- Hier wird das Pfand-Item definiert
status = { -- Per use. Values are based on percentage of the max value of the status. If below zero, it will remove the status percentage. 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, hunger = 0,
thirst = 15, thirst = 15,
@ -1878,7 +1876,6 @@ Config.Items = {
prop = { model = `ng_proc_sodacan_01b`, boneId = 28422, offset = vec3(0.0, 0.00, -0.07), rotation = vec3(0.0, 0.0, 0.0) }, prop = { model = `ng_proc_sodacan_01b`, boneId = 28422, offset = vec3(0.0, 0.00, -0.07), 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 } }, 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 } }, animation = { dict = "mini@sprunk", anim = "plyr_buy_drink_pt2", time = 2000, params = { nil, nil, nil, 49 } },
pfandItem = "empty_can", -- Hier wird das Pfand-Item definiert
status = { -- Per use. Values are based on percentage of the max value of the status. If below zero, it will remove the status percentage. 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, hunger = 0,
thirst = 10, thirst = 10,
@ -1893,7 +1890,6 @@ Config.Items = {
prop = { model = `sf_prop_sf_can_01a`, boneId = 28422, offset = vec3(0.0, 0.00, -0.07), rotation = vec3(0.0, 0.0, 0.0) }, prop = { model = `sf_prop_sf_can_01a`, boneId = 28422, offset = vec3(0.0, 0.00, -0.07), 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 } }, 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 } }, animation = { dict = "mini@sprunk", anim = "plyr_buy_drink_pt2", time = 2000, params = { nil, nil, nil, 49 } },
pfandItem = "empty_can", -- Hier wird das Pfand-Item definiert
status = { -- Per use. Values are based on percentage of the max value of the status. If below zero, it will remove the status percentage. 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, hunger = 0,
thirst = 20, thirst = 20,

View file

@ -25,7 +25,6 @@ shared_scripts {
server_scripts { server_scripts {
'bridge/**/server.lua', 'bridge/**/server.lua',
'modules/pfandsystem/init.lua', -- Diese Zeile hinzufügen
'modules/**/server.lua', 'modules/**/server.lua',
} }