Skip to content

Exploration data sold event

Tkael edited this page Jun 20, 2021 · 10 revisions

Triggered when you sell exploration 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.reward} - The reward for selling the exploration data

  • {event.systems} - The systems for which the exploration data was sold

  • {event.systems[<index>]}

  • {event.total} - The total credits received (after any wages paid to crew and including for example the 200% bonus if rank 5 with Li Yong Rui)

To respond to this event in VoiceAttack, create a command entitled ((EDDI exploration 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 exploration data sold bonus} - The bonus for first discoveries

  • {DEC:EDDI exploration data sold reward} - The reward for selling the exploration data

  • {INT:EDDI exploration data sold systems} - The systems for which the exploration data was sold

  • {TXT:EDDI exploration data sold systems <index>}

  • {DEC:EDDI exploration data sold total} - The total credits received (after any wages paid to crew and including for example the 200% bonus if rank 5 with Li Yong Rui)

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

Clone this wiki locally