Crafting Node Config

A crafting node config creates a crafting interactable option, allowing the player to open the crafting window and craft items.

Creation

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

Properties

NameDescription

Ability Name

The name of the Craft Ability the crafting window will support.

Next Steps

  • Add a crafting node config to a Unit Profile to allow the character to open the crafting window and craft items.

Last updated