Prototype/ProducePerHourAchievement: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Added page.)
(No difference)

Revision as of 13:07, 17 July 2017

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,