diff options
author | gumi <git@gumi.ca> | 2020-08-14 09:54:40 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-14 09:54:40 -0400 |
commit | 6d3a556934277d59b683133bc749f759b354e56b (patch) | |
tree | 40f9473eab54876b4cc1a71a244558ab914c476a /db | |
parent | 02846457744bf6c8473e05ced6092c0cf82c1b76 (diff) | |
download | serverdata-6d3a556934277d59b683133bc749f759b354e56b.tar.gz serverdata-6d3a556934277d59b683133bc749f759b354e56b.tar.bz2 serverdata-6d3a556934277d59b683133bc749f759b354e56b.tar.xz serverdata-6d3a556934277d59b683133bc749f759b354e56b.zip |
add the SilkPants 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 592d7174..5d49f68c 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -844,6 +844,31 @@ Boots: 700 --> 799 } Priority: 25 }, +{ + Id: 203 + Name: "CraftSilkPants" + Flag: "CRAFT_TAILORING" + ReturnCode: "SilkPants" + SourceItems: + ( + { + SilkCocoon: 40 + CottonCloth: 15 + FluffyFur: 10 + Knife: 1 + }, + ) + CreateItems: + ( + { + SilkPants: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 33 +}, /****************************** GLOVES ***************************************** ******************************************************************************** |