diff options
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) *********************************** ******************************************************************************** |