Advertisement
shadowm

Untitled

Nov 24th, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. #define HEKUBA_CCF_BASEFRAME _DURATION
  2. [if]
  3. direction=n,s,se,ne
  4. [frame]
  5. image="units/undead-necromancers/chaos-cardinal-fused.png:"+{_DURATION}
  6. [/frame]
  7. [/if]
  8. [else]
  9. direction=nw,sw
  10. [frame]
  11. image="units/undead-necromancers/chaos-cardinal-fused-fl.png~FL():"+{_DURATION}
  12. [/frame]
  13. [/else]
  14. #enddef
  15.  
  16. [standing_anim]
  17. start_time=0
  18. blend_color=0,255,255
  19. blend_ratio="0.00~0.05:800,0.05~0.02:400,0.02~0.06:800,0.06~0.00"
  20.  
  21. {HEKUBA_CCF_BASEFRAME 2500}
  22. [/standing_anim]
  23.  
  24. [attack_anim]
  25. [filter_attack]
  26. name=chill tempest
  27. [/filter_attack]
  28.  
  29. offset=0
  30.  
  31. {MISSILE_FRAME_CHILL_TEMPEST 0 -15}
  32.  
  33. start_time=-355
  34. {HEKUBA_CCF_BASEFRAME 1}
  35. [frame]
  36. duration=150
  37. [/frame]
  38. [frame]
  39. halo=halo/undead/black-magic-[1~5].png:[75*4,50]
  40. [/frame]
  41. {SOUND:HIT_AND_MISS magic-dark-big.ogg magic-dark-big-miss.ogg -150}
  42. [frame]
  43. duration=100
  44. [/frame]
  45. [/attack_anim]
  46. [attack_anim]
  47. [filter_attack]
  48. name=breath of nyx
  49. [/filter_attack]
  50.  
  51. {MISSILE_FRAME_SHADOW_WAVE}
  52.  
  53. start_time=-675
  54. {HEKUBA_CCF_BASEFRAME 1}
  55. [frame]
  56. duration=150
  57. [/frame]
  58. [frame]
  59. halo=halo/undead/black-magic-[1~5].png:[75*4,50]
  60. [/frame]
  61. [frame]
  62. duration=200
  63. [/frame]
  64. {SOUND:HIT_AND_MISS magic-dark-big.ogg magic-dark-big-miss.ogg -50}
  65. [frame]
  66. duration=100
  67. [/frame]
  68. [frame]
  69. duration=50
  70. [/frame]
  71. [/attack_anim]
  72. [attack_anim]
  73. [filter_attack]
  74. name=noctum
  75. [/filter_attack]
  76. start_time=-400
  77. offset=0.0
  78.  
  79. {NOCTUM_BEAM_ANIMATION}
  80.  
  81. {HEKUBA_CCF_BASEFRAME 1}
  82. [frame]
  83. duration=200
  84. [/frame]
  85. [if]
  86. hits=yes
  87. [frame]
  88. duration=125
  89. sound=magic-dark-big.ogg
  90. [/frame]
  91. [frame]
  92. duration=75
  93. sound={SOUND_LIST:HOLY}
  94. [/frame]
  95. [/if]
  96. [else]
  97. hits=no
  98. [frame]
  99. duration=125
  100. sound=magic-dark-big-miss.ogg
  101. [/frame]
  102. [frame]
  103. duration=75
  104. sound={SOUND_LIST:HOLY_MISS}
  105. [/frame]
  106. [/else]
  107. [/attack_anim]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement