Blue Mountain
Dry
Skill:Cantrips
Task:Dry
Success Rate:0
select case Level
case 1 to 10: x = 11 - Level
case 11 to 18: x = 20 - Level
case 19 to 22: x = 1
end select

select case Level
case 1 to 9: xString = "Self only in " + cstr(x) + " rounds"
case 10: xString = "1 target in 1 round"
case 11 to 18: xString = cstr(Level - 9) + " targets, " + cstr(x) + " seconds"
case 19 to 99: xString = cstr(Level - 9) + " targets, 1 second"
end select
Post Note:
Bonus Per Level:5
Description: