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 --- npc/craft/price.txt | 3 ++- npc/craft/recipes.txt | 3 ++- npc/items/miscrecipes.txt | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) (limited to 'npc') 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