Feeblemind

Spell Description
Caster Level(s) Wizard/Sorcerer 5
Innate Level 5
School Divination
Descriptor(s) Mind-Affecting
Component(s) Verbal, Somatic
Range Medium
Area of Effect / Target Single
Duration 1 Round / 2 Levels
Save Will Negates
Spell Resistance Yes
Additional Counterspell(s) Heal
Dispel Yes
Description With a successful ranged touch attack, the caster does 1d4 points of Intelligence damage to the creature for every 4 caster levels.

Spell Scripts
Main nw_s0_feebmind

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 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
Bugfix Removed debug message
Before Whispered a message if target was immune to spell
After No whispered message


Concept: Ankh_Phoenix and Aremah, Code: Ankh_Phoenix