Skip to content
Version 2.11.0
↓ Get the launcher

GearPerfection structure

Perfection state of an owned gear piece (wire EquipAttr fields perfection_value/max_perfection_value/perfection_level).

public struct GearPerfection : IEquatable<GearPerfection>
parameter description
Value Current perfection value of the piece.
Max Maximum perfection value the piece can reach.
Level Perfection level.
name description
GearPerfection(…) Perfection state of an owned gear piece (wire EquipAttr fields perfection_value/max_perfection_value/perfection_level).
Level { get; set; } Perfection level.
Max { get; set; } Maximum perfection value the piece can reach.
Value { get; set; } Current perfection value of the piece.