diff options
author | Christopher Chay <2@hisfootsteps.net> | 2020-07-21 20:28:03 -0400 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-23 21:08:53 -0300 |
commit | 12c6c215b406be43f9bd95baeb3e64fd82b398a2 (patch) | |
tree | f23fee029b2943bfe07c4ef6fe63dbac630378b6 | |
parent | e83bc0691338f7e9370dc97d8ecfc4bcf969b44f (diff) | |
download | serverdata-12c6c215b406be43f9bd95baeb3e64fd82b398a2.tar.gz serverdata-12c6c215b406be43f9bd95baeb3e64fd82b398a2.tar.bz2 serverdata-12c6c215b406be43f9bd95baeb3e64fd82b398a2.tar.xz serverdata-12c6c215b406be43f9bd95baeb3e64fd82b398a2.zip |
Done with Intermediary Chest Armor
-rw-r--r-- | db/craft_db.conf | 82 |
1 files changed, 80 insertions, 2 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf index 2bfec1c5..e6a229b6 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -730,9 +730,9 @@ Boots: --> SourceItems: ( { - IronIngot: 20 + IronIngot: 18 + SilverIngot: 3 Coal: 20 - Pearl: 2 SharpKnife: 1 }, ) @@ -747,4 +747,82 @@ Boots: --> } Priority: 50 }, +{ + Id: 20 + Name: "CraftSnakePlate" + Flag: 16 + ReturnCode: 1320 + // Snake Plate + SourceItems: + ( + { + SnakeScale: 35 + IronIngot: 3 + Moss: 15 + SharpKnife: 1 + }, + ) + CreateItems: + ( + { + PileOfAsh: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 51 +}, +{ + Id: 21 + Name: "CraftLightPlatemail" + Flag: 16 + ReturnCode: 1318 + // Light Platemail + SourceItems: + ( + { + IronIngot: 25 + SilverIngot: 5 + Coal: 25 + SharpKnife: 1 + }, + ) + CreateItems: + ( + { + PileOfAsh: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 52 +}, +{ + Id: 22 + Name: "CraftJustifierChest" + Flag: 16 + ReturnCode: 1317 + // Light Platemail + SourceItems: + ( + { + Rotonium Ingot: 3 + CottonCloth: 40 + Coal: 20 + SharpKnife: 1 + }, + ) + CreateItems: + ( + { + PileOfAsh: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 53 +}, ) |