PRC8/trunk/smp/smp_s_acidfogb.nss
Jaysyn904 1662218bb4 Initial upload.
Adding base PRC 4.19a files to repository.
2022-10-07 13:51:24 -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);
}