summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-14 10:39:40 -0400
committergumi <git@gumi.ca>2020-08-14 10:39:40 -0400
commit3d43b12cb5a5e4bd06497d8cd2d9542ecab8f2d5 (patch)
treed1461317a700b344a84bf7963b13fcbea9f58b54 /db
parent377ae403b4bf0725065912c93791c218acffa659 (diff)
downloadserverdata-3d43b12cb5a5e4bd06497d8cd2d9542ecab8f2d5.tar.gz
serverdata-3d43b12cb5a5e4bd06497d8cd2d9542ecab8f2d5.tar.bz2
serverdata-3d43b12cb5a5e4bd06497d8cd2d9542ecab8f2d5.tar.xz
serverdata-3d43b12cb5a5e4bd06497d8cd2d9542ecab8f2d5.zip
add the LeatherBoots 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 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
+},
)