Prototype/CombatRobotCountAchievement: Difference between revisions
Jump to navigation
Jump to search
m (Bilka moved page Prototype/CombatRobotCount to Prototype/CombatRobotCountAchievement: renamed?) |
(0.16) |
||
Line 1: | Line 1: | ||
==Basics== | ==Basics== | ||
This | This prototype definition is used for receiving an achievement when the player has a certain robot follower count. This is an extension of [[Prototype/Achievement]] | ||
== | == Optional properties == | ||
===count=== | === count === | ||
'''Type''': [[Types/ | '''Type''': [[Types/uint]] | ||
'''Default''': 1 | |||
This will trigger the achievement, if player's current robot count is over this amount. | This will trigger the achievement, if player's current robot count is over this amount. | ||
count = 100, | count = 100, |
Revision as of 17:34, 19 May 2018
Basics
This prototype definition is used for receiving an achievement when the player has a certain robot follower count. This is an extension of Prototype/Achievement
Optional properties
count
Type: Types/uint
Default: 1
This will trigger the achievement, if player's current robot count is over this amount.
count = 100,