Table of Contents

Class AnchorTargetData

Namespace
TrinketTinker.Models
Assembly
TrinketTinker.dll

Model defining how companions pick anchor target

public sealed class AnchorTargetData
Inheritance
AnchorTargetData
Inherited Members

Properties

Filters

Additional filters to apply, specific behavior depends on the anchor mode.

public List<string>? Filters { get; set; }

Property Value

List<string>

Id

Id for this anchor target, defaults to Mode.

public string Id { get; set; }

Property Value

string

Mode

Targeting mode, see AnchorTarget.

public AnchorTarget Mode { get; set; }

Property Value

AnchorTarget

Range

Search range.

public int Range { get; set; }

Property Value

int

RequiredAbilities

Enable this anchor only if the companion has matching ability type.

public List<string>? RequiredAbilities { get; set; }

Property Value

List<string>

StopRange

Stop moving once companion is this distance away.

public int StopRange { get; set; }

Property Value

int