Triggers

Triggers are State Connections that connect two Nodes or connect an origin Node to the Label of a Resource Connection.

Triggers are identified by their label, which is an asterisk (*).

They do not change numeric values the way Label and Node Modifiers do. Rather, a Trigger fires when all the inputs of its origin Node become satisfied: when each input brings in the number of Resources to the Node as indicated by its flow rate. A firing Trigger will, in turn, fire its target.

State Connections cannot act as triggers for Resource/State Connections (cannot point towards the Label of a Resource Connection).

A Node that has no inputs will fire outgoing triggers whenever it fires (either automatically or in response to a player action or to another trigger).

Triggers are commonly used in games to react to the redistribution of Resources.

Triggers are commonly used to fire passive Nodes that do nothing until the Trigger fires them. This enables you to set up a passive Node that fires only when certain circumstances arise in the game.

Reverse Triggers

Some games might require negative responses when the player doesn’t have the Resources needed by an automatic or randomly triggered element. For example, in Civilization when the player runs out of gold to pay the upkeep for his cities’ improvements, the game automatically sells some of them.

To simulate this type of event, Machinations includes Reverse Triggers.

A Reverse Trigger is a State Connection that is labeled with !

If its source Node tries to pull Resources but cannot pull all Resources as indicated by the source’s input Connections, the Reverse Trigger will fire its target Node.

Reverse Triggers can also be used to trigger End Conditions to make a game stop.

Last updated