Spelljammer
Sorcery Pool
Skill:Sorcery
Task:Sorcery Pool
Success Rate:0

select case INT
case is < 18: x = 0
case 18 to 19: x = 1
case 20 to 21: x = 2
case 22 to 23: x = 3
case 24 to 25: x = 4
case is > 25: x = 4 + (INT - 25)
end select

select case Level
case 1: xString = cstr(5 + x) & " points"
case 2: xString = cstr(7 + x) & " points"
case 3: xString = cstr(9 + x) & " points"
case 4: xString = cstr(11 + x) & " points"
case 5: xString = cstr(13 + x) & " points"
case 6: xString = cstr(15 + x) & " points"
case 7: xString = cstr(17 + x) & " points"
case is > 7: xString = cstr(10 + Level + x) & " points"
end select
Post Note:
Bonus Per Level:5
Description: