summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-14 10:10:45 -0400
committergumi <git@gumi.ca>2020-08-14 10:10:45 -0400
commit96ec77b05c19b4f861ffc919fbddf2792ecf248d (patch)
tree202b699ab69ad89ef50821f36abd080685312206
parenteeca5e495792251ad4bbbbe29df15931343b0434 (diff)
downloadserverdata-96ec77b05c19b4f861ffc919fbddf2792ecf248d.tar.gz
serverdata-96ec77b05c19b4f861ffc919fbddf2792ecf248d.tar.bz2
serverdata-96ec77b05c19b4f861ffc919fbddf2792ecf248d.tar.xz
serverdata-96ec77b05c19b4f861ffc919fbddf2792ecf248d.zip
add the AssassinPants 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 6fe295ff..44a4fca1 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -1019,6 +1019,31 @@ Boots: 700 --> 799
}
Priority: 66
},
+{
+ Id: 210
+ Name: "CraftAssassinPants"
+ Flag: "CRAFT_SMITHERY"
+ ReturnCode: "AssassinPants"
+ SourceItems:
+ (
+ {
+ RotoniumIngot: 5
+ CottonCloth: 43
+ Coal: 25
+ Dagger: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ AssassinPants: 1
+ },
+ )
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 71
+},
/****************************** GLOVES *****************************************
********************************************************************************
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt
index c30e9d66..3ce03459 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -153,7 +153,8 @@ function read_smithery {
mes();
showRecipe(ChainmailSkirt,
- TerranitePants);
+ TerranitePants,
+ AssassinPants);
return;
}