Advertisement
Pr0nogo

Untitled

Nov 23rd, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.66 KB | None | 0 0
  1. # ----------------------------------------------------------------------------- #
  2. # This header is used by images.dat entries:
  3. # 914 Lurker Egg (zerg\Lurkegg.grp)
  4. .headerstart
  5. IsId 353
  6. Type 14
  7. Init LurkerEggInit
  8. Death LurkerEggDeath
  9. GndAttkInit [NONE]
  10. AirAttkInit [NONE]
  11. Unused1 [NONE]
  12. GndAttkRpt [NONE]
  13. AirAttkRpt [NONE]
  14. CastSpell [NONE]
  15. GndAttkToIdle [NONE]
  16. AirAttkToIdle [NONE]
  17. Unused2 [NONE]
  18. Walking LurkerEggWalking
  19. WalkingToIdle LurkerEggWalkingToIdle
  20. SpecialState1 LurkerEggSpecialState1
  21. SpecialState2 LurkerEggSpecialState2
  22. AlmostBuilt [NONE]
  23. .headerend
  24. # ----------------------------------------------------------------------------- #
  25.  
  26. LurkerEggInit:
  27. sigorder 32
  28. imgul 22 0 0 # Egg Shadow (zerg\zegShad.grp)
  29. playfram 12 # Frame set 0, direction 12
  30. wait 2
  31. playfram 13 # Frame set 0, direction 13
  32. wait 2
  33. playfram 14 # Frame set 0, direction 14
  34. wait 2
  35. playfram 15 # Frame set 0, direction 15
  36. wait 2
  37. playfram 16 # Frame set 0, direction 16
  38. wait 2
  39. playfram 0x11 # Frame set 1
  40. wait 2
  41. playfram 18 # Frame set 1, direction 1
  42. waitrand 1 3
  43. LurkerEggLocal00:
  44. playfram 0x00 # Frame set 0
  45. wait 2
  46. playfram 1 # Frame set 0, direction 1
  47. wait 2
  48. playfram 2 # Frame set 0, direction 2
  49. wait 2
  50. playfram 3 # Frame set 0, direction 3
  51. wait 2
  52. playfram 4 # Frame set 0, direction 4
  53. wait 2
  54. playfram 5 # Frame set 0, direction 5
  55. wait 2
  56. playfram 6 # Frame set 0, direction 6
  57. wait 2
  58. playfram 7 # Frame set 0, direction 7
  59. wait 2
  60. playfram 8 # Frame set 0, direction 8
  61. wait 2
  62. playfram 9 # Frame set 0, direction 9
  63. wait 2
  64. playfram 10 # Frame set 0, direction 10
  65. wait 2
  66. playfram 11 # Frame set 0, direction 11
  67. wait 2
  68. goto LurkerEggLocal00
  69.  
  70. LurkerEggDeath:
  71. playsnd 830 # Zerg\Egg\ZEgDth00.WAV
  72. lowsprul 143 0 0 # Egg Remnants (zerg\zegDeath.grp)
  73. wait 1
  74. end
  75.  
  76. LurkerEggWalking:
  77. imgul 22 0 0 # Egg Shadow (zerg\zegShad.grp)
  78. playfram 20 # Frame set 1, direction 3
  79. wait 2
  80. playfram 21 # Frame set 1, direction 4
  81. wait 2
  82. playfram 22 # Frame set 1, direction 5
  83. wait 2
  84. playfram 23 # Frame set 1, direction 6
  85. wait 2
  86. playfram 24 # Frame set 1, direction 7
  87. wait 2
  88. playfram 25 # Frame set 1, direction 8
  89. wait 2
  90. playfram 26 # Frame set 1, direction 9
  91. wait 2
  92. playfram 27 # Frame set 1, direction 10
  93. waitrand 1 3
  94. goto LurkerEggLocal00
  95.  
  96. LurkerEggWalkingToIdle:
  97. playfram 27 # Frame set 1, direction 10
  98. wait 2
  99. playfram 26 # Frame set 1, direction 9
  100. wait 2
  101. playfram 25 # Frame set 1, direction 8
  102. wait 2
  103. playfram 24 # Frame set 1, direction 7
  104. wait 2
  105. playfram 23 # Frame set 1, direction 6
  106. wait 2
  107. playfram 22 # Frame set 1, direction 5
  108. wait 2
  109. playfram 21 # Frame set 1, direction 4
  110. wait 2
  111. playfram 20 # Frame set 1, direction 3
  112. wait 2
  113. sigorder 4
  114. goto LurkerEggLocal01
  115.  
  116. LurkerEggLocal01:
  117. wait 125
  118. goto LurkerEggLocal01
  119.  
  120. LurkerEggSpecialState1:
  121. sigorder 4
  122. goto LurkerEggLocal01
  123.  
  124. LurkerEggSpecialState2:
  125. sigorder 64
  126. playfram 19 # Frame set 1, direction 2
  127. wait 2
  128. playfram 18 # Frame set 1, direction 1
  129. wait 2
  130. playfram 0x11 # Frame set 1
  131. wait 2
  132. playfram 16 # Frame set 0, direction 16
  133. wait 2
  134. playfram 15 # Frame set 0, direction 15
  135. wait 2
  136. playfram 14 # Frame set 0, direction 14
  137. wait 2
  138. playfram 13 # Frame set 0, direction 13
  139. wait 2
  140. playfram 12 # Frame set 0, direction 12
  141. wait 2
  142. sigorder 4
  143. goto LurkerEggLocal01
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement