Requirements
Information of the requirements to claim kit.
The requirements are easy to understand, they're a series of placeholders with conditionals that you need to meet in order to claim the kit. The structure is as follows:
Here’s an example of a basic condition:
This means you need to have at least 100 coins to be able to claim the kit.
>
Compares if the result of the placeholder is greater than the value you set.
<
Compares if the result of the placeholder is less than the value you set.
=
Compares if the result of the placeholder is equal to the value you set.
!=
Compares if the result of the placeholder is different from the value you set.
>=
Compares if the result of the placeholder is greater than or equal to the value you set.
<=
Compares if the result of the placeholder is less than or equal to the value you set.
Last updated