PRC8_fork/trunk/smp/phs_s_imbuewiths.nss
Jaysyn904 1662218bb4 Initial upload.
Adding base PRC 4.19a files to repository.
2022-10-07 13:51:24 -04:00

42 lines
1.4 KiB
Plaintext
Raw 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()
{
}