A collection of custom Risk of Rain 2 items based off of community modders, much like how vanilla has developer items (Ghor's Tome, Paul's Goat Hoof).
This mod is a ThunderKit Project, and also makes use of Moonstorm Shared Utils to handle the project.
Contribution can be done through forking this project and creating a pull request between this project and the fork, much like R2API. Please follow the folder structure within the Unity Project, using your name for folders within the AssetBundle
, Scripts
, and Source
folders. ItemDefs, BuffDefs, etc are added by the MSU Module Bases automatically. The TokenBase
class is used to add your own set of tokens to the game, and was made for this project. Check out ValeTokens
for example usage.
For an example of an item, check out the Vale
folders within AssetBundle
, Scripts
and Source
. (Item works but is WIP).