-
Notifications
You must be signed in to change notification settings - Fork 81
Ship interdicted event
Triggered when your ship is interdicted by another ship.
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.faction} - The faction of the NPC carrying out the interdiction
-
{event.interdictor} - The name of the commander or NPC carrying out the interdiction
-
{event.iscommander} - If the player carrying out the interdiction is a commander (as opposed to an NPC)
-
{event.isthargoid} - If a Thargoid is carrying out the interdiction
-
{event.power} - The power of the NPC carrying out the interdiction
-
{event.rating} - The combat rating of the commander or NPC carrying out the interdiction
-
{event.submitted} - If the commander submitted to the interdiction
-
{event.succeeded} - If the interdiction attempt was successful
To respond to this event in VoiceAttack, create a command entitled ((EDDI ship interdicted)). VoiceAttack variables will be generated to allow you to access the event information.
The following VoiceAttack variables are available for this event:
-
{TXT:EDDI ship interdicted faction} - The faction of the NPC carrying out the interdiction
-
{TXT:EDDI ship interdicted interdictor} - The name of the commander or NPC carrying out the interdiction
-
{BOOL:EDDI ship interdicted iscommander} - If the player carrying out the interdiction is a commander (as opposed to an NPC)
-
{BOOL:EDDI ship interdicted isthargoid} - If a Thargoid is carrying out the interdiction
-
{TXT:EDDI ship interdicted power} - The power of the NPC carrying out the interdiction
-
{TXT:EDDI ship interdicted rating} - The combat rating of the commander or NPC carrying out the interdiction
-
{BOOL:EDDI ship interdicted submitted} - If the commander submitted to the interdiction
-
{BOOL:EDDI ship interdicted succeeded} - If the interdiction attempt was successful
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.