summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-14 09:39:32 -0400
committergumi <git@gumi.ca>2020-08-14 09:39:32 -0400
commit9c66ddc6397aff0772b7e621ce5d12e861d5f18c (patch)
tree1235a66c98512c5b51c5024a2c7831bcbb85a7b2
parent2576ea96b2f7841dd5f2ad94960dc66880dde5f4 (diff)
downloadserverdata-9c66ddc6397aff0772b7e621ce5d12e861d5f18c.tar.gz
serverdata-9c66ddc6397aff0772b7e621ce5d12e861d5f18c.tar.bz2
serverdata-9c66ddc6397aff0772b7e621ce5d12e861d5f18c.tar.xz
serverdata-9c66ddc6397aff0772b7e621ce5d12e861d5f18c.zip
add the GoldenWarlordPlate 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 1127d1e8..9ac2426e 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -712,6 +712,31 @@ Boots: 700 --> 799
}
Priority: 80
},
+{
+ Id: 122
+ Name: "CraftGoldenWarlordPlate"
+ Flag: "CRAFT_SMITHERY"
+ ReturnCode: "GoldenWarlordPlate"
+ SourceItems:
+ (
+ {
+ GoldIngot: 30
+ WarlordPlate: 1
+ TopazShard: 5
+ Dagger: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ GoldenWarlordPlate: 1
+ },
+ )
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 81
+},
/************************* LEG ARMOR (PANTS) ***********************************
********************************************************************************
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt
index cfc2f82f..f7e1210b 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -144,7 +144,8 @@ function read_smithery {
WarlordArmor,
TerraniteArmor,
AssassinChest,
- BlackArmor);
+ BlackArmor,
+ GoldenWarlordPlate);
return;
}