MP: Difference between revisions

From A KoL Wiki
imported>Starwed
No edit summary
imported>Bagatelle
m migrate formula from talk
Line 2: Line 2:


MP can stand for one of three things, based on a player's class:
MP can stand for one of three things, based on a player's class:
*Muscularity Points: [[Seal Clubber]], [[Turtle Tamer]]
*Muscularity Points: [[Seal Clubber]], [[Turtle Tamer]]
*Mana Points: [[Pastamancer]], [[Sauceror]]
*Mana Points: [[Pastamancer]], [[Sauceror]]
Line 9: Line 8:
In all cases, though, MP are used for casting [[:Category:Skills|skills]].
In all cases, though, MP are used for casting [[:Category:Skills|skills]].


The amount of MP a character has is directly based on how much mysticality you have, although mysticality classes inherently have 50% more MP than everyone else.
The amount of MP characters have is directly based on how much Mysticality they have, although Mysticality classes inherently have 50% more MP than everyone else.


A [[Moxie magnet]] or a pair of [[Travoltan trousers]] can change the calculation of MP from being based on [[Mysticality]] to [[Moxie]].
A [[moxie magnet]] or a pair of [[Travoltan trousers]] can change the calculation of MP from being based on [[Mysticality]] to [[Moxie]].


See [[MP Increasers]] for details as to how you can increase your maximum MP.
See [[MP Increasers]] for details as to how you can increase your maximum MP.
Line 18: Line 17:


MP is regained at [[rollover]] and by resting or relaxing in your [[The Campground|campsite]], consuming various items, or with the aid of your familiar.  See [[MP Restorers]] for full details as to how MP can be restored.
MP is regained at [[rollover]] and by resting or relaxing in your [[The Campground|campsite]], consuming various items, or with the aid of your familiar.  See [[MP Restorers]] for full details as to how MP can be restored.
==Notes==
Your maximum MP is determined from several factors:
<pre>
Max MP =
  CEILING(
    G × FLOOR(
      W × MAXIMUM(
        FLOOR(M × C) + P,
        FLOOR(m)
      )
  )
</pre>
Where:
*M is your buffed Myst
**or your buffed Moxie with [[Travoltan trousers]] and Moxie > Myst
**or your buffed Moxie with a [[moxie magnet]]
*m is your base Myst
*C is 1.5 if you are a Myst class (1 for other classes)
*P is the total of any direct [[MP Increasers]] you have (e.g., [[bejeweled accordion strap]])
*W is 1.5 if you have [[Wisdom of the Elder Tortoises]] (1 if you don't)
*G is 1.05 if you have [[Cosmic Ugnderstanding]] (1 if you don't)
Note that a moxie magnet can reduce your MP but Travoltan trousers cannot.
In practice, if your Mysticality is not suffering from a net negative effect, your MP ceiling can be approximated using:
<pre>
Max MP ≈ GW(CM + P)
</pre>
So players trying to [[Maximizing Your MP|maximize their MP]] are best off wearing an outfit with the largest value of
<pre>C × EquipmentMysticalityBuff + EquipmentMPBuff</pre>


[[Category:Stats]]
[[Category:Stats]]

Revision as of 03:31, 13 September 2007


MP

MP can stand for one of three things, based on a player's class:

In all cases, though, MP are used for casting skills.

The amount of MP characters have is directly based on how much Mysticality they have, although Mysticality classes inherently have 50% more MP than everyone else.

A moxie magnet or a pair of Travoltan trousers can change the calculation of MP from being based on Mysticality to Moxie.

See MP Increasers for details as to how you can increase your maximum MP.

See Skill MP Cost Modifiers for details on how you can reduce the MP cost of skills.

MP is regained at rollover and by resting or relaxing in your campsite, consuming various items, or with the aid of your familiar. See MP Restorers for full details as to how MP can be restored.

Notes

Your maximum MP is determined from several factors:

Max MP =
  CEILING(
    G × FLOOR(
      W × MAXIMUM(
        FLOOR(M × C) + P,
        FLOOR(m)
      )
  )

Where:

Note that a moxie magnet can reduce your MP but Travoltan trousers cannot.

In practice, if your Mysticality is not suffering from a net negative effect, your MP ceiling can be approximated using:

Max MP ≈ GW(CM + P)

So players trying to maximize their MP are best off wearing an outfit with the largest value of

C × EquipmentMysticalityBuff + EquipmentMPBuff