Initial upload.

Adding base PRC 4.19a files to repository.
This commit is contained in:
Jaysyn904
2022-10-07 13:51:24 -04:00
parent 646eb01834
commit 1662218bb4
22441 changed files with 1274376 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
/*:://////////////////////////////////////////////
//:: 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 can<61>t exceed this limit.
More description.
//:://////////////////////////////////////////////
//:: Spell Effects Applied / Notes
//:://////////////////////////////////////////////
Placeholder script.
Very hard.
//:://////////////////////////////////////////////
//:: Created By: Jasperre
//::////////////////////////////////////////////*/
#include "PHS_INC_SPELLS"
void main()
{
}