summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/craft_db.conf25
-rw-r--r--npc/items/recipes.txt7
2 files changed, 32 insertions, 0 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf
index dcd01351..9de9fc3b 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -1502,4 +1502,29 @@ Boots: 700 --> 799
}
Priority: 50
},
+{
+ Id: 707
+ Name: "CraftBromenalBoots"
+ Flag: "CRAFT_SMITHING"
+ ReturnCode: "BromenalBoots"
+ SourceItems:
+ (
+ {
+ CopperIngot: 4
+ LeatherPatch: 24
+ TortugaShell: 26
+ SharpKnife: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ BromenalBoots: 1
+ },
+ )
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 60
+},
)
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt
index 339173db..2f36e016 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -165,6 +165,13 @@ function read_smithery {
BromenalGloves,
IronArmbands);
+ next();
+ mes();
+ mesf(".:: %s ::.", l("Boots"));
+ mes();
+
+ showRecipe(BromenalBoots);
+
return;
}