In other languages:

Prototype definitions: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(LegacySmartContainer was removed in 0.16)
(LegacyRocketDefense was removed in 0.16)
Line 73: Line 73:
*** [[Prototype/Lamp]] '''lamp'''
*** [[Prototype/Lamp]] '''lamp'''
*** [[Prototype/LandMine]] '''land-mine'''
*** [[Prototype/LandMine]] '''land-mine'''
*** [[Prototype/LegacyRocketDefense]] '''rocket-defense''' (unused in the base-game, but exists for migration)
*** [[Prototype/Market]] '''market'''
*** [[Prototype/Market]] '''market'''
*** [[Prototype/MiningDrill]] '''mining-drill'''
*** [[Prototype/MiningDrill]] '''mining-drill'''

Revision as of 13:25, 20 May 2018

Warning

This is work in progress of description of the prototype specification possibilities. The list is currently updated to version 0.16, however the individual pages are not guaranteed to be up to date.

Basics

  • Prototype objects are specified in lua script called data.lua in the root of every mod (base game works as mod as well)
  • Individual objects are usually sorted into different groups in the prototypes folder.

Prototypes

Prototype <abstract>