diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-06 13:32:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-06 13:32:05 -0300 |
commit | 1da4376b9c440a9d3bc0f36c0a0e9c003ec156aa (patch) | |
tree | e88d929891d2bb771be44bb3d673659a9eb8c5f8 /db/craft_db.conf | |
parent | 247ad6f29c2537d0a251c018ae9e87d318125f96 (diff) | |
download | serverdata-1da4376b9c440a9d3bc0f36c0a0e9c003ec156aa.tar.gz serverdata-1da4376b9c440a9d3bc0f36c0a0e9c003ec156aa.tar.bz2 serverdata-1da4376b9c440a9d3bc0f36c0a0e9c003ec156aa.tar.xz serverdata-1da4376b9c440a9d3bc0f36c0a0e9c003ec156aa.zip |
Quest-exclusive recipe: [Braknar Shield], automatically unlocked, not a blueprint
Diffstat (limited to 'db/craft_db.conf')
-rw-r--r-- | db/craft_db.conf | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf index dd1ee65f6..c7f947dd0 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -1697,6 +1697,41 @@ craft_db: ( Priority: 20 }, /****************************************************************************/ +{ + Id: 95 + Name: "CraftBraknarShield" + Flag: 16 + ReturnCode: 2709 + //BraknarShield + SourceItems: + ( + { + CopperIngot: 18 + TinIngot: 2 + Coal: 5 + EverburnPowder: 1 + }, + ) + CreateItems: + ( + { + CopperIngot: 1 + }, + { + CopperIngot: 1 + TinIngot: 1 + }, + { + CopperIngot: 1 + PileOfAsh: 1 + }, + { + PileOfAsh: 1 + }, + ) + Priority: 30 +}, +/****************************************************************************/ // 51~71 → Swords // 72~76 → Bows // 77~81 → Wands |