Prototype/GroupAttackAchievement: 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, when you get attacked due to pollution. This is an extension of [[Prototype/Achievement]]
This prototype definition is used for receiving an achievement when the player gets attacked due to pollution. This is an extension of [[Prototype/Achievement]].
==Properties==
== Optional properties ==
===amount===
=== amount ===
'''Type''': [[Types/unsigned]]
'''Type''': [[Types/uint]]
 
'''Default''': 1


This will trigger the achievement, if the player receives this amount of attacks. '''Note''': The default achievement "it stinks and they dont like it" uses the amount of 1. (As in getting attacked once.)
This will trigger the achievement, if the player receives this amount of attacks. '''Note''': The default achievement "it stinks and they dont like it" uses the amount of 1. (As in getting attacked once.)


   amount = 10,
   amount = 10,

Revision as of 17:54, 19 May 2018

Basics

This prototype definition is used for receiving an achievement when the player gets attacked due to pollution. This is an extension of Prototype/Achievement.

Optional properties

amount

Type: Types/uint

Default: 1

This will trigger the achievement, if the player receives this amount of attacks. Note: The default achievement "it stinks and they dont like it" uses the amount of 1. (As in getting attacked once.)

 amount = 10,