• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Angel - deva

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

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
 
The Angels are odd, because the three examples don't follow the same pattern for SR (whether you look at HD or CR) nor the method that is used elsewhere.
Elf, Drow specifically states "Spell resistance equal to 11 + class levels"
In the back of the MM (p300) there's "you’ll probably want to set the resistance number equal to the creature’s CR + 11"
A quick look at a few 3.5 MM's doesn't suggest anything further.
 
This would have been done a long time ago, but I suspect the general thought process here was to base it off HD so that if a user changed the character's level, the SR would also change as would normally be appropriate. As Dami points out, there isn't a good rule of thumb regarding how this should change. Even within angels, SR seems to be all over the place.
 
Back
Top