Table of Contents

Class TraitedFact

Namespace
GuildWars2.Hero.Builds
Assembly
GW2SDK.dll

A fact applied by the skill/trait when another trait is active.

public sealed record TraitedFact : IEquatable<TraitedFact>
Inheritance
TraitedFact
Implements
Inherited Members

Properties

Fact

The fact which is added or which replaces another fact if Overrides is present.

Overrides

If present, it is the list index of an existing fact to override with this Fact. Otherwise, it should be added to the list without overriding.

RequiresTrait

The ID of the trait that must be active to benefits from this Fact.