Gear

data class Gear(val name: String, val dbLink: String, val glamour: Glamour?, val stain: String?, val materia: List<String>?, val creatorName: String?, val hq: Boolean)

A gear item.

Constructors

Link copied to clipboard
constructor(name: String, dbLink: String, glamour: Glamour?, stain: String?, materia: List<String>?, creatorName: String?, hq: Boolean)

Properties

Link copied to clipboard

The name of the creator of the gear item.

Link copied to clipboard

The URL to the gear item in the Eorzea Database.

Link copied to clipboard

The glamour applied to the gear item.

Link copied to clipboard
val hq: Boolean

If the item is high quality.

Link copied to clipboard

The materia(s) attached to the gear item.

Link copied to clipboard

The name of the gear item.

Link copied to clipboard

The dye applied to the gear item.