summaryrefslogtreecommitdiff
path: root/src/main/java/tlIItools/Affix.java
AgeCommit message (Collapse)Author
2020-12-31Work on affix groups moreBenjamin J. Culkin
2020-12-30Begin adding of group listingBen Culkin
2020-12-29Convert affix type to an explicit enumBenjamin J. Culkin
2020-12-29Implement 'effect groups' as an explicit conceptBen Culkin
2020-12-29General updateBenjamin J. Culkin
2020-07-02Improve output for group namesBen Culkin
Improves the output for group names by including their associated numeric code
2020-07-02Implement affix grouping by contentsBen Culkin
Implements a basic way to 'group' affixes together. An affix group is a collection of affixes which generally provide the same benefits, but at varying levels. For example, '+2 strength' and '+4 strength' would be considered grouped affixes, assuming that they were spawning on the same items and such
2020-04-13Add some javadocBen Culkin
Add some javadoc comments
2020-04-12Adjust to BJC-Utils changesBen Culkin
Several packages were moved from BJC-Utils to esodata. This makes the necessary changes.
2020-04-06Cleanup some warningsBen Culkin
Cleanup some warnings
2020-03-29Update stuffsBenjamin J. Culkin
2019-01-17Refactor AffixListerBenjamin J. Culkin
AffixLister got refactored some more, in preparation for adding the ability to load things that aren't affixes.
2019-01-05Split AffixListerBenjamin J. Culkin
This splits AffixLister into a separate file for each class that it once contained.