From 1bb1b49fabd742b7390d593cc3f596a6288ccf96 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 15 Apr 2019 10:36:09 -0300 Subject: More alchemy! --- db/craft_db.conf | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) (limited to 'db') diff --git a/db/craft_db.conf b/db/craft_db.conf index 4975bc37b..2e736e41b 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -580,6 +580,67 @@ craft_db: ( Priority: 10 }, /****************************************************************************/ +{ + Id: 42 + Name: "CraftSacredLifePot" + Flag: 8 + SourceItems: + ( + { + GoldenApple: 1 + ElixirOfLife: 1 + }, + ) + CreateItems: + ( + { + SacredLifePotion: 1 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +// CelestiaTea takes about 1 hour the unit to get ingame +{ + Id: 43 + Name: "CraftSacredManaPot" + Flag: 8 + SourceItems: + ( + { + GoldenApple: 1 + CelestiaTea: 15 + }, + ) + CreateItems: + ( + { + SacredManaPotion: 1 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 44 + Name: "CraftPiberriesInfusion" + Flag: 8 + SourceItems: + ( + { + Piberries: 5 + Curshroom: 1 + }, + ) + CreateItems: + ( + { + PiberriesInfusion: 1 + }, + ) + Priority: 10 +}, +/****************************************************************************/ // Crafting System (ID 51~100, Flag 16) ////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3-70-g09d2