Prototype/TileGhost: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Set prototype parent)
(Converted to SMW format)
Line 1: Line 1:
{{Prototype parent|Prototype/Entity}}
{{Prototype parent|Prototype/Entity}}
The entity used for tile ghosts.


== Basics ==
{{Prototype TOC|tile-ghost|no-properties=true}}
Prototype type: '''tile-ghost'''
 
The entity used for tile ghosts. Extends [[Prototype/Entity]].
 
== Properties ==
This prototype inherits all the properties from [[Prototype/Entity]].


== Example ==
== Example ==

Revision as of 21:29, 5 August 2019

Template:Prototype parent The entity used for tile ghosts.

Template:Prototype TOC

Example

  {
    type = "tile-ghost",
    name = "tile-ghost",
    flags = {"not-on-map"},
    minable = { mining_time = 0, results={}},
    collision_box = {{-0.5, -0.5}, {0.5, 0.5}},
    selection_priority = 45
  },