814 lines
		
	
	
		
			No EOL
		
	
	
		
			25 KiB
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			814 lines
		
	
	
		
			No EOL
		
	
	
		
			25 KiB
		
	
	
	
		
			Lua
		
	
	
	
	
	
| 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)
 | |
|             }
 | |
|         },
 | |
|     }
 | |
| } | 
