Property:Has rune tier

From Guild Wars 2 Wiki
Jump to navigationJump to search

This number property identifies the tier of a rune:

  • 0 = Misc
  • 1 = Minor
  • 2 = Major
  • 3 = Superior
  • 4 = PvP

Storing this as a number allows for easy sorting of the tiers, with a simple transform required to get the string version.

Showing 20 pages using this property.
The request is being processed and may take a moment. Preparing ...
{ "type": "PROPERTY_CONSTRAINT_SCHEMA", "constraints": { "type_constraint": "_num", "allowed_values": [ "0", "1", "2", "3", "4" ] } }