-
Notifications
You must be signed in to change notification settings - Fork 91
Suit upgraded event
Triggered when upgrading a space suit to a new grade.
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.grade} - The space suit's new grade
-
{event.price} - The space suit's upgrade price
-
{event.suit} - The space suit, as an object
-
{event.suit.grade} - The space suit's grade
-
{event.suit.invariantName}
-
{event.suit.manufacturer} - The space suit's manufacturer, as an object
-
{event.suit.manufacturer.name} - The manufacturer name
-
{event.suit.manufacturer.phoneticname} - The phonetic name of the manufacturer, if it is known
-
{event.suit.name}
To respond to this event in VoiceAttack, create a command entitled ((EDDI suit upgraded)). VoiceAttack variables will be generated to allow you to access the event information.
The following VoiceAttack variables are available for this event:
-
{INT:EDDI suit upgraded grade} - The space suit's new grade
-
{INT:EDDI suit upgraded price} - The space suit's upgrade price
-
{INT:EDDI suit upgraded suit grade} - The space suit's grade
-
{TXT:EDDI suit upgraded suit invariant name}
-
{TXT:EDDI suit upgraded suit manufacturer name} - The manufacturer name
-
{TXT:EDDI suit upgraded suit manufacturer phoneticname} - The phonetic name of the manufacturer, if it is known
-
{TXT:EDDI suit upgraded suit name}
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.