Blue Mountain
Hold Breath
Skill:Diving
Task:Hold Breath
Success Rate:30 + (WP * 4) + (Level * 3) + (xStrongLungs * 60)

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