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,
|
requiredItem = nil,
|
||||||
requiredLabel = '',
|
requiredLabel = '',
|
||||||
returnItem = true,
|
returnItem = true,
|
||||||
returned = 'cigs',
|
returned = 'lolli',
|
||||||
amountReturned = 20,
|
amountReturned = 6,
|
||||||
dict = 'amb@prop_human_parking_meter@female@base',
|
dict = 'amb@prop_human_parking_meter@female@base',
|
||||||
anim = 'base_female',
|
anim = 'base_female',
|
||||||
flags = 49,
|
flags = 49,
|
||||||
|
@ -264,7 +264,25 @@ Config.Consumables = {
|
||||||
armour = 10,
|
armour = 10,
|
||||||
damageHealth = 0,
|
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