Skip to content

Technology broker event

Tkael edited this page Dec 28, 2020 · 8 revisions

Triggered when using the Technology Broker to unlock new purchasable technology. 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

  • brokertype The technology broker's type (e.g. "Human")

  • items The items unlocked in the transaction (this is a list of Module objects)

  • materials The materials and quantities used in the crafting (MaterialAmount object with keys "material" and "amount", consisting of a material object and an amount)

  • commodities The commodities and quantities used in the crafting (CommodityAmount object with keys "commodity" and "amount", consisting of a commodity object and an amount)

To respond to this event in VoiceAttack, create a command entitled ((EDDI technology broker)). The event information can be accessed using the following VoiceAttack variables

  • {TXT:EDDI technology broker brokertype} The technology broker's type (e.g. "Human")

For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.

Clone this wiki locally