From 9de1fddc8efa3e0f81dfd0cb28404e8f1eaac2d7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 4 Mar 2019 09:59:18 -0300 Subject: Crafting System base code used for Evol - this is for reference purposes, DO NOT MERGE --- db/craft_db.conf | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++++- db/re/item_db.conf | 1 - 2 files changed, 81 insertions(+), 2 deletions(-) (limited to 'db') diff --git a/db/craft_db.conf b/db/craft_db.conf index 6a015fb65..071180566 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -54,7 +54,7 @@ craft_db: ( }, ******************************************************************************/ -// Evol Recipes +// Pet Egg Recipes { Id: 0 Name: "CraftEgg" @@ -108,6 +108,8 @@ craft_db: ( Priority: 10 Price: 100 }, + +// Generic Item Recipes { Id: 1 Name: "CraftPiouFeathers" @@ -214,6 +216,8 @@ craft_db: ( Price: 0 ReturnCode: 123 }, + +// Dye Recipes { Id: 2 Name: "CraftOrangeDye" @@ -257,6 +261,8 @@ craft_db: ( } Priority: 10 }, + +// Equipment recipes { Id: 3 Name: "CraftItemWithDye" @@ -305,4 +311,78 @@ craft_db: ( Priority: 10 }, +// Help +{ + Id: 5 + Name: "CraftCarpCocktail" + Flag: 4 + SourceItems: + ( + { + Bread: 1 + LettuceLeaf: 1 + Cheese: 1 + CommonCarp: 1 + }, + ) + CreateItems: + ( + { + CactusCocktail: 1 + }, + ) + RequiredItems: { + ThetaBook: 1 + } + Priority: 10 +}, +{ + Id: 6 + Name: "CraftMananaCocktail" + Flag: 4 + SourceItems: + ( + { + Bread: 1 + LettuceLeaf: 1 + Cheese: 1 + Manana: 1 + }, + ) + CreateItems: + ( + { + AppleCocktail: 1 + }, + ) + RequiredItems: { + ThetaBook: 1 + } + Priority: 10 +}, +{ + Id: 7 + Name: "CraftLegsCocktail" + Flag: 4 + SourceItems: + ( + { + Bread: 1 + LettuceLeaf: 1 + Cheese: 1 + PiouLegs: 1 + }, + ) + CreateItems: + ( + { + CherryCocktail: 1 + }, + ) + RequiredItems: { + ThetaBook: 1 + } + Priority: 10 +}, + ) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 09d4a6bf2..41ace1397 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -5975,7 +5975,6 @@ item_db: ( id5018: 1 id5019: 1 id5020: 1 - id5030: 2 } }, { -- cgit v1.2.3-70-g09d2