Prototype/DeconstructWithRobotsAchievement: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Added page.)
 
(0.16)
Line 1: Line 1:
==Basics==
== Basics ==
This Prototype Definition is used for receiving an achievement, when you deconstruct enough entities with construction robots. This is an extension of [[Prototype/Achievement]]
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]].
==Properties==
== Mandatory properties ==
===amount===
=== amount ===
'''Type''': [[Types/unsigned]]
'''Type''': [[Types/uint]]


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 17:40, 19 May 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/uint

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

 amount = 100,