Factorio Prototype DocsVersion 1.1.107

TurretAttackModifier :: struct

Inherits from BaseModifier

Properties

type :: "turret-attack"
infer_icon optional :: bool

If set to false, use the icon from UtilitySprites for this technology effect icon.

If set to false, use the icon from UtilitySprites for this technology effect icon.

use_icon_overlay_constant optional :: bool

If false, do not draw the small "constant" icon over the technology effect icon.

If false, do not draw the small "constant" icon over the technology effect icon.

turret_id :: EntityID

Name of the EntityPrototype that is affected. [...]

Name of the EntityPrototype that is affected. [...]

modifier :: double

Modification value, which will be added to the current turret attack modifier upon researching.

Modification value, which will be added to the current turret attack modifier upon researching.

Inherited from BaseModifier
icons optional :: array[IconData]

Can't be an empty array.

Can't be an empty array.

icon optional :: FileName

Path to the icon file. [...]

Path to the icon file. [...]

icon_size optional :: SpriteSizeType

The size of the square icon, in pixels. [...]

The size of the square icon, in pixels. [...]

icon_mipmaps optional :: IconMipMapType

Icons of reduced size will be used at decreased scale.

Icons of reduced size will be used at decreased scale.

Properties

type :: "turret-attack"

infer_icon :: bool optional

Default: true

If set to false, use the icon from UtilitySprites for this technology effect icon.

use_icon_overlay_constant :: bool optional

Default: true

If false, do not draw the small "constant" icon over the technology effect icon.

turret_id :: EntityID

Name of the EntityPrototype that is affected. This also works for non-turrets such as tanks, however, the bonus does not appear in the entity's tooltips.

modifier :: double

Modification value, which will be added to the current turret attack modifier upon researching.


Type used in

Prototypes

Types