📜Ox_inventory
Eating & Drinking
-- ===========================================
-- HALLOWEEN DRINK ITEMS
-- ===========================================
['ate_halloween_drink_a'] = {
label = 'Halloween Drink A',
weight = 150,
client = {
status = { thirst = 100000 },
anim = 'drinking',
prop = 'ate_halloween_drink_a',
usetime = 1500,
},
},
['ate_halloween_drink_b'] = {
label = 'Halloween Drink B',
weight = 150,
client = {
status = { thirst = 100000 },
anim = 'drinking',
prop = 'ate_halloween_drink_b',
usetime = 1500,
},
},
['ate_halloween_drink_c'] = {
label = 'Halloween Drink C',
weight = 150,
client = {
status = { thirst = 100000 },
anim = 'drinking',
prop = 'ate_halloween_drink_c',
usetime = 1500,
},
},
['ate_halloween_drink_d'] = {
label = 'Halloween Drink D',
weight = 150,
client = {
status = { thirst = 100000 },
anim = 'drinking',
prop = 'ate_halloween_drink_d',
usetime = 1500,
},
},
['ate_halloween_drink_e'] = {
label = 'Halloween Drink E',
weight = 150,
client = {
status = { thirst = 100000 },
anim = 'drinking',
prop = 'ate_halloween_drink_e',
usetime = 1500,
},
},
['ate_halloween_drink_cocktail_a'] = {
label = 'Halloween Cocktail A',
weight = 150,
client = {
status = { thirst = 100000 },
anim = 'drinking',
prop = 'ate_halloween_drink_cocktail_a',
usetime = 1500,
},
},
['ate_halloween_drink_cocktail_b'] = {
label = 'Halloween Cocktail B',
weight = 150,
client = {
status = { thirst = 100000 },
anim = 'drinking',
prop = 'ate_halloween_drink_cocktail_b',
usetime = 1500,
},
},
['ate_halloween_drink_cocktail_c'] = {
label = 'Halloween Cocktail C',
weight = 150,
client = {
status = { thirst = 100000 },
anim = 'drinking',
prop = 'ate_halloween_drink_cocktail_c',
usetime = 1500,
},
},
['ate_halloween_drink_cocktail_d'] = {
label = 'Halloween Cocktail D',
weight = 150,
client = {
status = { thirst = 100000 },
anim = 'drinking',
prop = 'ate_halloween_drink_cocktail_d',
usetime = 1500,
},
},
['ate_halloween_drink_cocktail_e'] = {
label = 'Halloween Cocktail E',
weight = 150,
client = {
status = { thirst = 100000 },
anim = 'drinking',
prop = 'ate_halloween_drink_cocktail_e',
usetime = 1500,
},
},
-- ===========================================
-- HALLOWEEN FOOD ITEMS
-- ===========================================
['ate_halloween_food_brain_a'] = {
label = 'Halloween Brain A',
weight = 200,
client = {
status = { hunger = 200000 },
anim = 'eating',
prop = 'ate_halloween_food_brain_a',
usetime = 2500,
},
},
['ate_halloween_food_cake_c'] = {
label = 'Halloween Cake C',
weight = 350,
client = {
status = { hunger = 350000 },
anim = 'eating',
prop = 'ate_halloween_food_cake_c',
usetime = 3000, -- Un poco más de tiempo para comer un pastel
},
},
['ate_halloween_food_eggs_b'] = {
label = 'Halloween Eggs B',
weight = 150,
client = {
status = { hunger = 150000 },
anim = 'eating',
prop = 'ate_halloween_food_eggs_b',
usetime = 2000,
},
},
['ate_halloween_food_hotdog_b'] = {
label = 'Halloween Hotdog B',
weight = 250,
client = {
status = { hunger = 250000 },
anim = 'eating',
prop = 'ate_halloween_food_hotdog_b',
usetime = 2500,
},
},
['ate_halloween_food_minicake_a'] = {
label = 'Halloween Mini Cake A',
weight = 100,
client = {
status = { hunger = 100000 },
anim = 'eating',
prop = 'ate_halloween_food_minicake_a',
usetime = 1800,
},
},
['ate_halloween_food_minicake_b'] = {
label = 'Halloween Mini Cake B',
weight = 100,
client = {
status = { hunger = 100000 },
anim = 'eating',
prop = 'ate_halloween_food_minicake_b',
usetime = 1800,
},
},
['ate_halloween_food_minicake_c'] = {
label = 'Halloween Mini Cake C',
weight = 100,
client = {
status = { hunger = 100000 },
anim = 'eating',
prop = 'ate_halloween_food_minicake_c',
usetime = 1800,
},
},
['ate_halloween_food_pizza_b'] = {
label = 'Halloween Pizza B',
weight = 300,
client = {
status = { hunger = 300000 },
anim = 'eating',
prop = 'ate_halloween_food_pizza_b',
usetime = 2500,
},
},
Object
-- ===========================================
-- HALLOWEEN NORMAL OBJECTS (Static Items)
-- ===========================================
['ate_halloween_food_cake_a'] = {
label = 'Halloween Cake A',
weight = 500,
stack = false,
close = false
},
['ate_halloween_food_cake_b'] = {
label = 'Halloween Cake B',
weight = 500,
stack = false,
close = false
},
['ate_halloween_food_cake_d'] = {
label = 'Halloween Cake D',
weight = 500,
stack = false,
close = false
},
['ate_halloween_food_cake_e'] = {
label = 'Halloween Cake E',
weight = 500,
stack = false,
close = false
},
['ate_halloween_food_eggs_a'] = {
label = 'Halloween Eggs A',
weight = 200,
stack = false,
close = false
},
['ate_halloween_food_hotdog_a'] = {
label = 'Halloween Hotdog A',
weight = 250,
stack = false,
close = false
},
['ate_halloween_food_jackpie_a'] = {
label = 'Halloween Jack Pie A',
weight = 300,
stack = false,
close = false
},
['ate_halloween_food_minicakes_a'] = {
label = 'Halloween Mini Cakes A',
weight = 150,
stack = false,
close = false
},
['ate_halloween_food_minicakes_b'] = {
label = 'Halloween Mini Cakes B',
weight = 150,
stack = false,
close = false
},
['ate_halloween_food_minicakes_c'] = {
label = 'Halloween Mini Cakes C',
weight = 150,
stack = false,
close = false
},
['ate_halloween_food_pizza_a'] = {
label = 'Halloween Pizza A',
weight = 350,
stack = false,
close = false
},
['ate_halloween_food_pumpkin_slices_a'] = {
label = 'Halloween Pumpkin Slices A',
weight = 400,
stack = false,
close = false
},
['ate_halloween_food_pumpkinsoup_a'] = {
label = 'Halloween Pumpkin Soup A',
weight = 300,
stack = false,
close = false
},
['ate_halloween_food_pumpkinsoup_b'] = {
label = 'Halloween Pumpkin Soup B',
weight = 300,
stack = false,
close = false
},
['ate_halloween_food_pumpkinsoup_bowl_a'] = {
label = 'Halloween Soup Bowl A',
weight = 500,
stack = false,
close = false
},
Última actualización
¿Te fue útil?