summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-14 09:38:16 -0400
committergumi <git@gumi.ca>2020-08-14 09:38:16 -0400
commit2576ea96b2f7841dd5f2ad94960dc66880dde5f4 (patch)
tree728abcb3d3658de92029632b6c66f1666fd33f82
parentba8faa2f4ed3305fed8a9a6731a2194699961336 (diff)
downloadserverdata-2576ea96b2f7841dd5f2ad94960dc66880dde5f4.tar.gz
serverdata-2576ea96b2f7841dd5f2ad94960dc66880dde5f4.tar.bz2
serverdata-2576ea96b2f7841dd5f2ad94960dc66880dde5f4.tar.xz
serverdata-2576ea96b2f7841dd5f2ad94960dc66880dde5f4.zip
add the BlackArmor 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 e7d727ad..1127d1e8 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -687,6 +687,31 @@ Boots: 700 --> 799
}
Priority: 73
},
+{
+ Id: 121
+ Name: "CraftBlackArmor"
+ Flag: "CRAFT_SMITHERY"
+ ReturnCode: "BlackArmor"
+ SourceItems:
+ (
+ {
+ ZealiteIngot: 1
+ CottonCloth: 50
+ BlackScorpionStinger: 70
+ Dagger: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ BlackArmor: 1
+ },
+ )
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 80
+},
/************************* LEG ARMOR (PANTS) ***********************************
********************************************************************************
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt
index 5c8db26b..cfc2f82f 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -143,7 +143,8 @@ function read_smithery {
LegionIronArmor,
WarlordArmor,
TerraniteArmor,
- AssassinChest);
+ AssassinChest,
+ BlackArmor);
return;
}