XIVStats / lodestone

A module for interfacing with the Final Fantasy XIV Lodestone, and returning entity (character, server etc.) information.
MIT License
0 stars 0 forks source link

(class): add starting level attribute to all classes #38

Closed ReidWeb closed 2 years ago

ReidWeb commented 2 years ago

Description

Add a starting level attribute to ClassConfig, for use in ascertaining whether a class is at starting level or not.

Use Case

As a consumer of this module, I should be able to ascertain the starting level for each class/job.

Proposed Solution

Include startingLevel attribute in class config.

Other information

This will allow for consumers (namely the statistics aggregator) to fetch this fact about a class/job easily from the same source as the class name.

This is not an opinion so is not being included in the stats package.

Acknowledge