PRC8/nwn/nwnprc/trunk/smp/phs_s_forbiddncb.nss
Jaysyn904 6ec137a24e Updated AMS marker feats
Updated AMS marker feats.  Removed arcane & divine marker feats.  Updated Dread Necromancer for epic progression. Updated weapon baseitem models.  Updated new weapons for crafting & npc equip.
 Updated prefix.  Updated release archive.
2024-02-11 14:01:05 -05: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);
}