10 : Action Groups

Holds information about the action groups a character (foe, npc, ...) can use as part of their AI.

Description

An action group is used as part of a characters's AI entry. Each AI entry consists of a target, one or more conditions and an action. Now instead of using an action, one can also use an action group which contains one or more actions that each have their own chance to trigger.

Notes

This section should only be edited in conjunction with the AI Scripts section in the ard files since they are heavily linked. Changing one without the other can result in issues such as foes being stuck in an infinite loop, T-Posing, and other issues.

For more information about which foe uses which action group as part of their AI, you can view the spreadsheet in Resources.

Last updated