adamhaertter / PrestigeItemsMod

Learning to create mods for Risk of Rain 2 (for now)
1 stars 0 forks source link

Add PrestigeSymbiote Item #22

Closed adamhaertter closed 3 months ago

adamhaertter commented 3 months ago

Adds PrestigeSymbiote item implementation as well as a model update for it in the assetBundle to fix a visual bug. Item functionality tested and functions as intended. May revisit in the future to address minor concerns (balancing, effect delay, model, tier), but bulk functionality is ready to go. (i.e. other changes at this point are getting nitpicky)

Also adds a dependency for RecalculateStatsAPI, so other branches should rebase. Closes #12