Facebook
From Unreliable Pelican, 2 Years ago, written in Plain Text.
This paste is a reply to Untitled from Perl Camel - view diff
Embed
Download Paste or View Raw
Hits: 188
  1. ##### Skill run by a handler mob to apply the aura. Can go on any mob. ###########
  2.  
  3.   - skill{s=Demon_Childofflame_Aura} @LivingInWorld ~onTimer:200
  4.  
  5. ##### Skills ##########
  6.  
  7. Demon_Childofflame_Aura:
  8.   TargetConditions:
  9.   - haspermission{p=demonic.childofflame} true
  10.   Skills:
  11.   - onAttack{d=10000;oH=Childofflamehit;cE=false;auraname=Child_Of_Flame_Aura}
  12.  
  13. Childofflamehit:
  14.   Cooldown: 0.75
  15.   Skills:
  16.   # Skill that ALWAYS activates on hit while contract active. (Particles, base damage and sound?)
  17.   - effect:particles{particle=reddust;amount=5;hS=0.5;vS=0.5;color=#610000}
  18.   - damage{amount=3;element=FIRE}
  19.