Aura errors with placeholders
Summary
I'm using build 4513 of MythicMobs and got errors regarding Aura's with placeholders
This is one of the skills that gets it:
# Unbreakable Will #
Unbreakable_Will:
Conditions:
- hasaurastacks{auraName=Last_Stand} false
- hasaurastacks{auraName=Hammer_Of_Justice} false
- hasaurastacks{auraName=Holy_Spear} false
Skills:
- Aura{auraName=Unbreakable_Will;duration=25} @self
- skill{s=Radiant_Aura_STACK}
#- orbital{bulletType=MOB;mob=Unbreakable_Will;hr=1;vr=1;hp=false;hnp=false;r=0;points=1;i=1;duration=40000;oy=1.5;rx=0;ry=0;rz=0;avx=0;avy=0;avz=0} @self
- summon{type=Unbreakable_Will;amount=1;radius=0;yRadius=0} @self
- potion{type=SLOW;duration=18;level=55;hasParticles=false} @self
- effect:sound{s=paladin:samus.shield_bash;volume=0.8;pitch=1;delay=7} @self
- delay 10
- onDamaged{auraName=resist;d=12;cE=true} @self
- lunge{velocity=1;velocityY=0.05;repeat=3;repeatinterval=1} @forward{f=12;y=0.05}
- delay 5
- totem{md=2;c=1;oH=Unbreakable_Will_DAMAGE;hnp=true;hp=true;hR=2;vR=1;i=1;repeat=2;repeatinterval=2} @forward{f=2}
Unbreakable_Will_DAMAGE:
TargetConditions:
- mmoCanTarget{interaction=OFFENSE_ACTION} true
- entitytype{t=armorstands} false
Skills:
- Aura{auraName=ATTACK_CD;duration=2} @self
- mmodamage{a="<modifier.damage>";types=SKILL}
- stun{d="<modifier.stun-duration> * 20";facing=true;CancelOnTakeDamage=false;CancelOnDeath=true;delay=10}
- throw{velocity=5;velocityY=2}
- potion{type=SLOW;duration="<modifier.duration> * 20";level=50;hasParticles=false;delay=10}
- orbital{r=0.5;onTick=Unbreakable_Will_DAMAGE_TICK;points=16;interval=1;duration="<modifier.duration> * 20";oy=2.5;delay=10}
Unbreakable_Will_DAMAGE_TICK:
Skills:
- effect:particles{p=crit;amount=2;speed=0;hS=0;vS=0} @origin
And this is the whole file of all the skills: https://pastebin.com/gCRg72Sw
Server log file
Server Logs: https://pastebin.com/XR5wcXYg
Debug log snippet