diff options
author | gumi <git@gumi.ca> | 2020-08-14 10:22:42 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-14 10:22:42 -0400 |
commit | b2ea83dfbce9a0f1f4f651ca84e2775309d4fcdb (patch) | |
tree | 253b57d1e5810ddf520eb117ae0a75c71afc960f /db | |
parent | 1a75727c66154b2390fca257e975865642e2afdd (diff) | |
download | serverdata-b2ea83dfbce9a0f1f4f651ca84e2775309d4fcdb.tar.gz serverdata-b2ea83dfbce9a0f1f4f651ca84e2775309d4fcdb.tar.bz2 serverdata-b2ea83dfbce9a0f1f4f651ca84e2775309d4fcdb.tar.xz serverdata-b2ea83dfbce9a0f1f4f651ca84e2775309d4fcdb.zip |
add the CopperArmbands 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 6e4d9d61..a9c433cd 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -1177,6 +1177,31 @@ Boots: 700 --> 799 } Priority: 39 }, +{ + Id: 305 + Name: "CraftCopperArmbands" + Flag: "CRAFT_SMITHING" + ReturnCode: "CopperArmbands" + SourceItems: + ( + { + CopperIngot: 4 + IronIngot: 3 + Coal: 30 + SharpKnife: 1 + }, + ) + CreateItems: + ( + { + CopperArmbands: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 43 +}, /************************** WEAPONS & TOOLS ************************************ ******************************************************************************** |