Prototype/ProgrammableSpeaker: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Converted to SMW format)
(1.1.51: Prototype/EntityWithOwner added)
Line 1: Line 1:
{{Prototype parent|Prototype/EntityWithHealth}}
{{Prototype parent|Prototype/EntityWithOwner}}
A [[programmable speaker]].
A [[programmable speaker]].


Line 5: Line 5:


== Mandatory properties ==
== Mandatory properties ==
This prototype inherits all the properties from [[Prototype/EntityWithHealth]].
This prototype inherits all the properties from [[Prototype/EntityWithOwner]].


{{Prototype property|energy_source|[[Types/EnergySource|EnergySource]]}}
{{Prototype property|energy_source|[[Types/EnergySource|EnergySource]]}}

Revision as of 19:27, 21 January 2022

Template:Prototype parent A programmable speaker.

Template:Prototype TOC

Mandatory properties

This prototype inherits all the properties from Prototype/EntityWithOwner.

Template:Prototype property Must be an electric or void energy source.

Template:Prototype property

Template:Prototype property

Template:Prototype property

Template:Prototype property Array of instruments.

An instrument is a table with the following members:

  • name - string - Mandatory
  • notes - table of notes - Mandatory

A note is a table with the following members:

Optional properties

Template:Prototype property

Template:Prototype property

Template:Prototype property

Template:Prototype property

Template:Prototype property

Template:Prototype property