struct Leyline::Achievement
- Leyline::Achievement
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
leyline/api/achievements.crConstructors
Instance Method Summary
-
#bits : Array(TextBit | ItemBit) | Nil
Honestly I have no idea what this is used for.
- #default?
- #description : String
- #flags : Flags
- #icon : String | Nil
- #id : Int32
- #locked_text : String
- #name : String
- #point_cap : Int32 | Nil
- #prerequisites : Array(Int32) | Nil
- #requirement : String
- #rewards : Array(RewardType) | Nil
- #tiers : Array(NamedTuple(count: Int32, points: Int32))
- #type : Type
Constructor Detail
Instance Method Detail
Honestly I have no idea what this is used for. Docs refer to it as a bitmask but I have no idea where the numbers for said mask are coming from.