Prototype/EntityGhost

From Official Factorio Wiki
Revision as of 17:26, 19 May 2020 by Bilka (talk | contribs) (0.18.24: medium_build_sound, large_build_sound)
Jump to navigation Jump to search

Template:Prototype parent The entity used for ghosts of entities.

Template:Prototype TOC

Optional properties

Inherits all properties from Prototype/Entity.

Template:Prototype property

Template:Prototype property

Example

{
  type = "entity-ghost",
  name = "entity-ghost",
  flags = {"not-on-map"},
  --build_sound = { filename = "__core__/sound/place-ghost-small.ogg" },
  --medium_build_sound = { filename = "__core__/sound/place-ghost-medium.ogg" },
  --large_build_sound = { filename = "__core__/sound/place-ghost-large.ogg" },
  minable = { mining_time = 0, results={}},
},