Prototype/DeliverByRobotsAchievement: 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 request -and receive- enough items using logistic robots. This is an extension of [[Prototype/Achievement]]
This prototype definition is used for receiving an achievement, when the player requests — and receives — enough items using logistic robots. This is an extension of [[Prototype/Achievement]].
==Properties==
== Properties ==
===amount===
=== amount ===
'''Type''': [[Types/unsigned]]
'''Type''': [[Types/MaterialAmountType]]


This will trigger the achievement, when you receive enough items through logistic robots.
This will trigger the achievement, when the player receives enough items through logistic robots.


   amount = 10000,
   amount = 10000,

Revision as of 17:44, 19 May 2018

Basics

This prototype definition is used for receiving an achievement, when the player requests — and receives — enough items using logistic robots. This is an extension of Prototype/Achievement.

Properties

amount

Type: Types/MaterialAmountType

This will trigger the achievement, when the player receives enough items through logistic robots.

 amount = 10000,