min_group_gathering_time | :: uint | The minimum amount of time in ticks a group will spend gathering before setting off. The actual time is a random time between the minimum and maximum times. Defaults to |
The minimum amount of time in ticks a group will spend gathering before setting off. The actual time is a random time between the minimum and maximum times. Defaults to | ||
max_group_gathering_time | :: uint | The maximum amount of time in ticks a group will spend gathering before setting off. The actual time is a random time between the minimum and maximum times. Defaults to |
The maximum amount of time in ticks a group will spend gathering before setting off. The actual time is a random time between the minimum and maximum times. Defaults to | ||
max_wait_time_for_late_members | :: uint | After gathering has finished, the group is allowed to wait this long in ticks for delayed members. New members are not accepted anymore however. Defaults to |
After gathering has finished, the group is allowed to wait this long in ticks for delayed members. New members are not accepted anymore however. Defaults to | ||
min_group_radius | :: double | The minimum group radius in tiles. The actual radius is adjusted based on the number of members. Defaults to |
The minimum group radius in tiles. The actual radius is adjusted based on the number of members. Defaults to | ||
max_group_radius | :: double | The maximum group radius in tiles. The actual radius is adjusted based on the number of members. Defaults to |
The maximum group radius in tiles. The actual radius is adjusted based on the number of members. Defaults to | ||
max_member_speedup_when_behind | :: double | The maximum speed a percentage of its regular speed that a group member can speed up to when catching up with the group. Defaults to |
The maximum speed a percentage of its regular speed that a group member can speed up to when catching up with the group. Defaults to | ||
max_member_slowdown_when_ahead | :: double | The minimum speed a percentage of its regular speed that a group member can slow down to when ahead of the group. Defaults to |
The minimum speed a percentage of its regular speed that a group member can slow down to when ahead of the group. Defaults to | ||
max_group_slowdown_factor | :: double | The minimum speed as a percentage of its maximum speed that a group will slow down to so members that fell behind can catch up. Defaults to |
The minimum speed as a percentage of its maximum speed that a group will slow down to so members that fell behind can catch up. Defaults to | ||
max_group_member_fallback_factor | :: double | When a member of a group falls back more than this factor times the group radius, the group will slow down to its |
When a member of a group falls back more than this factor times the group radius, the group will slow down to its | ||
member_disown_distance | :: double | When a member of a group falls back more than this factor times the group radius, it will be dropped from the group. Defaults to |
When a member of a group falls back more than this factor times the group radius, it will be dropped from the group. Defaults to | ||
tick_tolerance_when_member_arrives | :: uint | |
max_gathering_unit_groups | :: uint | The maximum number of automatically created unit groups gathering for attack at any time. Defaults to |
The maximum number of automatically created unit groups gathering for attack at any time. Defaults to | ||
max_unit_group_size | :: uint | The maximum number of members for an attack unit group. This only affects automatically created unit groups, manual groups created through the API are unaffected. Defaults to |
The maximum number of members for an attack unit group. This only affects automatically created unit groups, manual groups created through the API are unaffected. Defaults to |