Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
This commit is contained in:
8
nwnds_module/fear_aura.nss
Normal file
8
nwnds_module/fear_aura.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
effect eAOE = EffectAreaOfEffect(AOE_MOB_FEAR,"fear_aura1","null","null");
|
||||
eAOE = SupernaturalEffect(eAOE);
|
||||
eAOE = ExtraordinaryEffect(eAOE);
|
||||
|
||||
ApplyEffectToObject(DURATION_TYPE_TEMPORARY,eAOE,OBJECT_SELF,HoursToSeconds(100));
|
||||
}
|
Reference in New Issue
Block a user