diff options
author | gumi <git@gumi.ca> | 2020-08-10 13:43:21 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-10 13:46:06 -0400 |
commit | 802a68048e9aa66a2d43fd1fc8c91446bd868b0c (patch) | |
tree | 7a60756a5673538dec80d36461f053df74df33ba | |
parent | 5ab897d620bb3b0dac274fc2fc783eb5bf7b438c (diff) | |
download | serverdata-802a68048e9aa66a2d43fd1fc8c91446bd868b0c.tar.gz serverdata-802a68048e9aa66a2d43fd1fc8c91446bd868b0c.tar.bz2 serverdata-802a68048e9aa66a2d43fd1fc8c91446bd868b0c.tar.xz serverdata-802a68048e9aa66a2d43fd1fc8c91446bd868b0c.zip |
clean up the crafting db
-rw-r--r-- | db/craft_db.conf | 354 |
1 files changed, 63 insertions, 291 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf index 6ad9b224..6fbf0906 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -54,269 +54,26 @@ craft_db: ( }, ******************************************************************************/ -// Pet Egg Recipes +/************** +Cooking: 000 --> 099 +Chest Armor: 100 --> 199 +Pants: 200 --> 299 +Gloves: 300 --> 399 +Weapons: 400 --> 499 +Shields: 500 --> 599 +Hats: 600 --> 699 +Boots: 700 --> 799 +**************/ + +/****************************** COOKING **************************************** +******************************************************************************** +**** Reserved range for <Id>: 000 --> 099 +**** Valid <Flag> parameters: CRAFT_COOKING +*******************************************************************************/ { Id: 0 - Name: "CraftEgg" - SourceItems: - ( - { - Empty: 0 - TortugaShellFragment: 2 - Empty: 0 - - PiouFeathers: 1 - PiouFeathers: 1 - PiouFeathers: 1 - - PiouLegs: 1 - Empty: 0 - PiouLegs: 1 - }, - { - PiouFeathers: 1 - PiouFeathers: 1 - PiouFeathers: 1 - - Empty: 0 - TortugaShellFragment: 2 - Empty: 0 - - PiouLegs: 1 - Empty: 0 - PiouLegs: 1 - } - ) - CreateItems: - ( - { - PiouEgg: 1 - } - ) - DeleteItems: { - PiouLegs: 1 - } - RequiredQuests: { - ShipQuests_Julia: 1 - } - RequiredEquips: { - VneckJumper: true - } - RequiredItems: { - PiouEgg: 1 - } - Priority: 10 - Price: 100 -}, - -// Generic Item Recipes -{ - Id: 1 - Name: "CraftPiouFeathers" - SourceItems: - ( - { - PiouFeathers: 1 - PiouFeathers: 1 - PiouFeathers: 1 - - Empty: 0 - Empty: 0 - Empty: 0 - - Empty: 0 - Empty: 0 - Empty: 0 - }, - { - Empty: 0 - Empty: 0 - Empty: 0 - - PiouFeathers: 1 - PiouFeathers: 1 - PiouFeathers: 1 - - Empty: 0 - Empty: 0 - Empty: 0 - }, - { - Empty: 0 - Empty: 0 - Empty: 0 - - Empty: 0 - Empty: 0 - Empty: 0 - - PiouFeathers: 1 - PiouFeathers: 1 - PiouFeathers: 1 - }, - { - PiouFeathers: 1 - Empty: 0 - Empty: 0 - - PiouFeathers: 1 - Empty: 0 - Empty: 0 - - PiouFeathers: 1 - Empty: 0 - Empty: 0 - }, - { - Empty: 0 - PiouFeathers: 1 - Empty: 0 - - Empty: 0 - PiouFeathers: 1 - Empty: 0 - - Empty: 0 - PiouFeathers: 1 - Empty: 0 - }, - { - Empty: 0 - Empty: 0 - PiouFeathers: 1 - - Empty: 0 - Empty: 0 - PiouFeathers: 1 - - Empty: 0 - Empty: 0 - PiouFeathers: 1 - }, - ) - CreateItems: - ( - { - PiouFeathers: 4 - }, - { - PiouFeathers: 3 - }, - { - PiouFeathers: 2 - }, - ) - RequiredQuests: { - ShipQuests_Julia: 2 - } - RequiredEquips: { - VneckJumper: true - } - Priority: 10 - Price: 0 - ReturnCode: 123 -}, - -// Dye Recipes -{ - Id: 2 - Name: "CraftOrangeDye" - SourceItems: - ( - { - Carrot: 3 - Pearl: 2 - Empty: 0 - - Empty: 0 - Empty: 0 - Empty: 0 - - Empty: 0 - Empty: 0 - Empty: 0 - }, - { - Pearl: 2 - Carrot: 3 - Empty: 0 - - Empty: 0 - Empty: 0 - Empty: 0 - - Empty: 0 - Empty: 0 - Empty: 0 - }, - ) - CreateItems: - ( - { - OrangeCottonDye: 2 - }, - ) - RequiredQuests: { - ShipQuests_Julia: 1 - } - Priority: 10 -}, - -// Equipment recipes -{ - Id: 3 - Name: "CraftItemWithDye" - SourceItems: - ( - { - VneckJumper: 1 - CrimsonSilkDye: 1 - Empty: 0 - - Empty: 0 - Empty: 0 - Empty: 0 - - Empty: 0 - Empty: 0 - Empty: 0 - }, - { - CrimsonSilkDye: 1 - VneckJumper: 1 - Empty: 0 - - Empty: 0 - Empty: 0 - Empty: 0 - - Empty: 0 - Empty: 0 - Empty: 0 - }, - ) - CreateItems: - ( - { - VneckJumper: - { - Amount: 1 - Cards: ["CrimsonSilkDye"] - }, - }, - ) - RequiredQuests: { - ShipQuests_Julia: 1 - } - Priority: 10 -}, - -// Cooking -// for Flag field, please see constants.conf (CRAFT enum) -{ - Id: 5 Name: "CraftCarpSandwich" - Flag: 4 + Flag: "CRAFT_COOKING" SourceItems: ( { @@ -344,9 +101,9 @@ craft_db: ( Priority: 10 }, { - Id: 6 + Id: 1 Name: "CraftPioulegSandwich" - Flag: 4 + Flag: "CRAFT_COOKING" SourceItems: ( { @@ -368,9 +125,9 @@ craft_db: ( Priority: 10 }, { - Id: 7 + Id: 2 Name: "CraftMananaSandwich" - Flag: 4 + Flag: "CRAFT_COOKING" SourceItems: ( { @@ -391,31 +148,46 @@ craft_db: ( } Priority: 10 }, -// Example recipe, incl for testing, do not use on live -{ - Id: 8 - Name: "CraftInfantryHelmet" - Flag: 16 - ReturnCode: 2906 - // InfantryHelmet - SourceItems: - ( - { - IronOre: 12 - Coal: 3 - Moss: 2 - Dagger: 1 - }, - ) - CreateItems: - ( - { - PileOfAsh: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 10 -}, + +/************************ CHEST ARMOR (SHIRTS) ********************************* +******************************************************************************** +**** Reserved range for <Id>: 100 --> 199 +**** Valid <Flag> parameters: CRAFT_SMITHERY, CRAFT_TAILORING +*******************************************************************************/ + +/************************* LEG ARMOR (PANTS) *********************************** +******************************************************************************** +**** Reserved range for <Id>: 200 --> 299 +**** Valid <Flag> parameters: CRAFT_SMITHERY, CRAFT_TAILORING +*******************************************************************************/ + +/****************************** GLOVES ***************************************** +******************************************************************************** +**** Reserved range for <Id>: 300 --> 399 +**** Valid <Flag> parameters: CRAFT_SMITHERY, CRAFT_TAILORING +*******************************************************************************/ + +/************************** WEAPONS & TOOLS ************************************ +******************************************************************************** +**** Reserved range for <Id>: 400 --> 499 +**** Valid <Flag> parameters: CRAFT_SMITHERY +*******************************************************************************/ + +/****************************** SHIELDS **************************************** +******************************************************************************** +**** Reserved range for <Id>: 500 --> 599 +**** Valid <Flag> parameters: CRAFT_SMITHERY +*******************************************************************************/ + +/************************* HEAD ARMOR (HATS) *********************************** +******************************************************************************** +**** Reserved range for <Id>: 600 --> 699 +**** Valid <Flag> parameters: CRAFT_SMITHERY, CRAFT_TAILORING +*******************************************************************************/ + +/******************************* BOOTS ***************************************** +******************************************************************************** +**** Reserved range for <Id>: 700 --> 799 +**** Valid <Flag> parameters: CRAFT_SMITHERY, CRAFT_TAILORING +*******************************************************************************/ ) |