diff options
author | gumi <git@gumi.ca> | 2020-08-13 22:49:14 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-13 22:49:14 -0400 |
commit | 675ee9cb27ee1ef50d43d3af60e12f80d427166c (patch) | |
tree | 3b2b88acd3119fffbe278848d8b243f9c1ca2b78 /db | |
parent | d45df2527219f044265f8db7e8f7f7889f56a3a2 (diff) | |
download | serverdata-675ee9cb27ee1ef50d43d3af60e12f80d427166c.tar.gz serverdata-675ee9cb27ee1ef50d43d3af60e12f80d427166c.tar.bz2 serverdata-675ee9cb27ee1ef50d43d3af60e12f80d427166c.tar.xz serverdata-675ee9cb27ee1ef50d43d3af60e12f80d427166c.zip |
add the WarlordArmor recipe
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
Diffstat (limited to 'db')
-rw-r--r-- | db/craft_db.conf | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf index 2e9a0876..f2c22fa2 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -585,6 +585,32 @@ Boots: 700 --> 799 } Priority: 61 }, +{ + Id: 117 + Name: "CraftWarlordArmor" + Flag: 16 + ReturnCode: 1309 + SourceItems: + ( + { + RotoniumIngot: 11 + SilverIngot: 20 + Coal: 50 + Dagger: 1 + }, + ) + CreateItems: + ( + { + WarlordArmor: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 70 +}, + /************************* LEG ARMOR (PANTS) *********************************** ******************************************************************************** |