-
Notifications
You must be signed in to change notification settings - Fork 82
Repair drone event
Tkael edited this page Dec 28, 2020
·
7 revisions
Triggered when your ship is repaired via a repair limpet controller.
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
-
hull
The amount of damage repaired in the ship's hull -
cockpit
The amount of damage repaired in the ship's cockpit -
corrosion
The amount of corrosion damage repaired
To respond to this event in VoiceAttack, create a command entitled ((EDDI repair drone)). The event information can be accessed using the following VoiceAttack variables
-
{DEC:EDDI repair drone cockpit}
The amount of damage repaired in the ship's cockpit -
{DEC:EDDI repair drone corrosion}
The amount of corrosion damage repaired -
{DEC:EDDI repair drone hull}
The amount of damage repaired in the ship's hull
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.