diff options
author | gumi <git@gumi.ca> | 2020-08-13 22:54:27 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-13 22:54:27 -0400 |
commit | 89bc00552ab22612082af78562b9b1b281cfb16a (patch) | |
tree | 1a86107995703166c9a93f82cdd55943a11f8a7f /db | |
parent | 675ee9cb27ee1ef50d43d3af60e12f80d427166c (diff) | |
download | serverdata-89bc00552ab22612082af78562b9b1b281cfb16a.tar.gz serverdata-89bc00552ab22612082af78562b9b1b281cfb16a.tar.bz2 serverdata-89bc00552ab22612082af78562b9b1b281cfb16a.tar.xz serverdata-89bc00552ab22612082af78562b9b1b281cfb16a.zip |
add the WizardRobe recipe
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
Diffstat (limited to 'db')
-rw-r--r-- | db/craft_db.conf | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf index f2c22fa2..4483b348 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -588,7 +588,7 @@ Boots: 700 --> 799 { Id: 117 Name: "CraftWarlordArmor" - Flag: 16 + Flag: "CRAFT_SMITHERY" ReturnCode: 1309 SourceItems: ( @@ -610,7 +610,31 @@ Boots: 700 --> 799 } Priority: 70 }, - +{ + Id: 118 + Name: "CraftWizardRobe" + Flag: "CRAFT_TAILORING" + ReturnCode: 1323 + SourceItems: + ( + { + SquirrelPelt: 30 + SilkCocoon: 60 + LeatherPatch: 5 + Dagger: 1 + }, + ) + CreateItems: + ( + { + WizardRobe: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 71 +}, /************************* LEG ARMOR (PANTS) *********************************** ******************************************************************************** |