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,
|
armour = 0,
|
||||||
damageHealth = 0,
|
damageHealth = 0,
|
||||||
},
|
},
|
||||||
["sixtyninepack"] = {
|
["deckelblendno5"] = {
|
||||||
label = 'Opening sixty nine pack',
|
label = 'Packung öffnen',
|
||||||
duration = 10,
|
duration = 10,
|
||||||
requiredItem = nil,
|
requiredItem = nil,
|
||||||
requiredLabel = '',
|
requiredLabel = '',
|
||||||
|
@ -150,8 +150,8 @@ Config.Consumables = {
|
||||||
armour = 0,
|
armour = 0,
|
||||||
damageHealth = 0,
|
damageHealth = 0,
|
||||||
},
|
},
|
||||||
["yukonpack"] = {
|
["kobolbrolle"] = {
|
||||||
label = 'Opening yukon pack',
|
label = 'Packung öffnen',
|
||||||
duration = 10,
|
duration = 10,
|
||||||
requiredItem = nil,
|
requiredItem = nil,
|
||||||
requiredLabel = '',
|
requiredLabel = '',
|
||||||
|
@ -169,11 +169,30 @@ Config.Consumables = {
|
||||||
armour = 0,
|
armour = 0,
|
||||||
damageHealth = 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"] = {
|
["cigs"] = {
|
||||||
label = 'Rauchen',
|
label = 'Rauchen',
|
||||||
duration = 20,
|
duration = 20,
|
||||||
requiredItem = 'lighter',
|
requiredItem = 'lighter',
|
||||||
requiredLabel = 'Lighter',
|
requiredLabel = '',
|
||||||
returnItem = false,
|
returnItem = false,
|
||||||
returned = nil,
|
returned = nil,
|
||||||
amountReturned = 0,
|
amountReturned = 0,
|
||||||
|
@ -188,9 +207,28 @@ Config.Consumables = {
|
||||||
armour = 10,
|
armour = 10,
|
||||||
damageHealth = 5,
|
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"] = {
|
["vape"] = {
|
||||||
label = 'Smoking vape',
|
label = 'vapen',
|
||||||
duration = 20,
|
duration = 30,
|
||||||
requiredItem = 'vapejuice',
|
requiredItem = 'vapejuice',
|
||||||
requiredLabel = 'Vape Juice',
|
requiredLabel = 'Vape Juice',
|
||||||
returnItem = false,
|
returnItem = false,
|
||||||
|
@ -207,6 +245,28 @@ Config.Consumables = {
|
||||||
armour = 10,
|
armour = 10,
|
||||||
damageHealth = 0,
|
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