Skip to content
XavierShrier edited this page Aug 14, 2021 · 1 revision

Table of Contents

ℹ️ Almost all triggers have the One-Use, Persistent, and Occur On Enter properties so you can modify how the generic trigger behaves on its invoke and when it will invoke.

ℹ️ Internally, there are several types of trigger abstract classes: AbstractTrigger, AbstractCoroutineTrigger, AbstractStayTrigger, AbstractCutsceneTrigger, and AbstractPoemCutsceneEntity. These are useful for having the default options each trigger should have, plus an easy way to have an invoking method.

Gameplay

Momentum Modifier Trigger and Conditional

A trigger that modifies the player's momentum/speed.

Rumble Trigger

A trigger that produces a rumble.

SaveData & Session Storage Triggers

Triggers that add or remove storage in the SaveData or Session.

Teleportation Triggers

Triggers that allow instant teleportation (Goldens, Ranges, Dreams, In-Levels). Disabling some checkboxes can allow teleportation ranges. You can also add nodes (first node: where you're teleporting to, second node: where your spawn location is)

Visual

Anxiety Effect Trigger

A trigger for modifying the anxiety effect.

Bloom Renderer Modifier Trigger

A trigger that allows you to modify the bloom gradient.

Burst Effect Trigger

A trigger that spawns a one-time burst effect.

Burst Remover Trigger

A trigger that removes all burst effects (displacements).

Custom Effect Trigger & Clearer

A trigger that adds, removes, or clears custom effects/shaders.

Custom Confetti Trigger

A trigger that spawns a one-time confetti.

Effect Parameter Triggers & Reinstater

Triggers that allows to add, remove, and reinstate effect/shader parameters.

Flash Trigger

A trigger that produces a flash.

Freeze Trigger

A trigger that freezes the game a bit.

Glitch Effect Trigger

A trigger for modifying the glitch effect.

Lightning Strike Trigger and Specific

A trigger that spawns a lightning strike.

Player Light Trigger

A trigger that modifies the player's vertex-light.

Random Sound Trigger

A trigger that plays a given random sound.

Screen Wipe Trigger & Modifier

A trigger that uses a screen wipe effect or modifies it.

Shake Trigger & Clearer

A trigger that either produces or clears shaking effects.

Clone this wiki locally