home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2000 August
/
Gamestar_21_2000-08_cd1.bin
/
DEMA
/
Vampire_Demo.exe
/
Resource.nob
/
misc
/
Explosions
/
fireball.nex
< prev
next >
Wrap
Text File
|
2000-06-22
|
1KB
|
30 lines
// fireball explosion file
// time NOP
// time CREATE repeat chance timer templatename distance offset
// time APPLYDAMAGE
// time SETDAMAGE min max [pulse] [type] [radius]
// time DYNAON
// time DYNAOFF
// time DYNAINTENSITY INSTANT value
// time DYNAINTENSITY RAMP value time
// time DYNAINTENSITY GAUSS value time peakVal peakTime
// time DYNARADIUS INSTANT value
// time DYNARADIUS RAMP value time
// time DYNACOLOR INSTANT R G B
// time DYNACOLOR RAMP R G B time
1 DYNAON
1 CREATE 1 1.0 750 incendExplosion 5 0 0 -1
//10 CREATE 1 10.0 0 exp_alpha1 r20 r100 r100 r100
120 DYNAINTENSITY RAMP 200.0 200
430 DYNAINTENSITY RAMP 10.0 2000
430 DYNACOLOR RAMP 128.0 0.0 0.0 1000
2450 DYNAOFF
2500 NOP