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

28 lines
981 B
Plaintext

/*:://////////////////////////////////////////////
//:: Spell Name Forbiddance: On Exit
//:: Spell FileName PHS_S_ForbiddncB
//:://////////////////////////////////////////////
//:: Spell Effects Applied / Notes
//:://////////////////////////////////////////////
Ok, creates an AOE:
- Large and permament (takes 6 rounds to cast!)
- Party members immune to its effects (And SR + Save applieS)
- Always blocks Planar Travel
- Does damage to those who don't enter in the first few seconds:
- 1 Alignment difference, (EG: N cast, LN goes in) 6d6 damage (divine?) (will half)
- 2 alignment difference, (EG: N cast, LG goes in) 12d6 damage. (divine?) (will half)
Material component worth 4000 too!
//:://////////////////////////////////////////////
//:: Created By: Jasperre
//::////////////////////////////////////////////*/
#include "PHS_INC_SPELLS"
void main()
{
// Exit - remove effects
PHS_AOE_OnExitEffects(PHS_SPELL_FORBIDDANCE);
}