


This is mainly just meant to be an API for my other mod, EliteAspectsChanges, that handles all of the stuff involving turning the aspects into yellow items. This way, I can easily and quickly add new or modded elites to this mod, or other mod developers can easily add compatibility with this mod if they feel. This mod does not contain any of the changes present in EliteAspectsChanges, but it does contain configuration for item tier and item availability.
If you want to use this mod to easily turn your elite aspect into a yellow item, all you have to do is use the YellowAspectDef method. This method accepts the original aspect in its equipment form, and either 4 strings or a list of strings in order to populate the language tokens (in order of name, pickup, description, lore).
YellowAspectDef(OriginalAspect, NameToken, PickupToken, DescriptionToken, LoreToken) or YellowAspectDef(OriginalAspect, NewLanguageTokens)
1.0.1
1.0.0