Further file organization

Further file organization
This commit is contained in:
Jaysyn904
2023-08-23 22:11:00 -04:00
parent 3062876237
commit d87fe14826
22364 changed files with 0 additions and 3253 deletions

View File

@@ -0,0 +1,30 @@
/*:://////////////////////////////////////////////
//:: Spell Name Blade Barrier : On Exit
//:: Spell FileName SMP_S_BladeBarB
//:://////////////////////////////////////////////
//:: Spell Effects Applied / Notes
//:://////////////////////////////////////////////
Here, apply the right one.
Can be a circle, or a wall.
Either way, it provides cover to those who stay in it, and does damage
every heartbeat, and on enter.
HB:
- Damage (Up to 15d6) piercing, reflex save
Enter:
- Apply (if not already got) Blade Barrier +4AC, +2 Reflex saves
Exit:
- Remove (if couter at 0) all blade barrier effects.
//:://////////////////////////////////////////////
//:: Created By: Jasperre
//::////////////////////////////////////////////*/
#include "SMP_INC_SPELLS"
void main()
{
// Exit - remove effects
SMP_AOE_OnExitEffects(SMP_SPELL_BLADE_BARRIER);
}