I have an...odd situation, and I'm looking to get some helpful input.
# = wall
. = floor
B = blade barrier (cast by character 2)
1 = character 1 (NPC, medium size, 5x5)
2 = character 2 (PC, large size, 10x10)
Character 2 has attempted to squeeze through a doorway to attack character 1, but is unable to get into the room because character 1 occupies a square that he would require in order to take up a 10x10 space. (Note that character 1 isn't currently really taking up 10x10 -- I made it clear that he could squeeze into his current position, but that it would be difficult given his size.
What would happen if character 1 cast a blade barrier running south through the doorway that character 2 is in?
SRD:
If he makes a Reflex save, where can he end up? Does that mean he automatically fails the save?
Code:
BBBBBBBB
#...#
#.12#
###2#
.....
# = wall
. = floor
B = blade barrier (cast by character 2)
1 = character 1 (NPC, medium size, 5x5)
2 = character 2 (PC, large size, 10x10)
Character 2 has attempted to squeeze through a doorway to attack character 1, but is unable to get into the room because character 1 occupies a square that he would require in order to take up a 10x10 space. (Note that character 1 isn't currently really taking up 10x10 -- I made it clear that he could squeeze into his current position, but that it would be difficult given his size.
What would happen if character 1 cast a blade barrier running south through the doorway that character 2 is in?
SRD:
An immobile, vertical curtain of whirling blades shaped of pure force springs into existence. Any creature passing through the wall takes 1d6 points of damage per caster level (maximum 15d6), with a Reflex save for half damage.
If you evoke the barrier so that it appears where creatures are, each creature takes damage as if passing through the wall. Each such creature can avoid the wall (ending up on the side of its choice) and thus take no damage by making a successful Reflex save.
If he makes a Reflex save, where can he end up? Does that mean he automatically fails the save?