summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-14 10:05:41 -0400
committergumi <git@gumi.ca>2020-08-14 10:05:41 -0400
commitd3d6e4229fa49ecda7f95008e97fff72a01ecbf4 (patch)
tree9625844f73f39abebfeb1e38593c12dab4f4ce22
parentd8c2ec841ac9469e8259b2c415388b091a7f5adf (diff)
downloadserverdata-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>
-rw-r--r--db/craft_db.conf25
-rw-r--r--npc/items/recipes.txt3
2 files changed, 27 insertions, 1 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 *****************************************
********************************************************************************
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt
index fb1a794a..7a70f2b7 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -185,7 +185,8 @@ function read_tailoring {
SilkPants,
BrownTrousers,
BanditTrousers,
- JeansChaps);
+ JeansChaps,
+ LeatherTrousers);
return;
}