Table of Contents

Class AttributeConversion

Namespace
GuildWars2.Hero.Builds.Facts
Assembly
GW2SDK.dll

An attribute which is converted into another attribute by a trait.

public sealed record AttributeConversion : Fact, IEquatable<Fact>, IEquatable<AttributeConversion>
Inheritance
AttributeConversion
Implements
Inherited Members

Properties

Percent

How much of the Source attribute is converted to the Target attribute by the trait. Expressed as a percentage, where 100 is 100% chance.

Source

The attribute that is used to calculate by how much to increase the Target attribute. (The source attribute is not decreased.)

Target

The attribute that is increased by the Percent of the Source attribute.