From 8560d3499aa2933f3bf30469d57fe563ac200726 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 31 Jul 2020 11:38:57 -0300 Subject: Nerf the cost for Sacred Mana Potion 15 Celestia Tea -> 10 Celestia Tea --- db/craft_db.conf | 2 +- 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, -- cgit v1.2.3-70-g09d2