mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-26 06:22:17 -08:00
More reasonable rtsMaxSquad default
This commit is contained in:
parent
45f8144a2e
commit
43904a800d
1 changed files with 2 additions and 2 deletions
|
|
@ -311,8 +311,8 @@ public class Rules{
|
|||
public boolean rtsAi;
|
||||
/** Minimum size of attack squads. */
|
||||
public int rtsMinSquad = 4;
|
||||
/** Maximum size of attack squads. */
|
||||
public int rtsMaxSquad = 1000;
|
||||
/** Maximum size of attack squads. Any groups of units above this size will attack targets regardless of weight. */
|
||||
public int rtsMaxSquad = 50;
|
||||
/** Minimum "advantage" needed for a squad to attack. Higher -> more cautious. */
|
||||
public float rtsMinWeight = 1.2f;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue