Spelljammer
Cleric Pool
Skill:Cleric
Task:Cleric Pool
Success Rate:Level * 2

select case CHA
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 + 9
case 27: x = x + 10
case 28: x = x + 12
case 29: x = x + 15
case 30: x = x + 18
case is > 30: x = x + 18 + (CHA - 30)
end select
Post Note: points
Bonus Per Level:5
Description: