Prototype/TrainPathAchievement: 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, the player has a specified train path length. This is an extension of [[Prototype/Achievement]]
This prototype definition is used for receiving an achievement when the player has a specified train path length. This is an extension of [[Prototype/Achievement]].
==Properties==
==Mandatory properties ==
===minimum_distance===
=== minimum_distance ===
'''Type''': [[Types/unsigned]]
'''Type''': [[Types/double]]


The achievement will trigger if a train path is longer than this.
The achievement will trigger if a train path is longer than this.


   amount = 1000,
   amount = 1000,

Revision as of 18:07, 19 May 2018

Basics

This prototype definition is used for receiving an achievement when the player has a specified train path length. This is an extension of Prototype/Achievement.

Mandatory properties

minimum_distance

Type: Types/double

The achievement will trigger if a train path is longer than this.

 amount = 1000,