forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
f5027b3f53
commit
0095e95113
1 changed files with 5 additions and 5 deletions
|
@ -1261,7 +1261,7 @@ Config.Items = {
|
|||
},
|
||||
["beer"] = {
|
||||
uses = 3,
|
||||
prop = { model = `prop_cs_beer_bot_01`, boneId = 18905, offset = vec3(0.1, 0.01, 0.01), rotation = vec3(100.0, 0.0, -180.0) },
|
||||
prop = { model = `prop_cs_beer_bot_01`, boneId = 28422, offset = vec3(0.0, 0.00, 0.00), rotation = vec3(0.0, 0.0, 0.0) },
|
||||
animation = { dict = "mp_player_intdrink", anim = "loop_bottle", time = 2000, params = { nil, nil, nil, 49 } },
|
||||
effect = { name = "drunk", time = 500000, intensity = 1.0 },
|
||||
status = { -- Per use. Values are based on percentage of the max value of the status. If below zero, it will remove the status percentage.
|
||||
|
@ -1275,7 +1275,7 @@ Config.Items = {
|
|||
},
|
||||
["spazi"] = {
|
||||
uses = 2,
|
||||
prop = { model = `bzzz_new_snacks_pepsiloca_b`, boneId = 18905, offset = vec3(0.1, 0.01, 0.01), rotation = vec3(100.0, 0.0, -180.0) },
|
||||
prop = { model = `bzzz_new_snacks_pepsiloca_b`, 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.
|
||||
|
@ -1289,7 +1289,7 @@ Config.Items = {
|
|||
},
|
||||
["spazi_limo"] = {
|
||||
uses = 2,
|
||||
prop = { model = `bzzz_new_snacks_pepsiloca_a`, boneId = 28422, offset = vec3(0.1, 0.01, 0.01), rotation = vec3(100.0, 0.0, -180.0) },
|
||||
prop = { model = `bzzz_new_snacks_pepsiloca_a`, 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.
|
||||
|
@ -1303,7 +1303,7 @@ Config.Items = {
|
|||
},
|
||||
["ecoal_dose"] = {
|
||||
uses = 1,
|
||||
prop = { model = `prop_ecola_can`, boneId = 28422, offset = vec3(0.1, 0.01, 0.01), rotation = vec3(100.0, 0.0, -180.0) },
|
||||
prop = { model = `prop_ecola_can`, 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.
|
||||
|
@ -1317,7 +1317,7 @@ Config.Items = {
|
|||
},
|
||||
["sprunk_dose"] = {
|
||||
uses = 1,
|
||||
prop = { model = `prop_ecola_can`, boneId = 28422, offset = vec3(0.1, 0.01, 0.01), rotation = vec3(100.0, 0.0, -180.0) },
|
||||
prop = { model = `prop_ecola_can`, 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue