From e87ac5953610c90b45c3c25086b61e84d3b2be7b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 19 May 2022 15:30:39 -0300 Subject: Savior Armor recipe. Now we need the Savior Blueprint --- db/craft_db.conf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'db') diff --git a/db/craft_db.conf b/db/craft_db.conf index e0eb99210..a066b8a6f 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -3465,6 +3465,30 @@ craft_db: ( Priority: 99 }, /****************************************************************************/ +{ + Id: 123 + Name: "CraftSaviorArmor" + Flag: 16 + ReturnCode: 1331 + //SaviorArmor + SourceItems: + ( + { + SunnyCrystal: 1 + IridiumIngot: 15 + PlatinumIngot: 4 + EverburnPowder: 10 + }, + ) + CreateItems: + ( + { + MylarinDust: 1 + }, + ) + Priority: 99 +}, +/****************************************************************************/ // 51~71 → Swords // 72~76 → Bows // 77~81 → Wands -- cgit v1.2.3-70-g09d2