đź“‹
Ability & Combat Toolkit
  • ABC it's easy as 123! (WIP)
  • Introduction
    • Core Components
    • 5 Stages of An Ability
    • API & Integration with ABC
  • Global Portal & Character Creator
    • Character Creator
    • Global Portal
  • Ability Manager
    • Overview
    • Ability List & Control Panel
    • General Settings
      • Settings
      • Key & Combo
      • Effects
      • Additional Settings
    • Position & Travel
      • Position & Travel Type
      • Travelling
      • Additional Starting Positions
    • Collision & Impact
      • Collider
      • Collision
      • Impact
    • Aesthetic & Animation
      • Preparing
      • Initation
      • Ability End
      • Graphic To Start
      • Scrollable Ability
      • Reload
  • Controller Manager
    • Overview
    • Settings
      • General
      • Mana
      • Weapons
      • Scrollable & Reload
      • UI Icons
      • Diagnostic
    • Target Settings
      • Target & Soft Target todo
  • State Manager
    • Overview
    • Settings
      • General & Stats
      • Health
      • Hit Animations
      • Targeter Limitations
    • Effect Watcher
  • Integrations
    • Game Creator
Powered by GitBook
On this page

Was this helpful?

  1. State Manager
  2. Settings

Targeter Limitations

PreviousHit AnimationsNextEffect Watcher

Last updated 3 years ago

Was this helpful?

Target limitations will put a restriction on the number of objects that can target the entity at once. Limits will only apply to the tags defined.

Once the limit is reached no other object can target the entity unless the object has recently been hit by the entity, giving it priority or a reset has been activated giving other characters a chance to target the entity. There is also ways in the AI configuration for certain AI rules to ignore Targeter Limitations.

This will effectively create a way to limit how many enemies can attack the player at once, creating the "Battle Circle" effect. You can set for only 2 enemies to attack at once, making sure any enemies hit can always retaliate.

The entity can be targeted by an unlimited number of objects If no limitations have been setup or characters exist that have tags that are not setup in any limitation.

An example of this is setting up limitations so a max of 3 enemies tagged as “Mages” can target the entity at once and then setting up so only 1 enemy tagged as “Melee” can target the entity at once. This stops all objects attacking the player at once creating a more fun experience.

Multiple Targeter Limitations can be added by pressing the “+ Add Targeter Limitation button”. The limitation config sections can also be removed by hitting the “X” or reordered with the arrow buttons.

It is highly recommended to read the tooltips in the blue boxes for a full description on what each setting does

A good article on the "Battle Circle" effect can be found here:

https://gamedevelopment.tutsplus.com/tutorials/battle-circle-ai-let-your-player-feel-like-theyre-fighting-lots-of-enemies--gamedev-13535