diff options
-rw-r--r-- | db/craft_db.conf | 25 | ||||
-rw-r--r-- | npc/items/recipes.txt | 3 |
2 files changed, 27 insertions, 1 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf index d77bfb84..dcd01351 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -1477,4 +1477,29 @@ Boots: 700 --> 799 } Priority: 40 }, +{ + Id: 706 + Name: "CraftLeatherBoots" + Flag: "CRAFT_TAILORING" + ReturnCode: "LeatherBoots" + SourceItems: + ( + { + LeatherPatch: 40 + RattoTail: 16 + TortugaShell: 22 + SharpKnife: 1 + }, + ) + CreateItems: + ( + { + LeatherBoots: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 50 +}, ) diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt index 889924bc..339173db 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -229,7 +229,8 @@ function read_tailoring { CottonBoots, BanditBoots, ManaSlippers, - SquirrelBoots); + SquirrelBoots, + LeatherBoots); return; } |