summaryrefslogtreecommitdiff
path: root/db/craft_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-04-15 10:36:09 -0300
committerJesusaves <cpntb1@ymail.com>2019-04-15 11:00:32 -0300
commit1bb1b49fabd742b7390d593cc3f596a6288ccf96 (patch)
tree3e343e71d8f3c27e5c49ec1467b7ba400d371da8 /db/craft_db.conf
parent20d2e3ff7a8ca783aea237880cfe20ea550eec56 (diff)
downloadserverdata-1bb1b49fabd742b7390d593cc3f596a6288ccf96.tar.gz
serverdata-1bb1b49fabd742b7390d593cc3f596a6288ccf96.tar.bz2
serverdata-1bb1b49fabd742b7390d593cc3f596a6288ccf96.tar.xz
serverdata-1bb1b49fabd742b7390d593cc3f596a6288ccf96.zip
More alchemy!
Diffstat (limited to 'db/craft_db.conf')
-rw-r--r--db/craft_db.conf61
1 files changed, 61 insertions, 0 deletions
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)
//////////////////////////////////////////////////////////////////////////////