Carrier stats event - EDCD/EDDI GitHub Wiki

Triggered when you open the carrier management screen.

When using this event in the Speech responder the information about this event is available under the event object. The available variables are as follows:

  • {event.bankAvailableBalance} - The current available bank balance of the carrier

  • {event.bankBalance} - The current bank balance of the carrier

  • {event.bankReservedBalance} - The current reserved bank balance of the carrier

  • {event.callsign} - The callsign (alphanumeric designation) of the carrier

  • {event.dockingAccess} - The carrier's current docking access (one of one of 'all', 'squadronfriends', 'friends', or 'none')

  • {event.freeCapacity} - The current free capacity of the carrier

  • {event.fuel} - The current tritium fuel level of the carrier

  • {event.name} - The name of the carrier

  • {event.notoriousAccess} - True if the carrier currently provides docking access to notorious commanders

  • {event.usedCapacity} - The current total used capacity of the carrier

To respond to this event in VoiceAttack, create a command entitled ((EDDI carrier stats)). VoiceAttack variables will be generated to allow you to access the event information.

The following VoiceAttack variables are available for this event:

  • {DEC:EDDI carrier stats bank available balance} - The current available bank balance of the carrier

  • {DEC:EDDI carrier stats bank balance} - The current bank balance of the carrier

  • {DEC:EDDI carrier stats bank reserved balance} - The current reserved bank balance of the carrier

  • {TXT:EDDI carrier stats callsign} - The callsign (alphanumeric designation) of the carrier

  • {TXT:EDDI carrier stats docking access} - The carrier's current docking access (one of one of 'all', 'squadronfriends', 'friends', or 'none')

  • {INT:EDDI carrier stats free capacity} - The current free capacity of the carrier

  • {INT:EDDI carrier stats fuel} - The current tritium fuel level of the carrier

  • {TXT:EDDI carrier stats name} - The name of the carrier

  • {BOOL:EDDI carrier stats notorious access} - True if the carrier currently provides docking access to notorious commanders

  • {INT:EDDI carrier stats used capacity} - The current total used capacity of the carrier

For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.

⚠️ **GitHub.com Fallback** ⚠️