home *** CD-ROM | disk | FTP | other *** search
- // ====================
- // MISSILE BUILDING HIT
- // ====================
-
- [ExplosionClass]
- classLabel = "explosion"
-
- particleTypes = 2
- particleClass1 = "treeflame.smoke"
- particleCount1 = 1
- particleVeloc1 = "0.0 5.0 0.0"
- particleBias1 = "0.0 0.0 0.0"
-
- particleClass2 = "treeflame.flame"
- particleCount2 = 1
- particleVeloc2 = "0.0 0.0 0.0"
- particleBias2 = "0.0 0.0 0.0"
-
- explSound = "xms2.wav"
- damageRadius = 5.0
- damageValue(N) = 50
- damageValue(L) = 50
- damageValue(H) = 50
- damageValue(S) = 50
- damageValue(D) = 50
- damageValue(A) = 50
-
- [Smoke]
- simulateBase = "sim_smoke"
- lifeTime = 1
- renderBase = "draw_twirl_trail"
- textureName = "smoke.tga"
- textureBlend = "srcalpha invsrcalpha modulatealpha"
- startColor = "0 0 0 128"
- finishColor = "0 0 0 0"
- startRadius = 0.5
- finishRadius = 2.0
- animateTime = 0.5
- rotationRate = 2.0
- emitDelay = 0.05
- emitVelocity = "0.0 0.0 0.0"
- emitVariance = "2.0 2.0 2.0"
- emitLife = 1
-
- [Flame]
- simulateBase = "sim_smoke"
- lifeTime = 1
- renderBase = "draw_twirl_trail"
- textureName = "flame2.tga"
- textureBlend = "one one modulate"
- startColor = "255 255 200 128"
- finishColor = "255 0 0 0"
- startRadius = .8
- finishRadius = .1
- animateTime = 0.5
- rotationRate = 10.0
- emitDelay = 0.03
- emitVelocity = "0.0 10.0 0.0"
- emitVariance = "2.0 2.0 2.0"
- emitLife = 1
-
-