diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/craft_db.conf | 24 |
1 files changed, 24 insertions, 0 deletions
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 |