summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-14 10:02:12 -0400
committergumi <git@gumi.ca>2020-08-14 10:02:12 -0400
commit98e8e34a1542fe1b9b4224815ba246428d85a9f5 (patch)
tree86edb67da7aa5215e987d2f1b2bf7e2898c0e686
parent525120229b8e3dfa05dee68793bce11cad8819a3 (diff)
downloadserverdata-98e8e34a1542fe1b9b4224815ba246428d85a9f5.tar.gz
serverdata-98e8e34a1542fe1b9b4224815ba246428d85a9f5.tar.bz2
serverdata-98e8e34a1542fe1b9b4224815ba246428d85a9f5.tar.xz
serverdata-98e8e34a1542fe1b9b4224815ba246428d85a9f5.zip
add the BanditTrousers 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 579c79af..e12f703f 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -894,6 +894,31 @@ Boots: 700 --> 799
}
Priority: 37
},
+{
+ Id: 205
+ Name: "CraftBanditTrousers"
+ Flag: "CRAFT_TAILORING"
+ ReturnCode: "BanditTrousers"
+ SourceItems:
+ (
+ {
+ Moss: 40
+ CottonCloth: 35
+ LeatherPatch: 30
+ Knife: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ BanditTrousers: 1
+ },
+ )
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 41
+},
/****************************** GLOVES *****************************************
********************************************************************************
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt
index 7fcf522b..b8d99d7a 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -183,7 +183,8 @@ function read_tailoring {
CottonSkirt,
PirateShorts,
SilkPants,
- BrownTrousers);
+ BrownTrousers,
+ BanditTrousers);
return;
}