Blue Mountain
Hold Breath
Skill:Swimming
Task:Hold Breath
Success Rate:15 + WP + (Level * 2) + (xStrongLungs * 60)

if x > 60 then
xString = cstr(round(x/60,1)) + "/" + cstr(round((30 + (WP * 2) + (Level * 3) + (xStrongLungs * 60))/60,1)) + " minutes"
else
xString = cstr(x) + "/" + cstr(30 + (WP * 2) + (Level * 3) + (xStrongLungs * 60)) + " seconds"
end if
Post Note:
Bonus Per Level:5
Description: