diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-31 11:38:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-31 11:38:57 -0300 |
commit | 8560d3499aa2933f3bf30469d57fe563ac200726 (patch) | |
tree | e1838579394e0f027c04d2b72795f0b88447c19a /npc/guilds/logs.txt | |
parent | b54c0a4ca831b7100a5b6d35626f402cef6e5283 (diff) | |
download | serverdata-8560d3499aa2933f3bf30469d57fe563ac200726.tar.gz serverdata-8560d3499aa2933f3bf30469d57fe563ac200726.tar.bz2 serverdata-8560d3499aa2933f3bf30469d57fe563ac200726.tar.xz serverdata-8560d3499aa2933f3bf30469d57fe563ac200726.zip |
Nerf the cost for Sacred Mana Potion
15 Celestia Tea -> 10 Celestia Tea
Diffstat (limited to 'npc/guilds/logs.txt')
-rw-r--r-- | npc/guilds/logs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/guilds/logs.txt b/npc/guilds/logs.txt index d24126a8b..8cde177e9 100644 --- a/npc/guilds/logs.txt +++ b/npc/guilds/logs.txt @@ -79,7 +79,7 @@ guilds,47,39,0 script Guild Logs NPC_NO_SPRITE,{ // Limit Boosts .@s+=showRecipe(CraftSacredManaPot, SacredManaPotion, - 1, GoldenApple, 15, CelestiaTea); + 1, GoldenApple, 10, CelestiaTea); .@s+=showRecipe(CraftSacredLifePot, SacredLifePotion, 1, GoldenApple, 1, ElixirOfLife); .@s+=showRecipe(CraftSacredImmortal, SacredImmortalityPotion, |