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 | |
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
-rw-r--r-- | db/craft_db.conf | 2 | ||||
-rw-r--r-- | npc/guilds/logs.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf index f346b335b..1e6c7c4fe 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -639,7 +639,7 @@ craft_db: ( ( { GoldenApple: 1 - CelestiaTea: 15 + CelestiaTea: 10 }, ) CreateItems: 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, |