Updated AMS marker feats. Removed arcane & divine marker feats. Updated Dread Necromancer for epic progression. Updated weapon baseitem models. Updated new weapons for crafting & npc equip. Updated prefix. Updated release archive.
12 lines
397 B
Plaintext
12 lines
397 B
Plaintext
/*
|
|
Implacable Foe - Warpriest Spell
|
|
*/
|
|
#include "prc_alterations"
|
|
void main()
|
|
{
|
|
ApplyEffectToObject(DURATION_TYPE_PERMANENT, EffectAreaOfEffect(AOE_MOB_CIRCGOOD,"codi_s0_implcfo1","codi_s0_implcfo2","codi_s0_implcfo3"), OBJECT_SELF);
|
|
FloatingTextStringOnCreature("You begin to concentrate.", OBJECT_SELF,FALSE);
|
|
ActionPlayAnimation(ANIMATION_LOOPING_MEDITATE, 1.0, 9999999.99);
|
|
}
|
|
|