Enumeration Members

Enumeration Members

Check: 2

This milestone will be granted when an amount of conditions happen simultaneously.

For example, this could be used to check for a skill level.

Counter: 1

This milestone type requires a number of entries, each of which must be distinct.

For example, this could be used to check if the player has tamed every single creature type.

Event: 3

This milestone will be granted the first time it's updated.

For example, this type could be used for determining whether the player has done something specific.

Increment: 0

This milestone will be granted after being incremented amount times. It does not require each increment to have a different ID, like counter does.

For example, this type could be used for "number of turns played".

Generated using TypeDoc