Prototype/EntityGhost
Jump to navigation
Jump to search
Prototype definitions » PrototypeBase » Prototype/Entity » Prototype/EntityGhost
The entity used for ghosts of entities.
Optional properties
Inherits all properties from Prototype/Entity.
medium_build_sound
Type: Sound
large_build_sound
Type: Sound
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={}},
},