unitgroup
Unit Group Command Help
-----------------------------------------------------------------------
The unitgroup command allows you to manage military unit groups within
your faction. Below are the available subcommands and their usage:
General Syntax
unitgroup [arguments]
Available Commands
unitgroup list:
Lists all unit groups you have access to. Shows details like name,
faction, location, strength, and maximum strength.
unitgroup create :
Creates a new unit group at your current location.
Requirements:
- Must be in a control point.
- The control point must be controlled by your faction.
- You must have permissions to raise troops.
unitgroup delete :
Deletes the specified unit group by its ID.
unitgroup select :
Selects a unit group by its ID for further actions. All subsequent
commands will apply to the selected unit group.
unitgroup show:
Displays detailed information about the currently selected unit
group.
unitgroup add troop :
Assigns a specific number of troops to the currently selected unit
group.
Requirements:
- Must have permissions to add troops.
- Faction must have sufficient credits to fund the addition.
unitgroup remove troop :
Removes a specific number of troops from the selected unit group.
unitgroup move :
Moves the currently selected unit group to an adjacent control
point.
Requirements:
- Path must not pass through enemy-controlled areas.
- Start and destination control points must be on the same planet.
unitgroup embark :
Embarks the currently selected unit group onto a ship with
sufficient cargo capacity.
Requirements:
- The ship must be docked and have available cargo space.
unitgroup disembark:
Disembarks the selected unit group from its ship.
Requirements:
- The ship must be docked at a control point.
unitgroup deploy:
Deploys up to 4 troops from the currently selected unit group to
the current location. Deployed troops may engage in combat with
opposing faction mobs.
Examples
List all unit groups:
unitgroup list
Create a new unit group named "Alpha Squadron":
unitgroup create Alpha Squadron
Add 50 troops of type "infantry" to the selected unit group:
unitgroup add troop infantry 50
Move the selected unit group to control point ID 7:
unitgroup move 7
Embark the selected unit group onto a ship named "Victory":
unitgroup embark Victory
Notes
- Ensure you have the required permissions for certain actions like
adding or deploying troops.
- Commands provide feedback messages to indicate success or issues.
- Unit groups can only operate within faction constraints and available
resources.
-----------------------------------------------------------------------
Back to Help