the particle system
here is the code in ra2 to create a chemical missile effect:
[GasCloud1]
Image=CLOUD1
MaxDC=60
MaxEC=1000
Damage=50 ;gs
Warhead=Gas
StartFrame=0
EndStateAI=28
Translucency=50
WindEffect=0
BehavesLike=Gas
StateAIAdvance=4
NextParticle=GasCloudD1
[GasCloudD1]
Image=CLOUD1D
MaxDC=60
MaxEC=50
Damage=10
Warhead=Gas
StartFrame=0
EndStateAI=12
Translucency=50
WindEffect=0
BehavesLike=Gas
StateAIAdvance=4
DeleteOnStateLimit=yes
but the image "cloud1"only destroy the units in the centre of the image,if i add cellspread=10 in warhead "gas",it has no effect;how can i use it to destroy the farther units?
|