Prototype/RocketSiloRocketShadow: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Added prototype type to page)
(Set prototype parent)
Line 1: Line 1:
{{Prototype parent|Prototype/Entity}}
== Basics ==
== Basics ==
Prototype type: '''rocket-silo-rocket-shadow'''
Prototype type: '''rocket-silo-rocket-shadow'''

Revision as of 15:21, 24 July 2019

Prototype definitions » PrototypeBase » Prototype/Entity » Prototype/RocketSiloRocketShadow


Basics

Prototype type: rocket-silo-rocket-shadow

The shadow of the rocket inside the rocket silo. Extends Prototype/Entity.

Properties

This prototype inherits all the properties from Prototype/Entity.

Example

  {
    type = "rocket-silo-rocket-shadow",
    name = "rocket-silo-rocket-shadow",
    flags = {"not-on-map"},
    collision_mask = {"not-colliding-with-itself"},
    collision_box = {{0, 0}, {10, 3.5}},
    selection_box = {{0, 0}, {0, 0}}
  },