diff options
author | gumi <git@gumi.ca> | 2020-08-14 09:53:42 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-14 09:53:42 -0400 |
commit | 02846457744bf6c8473e05ced6092c0cf82c1b76 (patch) | |
tree | a2ca370a5722b86ad3e997a24a78b445b5daa9c6 /db | |
parent | f1d4cd3092a7d00afca49cbd58a089dfcdda8cfc (diff) | |
download | serverdata-02846457744bf6c8473e05ced6092c0cf82c1b76.tar.gz serverdata-02846457744bf6c8473e05ced6092c0cf82c1b76.tar.bz2 serverdata-02846457744bf6c8473e05ced6092c0cf82c1b76.tar.xz serverdata-02846457744bf6c8473e05ced6092c0cf82c1b76.zip |
add the PirateShorts 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 7f3415fa..592d7174 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -819,6 +819,31 @@ Boots: 700 --> 799 } Priority: 20 }, +{ + Id: 202 + Name: "CraftPirateShorts" + Flag: "CRAFT_TAILORING" + ReturnCode: "PirateShorts" + SourceItems: + ( + { + CottonCloth: 20 + LeatherPatch: 10 + Coal: 10 + Knife: 1 + }, + ) + CreateItems: + ( + { + PirateShorts: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 25 +}, /****************************** GLOVES ***************************************** ******************************************************************************** |