From b17e38270747fd0e85016282c6366e0c6d6a830f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 23 Dec 2021 03:29:24 -0300 Subject: Prepare new alchemy recipes: Coffee, Atropos, Death, Purification, Iced Water. --- db/craft_db.conf | 133 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 133 insertions(+) (limited to 'db') diff --git a/db/craft_db.conf b/db/craft_db.conf index a9bba8aa1..0df424e6f 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -58,6 +58,139 @@ craft_db: ( // Alchemy System (ID 1~50, Flag 8) ////////////////////////////////////////////////////////////////////////////// +{ + Id: 1 + Name: "CraftCoffee" + Flag: 8 + SourceItems: + ( + { + BottleOfTonoriWater: 1 + ShadowHerb: 40 + }, + ) + CreateItems: + ( + { + Coffee: 5 + }, + { + Coffee: 5 + }, + { + Coffee: 6 + }, + { + Coffee: 4 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 2 + Name: "CraftAtroposMixture" + Flag: 8 + SourceItems: + ( + { + LachesisBrew: 1 + ClothoLiquor: 1 + }, + ) + CreateItems: + ( + { + AtroposMixture: 1 + }, + { + AtroposMixture: 1 + }, + { + AtroposMixture: 2 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 3 + Name: "CraftDeathPotion" + Flag: 8 + SourceItems: + ( + { + Dragonfruit: 5 + HerbalTea: 2 + }, + ) + CreateItems: + ( + { + DeathPotion: 1 + }, + { + DeathPotion: 1 + }, + { + DeathPotion: 2 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 4 + Name: "CraftIcedBottle" + Flag: 8 + SourceItems: + ( + { + BottleOfTonoriWater: 1 + BottleOfWoodlandWater: 1 + }, + ) + CreateItems: + ( + { + IcedBottle: 1 + }, + { + IcedBottle: 1 + }, + { + IcedBottle: 2 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 5 + Name: "CraftPurificationPotion" + Flag: 8 + SourceItems: + ( + { + NymphPoison: 1 + SacredLifePotion: 1 + }, + ) + CreateItems: + ( + { + PurificationPotion: 5 + }, + { + PurificationPotion: 7 + }, + { + PurificationPotion: 5 + }, + ) + Priority: 10 +}, +/****************************************************************************/ { Id: 21 Name: "CraftHastePotion" -- cgit v1.2.3-60-g2f50