summaryrefslogtreecommitdiff
path: root/db/craft_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-13 09:45:01 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-13 09:45:01 -0300
commit0e6ee986dccd10a025088711a5bb58756bd70bcc (patch)
treeb0b11ae3efe297943cf5db4ff5d166917cd38b12 /db/craft_db.conf
parent9dd7472d72c318c2b4f30f8c806872fc0ca9b6fe (diff)
downloadserverdata-0e6ee986dccd10a025088711a5bb58756bd70bcc.tar.gz
serverdata-0e6ee986dccd10a025088711a5bb58756bd70bcc.tar.bz2
serverdata-0e6ee986dccd10a025088711a5bb58756bd70bcc.tar.xz
serverdata-0e6ee986dccd10a025088711a5bb58756bd70bcc.zip
Implement Alchemy System for Xanthem's House.
Now he only needs to buy--err, find the recipes :>
Diffstat (limited to 'db/craft_db.conf')
-rw-r--r--db/craft_db.conf60
1 files changed, 60 insertions, 0 deletions
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)
+//////////////////////////////////////////////////////////////////////////////
+/****************************************************************************/
)