Property Percent
- Namespace
- GuildWars2.Hero.Builds.Facts
- Assembly
- GW2SDK.dll
Percent
The percentage something referenced by the Text. For example, if the text is "Health Threshold" then Percent is the health threshold for activating the skill behavior.
public required double Percent { get; init; }
Property Value
Remarks
This value is expressed as a whole number percentage (e.g., 75 for 75%), not as a fractional value (not 0.75).