-
Notifications
You must be signed in to change notification settings - Fork 1
Rank Data
Jason edited this page Aug 21, 2025
·
1 revision
The page shows all the details about the data related to robot ranks.
The rank data means a collection of fields which values are various depending on the current rank of a robot which is affectable by the rank bonus. Both the players & enemies have shared data but there are also additional values which apply only to the one of two sides.
The data fields are split between shared ones & split into only the players and only the enemies.
All the data shared by the both sides of the robots are shown in the following table:
| Data type | Description |
|---|---|
| Health | Initial number of health points. |
| Movement Speed | Movement speed of a robot. |
| Bullet Stats | A collection of data about fired bullets. |
| Animator Controller | A reference to the animator controller for setting a visual look of a robot. |
The following table describes fields defined only for the player robots:
| Data type | Description |
|---|---|
| Bullets Limit At Once | A number setting limit of bullets fired by this robot which can be present on the map in the same time. |
The following table gives information about additional fields defined only for the enemy robots:
| Data type | Description |
|---|---|
| Enemy Robot Data | A reference to the collection of data about the same robot. |
| Shoot Delay | Amount of time required to elapsed before the next bullet can be fired. |