Hold Person

Spell Description
Caster Level(s) Bard 2, Cleric 2, Wizard / Sorcerer 3
Innate Level 2
School Enchantment
Descriptor(s) Paralyze
Component(s) Verbal, Somatic
Range Medium
Area of Effect / Target Single
Duration 1 Round / Level
Save Will Negates
Spell Resistance Yes
Additional Counterspells Freedom of Movement
Dispel Yes
Description The target humanoid is paralyzed for the duration of the spell. When used on a PC the duration in halved in normal difficulty, and 1/4 in very easy difficulty.

Spell Scripts
Main nw_s0_holdpers

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 ResistSpell function
Before Checks for Absorbtion (Spell mantle), Immunity and SR
After Same as before, just a wrapper for easy later change
Script Change Custom GetSpellSaveDC
Before Returns Save DC of spell: 10 + Spell Level + Spell Focus
After Same as before, just a wrapper to easy add alternate DC for items and maybe more later
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++)


Concept: Ankh_Phoenix and Aremah, Code: Ankh_Phoenix