diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-19 15:30:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-19 15:30:39 -0300 |
commit | e87ac5953610c90b45c3c25086b61e84d3b2be7b (patch) | |
tree | 97216e34d97fe16041dc5340db35f9d7fb38eb29 /db | |
parent | 4ac28ea73b584a13196e987c13beff9a10799eff (diff) | |
download | serverdata-e87ac5953610c90b45c3c25086b61e84d3b2be7b.tar.gz serverdata-e87ac5953610c90b45c3c25086b61e84d3b2be7b.tar.bz2 serverdata-e87ac5953610c90b45c3c25086b61e84d3b2be7b.tar.xz serverdata-e87ac5953610c90b45c3c25086b61e84d3b2be7b.zip |
Savior Armor recipe. Now we need the Savior Blueprint
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 |