forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
5b1100803f
commit
1b626a675e
1 changed files with 21 additions and 3 deletions
|
@ -118,8 +118,8 @@ Config.Consumables = {
|
|||
requiredItem = nil,
|
||||
requiredLabel = '',
|
||||
returnItem = true,
|
||||
returned = 'cigs',
|
||||
amountReturned = 20,
|
||||
returned = 'lolli',
|
||||
amountReturned = 6,
|
||||
dict = 'amb@prop_human_parking_meter@female@base',
|
||||
anim = 'base_female',
|
||||
flags = 49,
|
||||
|
@ -264,7 +264,25 @@ Config.Consumables = {
|
|||
armour = 10,
|
||||
damageHealth = 0,
|
||||
},
|
||||
|
||||
["lolli"] = {
|
||||
label = 'lutschen',
|
||||
duration = 20,
|
||||
requiredItem = false,
|
||||
requiredLabel = '',
|
||||
returnItem = false,
|
||||
returned = nil,
|
||||
amountReturned = 0,
|
||||
dict = 'amb@world_human_smoking@male@male_a@enter',
|
||||
anim = 'base',
|
||||
flags = 49,
|
||||
prop = 'bzzz_sugary_lollipop_b',
|
||||
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