Bigby's Grasping Hand

Spell Description
Caster Level(s) Wizard/Sorcerer 7
Innate Level 7
School Evocation
Descriptor(s) Force
Component(s) Verbal, Somantic
Range Long
Area of Effect / Target Single
Duration 1 Round / Level
Save None
Spell Resistance Yes
Additional Counterspell(s) None
Dispel Yes
Description A giant hand appears and attacks the target. If the hand hits and succeeds in a grapple check the opponent will be held for the duration of the spell.

Spell Scripts
Main x0_s0_bigby3

Changes/Updates for Thain
Script Change Custom GetCasterLevel function
Before Get the level of the casterclass used or item property
After Get the level of the casterclass used or item property, pluss any modifiers (Palemaster++)
Script Change Custom ApplyEffectToObject function
Before Adds a given effect to object
After Same as before, but saves some variables. This is to fix the Dispel spells (Palemaster++)
Script Change Custom ResistSpell function
Before Checks for Absorbtion (Spell mantle), Immunity and SR
After Same as before, just a wrapper for easy later change
Script Change Attack roll altered
Before Caster: d20 + Caster Mod (Int,Cha) + Caster Level + 10 (Hand Str) - 1 (Hand Size Mod)
Target: AC
After Attack will now hit on natural 20, and miss on natural 1
Caster: d20 + Caster Mod (Int,Cha) + Caster Level / 4 + 10 (Hand Str) - 1 (Hand Size Mod)
Target: AC
Script Change Grapple roll altered
Before Caster: d20 + Caster Mod (Int,Cha) + Caster Level + 10 (Hand Str) + 4 (Hand Size Mod)
Target: d20 + BAB + Strenth Mod + Size Mod
After Caster: d20 + Caster Level / 2 + 10 (Hand Str) + 4 (Hand Size Mod)
Target: d20 + BAB + Strenth Mod + Size Mod


Concept: Ankh_Phoenix and Aremah, Code: Ankh_Phoenix