Skell-AspectsToItems icon

AspectsToItems

Acts as an API for EliteAspectsChanges.

Last updated 2 years ago
Total downloads 19507
Total rating 4 
Categories Tweaks Items
Dependency string Skell-AspectsToItems-1.0.6
Dependants 2 other packages depend on this package

This mod requires the following mods to function

bbepis-BepInExPack-5.3.1 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.3.1
tristanmcpherson-R2API-3.0.30 icon
tristanmcpherson-R2API

A modding API for Risk of Rain 2

Preferred version: 3.0.30

README

AspectsToItems

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, 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). You can also now use a sprite as an argument if you want to replace the equipment's sprite.

Changelog

1.0.6

  • Added the ability to replace icons. 1.0.5
  • Fixed enemy elites not being actual elites. 1.0.4
  • The elite buff is now properly removed when the item is lost. 1.0.3
  • Fixed for Risk of Rain 2 v1.1.1.2. 1.0.2
  • Fixed an issue with characters who didn't have item displays (e.g. Heretic). 1.0.1
  • Updated for R2API 3.0.7. 1.0.0
  • Initial Release