Prototype/DeconstructWithRobotsAchievement: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(0.16)
(Changed links going to the redirect Types/uint to go to Types/uint32.)
Line 3: Line 3:
== Mandatory properties ==
== Mandatory properties ==
=== amount ===
=== amount ===
'''Type''': [[Types/uint]]
'''Type''': [[Types/uint32]]


This will trigger the achievement, if enough entities were deconstructed using construction robots.
This will trigger the achievement, if enough entities were deconstructed using construction robots.


   amount = 100,
   amount = 100,

Revision as of 10:42, 25 June 2018

Basics

This prototype definition is used for receiving an achievement when the player deconstructs enough entities with construction robots. This is an extension of Prototype/Achievement.

Mandatory properties

amount

Type: Types/uint32

This will trigger the achievement, if enough entities were deconstructed using construction robots.

 amount = 100,