forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
b976f64fe7
commit
253cc4fb9b
1 changed files with 67 additions and 7 deletions
|
@ -131,8 +131,8 @@ Config.Consumables = {
|
|||
armour = 0,
|
||||
damageHealth = 0,
|
||||
},
|
||||
["sixtyninepack"] = {
|
||||
label = 'Opening sixty nine pack',
|
||||
["deckelblendno5"] = {
|
||||
label = 'Packung öffnen',
|
||||
duration = 10,
|
||||
requiredItem = nil,
|
||||
requiredLabel = '',
|
||||
|
@ -150,8 +150,8 @@ Config.Consumables = {
|
|||
armour = 0,
|
||||
damageHealth = 0,
|
||||
},
|
||||
["yukonpack"] = {
|
||||
label = 'Opening yukon pack',
|
||||
["kobolbrolle"] = {
|
||||
label = 'Packung öffnen',
|
||||
duration = 10,
|
||||
requiredItem = nil,
|
||||
requiredLabel = '',
|
||||
|
@ -169,11 +169,30 @@ Config.Consumables = {
|
|||
armour = 0,
|
||||
damageHealth = 0,
|
||||
},
|
||||
["whiskeywickel"] = {
|
||||
label = 'Kiste öffnen',
|
||||
duration = 10,
|
||||
requiredItem = nil,
|
||||
requiredLabel = '',
|
||||
returnItem = true,
|
||||
returned = 'cigar',
|
||||
amountReturned = 10,
|
||||
dict = 'amb@prop_human_parking_meter@female@base',
|
||||
anim = 'base_female',
|
||||
flags = 49,
|
||||
prop = 'p_cigar_pack_02_s',
|
||||
bone = 57005,
|
||||
pos = vec3(0.14, 0.01, -0.03),
|
||||
rot = vec3(2.0, 68.0, -32.0),
|
||||
stress = 0,
|
||||
armour = 0,
|
||||
damageHealth = 0,
|
||||
},
|
||||
["cigs"] = {
|
||||
label = 'Rauchen',
|
||||
duration = 20,
|
||||
requiredItem = 'lighter',
|
||||
requiredLabel = 'Lighter',
|
||||
requiredLabel = '',
|
||||
returnItem = false,
|
||||
returned = nil,
|
||||
amountReturned = 0,
|
||||
|
@ -188,9 +207,28 @@ Config.Consumables = {
|
|||
armour = 10,
|
||||
damageHealth = 5,
|
||||
},
|
||||
["cigar"] = {
|
||||
label = 'Rauchen',
|
||||
duration = 40,
|
||||
requiredItem = 'lighter',
|
||||
requiredLabel = '',
|
||||
returnItem = false,
|
||||
returned = nil,
|
||||
amountReturned = 0,
|
||||
dict = 'amb@world_human_aa_smoke@male@idle_a',
|
||||
anim = 'idle_c',
|
||||
flags = 49,
|
||||
prop = 'lux_prop_cigar_01_luxe',
|
||||
bone = 28422,
|
||||
pos = vec3(0.0, 0.0, 0.0),
|
||||
rot = vec3(0.0, 0.0, 0.0),
|
||||
stress = 25,
|
||||
armour = 10,
|
||||
damageHealth = 5,
|
||||
},
|
||||
["vape"] = {
|
||||
label = 'Smoking vape',
|
||||
duration = 20,
|
||||
label = 'vapen',
|
||||
duration = 30,
|
||||
requiredItem = 'vapejuice',
|
||||
requiredLabel = 'Vape Juice',
|
||||
returnItem = false,
|
||||
|
@ -207,6 +245,28 @@ Config.Consumables = {
|
|||
armour = 10,
|
||||
damageHealth = 0,
|
||||
},
|
||||
["pipe"] = {
|
||||
label = 'Pfeife rauchen',
|
||||
duration = 2600,
|
||||
requiredItem = 'packtobbaco',
|
||||
requiredLabel = '',
|
||||
returnItem = false,
|
||||
returned = nil,
|
||||
amountReturned = 0,
|
||||
dict = 'amb@world_human_smoking@male@male_a@enter',
|
||||
anim = 'enter',
|
||||
flags = 49,
|
||||
prop = 'bzzz_prop_smoking_pipe_a',
|
||||
bone = 12844,
|
||||
pos = vec3(-0.07, 0.13, 0.05),
|
||||
rot = vec3(-20.0, 70.0, -36.0),
|
||||
stress = 25,
|
||||
armour = 10,
|
||||
damageHealth = 0,
|
||||
},
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue