Initial commit. Updated release archive.
This commit is contained in:
13
_removed/spl_maste_elem_s.nss
Normal file
13
_removed/spl_maste_elem_s.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "prc_alterations"
|
||||
#include "x2_inc_spellhook"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oTarget = GetSpellTargetObject();
|
||||
effect eDur = EffectVisualEffect(VFX_FNF_SOUND_BURST);
|
||||
|
||||
ApplyEffectToObject(DURATION_TYPE_TEMPORARY, eDur, oTarget, RoundsToSeconds(1));
|
||||
|
||||
SetLocalInt(OBJECT_SELF, "archmage_mastery_elements", DAMAGE_TYPE_SONIC);
|
||||
FloatingTextStringOnCreature("Mastery of Elements: Spells damage to sonic.", OBJECT_SELF, FALSE);
|
||||
}
|
Reference in New Issue
Block a user