mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
@@ -0,0 +1,90 @@
|
||||
--[[
|
||||
| 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 = ix.recipe:New()
|
||||
RECIPE.uniqueID = "break_whiskey_alcohol"
|
||||
RECIPE.name = "Alcool - Whisky"
|
||||
RECIPE.description = "Extraire la teneur en alcool du whisky."
|
||||
RECIPE.model = "models/willardnetworks/food/prop_bar_bottle_e.mdl"
|
||||
RECIPE.category = "Susbtances liquides"
|
||||
RECIPE.subcategory = "Alcool"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["drink_whiskey"] = 1}
|
||||
RECIPE.result = {["comp_alcohol"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "break_vodka_alcohol"
|
||||
RECIPE.name = "Alcool - Vodka"
|
||||
RECIPE.description = "Extraire la teneur en alcool de la vodka."
|
||||
RECIPE.model = "models/willardnetworks/food/prop_bar_bottle_e.mdl"
|
||||
RECIPE.category = "Susbtances liquides"
|
||||
RECIPE.subcategory = "Alcool"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["drink_vodka"] = 1}
|
||||
RECIPE.result = {["comp_alcohol"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "break_bourbon_alcohol"
|
||||
RECIPE.name = "Alcool - Bourbon"
|
||||
RECIPE.description = "Extraire la teneur en alcool du bourbon."
|
||||
RECIPE.model = "models/willardnetworks/food/prop_bar_bottle_e.mdl"
|
||||
RECIPE.category = "Susbtances liquides"
|
||||
RECIPE.subcategory = "Alcool"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["drink_bourbon"] = 1}
|
||||
RECIPE.result = {["comp_alcohol"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "break_beer_alcohol"
|
||||
RECIPE.name = "Alcool - Bière"
|
||||
RECIPE.description = "Extraire la teneur en alcool de la bière."
|
||||
RECIPE.model = "models/willardnetworks/food/prop_bar_bottle_e.mdl"
|
||||
RECIPE.category = "Susbtances liquides"
|
||||
RECIPE.subcategory = "Alcool"
|
||||
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 = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,109 @@
|
||||
--[[
|
||||
| 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_battery_chemical"
|
||||
RECIPE.name = "Batterie de voiture"
|
||||
RECIPE.description = "Extrayez des composés chimiques non raffinés d'une vieille batterie de voiture."
|
||||
RECIPE.model = "models/props_junk/garbage_plasticbottle001a.mdl"
|
||||
RECIPE.category = "Susbtances liquides"
|
||||
RECIPE.subcategory = "Non Raffinés"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["junk_battery"] = 1}
|
||||
RECIPE.result = {["comp_unrefinedchemical"] = 2}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 40}, -- full xp
|
||||
{level = 10, exp = 20}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "break_artwhiskey_chemical"
|
||||
RECIPE.name = "Whisky Artificiel"
|
||||
RECIPE.description = "Extraire les composés chimiques non raffinés de cette boisson artificielle."
|
||||
RECIPE.model = "models/props_junk/garbage_plasticbottle001a.mdl"
|
||||
RECIPE.category = "Susbtances liquides"
|
||||
RECIPE.subcategory = "Non Raffinés"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["drink_proc_whiskey"] = 1}
|
||||
RECIPE.result = {["comp_unrefinedchemical"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 40}, -- full xp
|
||||
{level = 10, exp = 20}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "break_artvodka_chemical"
|
||||
RECIPE.name = "Vodka Artificielle"
|
||||
RECIPE.description = "Extraire les composés chimiques non raffinés de cette boisson artificielle."
|
||||
RECIPE.model = "models/props_junk/garbage_plasticbottle001a.mdl"
|
||||
RECIPE.category = "Susbtances liquides"
|
||||
RECIPE.subcategory = "Non Raffinés"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["drink_proc_vodka"] = 1}
|
||||
RECIPE.result = {["comp_unrefinedchemical"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 40}, -- full xp
|
||||
{level = 10, exp = 20}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "break_artbourbon_chemical"
|
||||
RECIPE.name = "Bourbon Artificiel"
|
||||
RECIPE.description = "Une version synthétique du bourbon."
|
||||
RECIPE.model = "models/props_junk/garbage_plasticbottle001a.mdl"
|
||||
RECIPE.category = "Susbtances liquides"
|
||||
RECIPE.subcategory = "Non Raffinés"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["drink_proc_bourbon"] = 1}
|
||||
RECIPE.result = {["comp_unrefinedchemical"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 40}, -- full xp
|
||||
{level = 10, exp = 20}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "break_artbeer_chemical"
|
||||
RECIPE.name = "Bière artificielle"
|
||||
RECIPE.description = "Une boisson rafraîchissante fermentée."
|
||||
RECIPE.model = "models/props_junk/garbage_plasticbottle001a.mdl"
|
||||
RECIPE.category = "Susbtances liquides"
|
||||
RECIPE.subcategory = "Non Raffinés"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["drink_proc_beer"] = 1}
|
||||
RECIPE.result = {["comp_unrefinedchemical"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 40}, -- full xp
|
||||
{level = 10, exp = 20}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,189 @@
|
||||
--[[
|
||||
| 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 = "rec_comp_adhesive"
|
||||
RECIPE.name = "Adhésif"
|
||||
RECIPE.description = "Un adhésif pour coller des objets ensemble, utilisé dans l'artisanat."
|
||||
RECIPE.model = "models/willardnetworks/props/glue.mdl"
|
||||
RECIPE.category = "Médecine"
|
||||
RECIPE.subcategory = "Ingrédients"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["ing_flour"] = 1, ["ing_vinegar"] = 1}
|
||||
RECIPE.result = {["comp_adhesive"] = 3}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 40}, -- full xp
|
||||
{level = 10, exp = 20}, -- half xp
|
||||
{level = 15, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_comp_strong_adhesive"
|
||||
RECIPE.name = "Adhésif fort"
|
||||
RECIPE.description = "Un adhésif plus fort pour coller des objets ensemble, utilisé dans l'artisanat."
|
||||
RECIPE.model = "models/willardnetworks/props/spicyglue.mdl"
|
||||
RECIPE.category = "Médecine"
|
||||
RECIPE.subcategory = "Ingrédients"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_adhesive"] = 4, ["crafting_water"] = 1}
|
||||
RECIPE.result = {["comp_strong_adhesive"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 80}, -- full xp
|
||||
{level = 20, exp = 40}, -- half xp
|
||||
{level = 30, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_makeshift_strong_adhesive"
|
||||
RECIPE.name = "Adhésif fort de fortune"
|
||||
RECIPE.description = "Un adhésif de fortune plus fort pour coller des objets ensemble, utilisé dans l'artisanat."
|
||||
RECIPE.model = "models/willardnetworks/props/spicyglue.mdl"
|
||||
RECIPE.category = "Médecine"
|
||||
RECIPE.subcategory = "Ingrédients"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_adhesive"] = 4, ["comp_refinedchemical"] = 2}
|
||||
RECIPE.result = {["comp_strong_adhesive"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 80}, -- full xp
|
||||
{level = 20, exp = 40}, -- half xp
|
||||
{level = 30, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_comp_refinedchemicals"
|
||||
RECIPE.name = "Produits chimiques raffinés"
|
||||
RECIPE.description = "Une substance dangereuse et toxique éliminée pour émission radioactive. Faire attention."
|
||||
RECIPE.model = "models/willardnetworks/skills/medjar.mdl"
|
||||
RECIPE.category = "Médecine"
|
||||
RECIPE.subcategory = "Ingrédients"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_unrefinedchemical"] = 1, ["comp_alcohol"] = 1}
|
||||
RECIPE.result = {["comp_refinedchemical"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 40}, -- full xp
|
||||
{level = 10, exp = 20}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_comp_purifier"
|
||||
RECIPE.name = "Purificateur"
|
||||
RECIPE.description = "Poussière étrange qui peut purifier n'importe quel mélange ou substance de n'importe quel composé toxique"
|
||||
RECIPE.model = "models/willardnetworks/skills/pill_bottle.mdl"
|
||||
RECIPE.category = "Médecine"
|
||||
RECIPE.subcategory = "Ingrédients"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_yellowcompound"] = 1, ["comp_unrefinedchemical"] = 1}
|
||||
RECIPE.result = {["comp_purifier"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 40}, -- full xp
|
||||
{level = 10, exp = 20}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_comp_greencompound"
|
||||
RECIPE.name = "Composé Vert"
|
||||
RECIPE.description = "Un flacon de composé vert, utilisé à des fins médicinales."
|
||||
RECIPE.model = "models/willardnetworks/skills/medjar1.mdl"
|
||||
RECIPE.category = "Médecine"
|
||||
RECIPE.subcategory = "Ingrédients"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_refinedchemical"] = 1}
|
||||
RECIPE.result = {["comp_greencompound"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 40}, -- full xp
|
||||
{level = 10, exp = 20}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_comp_yellowcompound"
|
||||
RECIPE.name = "Composé Jaune"
|
||||
RECIPE.description = "Un flacon de composé jaune, utilisé à des fins médicinales."
|
||||
RECIPE.model = "models/willardnetworks/skills/medjar2.mdl"
|
||||
RECIPE.category = "Médecine"
|
||||
RECIPE.subcategory = "Ingrédients"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_refinedchemical"] = 1}
|
||||
RECIPE.result = {["comp_yellowcompound"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 40}, -- full xp
|
||||
{level = 10, exp = 20}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_comp_redcompound"
|
||||
RECIPE.name = "Composé Rouge"
|
||||
RECIPE.description = "Un flacon de composé rouge, utilisé à des fins médicinales."
|
||||
RECIPE.model = "models/willardnetworks/skills/medjar3.mdl"
|
||||
RECIPE.category = "Médecine"
|
||||
RECIPE.subcategory = "Ingrédients"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_refinedchemical"] = 1}
|
||||
RECIPE.result = {["comp_redcompound"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 40}, -- full xp
|
||||
{level = 10, exp = 20}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_comp_bluecompound"
|
||||
RECIPE.name = "Composé Bleu"
|
||||
RECIPE.description = "Un flacon de composé bleu, utilisé à des fins médicinales."
|
||||
RECIPE.model = "models/willardnetworks/skills/medjar4.mdl"
|
||||
RECIPE.category = "Médecine"
|
||||
RECIPE.subcategory = "Ingrédients"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_refinedchemical"] = 1}
|
||||
RECIPE.result = {["comp_bluecompound"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 40}, -- full xp
|
||||
{level = 10, exp = 20}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,230 @@
|
||||
--[[
|
||||
| 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 = "rec_artfun"
|
||||
RECIPE.name = "Pâte artificielle modifiée"
|
||||
RECIPE.description = "Pâte artificielle mélangée avec un peu d'acide de batterie de voiture pour faire bonne mesure."
|
||||
RECIPE.model = "models/props_lab/jar01b.mdl"
|
||||
RECIPE.category = "Drogues"
|
||||
RECIPE.subcategory = "Hallucinogènes"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["proc_paste"] = 1, ["ing_protein"] = 1, ["comp_unrefinedchemical"] = 1}
|
||||
RECIPE.result = {["drug_artificialfun"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 70}, -- full xp
|
||||
{level = 20, exp = 35}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_blueberry"
|
||||
RECIPE.name = "Blueberry en liquide"
|
||||
RECIPE.description = "Un flacon étrange rempli de liquide bleu. Il a le goût d'un jus de baies mais sent dégoûtant."
|
||||
RECIPE.model = "models/willardnetworks/skills/chemical_flask4.mdl"
|
||||
RECIPE.category = "Drogues"
|
||||
RECIPE.subcategory = "Hallucinogènes"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["comp_bluecompound"] = 1, ["comp_charcoal"] = 1, ["fruit_berries"] = 1}
|
||||
RECIPE.result = {["drug_blueberry"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 70}, -- full xp
|
||||
{level = 20, exp = 35}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_ozz"
|
||||
RECIPE.name = "Potion d'Ozz"
|
||||
RECIPE.description = "Liquide étrange dans un bocal en verre, qui à l'ouverture a une odeur forte et étrange. Il a le goût de l'essence mais vous fait vous sentir intelligent et perspicace."
|
||||
RECIPE.model = "models/props_junk/glassjug01.mdl"
|
||||
RECIPE.category = "Drogues"
|
||||
RECIPE.subcategory = "Hallucinogènes"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["comp_greencompound"] = 1, ["disinfectant_bottle"] = 1}
|
||||
RECIPE.result = {["drug_ozz"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 70}, -- full xp
|
||||
{level = 20, exp = 35}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_bobmix"
|
||||
RECIPE.name = "Mélange montagnard"
|
||||
RECIPE.description = "Que se passerait-il si vous preniez le distillat de chaque soda de Richard (publiquement) disponible, les mélangeiez et injectiez le produit résultant directement dans votre bras ? Les scientifiques ont dit 'Rien de bon', tandis que les Crackhead dans les bidonvilles ont dit 'tu montes'. Allez prouver que l'un ou l'autre a raison."
|
||||
RECIPE.model = "models/willardnetworks/food/bobdrinks_can.mdl"
|
||||
RECIPE.category = "Drogues"
|
||||
RECIPE.subcategory = "Hallucinogènes"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["drink_bobfizz"] = 1, ["drink_bobgrape"] = 1, ["drink_boboriginal"] = 1}
|
||||
RECIPE.result = {["drug_bobmix"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 70}, -- full xp
|
||||
{level = 20, exp = 35}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_darkshot"
|
||||
RECIPE.name = "Shot Obscur"
|
||||
RECIPE.description = "Du sang mélangé à divers médicaments, en le consommant, vous pouvez ressentir une sensation de brûlure dans la gorge."
|
||||
RECIPE.model = "models/willardnetworks/skills/medjar.mdl"
|
||||
RECIPE.category = "Drogues"
|
||||
RECIPE.subcategory = "Hallucinogènes"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["comp_bloodsyringe"] = 1, ["basic_red"] = 1, ["comp_unrefinedchemical"] = 1, ["drink_proc_whiskey"] = 1}
|
||||
RECIPE.result = {["drug_darkshot"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 80}, -- full xp
|
||||
{level = 30, exp = 50}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_demon"
|
||||
RECIPE.name = "La Fourmi Rouge"
|
||||
RECIPE.description = "Une seringue remplie de liquide rouge foncé à l'intérieur, lors de l'injection, vous pouvez ressentir une sensation de brûlure extrême à l'endroit de l'injection."
|
||||
RECIPE.model = "models/willardnetworks/skills/medx.mdl"
|
||||
RECIPE.category = "Drogues"
|
||||
RECIPE.subcategory = "Hallucinogènes"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["comp_syringe"] = 1, ["painkillers"] = 1, ["comp_redcompound"] = 1}
|
||||
RECIPE.result = {["drug_demon"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 80}, -- full xp
|
||||
{level = 30, exp = 40}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_speed"
|
||||
RECIPE.name = "Stimulant"
|
||||
RECIPE.description = "Un paquet écrasé de pilules mélangées dans une canette. Vous donne le sentiment d'être rapide."
|
||||
RECIPE.model = "models/willardnetworks/skills/medx.mdl"
|
||||
RECIPE.category = "Drogues"
|
||||
RECIPE.subcategory = "Hallucinogènes"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["crafting_water"] = 1, ["adrenaline"] = 1}
|
||||
RECIPE.result = {["drug_speed"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 80}, -- full xp
|
||||
{level = 30, exp = 40}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_thirdeye"
|
||||
RECIPE.name = "Le 3ème oeil"
|
||||
RECIPE.description = "Un liquide blanc à l'intérieur de la seringue, qui après utilisation, pourrait vous faire ressentir une conscience accrue de l'environnement."
|
||||
RECIPE.model = "models/willardnetworks/skills/pyscho.mdl"
|
||||
RECIPE.category = "Drogues"
|
||||
RECIPE.subcategory = "Hallucinogènes"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["comp_syringe"] = 1, ["ing_coffee_powder"] = 1, ["basic_yellow"] = 1}
|
||||
RECIPE.result = {["drug_thirdeye"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 80}, -- full xp
|
||||
{level = 30, exp = 40}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_transhumano"
|
||||
RECIPE.name = "Le Transhumain"
|
||||
RECIPE.description = "Une pilule raffinée qui vous fait vous sentir ultra-fort, certains pensent que c'est ce qu'utilisent les OTAs."
|
||||
RECIPE.model = "models/willardnetworks/skills/pills2.mdl"
|
||||
RECIPE.category = "Drogues"
|
||||
RECIPE.subcategory = "Hallucinogènes"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["comp_bluecompound"] = 1, ["bloodstabilizer"] = 1, ["adrenaline"] = 1}
|
||||
RECIPE.result = {["drug_transhumano"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 40
|
||||
RECIPE.experience = {
|
||||
{level = 40, exp = 100}, -- full xp
|
||||
{level = 45, exp = 50}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_xp"
|
||||
RECIPE.name = "Morphine alcoolisée"
|
||||
RECIPE.description = "Liquide brun dans une vieille bouteille, en la sentant, vous pouvez vous sentir vraiment léger. Ça a le goût du vieux sirop contre la toux."
|
||||
RECIPE.model = "models/willardnetworks/food/wine4.mdl"
|
||||
RECIPE.category = "Drogues"
|
||||
RECIPE.subcategory = "Hallucinogènes"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["morphine"] = 2, ["drink_white_wine"] = 1, ["orange_pill"] = 1}
|
||||
RECIPE.result = {["drug_xp"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 40
|
||||
RECIPE.experience = {
|
||||
{level = 40, exp = 100}, -- full xp
|
||||
{level = 45, exp = 50}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_rave"
|
||||
RECIPE.name = "Rave"
|
||||
RECIPE.description = "Une drogue de fête hallucinogène conçue pour induire la sensation puissante d'être dans une rave."
|
||||
RECIPE.model = "models/willardnetworks/skills/medx.mdl"
|
||||
RECIPE.category = "Drogues"
|
||||
RECIPE.subcategory = "Hallucinogènes"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["drug_demon"] = 1, ["drug_thirdeye"] = 1, ["drug_speed"] = 1}
|
||||
RECIPE.result = {["rave"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 50
|
||||
RECIPE.experience = {
|
||||
{level = 40, exp = 300}, -- full xp
|
||||
{level = 45, exp = 150}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,226 @@
|
||||
--[[
|
||||
| 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 = "rec_disinfectant"
|
||||
RECIPE.name = "Bouteille de désinfectant"
|
||||
RECIPE.description = "Une bouteille de désinfectant, utilisée pour nettoyer les plaies des bactéries."
|
||||
RECIPE.model = "models/props_junk/glassjug01.mdl"
|
||||
RECIPE.category = "Médecine"
|
||||
RECIPE.subcategory = "Soins"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_plastic"] = 1, ["comp_alcohol"] = 1, ["comp_purifier"] = 1}
|
||||
RECIPE.result = {["disinfectant_bottle"] = 6}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_bandage"
|
||||
RECIPE.name = "Rouleau de bandage"
|
||||
RECIPE.description = "Un rouleau de pansements hygiéniques. Utilisé pour arrêter le saignement."
|
||||
RECIPE.model = "models/stuff/bandages.mdl"
|
||||
RECIPE.category = "Médecine"
|
||||
RECIPE.subcategory = "Soins"
|
||||
RECIPE.ingredients = {["comp_cloth"] = 4, ["comp_alcohol"] = 1}
|
||||
RECIPE.result = {["bandage"] = 6}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_disinfected_bandage"
|
||||
RECIPE.name = "Bandage Désinfecté"
|
||||
RECIPE.description = "Un rouleau de pansements sanitaires désinfectés. Utilisé pour arrêter les saignements et nettoyer les plaies."
|
||||
RECIPE.model = "models/stuff/bandages.mdl"
|
||||
RECIPE.category = "Médecine"
|
||||
RECIPE.subcategory = "Soins"
|
||||
RECIPE.ingredients = {["bandage"] = 4, ["disinfectant_bottle"] = 3}
|
||||
RECIPE.result = {["disinfected_bandage"] = 4}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 50}, -- full xp
|
||||
{level = 10, exp = 25}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_painkillers"
|
||||
RECIPE.name = "Analgésiques"
|
||||
RECIPE.description = "Un paquet d'analgésiques. Il procure un soulagement temporaire des douleurs mineures."
|
||||
RECIPE.model = "models/willardnetworks/skills/pills1.mdl"
|
||||
RECIPE.category = "Médecine"
|
||||
RECIPE.subcategory = "Soins"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["comp_refinedchemical"] = 1, ["comp_bluecompound"] = 1}
|
||||
RECIPE.result = {["painkillers"] = 4}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 0
|
||||
RECIPE.experience = {
|
||||
{level = 0, exp = 60}, -- full xp
|
||||
{level = 10, exp = 30}, -- half xp
|
||||
{level = 20, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_bloodstabilizer"
|
||||
RECIPE.name = "Stabilisateur"
|
||||
RECIPE.description = "Une seringue remplie de composé rouge et d'analgésique, bonne pour faciliter la récupération suite à des douleurs."
|
||||
RECIPE.model = "models/willardnetworks/skills/stimpak.mdl"
|
||||
RECIPE.category = "Médecine"
|
||||
RECIPE.subcategory = "Soins"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_bloodsyringe"] = 4, ["comp_redcompound"] = 2, ["painkillers"] = 1}
|
||||
RECIPE.result = {["bloodstabilizer"] = 4}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 100}, -- full xp
|
||||
{level = 20, exp = 50}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_bloodbag"
|
||||
RECIPE.name = "Poche de sang"
|
||||
RECIPE.description = "Un sac en plastique avec un tuyau et une aiguille attachés. Il semble y avoir du sang dedans."
|
||||
RECIPE.model = "models/willardnetworks/skills/bloodbag.mdl"
|
||||
RECIPE.category = "Médecine"
|
||||
RECIPE.subcategory = "Soins"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_bloodsyringe"] = 4, ["disinfectant_bottle"] = 2, ["comp_plastic"] = 4}
|
||||
RECIPE.result = {["bloodbag"] = 4}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 120}, -- full xp
|
||||
{level = 20, exp = 60}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_firstaid"
|
||||
RECIPE.name = "Trousse de premiers secours"
|
||||
RECIPE.description = "Un petit sac rouge avec des objets pour une réponse immédiate aux premiers secours."
|
||||
RECIPE.model = "models/willardnetworks/skills/medkit.mdl"
|
||||
RECIPE.category = "Médecine"
|
||||
RECIPE.subcategory = "Soins"
|
||||
RECIPE.ingredients = {["bandage"] = 3, ["disinfectant_bottle"] = 3, ["bloodstabilizer"] = 3, ["comp_stitched_cloth"] = 1}
|
||||
RECIPE.result = {["firstaid"] = 3}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 160}, -- full xp
|
||||
{level = 30, exp = 80}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_adrenaline"
|
||||
RECIPE.name = "Adrénaline"
|
||||
RECIPE.description = "Une seringue d'adrénaline. Elle procure un soulagement temporaire des douleurs intenses."
|
||||
RECIPE.model = "models/willardnetworks/skills/adrenaline.mdl"
|
||||
RECIPE.category = "Médecine"
|
||||
RECIPE.subcategory = "Soins"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["comp_greencompound"] = 1, ["basic_green"] = 1, ["comp_syringe"] = 1}
|
||||
RECIPE.result = {["adrenaline"] = 3}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 100}, -- full xp
|
||||
{level = 30, exp = 50}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_morphine"
|
||||
RECIPE.name = "Morphine"
|
||||
RECIPE.description = "Une seringue de morphine. Elle procure un soulagement des douleurs intenses."
|
||||
RECIPE.model = "models/willardnetworks/skills/adrenaline.mdl"
|
||||
RECIPE.category = "Médecine"
|
||||
RECIPE.subcategory = "Soins"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["comp_redcompound"] = 2, ["basic_red"] = 1, ["comp_syringe"] = 1}
|
||||
RECIPE.result = {["morphine"] = 3}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 35
|
||||
RECIPE.experience = {
|
||||
{level = 35, exp = 150}, -- full xp
|
||||
{level = 45, exp = 75}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_med_surgerykit"
|
||||
RECIPE.name = "Trousse de Chirurgie"
|
||||
RECIPE.description = "Une pochette rouge qui se déplie pour révéler un assortiment d'outils chirurgicaux. Utilisé par les professionnels de la santé pour une aide immédiate."
|
||||
RECIPE.model = "models/willardnetworks/skills/surgicalkit.mdl"
|
||||
RECIPE.category = "Médecine"
|
||||
RECIPE.subcategory = "Soins"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["firstaid"] = 1, ["morphine"] = 3, ["bloodbag"] = 3, ["adrenaline"] = 1}
|
||||
RECIPE.result = {["surgerykit"] = 3}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 35
|
||||
RECIPE.experience = {
|
||||
{level = 35, exp = 160}, -- full xp
|
||||
{level = 45, exp = 80}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_med_xenpotion"
|
||||
RECIPE.name = "Potion Xen"
|
||||
RECIPE.description = "Substance extraterrestre hautement exotique concoctée à partir d'ingrédients Xen rares, apportant une incroyable régénération organique."
|
||||
RECIPE.model = "models/willardnetworks/props/xenpotion3.mdl"
|
||||
RECIPE.category = "Médecine"
|
||||
RECIPE.subcategory = "Soins"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["ing_xen_herb"] = 4, ["ing_xenberries"] = 4, ["drink_vodka"] = 1}
|
||||
RECIPE.result = {["xen_potion"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 50
|
||||
RECIPE.experience = {
|
||||
{level = 50, exp = 0}, -- full xp
|
||||
{level = 50, exp = 0}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
@@ -0,0 +1,311 @@
|
||||
--[[
|
||||
| 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 = "rec_basicgreen"
|
||||
RECIPE.name = "Pilules vertes de base"
|
||||
RECIPE.description = "Une petite pilule verte basique. Cela vous fait vous sentir... un peu plus rapide."
|
||||
RECIPE.model = "models/willardnetworks/skills/pills2.mdl"
|
||||
RECIPE.category = "Drogues"
|
||||
RECIPE.subcategory = "Boosteurs"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_greencompound"] = 1, ["ing_vegetable_pack"] = 1}
|
||||
RECIPE.result = {["basic_green"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 70}, -- full xp
|
||||
{level = 20, exp = 35}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_basicblue"
|
||||
RECIPE.name = "Pilules bleues de base"
|
||||
RECIPE.description = "Une petite pilule bleue basique. Cela vous fait vous sentir... un peu plus intelligent."
|
||||
RECIPE.model = "models/willardnetworks/skills/pills5.mdl"
|
||||
RECIPE.category = "Drogues"
|
||||
RECIPE.subcategory = "Boosteurs"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_bluecompound"] = 1, ["ing_vegetable_pack"] = 1}
|
||||
RECIPE.result = {["basic_blue"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 70}, -- full xp
|
||||
{level = 20, exp = 35}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_basicred"
|
||||
RECIPE.name = "Pilules rouges de base"
|
||||
RECIPE.description = "Une petite pilule rouge basique. Ça te fait te sentir... un peu plus fort"
|
||||
RECIPE.model = "models/willardnetworks/skills/pills4.mdl"
|
||||
RECIPE.category = "Drogues"
|
||||
RECIPE.subcategory = "Boosteurs"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_redcompound"] = 1, ["ing_vegetable_pack"] = 1}
|
||||
RECIPE.result = {["basic_red"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 70}, -- full xp
|
||||
{level = 20, exp = 35}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_basicyellow"
|
||||
RECIPE.name = "Pilules jaunes de base"
|
||||
RECIPE.description = "Une petite pilule jaune basique. Votre vision semble s'être légèrement améliorée."
|
||||
RECIPE.model = "models/willardnetworks/skills/pills3.mdl"
|
||||
RECIPE.category = "Drogues"
|
||||
RECIPE.subcategory = "Boosteurs"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_yellowcompound"] = 1, ["ing_vegetable_pack"] = 1}
|
||||
RECIPE.result = {["basic_yellow"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 10
|
||||
RECIPE.experience = {
|
||||
{level = 10, exp = 70}, -- full xp
|
||||
{level = 20, exp = 35}, -- half xp
|
||||
{level = 25, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "rec_improvedred"
|
||||
RECIPE.name = "Pilules rouges améliorées"
|
||||
RECIPE.description = "Une petite pilule rouge. Cela vous fait vous sentir plus fort."
|
||||
RECIPE.model = "models/willardnetworks/skills/pills4.mdl"
|
||||
RECIPE.category = "Drogues"
|
||||
RECIPE.subcategory = "Boosteurs"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_refinedchemical"] = 1, ["basic_red"] = 1}
|
||||
RECIPE.result = {["improved_red"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 80}, -- full xp
|
||||
{level = 30, exp = 40}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_improvedgreen"
|
||||
RECIPE.name = "Pilules vertes améliorées"
|
||||
RECIPE.description = "Une petite pilule verte. Cela vous fait vous sentir plus vite."
|
||||
RECIPE.model = "models/willardnetworks/skills/pills2.mdl"
|
||||
RECIPE.category = "Drogues"
|
||||
RECIPE.subcategory = "Boosteurs"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_refinedchemical"] = 1, ["basic_green"] = 1}
|
||||
RECIPE.result = {["improved_green"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 80}, -- full xp
|
||||
{level = 30, exp = 40}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_improvedblue"
|
||||
RECIPE.name = "Pilules bleues améliorées"
|
||||
RECIPE.description = "Une petite pilule bleue. Cela vous fait vous sentir plus intelligent."
|
||||
RECIPE.model = "models/willardnetworks/skills/pills5.mdl"
|
||||
RECIPE.category = "Drogues"
|
||||
RECIPE.subcategory = "Boosteurs"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_refinedchemical"] = 1, ["basic_blue"] = 1}
|
||||
RECIPE.result = {["improved_blue"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 80}, -- full xp
|
||||
{level = 30, exp = 40}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_improvedyellow"
|
||||
RECIPE.name = "Pilules jaunes améliorées"
|
||||
RECIPE.description = "Une petite pilule jaune. Vous pouvez soudainement voir beaucoup plus clairement."
|
||||
RECIPE.model = "models/willardnetworks/skills/pills3.mdl"
|
||||
RECIPE.category = "Drogues"
|
||||
RECIPE.subcategory = "Boosteurs"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["comp_refinedchemical"] = 1, ["basic_yellow"] = 1}
|
||||
RECIPE.result = {["improved_yellow"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 80}, -- full xp
|
||||
{level = 30, exp = 40}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_qualityred"
|
||||
RECIPE.name = "Pilules rouges de qualité"
|
||||
RECIPE.description = "Une pastille rouge intéressante, son goût beaucoup plus raffiné qu'auparavant. Cela vous fait vous sentir super fort."
|
||||
RECIPE.model = "models/willardnetworks/skills/pills4.mdl"
|
||||
RECIPE.category = "Drogues"
|
||||
RECIPE.subcategory = "Boosteurs"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["comp_purifier"] = 1, ["improved_red"] = 1}
|
||||
RECIPE.result = {["quality_red"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 35
|
||||
RECIPE.experience = {
|
||||
{level = 35, exp = 100}, -- full xp
|
||||
{level = 45, exp = 50}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_qualitygreen"
|
||||
RECIPE.name = "Pilule verte de qualité"
|
||||
RECIPE.description = "Une pilule verte intéressante, son goût beaucoup plus raffiné qu'auparavant. Cela vous fait vous sentir super vite."
|
||||
RECIPE.model = "models/willardnetworks/skills/pills5.mdl"
|
||||
RECIPE.category = "Drogues"
|
||||
RECIPE.subcategory = "Boosteurs"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["comp_purifier"] = 1, ["improved_green"] = 1}
|
||||
RECIPE.result = {["quality_green"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 35
|
||||
RECIPE.experience = {
|
||||
{level = 35, exp = 100}, -- full xp
|
||||
{level = 45, exp = 50}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_qualityblue"
|
||||
RECIPE.name = "Pilules bleues de qualité"
|
||||
RECIPE.description = "Une pilule bleue intéressante, son goût beaucoup plus raffiné qu'auparavant. Cela vous fait vous sentir super intelligent... la connaissance se précipite dans l'esprit."
|
||||
RECIPE.model = "models/willardnetworks/skills/pills5.mdl"
|
||||
RECIPE.category = "Drogues"
|
||||
RECIPE.subcategory = "Boosteurs"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["comp_purifier"] = 1, ["improved_blue"] = 1}
|
||||
RECIPE.result = {["quality_blue"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 35
|
||||
RECIPE.experience = {
|
||||
{level = 35, exp = 100}, -- full xp
|
||||
{level = 45, exp = 50}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_qualityyellow"
|
||||
RECIPE.name = "Pilules jaunes de qualité"
|
||||
RECIPE.description = "Une pastille jaune intéressante, son goût beaucoup plus raffiné qu'auparavant. Cela améliore beaucoup votre vision... est-ce une araignée sur mon mur ?"
|
||||
RECIPE.model = "models/willardnetworks/skills/pills3.mdl"
|
||||
RECIPE.category = "Drogues"
|
||||
RECIPE.subcategory = "Boosteurs"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["comp_purifier"] = 1, ["improved_yellow"] = 1}
|
||||
RECIPE.result = {["quality_yellow"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 35
|
||||
RECIPE.experience = {
|
||||
{level = 35, exp = 100}, -- full xp
|
||||
{level = 45, exp = 50}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_orangepill"
|
||||
RECIPE.name = "Pilules oranges"
|
||||
RECIPE.description = "Cette pilule vous fait apparemment vous sentir un peu plus fort et votre vision plus nette."
|
||||
RECIPE.model = "models/willardnetworks/skills/pills7.mdl"
|
||||
RECIPE.category = "Drogues"
|
||||
RECIPE.subcategory = "Boosteurs"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["basic_red"] = 1, ["basic_yellow"] = 1}
|
||||
RECIPE.result = {["orange_pill"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 60}, -- full xp
|
||||
{level = 30, exp = 30}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
RECIPE.uniqueID = "rec_purplepill"
|
||||
RECIPE.name = "Pilules violettes"
|
||||
RECIPE.description = "Cette pilule vous fait apparemment penser et courir plus vite."
|
||||
RECIPE.model = "models/willardnetworks/skills/pills6.mdl"
|
||||
RECIPE.category = "Drogues"
|
||||
RECIPE.subcategory = "Boosteurs"
|
||||
RECIPE.station = "tool_mixer"
|
||||
RECIPE.ingredients = {["basic_green"] = 1, ["basic_blue"] = 1}
|
||||
RECIPE.result = {["purple_pill"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 20
|
||||
RECIPE.experience = {
|
||||
{level = 20, exp = 60}, -- full xp
|
||||
{level = 30, exp = 30}, -- half xp
|
||||
{level = 35, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
|
||||
local RECIPE = ix.recipe:New()
|
||||
|
||||
RECIPE.uniqueID = "medpill_dark"
|
||||
RECIPE.name = "Pilules sombres"
|
||||
RECIPE.description = "Cette étrange pilule fabriquée via une voie chimique complexe stimule apparemment tous vos sens. Il y a une sorte de montée d'adrénaline.."
|
||||
RECIPE.model = "models/willardnetworks/skills/pills8.mdl"
|
||||
RECIPE.category = "Drogues"
|
||||
RECIPE.subcategory = "Boosteurs"
|
||||
RECIPE.station = "tool_chembench"
|
||||
RECIPE.ingredients = {["orange_pill"] = 1, ["purple_pill"] = 1, ["adrenaline"] = 1}
|
||||
RECIPE.result = {["dark_pill"] = 1}
|
||||
RECIPE.hidden = false
|
||||
RECIPE.skill = "medicine"
|
||||
RECIPE.level = 35
|
||||
RECIPE.experience = {
|
||||
{level = 35, exp = 150}, -- full xp
|
||||
{level = 45, exp = 75}, -- half xp
|
||||
{level = 50, exp = 0} -- no xp
|
||||
}
|
||||
RECIPE:Register()
|
||||
Reference in New Issue
Block a user