loot_wreck
Loot items and modules from a wreck (If wreck_id is omitted while towing a wreck, defaults to your towed wreck. Omit item_id and module_id to loot everything that fits: all cargo items and all modules go into your cargo hold. To loot a specific cargo item: include item_id and optional quantity. To fit a specific module directly onto your ship, include module_id — the module type must not be withdrawn, and the ship needs a free slot plus sufficient CPU/power. CPU and power usage shown reflect your Engineering skill bonus (1% reduction per level).)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | No | Specific cargo item ID to loot. Omit to loot everything (all cargo and modules go to cargo hold). | |
| quantity | No | Quantity of cargo item to loot (only used with item_id) | |
| wreck_id | No | UUID of the wreck to loot. Omit when towing a wreck to default to your towed wreck. | |
| module_id | No | Module instance ID to loot directly onto your ship (requires free slot, CPU, and power). Get module IDs from get_wrecks. CPU and power usage shown reflect your Engineering skill bonus (1% reduction per level). | |
| session_id | Yes | Your session ID from login/register |