Guest User

Untitled

a guest
May 25th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.70 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ability
  3.     name="Ability_Pyromancer2"
  4.  
  5.     icon="icon.tga"
  6.    
  7.     anim="ability_2"
  8.     casttime="1400"
  9.     castactiontime="450"
  10.    
  11.     maxlevel="4"
  12.     requiredlevel="1,3,5,7"
  13.  
  14.     actiontype="target_position"
  15.     targetradius="200"
  16.     targetmaterial="/shared/materials/area_cast_legion_indicator.material"
  17.     casteffecttype="Magic"
  18.     targetscheme="enemy_units_and_trees"
  19.  
  20.     manacost="90,100,110,125"
  21.     cooldowntime="10000"
  22.    
  23.     range="600"
  24. >
  25.     <onimpact>
  26.         <spawnaffector name="Affector_Pyromancer_Ability2" target="target_position" param="owner_counter" />
  27.         <playeffect effect="effects/ability_02.effect" source="target_position" target="" occlude="true" />
  28.     </onimpact>
  29. </ability>
Add Comment
Please, Sign In to add comment