Skip to content

Jumped event

Tkael edited this page Jun 5, 2023 · 22 revisions

Triggered when you complete a jump to another system.

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.allegiance} - The allegiance of the system to which the commander has jumped

  • {event.conflicts} - A list of conflict objects describing any conflicts between factions in the star system

  • {event.conflicts[<index>].conflictdays}

  • {event.conflicts[<index>].faction1}

  • {event.conflicts[<index>].faction1dayswon}

  • {event.conflicts[<index>].faction2}

  • {event.conflicts[<index>].faction2dayswon}

  • {event.conflicts[<index>].margin}

  • {event.conflicts[<index>].stake}

  • {event.conflicts[<index>].state}

  • {event.conflicts[<index>].status}

  • {event.distance} - The distance the commander has jumped, in light years

  • {event.economy} - The economy of the system to which the commander has jumped

  • {event.economy2} - The secondary economy of the system to which the commander has jumped, if any

  • {event.faction} - The faction controlling the system to which the commander has jumped

  • {event.factions} - A list of faction objects describing the factions in the star system

  • {event.factions[<index>].allegiance}

  • {event.factions[<index>].government}

  • {event.factions[<index>].myreputation}

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

  • {event.factions[<index>].presences}

  • {event.factions[<index>].presences[<index>].ActiveStates}

  • {event.factions[<index>].presences[<index>].ActiveStates[<index>].invariantName}

  • {event.factions[<index>].presences[<index>].ActiveStates[<index>].name}

  • {event.factions[<index>].presences[<index>].happiness}

  • {event.factions[<index>].presences[<index>].influence}

  • {event.factions[<index>].presences[<index>].PendingStates}

  • {event.factions[<index>].presences[<index>].PendingStates[<index>].factionState}

  • {event.factions[<index>].presences[<index>].PendingStates[<index>].factionState.invariantName}

  • {event.factions[<index>].presences[<index>].PendingStates[<index>].factionState.name}

  • {event.factions[<index>].presences[<index>].PendingStates[<index>].trend}

  • {event.factions[<index>].presences[<index>].RecoveringStates}

  • {event.factions[<index>].presences[<index>].RecoveringStates[<index>].factionState}

  • {event.factions[<index>].presences[<index>].RecoveringStates[<index>].factionState.invariantName}

  • {event.factions[<index>].presences[<index>].RecoveringStates[<index>].factionState.name}

  • {event.factions[<index>].presences[<index>].RecoveringStates[<index>].trend}

  • {event.factions[<index>].presences[<index>].state}

  • {event.factions[<index>].presences[<index>].systemName}

  • {event.factions[<index>].squadronfaction}

  • {event.factionstate} - The state of the faction controlling the system to which the commander has jumped

  • {event.fuelremaining} - The amount of fuel remaining after this jump

  • {event.fuelused} - The amount of fuel used in this jump

  • {event.government} - The government of the system to which the commander has jumped

  • {event.multicrew} - True if the ship is belongs to another player

  • {event.population} - The population of the system to which the commander has jumped

  • {event.power} - (Only when pledged) The powerplay power exerting influence over the star system. If the star system is Contested, this will be empty

  • {event.powerstate} - (Only when pledged) The state of powerplay efforts within the star system

  • {event.security} - The security of the system to which the commander has jumped

  • {event.star} - The name of the star at which you've arrived

  • {event.system} - The name of the system to which the commander has jumped

  • {event.taxi} - True if the ship is a transport (e.g. taxi or dropship)

  • {event.ThargoidWar} - Thargoid war data, when applicable

  • {event.ThargoidWar.CurrentState} - The current phase of the Thargoid war, as a localizable object.

  • {event.ThargoidWar.CurrentState.invariantName}

  • {event.ThargoidWar.CurrentState.name}

  • {event.ThargoidWar.FailureState} - The next phase of the Thargoid war, if success is not achieved, as a localizable object.

  • {event.ThargoidWar.FailureState.invariantName}

  • {event.ThargoidWar.FailureState.name}

  • {event.ThargoidWar.progress} - Percent progress in achieving a success state in the current phase of the Thargoid war. Progress can decrease if success is not reached before the weekly 'tick'.

  • {event.ThargoidWar.remainingDays} - The number of remaining days in the current phase of the Thargoid war.

  • {event.ThargoidWar.remainingPorts} - The number of ports which have not yet fallen into Thargoid control.

  • {event.ThargoidWar.succeeded} - True if commanders have achieved a success state in the current phase of the Thargoid war.

  • {event.ThargoidWar.SuccessState} - The next phase of the Thargoid war, if success is achieved, as a localizable object.

  • {event.ThargoidWar.SuccessState.invariantName}

  • {event.ThargoidWar.SuccessState.name}

  • {event.x} - The X co-ordinate of the system to which the commander has jumped

  • {event.y} - The Y co-ordinate of the system to which the commander has jumped

  • {event.z} - The Z co-ordinate of the system to which the commander has jumped

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

The following VoiceAttack variables are available for this event:

  • {TXT:EDDI jumped allegiance} - The allegiance of the system to which the commander has jumped

  • {INT:EDDI jumped conflicts} - A list of conflict objects describing any conflicts between factions in the star system

  • {INT:EDDI jumped conflicts <index> conflictdays}

  • {TXT:EDDI jumped conflicts <index> faction1}

  • {INT:EDDI jumped conflicts <index> faction1dayswon}

  • {TXT:EDDI jumped conflicts <index> faction2}

  • {INT:EDDI jumped conflicts <index> faction2dayswon}

  • {INT:EDDI jumped conflicts <index> margin}

  • {TXT:EDDI jumped conflicts <index> stake}

  • {TXT:EDDI jumped conflicts <index> state}

  • {TXT:EDDI jumped conflicts <index> status}

  • {DEC:EDDI jumped distance} - The distance the commander has jumped, in light years

  • {TXT:EDDI jumped economy} - The economy of the system to which the commander has jumped

  • {TXT:EDDI jumped economy2} - The secondary economy of the system to which the commander has jumped, if any

  • {TXT:EDDI jumped faction} - The faction controlling the system to which the commander has jumped

  • {INT:EDDI jumped factions} - A list of faction objects describing the factions in the star system

  • {TXT:EDDI jumped factions <index> allegiance}

  • {TXT:EDDI jumped factions <index> government}

  • {DEC:EDDI jumped factions <index> myreputation}

  • {TXT:EDDI jumped factions <index> name}

  • {INT:EDDI jumped factions <index> presences}

  • {INT:EDDI jumped factions <index> presences <index> active states}

  • {TXT:EDDI jumped factions <index> presences <index> active states <index> invariant name}

  • {TXT:EDDI jumped factions <index> presences <index> active states <index> name}

  • {TXT:EDDI jumped factions <index> presences <index> happiness}

  • {DEC:EDDI jumped factions <index> presences <index> influence}

  • {INT:EDDI jumped factions <index> presences <index> pending states}

  • {TXT:EDDI jumped factions <index> presences <index> pending states <index> faction state invariant name}

  • {TXT:EDDI jumped factions <index> presences <index> pending states <index> faction state name}

  • {INT:EDDI jumped factions <index> presences <index> pending states <index> trend}

  • {INT:EDDI jumped factions <index> presences <index> recovering states}

  • {TXT:EDDI jumped factions <index> presences <index> recovering states <index> faction state invariant name}

  • {TXT:EDDI jumped factions <index> presences <index> recovering states <index> faction state name}

  • {INT:EDDI jumped factions <index> presences <index> recovering states <index> trend}

  • {TXT:EDDI jumped factions <index> presences <index> state}

  • {TXT:EDDI jumped factions <index> presences <index> system name}

  • {BOOL:EDDI jumped factions <index> squadronfaction}

  • {TXT:EDDI jumped factionstate} - The state of the faction controlling the system to which the commander has jumped

  • {DEC:EDDI jumped fuelremaining} - The amount of fuel remaining after this jump

  • {DEC:EDDI jumped fuelused} - The amount of fuel used in this jump

  • {TXT:EDDI jumped government} - The government of the system to which the commander has jumped

  • {BOOL:EDDI jumped multicrew} - True if the ship is belongs to another player

  • {DEC:EDDI jumped population} - The population of the system to which the commander has jumped

  • {TXT:EDDI jumped power} - (Only when pledged) The powerplay power exerting influence over the star system. If the star system is Contested, this will be empty

  • {TXT:EDDI jumped powerstate} - (Only when pledged) The state of powerplay efforts within the star system

  • {TXT:EDDI jumped security} - The security of the system to which the commander has jumped

  • {TXT:EDDI jumped star} - The name of the star at which you've arrived

  • {TXT:EDDI jumped system} - The name of the system to which the commander has jumped

  • {BOOL:EDDI jumped taxi} - True if the ship is a transport (e.g. taxi or dropship)

  • {TXT:EDDI jumped thargoid war current state invariant name}

  • {TXT:EDDI jumped thargoid war current state name}

  • {TXT:EDDI jumped thargoid war failure state invariant name}

  • {TXT:EDDI jumped thargoid war failure state name}

  • {DEC:EDDI jumped thargoid war progress} - Percent progress in achieving a success state in the current phase of the Thargoid war. Progress can decrease if success is not reached before the weekly 'tick'.

  • {INT:EDDI jumped thargoid war remaining days} - The number of remaining days in the current phase of the Thargoid war.

  • {INT:EDDI jumped thargoid war remaining ports} - The number of ports which have not yet fallen into Thargoid control.

  • {BOOL:EDDI jumped thargoid war succeeded} - True if commanders have achieved a success state in the current phase of the Thargoid war.

  • {TXT:EDDI jumped thargoid war success state invariant name}

  • {TXT:EDDI jumped thargoid war success state name}

  • {DEC:EDDI jumped x} - The X co-ordinate of the system to which the commander has jumped

  • {DEC:EDDI jumped y} - The Y co-ordinate of the system to which the commander has jumped

  • {DEC:EDDI jumped z} - The Z co-ordinate of the system to which the commander has jumped

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

Clone this wiki locally