Prototype/DontUseEntityInEnergyProductionAchievement

From Official Factorio Wiki
Revision as of 20:19, 16 July 2017 by LazyFridge (talk | contribs) (I had a type missing, and a type backwards. Fixed.)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Basics

This Prototype Definition is used for receiving an achievement, when you finish the game without receiving energy from a specific energy source. This is an extension of Prototype/Achievement

Properties

excluded

Type: Types/string

This will not disable the achievement, if this entity is placed, and you have received any amount of power from it.

 excluded = {"steam-engine", "steam-turbine"},

included

Type: Types/string

This will disable the achievement, if this entity is placed, and you have received any amount of power from it. If you finish the game without receiving power from this entity, you receive the achievement.

 included = "solar-panels",