Skip to content

Commander ratings event

T'kael edited this page Aug 2, 2026 · 10 revisions

Triggered when your ratings are reported.

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.combat} - The commander's combat rating (this is an object)

  • {event.combat.invariantName} - The invariant English name.

  • {event.combat.name} - The localized name.

  • {event.combat.rank} - rank, as an integer from 0 to 13

  • {event.cqc} - The commander's CQC rating (this is an object)

  • {event.cqc.invariantName} - The invariant English name.

  • {event.cqc.name} - The localized name.

  • {event.cqc.rank} - the numeric rank, from 0 to 13

  • {event.empire} - The commander's empire rating (this is an object)

  • {event.empire.feminineInvariantName} - the invariant feminine name

  • {event.empire.femininename} - the localized feminine name

  • {event.empire.invariantName} - the invariant masculine name

  • {event.empire.name} - the localized masculine name

  • {event.exobiologist} - The commander's exobiologist rating (this is an object)

  • {event.exobiologist.invariantName} - The invariant English name.

  • {event.exobiologist.name} - The localized name.

  • {event.exobiologist.rank} - the numeric rank, from 0 to 13

  • {event.exploration} - The commander's exploration rating (this is an object)

  • {event.exploration.invariantName} - The invariant English name.

  • {event.exploration.name} - The localized name.

  • {event.exploration.rank} - the numeric rank, from 0 to 13

  • {event.federation} - The commander's federation rating (this is an object)

  • {event.federation.invariantName} - The invariant English name.

  • {event.federation.name} - The localized name.

  • {event.federation.rank} - the numeric rank, from 0 to 14

  • {event.mercenary} - The commander's mercenary rating (this is an object)

  • {event.mercenary.invariantName} - The invariant English name.

  • {event.mercenary.name} - The localized name.

  • {event.mercenary.rank} - the numeric rank, from 0 to 13

  • {event.trade} - The commander's trading rating (this is an object)

  • {event.trade.invariantName} - The invariant English name.

  • {event.trade.name} - The localized name.

  • {event.trade.rank} - the numeric rank of the trade rating, from 0 to 13

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

The following VoiceAttack variables are available for this event:

  • {TXT:EDDI commander ratings combat invariant name} - The invariant English name.

  • {TXT:EDDI commander ratings combat name} - The localized name.

  • {INT:EDDI commander ratings combat rank} - rank, as an integer from 0 to 13

  • {TXT:EDDI commander ratings cqc invariant name} - The invariant English name.

  • {TXT:EDDI commander ratings cqc name} - The localized name.

  • {INT:EDDI commander ratings cqc rank} - the numeric rank, from 0 to 13

  • {TXT:EDDI commander ratings empire feminine invariant name} - the invariant feminine name

  • {TXT:EDDI commander ratings empire femininename} - the localized feminine name

  • {TXT:EDDI commander ratings empire invariant name} - the invariant masculine name

  • {TXT:EDDI commander ratings empire name} - the localized masculine name

  • {TXT:EDDI commander ratings exobiologist invariant name} - The invariant English name.

  • {TXT:EDDI commander ratings exobiologist name} - The localized name.

  • {INT:EDDI commander ratings exobiologist rank} - the numeric rank, from 0 to 13

  • {TXT:EDDI commander ratings exploration invariant name} - The invariant English name.

  • {TXT:EDDI commander ratings exploration name} - The localized name.

  • {INT:EDDI commander ratings exploration rank} - the numeric rank, from 0 to 13

  • {TXT:EDDI commander ratings federation invariant name} - The invariant English name.

  • {TXT:EDDI commander ratings federation name} - The localized name.

  • {INT:EDDI commander ratings federation rank} - the numeric rank, from 0 to 14

  • {TXT:EDDI commander ratings mercenary invariant name} - The invariant English name.

  • {TXT:EDDI commander ratings mercenary name} - The localized name.

  • {INT:EDDI commander ratings mercenary rank} - the numeric rank, from 0 to 13

  • {TXT:EDDI commander ratings trade invariant name} - The invariant English name.

  • {TXT:EDDI commander ratings trade name} - The localized name.

  • {INT:EDDI commander ratings trade rank} - the numeric rank of the trade rating, from 0 to 13

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

Clone this wiki locally