Prototype/ResearchAchievement: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Added page.)
(No difference)

Revision as of 13:12, 17 July 2017

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.