Skip to content

Organic data sold event

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

Triggered when you sell exobiology data.

Where values are indexed (the compartments on a ship for example), the index will be represented by '<index>'. For VoiceAttack, a variable with the root name of the indexed array shall identify the total number of entries in the array. For example, if compartments 1 and 2 are available then the value of the corresponding 'compartments' variable will be 2.

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.bonus} - The bonus for first discoveries

  • {event.organics} - Full object data for the sold biological variants

  • {event.organics[<index>].bonus} - The bonus credit value, as awarded when selling organic data

  • {event.organics[<index>].genus}

  • {event.organics[<index>].genus.invariantName}

  • {event.organics[<index>].genus.localizedDescription}

  • {event.organics[<index>].genus.name}

  • {event.organics[<index>].invariantName}

  • {event.organics[<index>].localizedName}

  • {event.organics[<index>].minimumDistanceMeters} - The minimum distance that you must travel before you can collect a fresh sample of this genus (if known)

  • {event.organics[<index>].predictedMaximumValue} - The maximum value from all predictions of this genus.

  • {event.organics[<index>].predictedMinimumValue} - The minimum value from all predictions of this genus.

  • {event.organics[<index>].species}

  • {event.organics[<index>].species.invariantName}

  • {event.organics[<index>].species.localizedConditions}

  • {event.organics[<index>].species.localizedDescription}

  • {event.organics[<index>].species.name}

  • {event.organics[<index>].variant}

  • {event.organics[<index>].variant.invariantName}

  • {event.organics[<index>].variant.name}

  • {event.species} - A list of the species names included in the data sold

  • {event.species[<index>]}

  • {event.total} - The total credits received

  • {event.value} - The base value for selling the exobiology data

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

The following VoiceAttack variables are available for this event:

  • {DEC:EDDI organic data sold bonus} - The bonus for first discoveries

  • {INT:EDDI organic data sold organics} - Full object data for the sold biological variants

  • {DEC:EDDI organic data sold organics <index> bonus} - The bonus credit value, as awarded when selling organic data

  • {TXT:EDDI organic data sold organics <index> genus invariant name}

  • {TXT:EDDI organic data sold organics <index> genus localized description}

  • {TXT:EDDI organic data sold organics <index> genus name}

  • {TXT:EDDI organic data sold organics <index> invariant name}

  • {TXT:EDDI organic data sold organics <index> localized name}

  • {INT:EDDI organic data sold organics <index> minimum distance meters} - The minimum distance that you must travel before you can collect a fresh sample of this genus (if known)

  • {DEC:EDDI organic data sold organics <index> predicted maximum value} - The maximum value from all predictions of this genus.

  • {DEC:EDDI organic data sold organics <index> predicted minimum value} - The minimum value from all predictions of this genus.

  • {TXT:EDDI organic data sold organics <index> species invariant name}

  • {TXT:EDDI organic data sold organics <index> species localized conditions}

  • {TXT:EDDI organic data sold organics <index> species localized description}

  • {TXT:EDDI organic data sold organics <index> species name}

  • {TXT:EDDI organic data sold organics <index> variant invariant name}

  • {TXT:EDDI organic data sold organics <index> variant name}

  • {INT:EDDI organic data sold species} - A list of the species names included in the data sold

  • {TXT:EDDI organic data sold species <index>}

  • {DEC:EDDI organic data sold total} - The total credits received

  • {DEC:EDDI organic data sold value} - The base value for selling the exobiology data

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

Clone this wiki locally