Skip to content

Ring mapped event

Tkael edited this page Jun 20, 2021 · 4 revisions

Triggered after mapping a ring with the Surface Area Analysis scanner.

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.composition} - The composition of the ring that was mapped (Icy, Rocky, Metallic, etc.)

  • {event.efficiencytarget} - Use less probes than indicated to achieve a mapping efficiency bonus

  • {event.innerradius} - The inner radius of the ring that was mapped, in kilometers

  • {event.mass} - The mass of the ring that was mapped, in megatonnes

  • {event.outerradius} - The outer radius of the ring that was mapped, in kilometers

  • {event.probesused} - The number of probes used to map the ring

  • {event.reserves} - The reserve level of the ring that was mapped, if the parent body has already been scanned

  • {event.ringname} - The name of the ring that was mapped

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

The following VoiceAttack variables are available for this event:

  • {TXT:EDDI ring mapped composition} - The composition of the ring that was mapped (Icy, Rocky, Metallic, etc.)

  • {INT:EDDI ring mapped efficiencytarget} - Use less probes than indicated to achieve a mapping efficiency bonus

  • {DEC:EDDI ring mapped innerradius} - The inner radius of the ring that was mapped, in kilometers

  • {DEC:EDDI ring mapped mass} - The mass of the ring that was mapped, in megatonnes

  • {DEC:EDDI ring mapped outerradius} - The outer radius of the ring that was mapped, in kilometers

  • {INT:EDDI ring mapped probesused} - The number of probes used to map the ring

  • {TXT:EDDI ring mapped reserves} - The reserve level of the ring that was mapped, if the parent body has already been scanned

  • {TXT:EDDI ring mapped ringname} - The name of the ring that was mapped

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

Clone this wiki locally