class

XIVAPI::Dataclasses::Gear

Inherits JSON::Serializable < Reference < Object

Dataclass for details about a piece of Gear in FFXIV. This is an abstract level class about the item itself, unrelated to any Character's owned copies of the item.

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

class_job_category

An IDName class representing the class or job that is required for the Gear.

Source
equip_level

The minimum level that is required to equip the Gear.

Source
icon

A URL to the icon for the Gear.

Source
id

The Lodestone ID of the Gear.

Source
item_level

The item level (IL) for the Gear.

Source
name

The name of the Gear.

Source
rarity

The rarity value of the Gear

Source
ui_category

An IDName class representing the UI Category for the Gear. The UI Category represents what type of Gear the item is, i.e. Body for a piece of body armour.

Source