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 dcd01351..9de9fc3b 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -1502,4 +1502,29 @@ Boots: 700 --> 799 } Priority: 50 }, +{ + Id: 707 + Name: "CraftBromenalBoots" + Flag: "CRAFT_SMITHING" + ReturnCode: "BromenalBoots" + SourceItems: + ( + { + CopperIngot: 4 + LeatherPatch: 24 + TortugaShell: 26 + SharpKnife: 1 + }, + ) + CreateItems: + ( + { + BromenalBoots: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 60 +}, ) |