diff options
author | gumi <git@gumi.ca> | 2020-08-14 10:26:26 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-14 10:26:26 -0400 |
commit | ea8e897ddb0285a2b41a678b3c89bf752f598cb3 (patch) | |
tree | fe892925f1b5950198ba671beb2b40256efac69d /db | |
parent | 8b2528f4506e1927f178d704ce8e1a7e54ad0879 (diff) | |
download | serverdata-ea8e897ddb0285a2b41a678b3c89bf752f598cb3.tar.gz serverdata-ea8e897ddb0285a2b41a678b3c89bf752f598cb3.tar.bz2 serverdata-ea8e897ddb0285a2b41a678b3c89bf752f598cb3.tar.xz serverdata-ea8e897ddb0285a2b41a678b3c89bf752f598cb3.zip |
add the BromenalGloves recipe
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
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 4d3fbe06..d9296369 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -1227,6 +1227,31 @@ Boots: 700 --> 799 } Priority: 52 }, +{ + Id: 309 + Name: "CraftBromenalGloves" + Flag: "CRAFT_SMITHING" + ReturnCode: "BromenalGloves" + SourceItems: + ( + { + CopperIngot: 8 + LeatherPatch: 30 + Coal: 25 + SharpKnife: 1 + }, + ) + CreateItems: + ( + { + BromenalGloves: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 63 +}, /************************** WEAPONS & TOOLS ************************************ ******************************************************************************** |