diff options
author | gumi <git@gumi.ca> | 2020-08-14 10:02:12 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-14 10:02:12 -0400 |
commit | 98e8e34a1542fe1b9b4224815ba246428d85a9f5 (patch) | |
tree | 86edb67da7aa5215e987d2f1b2bf7e2898c0e686 /db | |
parent | 525120229b8e3dfa05dee68793bce11cad8819a3 (diff) | |
download | serverdata-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>
Diffstat (limited to 'db')
-rw-r--r-- | db/craft_db.conf | 25 |
1 files changed, 25 insertions, 0 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 ***************************************** ******************************************************************************** |