summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-14 10:41:28 -0400
committergumi <git@gumi.ca>2020-08-14 10:41:28 -0400
commit5e80c025ae54c4d5317a7ec1572cfc84e0231011 (patch)
tree91349729c94614a214dc0c6049ac2e1726beb15d /db
parent3d43b12cb5a5e4bd06497d8cd2d9542ecab8f2d5 (diff)
downloadserverdata-5e80c025ae54c4d5317a7ec1572cfc84e0231011.tar.gz
serverdata-5e80c025ae54c4d5317a7ec1572cfc84e0231011.tar.bz2
serverdata-5e80c025ae54c4d5317a7ec1572cfc84e0231011.tar.xz
serverdata-5e80c025ae54c4d5317a7ec1572cfc84e0231011.zip
add the BromenalBoots recipe
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
Diffstat (limited to 'db')
-rw-r--r--db/craft_db.conf25
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
+},
)