Prototype/DontCraftManuallyAchievement: 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 finish the game without crafting more than a set amount. This is an extension of [[Prototype/Achievement]]
This prototype definition is used for receiving an achievement when the player finishes the game without crafting more than a set amount. This is an extension of [[Prototype/Achievement]].
==Properties==
== Mandatory properties ==
===amount===
=== amount ===
'''Type''': [[Types/unsigned]]
'''Type''': [[Types/MaterialAmountType]]


This will disable the achievement, if the player crafts more than this.
This will disable the achievement, if the player crafts more than this.


   amount = 111,
   amount = 111,

Revision as of 17:48, 19 May 2018

Basics

This prototype definition is used for receiving an achievement when the player finishes the game without crafting more than a set amount. This is an extension of Prototype/Achievement.

Mandatory properties

amount

Type: Types/MaterialAmountType

This will disable the achievement, if the player crafts more than this.

 amount = 111,