summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-14 10:14:46 -0400
committergumi <git@gumi.ca>2020-08-14 10:14:46 -0400
commit72083cf80f4372152698abc9b71e3cbffc4780a0 (patch)
treebccb4bdf2e12726def9cb5d4b4b5f5c47adf134f /db
parentc156b3cedfd454299ac5bdbedc83395b245fac8f (diff)
downloadserverdata-72083cf80f4372152698abc9b71e3cbffc4780a0.tar.gz
serverdata-72083cf80f4372152698abc9b71e3cbffc4780a0.tar.bz2
serverdata-72083cf80f4372152698abc9b71e3cbffc4780a0.tar.xz
serverdata-72083cf80f4372152698abc9b71e3cbffc4780a0.zip
add the Armbands recipe
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
Diffstat (limited to 'db')
-rw-r--r--db/craft_db.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf
index e548822e..6ffaee99 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -1076,6 +1076,33 @@ Boots: 700 --> 799
}
Priority: 12
},
+{
+ Id: 301
+ Name: "CraftArmbands"
+ Flag: "CRAFT_TAILORING"
+ /* TODO: maybe add a WOODWORKING category? */
+ ReturnCode: "Armbands"
+ SourceItems:
+ (
+ {
+ RawLog: 20
+ /* May need to be changed at a later date to Hardwood/Softwood/RefinedWood */
+ LeatherPatch: 10
+ Coal: 15
+ Knife: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ Armbands: 1
+ },
+ )
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 21
+},
/************************** WEAPONS & TOOLS ************************************
********************************************************************************