Class AnchorTargetData
- Namespace
- TrinketTinker.Models
- Assembly
- TrinketTinker.dll
Model defining how companions pick anchor target
public 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
Mode
Targeting mode, see AnchorTarget.
public AnchorTarget Mode { get; set; }
Property Value
Range
Search range.
public int Range { get; set; }
Property Value
RequiredAbilities
Enable this anchor only if the companion has matching ability type.
public List<string>? RequiredAbilities { get; set; }
Property Value
StopRange
Stop moving once companion is this distance away.
public int StopRange { get; set; }