Prototype/ProducePerHourAchievement

From Official Factorio Wiki
Revision as of 13:07, 17 July 2017 by LazyFridge (talk | contribs) (Added page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Basics

This Prototype Definition is used for receiving an achievement, when you craft a specified item a certain amount, in an hour. This is an extension of Prototype/Achievement

Properties

item_product

Type: Types/string

This defines what the player needs to craft, to earn the achievement.

 item_product = "landfill",

amount

Type: Types/unsigned

This is how much the player has to craft in an hour, to receive the achievement.

 amount = 1000,