-
Notifications
You must be signed in to change notification settings - Fork 82
Module sold from storage event
Triggered when selling a module in storage.
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.module} - The module (object) being sold
-
{event.module.ammoinclip}
-
{event.module.ammoinhopper}
-
{event.module.class}
-
{event.module.clipcapacity}
-
{event.module.enabled}
-
{event.module.engineerlevel}
-
{event.module.engineerquality}
-
{event.module.grade}
-
{event.module.health}
-
{event.module.hoppercapacity}
-
{event.module.hot}
-
{event.module.invariantName}
-
{event.module.modification}
-
{event.module.modified}
-
{event.module.mount}
-
{event.module.name}
-
{event.module.position}
-
{event.module.power}
-
{event.module.price}
-
{event.module.priority}
-
{event.module.value}
-
{event.price} - The price of the module being sold
-
{event.ship} - The ship from which the module was sold
-
{event.shipid} - The ID of the ship from which the module was sold
To respond to this event in VoiceAttack, create a command entitled ((EDDI module sold from storage)). VoiceAttack variables will be generated to allow you to access the event information.
The following VoiceAttack variables are available for this event:
-
{INT:EDDI module sold from storage module ammoinclip}
-
{INT:EDDI module sold from storage module ammoinhopper}
-
{INT:EDDI module sold from storage module class}
-
{INT:EDDI module sold from storage module clipcapacity}
-
{BOOL:EDDI module sold from storage module enabled}
-
{INT:EDDI module sold from storage module engineerlevel}
-
{DEC:EDDI module sold from storage module engineerquality}
-
{TXT:EDDI module sold from storage module grade}
-
{DEC:EDDI module sold from storage module health}
-
{INT:EDDI module sold from storage module hoppercapacity}
-
{BOOL:EDDI module sold from storage module hot}
-
{TXT:EDDI module sold from storage module invariant name}
-
{TXT:EDDI module sold from storage module modification}
-
{BOOL:EDDI module sold from storage module modified}
-
{TXT:EDDI module sold from storage module mount}
-
{TXT:EDDI module sold from storage module name}
-
{INT:EDDI module sold from storage module position}
-
{DEC:EDDI module sold from storage module power}
-
{DEC:EDDI module sold from storage module price}
-
{INT:EDDI module sold from storage module priority}
-
{DEC:EDDI module sold from storage module value}
-
{DEC:EDDI module sold from storage price} - The price of the module being sold
-
{TXT:EDDI module sold from storage ship} - The ship from which the module was sold
-
{INT:EDDI module sold from storage shipid} - The ID of the ship from which the module was sold
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.