Enum SkillSlot
- Namespace
- GuildWars2.Hero.Builds
- Assembly
- GW2SDK.dll
The skill slots for abilities which can be activated by the player.
[JsonConverter(typeof(SkillSlotJsonConverter))]
public enum SkillSlot
Fields
Weapon_1 = 1
The first weapon skill. Granted by two-handed weapons or one-handed weapons in the main hand.
Weapon_2 = 2
The second weapon skill. Granted by two-handed weapons or one-handed weapons in the main hand.
Weapon_3 = 3
The third weapon skill. Granted by two-handed weapons or one-handed weapons in the main hand.
Weapon_4 = 4
The fourth weapon skill. Granted by two-handed weapons or one-handed weapons in the off-hand.
Weapon_5 = 5
The fifth weapon skill. Granted by two-handed weapons or one-handed weapons in the off-hand.
Heal = 6
The heal skill. Each character has 1 selectable heal skill slot.
Utility = 7
The utility skills. Each character has 3 selectable utility skill slots.
Elite = 8
The elite skill. Each character has 1 selectable elite skill slot.
Profession_1 = 9
The first profession skill. Each profession has a different mechanic that occupy profession skill slots.
Profession_2 = 10
The second profession skill. Each profession has a different mechanic that occupy profession skill slots.
Profession_3 = 11
The third profession skill. Each profession has a different mechanic that occupy profession skill slots.
Profession_4 = 12
The fourth profession skill. Each profession has a different mechanic that occupy profession skill slots.
Profession_5 = 13
The fifth profession skill. Each profession has a different mechanic that occupy profession skill slots.
Downed_1 = 14
The first downstate skill. Each profession has a different skill for this slot. It is also used for transformation skills.
Downed_2 = 15
The second downstate skill. Each profession has a different skill for this slot. It is also used for transformation skills.
Downed_3 = 16
The third downstate skill. Each profession has a different skill for this slot. It is also used for transformation skills.
Downed_4 = 17
The fourth downstate skill. Each profession has a different downstate skillbar. It is also used for transformation skills.
Pet = 18
The pet skills. Only used by rangers.
Toolbelt = 19
Toolbelt skills. Only used by engineers.
Transform_1 = 20
Placeholder slot for the 'Locked' skill. It is only used to replace other skills while transformed.