Prototype/ProducePerHourAchievement
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,