From 09658b33291c5e3d9a2761d74f93fe2706e98bb0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 18 Jul 2019 19:35:29 -0300 Subject: Well, these seems a bit abusive, indeed... It's still a lot, but should be manageable. --- npc/craft/options.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/craft') diff --git a/npc/craft/options.txt b/npc/craft/options.txt index 1035a7853..603418c60 100644 --- a/npc/craft/options.txt +++ b/npc/craft/options.txt @@ -749,22 +749,22 @@ function script csysGUI_OptPrice { case CRGROUP_DEF: case CRGROUP_ACC: case CRGROUP_EVD: - return 8000*.@lv; + return 7500*.@lv; // Tier 2 case CRGROUP_REGEN: case CRGROUP_SPEED: case CRGROUP_DOUBLE: case CRGROUP_MAXPC: - return 22000*.@lv; + return 20000*.@lv; // Tier 3 case CRGROUP_SCRESIST: case CRGROUP_SCINFLICT: case CRGROUP_MANAUSE: case CRGROUP_BOSSATK: - return 40000*.@lv; + return 37000*.@lv; // Final case CRGROUP_FINAL: - return 70000*.@lv; + return 50000*.@lv; default: return Exception("Invalid optprice group: "+.@cr); } -- cgit v1.2.3-60-g2f50