Page 1 of 1

Distributing stats

Posted: 25 Jan 2015, 12:16
by Relax
About Intelligence stat, it's written here ( https://www.themanaworld.org/index.php/ ... telligence ) that:

"Every 6 full points of Intelligence increases MP recovery power by 1 and past 120 Intelligence, every 2 Intelligence points gives a bonus to MP recovery power of 1."

And it's written here ( https://wiki.themanaworld.org/index.php ... cal_Status ) :

"Magic Attack: Each intelligence point adds +1 or even +2*(int/5) if INT is a multiple of 5"

Are both true? If yes, then combining both, should Int be a multiple of 30 (6*5) till 120? And after 120, multiple of 10 (2*5)? [Inclusive of stat enhancing equipments ofcourse]

For one focussed on Mallard's eye, Astral soul or Speed skill, should the corresponding stat be maximised? That's if one is focussed on speed skill then should one maximise agility? For astral skill, maximise intelligence (even if it's not multiple of 6 or 5)? I'm asking this because I don't know exactly how these 3 skills work.

Thanks in advance.

Re: Distributing stats

Posted: 25 Jan 2015, 16:49
by wushin
Yes, one is the recovery rate of mana and the other for the attack strength of magic. Astral increases all magic stats I believe.

Re: Distributing stats

Posted: 25 Jan 2015, 16:59
by Meicchi
Relax wrote:About Intelligence stat, it's written here ( https://www.themanaworld.org/index.php/ ... telligence ) that:

"Every 6 full points of Intelligence increases MP recovery power by 1 and past 120 Intelligence, every 2 Intelligence points gives a bonus to MP recovery power of 1."

And it's written here ( https://wiki.themanaworld.org/index.php ... cal_Status ) :

"Magic Attack: Each intelligence point adds +1 or even +2*(int/5) if INT is a multiple of 5"

Are both true? If yes, then combining both, should Int be a multiple of 30 (6*5) till 120? And after 120, multiple of 10 (2*5)? [Inclusive of stat enhancing equipments ofcourse]

For one focussed on Mallard's eye, Astral soul or Speed skill, should the corresponding stat be maximised? That's if one is focussed on speed skill then should one maximise agility? For astral skill, maximise intelligence (even if it's not multiple of 6 or 5)? I'm asking this because I don't know exactly how these 3 skills work.

Thanks in advance.
Yes, both are correct for INT. But I think you should focus more on multiples of 5 than a multiple of 30 since the first only applies to sp quick regeneration and does not influence on matk neither indirectly. As far as I know the max we could achieve right now would be 110 INT (wizard hat + lazurite robe + sapphire ring) so for your multiplication it would be possible getting 90 but never 120.

But actually SP recovery is a bit more intrincated:

Code: Select all

sd->nhealsp = 1 + (sd->paramc[ATTR::INT] / 6) + (sd->status.max_sp / 100);
So, thinking of max stats (counting with the equips above): 1 + 18 (108 / 6) + 2 (since we get 2 SP for level, on level 90 it should be 221). 21 SP per tick is not bad at all.

About Mallard's Eye and Astral Soul: their power varies with both skill level and stat multiplication, and yes, it's based on the stat they correspond. So, if you want to maximise them it's nice having multiples because it multiplies over your base attribute. For Mallard's, it's multiple of 10 and for Astral Soul, 5 (same as matk).

Unfortunately I don't understand Speed skill mathematically speaking, but as far as I know it's per point based and not per multiple, so the more AGI you have, better the effect.

Hope it's something helpful.