Senior Member
Join Date: Jul 2010
Posts: 3,078

July 11th, 2020, 04:41 AM
|
Quote:
Originally Posted by Illyahr
Also, the coding for the binder's Binding ability (Tome of Magic, xBind) is still calculating wrong. Please change to:
Code:
var level as number
var check as number
var difficulty as number
level = hero.childfound[xBind].field[Value].value
check = level + #attrmod[aCHA]
difficulty = round(level/2,0,-1)
difficulty = difficulty + 10 + #attrmod[aCHA]
field[xSumm].text = "EBL = " & level & ", Binding Check 1d20 + " & check & ", Special DC = " & difficulty & "."
|
Thanks. I've already fixed this for the next release. I'm hoping to get that out later this month.
|
#10
|
|