PRC8/nwn/trunk/smp/smp_s_acidfogb.nss
Jaysyn904 5914ed2ab5 Updated Release Archive
Updated Release Archive.  Fixed Mage-killer prereqs.  Removed old LETO & ConvoCC related files.  Added organized spell scroll store.  Fixed Gloura spellbook. Various TLK fixes.  Reorganized Repo.  Removed invalid user folders. Added DocGen back in.
2023-08-22 10:00:21 -04:00

29 lines
778 B
Plaintext

/*:://////////////////////////////////////////////
//:: Spell Name Acid Fog: On Exit
//:: Spell FileName SMP_S_AcidFogB
//:://////////////////////////////////////////////
//:: Spell Effects Applied / Notes
//:://////////////////////////////////////////////
Jasperre:
On Exit: Remove these effects (from our creators one):
80% slow down in movement.
20% melee consealment.
100% ranged consealment.
100% ranged miss chance
-2 To Hit (Melee)
-2 To Damage (Melee)
Damage is handled on heartbeat.
//:://////////////////////////////////////////////
//:: Created By: Jasperre
//::////////////////////////////////////////////*/
#include "SMP_INC_SPELLS"
void main()
{
// Exit - remove effects
SMP_AOE_OnExitEffects(SMP_SPELL_ACID_FOG);
}