summaryrefslogtreecommitdiff
path: root/npc/craft
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-19 15:30:39 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-19 15:30:39 -0300
commite87ac5953610c90b45c3c25086b61e84d3b2be7b (patch)
tree97216e34d97fe16041dc5340db35f9d7fb38eb29 /npc/craft
parent4ac28ea73b584a13196e987c13beff9a10799eff (diff)
downloadserverdata-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 'npc/craft')
-rw-r--r--npc/craft/price.txt3
-rw-r--r--npc/craft/recipes.txt3
2 files changed, 4 insertions, 2 deletions
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;