Skip to content

Carrier jumped event

Tkael edited this page Jun 5, 2023 · 4 revisions

Triggered when you are docked at a fleet carrier as it completes a jump.

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.bodyname} - The nearest body to the carrier, if any

  • {event.bodytype} - The type of the body nearest to the carrier, if any

  • {event.carriername} - The name of the carrier

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

  • {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.economy} - The economy of the system into which the carrier has jumped, if any

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

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

  • {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.population} - The population of the system into which the carrier has jumped, if any

  • {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, if any

  • {event.security} - The security of the system into which the carrier has jumped, if any

  • {event.shortname} - The short name of the nearest body, if any

  • {event.systemallegiance} - The allegiance of the system into which the carrier has jumped, if any

  • {event.systemfaction} - The faction controlling the system into which the carrier has jumped, if any

  • {event.systemgovernment} - The government of the system into which the carrier has jumped, if any

  • {event.systemname} - The name of the system into which the carrier has jumped

  • {event.systemstate} - The state of the faction controlling the system into which the carrier has jumped, if any

  • {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 into which the carrier has jumped

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

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

To respond to this event in VoiceAttack, create a command entitled ((EDDI carrier 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 carrier jumped bodyname} - The nearest body to the carrier, if any

  • {TXT:EDDI carrier jumped bodytype} - The type of the body nearest to the carrier, if any

  • {TXT:EDDI carrier jumped carriername} - The name of the carrier

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

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

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

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

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

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

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

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

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

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

  • {TXT:EDDI carrier jumped economy} - The economy of the system into which the carrier has jumped, if any

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

  • {INT:EDDI carrier jumped factions} - A list of faction objects describing the factions in the system, if any

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  • {DEC:EDDI carrier jumped population} - The population of the system into which the carrier has jumped, if any

  • {TXT:EDDI carrier 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 carrier jumped powerstate} - (Only when pledged) The state of powerplay efforts within the star system, if any

  • {TXT:EDDI carrier jumped security} - The security of the system into which the carrier has jumped, if any

  • {TXT:EDDI carrier jumped shortname} - The short name of the nearest body, if any

  • {TXT:EDDI carrier jumped systemallegiance} - The allegiance of the system into which the carrier has jumped, if any

  • {TXT:EDDI carrier jumped systemfaction} - The faction controlling the system into which the carrier has jumped, if any

  • {TXT:EDDI carrier jumped systemgovernment} - The government of the system into which the carrier has jumped, if any

  • {TXT:EDDI carrier jumped systemname} - The name of the system into which the carrier has jumped

  • {TXT:EDDI carrier jumped systemstate} - The state of the faction controlling the system into which the carrier has jumped, if any

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

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

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

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

  • {DEC:EDDI carrier 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 carrier jumped thargoid war remaining days} - The number of remaining days in the current phase of the Thargoid war.

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

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

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

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

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

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

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

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

Clone this wiki locally