From 0e6ee986dccd10a025088711a5bb58756bd70bcc Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 13 Mar 2019 09:45:01 -0300 Subject: Implement Alchemy System for Xanthem's House. Now he only needs to buy--err, find the recipes :> --- db/craft_db.conf | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) (limited to 'db/craft_db.conf') diff --git a/db/craft_db.conf b/db/craft_db.conf index 4397edce9..a3cb06f44 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -54,5 +54,65 @@ craft_db: ( }, ******************************************************************************/ +// Cooking System (ID 0~20, Flag 4) +////////////////////////////////////////////////////////////////////////////// +/****************************************************************************/ + +// Alchemy System (ID 21~40, Flag 8) +////////////////////////////////////////////////////////////////////////////// +{ + Id: 21 + Name: "CraftHastePotion" + Flag: 8 + SourceItems: + ( + { + Plushroom: 15 + }, + ) + CreateItems: + ( + { + HastePotion: 3 + }, + { + HastePotion: 3 + }, + { + HastePotion: 2 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 22 + Name: "CraftStrengthPotion" + Flag: 8 + SourceItems: + ( + { + Chagashroom: 15 + }, + ) + CreateItems: + ( + { + StrengthPotion: 3 + }, + { + StrengthPotion: 3 + }, + { + StrengthPotion: 2 + }, + ) + Priority: 10 +}, +/****************************************************************************/ + +// Crafting System (ID 41~80, Flag 16) +////////////////////////////////////////////////////////////////////////////// +/****************************************************************************/ ) -- cgit v1.2.3-60-g2f50