diff options
author | gumi <git@gumi.ca> | 2020-08-14 10:05:41 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-14 10:05:41 -0400 |
commit | d3d6e4229fa49ecda7f95008e97fff72a01ecbf4 (patch) | |
tree | 9625844f73f39abebfeb1e38593c12dab4f4ce22 /db | |
parent | d8c2ec841ac9469e8259b2c415388b091a7f5adf (diff) | |
download | serverdata-d3d6e4229fa49ecda7f95008e97fff72a01ecbf4.tar.gz serverdata-d3d6e4229fa49ecda7f95008e97fff72a01ecbf4.tar.bz2 serverdata-d3d6e4229fa49ecda7f95008e97fff72a01ecbf4.tar.xz serverdata-d3d6e4229fa49ecda7f95008e97fff72a01ecbf4.zip |
add the LeatherTrousers 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 29c0c0b2..0a195998 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -944,6 +944,31 @@ Boots: 700 --> 799 } Priority: 49 }, +{ + Id: 207 + Name: "CraftLeatherTrousers" + Flag: "CRAFT_TAILORING" + ReturnCode: "LeatherTrousers" + SourceItems: + ( + { + LeatherPatch: 45 + SquirrelPelt: 35 + CottonCloth: 5 + Knife: 1 + }, + ) + CreateItems: + ( + { + LeatherTrousers: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 49 +}, /****************************** GLOVES ***************************************** ******************************************************************************** |