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 ++++++++++++++++++++++++ npc/craft/price.txt | 3 ++- npc/craft/recipes.txt | 3 ++- npc/items/miscrecipes.txt | 4 ++-- 4 files changed, 30 insertions(+), 4 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 diff --git a/npc/craft/price.txt b/npc/craft/price.txt index cd44b55df..ede2cf5db 100644 --- a/npc/craft/price.txt +++ b/npc/craft/price.txt @@ -161,6 +161,7 @@ function script fix_cPrice { _fix_cPrice(GoldenWarlordPlate); _fix_cPrice(BromenalChest); _fix_cPrice(AssassinChest); + _fix_cPrice(SaviorArmor, 50); // Pants //_fix_cPrice(JeansShorts); @@ -202,7 +203,7 @@ function script fix_cPrice { _fix_cPrice(BromenalBoots); _fix_cPrice(WarlordBoots); _fix_cPrice(AssassinBoots); - _fix_cPrice(SaviorBoots); + _fix_cPrice(SaviorBoots, 50); // We're done freeloop(false); diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt index 781dfdd11..fa43f7e5a 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -283,7 +283,8 @@ function readCrafting { WarlordPlate, GoldenWarlordPlate, BromenalChest, - AssassinChest); + AssassinChest, + SaviorArmor); dnext; // Pants -> Primary Item + Secondary Item + Leather Patch + Earth Powder mesc "----------"+l("Pants Recipes")+"----------", 2; diff --git a/npc/items/miscrecipes.txt b/npc/items/miscrecipes.txt index d0df7f3aa..7af44b2b8 100644 --- a/npc/items/miscrecipes.txt +++ b/npc/items/miscrecipes.txt @@ -56,9 +56,9 @@ function script LegendaryBlueprint { // Setup array_push(.@recipes, CraftSkypiercer); // Weapon: Sky Piercer array_push(.@recipes, CraftSaviorShield); // Shield: Savior Shield - //array_push(.@recipes, CraftSaviorArmor); // Savior Armor + array_push(.@recipes, CraftSaviorArmor); // Savior Armor //array_push(.@recipes, CraftSaviorPants); // Savior Pants - //array_push(.@recipes, CraftSaviorBoots); // Savior Boots + array_push(.@recipes, CraftSaviorBoots); // Savior Boots //array_push(.@recipes, CraftSavior); // Savior Helmet //array_push(.@recipes, CraftSavior); // Savior Gloves (?)(X) -- cgit v1.2.3-60-g2f50