Jet cone damage event - EDCD/EDDI GitHub Wiki
Triggered in normal space when passing through the jet cone from a white dwarf or neutron star causes damage to a ship module.
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 that was damaged (this is a module object)
-
{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.modulename} - the name of the module that was damaged
To respond to this event in VoiceAttack, create a command entitled ((EDDI jet cone damage)). VoiceAttack variables will be generated to allow you to access the event information.
The following VoiceAttack variables are available for this event:
-
{INT:EDDI jet cone damage module ammoinclip}
-
{INT:EDDI jet cone damage module ammoinhopper}
-
{INT:EDDI jet cone damage module class}
-
{INT:EDDI jet cone damage module clipcapacity}
-
{BOOL:EDDI jet cone damage module enabled}
-
{INT:EDDI jet cone damage module engineerlevel}
-
{DEC:EDDI jet cone damage module engineerquality}
-
{TXT:EDDI jet cone damage module grade}
-
{DEC:EDDI jet cone damage module health}
-
{INT:EDDI jet cone damage module hoppercapacity}
-
{BOOL:EDDI jet cone damage module hot}
-
{TXT:EDDI jet cone damage module invariant name}
-
{TXT:EDDI jet cone damage module modification}
-
{BOOL:EDDI jet cone damage module modified}
-
{TXT:EDDI jet cone damage module mount}
-
{TXT:EDDI jet cone damage module name}
-
{INT:EDDI jet cone damage module position}
-
{DEC:EDDI jet cone damage module power}
-
{DEC:EDDI jet cone damage module price}
-
{INT:EDDI jet cone damage module priority}
-
{DEC:EDDI jet cone damage module value}
-
{TXT:EDDI jet cone damage modulename} - the name of the module that was damaged
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.