diff options
author | gumi <git@gumi.ca> | 2020-08-13 22:23:13 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-13 22:23:13 -0400 |
commit | 1d8b269f527855087b01ca066d5bb36ff3841a91 (patch) | |
tree | 02fe96718593cfd760a30f4752910f9a5198ae73 /db | |
parent | 1db3e28574f91844d2b89ae806d204c7afb8b2fd (diff) | |
download | serverdata-1d8b269f527855087b01ca066d5bb36ff3841a91.tar.gz serverdata-1d8b269f527855087b01ca066d5bb36ff3841a91.tar.bz2 serverdata-1d8b269f527855087b01ca066d5bb36ff3841a91.tar.xz serverdata-1d8b269f527855087b01ca066d5bb36ff3841a91.zip |
add the LegionIronArmor 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 a3bb5a61..2e9a0876 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -560,6 +560,31 @@ Boots: 700 --> 799 } Priority: 60 }, +{ + Id: 116 + Name: "CraftLegionIronArmor" + Flag: "CRAFT_SMITHERY" + ReturnCode: 1310 + SourceItems: + ( + { + IronIngot: 30 + RotoniumIngot: 6 + Coal: 40 + Dagger: 1 + }, + ) + CreateItems: + ( + { + LegionIronArmor: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 61 +}, /************************* LEG ARMOR (PANTS) *********************************** ******************************************************************************** |