Property:Has item rarity
Jump to navigation
Jump to search
This text property denotes the rarity/quality of an item.
Allowed values:
- Basic (white)
- Aetherial (pink)
- Dungeon (green)
- Tomestone (blue)
- Relic (purple)
Note: While all of these rarities are unofficial terms, "Dungeon" and "Tomestone" have been deprecated on the wiki in favor of "Green", and "Blue", respectively. "Green" and "Blue" should be used in any text or displays on the wiki (see {{Rarity}}). We're leaving the property values as-is for the foreseeable future to avoid triggering the need for further back-end changes.
{ "type": "PROPERTY_CONSTRAINT_SCHEMA", "constraints": { "type_constraint": "_txt", "allowed_values": [ "Basic", "Aetherial", "Dungeon", "Tomestone", "Relic" ] } }