Aschbourne_PRC8/_module/nss/nw_s1_trogstink.nss
Jaysyn904 5d27edafba Major update
Fixed CCOH, Fixed starting GP, Fixed DMFI languages, Fix cep weapon appearances, Fixed new player start up system.  Added PC deleter.  Added ACP 4.1.  Full compile.  Updated release archive.
2024-09-16 23:40:48 -04:00

22 lines
685 B
Plaintext

//::///////////////////////////////////////////////
//:: Troglidyte Stench
//:: nw_s1_TrogStench.nss
//:: Copyright (c) 2004 Bioware Corp.
//:://////////////////////////////////////////////
/*
Objects entering the aura must make a fortitude saving
throw (DC 13) or suffer 1d6 points of Strength
Ability Damage
*/
//:://////////////////////////////////////////////
//:: Created By: Craig Welburn
//:: Created On: Nov 6, 2004
//:://////////////////////////////////////////////
void main()
{
effect eStench = EffectAreaOfEffect(AOE_MOB_TROGLODYTE_STENCH);
eStench = UnyieldingEffect(eStench);
ApplyEffectToObject(DURATION_TYPE_PERMANENT, eStench, OBJECT_SELF);
}