diff options
Diffstat (limited to 'db')
-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 a3fb9618..dae57670 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -1402,4 +1402,29 @@ Boots: 700 --> 799 } Priority: 20 }, +{ + Id: 703 + Name: "CraftBanditBoots" + Flag: "CRAFT_TAILORING" + ReturnCode: "BanditBoots" + SourceItems: + ( + { + CottonCloth: 20 + RattoTail: 8 + TortugaShell: 12 + Knife: 1 + }, + ) + CreateItems: + ( + { + BanditBoots: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 30 +}, ) |