Spyderbane
Well-known member
I have a question on this about its Spell resistance.
MM shows it as straight 30, but the code in HL is Hit dice + 18
I'm curious if there is another book that shows spell resistance based on HD
MM shows it as straight 30, but the code in HL is Hit dice + 18
Code:
~ Set up our spell resistance
var damage as number
damage = hero.child[Totals].field[tHitDice].value + 18
#applysr[damage]
I'm curious if there is another book that shows spell resistance based on HD