Class Buff
- Namespace
- GuildWars2.Items
- Assembly
- GW2SDK.dll
Information about a buff, which is a passive effect that enhances your stats or abilities.
[JsonConverter(typeof(BuffJsonConverter))]
public sealed record Buff : IEquatable<Buff>
- Inheritance
-
Buff
- Implements
- Inherited Members
Properties
- Description
The effect description.
- SkillId
The skill ID associated with the buff. It is always a passive skill which grants the passive effect to the player.