forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
390361fabc
commit
d72c9da166
1 changed files with 2 additions and 2 deletions
|
@ -168,7 +168,7 @@ Config.Items = {
|
|||
},
|
||||
["snikkel_candy"] = {
|
||||
uses = 1,
|
||||
prop = { model = `prop_choc_ego`, boneId = 18905, offset = vec3(0.1114, 0.0389, 0.0497), rotation = vec3(160.2057, 77.8283, -7.5425) },
|
||||
prop = { model = `prop_choc_ego`, boneId = 18905, offset = vec3(0.13, 0.05, 0.02), rotation = vec3(120.0, 196.0, 60.0) },
|
||||
animation = { dict = "mp_player_inteat@burger", anim = "mp_player_int_eat_burger_fp", 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 = 10,
|
||||
|
@ -1569,7 +1569,7 @@ Config.Items = {
|
|||
},
|
||||
["campers_fuel"] = {
|
||||
uses = 1,
|
||||
prop = { model = `sf_p_sf_grass_gls_s_01a`, boneId = 28422, offset = vec3(0.0, 0.00, 0.00), rotation = vec3(0.0, 0.0, 0.0) },
|
||||
prop = { model = `sf_p_sf_grass_gls_s_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 } },
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue