Files
wnsrc/gamemodes/darkrp/plugins/willardskills/recipes/medicine/sh_break_alcohol.lua

189 lines
5.8 KiB
Lua
Raw Normal View History

2024-08-04 23:54:45 +03:00
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
local RECIPE = ix.recipe:New()
RECIPE.uniqueID = "break_artwhiskey_alcohol"
RECIPE.name = "Özütle: Yapay Viski"
RECIPE.description = "Bu içecekten alkol içeriğini çıkarın."
RECIPE.model = "models/willardnetworks/food/whiskey.mdl"
RECIPE.category = "Alkol/kimyasal özütleme"
RECIPE.subcategory = "Alkol"
RECIPE.station = "tool_mixer"
RECIPE.ingredients = {["drink_proc_whiskey"] = 1}
RECIPE.result = {["comp_alcohol"] = 1}
RECIPE.hidden = false
RECIPE.skill = "medicine"
RECIPE.level = 0
RECIPE.experience = {
{level = 0, exp = 80}, -- full xp
{level = 10, exp = 40}, -- half xp
{level = 25, exp = 0} -- no xp
}
RECIPE:Register()
RECIPE = ix.recipe:New()
RECIPE.uniqueID = "break_artvodka_alcohol"
RECIPE.name = "Özütle: Yapay Votka"
RECIPE.description = "Bu içecekten alkol içeriğini çıkarın."
RECIPE.model = "models/willardnetworks/food/alcohol_bottle.mdl"
RECIPE.category = "Alkol/kimyasal özütleme"
RECIPE.subcategory = "Alkol"
RECIPE.station = "tool_mixer"
RECIPE.ingredients = {["drink_proc_vodka"] = 1}
RECIPE.result = {["comp_alcohol"] = 1}
RECIPE.hidden = false
RECIPE.skill = "medicine"
RECIPE.level = 0
RECIPE.experience = {
{level = 0, exp = 80}, -- full xp
{level = 10, exp = 40}, -- half xp
{level = 25, exp = 0} -- no xp
}
RECIPE:Register()
RECIPE = ix.recipe:New()
RECIPE.uniqueID = "break_artbourbon_alcohol"
RECIPE.name = "Özütle: Yapay Bourbon"
RECIPE.description = "Bu içecekten alkol içeriğini çıkarın."
RECIPE.model = "models/willardnetworks/food/bourbon.mdl"
RECIPE.category = "Alkol/kimyasal özütleme"
RECIPE.subcategory = "Alkol"
RECIPE.station = "tool_mixer"
RECIPE.ingredients = {["drink_proc_bourbon"] = 1}
RECIPE.result = {["comp_alcohol"] = 1}
RECIPE.hidden = false
RECIPE.skill = "medicine"
RECIPE.level = 0
RECIPE.experience = {
{level = 0, exp = 80}, -- full xp
{level = 10, exp = 40}, -- half xp
{level = 25, exp = 0} -- no xp
}
RECIPE:Register()
RECIPE = ix.recipe:New()
RECIPE.uniqueID = "break_artbeer_alcohol"
RECIPE.name = "Özütle: Yapay Bira"
RECIPE.description = "Bu içecekten alkol içeriğini çıkarın."
RECIPE.model = "models/willardnetworks/food/beer.mdl"
RECIPE.category = "Alkol/kimyasal özütleme"
RECIPE.subcategory = "Alkol"
RECIPE.station = "tool_mixer"
RECIPE.ingredients = {["drink_proc_beer"] = 1}
RECIPE.result = {["comp_alcohol"] = 1}
RECIPE.hidden = false
RECIPE.skill = "medicine"
RECIPE.level = 0
RECIPE.experience = {
{level = 0, exp = 80}, -- full xp
{level = 10, exp = 40}, -- half xp
{level = 25, exp = 0} -- no xp
}
RECIPE:Register()
RECIPE = ix.recipe:New()
RECIPE.uniqueID = "break_whiskey_alcohol"
RECIPE.name = "Özütle: Viski"
RECIPE.description = "Bu içecekten alkol içeriğini çıkarın."
RECIPE.model = "models/willardnetworks/food/whiskey.mdl"
RECIPE.category = "Alkol/kimyasal özütleme"
RECIPE.subcategory = "Alkol"
RECIPE.station = "tool_mixer"
RECIPE.ingredients = {["bottle_whiskey"] = 1}
RECIPE.result = {["comp_alcohol"] = 2}
RECIPE.hidden = false
RECIPE.skill = "medicine"
RECIPE.level = 0
RECIPE.experience = {
{level = 0, exp = 75}, -- full xp
{level = 10, exp = 50}, -- half xp
{level = 25, exp = 0} -- no xp
}
RECIPE:Register()
RECIPE = ix.recipe:New()
RECIPE.uniqueID = "break_vodka_alcohol"
RECIPE.name = "Özütle: Votka"
RECIPE.description = "Bu içecekten alkol içeriğini çıkarın."
RECIPE.model = "models/willardnetworks/food/alcohol_bottle.mdl"
RECIPE.category = "Alkol/kimyasal özütleme"
RECIPE.subcategory = "Alkol"
RECIPE.station = "tool_mixer"
RECIPE.ingredients = {["bottle_vodka"] = 1}
RECIPE.result = {["comp_alcohol"] = 2}
RECIPE.hidden = false
RECIPE.skill = "medicine"
RECIPE.level = 0
RECIPE.experience = {
{level = 0, exp = 75}, -- full xp
{level = 10, exp = 50}, -- half xp
{level = 25, exp = 0} -- no xp
}
RECIPE:Register()
RECIPE = ix.recipe:New()
RECIPE.uniqueID = "break_bourbon_alcohol"
RECIPE.name = "Özütle: Bourbon"
RECIPE.description = "Bu içecekten alkol içeriğini çıkarın."
RECIPE.model = "models/willardnetworks/food/bourbon.mdl"
RECIPE.category = "Alkol/kimyasal özütleme"
RECIPE.subcategory = "Alkol"
RECIPE.station = "tool_mixer"
RECIPE.ingredients = {["bottle_bourbon"] = 1}
RECIPE.result = {["comp_alcohol"] = 2}
RECIPE.hidden = false
RECIPE.skill = "medicine"
RECIPE.level = 0
RECIPE.experience = {
{level = 0, exp = 75}, -- full xp
{level = 10, exp = 50}, -- half xp
{level = 25, exp = 0} -- no xp
}
RECIPE:Register()
RECIPE = ix.recipe:New()
RECIPE.uniqueID = "break_beer_alcohol"
RECIPE.name = "Özütle: Bira"
RECIPE.description = "Bu içecekten alkol içeriğini çıkarın."
RECIPE.model = "models/willardnetworks/food/beer.mdl"
RECIPE.category = "Alkol/kimyasal özütleme"
RECIPE.subcategory = "Alkol"
RECIPE.station = "tool_mixer"
RECIPE.ingredients = {["drink_beer"] = 1}
RECIPE.result = {["comp_alcohol"] = 2}
RECIPE.hidden = false
RECIPE.skill = "medicine"
RECIPE.level = 0
RECIPE.experience = {
{level = 0, exp = 75}, -- full xp
{level = 10, exp = 50}, -- half xp
{level = 25, exp = 0} -- no xp
}
RECIPE:Register()
RECIPE = ix.recipe:New()
RECIPE.uniqueID = "break_sake_alcohol"
RECIPE.name = "Özütle: Sake"
RECIPE.description = "Bu içecekten alkol içeriğini çıkarın."
RECIPE.model = "models/willardnetworks/food/alcohol_bottle.mdl"
RECIPE.category = "Alkol/kimyasal özütleme"
RECIPE.subcategory = "Alkol"
RECIPE.station = "tool_mixer"
RECIPE.ingredients = {["bottle_sake"] = 1}
RECIPE.result = {["comp_alcohol"] = 2}
RECIPE.hidden = false
RECIPE.skill = "medicine"
RECIPE.level = 0
RECIPE.experience = {
{level = 0, exp = 75}, -- full xp
{level = 10, exp = 50}, -- half xp
{level = 25, exp = 0} -- no xp
}
RECIPE:Register()