summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-14 10:24:27 -0400
committergumi <git@gumi.ca>2020-08-14 10:24:27 -0400
commit8b2528f4506e1927f178d704ce8e1a7e54ad0879 (patch)
tree8d1faa924891255a58cc427dfcfec83bff42de6b
parentb2ea83dfbce9a0f1f4f651ca84e2775309d4fcdb (diff)
downloadserverdata-8b2528f4506e1927f178d704ce8e1a7e54ad0879.tar.gz
serverdata-8b2528f4506e1927f178d704ce8e1a7e54ad0879.tar.bz2
serverdata-8b2528f4506e1927f178d704ce8e1a7e54ad0879.tar.xz
serverdata-8b2528f4506e1927f178d704ce8e1a7e54ad0879.zip
add the LeatherGloves 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 a9c433cd..4d3fbe06 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -1202,6 +1202,31 @@ Boots: 700 --> 799
}
Priority: 43
},
+{
+ Id: 307
+ Name: "CraftLeatherGloves"
+ Flag: "CRAFT_TAILORING"
+ ReturnCode: "LeatherGloves"
+ SourceItems:
+ (
+ {
+ LeatherPatch: 40
+ CottonCloth: 30
+ SquirrelPelt: 16
+ SharpKnife: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ LeatherGloves: 1
+ },
+ )
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 52
+},
/************************** WEAPONS & TOOLS ************************************
********************************************************************************
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt
index 691c6530..6d0e707e 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -213,7 +213,8 @@ function read_tailoring {
Armbands,
CottonGloves,
BanditGloves,
- SilkGloves);
+ SilkGloves,
+ LeatherGloves);
return;
}