summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-14 10:07:39 -0400
committergumi <git@gumi.ca>2020-08-14 10:07:39 -0400
commita1385fa9a0f44ccf12d6587c1f17dc6eb965a03c (patch)
tree937bc376a44371868a1b506e0f3767ceaee938e9
parentd3d6e4229fa49ecda7f95008e97fff72a01ecbf4 (diff)
downloadserverdata-a1385fa9a0f44ccf12d6587c1f17dc6eb965a03c.tar.gz
serverdata-a1385fa9a0f44ccf12d6587c1f17dc6eb965a03c.tar.bz2
serverdata-a1385fa9a0f44ccf12d6587c1f17dc6eb965a03c.tar.xz
serverdata-a1385fa9a0f44ccf12d6587c1f17dc6eb965a03c.zip
add the ChainmailSkirt recipe
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
-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 0a195998..5ef66682 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -969,6 +969,31 @@ Boots: 700 --> 799
}
Priority: 49
},
+{
+ Id: 208
+ Name: "CraftChainmailSkirt"
+ Flag: "CRAFT_SMITHERY"
+ ReturnCode: "ChainmailSkirt"
+ SourceItems:
+ (
+ {
+ IronIngot: 12
+ SilverIngot: 5
+ Coal: 15
+ SharpKnife: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ ChainmailSkirt: 1
+ },
+ )
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 56
+},
/****************************** GLOVES *****************************************
********************************************************************************
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt
index 7a70f2b7..f58b1941 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -147,6 +147,13 @@ function read_smithery {
BlackArmor,
GoldenWarlordPlate);
+ next();
+ mes();
+ mesf(".:: %s ::.", l("Leg Armor"));
+ mes();
+
+ showRecipe(ChainmailSkirt);
+
return;
}