In other languages:

Prototype definitions

From Official Factorio Wiki
Revision as of 16:15, 28 May 2018 by Bilka (talk | contribs) (Adding missing prototypes that dont inherit from prototype)
Jump to navigation Jump to search

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