class Leyline::Skill
- Leyline::Skill
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
leyline/api/skills.cr:15leyline/api/skills.cr:195
Constructors
Class Method Summary
-
.get(id : Int32, client = Leyline::Client.new)
TODO Need a separate helper for loading all the skills as an array.
Instance Method Summary
- #attunement : String | Nil
- #bundle_skills : Array(Int32) | Nil
- #categories : Array(String) | Nil
- #chat_link : String
- #cost : Int32 | Nil
- #description : String | Nil
- #dual_wield : String | Nil
- #facts : Array(FactType) | Nil
- #flip_skill : Int32 | Nil
- #icon : String
- #id : Int32
- #initiative : Int32 | Nil
- #name : String
- #next_chain : Int32 | Nil
- #prev_chain : Int32 | Nil
- #professions : Array(String) | Nil
- #slot : String | Nil
- #toolbelt_skill : Int32 | Nil
- #traited_facts : Array(FactType) | Nil
- #transform_skills : Array(Int32) | Nil
- #type : String | Nil
- #weapon_type : String | Nil
Constructor Detail
Class Method Detail
TODO Need a separate helper for loading all the skills as an array. Implementing paging before this is likely necessary