[General]
{
	Name = Cruiser1
	GunCount = 2
}

[0]
{
	Port = 0			;gun port dummy
	Sound = 3			;sound fx id
	Muzzle = 0			;visual muzzlefire id
	VisualSprite = 16		;visual sprite id
	Scale = <0.1, 0.1>		;visual scale
	
	Form = -1			;appears on form x (-1 = all)
	BulletsPerShot = 14		;bullets per shot
	ConstantSpread = 1		;1 = use constant spread, 0 use gaussian spread
	ConstantVelocityRamp = 1	;constant/gaussian velocity ramp
	AbsoluteAngle = 0		;0 = adjust angle by enemy orientation, 1 = use always absolute angle values
	CooldownPerShot = 12		;ticks to cool down between consecutive shots
	Burst = 1			;shots to fire until cease

	MinAngle = 0			;start angle
	MaxAngle = 360			;end angle
	AngleShiftPerTick = 0		;angle turns x degrees in one tick
			
	MinVelocity = 0.3		;start velo
	MaxVelocity = 0.3		;end velo
	BaseVelocityShiftPerTick = 0	;velo changes x amount in one tick

	FirstTriggeredAt = 1550		;barrage fired after x milliseconds when enemy appears
	BarrageCooldown = 3250		;-1 = fire only once, or cooldown x ms between consecutive barrages
	
	Buzz = 0.09			;x energy gathered when buzzed
}

[1]
{
	Port = 0			;gun port dummy
	Sound = 3			;sound fx id
	Muzzle = 0			;visual muzzlefire id
	VisualSprite = 17		;visual sprite id
	Scale = <0.1, 0.1>		;visual scale
	
	Form = -1			;appears on form x (-1 = all)
	BulletsPerShot = 16		;bullets per shot
	ConstantSpread = 1		;1 = use constant spread, 0 use gaussian spread
	ConstantVelocityRamp = 1	;constant/gaussian velocity ramp
	AbsoluteAngle = 0		;0 = adjust angle by enemy orientation, 1 = use always absolute angle values
	CooldownPerShot = 20		;ticks to cool down between consecutive shots
	Burst = 2			;shots to fire until cease

	MinAngle = 0			;start angle
	MaxAngle = 360			;end angle
	AngleShiftPerTick = 0		;angle turns x degrees in one tick
			
	MinVelocity = 0.3		;start velo
	MaxVelocity = 0.3		;end velo
	BaseVelocityShiftPerTick = 0	;velo changes x amount in one tick

	FirstTriggeredAt = 3050		;barrage fired after x milliseconds when enemy appears
	BarrageCooldown = 3250		;-1 = fire only once, or cooldown x ms between consecutive barrages
	
	Buzz = 0.11			;x energy gathered when buzzed
}
