Skip to content

[New Feature] Flush AI units #413

@ghost

Description

Description:

AI can hoard quite a bunch of units from finished or aborted missions. It would be really nice if AI can clear/flush these units. This action would be similar to when an AI player has sold its buildings and sends all its units to attack. This can also help AI clear up its base.

Possible Implementation:

[GlobalControls] ; rulesmd.ini
AIFlush=yes      ; enable AI unit flushing, defaults to 'no'
FlushCount=50 ; when AI has 50 unused units it will send them all to hunt in one big wave
FlushTimer=10 ; a flush can occur only after this many minutes have passed

The flush conditions should be checked only when the timer expires to avoid lag.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions