From 87cd457c4f94a58109bf1a4953a37a07858ee81e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 5 May 2022 09:45:18 -0300 Subject: Getting Base Craft Options above level 40 is now very difficult. This should preserve the balance in the long term. --- npc/craft/options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/craft/options.txt b/npc/craft/options.txt index 6e26f7788..aeae6324b 100644 --- a/npc/craft/options.txt +++ b/npc/craft/options.txt @@ -1051,7 +1051,7 @@ function script csysGUI_OptPrice { switch (.@sk) { case CRGROUP_BASE: - return (.@lv < 10 ? 1000 : 1500)*.@lv; + return (.@lv < 40 ? (.@lv < 10 ? 1000 : 1500) : 3000)*.@lv; // Tier 1 case CRGROUP_ATK: case CRGROUP_DEF: -- cgit v1.2.3-70-g09d2