From 64fd5c0f3b67202c7c9f6daef50680b8ea065aed Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 15 Apr 2019 10:22:51 -0300 Subject: Alchemy - craft db update --- db/craft_db.conf | 421 +++++++++++++++++++++++++++++++++++++++++++++++++++-- db/re/item_db.conf | 6 +- 2 files changed, 414 insertions(+), 13 deletions(-) (limited to 'db') diff --git a/db/craft_db.conf b/db/craft_db.conf index 0896d53ae..385a62a86 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -58,7 +58,7 @@ craft_db: ( ////////////////////////////////////////////////////////////////////////////// /****************************************************************************/ -// Alchemy System (ID 21~40, Flag 8) +// Alchemy System (ID 21~50, Flag 8) ////////////////////////////////////////////////////////////////////////////// { Id: 21 @@ -157,36 +157,437 @@ craft_db: ( SourceItems: ( { - Piberries: 100 - GoldenApple: 1 + Piberries: 3 + MountainSnakeEgg: 1 }, ) CreateItems: ( { - PrecisionPotion: 82 + PrecisionPotion: 1 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 26 + Name: "CraftDodgePotion" + Flag: 8 + SourceItems: + ( + { + Piberries: 3 + SnakeEgg: 1 + }, + ) + CreateItems: + ( + { + DodgePotion: 1 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 27 + Name: "CraftLukPotionA" + Flag: 8 + SourceItems: + ( + { + EmeraldPowder: 1 + HerbalTea: 1 + }, + ) + CreateItems: + ( + { + LukPotionA: 1 + }, + { + LukPotionA: 1 + }, + { + LukPotionA: 2 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 28 + Name: "CraftLukPotionB" + Flag: 8 + SourceItems: + ( + { + Emerald: 1 + HerbalTea: 2 + }, + ) + CreateItems: + ( + { + LukPotionB: 1 + }, + { + LukPotionB: 1 + }, + { + LukPotionB: 2 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 29 + Name: "CraftLukPotionC" + Flag: 8 + SourceItems: + ( + { + PolishedEmerald: 1 + HerbalTea: 3 + }, + ) + CreateItems: + ( + { + LukPotionC: 1 + }, + { + LukPotionC: 1 + }, + { + LukPotionC: 2 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 30 + Name: "CraftDexPotionA" + Flag: 8 + SourceItems: + ( + { + AmethystPowder: 1 + HerbalTea: 1 + }, + ) + CreateItems: + ( + { + DexPotionA: 1 + }, + { + DexPotionA: 1 + }, + { + DexPotionA: 2 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 31 + Name: "CraftDexPotionB" + Flag: 8 + SourceItems: + ( + { + Amethyst: 1 + HerbalTea: 2 + }, + ) + CreateItems: + ( + { + DexPotionB: 1 + }, + { + DexPotionB: 1 + }, + { + DexPotionB: 2 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 32 + Name: "CraftDexPotionC" + Flag: 8 + SourceItems: + ( + { + PolishedAmethyst: 1 + HerbalTea: 3 + }, + ) + CreateItems: + ( + { + DexPotionC: 1 + }, + { + DexPotionC: 1 + }, + { + DexPotionC: 2 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 33 + Name: "CraftIntPotionA" + Flag: 8 + SourceItems: + ( + { + SapphirePowder: 1 + HerbalTea: 1 + }, + ) + CreateItems: + ( + { + IntPotionA: 1 + }, + { + IntPotionA: 1 + }, + { + IntPotionA: 2 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 34 + Name: "CraftIntPotionB" + Flag: 8 + SourceItems: + ( + { + Sapphire: 1 + HerbalTea: 2 + }, + ) + CreateItems: + ( + { + IntPotionB: 1 + }, + { + IntPotionB: 1 + }, + { + IntPotionB: 2 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 35 + Name: "CraftIntPotionC" + Flag: 8 + SourceItems: + ( + { + PolishedSapphire: 1 + HerbalTea: 3 + }, + ) + CreateItems: + ( + { + IntPotionC: 1 + }, + { + IntPotionC: 1 + }, + { + IntPotionC: 2 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 36 + Name: "CraftVitPotionA" + Flag: 8 + SourceItems: + ( + { + DiamondPowder: 1 + HerbalTea: 1 + }, + ) + CreateItems: + ( + { + VitPotionA: 1 + }, + { + VitPotionA: 1 + }, + { + VitPotionA: 2 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 37 + Name: "CraftVitPotionB" + Flag: 8 + SourceItems: + ( + { + Diamond: 1 + HerbalTea: 2 + }, + ) + CreateItems: + ( + { + VitPotionB: 1 + }, + { + VitPotionB: 1 }, { - PrecisionPotion: 81 + VitPotionB: 2 }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 38 + Name: "CraftVitPotionC" + Flag: 8 + SourceItems: + ( + { + PolishedDiamond: 1 + HerbalTea: 3 + }, + ) + CreateItems: + ( + { + VitPotionC: 1 + }, + { + VitPotionC: 1 + }, + { + VitPotionC: 2 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 39 + Name: "CraftAgiPotionA" + Flag: 8 + SourceItems: + ( + { + TopazPowder: 1 + HerbalTea: 1 + }, + ) + CreateItems: + ( + { + AgiPotionA: 1 + }, + { + AgiPotionA: 1 + }, + { + AgiPotionA: 2 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 40 + Name: "CraftAgiPotionB" + Flag: 8 + SourceItems: + ( { - PrecisionPotion: 80 + Topaz: 1 + HerbalTea: 2 }, + ) + CreateItems: + ( { - PrecisionPotion: 79 + AgiPotionB: 1 + }, + { + AgiPotionB: 1 + }, + { + AgiPotionB: 2 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 41 + Name: "CraftAgiPotionC" + Flag: 8 + SourceItems: + ( + { + PolishedTopaz: 1 + HerbalTea: 3 + }, + ) + CreateItems: + ( + { + AgiPotionC: 1 + }, + { + AgiPotionC: 1 + }, + { + AgiPotionC: 2 }, ) Priority: 10 }, /****************************************************************************/ -// Crafting System (ID 41~80, Flag 16) +// Crafting System (ID 51~100, Flag 16) ////////////////////////////////////////////////////////////////////////////// // Output PileOfAsh // Require 1x EverburnPowder to lit (maybe Sulphur?) // Require BentNeddle to costure (leather) { - Id: 41 + Id: 51 Name: "CraftWoodenSword" Flag: 16 SourceItems: @@ -213,7 +614,7 @@ craft_db: ( }, /****************************************************************************/ { - Id: 42 + Id: 52 Name: "CraftBugSlayer" Flag: 16 SourceItems: diff --git a/db/re/item_db.conf b/db/re/item_db.conf index bfe46124b..d14e67b9b 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2820,7 +2820,7 @@ item_db: ( }, { Id: 648 - AegisName: "LuckPotionA" + AegisName: "LukPotionA" Name: "Inc Luck Potion" Type: "IT_USABLE" Buy: 1000000 @@ -2838,7 +2838,7 @@ item_db: ( }, { Id: 649 - AegisName: "LuckPotionB" + AegisName: "LukPotionB" Name: "Inc Luck+ Potion" Type: "IT_USABLE" Buy: 1000000 @@ -2856,7 +2856,7 @@ item_db: ( }, { Id: 650 - AegisName: "LuckPotionC" + AegisName: "LukPotionC" Name: "Inc Luck++ Potion" Type: "IT_USABLE" Buy: 1000000 -- cgit v1.2.3-60-g2f50