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

  1. // fireball explosion file
  2.  
  3.  
  4. // time         NOP
  5.  
  6. // time         CREATE          repeat     chance  timer templatename    distance     offset
  7.  
  8. // time         APPLYDAMAGE
  9. // time         SETDAMAGE       min        max     [pulse]         [type]       [radius]
  10.  
  11. // time         DYNAON
  12. // time         DYNAOFF
  13. // time         DYNAINTENSITY   INSTANT    value
  14. // time         DYNAINTENSITY   RAMP       value        time
  15. // time         DYNAINTENSITY   GAUSS      value        time    peakVal    peakTime
  16. // time         DYNARADIUS      INSTANT    value
  17. // time         DYNARADIUS      RAMP       value        time
  18. // time         DYNACOLOR       INSTANT    R            G       B
  19. // time         DYNACOLOR       RAMP       R            G       B       time
  20.  
  21.  
  22. 1               DYNAON
  23. 1               CREATE          1          1.0    750      incendExplosion  5    0 0 -1
  24. //10              CREATE          1          10.0    0            exp_alpha1  r20   r100    r100    r100
  25. 120             DYNAINTENSITY   RAMP       200.0   200
  26. 430             DYNAINTENSITY   RAMP       10.0    2000
  27. 430             DYNACOLOR       RAMP       128.0   0.0     0.0      1000
  28. 2450            DYNAOFF
  29. 2500            NOP
  30.