Lootable Character Config

A lootable character config creates a lootable character interactable, allowing the player to loot the character when it dies.

Creation

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

Properties

NameDescription

Automatic Currency

If true, when killed, this character will drop the system defined Currency amount for its level and Toughness.

Loot Table Names

The names of Loot Tables containing Items that can potentially drop when the character dies.

Next Steps

  • Add a lootable character config to a Unit Profile to allow the player to collect loot from it when it dies.

Last updated