Facebook
From Unreliable Pelican, 3 Years ago, written in Plain Text.
This paste is a reply to Untitled from Perl Camel - go back
Embed
Viewing differences between Untitled and Re: Untitled
##### Skill run by a handler mob to apply the aura. Can go on any mob. ###########

  - skill{s=Demon_Childofflame_Aura} @LivingInWorld ~onTimer:200

##### Skills ##########

Demon_Childofflame_Aura:
  TargetConditions:
  - haspermission{p=demonic.childofflame} true
  Skills:
  - onAttack{d=10000;oH=Childofflamehit;cE=false;auraname=Child_Of_Flame_Aura}

Childofflamehit:
  Cooldown: 0.75
  Skills:
  # Skill that ALWAYS activates on hit while contract active. (Particles, base damage and sound?)
  - effect:particles{particle=reddust;amount=5;hS=0.5;vS=0.5;color=#610000}
  - damage{amount=3;element=FIRE}
  - skill{s=Childofflameproc} 0.2\n\nChildofflameproc:\n  Cooldown: 5\n  Skills:\n  - effect:particles{particle=reddust;amount=25;hS=0.5;vS=0.5;color=#000000}\n  # stun effect, more damage and sound eg goes here when it works.