home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1999 November / maximum-cd-1999-11.iso / Battlezone II / Disk1 / data1.cab / Program_Executable_Files / data.pak / effects_explosions_xpwrxpl.odf < prev    next >
Encoding:
Text File  |  1999-08-25  |  998 b   |  48 lines

  1. // =================
  2. // POWERUP EXPLOSION
  3. // =================
  4.  
  5. [ExplosionClass]
  6. classLabel = "explosion"
  7.  
  8. particleTypes = 2
  9. particleClass1 = "xpwrxpl.core"
  10. particleCount1 = 1
  11. particleVeloc1 = "0.0 0.0 0.0"
  12. particleClass2 = "xpwrxpl.puff"
  13. particleCount2 = 5
  14. particleVeloc2 = "10.0 10.0 10.0"
  15.  
  16. explSound = "xbuild.wav"
  17. damageRadius = 10.0
  18. damageValue(N) = 20
  19. damageValue(L) = 20
  20. damageValue(H) = 20
  21. damageValue(S) = 20
  22. damageValue(D) = 20
  23. damageValue(A) = 20
  24.  
  25. [Core]
  26. simulateBase = "sim_null"
  27. lifeTime = 1.0
  28. renderBase = "draw_twirl"
  29. textureName = "flame.tga"
  30. textureBlend = "one one modulate"
  31. startColor = "255 255 63 255"
  32. finishColor = "255 0 0 0"
  33. startRadius = 0.5
  34. finishRadius = 5.0
  35. animateTime = 1.0
  36.  
  37. [Puff]
  38. simulateBase = "sim_smoke"
  39. lifeTime = 1.0
  40. renderBase = "draw_twirl"
  41. textureName = "flame.tga"
  42. textureBlend = "one one modulate"
  43. startColor = "255 255 63 255"
  44. finishColor = "255 0 0 0"
  45. startRadius = 0.5
  46. finishRadius = 0.1
  47. animateTime = 1.0
  48.