Board Space Event Component
The board space event component is a gameplay component that allows a set of Actions to be performed whenever a player lands on a board mode. It is only usable in Board Mods. The player must finish their turn on the board space for the actions to run; walking over the space will not run the actions.
How to Use
This component currently only works on a Custom Board Space. It will not work when added to a board space using a built-in board space type.
This component should be placed on the root gameobject of a prefab that is used as a custom board space. Attaching it to the prefab instance, or to a board node in the scene, will not callow the actions to fire.
When attached to any other gameobject it will do nothing.
Component Settings
Property | Description |
---|---|
On Enter | A set of Actions to perform whenever a player lands on this space. |
Example Usage
To make unique custom board spaces, you can use this component to affect the player in many ways. See the list of actions to get an idea of what actions can be performed. Note that not all actions are usable on board mods.