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,34 @@
/*:://////////////////////////////////////////////
//:: Spell Name Create Undead
//:: Spell FileName PHS_S_CreateUnde
//:://////////////////////////////////////////////
//:: In Game Spell desctiption
//:://////////////////////////////////////////////
Necromancy [Evil]
Level: Clr 6, Death 6, Evil 6, Sor/Wiz 6
Components: V, S, M
Casting Time: 1 hour
Range: Close (8M)
Target: One corpse
Duration: Instantaneous
Saving Throw: None
Spell Resistance: No
A much more potent spell than animate dead, this evil spell allows you to
create more powerful sorts of undead: ghouls, ghasts, mummies, and mohrgs.
The type or types of undead you can create is based on your caster level,
as shown on the table below.
//:://////////////////////////////////////////////
//:: Spell Effects Applied / Notes
//:://////////////////////////////////////////////
Placeholder script.
//:://////////////////////////////////////////////
//:: Created By: Jasperre
//::////////////////////////////////////////////*/
#include "PHS_INC_SPELLS"
void main()
{
}