Spelljammer
Damage
Skill:Brawling
Task:Damage
Success Rate:xBlob + xUCDmg
select case Level
case 1 to 3: xString = "1d4+" + cstr(x)
case 4 to 5: xString = "1d4+" + cstr(x + 1)
case 6 to 7: xString = "1d6+" + cstr(x + 1)
case 8 to 9: xString = "1d6+" + cstr(x + 2)
case 10 to 12: xString = "1d8+" + cstr(x + 2)
case 13 to 19: xString = "1d8+" + cstr(x + 3)
case 20 to 29: xString = "1d8+" + cstr(x + 4)
case is > 29: xString = "1d8+" + cstr(x + 5)
end select
Post Note:
Bonus Per Level:5
Description: