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,39 @@
/*:://////////////////////////////////////////////
//:: Spell Name Hold Portal
//:: Spell FileName PHS_S_HoldPortal
//:://////////////////////////////////////////////
//:: In Game Spell desctiption
//:://////////////////////////////////////////////
Abjuration
Level: Sor/Wiz 1
Component: V
Casting Time: 1 standard action
Range: Medium (20M)
Target: One portal, up to 6.67 sq. M./level
Duration: 1 min./level (D)
Saving Throw: None
Spell Resistance: No
This spell magically holds shut a door, gate, window, or shutter of wood,
metal, or stone. The magic affects the portal just as if it were securely
closed and normally locked. A knock spell or a successful dispel magic spell
can negate a hold portal spell.
For a portal affected by this spell, add 5 to the normal DC for forcing open
the portal.
//:://////////////////////////////////////////////
//:: Spell Effects Applied / Notes
//:://////////////////////////////////////////////
Placeholder script.
Need to edit door scripts probably.
//:://////////////////////////////////////////////
//:: Created By: Jasperre
//::////////////////////////////////////////////*/
#include "PHS_INC_SPELLS"
void main()
{
}