diff options
-rw-r--r-- | db/craft_db.conf | 61 |
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) ////////////////////////////////////////////////////////////////////////////// |