Skip to content

Codex entry obtained event

T'kael edited this page Feb 9, 2026 · 1 revision

Triggered when a codex entry is obtained.

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.categoryName} - An invariant category for the entry.

  • {event.entryName} - An invariant name of the entry.

  • {event.geology} - Details of codex entries for geology and anomalies.

  • {event.geology.invariantName}

  • {event.geology.localizedDescription}

  • {event.geology.name}

  • {event.geology.type}

  • {event.geology.type.description}

  • {event.geology.type.invariantName}

  • {event.geology.type.name}

  • {event.guardian} - Details of codex entries for the Guardian civilization.

  • {event.guardian.invariantName}

  • {event.guardian.localizedDescription}

  • {event.guardian.name}

  • {event.newEntry} - True if this is a new discovery.

  • {event.newTrait} - True if one or more new traits were discovered.

  • {event.organic} - Details of codex entries for organics.

  • {event.organic.bonus} - The bonus credit value, as awarded when selling organic data

  • {event.organic.genus}

  • {event.organic.genus.invariantName}

  • {event.organic.genus.localizedDescription}

  • {event.organic.genus.name}

  • {event.organic.invariantName}

  • {event.organic.localizedName}

  • {event.organic.minimumDistanceMeters} - The minimum distance that you must travel before you can collect a fresh sample of this genus (if known)

  • {event.organic.predictedMaximumValue} - The maximum value from all predictions of this genus.

  • {event.organic.predictedMinimumValue} - The minimum value from all predictions of this genus.

  • {event.organic.species}

  • {event.organic.species.invariantName}

  • {event.organic.species.localizedConditions}

  • {event.organic.species.localizedDescription}

  • {event.organic.species.name}

  • {event.organic.variant}

  • {event.organic.variant.invariantName}

  • {event.organic.variant.name}

  • {event.region} - The stellar region where the discovery was found.

  • {event.stellarBody} - Details of codex entries for stellar bodies.

  • {event.stellarBody.invariantName}

  • {event.stellarBody.localizedDescription}

  • {event.stellarBody.name}

  • {event.stellarBody.type}

  • {event.stellarBody.type.invariantName}

  • {event.stellarBody.type.name}

  • {event.subCategoryName} - An invariant subcategory for the entry.

  • {event.systemAddress} - The system numerical address of the star system where the entry was discovered.

  • {event.systemName} - The system name of the star system where the entry was discovered.

  • {event.thargoid} - Details of codex entries for the Thargoid civilization.

  • {event.thargoid.invariantName}

  • {event.thargoid.localizedDescription}

  • {event.thargoid.name}

  • {event.voucherAmount} - The credit voucher amount awarded for the discovery, if any

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

The following VoiceAttack variables are available for this event:

  • {TXT:EDDI codex entry obtained category name} - An invariant category for the entry.

  • {TXT:EDDI codex entry obtained entry name} - An invariant name of the entry.

  • {TXT:EDDI codex entry obtained geology invariant name}

  • {TXT:EDDI codex entry obtained geology localized description}

  • {TXT:EDDI codex entry obtained geology name}

  • {TXT:EDDI codex entry obtained geology type description}

  • {TXT:EDDI codex entry obtained geology type invariant name}

  • {TXT:EDDI codex entry obtained geology type name}

  • {TXT:EDDI codex entry obtained guardian invariant name}

  • {TXT:EDDI codex entry obtained guardian localized description}

  • {TXT:EDDI codex entry obtained guardian name}

  • {BOOL:EDDI codex entry obtained new entry} - True if this is a new discovery.

  • {BOOL:EDDI codex entry obtained new trait} - True if one or more new traits were discovered.

  • {DEC:EDDI codex entry obtained organic bonus} - The bonus credit value, as awarded when selling organic data

  • {TXT:EDDI codex entry obtained organic genus invariant name}

  • {TXT:EDDI codex entry obtained organic genus localized description}

  • {TXT:EDDI codex entry obtained organic genus name}

  • {TXT:EDDI codex entry obtained organic invariant name}

  • {TXT:EDDI codex entry obtained organic localized name}

  • {INT:EDDI codex entry obtained organic minimum distance meters} - The minimum distance that you must travel before you can collect a fresh sample of this genus (if known)

  • {DEC:EDDI codex entry obtained organic predicted maximum value} - The maximum value from all predictions of this genus.

  • {DEC:EDDI codex entry obtained organic predicted minimum value} - The minimum value from all predictions of this genus.

  • {TXT:EDDI codex entry obtained organic species invariant name}

  • {TXT:EDDI codex entry obtained organic species localized conditions}

  • {TXT:EDDI codex entry obtained organic species localized description}

  • {TXT:EDDI codex entry obtained organic species name}

  • {TXT:EDDI codex entry obtained organic variant invariant name}

  • {TXT:EDDI codex entry obtained organic variant name}

  • {TXT:EDDI codex entry obtained region} - The stellar region where the discovery was found.

  • {TXT:EDDI codex entry obtained stellar body invariant name}

  • {TXT:EDDI codex entry obtained stellar body localized description}

  • {TXT:EDDI codex entry obtained stellar body name}

  • {TXT:EDDI codex entry obtained stellar body type invariant name}

  • {TXT:EDDI codex entry obtained stellar body type name}

  • {TXT:EDDI codex entry obtained sub category name} - An invariant subcategory for the entry.

  • {DEC:EDDI codex entry obtained system address} - The system numerical address of the star system where the entry was discovered.

  • {TXT:EDDI codex entry obtained system name} - The system name of the star system where the entry was discovered.

  • {TXT:EDDI codex entry obtained thargoid invariant name}

  • {TXT:EDDI codex entry obtained thargoid localized description}

  • {TXT:EDDI codex entry obtained thargoid name}

  • {INT:EDDI codex entry obtained voucher amount} - The credit voucher amount awarded for the discovery, if any

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

Clone this wiki locally