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 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'npc/craft') 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; -- cgit v1.2.3-70-g09d2