auras ignore cooldown
All auras ignoring cooldown and starts every time ~onAttack/onDamaged/...
in this simple expamle mob deals 5.5 damage with effects every their Attack (skeleton attacks about once per second) even though the cooldown is set to 8 seconds
Skeleton:
Type: SKELETON
Skills:
- skill{s=Skeleton_PowerSmash} @Self ~onAttack
Skeleton_PowerSmash:
Cooldown: 8
Skills:
- onAttack{
cE=true;auraname=PowerSmash;
onHit=[
- damage{a=5.5}
- particles{
p=reddust;c=#B71C1C;a=10;hS=1.05;vS=1.05}
];
}