Facebook
From Perl Camel, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 228
  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.   - skill{s=Childofflameproc} 0.2
  20.  
  21. Childofflameproc:
  22.   Cooldown: 5
  23.   Skills:
  24.   - effect:particles{particle=reddust;amount=25;hS=0.5;vS=0.5;color=#000000}
  25.   # stun effect, more damage and sound eg goes here when it works.

Replies to Untitled rss

Title Name Language When
Re: Untitled Unreliable Pelican text 3 Years ago.