forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
0d55671de4
commit
e8df587318
1 changed files with 19 additions and 0 deletions
|
@ -207,6 +207,25 @@ Config.Consumables = {
|
|||
armour = 10,
|
||||
damageHealth = 5,
|
||||
},
|
||||
["zig"] = {
|
||||
label = 'Rauchen',
|
||||
duration = 10,
|
||||
requiredItem = 'lighter',
|
||||
requiredLabel = '',
|
||||
returnItem = false,
|
||||
returned = nil,
|
||||
amountReturned = 0,
|
||||
dict = 'amb@world_human_aa_smoke@male@idle_a',
|
||||
anim = 'idle_c',
|
||||
flags = 49,
|
||||
prop = 'bzzz_cigarpack_cig002',
|
||||
bone = 28422,
|
||||
pos = vec3(0.0, 0.0, 0.0),
|
||||
rot = vec3(0.0, 0.0, 0.0),
|
||||
stress = 25,
|
||||
armour = 10,
|
||||
damageHealth = 5,
|
||||
},
|
||||
["cigar"] = {
|
||||
label = 'Rauchen',
|
||||
duration = 40,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue