summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 d9296369..03551031 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -1252,6 +1252,31 @@ Boots: 700 --> 799
}
Priority: 63
},
+{
+ Id: 310
+ Name: "CraftIronArmbands"
+ Flag: "CRAFT_SMITHING"
+ ReturnCode: "IronArmbands"
+ SourceItems:
+ (
+ {
+ IronIngot: 9
+ SilverIngot: 4
+ Coal: 40
+ Dagger: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ IronArmbands: 1
+ },
+ )
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 67
+},
/************************** WEAPONS & TOOLS ************************************
********************************************************************************
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt
index c71ea317..b0d2ec6b 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -162,7 +162,8 @@ function read_smithery {
mes();
showRecipe(CopperArmbands,
- BromenalGloves);
+ BromenalGloves,
+ IronArmbands);
return;
}