forked from Simnation/Main
all
This commit is contained in:
parent
d230392505
commit
1c686309c4
2 changed files with 3 additions and 2 deletions
|
@ -349,7 +349,7 @@ Config.Items = {
|
||||||
},
|
},
|
||||||
["schnitzelbroetchen"] = {
|
["schnitzelbroetchen"] = {
|
||||||
uses = 1,
|
uses = 1,
|
||||||
prop = { model = `prop_sandwich_01`, boneId = 28422, offset = vec3(0.1114, 0.0389, 0.0497), rotation = vec3(160.2057, 77.8283, -7.5425) },
|
prop = { model = `prop_sandwich_01`, 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 = "mp_player_int_eat_burger", time = 2000, params = { nil, nil, nil, 49 } },
|
idle = { dict = "mp_player_inteat@burger", anim = "mp_player_int_eat_burger", 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 } },
|
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.
|
status = { -- Per use. Values are based on percentage of the max value of the status. If below zero, it will remove the status percentage.
|
||||||
|
@ -1616,7 +1616,6 @@ Config.Items = {
|
||||||
prop = { model = `p_amb_coffeecup_01`, boneId = 28422, offset = vec3(0.0, 0.0, 0.0), rotation = vec3(0.0, 0.0, 0.0) },
|
prop = { model = `p_amb_coffeecup_01`, boneId = 28422, offset = vec3(0.0, 0.0, 0.0), rotation = vec3(0.0, 0.0, 0.0) },
|
||||||
idle = { dict = "amb@world_human_drinking@coffee@male@idle_a", anim = "idle_c", time = 2000, params = { nil, nil, nil, 49 } },
|
idle = { dict = "amb@world_human_drinking@coffee@male@idle_a", anim = "idle_c", time = 2000, params = { nil, nil, nil, 49 } },
|
||||||
animation = { dict = "amb@world_human_drinking@coffee@male@idle_a", anim = "idle_c", time = 2000, params = { nil, nil, nil, 49 } },
|
animation = { dict = "amb@world_human_drinking@coffee@male@idle_a", anim = "idle_c", time = 2000, params = { nil, nil, nil, 49 } },
|
||||||
effect = { name = "caffeine_boost", time = 360000, intensity = 1.0 },
|
|
||||||
status = {
|
status = {
|
||||||
hunger = 0,
|
hunger = 0,
|
||||||
thirst = 4,
|
thirst = 4,
|
||||||
|
|
|
@ -177,6 +177,8 @@ Config.BlacklistedVehs = {
|
||||||
[`titan`] = true,
|
[`titan`] = true,
|
||||||
[`rhino`] = true,
|
[`rhino`] = true,
|
||||||
[`mule`] = true,
|
[`mule`] = true,
|
||||||
|
[`blimp`] = true,
|
||||||
|
[`blimp2`] = true,
|
||||||
[`maverick`] = true,
|
[`maverick`] = true,
|
||||||
[`airtug`] = true,
|
[`airtug`] = true,
|
||||||
[`hydra`] = true,
|
[`hydra`] = true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue