PRC8_fork/nwn/nwnprc/trunk/smp/phs_s_imbuewiths.nss
Jaysyn904 6ec137a24e Updated AMS marker feats
Updated AMS marker feats.  Removed arcane & divine marker feats.  Updated Dread Necromancer for epic progression. Updated weapon baseitem models.  Updated new weapons for crafting & npc equip.
 Updated prefix.  Updated release archive.
2024-02-11 14:01:05 -05:00

42 lines
1.4 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*:://////////////////////////////////////////////
//:: Spell Name Imbue with Spell Ability
//:: Spell FileName PHS_S_ImbuewithS
//:://////////////////////////////////////////////
//:: In Game Spell desctiption
//:://////////////////////////////////////////////
Evocation
Level: Clr 4, Magic 4
Components: V, S, DF
Casting Time: 10 minutes
Range: Touch
Target: Creature touched; see text
Duration: Permanent until discharged (D)
Saving Throw: Will negates (harmless)
Spell Resistance: Yes (harmless)
You transfer some of your currently prepared spells, and the ability to cast
them, to another creature. Only a creature with an Intelligence score of at
least 5 and a Wisdom score of at least 9 can receive this bestowal. Only
cleric spells from the schools of abjuration, divination, and conjuration
(healing) can be transferred. The number and level of spells that the
subject can be granted depends on its Hit Dice; even multiple castings of
imbue with spell ability cant exceed this limit.
More description.
//:://////////////////////////////////////////////
//:: Spell Effects Applied / Notes
//:://////////////////////////////////////////////
Placeholder script.
Very hard.
//:://////////////////////////////////////////////
//:: Created By: Jasperre
//::////////////////////////////////////////////*/
#include "PHS_INC_SPELLS"
void main()
{
}