Guest User

Untitled

a guest
May 25th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.52 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <affector
  3.     name="Affector_Pyromancer_Ability2"
  4.  
  5.     radius="200"
  6.     impactdelay="500"
  7.     targetselection="all"
  8.     targetscheme="enemy_units"
  9.     effecttype="Magic"
  10.     destroytrees="true"
  11. >
  12.     <onimpact>
  13.         <applystate name="State_Stunned" duration="1600" />
  14.         <damage effecttype="Magic" amount="90,150,210,280" />
  15.         <condition target="source_entity" test="param != 0">
  16.             <applystate name="State_Pyromancer_Ability3_Burning" duration="3000" level="param" />
  17.         </condition>
  18.     </onimpact>
  19. </affector>
Add Comment
Please, Sign In to add comment