Prototype/Tile: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(0.18.21: trigger_effect)
(0.18.22: scorch_mark_color added)
Line 73: Line 73:
{{Prototype property|trigger_effect|[[Types/TriggerEffect|TriggerEffect]]|optional=true}}
{{Prototype property|trigger_effect|[[Types/TriggerEffect|TriggerEffect]]|optional=true}}
Called by [[Types/InvokeTileEffectTriggerEffectItem|InvokeTileEffectTriggerEffectItem]].
Called by [[Types/InvokeTileEffectTriggerEffectItem|InvokeTileEffectTriggerEffectItem]].
{{Prototype property|scorch_mark_color|[[Types/Color|Color]]|optional=true}}


{{Prototype property|effect_is_opaque|[[Types/bool|bool]]|<code>effect_color</code> alpha >= 1|optional=true}}
{{Prototype property|effect_is_opaque|[[Types/bool|bool]]|<code>effect_color</code> alpha >= 1|optional=true}}

Revision as of 12:47, 30 April 2020

Template:Prototype parent A tile. Only 255 instances of this prototype may be defined.

Template:Prototype TOC

Mandatory properties

Inherits all properties from PrototypeBase.

Template:Prototype property

Template:Prototype property Specifies transition drawing priority.

Template:Prototype property Graphics for this tile. This has extra properties besides the properties from Transitions:

  • main - table of TileSprite - Mandatory. Array of TileSprites with the following extra properties:
    • size - uint32 - Mandatory. - Only powers of 2 from 1 to 128 can be used. Square size of the tile arrangement this animation is used for. Used to calculate the width and height of the animation which cannot be set directly. (width or height) = size * 32 / scale.
    • probability - double - Optional. - Default: 1.0 - Probability of 1x1 (size = 1) version of tile must be 1.
    • weights - table of double - Optional. - Array of double.
  • material_background - TileSprite - Optional. Width and height are given by the game, setting them will not have an effect. Width and height are calculated from the expected size (32) and the scale. So, for HR tiles at a size of 64x64, the scale needs to be 0.5.

Template:Prototype property

Template:Prototype property Emissions absorbed per second by this tile. Use a negative value if pollution is created instead of removed.

Optional properties

Template:Prototype property

Template:Prototype property One of "zero", "water", "water-overlay", "ground" and "top".

Template:Prototype property Used only for the layer_group default, see above.

Template:Prototype property Name of a tile.

Template:Prototype property

Template:Prototype property

Template:Prototype property

Template:Prototype property

Template:Prototype property

Template:Prototype property

Template:Prototype property

Template:Prototype property

Template:Prototype property Array of tile names that are allowed next to this one.

Template:Prototype property

Template:Prototype property If you want the tile to not be minable, don't specify the minable property.

Template:Prototype property Name of a tile.

Template:Prototype property

Template:Prototype property Name of a Prototype/TileEffect.

Template:Prototype property Called by InvokeTileEffectTriggerEffectItem.

Template:Prototype property

Template:Prototype property

Template:Prototype property Extra transitions. Array of Transitions. Each Transitions needs the extra mandatory property to_tiles, which is a string which is the name of a tile. Furthermore, each Transitions needs the extra mandatory property transition_group which is a uint8.

Template:Prototype property Array of Transitions. Each Transitions needs the extra mandatory properties transition_group1 andtransition_group2 , which are of uint8.

Template:Prototype property

Template:Prototype property