FatAttack2: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 1: Line 1:
{{codepointer|description=If the object's target is valid, it will [[FaceTarget|face]] it, and then turn an additional 11 degrees 15' to its right. It will fire two '''MancubusShot''' missiles, one directly at the target, and another at 22 degrees 30' to the right from the target's direction.
{{codepointer|description=If the object's target is valid, it will [[FaceTarget|face]] it, and then turn an additional 11 degrees 15' to its right. It will fire two '''MancubusShot''' (or custom) missiles, one directly at the target, and another at 22 degrees 30' to the right from the target's direction.
|usage='''FatAttack2'''
|usage='''FatAttack2'''(''type'')
|parameters=
*''type'': optional, type of missiles to shoot. By default it's the ones with the dehnum of '''MancubusShot'''.
|notes=The missile spread here is double that of [[FatAttack1]] or [[FatAttack3]].
|notes=The missile spread here is double that of [[FatAttack1]] or [[FatAttack3]].
|seealso=
|seealso=

Latest revision as of 06:30, 6 November 2021

Description

If the object's target is valid, it will face it, and then turn an additional 11 degrees 15' to its right. It will fire two MancubusShot (or custom) missiles, one directly at the target, and another at 22 degrees 30' to the right from the target's direction.

Usage

FatAttack2(type)

Parameters

  • type: optional, type of missiles to shoot. By default it's the ones with the dehnum of MancubusShot.

Examples

No examples given.

Notes

The missile spread here is double that of FatAttack1 or FatAttack3.

See also