class

XIVAPI::Dataclasses::GearSet

Inherits JSON::Serializable < Reference < Object

Dataclass for a set of gears

Constructors

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

Instance methods

attributes

An array of GearSetAttribute classs indicating the various attribute values for the GearSet.

Source
cls

A Job class indicating the Class for the GearSet

Source
gear

An Equipment class for the GearSet, indicating what piece of Gear is equipped in each slot on the Character.

Source
gear_key

A string in the form "#{class_id}_#{job_id}" that corresponds with the key for the ClassJob hash in the Character class.

Source
job

A Job class indicating the Job for the GearSet.

Source
level

The level of the GearSet. This is not IL, I'm unsure as to what it refers to.

Source