Blue Mountain
Information Please
Skill:Conversation
Task:Information Please
Success Rate:0

select case CHA
case is < 6: x = -50
case 6: x = -30
case 7: x = -25
case 8: x = -20
case 9: x = -15
case 10: x = -10
case 11: x = -8
case 12: x = -5
case 13 to 18: x = 0
case 19 to 21: x = ((CHA - 18) * 5)
case 22 to 25: x = ((CHA - 21) * 10) + 15
case 26 to 28: x = ((CHA - 25) * 10) + 60
case is > 28: x = 100
end select

xString = cstr((Level * 3) + x) + "%"
Post Note:
Bonus Per Level:5
Description: