From c4c82c1903fe6537ab86f36dfe7c5044c5072229 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 19 Jun 2018 11:06:16 -0300 Subject: Rebalance Hermit research fees --- npc/015-3/hermit.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'npc/015-3') diff --git a/npc/015-3/hermit.txt b/npc/015-3/hermit.txt index 863007a9a..715ba5625 100644 --- a/npc/015-3/hermit.txt +++ b/npc/015-3/hermit.txt @@ -69,14 +69,14 @@ L_Research: next; select l("Thanks."), - rif($ARKIM_ST >= 400, l("Cursed Arrows")), - rif($ARKIM_ST >= 800, l("Poison Arrows")), - rif($ARKIM_ST >= 200, l("Piberries Infusion")), - rif($ARKIM_ST >= 600, l("Fate's Potion")), - rif($ARKIM_ST >= 1000, l("Clotho Liquor")), - rif($ARKIM_ST >= 1200, l("Lachesis Brew")), - rif($ARKIM_ST >= 1600, l("Atropos Mixture")), - rif($ARKIM_ST >= 2000, l("Dark Desert Mushroom")); + rif($ARKIM_ST >= 1400, l("Cursed Arrows")), + rif($ARKIM_ST >= 1800, l("Poison Arrows")), + rif($ARKIM_ST >= 1200, l("Piberries Infusion")), + rif($ARKIM_ST >= 1600, l("Fate's Potion")), + rif($ARKIM_ST >= 2000, l("Clotho Liquor")), + rif($ARKIM_ST >= 2700, l("Lachesis Brew")), + rif($ARKIM_ST >= 3600, l("Atropos Mixture")), + rif($ARKIM_ST >= 4500, l("Dark Desert Mushroom")); mes ""; mesn; -- cgit v1.2.3-60-g2f50