Code: Select all
<Missile ammoID="&itLRBM5;"
type= "missile"
damage= "generic:1; momentum6; WMD7"
missileSpeed= "30"
hitPoints= "70"
lifetime= "1000"
maneuverability="2"
autoacquiretarget= "true"
directional= "true"
sound= "&snmissile1;"
vaporTrailLength="16"
vaporTrailWidth="110"
vaporTrailWidthInc="5"
vaporTrailColor="0xd0, 0xd0, 0xd0"
>
<Effect>
<Image imageID="&rsStdMissile1;" imageX="0" imageY="0" imageWidth="32" imageHeight="32" rotationCount="40"/>
</Effect>
<HitEffect
sound="&snexplode8;"
>
<Image imageID="&rsExplosionsAG128;"
imageX="0"
imageY="0"
imageWidth="128"
imageHeight="128"
imageFrameCount="16"
imageTicksPerFrame="2"/>
</HitEffect>
<Fragment
type= "area"
damage= "generic:50"
expansionSpeed= "30"
missileSpeed= "0"
lifetime= "100"
>
<Effect>
<Shockwave
style= "glowRing"
width= "20"
glowSize= "12"
primaryColor= "0xff, 0xff, 0xff"
secondaryColor= "0xff, 0x00, 0xff"
/>
</Effect>
</Fragment>
</Missile>