This commit is contained in:
Nordi98 2025-08-12 15:22:10 +02:00
parent dfccd319c6
commit 797e88f682
134 changed files with 2785 additions and 0 deletions

View file

@ -0,0 +1,71 @@
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
('coffee', 'Coffee', 1, 0, 1),
('chips_cheese', 'Chips: Big Cheese', 1, 0, 1),
('chips_paprika', 'Chips: Paprika', 1, 0, 1),
('chips_ribs', 'Chips: Sticky Ribs', 1, 0, 1),
('chips_salt', 'Chips: Salt & Sauce', 1, 0, 1),
('chips_supersalt', 'Chips: Super Salt', 1, 0, 1),
('chips_habanero', 'Chips: Habanero', 1, 0, 1),
('chocolate_meteorite', 'Candy: Meteorite', 1, 0, 1),
('chocolate_captain', 'Candy: Captain''s Log', 1, 0, 1),
('condom', 'Condom: Soth Lags', 1, 0, 1),
('candy_zebra', 'Candy: Zebrabar', 1, 0, 1),
('candy_psqs', 'Candy: P''s & Q''s', 1, 0, 1),
('medicine_laxmax', 'Medicine: Lax to the Max', 1, 0, 1),
('medicine_alcopatch', 'Medicine: AlcoPatch', 1, 0, 1),
('medicine_mollis', 'Medicine: Mollis', 1, 0, 1),
('medicine_betta', 'Medicine: Betta', 1, 0, 1),
('gum_peppermint', 'Gum: Peppermint', 1, 0, 1),
('gum_cinnamon', 'Gum: Cinnamon', 1, 0, 1),
('gum_spearmint', 'Gum: Spearmint', 1, 0, 1),
('bottle_cola', 'Cola', 1, 0, 1),
('bottle_junk', 'Junk', 1, 0, 1),
('bottle_orang', 'Orang Tang', 1, 0, 1),
('bottle_tonic', 'Tonic', 1, 0, 1),
('bottle_water', 'Water', 1, 0, 1),
('bottle_sprunk', 'Sprunk', 1, 0, 1),
('can_cola', 'Cola Can', 1, 0, 1),
('can_orang', 'Orang Tang Can', 1, 0, 1),
('can_junk', 'Junk Can', 1, 0, 1),
('can_sprunk', 'Sprunk Can', 1, 0, 1),
('can_logger', 'Logger Can', 1, 0, 1),
('can_blarneys', 'Blarneys Can', 1, 0, 1),
('can_hoplivion', 'Hoplivion Can', 1, 0, 1),
('can_cerbeza', 'Cerbeza Can', 1, 0, 1),
('svapo_vaporglow1a', 'Vaporglow 2', 1, 0, 1),
('svapo_vaporglow1b', 'Vaporglow 1', 1, 0, 1),
('svapo_vaporglow1c', 'Vaporglow 1', 1, 0, 1),
('svapo_vaporglow1d', 'Vaporglow 1', 1, 0, 1),
('svapo_vaporglow1e', 'Vaporglow 1', 1, 0, 1),
('svapo_vaporglow1f', 'Vaporglow 1', 1, 0, 1),
('svapo_evape1a', 'E-Vape 1', 1, 0, 1),
('svapo_evape1b', 'E-Vape 1', 1, 0, 1),
('svapo_evape1c', 'E-Vape 1', 1, 0, 1),
('svapo_evape1d', 'E-Vape 1', 1, 0, 1),
('svapo_evape1e', 'E-Vape 1', 1, 0, 1),
('svapo_evape1f', 'E-Vape 1', 1, 0, 1),
('svapo_evape2a', 'E-Vape 2', 1, 0, 1),
('svapo_evape2b', 'E-Vape 2', 1, 0, 1),
('svapo_evape2c', 'E-Vape 2', 1, 0, 1),
('svapo_evape2d', 'E-Vape 2', 1, 0, 1),
('svapo_evape2e', 'E-Vape 2', 1, 0, 1),
('svapo_evape2f', 'E-Vape 2', 1, 0, 1),
('svapo_smoke1a', 'Smoke 1', 1, 0, 1),
('svapo_smoke1b', 'Smoke 1', 1, 0, 1),
('svapo_smoke1c', 'Smoke 1', 1, 0, 1),
('svapo_smoke1d', 'Smoke 1', 1, 0, 1),
('svapo_smoke1e', 'Smoke 1', 1, 0, 1),
('svapo_smoke1f', 'Smoke 1', 1, 0, 1),
('svapo_evape_box', 'E-Vape Box', 1, 0, 1),
('svapo_evape2_box', 'E-Vape 2 Box', 1, 0, 1),
('svapo_smoke_box', 'Smoke Box', 1, 0, 1),
('svapo_sumo_box', 'Sumo Box', 1, 0, 1),
('svapo_vaporglow_box', 'Vaporglow Box', 1, 0, 1),
('cigs_redwood', 'Cigarettes: Redwood', 1, 0, 1),
('cigs_redwood2', 'Cigarettes: Redwood 2', 1, 0, 1),
('cigs_debonaireb', 'Cigarettes: Debonaire Blue', 1, 0, 1),
('cigs_debonaireg', 'Cigarettes: Debonaire Green', 1, 0, 1),
('cigs_cardiaque', 'Cigarettes: Cardiaque', 1, 0, 1),
('cigs_69brand', 'Cigarettes: 69Brand', 1, 0, 1),
('cigs_cok', 'Cigarettes: CoK', 1, 0, 1),
('cigs_estancia', 'Cigars: Estancia', 1, 0, 1);

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

View file

@ -0,0 +1,784 @@
["coffee"] = {
label = "Coffee",
weight = 1,
stack = true,
client = {
status = { thirst = 200000 },
anim = { dict = "mp_player_intdrink", clip = "loop_bottle" },
prop = {
model = 'v_res_mcofcup',
bone = 18905,
pos = vec3(0.14, 0.0, 0.07),
rot = vec3(-119.7, -54.56, 7.22)
},
usetime = 6500,
}
},
["chips_cheese"] = {
label = "Chips Big Cheese",
weight = 1,
stack = true,
client = {
status = { hunger = 200000 },
anim = { dict = "amb@world_human_drinking@coffee@male@idle_a", clip = "idle_a" },
prop = {
model = 'mxc_vend_prop_item_chips1',
bone = 57005,
pos = vec3(0.16, 0.01, -0.04),
rot = vec3(-64.96, 36.0, -3.0)
},
usetime = 6500,
}
},
["chips_paprika"] = {
label = "Chips Paprika",
weight = 1,
stack = true,
client = {
status = { hunger = 200000 },
anim = { dict = "amb@world_human_drinking@coffee@male@idle_a", clip = "idle_a" },
prop = {
model = 'mxc_vend_prop_item_chips2',
bone = 57005,
pos = vec3(0.16, 0.01, -0.04),
rot = vec3(-64.96, 36.0, -3.0)
},
usetime = 6500,
}
},
["chips_ribs"] = {
label = "Chips Sticky Ribs",
weight = 1,
stack = true,
client = {
status = { hunger = 200000 },
anim = { dict = "amb@world_human_drinking@coffee@male@idle_a", clip = "idle_a" },
prop = {
model = 'mxc_vend_prop_item_chips3',
bone = 57005,
pos = vec3(0.16, 0.01, -0.04),
rot = vec3(-64.96, 36.0, -3.0)
},
usetime = 6500,
}
},
["chips_salt"] = {
label = "Chips: Salt & Sauce",
weight = 1,
stack = true,
client = {
status = { hunger = 200000 },
anim = { dict = "amb@world_human_drinking@coffee@male@idle_a", clip = "idle_a" },
prop = {
model = 'mxc_vend_prop_item_chips4',
bone = 57005,
pos = vec3(0.16, 0.01, -0.04),
rot = vec3(-64.96, 36.0, -3.0)
},
usetime = 6500,
}
},
["chips_supersalt"] = {
label = "Chips: Super Salt",
weight = 1,
stack = true,
client = {
status = { hunger = 200000 },
anim = { dict = "amb@world_human_drinking@coffee@male@idle_a", clip = "idle_a" },
prop = {
model = 'mxc_vend_prop_item_chips5',
bone = 57005,
pos = vec3(0.16, 0.01, -0.04),
rot = vec3(-64.96, 36.0, -3.0)
},
usetime = 6500,
}
},
["chips_habanero"] = {
label = "Chips: Habanero",
weight = 1,
stack = true,
client = {
status = { hunger = 200000 },
anim = { dict = "amb@world_human_drinking@coffee@male@idle_a", clip = "idle_a" },
prop = {
model = 'mxc_vend_prop_item_chips6',
bone = 57005,
pos = vec3(0.16, 0.01, -0.04),
rot = vec3(-64.96, 36.0, -3.0)
},
usetime = 6500,
}
},
["chocolate_meteorite"] = {
label = "Chocolate: Meteorite",
weight = 1,
stack = true,
client = {
status = { hunger = 200000 },
anim = { dict = "mp_player_inteat@burger", clip = "mp_player_int_eat_burger_fp" },
prop = {
model = `mxc_vend_prop_item_chocolate1`,
bone = 18905,
pos = vec3(0.12, 0.04, 0.01),
rot = vec3(51.55, -47.5, -4.65)
},
usetime = 2500,
}
},
["chocolate_captain"] = {
label = "Chocolate: Captain's Log",
weight = 1,
stack = true,
client = {
status = { hunger = 200000 },
anim = { dict = "mp_player_inteat@burger", clip = "mp_player_int_eat_burger_fp" },
prop = {
model = `mxc_vend_prop_item_chocolate2`,
bone = 18905,
pos = vec3(0.12, 0.04, 0.01),
rot = vec3(51.55, -47.5, -4.65)
},
usetime = 2500,
}
},
["condom"] = {
label = "Condom: Soth Lags",
weight = 1,
stack = true,
},
["candy_zebra"] = {
label = "Candy: Zebrabar",
weight = 1,
stack = true,
client = {
status = { hunger = 200000 },
anim = { dict = "mp_player_inteat@burger", clip = "mp_player_int_eat_burger_fp" },
prop = {
model = `mxc_vend_prop_item_candybar1`,
bone = 18905,
pos = vec3(0.12, 0.04, 0.01),
rot = vec3(51.55, -47.5, -4.65)
},
usetime = 2500,
}
},
["candy_psqs"] = {
label = "Candy: P's & Q's",
weight = 1,
stack = true,
client = {
status = { hunger = 200000 },
anim = { dict = "mp_player_inteat@pnq", clip = "loop" },
prop = {
model = `mxc_vend_prop_item_candybar2`,
bone = 18905,
pos = vec3(0.14, -0.02, 0.06),
rot = vec3(65.76, -57.6, 2.8)
},
usetime = 2500,
}
},
["medicine_laxmax"] = {
label = "Medicine: Lax to the Max",
weight = 1,
stack = true,
client = {
anim = { dict = "amb@world_human_drinking@coffee@male@idle_a", clip = "idle_a" },
prop = {
model = 'mxc_vend_prop_item_medical1',
bone = 57005,
pos = vec3(0.16, 0.01, -0.07),
rot = vec3(-64.96, 36.0, -3.0)
},
usetime = 1500,
}
},
["medicine_alcopatch"] = {
label = "Medicine: AlcoPatch",
weight = 1,
stack = true,
client = {
anim = { dict = "amb@world_human_drinking@coffee@male@idle_a", clip = "idle_a" },
prop = {
model = 'mxc_vend_prop_item_medical2',
bone = 57005,
pos = vec3(0.16, 0.01, -0.07),
rot = vec3(-64.96, 36.0, -3.0)
},
usetime = 1500,
}
},
["medicine_mollis"] = {
label = "Medicine: Mollis",
weight = 1,
stack = true,
client = {
anim = { dict = "amb@world_human_drinking@coffee@male@idle_a", clip = "idle_a" },
prop = {
model = 'mxc_vend_prop_item_medical3',
bone = 57005,
pos = vec3(0.16, 0.01, -0.07),
rot = vec3(-64.96, 36.0, -3.0)
},
usetime = 1500,
}
},
["medicine_betta"] = {
label = "Medicine: Betta",
weight = 1,
stack = true,
client = {
anim = { dict = "amb@world_human_drinking@coffee@male@idle_a", clip = "idle_a" },
prop = {
model = 'mxc_vend_prop_item_medical4',
bone = 57005,
pos = vec3(0.16, 0.01, -0.07),
rot = vec3(-64.96, 36.0, -3.0)
},
usetime = 1500,
}
},
["gum_peppermint"] = {
label = "Gum: Peppermint",
weight = 1,
stack = true,
client = {
anim = { dict = "mp_player_inteat@pnq", clip = "loop" },
prop = {
model = `mxc_vend_prop_item_gum1`,
bone = 18905,
pos = vec3(0.14, -0.02, 0.06),
rot = vec3(65.76, -57.6, 2.8)
},
usetime = 2500,
}
},
["gum_cinnamon"] = {
label = "Gum: Cinnamon",
weight = 1,
stack = true,
client = {
anim = { dict = "mp_player_inteat@pnq", clip = "loop" },
prop = {
model = `mxc_vend_prop_item_gum2`,
bone = 18905,
pos = vec3(0.14, -0.02, 0.06),
rot = vec3(65.76, -57.6, 2.8)
},
usetime = 2500,
}
},
["gum_spearmint"] = {
label = "Gum: Spearmint",
weight = 1,
stack = true,
client = {
anim = { dict = "mp_player_inteat@pnq", clip = "loop" },
prop = {
model = `mxc_vend_prop_item_gum3`,
bone = 18905,
pos = vec3(0.14, -0.02, 0.06),
rot = vec3(65.76, -57.6, 2.8)
},
usetime = 2500,
}
},
["bottle_cola"] = {
label = "Cola",
weight = 1,
stack = true,
client = {
status = { thirst = 300000 },
anim = { dict = "mp_player_intdrink", clip = "loop_bottle" },
prop = {
model = `mxc_vend_prop_item_bottle1`,
bone = 18905,
pos = vec3(0.12, -0.03, 0.03),
rot = vec3(-98.4, 0.0, -15.0),
bone = 18905
},
usetime = 2500,
}
},
["bottle_junk"] = {
label = "Junk",
weight = 1,
stack = true,
client = {
status = { thirst = 300000 },
anim = { dict = "mp_player_intdrink", clip = "loop_bottle" },
prop = {
model = `mxc_vend_prop_item_bottle2`,
bone = 18905,
pos = vec3(0.12, -0.03, 0.03),
rot = vec3(-98.4, 0.0, -15.0)
},
usetime = 2500,
}
},
["bottle_orang"] = {
label = "Orang Tang",
weight = 1,
stack = true,
client = {
status = { thirst = 300000 },
anim = { dict = "mp_player_intdrink", clip = "loop_bottle" },
prop = {
model = `mxc_vend_prop_item_bottle3`,
bone = 18905,
pos = vec3(0.12, -0.03, 0.03),
rot = vec3(-98.4, 0.0, -15.0)
},
usetime = 2500,
}
},
["bottle_tonic"] = {
label = "Tonic",
weight = 1,
stack = true,
client = {
status = { thirst = 300000 },
anim = { dict = "mp_player_intdrink", clip = "loop_bottle" },
prop = {
model = `mxc_vend_prop_item_bottle4`,
bone = 18905,
pos = vec3(0.12, -0.03, 0.03),
rot = vec3(-98.4, 0.0, -15.0)
},
usetime = 2500,
}
},
["bottle_water"] = {
label = "Water",
weight = 1,
stack = true,
client = {
status = { thirst = 300000 },
anim = { dict = "mp_player_intdrink", clip = "loop_bottle" },
prop = {
model = `mxc_vend_prop_item_bottle5`,
bone = 18905,
pos = vec3(0.12, -0.03, 0.03),
rot = vec3(-98.4, 0.0, -15.0)
},
usetime = 2500,
}
},
["bottle_sprunk"] = {
label = "Sprunk",
weight = 1,
stack = true,
client = {
status = { thirst = 300000 },
anim = { dict = "mp_player_intdrink", clip = "loop_bottle" },
prop = {
model = `mxc_vend_prop_item_bottle6`,
bone = 18905,
pos = vec3(0.12, -0.03, 0.03),
rot = vec3(-98.4, 0.0, -15.0)
},
usetime = 2500,
}
},
["can_cola"] = {
label = "Cola Can",
weight = 1,
stack = true,
client = {
status = { thirst = 300000 },
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_a' },
prop = {
model = `mxc_vend_prop_item_cansoda1`,
bone = 57005,
pos = vec3(0.14, 0.01, -0.04),
rot = vec3(-64.96, 36.0, -3.0)
},
usetime = 2500,
}
},
["can_orang"] = {
label = "Orang Tang Can",
weight = 1,
stack = true,
client = {
status = { thirst = 300000 },
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_a' },
prop = {
model = `mxc_vend_prop_item_cansoda2`,
bone = 57005,
pos = vec3(0.14, 0.01, -0.04),
rot = vec3(-64.96, 36.0, -3.0)
},
usetime = 2500,
}
},
["can_junk"] = {
label = "Junk Can",
weight = 1,
stack = true,
client = {
status = { thirst = 300000 },
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_a' },
prop = {
model = `mxc_vend_prop_item_cansoda3`,
bone = 57005,
pos = vec3(0.14, 0.01, -0.04),
rot = vec3(-64.96, 36.0, -3.0)
},
usetime = 2500,
}
},
["can_sprunk"] = {
label = "Sprunk Can",
weight = 1,
stack = true,
client = {
status = { thirst = 300000 },
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_a' },
prop = {
model = `mxc_vend_prop_item_cansoda4`,
bone = 57005,
pos = vec3(0.14, 0.01, -0.04),
rot = vec3(-64.96, 36.0, -3.0)
},
usetime = 2500,
}
},
["can_logger"] = {
label = "Logger Can",
weight = 1,
stack = true,
client = {
status = { thirst = 300000 },
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_a' },
prop = {
model = `mxc_vend_prop_item_canbeer1`,
bone = 57005,
pos = vec3(0.14, 0.01, -0.04),
rot = vec3(-64.96, 36.0, -3.0)
},
usetime = 2500,
}
},
["can_blarneys"] = {
label = "Blarneys Can",
weight = 1,
stack = true,
client = {
status = { thirst = 300000 },
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_a' },
prop = {
model = `mxc_vend_prop_item_canbeer2`,
bone = 57005,
pos = vec3(0.14, 0.01, -0.04),
rot = vec3(-64.96, 36.0, -3.0)
},
usetime = 2500,
}
},
["can_hoplivion"] = {
label = "Hoplivion Can",
weight = 1,
stack = true,
client = {
status = { thirst = 300000 },
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_a' },
prop = {
model = `mxc_vend_prop_item_canbeer3`,
bone = 57005,
pos = vec3(0.14, 0.01, -0.04),
rot = vec3(-64.96, 36.0, -3.0)
},
usetime = 2500,
}
},
["can_cerbeza"] = {
label = "Cerbeza Can",
weight = 1,
stack = true,
client = {
status = { thirst = 300000 },
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_a' },
prop = {
model = `mxc_vend_prop_item_canbeer4`,
bone = 57005,
pos = vec3(0.14, 0.01, -0.04),
rot = vec3(-64.96, 36.0, -3.0)
},
usetime = 2500,
}
},
["svapo_vaporglow1a"] = {
label = "Vaporglow 2",
weight = 1,
stack = true
},
["svapo_vaporglow1b"] = {
label = "Vaporglow 1",
weight = 1,
stack = true
},
["svapo_vaporglow1c"] = {
label = "Vaporglow 1",
weight = 1,
stack = true
},
["svapo_vaporglow1d"] = {
label = "Vaporglow 1",
weight = 1,
stack = true
},
["svapo_vaporglow1e"] = {
label = "Vaporglow 1",
weight = 1,
stack = true
},
["svapo_vaporglow1f"] = {
label = "Vaporglow 1",
weight = 1,
stack = true
},
["svapo_evape1a"] = {
label = "E-Vape 1",
weight = 1,
stack = true
},
["svapo_evape1b"] = {
label = "E-Vape 1",
weight = 1,
stack = true
},
["svapo_evape1c"] = {
label = "E-Vape 1",
weight = 1,
stack = true
},
["svapo_evape1d"] = {
label = "E-Vape 1",
weight = 1,
stack = true
},
["svapo_evape1e"] = {
label = "E-Vape 1",
weight = 1,
stack = true
},
["svapo_evape1f"] = {
label = "E-Vape 1",
weight = 1,
stack = true
},
["svapo_evape2a"] = {
label = "E-Vape 2",
weight = 1,
stack = true
},
["svapo_evape2b"] = {
label = "E-Vape 2",
weight = 1,
stack = true
},
["svapo_evape2c"] = {
label = "E-Vape 2",
weight = 1,
stack = true
},
["svapo_evape2d"] = {
label = "E-Vape 2",
weight = 1,
stack = true
},
["svapo_evape2e"] = {
label = "E-Vape 2",
weight = 1,
stack = true
},
["svapo_evape2f"] = {
label = "E-Vape 2",
weight = 1,
stack = true
},
["svapo_smoke1a"] = {
label = "Smoke 1",
weight = 1,
stack = true
},
["svapo_smoke1b"] = {
label = "Smoke 1",
weight = 1,
stack = true
},
["svapo_smoke1c"] = {
label = "Smoke 1",
weight = 1,
stack = true
},
["svapo_smoke1d"] = {
label = "Smoke 1",
weight = 1,
stack = true
},
["svapo_smoke1e"] = {
label = "Smoke 1",
weight = 1,
stack = true
},
["svapo_smoke1f"] = {
label = "Smoke 1",
weight = 1,
stack = true
},
["svapo_evape_box"] = {
label = "E-Vape Box",
weight = 1,
stack = true
},
["svapo_evape2_box"] = {
label = "E-Vape 2 Box",
weight = 1,
stack = true
},
["svapo_smoke_box"] = {
label = "Smoke Box",
weight = 1,
stack = true
},
["svapo_sumo_box"] = {
label = "Sumo Box",
weight = 1,
stack = true
},
["svapo_vaporglow_box"] = {
label = "Vaporglow Box",
weight = 1,
stack = true
},
["cigs_redwood"] = {
label = "Cigarettes: Redwood",
weight = 1,
stack = true,
client = {
--status = {},
anim = { dict = 'amb@world_human_aa_smoke@male@idle_a', clip = 'idle_c' },
prop = {
model = 'prop_cs_ciggy_01b',
bone = 57005,
pos = vec3(0.18, 0.02, 0.02),
rot = vec3(0, 103.42, 0)
},
usetime = 10000,
}
},
["cigs_redwood2"] = {
label = "Cigarettes: Redwood2",
weight = 1,
stack = true,
client = {
--status = {},
anim = { dict = 'amb@world_human_aa_smoke@male@idle_a', clip = 'idle_c' },
prop = {
model = 'prop_cs_ciggy_01b',
bone = 57005,
pos = vec3(0.18, 0.02, 0.02),
rot = vec3(0, 103.42, 0)
},
usetime = 10000,
}
},
["cigs_debonaireb"] = {
label = "Cigarettes: Debonaire Blue",
weight = 1,
stack = true,
client = {
--status = {},
anim = { dict = 'amb@world_human_aa_smoke@male@idle_a', clip = 'idle_c' },
prop = {
model = 'prop_cs_ciggy_01b',
bone = 57005,
pos = vec3(0.18, 0.02, 0.02),
rot = vec3(0, 103.42, 0)
},
usetime = 10000,
}
},
["cigs_debonaireg"] = {
label = "Cigarettes: Debonaire Green",
weight = 1,
stack = true,
client = {
--status = {},
anim = { dict = 'amb@world_human_aa_smoke@male@idle_a', clip = 'idle_c' },
prop = {
model = 'prop_cs_ciggy_01b',
bone = 57005,
pos = vec3(0.18, 0.02, 0.02),
rot = vec3(0, 103.42, 0)
},
usetime = 10000,
}
},
["cigs_cardiaque"] = {
label = "Cigarettes: Cardiaque",
weight = 1,
stack = true,
client = {
--status = {},
anim = { dict = 'amb@world_human_aa_smoke@male@idle_a', clip = 'idle_c' },
prop = {
model = 'prop_cs_ciggy_01b',
bone = 57005,
pos = vec3(0.18, 0.02, 0.02),
rot = vec3(0, 103.42, 0)
},
usetime = 10000,
}
},
["cigs_69brand"] = {
label = "Cigarettes: 69Brand",
weight = 1,
stack = true,
client = {
--status = {},
anim = { dict = 'amb@world_human_aa_smoke@male@idle_a', clip = 'idle_c' },
prop = {
model = 'prop_cs_ciggy_01b',
bone = 57005,
pos = vec3(0.18, 0.02, 0.02),
rot = vec3(0, 103.42, 0)
},
usetime = 10000,
}
},
["cigs_cok"] = {
label = "Cigarettes: CoK",
weight = 1,
stack = true,
client = {
--status = {},
anim = { dict = 'amb@world_human_aa_smoke@male@idle_a', clip = 'idle_c' },
prop = {
model = 'prop_cs_ciggy_01b',
bone = 57005,
pos = vec3(0.18, 0.02, 0.02),
rot = vec3(0, 103.42, 0)
},
usetime = 10000,
}
},
["cigs_estancia"] = {
label = "Cigars: Estancia",
weight = 1,
stack = true,
client = {
--status = {},
anim = { dict = 'amb@world_human_aa_smoke@male@idle_a', clip = 'idle_c' },
prop = {
model = 'prop_cs_ciggy_01b',
bone = 57005,
pos = vec3(0.18, 0.02, 0.02),
rot = vec3(0, 103.42, 0)
},
usetime = 10000,
}
},

View file

@ -0,0 +1,70 @@
coffee = {name = 'coffee', label = 'Coffee', weight = 1, type = 'item', image = 'coffee.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
chips_cheese = {name = 'chips_cheese', label = 'Chips Big Cheese', weight = 1, type = 'item', image = 'chips_cheese.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
chips_paprika = {name = 'chips_paprika', label = 'Chips Paprika', weight = 1, type = 'item', image = 'chips_paprika.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
chips_ribs = {name = 'chips_ribs', label = 'Chips Sticky Ribs', weight = 1, type = 'item', image = 'chips_ribs.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
chips_salt = {name = 'chips_salt', label = 'Chips: Salt & Sauce', weight = 1, type = 'item', image = 'chips_salt.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
chips_supersalt = {name = 'chips_supersalt', label = 'Chips: Super Salt', weight = 1, type = 'item', image = 'chips_supersalt.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
chips_habanero = {name = 'chips_habanero', label = 'Chips: Habanero', weight = 1, type = 'item', image = 'chips_habanero.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
chocolate_meteorite = {name = 'chocolate_meteorite', label = 'Candy: Meteorite', weight = 1, type = 'item', image = 'chocolate_meteorite.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
chocolate_captain = {name = 'chocolate_captain', label = 'Candy: Captain\'s Log', weight = 1, type = 'item', image = 'chocolate_captain.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
condom = {name = 'condom', label = 'Condom: Soth Lags', weight = 1, type = 'item', image = 'condom.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
candy_zebra = {name = 'candy_zebra', label = 'Candy: Zebrabar', weight = 1, type = 'item', image = 'candy_zebra.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
candy_psqs = {name = 'candy_psqs', label = 'Candy: P\'s & Q\'s', weight = 1, type = 'item', image = 'candy_psqs.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
medicine_laxmax = {name = 'medicine_laxmax', label = 'Medicine: Lax to the Max', weight = 1, type = 'item', image = 'medicine_laxmax.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
medicine_alcopatch = {name = 'medicine_alcopatch', label = 'Medicine: AlcoPatch', weight = 1, type = 'item', image = 'medicine_alcopatch.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
medicine_mollis = {name = 'medicine_mollis', label = 'Medicine: Mollis', weight = 1, type = 'item', image = 'medicine_mollis.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
medicine_betta = {name = 'medicine_betta', label = 'Medicine: Betta', weight = 1, type = 'item', image = 'medicine_betta.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
gum_peppermint = {name = 'gum_peppermint', label = 'Gum: Peppermint', weight = 1, type = 'item', image = 'gum_peppermint.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
gum_cinnamon = {name = 'gum_cinnamon', label = 'Gum: Cinnamon', weight = 1, type = 'item', image = 'gum_cinnamon.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
gum_spearmint = {name = 'gum_spearmint', label = 'Gum: Spearmint', weight = 1, type = 'item', image = 'gum_spearmint.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
bottle_cola = {name = 'bottle_cola', label = 'Cola', weight = 1, type = 'item', image = 'bottle_cola.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
bottle_junk = {name = 'bottle_junk', label = 'Junk', weight = 1, type = 'item', image = 'bottle_junk.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
bottle_orang = {name = 'bottle_orang', label = 'Orang Tang', weight = 1, type = 'item', image = 'bottle_orang.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
bottle_tonic = {name = 'bottle_tonic', label = 'Tonic', weight = 1, type = 'item', image = 'bottle_tonic.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
bottle_water = {name = 'bottle_water', label = 'Water', weight = 1, type = 'item', image = 'bottle_water.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
bottle_sprunk = {name = 'bottle_sprunk', label = 'Sprunk', weight = 1, type = 'item', image = 'bottle_sprunk.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
can_cola = {name = 'can_cola', label = 'Cola Can,', weight = 1, type = 'item', image = 'can_cola.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
can_orang = {name = 'can_orang', label = 'Orang Tang Can', weight = 1, type = 'item', image = 'can_orang.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
can_junk = {name = 'can_junk', label = 'Junk Can,', weight = 1, type = 'item', image = 'can_junk.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
can_sprunk = {name = 'can_sprunk', label = 'Sprunk Can', weight = 1, type = 'item', image = 'can_sprunk.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
can_logger = {name = 'can_logger', label = 'Logger Can', weight = 1, type = 'item', image = 'can_logger.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
can_blarneys = {name = 'can_blarneys', label = 'Blarneys Can', weight = 1, type = 'item', image = 'can_blarneys.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
can_hoplivion = {name = 'can_hoplivion', label = 'Hoplivion Can', weight = 1, type = 'item', image = 'can_hoplivion.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
can_cerbeza = {name = 'can_cerbeza', label = 'Cerbeza Can', weight = 1, type = 'item', image = 'can_cerbeza.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
svapo_vaporglow1a = {name = 'svapo_vaporglow1a', label = 'Vaporglow 2', weight = 1, type = 'item', image = 'svapo_vaporglow1a.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
svapo_vaporglow1b = {name = 'svapo_vaporglow1b', label = 'Vaporglow 1', weight = 1, type = 'item', image = 'svapo_vaporglow1b.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
svapo_vaporglow1c = {name = 'svapo_vaporglow1c', label = 'Vaporglow 1', weight = 1, type = 'item', image = 'svapo_vaporglow1c.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
svapo_vaporglow1d = {name = 'svapo_vaporglow1d', label = 'Vaporglow 1', weight = 1, type = 'item', image = 'svapo_vaporglow1d.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
svapo_vaporglow1e = {name = 'svapo_vaporglow1e', label = 'Vaporglow 1', weight = 1, type = 'item', image = 'svapo_vaporglow1e.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
svapo_vaporglow1f = {name = 'svapo_vaporglow1f', label = 'Vaporglow 1', weight = 1, type = 'item', image = 'svapo_vaporglow1f.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
svapo_evape1a = {name = 'svapo_evape1a', label = 'E-Vape 1', weight = 1, type = 'item', image = 'svapo_evape1a.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
svapo_evape1b = {name = 'svapo_evape1b', label = 'E-Vape 1', weight = 1, type = 'item', image = 'svapo_evape1b.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
svapo_evape1c = {name = 'svapo_evape1c', label = 'E-Vape 1', weight = 1, type = 'item', image = 'svapo_evape1c.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
svapo_evape1d = {name = 'svapo_evape1d', label = 'E-Vape 1', weight = 1, type = 'item', image = 'svapo_evape1d.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
svapo_evape1e = {name = 'svapo_evape1e', label = 'E-Vape 1', weight = 1, type = 'item', image = 'svapo_evape1e.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
svapo_evape1f = {name = 'svapo_evape1f', label = 'E-Vape 1', weight = 1, type = 'item', image = 'svapo_evape1f.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
svapo_evape2a = {name = 'svapo_evape2a', label = 'E-Vape 2', weight = 1, type = 'item', image = 'svapo_evape2a.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
svapo_evape2b = {name = 'svapo_evape2b', label = 'E-Vape 2', weight = 1, type = 'item', image = 'svapo_evape2b.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
svapo_evape2c = {name = 'svapo_evape2c', label = 'E-Vape 2', weight = 1, type = 'item', image = 'svapo_evape2c.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
svapo_evape2d = {name = 'svapo_evape2d', label = 'E-Vape 2', weight = 1, type = 'item', image = 'svapo_evape2d.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
svapo_evape2e = {name = 'svapo_evape2e', label = 'E-Vape 2', weight = 1, type = 'item', image = 'svapo_evape2e.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
svapo_evape2f = {name = 'svapo_evape2f', label = 'E-Vape 2', weight = 1, type = 'item', image = 'svapo_evape2f.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
svapo_smoke1a = {name = 'svapo_smoke1a', label = 'Smoke 1', weight = 1, type = 'item', image = 'svapo_smoke1a.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
svapo_smoke1b = {name = 'svapo_smoke1b', label = 'Smoke 1', weight = 1, type = 'item', image = 'svapo_smoke1b.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
svapo_smoke1c = {name = 'svapo_smoke1c', label = 'Smoke 1', weight = 1, type = 'item', image = 'svapo_smoke1c.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
svapo_smoke1d = {name = 'svapo_smoke1d', label = 'Smoke 1', weight = 1, type = 'item', image = 'svapo_smoke1d.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
svapo_smoke1e = {name = 'svapo_smoke1e', label = 'Smoke 1', weight = 1, type = 'item', image = 'svapo_smoke1e.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
svapo_smoke1f = {name = 'svapo_smoke1f', label = 'Smoke 1', weight = 1, type = 'item', image = 'svapo_smoke1f.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
svapo_evape_box = {name = 'svapo_evape_box', label = 'E-Vape Box', weight = 1, type = 'item', image = 'svapo_evape_box.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
svapo_evape2_box = {name = 'svapo_evape2_box', label = 'E-Vape 2 Box', weight = 1, type = 'item', image = 'svapo_evape2_box.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
svapo_smoke_box = {name = 'svapo_smoke_box', label = 'Smoke Box', weight = 1, type = 'item', image = 'svapo_smoke_box.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
svapo_sumo_box = {name = 'svapo_sumo_box', label = 'Sumo Box', weight = 1, type = 'item', image = 'svapo_sumo_box.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
svapo_vaporglow_box = {name = 'svapo_vaporglow_box', label = 'Vaporglow Box', weight = 1, type = 'item', image = 'svapo_vaporglow_box.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
cigs_redwood = {name = 'cigs_redwood', label = 'Cigarettes: Redwood', weight = 1, type = 'item', image = 'cigs_redwood.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
cigs_redwood2 = {name = 'cigs_redwood2', label = 'Cigarettes: Redwood 2', weight = 1, type = 'item', image = 'cigs_redwood2.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
cigs_debonaireb = {name = 'cigs_debonaireb', label = 'Cigarettes: Debonaire Blue', weight = 1, type = 'item', image = 'cigs_debonaireb.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
cigs_debonaireg = {name = 'cigs_debonaireg', label = 'Cigarettes: Debonaire Green', weight = 1, type = 'item', image = 'cigs_debonaireg.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
cigs_cardiaque = {name = 'cigs_cardiaque', label = 'Cigarettes: Cardiaque', weight = 1, type = 'item', image = 'cigs_cardiaque.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
cigs_69brand = {name = 'cigs_69brand', label = 'Cigarettes: 69Brand', weight = 1, type = 'item', image = 'cigs_69brand.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
cigs_cok = {name = 'cigs_cok', label = 'Cigarettes: CoK', weight = 1, type = 'item', image = 'cigs_cok.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
cigs_estancia = {name = 'cigs_estancia', label = 'Cigars: Estancia', weight = 1, type = 'item', image = 'cigs_estancia.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},

View file

@ -0,0 +1,814 @@
Config.Consumables = {
custom = {
['coffee'] = {
progress = {
label = 'Eating Coffee...',
time = 6500
},
animation = {
animDict = 'mp_player_intdrink',
anim = 'loop_bottle',
flags = 8,
},
prop = {
model = "v_res_mcofcup",
bone = 18905,
coords = vec3(0.14, 0.0, 0.07),
rotation = vec3(-119.7, -54.56, 7.22),
},
replenish = {
type = 'Thirst',
replenish = 20,
isAlcohol = false,
}
},
['chips_cheese'] = {
progress = {
label = 'Eating Chips Big Cheese...',
time = 6500
},
animation = {
animDict = 'amb@world_human_drinking@coffee@male@idle_a',
anim = 'idle_a',
flags = 8,
},
prop = {
model = "mxc_vend_prop_item_chips1",
bone = 57005,
coords = vec3(0.16, 0.01, -0.04),
rotation = vec3(-64.96, 36.0, -3.0),
},
replenish = {
type = 'Hunger',
replenish = 20,
isAlcohol = false,
}
},
['chips_paprika'] = {
progress = {
label = 'Eating Chips Paprika...',
time = 6500
},
animation = {
animDict = 'amb@world_human_drinking@coffee@male@idle_a',
anim = 'idle_a',
flags = 8,
},
prop = {
model = "mxc_vend_prop_item_chips2",
bone = 57005,
coords = vec3(0.16, 0.01, -0.04),
rotation = vec3(-64.96, 36.0, -3.0),
},
replenish = {
type = 'Hunger',
replenish = 20,
isAlcohol = false,
}
},
['chips_ribs'] = {
progress = {
label = 'Eating Chips Sticky Ribs...',
time = 6500
},
animation = {
animDict = 'amb@world_human_drinking@coffee@male@idle_a',
anim = 'idle_a',
flags = 8,
},
prop = {
model = "mxc_vend_prop_item_chips3",
bone = 57005,
coords = vec3(0.16, 0.01, -0.04),
rotation = vec3(-64.96, 36.0, -3.0),
},
replenish = {
type = 'Hunger',
replenish = 20,
isAlcohol = false,
}
},
['chips_salt'] = {
progress = {
label = 'Eating Chips Salt & Sauce...',
time = 6500
},
animation = {
animDict = 'amb@world_human_drinking@coffee@male@idle_a',
anim = 'idle_a',
flags = 8,
},
prop = {
model = "mxc_vend_prop_item_chips4",
bone = 57005,
coords = vec3(0.16, 0.01, -0.04),
rotation = vec3(-64.96, 36.0, -3.0),
},
replenish = {
type = 'Hunger',
replenish = 20,
isAlcohol = false,
}
},
['chips_supersalt'] = {
progress = {
label = 'Eating Chips Super Salt...',
time = 6500
},
animation = {
animDict = 'amb@world_human_drinking@coffee@male@idle_a',
anim = 'idle_a',
flags = 8,
},
prop = {
model = "mxc_vend_prop_item_chips5",
bone = 57005,
coords = vec3(0.16, 0.01, -0.04),
rotation = vec3(-64.96, 36.0, -3.0),
},
replenish = {
type = 'Hunger',
replenish = 20,
isAlcohol = false,
}
},
['chips_habanero'] = {
progress = {
label = 'Eating Chips Habanero...',
time = 6500
},
animation = {
animDict = 'amb@world_human_drinking@coffee@male@idle_a',
anim = 'idle_a',
flags = 8,
},
prop = {
model = "mxc_vend_prop_item_chips6",
bone = 57005,
coords = vec3(0.16, 0.01, -0.04),
rotation = vec3(-64.96, 36.0, -3.0),
},
replenish = {
type = 'Hunger',
replenish = 20,
isAlcohol = false,
}
},
['chocolate_meteorite'] = {
progress = {
label = 'Eating Chocolate Meteorite...',
time = 2500
},
animation = {
animDict = 'mp_player_inteat@burger',
anim = 'mp_player_int_eat_burger_fp',
flags = 8,
},
prop = {
model = "mxc_vend_prop_item_chocolate1",
bone = 18905,
coords = vec3(0.12, 0.04, 0.01),
rotation = vec3(51.55, -47.5, -4.65),
},
replenish = {
type = "Hunger",
replenish = 20
}
},
['chocolate_captain'] = {
progress = {
label = 'Eating Chocolate Captain\'s Log...',
time = 2500
},
animation = {
animDict = 'mp_player_inteat@burger',
anim = 'mp_player_int_eat_burger_fp',
flags = 8,
},
prop = {
model = "mxc_vend_prop_item_chocolate2",
bone = 18905,
coords = vec3(0.12, 0.04, 0.01),
rotation = vec3(51.55, -47.5, -4.65),
},
replenish = {
type = "Hunger",
replenish = 20
}
},
['candy_zebra'] = {
progress = {
label = 'Eating Candy Zebrabar...',
time = 2500
},
animation = {
animDict = 'mp_player_inteat@burger',
anim = 'mp_player_int_eat_burger_fp',
flags = 8,
},
prop = {
model = "mxc_vend_prop_item_candybar1",
bone = 18905,
coords = vec3(0.12, 0.04, 0.01),
rotation = vec3(51.55, -47.5, -4.65),
},
replenish = {
type = "Hunger",
replenish = 20
}
},
['candy_psqs'] = {
progress = {
label = 'Eating Candy P\'s & Q\'s...',
time = 2500
},
animation = {
animDict = 'mp_player_inteat@pnq',
anim = 'loop',
flags = 8,
},
prop = {
model = "mxc_vend_prop_item_candybar2",
bone = 18905,
coords = vec3(0.14, -0.02, 0.06),
rotation = vec3(65.76, -57.6, 2.8),
},
replenish = {
type = "Hunger",
replenish = 20
}
},
['medicine_laxmax'] = {
progress = {
label = 'Using Medicine Lax to the Max...',
time = 1500
},
animation = {
animDict = 'amb@world_human_drinking@coffee@male@idle_a',
anim = 'idle_a',
flags = 8,
},
prop = {
model = 'mxc_vend_prop_item_medical1',
bone = 57005,
coords = vec3(0.16, 0.01, -0.07),
rotation = vec3(-64.96, 36.0, -3.0),
},
replenish = {
type = false
}
},
['medicine_alcopatch'] = {
progress = {
label = 'Using Medicine AlcoPatch...',
time = 1500
},
animation = {
animDict = 'amb@world_human_drinking@coffee@male@idle_a',
anim = 'idle_a',
flags = 8,
},
prop = {
model = 'mxc_vend_prop_item_medical2',
bone = 57005,
coords = vec3(0.16, 0.01, -0.07),
rotation = vec3(-64.96, 36.0, -3.0),
},
replenish = {
type = false
}
},
['medicine_mollis'] = {
progress = {
label = 'Using Medicine Mollis...',
time = 1500
},
animation = {
animDict = 'amb@world_human_drinking@coffee@male@idle_a',
anim = 'idle_a',
flags = 8,
},
prop = {
model = 'mxc_vend_prop_item_medical3',
bone = 57005,
coords = vec3(0.16, 0.01, -0.07),
rotation = vec3(-64.96, 36.0, -3.0),
},
replenish = {
type = false
}
},
['medicine_betta'] = {
progress = {
label = 'Using Medicine Betta...',
time = 1500
},
animation = {
animDict = 'amb@world_human_drinking@coffee@male@idle_a',
anim = 'idle_a',
flags = 8,
},
prop = {
model = 'mxc_vend_prop_item_medical4',
bone = 57005,
coords = vec3(0.16, 0.01, -0.07),
rotation = vec3(-64.96, 36.0, -3.0),
},
replenish = {
type = false
}
},
['gum_peppermint'] = {
progress = {
label = 'Chewing Gum Peppermint...',
time = 2500
},
animation = {
animDict = 'mp_player_inteat@pnq',
anim = 'loop',
flags = 8,
},
prop = {
model = "mxc_vend_prop_item_gum1",
bone = 18905,
coords = vec3(0.14, -0.02, 0.06),
rotation = vec3(65.76, -57.6, 2.8),
},
replenish = {
type = false
}
},
['gum_cinnamon'] = {
progress = {
label = 'Chewing Gum Cinnamon...',
time = 2500
},
animation = {
animDict = 'mp_player_inteat@pnq',
anim = 'loop',
flags = 8,
},
prop = {
model = 'mxc_vend_prop_item_gum2',
bone = 18905,
coords = vec3(0.14, -0.02, 0.06),
rotation = vec3(65.76, -57.6, 2.8),
},
replenish = {
type = false
}
},
['gum_spearmint'] = {
progress = {
label = 'Chewing Gum Spearmint...',
time = 2500
},
animation = {
animDict = 'mp_player_inteat@pnq',
anim = 'loop',
flags = 8,
},
prop = {
model = 'mxc_vend_prop_item_gum3',
bone = 18905,
coords = vec3(0.14, -0.02, 0.06),
rotation = vec3(65.76, -57.6, 2.8),
},
replenish = {
type = false
}
},
['bottle_cola'] = {
progress = {
label = 'Drinking Cola...',
time = 2500
},
animation = {
animDict = 'mp_player_intdrink',
anim = 'loop_bottle',
flags = 8,
},
prop = {
model = 'mxc_vend_prop_item_bottle1',
bone = 18905,
coords = vec3(0.12, -0.03, 0.03),
rotation = vec3(-98.4, 0.0, -15.0),
},
replenish = {
type = 'Thirst',
replenish = 30
}
},
['bottle_junk'] = {
progress = {
label = 'Drinking Junk...',
time = 2500
},
animation = {
animDict = 'mp_player_intdrink',
anim = 'loop_bottle',
flags = 8,
},
prop = {
model = 'mxc_vend_prop_item_bottle2',
bone = 18905,
coords = vec3(0.12, -0.03, 0.03),
rotation = vec3(-98.4, 0.0, -15.0),
},
replenish = {
type = 'Thirst',
replenish = 30
}
},
['bottle_orang'] = {
progress = {
label = 'Drinking Orang Tang...',
time = 2500
},
animation = {
animDict = 'mp_player_intdrink',
anim = 'loop_bottle',
flags = 8,
},
prop = {
model = 'mxc_vend_prop_item_bottle3',
bone = 18905,
coords = vec3(0.12, -0.03, 0.03),
rotation = vec3(-98.4, 0.0, -15.0),
},
replenish = {
type = 'Thirst',
replenish = 30
}
},
['bottle_tonic'] = {
progress = {
label = 'Drinking Tonic...',
time = 2500
},
animation = {
animDict = 'mp_player_intdrink',
anim = 'loop_bottle',
flags = 8,
},
prop = {
model = 'mxc_vend_prop_item_bottle4',
bone = 18905,
coords = vec3(0.12, -0.03, 0.03),
rotation = vec3(-98.4, 0.0, -15.0),
},
replenish = {
type = 'Thirst',
replenish = 30
}
},
['bottle_water'] = {
progress = {
label = 'Drinking Water...',
time = 2500
},
animation = {
animDict = 'mp_player_intdrink',
anim = 'loop_bottle',
flags = 8,
},
prop = {
model = 'mxc_vend_prop_item_bottle5',
bone = 18905,
coords = vec3(0.12, -0.03, 0.03),
rotation = vec3(-98.4, 0.0, -15.0),
},
replenish = {
type = 'Thirst',
replenish = 30
}
},
['bottle_sprunk'] = {
progress = {
label = 'Drinking Sprunk...',
time = 2500
},
animation = {
animDict = 'mp_player_intdrink',
anim = 'loop_bottle',
flags = 8,
},
prop = {
model = 'mxc_vend_prop_item_bottle6',
bone = 18905,
coords = vec3(0.12, -0.03, 0.03),
rotation = vec3(-98.4, 0.0, -15.0),
},
replenish = {
type = 'Thirst',
replenish = 30
}
},
['can_cola'] = {
progress = {
label = 'Drinking Cola Can...',
time = 2500
},
animation = {
animDict = 'amb@world_human_drinking@coffee@male@idle_a',
anim = 'idle_a',
flags = 8,
},
prop = {
model = 'mxc_vend_prop_item_cansoda1',
bone = 57005,
coords = vec3(0.14, 0.01, -0.04),
rotation = vec3(-64.96, 36.0, -3.0),
},
replenish = {
type = 'Thirst',
replenish = 30
}
},
['can_orang'] = {
progress = {
label = 'Drinking Orang Tang Can...',
time = 2500
},
animation = {
animDict = 'amb@world_human_drinking@coffee@male@idle_a',
anim = 'idle_a',
flags = 8,
},
prop = {
model = 'mxc_vend_prop_item_cansoda2',
bone = 57005,
coords = vec3(0.14, 0.01, -0.04),
rotation = vec3(-64.96, 36.0, -3.0),
},
replenish = {
type = 'Thirst',
replenish = 30
}
},
['can_junk'] = {
progress = {
label = 'Drinking Junk Can...',
time = 2500
},
animation = {
animDict = 'amb@world_human_drinking@coffee@male@idle_a',
anim = 'idle_a',
flags = 8,
},
prop = {
model = 'mxc_vend_prop_item_cansoda3',
bone = 57005,
coords = vec3(0.14, 0.01, -0.04),
rotation = vec3(-64.96, 36.0, -3.0),
},
replenish = {
type = 'Thirst',
replenish = 30
}
},
['can_sprunk'] = {
progress = {
label = 'Drinking Sprunk Can...',
time = 2500
},
animation = {
animDict = 'amb@world_human_drinking@coffee@male@idle_a',
anim = 'idle_a',
flags = 8,
},
prop = {
model = 'mxc_vend_prop_item_cansoda4',
bone = 57005,
coords = vec3(0.14, 0.01, -0.04),
rotation = vec3(-64.96, 36.0, -3.0),
},
replenish = {
type = 'Thirst',
replenish = 30
}
},
['can_logger'] = {
progress = {
label = 'Drinking Logger Can...',
time = 2500
},
animation = {
animDict = 'amb@world_human_drinking@coffee@male@idle_a',
anim = 'idle_a',
flags = 8,
},
prop = {
model = 'mxc_vend_prop_item_canbeer1',
bone = 57005,
coords = vec3(0.14, 0.01, -0.04),
rotation = vec3(-64.96, 36.0, -3.0),
},
replenish = {
type = 'Thirst',
replenish = 30
}
},
['can_blarneys'] = {
progress = {
label = 'Drinking Blarneys Can...',
time = 2500
},
animation = {
animDict = 'amb@world_human_drinking@coffee@male@idle_a',
anim = 'idle_a',
flags = 8,
},
prop = {
model = 'mxc_vend_prop_item_canbeer2',
bone = 57005,
coords = vec3(0.14, 0.01, -0.04),
rotation = vec3(-64.96, 36.0, -3.0),
},
replenish = {
type = 'Thirst',
replenish = 30
}
},
['can_hoplivion'] = {
progress = {
label = 'Drinking Hoplivion Can...',
time = 2500
},
animation = {
animDict = 'amb@world_human_drinking@coffee@male@idle_a',
anim = 'idle_a',
flags = 8,
},
prop = {
model = 'mxc_vend_prop_item_canbeer3',
bone = 57005,
coords = vec3(0.14, 0.01, -0.04),
rotation = vec3(-64.96, 36.0, -3.0),
},
replenish = {
type = 'Thirst',
replenish = 30
}
},
['can_cerbeza'] = {
progress = {
label = 'Drinking Cerbeza Can...',
time = 2500
},
animation = {
animDict = 'amb@world_human_drinking@coffee@male@idle_a',
anim = 'idle_a',
flags = 8,
},
prop = {
model = 'mxc_vend_prop_item_canbeer4',
bone = 57005,
coords = vec3(0.14, 0.01, -0.04),
rotation = vec3(-64.96, 36.0, -3.0),
},
replenish = {
type = 'Thirst',
replenish = 30
}
},
["cigs_redwood"] = {
progress = {
label = "Smoking...",
time = 10000
},
animation = {
animDict = 'amb@world_human_aa_smoke@male@idle_a',
anim = "idle_c",
flags = 1048592
},
prop = {
model = "prop_cs_ciggy_01b",
bone = 57005,
coords = vec3(0.18, 0.02, 0.02),
rotation = vec3(0, 103.42, 0)
}
},
["cigs_redwood2"] = {
progress = {
label = "Smoking...",
time = 10000
},
animation = {
animDict = 'amb@world_human_aa_smoke@male@idle_a',
anim = "idle_c",
flags = 1048592
},
prop = {
model = "prop_cs_ciggy_01b",
bone = 57005,
coords = vec3(0.18, 0.02, 0.02),
rotation = vec3(0, 103.42, 0)
}
},
["cigs_debonaireb"] = {
progress = {
label = "Smoking...",
time = 10000
},
animation = {
animDict = 'amb@world_human_aa_smoke@male@idle_a',
anim = "idle_c",
flags = 1048592
},
prop = {
model = "prop_cs_ciggy_01b",
bone = 57005,
coords = vec3(0.18, 0.02, 0.02),
rotation = vec3(0, 103.42, 0)
}
},
["cigs_debonaireg"] = {
progress = {
label = "Smoking...",
time = 10000
},
animation = {
animDict = 'amb@world_human_aa_smoke@male@idle_a',
anim = "idle_c",
flags = 1048592
},
prop = {
model = "prop_cs_ciggy_01b",
bone = 57005,
coords = vec3(0.18, 0.02, 0.02),
rotation = vec3(0, 103.42, 0)
}
},
["cigs_cardiaque"] = {
progress = {
label = "Smoking...",
time = 10000
},
animation = {
animDict = 'amb@world_human_aa_smoke@male@idle_a',
anim = "idle_c",
flags = 1048592
},
prop = {
model = "prop_cs_ciggy_01b",
bone = 57005,
coords = vec3(0.18, 0.02, 0.02),
rotation = vec3(0, 103.42, 0)
}
},
["cigs_69brand"] = {
progress = {
label = "Smoking...",
time = 10000
},
animation = {
animDict = 'amb@world_human_aa_smoke@male@idle_a',
anim = "idle_c",
flags = 1048592
},
prop = {
model = "prop_cs_ciggy_01b",
bone = 57005,
coords = vec3(0.18, 0.02, 0.02),
rotation = vec3(0, 103.42, 0)
}
},
["cigs_cok"] = {
progress = {
label = "Smoking...",
time = 10000
},
animation = {
animDict = 'amb@world_human_aa_smoke@male@idle_a',
anim = "idle_c",
flags = 1048592
},
prop = {
model = "prop_cs_ciggy_01b",
bone = 57005,
coords = vec3(0.18, 0.02, 0.02),
rotation = vec3(0, 103.42, 0)
}
},
["cigs_estancia"] = {
progress = {
label = "Smoking...",
time = 10000
},
animation = {
animDict = 'amb@world_human_aa_smoke@male@idle_a',
anim = "idle_c",
flags = 1048592
},
prop = {
model = "prop_cs_ciggy_01b",
bone = 57005,
coords = vec3(0.18, 0.02, 0.02),
rotation = vec3(0, 103.42, 0)
}
},
}
}