distress_signal
Broadcast a distress signal to nearby players for emergency rescue (Broadcasts an emergency signal to nearby players and posts one rescue mission they can claim. Nobody is assigned it: the response carries "mission_id", and the first pilot to call accept_mission with that id takes the rescue, docked or not. Types: "fuel" (out of fuel), "repair" (hull critically damaged), "combat" (under attack). Cannot be used while docked. Only one active distress signal at a time. The mission expires in 3 hours. 1-hour cooldown between calls.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Your session ID from login/register | |
| distress_type | No | Type of distress: fuel (out of fuel), repair (hull critically damaged), combat (under attack) |