home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 67 / MM67.ISO / Vampire / Vampire_Demo.exe / Resource.nob / misc / Explosions / flamering.nex < prev    next >
Text File  |  2000-06-22  |  1KB  |  31 lines

  1. // truefaith explosion file
  2.  
  3.  
  4. // time         NOP
  5. // time         CREATE          repeat     chance  timer templatename    distance     offset
  6. // time         APPLYDAMAGE
  7. // time         SETDAMAGE       min        max     [pulse]         [type]       [radius]
  8. // time         DYNAON
  9. // time         DYNAOFF
  10. // time         DYNAINTENSITY   INSTANT    value
  11. // time         DYNAINTENSITY   RAMP       value        time
  12. // time         DYNAINTENSITY   GAUSS      value        time    peakVal    peakTime
  13. // time         DYNARADIUS      INSTANT    value
  14. // time         DYNARADIUS      RAMP       value        time
  15. // time         DYNACOLOR       INSTANT    R            G       B
  16. // time         DYNACOLOR       RAMP       R            G       B       time
  17.  
  18.  
  19. 1               DYNAON
  20. 1               DYNAINTENSITY   RAMP      600     300
  21. 1               DYNARADIUS      RAMP      256     300
  22. 1               SETDAMAGE       10        30      0             4               256.0
  23. 1               CREATE          1         100.0        1000  flameRingDisc  5    0 0 0
  24. 1               CREATE          1         100.0        1000  shockflame      5    0 0 0
  25. 300             APPLYDAMAGE
  26. 300             DYNAINTENSITY   RAMP      0       300
  27. 300             DYNARADIUS      RAMP      0       300
  28. 600             DYNAOFF
  29. 601             NOP
  30.  
  31.