forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
5190cf1220
commit
3ec5db7668
1 changed files with 25 additions and 7 deletions
|
@ -204,7 +204,7 @@ Config.Consumables = {
|
|||
pos = vec3(0.0, 0.0, 0.0),
|
||||
rot = vec3(0.0, 0.0, 0.0),
|
||||
stress = 25,
|
||||
armour = 10,
|
||||
armour = 0,
|
||||
damageHealth = 5,
|
||||
},
|
||||
["zig"] = {
|
||||
|
@ -223,7 +223,7 @@ Config.Consumables = {
|
|||
pos = vec3(0.0, 0.0, 0.0),
|
||||
rot = vec3(0.0, 0.0, 0.0),
|
||||
stress = 25,
|
||||
armour = 10,
|
||||
armour = 0,
|
||||
damageHealth = 5,
|
||||
},
|
||||
["cigar"] = {
|
||||
|
@ -242,7 +242,7 @@ Config.Consumables = {
|
|||
pos = vec3(0.0, 0.0, 0.0),
|
||||
rot = vec3(0.0, 0.0, 0.0),
|
||||
stress = 25,
|
||||
armour = 10,
|
||||
armour = 0,
|
||||
damageHealth = 5,
|
||||
},
|
||||
["vapejuice"] = {
|
||||
|
@ -261,7 +261,7 @@ Config.Consumables = {
|
|||
pos = vec3(-0.029, 0.007, -0.005),
|
||||
rot = vec3(91.0, 270.0, -180.0),
|
||||
stress = 25,
|
||||
armour = 10,
|
||||
armour = 0,
|
||||
damageHealth = 0,
|
||||
},
|
||||
["packtobbaco"] = {
|
||||
|
@ -280,7 +280,7 @@ Config.Consumables = {
|
|||
pos = vec3(-0.07, 0.13, 0.05),
|
||||
rot = vec3(-20.0, 70.0, -36.0),
|
||||
stress = 25,
|
||||
armour = 10,
|
||||
armour = 0,
|
||||
damageHealth = 0,
|
||||
},
|
||||
["lolli"] = {
|
||||
|
@ -299,10 +299,28 @@ Config.Consumables = {
|
|||
pos = vec3(-0.07, 0.13, 0.05),
|
||||
rot = vec3(-20.0, 70.0, -36.0),
|
||||
stress = 25,
|
||||
armour = 10,
|
||||
armour = 0,
|
||||
damageHealth = 0,
|
||||
},
|
||||
["droelfbar"] = {
|
||||
label = 'vapen',
|
||||
duration = 30,
|
||||
requiredItem = false,
|
||||
requiredLabel = '',
|
||||
returnItem = false,
|
||||
returned = nil,
|
||||
amountReturned = 0,
|
||||
dict = 'amb@world_human_smoking@male@male_b@base',
|
||||
anim = 'base',
|
||||
flags = 49,
|
||||
prop = 'xm3_prop_xm3_vape_01a',
|
||||
bone = 28422,
|
||||
pos = vec3(-0.029, 0.007, -0.005),
|
||||
rot = vec3(91.0, 270.0, -180.0),
|
||||
stress = 25,
|
||||
armour = 0,
|
||||
damageHealth = 0,
|
||||
},
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue