FITini

// This is the ER PPC Projectile

[ObjectClass]
l ObjectTypeNum = 17

[ObjectType]
st Name 					= "nERPPC"			// Text string giving a descriptive name  (only 8 chars long!!)
l Type						= 25				// ID number for this object type
l Appearance				= 0					// This can be a flash FX
l Duration					= 2					// Lasts forever = -1 (s)  2 second burst
l MaxDamage					= 0					// Number of damage points before BOOM!
l ExplosionObject			= 0					// Object Class Number of explosion for Mech
l DestroyedObject			= 0					// Object Class Number of Destroyed shape for Mech
f ExtentRadius				= 0					// Extent Radius in Meters

[ProjectileLaserData]
f Velocity					= 400.0				// m/s
f ProjectileLength			= 0.0				// w.u.
f BulgeLength				= 0.0				// w.u.
f BulgeWidth				= 0.0				// w.u.
uc f0Color					= 233
uc f1Color					= 232
uc f2Color					= 232
uc f3Color					= 234
uc e0Color					= 233
uc e1Color					= 232
uc e2Color					= 232
uc e3Color					= 234
f CloseDistance				= 5.0
ul SoundEffectId			= 10				// Id of soundEffect to play on Fire.
ul SmokeObjectId			= 659
ul ProjectileMissEffect		= 481
ul ProjectileHitEffect		= 660

FITend


