From 0ebb73fc54e6865886943918e4df446567f428b3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 7 Jun 2019 02:07:23 -0300 Subject: Add limits to walk speed bonus --- npc/craft/options.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'npc/craft') diff --git a/npc/craft/options.txt b/npc/craft/options.txt index 61e7a645b..0118180ab 100644 --- a/npc/craft/options.txt +++ b/npc/craft/options.txt @@ -343,6 +343,8 @@ function script csys_Multiplier { switch (.@sk) { case IOPT_SPLASHDAMAGE: return 0; + case IOPT_WALKSPEED: + return 2; case VAR_AGIAMOUNT: case VAR_LUKAMOUNT: case VAR_DEXAMOUNT: @@ -786,12 +788,16 @@ function script csysGUI_OptLearnMenu { // You can't raise if max level (200) is exceeded // At current max level (200) you'll have at most the following bonuses: // 1 Splash Radius, 100% EXP, 500 HP, 300% SC RESIST, 80 AGI, 200 ATK, 100 STR +// Walk Speed: 40% faster // At ONE QUARTER max level (50) you'll have at most the following bonuses: // 1 Splash Radius, 25% EXP, 125 HP, 75% SC RESIST, 20 AGI, 50 ATK, 25 STR +// Walk Speed: 10% faster // At level 10 it will be: // 1 Splash Radius, 5% EXP, 25 HP, 15% SC RESIST, 4 AGI, 10 ATK, 5 STR +// Walk Speed: 2% faster // At level 1 it will be: // 1 Splash Radius, 1% EXP, 2~3 HP, 1~2% SC RESIST, 1 AGI, 1 ATK, 1 STR +// Walk Speed: 1% faster function script csysGUI_RaiseOpt { .@sk=getarg(0); .@pc=csysGUI_OptPrice(.@sk); -- cgit v1.2.3-60-g2f50