WoWWiki Ελληνικός οδηγός
Register
Advertisement

Base mana refers to how much mana a character has before it is modified by talents, intellect, enchants, and other item effects. As of patch 3.0.2, all spell costs are a percentage of base mana. (Prior to that, most spells cost a fixed amount of mana, rather than a percentage of base mana, with a few exceptions.)

The value is dependent on class only, not on race.

Base mana values at levels 70 & 80[]

These are the correct values as of patch 2.4.3 for level 70 and patch 3.0.8 for level 80.

Class Base mana at 70 Base mana at 80
Druid 2370 3496
Hunter 3383 5046
Mage 2241 3268
Paladin 2953 4394
Priest 2620 3863
Shaman 2958 4396
Warlock 2871 3856

How to calculate base mana pool[]

As stated above, the base mana pool is only dependent on character class. Each race will have the exact same base mana. The calculation is quite simple.

Base Mana = MaxMana - ManaFromIntellect
          = MaxMana - ( min(20, Int) + 15*(Int - min(20, Int) )
          = MaxMana - (20 + (15*(Int – 20))       //for Intellect 20 or over
          = MaxMana - (Int)                       //for Intellect under 20


Mana From Intellect can be seen by hovering your mouse over the Intellect stat on your character screen. The part that says "Increase Mana by XXXX" is how much Intellect is boosting your max mana.

Note: Some talents boost max mana by a flat percentage. i.e.:

  • Fel Vitality (Increases mana by 1%/2%/3%)

Remove the effect of this talent before doing the computation. For example, if a character has 11000 mana and has a +10% mana effect, then divide 11000 by 1.1 first, to get 10000, then subtract the amount of mana it says is granted by Intellect.

Example : Kalium, Level 70 Human Warlock. Total Mana: 8695. Intellect Increases Mana by 5824.

Base Mana = 8695 - ( Talents = 0 ) = 8695
          = 8695 - 5824 
          = 2871 Base Mana Pool

As a sanity check, it can be noted that most spells (as of Patch 3.0.2) cost a percentage of base mana. This can make it very easy to verify that the numbers are correct.

For example, Rank 7 of Mind Flay for a level 70 priest without Focused Mind nor Shadow Focus costs 9% of base mana. In game, this shows up as 235 mana. 9% of 2620 is 235.8 (the numbers all get rounded down).

Base mana table[]

You can use the following script to print your current Base Mana value.

/script local mm = UnitManaMax("player"); local int = UnitStat("player", 4); local mfi = math.min(20,int)+15*(int-math.min(20,int)); DEFAULT_CHAT_FRAME:AddMessage("BaseMana: "..mm-mfi.." = "..mm.."-"..mfi);

The following table lists known Base Mana values for each class, by level.[1][2]

Level Druid Hunter Mage Paladin Priest Shaman Warlock
1 50 65 100 60 110 55 90
2 - - - 64 - - -
3 - - - 84 - - -
4 - 98 - 90 - - -
5 - - 121 112 - - -
6 - - - 120 - - -
7 - - - 129 - - -
8 120 - - 154 - - -
9 - - - 165 - - -
10 - - - 192 - - -
11 - - - 205 - - -
12 - - - 219 - - -
13 - - - 249 - - -
14 - 298 - 265 - - -
15 - - - 282 - - -
16 - - - 315 - - -
17 - - - 334 - - -
18 - - - 354 - - -
19 - - - 390 - - -
Level Druid Hunter Mage Paladin Priest Shaman Warlock
20 - - - 412 - - -
21 - - - 435 - 395 -
22 - - - 459 - - -
23 - - - 499 - - -
24 - - - 525 480 - -
25 - - - 552 - - -
26 - - - 579 - - -
27 - - - 621 - - -
28 - - 556 648 - - -
29 - - - 675 - - -
30 - - 613 702 - - -
31 - - - 729 - - -
32 - - - 756 - - -
33 - - - 798 - - -
34 - - - 825 - - -
35 - - - 852 - - -
36 - - - 879 - - -
37 - - - 906 - - -
38 - - - 933 - - -
39 - 1075 - 960 - - -
Level Druid Hunter Mage Paladin Priest Shaman Warlock
40 - - - 987 911 - -
41 - - - 1014 - - -
42 - - - 1041 - - 965
43 - - - 1068 - - -
44 - - - 1110 - - 1022
45 - - - 1137 - - -
46 - - - 1164 - - -
47 - - - 1176 - - -
48 - - - 1203 - - -
49 - - - 1230 - - -
50 - - - 1257 - - -
51 - - - 1284 - - -
52 - - - 1311 - 1313 -
53 - - - 1338 - - -
54 - - - 1365 - - -
55 - - - 1392 - - -
56 - - - 1419 - - -
57 - - - 1446 - - -
58 - - - 1458 - 1467 -
59 - - - 1485 - 1501 -
Level Druid Hunter Mage Paladin Priest Shaman Warlock
60 - - 1213 1512 - - 1522
61 - - - 1656 - 1664 -
62 - 2053 - 1800 - - -
63 - - - 1944 - - -
64 - - - 2088 - - -
65 - - - 2232 - - -
66 - - - 2377 - - -
67 - - - 2521 - - -
68 - - - 2665 - - -
69 - - - 2809 - - -
70 2370 3383 2241 2953 2620 2958 2871
71 - - - 3097 - 3102 -
72 - 3716 - 3241 2868 - -
73 - - - 3385 - - -
74 - - - 3529 - - -
75 - - - 3673 - - -
76 - - - 3817 - - -
77 - - - 3962 - - -
78 - - - 4106 - - -
79 - - - 4250 - - -
80 3496 5046 3268 4394 3863 4396 3856

ClassBaseManaByLevel

References[]

Advertisement