View Single Post
  #1  
Old 01-13-2020, 03:21 PM
SewingMachine SewingMachine is offline
Kobold

SewingMachine's Avatar

Join Date: Mar 2014
Location: Spokane
Posts: 197
Lightbulb Max Mana Calculation

Max Mana Calculation

(Wis or Int) = Use Wisdom if your a Wisdom caster use Int if your an Int caster.



If this is true . . . ((( (Wis or Int) - 199 ) / 2) > 0)
-Then set MindLesserFactor = ( (Wis or Int) - 199 ) / 2

If this is false . . . ((( (Wis or Int) - 199 ) / 2) > 0)
-Then set MindLesserFactor = 0


MindFactor = WisInt - MindLesserFactor

If this is true . . . (WisInt > 100)
-Then Max Mana is . . . = (((5 * (MindFactor + 20)) / 2) * 3 * (Your Current Level) / 40)

If this is false . . . (WisInt > 100)
-Then Max Mana is . . . = (((5 * (MindFactor + 200)) / 2) * 3 * (Your Current Level) / 100)

After You have calculated your Max Mana then add in all your items that give you +Mana. This will give you your mana.


Example: I am a 23 Necro with 123 Int and i get 135+ mana from items.

123 - 199 / 2 = -38

-38 is not greater then zero so we set MindLesserFactor to 0

MindFactor = 123

123 is larger then 100 so I am going to use this formula (((5 * (MindFactor + 20)) / 2) * 3 * (Your Current Level) / 40)

(((5 * (123+ 20)) / 2) * 3 * (23) / 40) = 616

Then we add my Manafrom my items which is 135

So 751 is my Max Mana

Note: This was tested on Blue with 2 characters and come out to be true. Figure this would be helpful on Green/Teal as you dont know how much mana you have. This is also a good way to know how Wisdom/Int effects your character based on your level.
__________________