Blue Mountain
Hit
Skill:Barbarian
Task:Hit
Success Rate:0
select case Level
case 1 to 3: x = 0
case 4 to 5: x = 1
case 6 to 9: x = 2
case 12 to 15: x = 3
case 16 to 19: x = 4
case 20 to 99: x = 5
end select

if x = 0 then
xString = "Hide Task"
else
xString = "+" + cstr(x) + " or better creatures"
end if
Post Note:
Bonus Per Level:5
Description: