summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-14 10:26:26 -0400
committergumi <git@gumi.ca>2020-08-14 10:26:26 -0400
commitea8e897ddb0285a2b41a678b3c89bf752f598cb3 (patch)
treefe892925f1b5950198ba671beb2b40256efac69d
parent8b2528f4506e1927f178d704ce8e1a7e54ad0879 (diff)
downloadserverdata-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>
-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 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 ************************************
********************************************************************************
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt
index 6d0e707e..c71ea317 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -161,7 +161,8 @@ function read_smithery {
mesf(".:: %s ::.", l("Gloves"));
mes();
- showRecipe(CopperArmbands);
+ showRecipe(CopperArmbands,
+ BromenalGloves);
return;
}