diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-13 13:04:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-13 13:04:05 -0300 |
commit | 920ecac4ce806fd23e1bca4ac1b6c3af0b0fdc9a (patch) | |
tree | a03823f62778795e018d16e9c6e93215467f749c /db | |
parent | 94703972389ad2f7207add218cabf8493035c895 (diff) | |
download | serverdata-920ecac4ce806fd23e1bca4ac1b6c3af0b0fdc9a.tar.gz serverdata-920ecac4ce806fd23e1bca4ac1b6c3af0b0fdc9a.tar.bz2 serverdata-920ecac4ce806fd23e1bca4ac1b6c3af0b0fdc9a.tar.xz serverdata-920ecac4ce806fd23e1bca4ac1b6c3af0b0fdc9a.zip |
Add crafting formulas for the new potions, now I need @Saulc opinion
Diffstat (limited to 'db')
-rw-r--r-- | db/craft_db.conf | 69 | ||||
-rw-r--r-- | db/re/item_db.conf | 2 |
2 files changed, 70 insertions, 1 deletions
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 |