diff options
author | gumi <git@gumi.ca> | 2020-08-14 10:45:25 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-14 10:45:25 -0400 |
commit | 0ec906cf3373721604cb17cbc90fde1dcf00cddb (patch) | |
tree | 8148a6773ea04f1563337b027ce64fc02160d2df /db | |
parent | e548a9707f6d0149f064b48419ccab85a13e2d7c (diff) | |
download | serverdata-0ec906cf3373721604cb17cbc90fde1dcf00cddb.tar.gz serverdata-0ec906cf3373721604cb17cbc90fde1dcf00cddb.tar.bz2 serverdata-0ec906cf3373721604cb17cbc90fde1dcf00cddb.tar.xz serverdata-0ec906cf3373721604cb17cbc90fde1dcf00cddb.zip |
add the AssassinBoots 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 3a1879bc..d5a52943 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -1552,4 +1552,29 @@ Boots: 700 --> 799 } Priority: 61 }, +{ + Id: 709 + Name: "CraftAssassinBoots" + Flag: "CRAFT_TAILORING" + ReturnCode: "AssassinBoots" + SourceItems: + ( + { + RotoniumIngot: 4 + CottonCloth: 20 + TortugaShell: 34 + Dagger: 1 + }, + ) + CreateItems: + ( + { + AssassinBoots: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 70 +}, ) |