From 920ecac4ce806fd23e1bca4ac1b6c3af0b0fdc9a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 13 Mar 2019 13:04:05 -0300 Subject: Add crafting formulas for the new potions, now I need @Saulc opinion --- db/craft_db.conf | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ db/re/item_db.conf | 2 +- 2 files changed, 70 insertions(+), 1 deletion(-) (limited to 'db') diff --git a/db/craft_db.conf b/db/craft_db.conf index a3cb06f44..769bef82a 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -110,6 +110,75 @@ craft_db: ( Priority: 10 }, /****************************************************************************/ +{ + Id: 23 + Name: "CraftResetPotion" + Flag: 8 + SourceItems: + ( + { + ManaPiouFeathers: 100 + Curshroom: 50 + }, + ) + CreateItems: + ( + { + StatusResetPotion: 1 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 24 + Name: "CraftSpeedPotion" + Flag: 8 + SourceItems: + ( + { + GemPowder: 1 + FluoPowder: 5 + }, + ) + CreateItems: + ( + { + MoveSpeedPotion: 1 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 25 + Name: "CraftPrecisionPotion" + Flag: 8 + SourceItems: + ( + { + Piberries: 100 + GoldenApple: 1 + }, + ) + CreateItems: + ( + { + PrecisionPotion: 82 + }, + { + PrecisionPotion: 81 + }, + { + PrecisionPotion: 80 + }, + { + PrecisionPotion: 79 + }, + ) + Priority: 10 +}, +/****************************************************************************/ // Crafting System (ID 41~80, Flag 16) ////////////////////////////////////////////////////////////////////////////// diff --git a/db/re/item_db.conf b/db/re/item_db.conf index e4e6b9f44..0f2bb0b2f 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1496,7 +1496,7 @@ item_db: ( { Id: 572 AegisName: "XmasCake" - Name: "XmasCake" + Name: "Xmas Cake" Type: "IT_HEALING" Buy: 50 Sell: 25 -- cgit v1.2.3-70-g09d2