Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.85 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <config>
  3.  
  4.     <templates>
  5.         <ranged enabled="1" />
  6.         <melee enabled="1" />
  7.     </templates>
  8.  
  9.     <actors>
  10.  
  11.         <!-- Corrupt Vessel -->
  12.         <a1 template="ranged" keywords="snos=4286, alive" extra_decorators="deco_outline/ground_circle">
  13.             <ground_circle enabled="1" radius="3" ping_speed="0" color="128,80,255,80" stroke="3" dash="Dash" />
  14.             <map_shape enabled="1" radius="1" ping_speed="500" shape="circle" color="255,80,255,80" stroke="3" />
  15.         </a1>
  16.        
  17.                 <!-- mob 2 -->
  18.         <a2 template="melee" keywords="snos=4286, alive" extra_decorators="deco_outline/ground_circle">
  19.             <ground_circle enabled="1" radius="3" ping_speed="0" color="128,80,255,80" stroke="3" dash="Dash" />
  20.             <map_shape enabled="1" radius="1" ping_speed="500" shape="circle" color="255,80,255,80" stroke="3" />
  21.         </a2
  22.        
  23.        
  24.  
  25.     </actors>
  26.        
  27. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement