home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2002 February / CMycha200202.iso / SpaceHaste2001 / spacehaste2001demo.exe / shockwave.ascii < prev    next >
Text File  |  2000-10-09  |  6KB  |  186 lines

  1. atoms            7            // how many different pickup cells to follow
  2.  
  3. // atom 1 ------------------------------------------------------------------------------
  4. descriptions    1            // how many descriptions to follow...
  5. PickupType        FUEL        // to which pickup type this effect is bound
  6.  
  7. // one shockwave description consists of four sub-shockwaves, which are mixed together
  8.  
  9. BaseSize        0.1            // how large the shock ring will be initially (0.1 is 1/10th)
  10. SizeMultiplier    1.0            // the end size of the ring is BaseSize+SizeMultiplier
  11. SizeIncrement    1.5            // 1/seconds the ring 'zooms'; 1 = 1s, 2 = 0.5s, 0.5 = 2s etc
  12. Color            255     255     255    // the base color of this ring
  13.  
  14. BaseSize        0.1
  15. SizeMultiplier    1.2
  16. SizeIncrement    1.0
  17. Color            100     100     90
  18.  
  19. BaseSize        0.0
  20. SizeMultiplier    0.8
  21. SizeIncrement    1.2
  22. Color            200     155     140
  23.  
  24. BaseSize        0.2
  25. SizeMultiplier    1.3
  26. SizeIncrement    2.0
  27. Color            75     50     50
  28.  
  29.  
  30. // atom 2------------------------------------------------------------------------------
  31. descriptions    1            // how many descriptions to follow...
  32. PickupType        HASTE        // to which pickup type this effect is bound
  33.  
  34. // one shockwave description consists of four sub-shockwaves, which are mixed together
  35.  
  36. BaseSize        0.1            // how large the shock ring will be initially (0.1 is 1/10th)
  37. SizeMultiplier    1.0            // the end size of the ring is BaseSize+SizeMultiplier
  38. SizeIncrement    1.5            // 1/seconds the ring 'zooms'; 1 = 1s, 2 = 0.5s, 0.5 = 2s etc
  39. Color            255    127     0    // the base color of this ring
  40.  
  41. BaseSize        0.1
  42. SizeMultiplier    1.3
  43. SizeIncrement    1.0
  44. Color            200    0     0 
  45.  
  46. BaseSize        0.0
  47. SizeMultiplier    0.8
  48. SizeIncrement    1.2
  49. Color            155     100     0
  50.  
  51. BaseSize        0.2
  52. SizeMultiplier    1.5
  53. SizeIncrement    2.0
  54. Color            200     80     0
  55.  
  56. // atom 3------------------------------------------------------------------------------
  57. descriptions    1            // how many descriptions to follow...
  58. PickupType        CLOAK        // to which pickup type this effect is bound
  59.  
  60. // one shockwave description consists of four sub-shockwaves, which are mixed together
  61.  
  62. BaseSize        0.1            // how large the shock ring will be initially (0.1 is 1/10th)
  63. SizeMultiplier    1.0            // the end size of the ring is BaseSize+SizeMultiplier
  64. SizeIncrement    1.5            // 1/seconds the ring 'zooms'; 1 = 1s, 2 = 0.5s, 0.5 = 2s etc
  65. Color            0    0    255        // the base color of this ring
  66.  
  67. BaseSize        0.1
  68. SizeMultiplier    1.2
  69. SizeIncrement    1.0
  70. Color            0     0     55
  71.  
  72. BaseSize        0.0
  73. SizeMultiplier    0.8
  74. SizeIncrement    1.2
  75. Color            0    50    155
  76.  
  77. BaseSize        0.2
  78. SizeMultiplier    1.3
  79. SizeIncrement    2.0
  80. Color            0    100    200
  81.  
  82. // atom 4------------------------------------------------------------------------------
  83. descriptions    1            // how many descriptions to follow...
  84. PickupType        CRASH        // to which pickup type this effect is bound
  85.  
  86. // one shockwave description consists of four sub-shockwaves, which are mixed together
  87.  
  88. BaseSize        0.1            // how large the shock ring will be initially (0.1 is 1/10th)
  89. SizeMultiplier    1.0            // the end size of the ring is BaseSize+SizeMultiplier
  90. SizeIncrement    1.5            // 1/seconds the ring 'zooms'; 1 = 1s, 2 = 0.5s, 0.5 = 2s etc
  91. Color            255    0    0    // the base color of this ring
  92.  
  93. BaseSize        0.1
  94. SizeMultiplier    1.2
  95. SizeIncrement    1.0
  96. Color            200    0    0
  97.  
  98. BaseSize        0.0
  99. SizeMultiplier    0.8
  100. SizeIncrement    1.2
  101. Color            120     12     12
  102.  
  103. BaseSize        0.2
  104. SizeMultiplier    1.3
  105. SizeIncrement    2.0
  106. Color            80     8     8
  107.  
  108. // atom 5------------------------------------------------------------------------------
  109. descriptions    1            // how many descriptions to follow...
  110. PickupType        PILOT        // to which pickup type this effect is bound
  111.  
  112. // one shockwave description consists of four sub-shockwaves, which are mixed together
  113.  
  114. BaseSize        0.1            // how large the shock ring will be initially (0.1 is 1/10th)
  115. SizeMultiplier    1.0            // the end size of the ring is BaseSize+SizeMultiplier
  116. SizeIncrement    1.5            // 1/seconds the ring 'zooms'; 1 = 1s, 2 = 0.5s, 0.5 = 2s etc
  117. Color            255    0    255    // the base color of this ring
  118.  
  119. BaseSize        0.1
  120. SizeMultiplier    1.2
  121. SizeIncrement    1.0
  122. Color            200    0    200
  123.  
  124. BaseSize        0.0
  125. SizeMultiplier    0.8
  126. SizeIncrement    1.2
  127. Color            75    0    75
  128.  
  129. BaseSize        0.2
  130. SizeMultiplier    1.3
  131. SizeIncrement    2.0
  132. Color            200    20    200
  133.  
  134. // atom 6------------------------------------------------------------------------------
  135. descriptions    1            // how many descriptions to follow...
  136. PickupType        BOOST        // to which pickup type this effect is bound
  137.  
  138. // one shockwave description consists of four sub-shockwaves, which are mixed together
  139.  
  140. BaseSize        0.1            // how large the shock ring will be initially (0.1 is 1/10th)
  141. SizeMultiplier    1.0            // the end size of the ring is BaseSize+SizeMultiplier
  142. SizeIncrement    1.5            // 1/seconds the ring 'zooms'; 1 = 1s, 2 = 0.5s, 0.5 = 2s etc
  143. Color            0     255     0    // the base color of this ring
  144.  
  145. BaseSize        0.1
  146. SizeMultiplier    1.2
  147. SizeIncrement    1.0
  148. Color            0     200     55
  149.  
  150. BaseSize        0.0
  151. SizeMultiplier    0.8
  152. SizeIncrement    1.2
  153. Color            20     155     0
  154.  
  155. BaseSize        0.2
  156. SizeMultiplier    1.3
  157. SizeIncrement    2.0
  158. Color            0     75    0
  159.  
  160. // atom 7------------------------------------------------------------------------------
  161. descriptions    1            // how many descriptions to follow...
  162. PickupType        STUN            // to which pickup type this effect is bound
  163.  
  164. // one shockwave description consists of four sub-shockwaves, which are mixed together
  165.  
  166. BaseSize        0.15            // how large the shock ring will be initially (0.1 is 1/10th)
  167. SizeMultiplier    1.2            // the end size of the ring is BaseSize+SizeMultiplier
  168. SizeIncrement    1.5            // 1/seconds the ring 'zooms'; 1 = 1s, 2 = 0.5s, 0.5 = 2s etc
  169. Color            10    10    255    // the base color of this ring
  170.  
  171. BaseSize        0.12
  172. SizeMultiplier    1.2
  173. SizeIncrement    1.0
  174. Color            10    17    170
  175.  
  176. BaseSize        0.05
  177. SizeMultiplier    0.8
  178. SizeIncrement    1.2
  179. Color            0    55    255
  180.  
  181. BaseSize        0.2
  182. SizeMultiplier    1.3
  183. SizeIncrement    2.0
  184. Color            0    20    160
  185.  
  186.