NWNWiki
Register
NWNWiki
3,718
pages
No edit summary
(→‎Notes: More direct comparison of paralyze vs. immobilze (and directly indicate that "held" normally means "paralyze"))
(28 intermediate revisions by 6 users not shown)
Line 1: Line 1:
  +
{{spell
[[Image:Is x1bigby5.gif|right|Bigby's Crushing Hand]]
 
  +
|icon=is_x1bigby5.gif
 
  +
|magelevel=9
'''Caster Level''': [[Wizard (class) | Wizard]] / [[Sorcerer]] 9
 
  +
|innatelevel=9
 
  +
|school=[[evocation]]
'''Innate Level''': 9
 
  +
|components=VS
 
  +
|range=l
'''School''': [[Evocation]]
 
  +
|area=single
 
  +
|save=none
'''Component(s)''': V, S
 
  +
|spellresistance=yes
 
  +
|duration=1 [[round]] / level
'''Range''': Long
 
  +
|line=Bigby's hands
 
  +
|line5=Bigby's interposing hand
'''Save''': None
 
  +
|line6=Bigby's forceful hand
 
  +
|line7=Bigby's grasping hand
'''Spell Resistance''': Yes
 
  +
|line8=Bigby's clenched fist
 
  +
|line9=Bigby's crushing hand
'''Area of Effect/Target''': Single
 
 
|desc=A giant hand appears and attacks the target. If it hits and
 
'''Duration''': 1 [[Round]] / Level
 
 
'''Description''': A giant hand appears and attacks the target. If it hits and
 
 
succeeds in a grapple check, the target is held fast for the duration of the
 
succeeds in a grapple check, the target is held fast for the duration of the
spell and suffers 2d6+12 points of damage each round.
+
spell and suffers 2[[d6]]+12 points of [[bludgeoning damage]] each round.}}
   
==Notes==
+
== Notes ==
 
*Added in the [[expansion pack]]s.
 
*Added in the [[expansion pack]]s.
 
*The grapple check starts with a modified attack roll:
 
*The grapple check starts with a modified attack roll:
Line 31: Line 28:
 
''target:'' d20 + [[strength]] modifier + [[base attack bonus|BAB]] + [[size modifier]].
 
''target:'' d20 + [[strength]] modifier + [[base attack bonus|BAB]] + [[size modifier]].
 
:A tie means a successful grapple.
 
:A tie means a successful grapple.
  +
* For these checks, casters with wizard levels use their [[intelligence]] modifier, and all other casters use [[charisma]].
*This spell may be removed by casting [[clarity]], [[freedom of movement]], [[remove paralysis]], [[restoration]], [[greater restoration]] or any [[dispel]] spell; or by hitting the affected player with a [[holy avenger]].
 
*If the target is [[immunity|immune]] to [[paralysis]] (such as from freedom) or [[mind-affecting]] spells, the hand still holds the target in place, but they can take other actions besides moving (the [[script]] uses the [[function]] <code>EffectCutsceneImmobilize()</code>, which bypasses those immunities). The normal methods for removing the spell will no longer work except for dispel.
+
* The "held" effect is normally [[paralysis]], but a target that is immune to either paralysis or [[mind-affecting]] spells will be [[immobilize]]d instead. This allows the target to perform actions while held stationary and changes the options for removing this spell.
  +
** While ''[[remove paralysis]]'', ''[[freedom of movement]]'', and ''[[restoration]]'' will remove paralysis, none of these are effective against immobilization. (Removing the paralysis also removes the hand and associated damage.)
*The spell does [[bludgeoning damage]].
 
  +
** While [[dispel]]ling can remove any spell, it is particularly effective at removing spells that had inflicted immobilization.
   
 
==Custom content notes==
 
==Custom content notes==
 
*''Script:'' <code>x0_s0_bigby5</code>
 
'''Script''' : [x0_s0_bigby5.nss]
 
 
[[category:Spells]]
 
[[category:Sorcerer/Wizard Spells]]
 
[[category:Arcane Spells level 9]]
 

Revision as of 00:59, 23 December 2019

Bigby's crushing hand

Spell level: sorcerer/wizard 9

Innate level: 9
School: evocation
Components: verbal, somatic
Range: long (40 meters)
Area of effect: single
Duration: 1 round / level
Save: none
Spell resistance: yes

Description: A giant hand appears and attacks the target. If it hits and succeeds in a grapple check, the target is held fast for the duration of the spell and suffers 2d6+12 points of bludgeoning damage each round.

Notes

  • Added in the expansion packs.
  • The grapple check starts with a modified attack roll:
d20 + caster's ability modifier + caster level + 12 - 1.
If this roll meets or exceeds the target's armor class, then an actual grapple is attempted:
caster: d20 + ability modifier + caster level + 12 + 4 vs.
target: d20 + strength modifier + BAB + size modifier.
A tie means a successful grapple.
  • For these checks, casters with wizard levels use their intelligence modifier, and all other casters use charisma.
  • The "held" effect is normally paralysis, but a target that is immune to either paralysis or mind-affecting spells will be immobilized instead. This allows the target to perform actions while held stationary and changes the options for removing this spell.
    • While remove paralysis, freedom of movement, and restoration will remove paralysis, none of these are effective against immobilization. (Removing the paralysis also removes the hand and associated damage.)
    • While dispelling can remove any spell, it is particularly effective at removing spells that had inflicted immobilization.

Custom content notes

  • Script: x0_s0_bigby5