diff options
Diffstat (limited to 'db/craft_db.conf')
-rw-r--r-- | db/craft_db.conf | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf index 8f8acfd4..d299cb67 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -280,6 +280,31 @@ Boots: 700 --> 799 } Priority: 22 }, +{ + Id: 105 + Name: "CraftSilkRobe" + Flag: "CRAFT_TAILORING" + ReturnCode: 1308 + SourceItems: + ( + { + SilkCocoon: 40 + CottonCloth: 10 + FluffyFur: 3 + Knife: 1 + }, + ) + CreateItems: + ( + { + SilkRobe: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 30 +}, /************************* LEG ARMOR (PANTS) *********************************** ******************************************************************************** |