- ['frenchy_panini'] = {
label = 'Frenchy Panini',
description = "Un panini à la frenchy",
weight = 1,
stack = true,
close = true,
client = {
status = { hunger = 200000 },
anim = 'eating',
prop = 'burger',
usetime = 2500,
notification = 'Tu a manger un delicieux Frenchy Panini'
},
},
['frenchy_sandwich'] = {
label = 'Frenchy Sandwich',
description = "Un sandwich Frenchy",
weight = 1,
stack = true,
close = true,
client = {
status = { hunger = 200000 },
anim = 'eating',
prop = 'burger',
usetime = 2500,
notification = 'Tu a manger un delicieux Frenchy Sandwich'
},
},
['juice_mangue'] = {
label = 'Jus de Mangue',
description = "Un jus de mangue frais.",
weight = 1,
stack = true,
close = true,
client = {
status = { hunger = 200000 },
anim = 'eating',
prop = 'burger',
usetime = 2500,
notification = 'Tu a manger un delicieux Frenchy Sandwich'
},
},
['juice_peach'] = {
label = 'Jus de Pêche',
description = "Un jus de pêche rafraîchissant.",
weight = 1,
stack = true,
close = true,
client = {
status = { thirst = 30000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = 'prop_cs_cola', pos = vec3(0.01, 0.01, 0.06), rot = vec3(0.0, 0.0, 0.0) },
usetime = 2500,
notification = 'Vous avez bu un Jus de Pêche'
},
},
['juice_fraise'] = {
label = 'Jus de Fraise',
description = "Un jus de fraise sucré.",
weight = 1,
stack = true,
close = true,
client = {
status = { thirst = 30000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = 'prop_cs_cola', pos = vec3(0.01, 0.01, 0.06), rot = vec3(0.0, 0.0, 0.0) },
usetime = 2500,
notification = 'Vous avez bu un Jus de Pêche'
},
},
['verre'] = {
label = 'Verre',
description = "Un verre vide pour servir des boissons.",
weight = 1,
stack = true,
},
['charcuterie'] = {
label = 'Charcuterie',
description = "Un assortiment de charcuterie.",
weight = 1,
stack = true,
},
['pain'] = {
label = 'Pain',
description = "Un morceau de pain frais.",
weight = 1,
stack = true,
}