[General]
{
	Name = Rollo
	GunCount = 2
}

[0]
{
	Port = 0			;gun port dummy
	Sound = 0			;sound fx id
	Muzzle = 0			;visual muzzlefire id
	VisualSprite = 2		;visual sprite id
	Scale = <0.1, 0.1>		;visual scale
	
	Form = -1			;appears on form x (-1 = all)
	BulletsPerShot = 1		;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 = 5		;ticks to cool down between consecutive shots
	Burst = 16			;shots to fire until cease

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

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

[1]
{
	Port = 1			;gun port dummy
	Sound = 0			;sound fx id
	Muzzle = 0			;visual muzzlefire id
	VisualSprite = 2		;visual sprite id
	Scale = <0.1, 0.1>		;visual scale
	
	Form = -1			;appears on form x (-1 = all)
	BulletsPerShot = 1		;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 = 5		;ticks to cool down between consecutive shots
	Burst = 16			;shots to fire until cease

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

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