home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 67 / MM67.ISO / Vampire / Vampire_Demo.exe / Resource.nob / misc / Explosions / test.nex < prev    next >
Text File  |  2000-06-22  |  1KB  |  28 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. 100             CREATE          20         1.0     0    proj_fireball_sec  r50   r100    r100    r100
  24. 120             DYNAINTENSITY   RAMP       600.0   200
  25. 430             DYNAINTENSITY   RAMP       0.0     2700
  26. 430             DYNACOLOR       RAMP       128.0   0.0     0.0      1000
  27. 5000            NOP
  28.