RATDOG/_module/nss/ghast_stench.nss
Jaysyn904 b511431250 Added Dynamic Kobolds
Added Dynamic Kobolds.  Fixed ghoul / wight texture.  Added Jann model. Made PnP Zombie, Ghoul, Ghast, Wight & Mohrg creatures.  Full Compile
2022-12-15 23:41:10 -05:00

17 lines
399 B
Plaintext

//::
//:: Ghast_stench
//::
//:: A pnp version of the Ghast's sickening stench.
//::
//:: Modified by: DM Heatstroke 01-20-11
//::
void main()
{
effect eAOE = EffectAreaOfEffect(AOE_MOB_TYRANT_FOG,"ghast_stench1","null","null");
eAOE = SupernaturalEffect(eAOE);
eAOE = ExtraordinaryEffect(eAOE);
ApplyEffectToObject(DURATION_TYPE_TEMPORARY,eAOE,OBJECT_SELF,HoursToSeconds(100));
}