Blue Mountain
Spell Points
Skill:Spell Energy
Task:Spell Points
Success Rate:0
x = (Level * 2) + xSpellEnergy
select case CON
case 1 to 4: x = x -10
case 5 to 6: x = x - 7
case 7 to 8: x = x - 5
case 9 to 10: x = x -3
case 11 to 12: x = x - 1
case 13 to 17: x = x + 0
case 18 to 19: x = x + 1
case 20 to 21: x = x + 3
case 22 to 23: x = x + 5
case 24 to 25: x = x + 7
case 26: x = x + 10
case 27: x = x + 13
case 28 to 99: x = x + 15
end select
if x < 0 then x = 0
Post Note: points
Bonus Per Level:5
Description: