Prototype/ResearchAchievement

From Official Factorio Wiki
Revision as of 13:12, 17 July 2017 by LazyFridge (talk | contribs) (Added page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Basics

This Prototype Definition is used for receiving an achievement, when you complete a specific research. This is an extension of Prototype/Achievement

Properties

technology

Type: Types/string

researching this technology, will trigger the achievement.

 technology = "oil-processing",

research_all

Type: Types/bool

This will only trigger if the player has learned every research in the game.

 research_all = false, --Note: this is false by default.