Property:Has skill slot number
From Guild Wars 2 Wiki
Jump to navigationJump to search
This number property describes the skill slot that a skill always appears in. This should not be used for healing, utility, or elite skills, as their slot numbers are inherent to the skill context.
Allowed values:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
{ "type": "PROPERTY_CONSTRAINT_SCHEMA", "constraints": { "type_constraint": "_num", "allowed_values": [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" ] } }