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.carrierID} - The carrier's numeric ID

  • {event.carrierType} - The carrier type (e.g. Fleet Carrier or Squadron Carrier), as an object with 'localizedName' and 'invariantName' properties

  • {event.carrierType.invariantName}

  • {event.carrierType.name}

  • {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.jumpRange} - The current single jump range of the carrier in light years

  • {event.jumpRangeMax} - The maximum single jump range of the carrier in light years

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

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

  • {event.pendingDecommission} - True if the carrier is currently scheduled to be decommissioned

  • {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

  • {DEC:EDDI carrier stats carrier id} - The carrier's numeric ID

  • {TXT:EDDI carrier stats carrier type invariant name}

  • {TXT:EDDI carrier stats carrier type name}

  • {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

  • {DEC:EDDI carrier stats jump range} - The current single jump range of the carrier in light years

  • {DEC:EDDI carrier stats jump range max} - The maximum single jump range of the carrier in light years

  • {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

  • {BOOL:EDDI carrier stats pending decommission} - True if the carrier is currently scheduled to be decommissioned

  • {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** ⚠️