summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-14 10:35:47 -0400
committergumi <git@gumi.ca>2020-08-14 10:35:47 -0400
commit6ee1a982ad2aa4250692e4fe95d22e80417f4a67 (patch)
tree231bbb4fb9f8446ee58db50438f880c5c1775f95 /db
parent85914ba9ce5b6fb838282a03bfa69ac3f088a6a9 (diff)
downloadserverdata-6ee1a982ad2aa4250692e4fe95d22e80417f4a67.tar.gz
serverdata-6ee1a982ad2aa4250692e4fe95d22e80417f4a67.tar.bz2
serverdata-6ee1a982ad2aa4250692e4fe95d22e80417f4a67.tar.xz
serverdata-6ee1a982ad2aa4250692e4fe95d22e80417f4a67.zip
add the BanditBoots 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 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
+},
)