home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2000 August
/
Gamestar_21_2000-08_cd1.bin
/
DEMA
/
Vampire_Demo.exe
/
Resource.nob
/
misc
/
Explosions
/
flamering.nex
< prev
next >
Wrap
Text File
|
2000-06-22
|
1KB
|
31 lines
// truefaith 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 DYNAINTENSITY RAMP 600 300
1 DYNARADIUS RAMP 256 300
1 SETDAMAGE 10 30 0 4 256.0
1 CREATE 1 100.0 1000 flameRingDisc 5 0 0 0
1 CREATE 1 100.0 1000 shockflame 5 0 0 0
300 APPLYDAMAGE
300 DYNAINTENSITY RAMP 0 300
300 DYNARADIUS RAMP 0 300
600 DYNAOFF
601 NOP