Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <config>
  4.  
  5.  
  6.  
  7. <templates>
  8.  
  9.  
  10. <!-- Add new template for SKILL TIMERS (Actors) -->
  11.  
  12. <cd_timer enabled="1">
  13. <!-- value_format can be 'dyn', 'F0', 'F1' -->
  14. <ground_label enabled="1" on_screen="1" off_screen="1" use_bottom="0" text="{value}" value_format="F1">
  15. <body enabled="0" color="192,0,0,0" stroke="0" />
  16. <text font_family="verdana" font_size="8.5" font_bold="1" font_shadow="1">
  17. <custom_shadow enabled="1" heavy="1" color="150,0,0,0" />
  18. </text>
  19. </ground_label>
  20. <ground_timer enabled="1" radius="25" use_bottom="0">
  21. <empty enabled="1" color="64,0,0,0" stroke="0" />
  22. <fill enabled="1" color="160,255,255,255" stroke="0" />
  23. </ground_timer>
  24. </cd_timer>
  25.  
  26.  
  27. </templates>
  28.  
  29. <actors>
  30.  
  31. <!-- Energy Twister -->
  32.  
  33. <!-- Energy Twister (6y, 6s): no rune / Mistral Breeze / Gale Force / Raging Storm (base) / Storm Chaser -->
  34. <GTimer_Energy_Twister_All enabled="1" template="cd_timer" keywords="snos=6560|215324|319692|323092|226648">
  35. <map_shape enabled="1" radius="9.5" ping_speed="0" shape="circle" color="50,255,255,0"/>
  36. <ground_circle enabled="1" radius="9.5" ping_speed="0" color="80,255,255,0" stroke="2" dash="Dash" />
  37. <ground_label enabled="0" offset_z="0" count_down="6">
  38. <text font_size="8.5" font_color="255,100,255,150" />
  39. </ground_label>
  40. <ground_timer enabled="0" offset_z="0" count_down="6">
  41. <empty color="130,0,0,0" />
  42. <fill color="160,255,10,150" />
  43. </ground_timer>
  44. </GTimer_Energy_Twister_All>
  45.  
  46. <!-- Energy Twister: Raging Storm - Merged Tornadoes (15y ??, 6s) -->
  47. <GTimer_Energy_Twister_RSMT enabled="1" template="cd_timer" keywords="snos=77333">
  48. <map_shape enabled="1" radius="15" ping_speed="0" shape="circle" color="50,255,255,0" />
  49. <ground_circle enabled="1" radius="15" ping_speed="0" color="120,255,255,0" stroke="2.5" dash="Dash" />
  50. <ground_label enabled="0" offset_z="0" count_down="6">
  51. <text font_size="8.5" font_color="255,100,255,150" />
  52. </ground_label>
  53. <ground_timer enabled="0" offset_z="0" count_down="6">
  54. <empty color="130,0,0,0" />
  55. <fill color="160,255,10,150" />
  56. </ground_timer>
  57. </GTimer_Energy_Twister_RSMT>
  58.  
  59. <!-- Energy Twister: Wicked Wind (6y, 6s): // "summoned_by_me" does not work with this rune -->
  60. <GTimer_Energy_Twister_WW enabled="1" template="cd_timer" keywords="snos=210804">
  61. <map_shape enabled="1" radius="9.5" ping_speed="0" shape="circle" color="50,255,255,0"/>
  62. <ground_circle enabled="1" radius="9.5" ping_speed="0" color="80,255,255,0" stroke="2" dash="Dash" />
  63. <ground_label enabled="1" offset_z="0" count_down="6">
  64. <text font_size="8.5" font_color="255,100,255,150" />
  65. </ground_label>
  66. <ground_timer enabled="0" offset_z="0" count_down="6">
  67. <empty color="130,0,0,0" />
  68. <fill color="160,255,10,150" />
  69. </ground_timer>
  70. </GTimer_Energy_Twister_WW>
  71.  
  72.  
  73. </actors>
  74. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement