Big Demonic Update
Big Demonic Update. Full compile. Updated release archive.
This commit is contained in:
21
_haks/poa_exp_abilities/nw_s1_trogstink.nss
Normal file
21
_haks/poa_exp_abilities/nw_s1_trogstink.nss
Normal file
@@ -0,0 +1,21 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: 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);
|
||||
}
|
Reference in New Issue
Block a user