Gathering Node Config

A gathering node config creates a gathering node interactable option, allowing the player to gather crafting resources.

Creation

To create a gathering node config, find (or create) the GameName/Resources/GameName/InteractableOptionConfig folder in the project tab and right click. Choose Create > AnyRPG > Interactable > GatheringNodeConfig.

Properties

NameDescription

Loot Table Names

A list of Loot Tables containing Items this node can drop when gathering is performed.

Spawn Timer

The number seconds after all Items have been looted before the node resets and spawns again.

Ability Name

The name of a Gather Ability the player must know to interact with the gathering node.

Next Steps

  • Add a gathering node config to an Interactable to allow gathering from it.

Last updated