Earlier Versions
Name | Size | Uploaded | Game Version | Downloads | |
11 +1 More release | 21.86 KB | Apr 20, 2017 | 7.2.0 | 969 | ![]() |
9 +1 More release | 21.86 KB | Mar 30, 2017 | 7.2.0 | 175 | ![]() |
7 +1 More release | 22.06 KB | Feb 7, 2017 | 7.1.5 | 165 | ![]() |
r13-alpha +1 More alpha | 21.88 KB | Oct 1, 2017 | 7.3.0 | 33 | ![]() |
r12-alpha +1 More alpha | 21.59 KB | Oct 1, 2017 | 7.3.0 | 35 | ![]() |
r10-alpha +1 More alpha | 21.60 KB | Apr 20, 2017 | 7.2.0 | 5 | ![]() |
r8-alpha +1 More alpha | 21.59 KB | Mar 30, 2017 | 7.2.0 | 4 | ![]() |
r6-alpha +1 More alpha | 22.06 KB | Feb 7, 2017 | 7.1.5 | 7 | ![]() |
r5-alpha +1 More alpha | 22.04 KB | Feb 7, 2017 | 7.1.5 | 7 | ![]() |
r4-alpha +1 More alpha | 21.42 KB | Feb 7, 2017 | 7.1.5 | 9 | ![]() |
r3-alpha +1 More alpha | 21.37 KB | Feb 6, 2017 | 7.1.5 | 9 | ![]() |
Description
The stock UI provides much of the artifact data only when an artifact is viewed and only for that one artifact.
While LibArtifactData-1.0 is over-complicated in most situations IMO.
This Library will only provide simple APIs for getting the Artifact traits levels.
Note:
If you use it as a lib in your addon, make sure LibArtifactTraitsCharacterDB is not nil
If you use it as an addon directly. Please do not forget LoadAddon("LibArtifactTraits")
Sample:
LoadAddOn("LibArtifactTraits")
print(LibArtifactTraits.GetPerkFactor())
APIs:
Ranks Getting APIs:
LibArtifactTraits.GetTraitsCurrentRank(power_id)
LibArtifactTraits.GetTraitsCurrentRankSafe(power_id)
4th Golden Perk Factor API:
LibArtifactTraits.GetPerkFactor()
Add a comment