Skip to content

Star scanned event

Tkael edited this page Aug 14, 2023 · 20 revisions

Triggered when you complete a scan of a stellar body.

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.absolutemagnitude} - The absolute (bolometric) magnitude of the star that has been scanned

  • {event.absolutemagnitudeprobability} - The cumulative probability describing the star's age, relative to other stars of the same stellar class

  • {event.age} - The age of the star that has been scanned, in millions of years

  • {event.ageprobability} - The probablility of finding a star of this class with this age

  • {event.alreadydiscovered} - Whether this star's scan data has already been registered with Universal Cartographics

  • {event.bodyname} - The name of the star that has been scanned

  • {event.chromaticity} - The apparent colour of the star that has been scanned

  • {event.density} - The average density of the star, in kg per cubic meter

  • {event.densityprobability} - The cumulative probability describing the star's density, relative to other stars of the same stellarclass

  • {event.distance} - The distance in LS from the main star

  • {event.eccentricity} - The orbital eccentricity of the star

  • {event.eccentricityprobability} - The cumulative probability describing the star's orbital eccentricity, relative to other stars of the same stellar class

  • {event.estimatedhabzoneinner} - The estimated inner radius of the habitable zone of the scanned star, in light seconds, not considering other stars in the system

  • {event.estimatedhabzoneouter} - The estimated outer radius of the habitable zone of the scanned star, in light seconds, not considering other stars in the system

  • {event.estimatedvalue} - The estimated value of the current scan

  • {event.inclination} - The orbital inclination of the star, in degrees

  • {event.inclinationprobability} - The cumulative probability describing the star's orbital inclination, relative to other stars of the same stellar class

  • {event.luminosity} - The luminosity of the star that has been scanned

  • {event.luminosityclass} - The luminosity class of the star that has been scanned

  • {event.mainstar} - True if the star is the main / primary star in the star system

  • {event.massprobability} - The probablility of finding a star of this class with this mass

  • {event.orbitalperiod} - The number of seconds taken for a full orbit of the main star

  • {event.orbitalperiodprobability} - The cumulative probability describing the star's orbital period about the main star, relative to other stars of the same stellar class

  • {event.periapsis} - The argument of periapsis of the star, in degrees

  • {event.periapsisprobability} - The cumulative probability describing the stars's argument of periapsis, relative to other stars of the same stellar class

  • {event.radius} - The radius of the star that has been scanned, in kilometres

  • {event.radiusprobability} - The probablility of finding a star of this class with this radius

  • {event.rings} - The star's rings

  • {event.rings[<index>].composition}

  • {event.rings[<index>].hotspots}

  • {event.rings[<index>].hotspots[<index>].amount}

  • {event.rings[<index>].hotspots[<index>].commodity}

  • {event.rings[<index>].innerradius}

  • {event.rings[<index>].mapped}

  • {event.rings[<index>].mass}

  • {event.rings[<index>].name}

  • {event.rings[<index>].outerradius}

  • {event.rotationalperiod} - The number of seconds taken for a full rotation

  • {event.rotationalperiodprobability} - The cumulative probability describing the stars's rotational period, relative to other stars of the same stellar class

  • {event.scantype} - The type of scan event (AutoScan, Basic, Detailed, NavBeacon, NavBeaconDetail)

  • {event.scoopable} - True if the star is scoopable (K, G, B, F, O, A, M)

  • {event.semimajoraxis} - The semi major axis of the star's orbit, in light seconds

  • {event.semimajoraxisprobability} - The cumulative probability describing the semi-major axis of the orbit of the star, relative to other stars of the same stellar class

  • {event.solarmass} - The mass of the star that has been scanned, relative to Sol's mass

  • {event.solarradius} - The radius of the star that has been scanned, compared to Sol

  • {event.stellarclass} - The stellar class of the star that has been scanned (O, G, etc)

  • {event.stellarsubclass} - The stellar sub class of the star that has been scanned (0 - 9, with 0 being hotter and 9 being cooler)

  • {event.temperature} - The temperature of the star that has been scanned

  • {event.tempprobability} - The probablility of finding a star of this class with this temperature

  • {event.tilt} - Axial tilt for the star, in degrees (only available if DSS equipped)

  • {event.tiltprobability} - The cumulative probability describing the star's orbital tilt, relative to other stars of the same stellar class

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

The following VoiceAttack variables are available for this event:

  • {DEC:EDDI star scanned absolutemagnitude} - The absolute (bolometric) magnitude of the star that has been scanned

  • {DEC:EDDI star scanned absolutemagnitudeprobability} - The cumulative probability describing the star's age, relative to other stars of the same stellar class

  • {DEC:EDDI star scanned age} - The age of the star that has been scanned, in millions of years

  • {DEC:EDDI star scanned ageprobability} - The probablility of finding a star of this class with this age

  • {BOOL:EDDI star scanned alreadydiscovered} - Whether this star's scan data has already been registered with Universal Cartographics

  • {TXT:EDDI star scanned bodyname} - The name of the star that has been scanned

  • {TXT:EDDI star scanned chromaticity} - The apparent colour of the star that has been scanned

  • {DEC:EDDI star scanned density} - The average density of the star, in kg per cubic meter

  • {DEC:EDDI star scanned densityprobability} - The cumulative probability describing the star's density, relative to other stars of the same stellarclass

  • {DEC:EDDI star scanned distance} - The distance in LS from the main star

  • {DEC:EDDI star scanned eccentricity} - The orbital eccentricity of the star

  • {DEC:EDDI star scanned eccentricityprobability} - The cumulative probability describing the star's orbital eccentricity, relative to other stars of the same stellar class

  • {DEC:EDDI star scanned estimatedhabzoneinner} - The estimated inner radius of the habitable zone of the scanned star, in light seconds, not considering other stars in the system

  • {DEC:EDDI star scanned estimatedhabzoneouter} - The estimated outer radius of the habitable zone of the scanned star, in light seconds, not considering other stars in the system

  • {DEC:EDDI star scanned estimatedvalue} - The estimated value of the current scan

  • {DEC:EDDI star scanned inclination} - The orbital inclination of the star, in degrees

  • {DEC:EDDI star scanned inclinationprobability} - The cumulative probability describing the star's orbital inclination, relative to other stars of the same stellar class

  • {DEC:EDDI star scanned luminosity} - The luminosity of the star that has been scanned

  • {TXT:EDDI star scanned luminosityclass} - The luminosity class of the star that has been scanned

  • {BOOL:EDDI star scanned mainstar} - True if the star is the main / primary star in the star system

  • {DEC:EDDI star scanned massprobability} - The probablility of finding a star of this class with this mass

  • {DEC:EDDI star scanned orbitalperiod} - The number of seconds taken for a full orbit of the main star

  • {DEC:EDDI star scanned orbitalperiodprobability} - The cumulative probability describing the star's orbital period about the main star, relative to other stars of the same stellar class

  • {DEC:EDDI star scanned periapsis} - The argument of periapsis of the star, in degrees

  • {DEC:EDDI star scanned periapsisprobability} - The cumulative probability describing the stars's argument of periapsis, relative to other stars of the same stellar class

  • {DEC:EDDI star scanned radius} - The radius of the star that has been scanned, in kilometres

  • {DEC:EDDI star scanned radiusprobability} - The probablility of finding a star of this class with this radius

  • {INT:EDDI star scanned rings} - The star's rings

  • {TXT:EDDI star scanned rings <index> composition}

  • {INT:EDDI star scanned rings <index> hotspots}

  • {INT:EDDI star scanned rings <index> hotspots <index> amount}

  • {TXT:EDDI star scanned rings <index> hotspots <index> commodity}

  • {DEC:EDDI star scanned rings <index> innerradius}

  • {DATE:EDDI star scanned rings <index> mapped}

  • {DEC:EDDI star scanned rings <index> mass}

  • {TXT:EDDI star scanned rings <index> name}

  • {DEC:EDDI star scanned rings <index> outerradius}

  • {DEC:EDDI star scanned rotationalperiod} - The number of seconds taken for a full rotation

  • {DEC:EDDI star scanned rotationalperiodprobability} - The cumulative probability describing the stars's rotational period, relative to other stars of the same stellar class

  • {TXT:EDDI star scanned scantype} - The type of scan event (AutoScan, Basic, Detailed, NavBeacon, NavBeaconDetail)

  • {BOOL:EDDI star scanned scoopable} - True if the star is scoopable (K, G, B, F, O, A, M)

  • {DEC:EDDI star scanned semimajoraxis} - The semi major axis of the star's orbit, in light seconds

  • {DEC:EDDI star scanned semimajoraxisprobability} - The cumulative probability describing the semi-major axis of the orbit of the star, relative to other stars of the same stellar class

  • {DEC:EDDI star scanned solarmass} - The mass of the star that has been scanned, relative to Sol's mass

  • {DEC:EDDI star scanned solarradius} - The radius of the star that has been scanned, compared to Sol

  • {TXT:EDDI star scanned stellarclass} - The stellar class of the star that has been scanned (O, G, etc)

  • {INT:EDDI star scanned stellarsubclass} - The stellar sub class of the star that has been scanned (0 - 9, with 0 being hotter and 9 being cooler)

  • {DEC:EDDI star scanned temperature} - The temperature of the star that has been scanned

  • {DEC:EDDI star scanned tempprobability} - The probablility of finding a star of this class with this temperature

  • {DEC:EDDI star scanned tilt} - Axial tilt for the star, in degrees (only available if DSS equipped)

  • {DEC:EDDI star scanned tiltprobability} - The cumulative probability describing the star's orbital tilt, relative to other stars of the same stellar class

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

Clone this wiki locally