Jim-Consumables
----bzzz Christmas
["mug_a"] = {"mp_player_intdrink", "loop_bottle", "Trinke eine Tasse", AnimationOptions =
{ Prop = "bzzz_food_xmas_mug_a", PropBone = 18905, PropPlacement = {0.09, -0.01, 0.08, -44.0, 137.0, 9.0},
EmoteMoving = true, EmoteLoop = true, }},
["mug_b"] = {"mp_player_intdrink", "loop_bottle", "Trinke eine Tasse", AnimationOptions =
{ Prop = "bzzz_food_xmas_mug_b", PropBone = 18905, PropPlacement = {0.09, -0.01, 0.08, -44.0, 137.0, 9.0},
EmoteMoving = true, EmoteLoop = true, }},
["mulled_wine"] = {"mp_player_intdrink", "loop_bottle", "Trinke einen Wein", AnimationOptions =
{ Prop = "bzzz_food_xmas_mulled_wine_a", PropBone = 18905, PropPlacement = {0.13, 0.03, 0.05, -110.0, -47.0, 7.0},
EmoteMoving = true, EmoteLoop = true, }},
["gingerbread"] = {"mp_player_inteat@burger", "p_player_int_eat_burger", "Esse ein Lebkuchen", AnimationOptions =
{ Prop = 'bzzz_food_xmas_gingerbread_a', PropBone = 18905, PropPlacement = {0.16, 0.04, 0.03, 18.0, 164.0, -5.0},
EmoteMoving = true, EmoteLoop = true }},
["xlollipop_a"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Vernasche eine Zuckerstange", AnimationOptions =
{ Prop = 'bzzz_food_xmas_lollipop_a', PropBone = 18905, PropPlacement = {0.16, 0.02, 0.03, -73.0, 146.0, -5.0},
EmoteMoving = true, EmoteLoop = true }},
["xlollipop_b"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Vernasche eine Zuckerstange", AnimationOptions =
{ Prop = 'bzzz_food_xmas_lollipop_b', PropBone = 18905, PropPlacement = {0.16, 0.02, 0.03, -73.0, 146.0, -5.0},
EmoteMoving = true, EmoteLoop = true }},
["xlollipop_c"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Vernasche eine Zuckerstange", AnimationOptions =
{ Prop = 'bzzz_food_xmas_lollipop_c', PropBone = 18905, PropPlacement = {0.16, 0.02, 0.03, -73.0, 146.0, -5.0},
EmoteMoving = true, EmoteLoop = true }},
["xlollipop_d"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Vernasche eine Zuckerstange", AnimationOptions =
{ Prop = 'bzzz_food_xmas_lollipop_d', PropBone = 18905, PropPlacement = {0.16, 0.02, 0.03, -73.0, 146.0, -5.0},
EmoteMoving = true, EmoteLoop = true }},
["xlollipop_e"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Vernasche eine Zuckerstange", AnimationOptions =
{ Prop = 'bzzz_food_xmas_lollipop_e', PropBone = 18905, PropPlacement = {0.16, 0.02, 0.03, -73.0, 146.0, -5.0},
EmoteMoving = true, EmoteLoop = true }},
["macaroon"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Vernasche eine Macaroon", AnimationOptions =
{ Prop = 'bzzz_food_xmas_macaroon_a', PropBone = 18905, PropPlacement = {0.15, 0.07, 0.00, -38.0, -7.0, 7.0},
EmoteMoving = true, EmoteLoop = true }},
and
--bzzzz Christmas
["mug_a"] = { emote = "mug_a", canRun = true, time = math.random(5000, 6000), stress = math.random(2, 4), heal = 0, armor = 0, type = "alcohol", stats = { effect = "stamina", time = 10000, thirst = math.random(10,20), }},
["mug_b"] = { emote = "mug_b", canRun = true, time = math.random(5000, 6000), stress = math.random(2, 4), heal = 0, armor = 0, type = "alcohol", stats = { time = 5000, thirst = math.random(10,20), }},
["mulled_wine"] = { emote = "mulled_wine", canRun = true, time = math.random(5000, 6000), stress = math.random(2, 4), heal = 0, armor = 0, type = "alcohol", stats = { thirst = math.random(10,20), }},
["gingerbread"] = { emote = "gingerbread", canRun = true, time = math.random(5000, 6000), stress = math.random(2, 4), heal = 0, armor = 0, type = "food", stats = { effect = "stress", time = 5000, amount = 2, hunger = math.random(5,10), canOD = true }},
["xlollipop_a"] = { emote = "xlollipop_a", canRun = true, time = math.random(5000, 6000), stress = math.random(2, 4), heal = 0, armor = 0, type = "food", stats = { effect = "stress", time = 5000, amount = 2, hunger = math.random(15,25), canOD = true }},
["xlollipop_b"] = { emote = "xlollipop_b", canRun = true, time = math.random(5000, 6000), stress = math.random(2, 4), heal = 0, armor = 0, type = "food", stats = { effect = "stress", time = 5000, amount = 2, hunger = math.random(5,10), canOD = true }},
["xlollipop_c"] = { emote = "xlollipop_c", canRun = true, time = math.random(5000, 6000), stress = math.random(2, 4), heal = 0, armor = 0, type = "food", stats = { effect = "stress", time = 5000, amount = 2, hunger = math.random(5,10), canOD = true }},
["xlollipop_d"] = { emote = "xlollipop_d", canRun = true, time = math.random(5000, 6000), stress = math.random(2, 4), heal = 0, armor = 0, type = "food", stats = { effect = "stress", time = 5000, amount = 2, hunger = math.random(10,20), canOD = true }},
["xlollipop_e"] = { emote = "xlollipop_e", canRun = true, time = math.random(5000, 6000), stress = math.random(2, 4), heal = 0, armor = 0, type = "food", stats = { effect = "stress", time = 5000, amount = 2, hunger = math.random(10,20), canOD = true }},
["macaroon"] = { emote = "macaroon", canRun = true, time = math.random(5000, 6000), stress = math.random(2, 4), heal = 0, armor = 0, type = "food", stats = { effect = "stress", time = 5000, amount = 2, hunger = math.random(10,20), canOD = true }},
THX for you work