Dataclass that maps an CharacterGear class to each possible equipment slot for a Character.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
body
The CharacterGear that is currently equipped in the body slot.
Sourcebracelets
The CharacterGear that is currently equipped in the bracelets slot.
Sourceearrings
The CharacterGear that is currently equipped in the earrings slot.
Sourcefeet
The CharacterGear that is currently equipped in the feet slot.
Sourcehands
The CharacterGear that is currently equipped in the hands slot.
Sourcehead
The CharacterGear that is currently equipped in the head slot.
Sourcelegs
The CharacterGear that is currently equipped in the legs slot.
Sourcemain_hand
The CharacterGear that is currently equipped in the main hand slot.
Sourcenecklace
The CharacterGear that is currently equipped in the necklace slot.
Sourceoff_hand
The CharacterGear that is currently equipped in the off hand slot.
Sourcering1
The CharacterGear that is currently equipped in the ring1 slot.
Sourcering2
The CharacterGear that is currently equipped in the ring2 slot.
Sourcesoul_crystal
The CharacterGear that is currently equipped in the soul crystal slot.
Sourcewaist
The CharacterGear that is currently equipped in the waist slot.
Source