forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
9fe9baed4e
commit
393f173e85
1 changed files with 4 additions and 4 deletions
|
@ -197,7 +197,7 @@ Config.Items = {
|
|||
uses = 1,
|
||||
prop = { model = `v_res_fa_potnoodle`, boneId = 28422, offset = vec3(0.08, -0.04, 0.07), rotation = vec3(-30.0, 10.0, 0.0) },
|
||||
idle = { dict = "anim@scripted@island@special_peds@pavel@hs4_pavel_ig5_caviar_p1", anim = "static", time = 2000, params = { nil, nil, nil, 49 } },
|
||||
animation = { dict = "bzzz_restaurant_eat", anim = "bzzz_restaurant_eat", time = 2000, params = { nil, nil, nil, 49 } },
|
||||
animation = { dict = "bzzz@restaurant@eat", anim = "bzzz_restaurant_eat", 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,
|
||||
thirst = 0,
|
||||
|
@ -377,7 +377,7 @@ Config.Items = {
|
|||
},
|
||||
["stevens_apfelmustorte"] = {
|
||||
uses = 1,
|
||||
prop = { model = `bzzz_sugary_applepie_c`, boneId = 18905, offset = vec3(0.1114, 0.0389, 0.0497), rotation = vec3(160.2057, 77.8283, -7.5425) },
|
||||
prop = { model = `bzzz_sugary_applepie_b`, boneId = 18905, offset = vec3(0.1114, 0.0389, 0.0497), rotation = vec3(160.2057, 77.8283, -7.5425) },
|
||||
idle = { dict = "mp_player_inteat@burger", anim = "static", time = 2000, params = { nil, nil, nil, 49 } },
|
||||
animation = { dict = "mp_player_inteat@burger", anim = "mp_player_int_eat_burger", 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.
|
||||
|
@ -405,7 +405,7 @@ Config.Items = {
|
|||
},
|
||||
["macrons"] = {
|
||||
uses = 1,
|
||||
prop = { model = `bzzz_sugary_macaron_e`, boneId = 18905, offset = vec3(0.1114, 0.0389, 0.0497), rotation = vec3(160.2057, 77.8283, -7.5425) },
|
||||
prop = { model = `bzzz_sugary_macaron_d`, boneId = 18905, offset = vec3(0.1114, 0.0389, 0.0497), rotation = vec3(160.2057, 77.8283, -7.5425) },
|
||||
idle = { dict = "mp_player_inteat@burger", anim = "static", time = 2000, params = { nil, nil, nil, 49 } },
|
||||
animation = { dict = "mp_player_inteat@burger", anim = "mp_player_int_eat_burger", 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.
|
||||
|
@ -1345,7 +1345,7 @@ Config.Items = {
|
|||
},
|
||||
["bubble_tea"] = {
|
||||
uses = 1,
|
||||
prop = { model = `prop_cs_bs_cup`, boneId = 28422, offset = vec3(0.0, 0.00, 0.00), rotation = vec3(0.0, 0.0, 0.0) },
|
||||
prop = { model = `bzzz_food_bubbletea_a`, 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 } },
|
||||
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