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,40 @@
/*:://////////////////////////////////////////////
//:: Spell Name Giant Vermin
//:: Spell FileName PHS_S_GiantVermi
//:://////////////////////////////////////////////
//:: In Game Spell desctiption
//:://////////////////////////////////////////////
Transmutation
Level: Clr 4, Drd 4
Components: V, S, DF
Casting Time: 1 standard action
Range: Close (8M)
Targets: Up to three vermin, captured in your inventory
Duration: 1 min./level
Saving Throw: None
Spell Resistance: Yes
You turn three normal-sized centipedes, two normal-sized spiders, or a single
normal-sized scorpion into larger forms. Only one type of vermin can be
transmuted (so a single casting cannot affect both a centipede and a spider),
and all must be grown to the same size. The size to which the vermin can be
grown depends on your level; see the table below.
More description.
//:://////////////////////////////////////////////
//:: Spell Effects Applied / Notes
//:://////////////////////////////////////////////
Placeholder script.
"Summoning" spell. It'll use some items as a material
component to grow the things...
//:://////////////////////////////////////////////
//:: Created By: Jasperre
//::////////////////////////////////////////////*/
#include "PHS_INC_SPELLS"
void main()
{
}