diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-06 13:32:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-06 13:32:05 -0300 |
commit | 1da4376b9c440a9d3bc0f36c0a0e9c003ec156aa (patch) | |
tree | e88d929891d2bb771be44bb3d673659a9eb8c5f8 /npc/craft/options.txt | |
parent | 247ad6f29c2537d0a251c018ae9e87d318125f96 (diff) | |
download | serverdata-1da4376b9c440a9d3bc0f36c0a0e9c003ec156aa.tar.gz serverdata-1da4376b9c440a9d3bc0f36c0a0e9c003ec156aa.tar.bz2 serverdata-1da4376b9c440a9d3bc0f36c0a0e9c003ec156aa.tar.xz serverdata-1da4376b9c440a9d3bc0f36c0a0e9c003ec156aa.zip |
Quest-exclusive recipe: [Braknar Shield], automatically unlocked, not a blueprint
Diffstat (limited to 'npc/craft/options.txt')
-rw-r--r-- | npc/craft/options.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/craft/options.txt b/npc/craft/options.txt index f18b1c449..6fe96ef88 100644 --- a/npc/craft/options.txt +++ b/npc/craft/options.txt @@ -824,16 +824,16 @@ function script csysGUI_OptLearnMenu { // Returns true if can raise group, false otherwise // 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 +// 1 Splash Radius, 100% EXP, 500 HP, 300% SC RESIST, 80 AGI, 200 ATK, 100 VIT // 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 +// 1 Splash Radius, 25% EXP, 125 HP, 75% SC RESIST, 20 AGI, 50 ATK, 25 VIT // 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 +// 1 Splash Radius, 5% EXP, 25 HP, 15% SC RESIST, 4 AGI, 10 ATK, 5 VIT // 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 +// 1 Splash Radius, 1% EXP, 2~3 HP, 1~2% SC RESIST, 1 AGI, 1 ATK, 1 VIT // Walk Speed: 1% faster function script csysGUI_RaiseOpt { .@sk=getarg(0); |