You are viewing a potentially older version of this package.
View all versions.

R2API Orb
API for creation and management of custom Orb types.
Date uploaded | 2 years ago |
Version | 1.0.1 |
Download link | RiskofThunder-R2API_Orb-1.0.1.zip |
Downloads | 1552580 |
Dependency string | RiskofThunder-R2API_Orb-1.0.1 |
This mod requires the following mods to function

bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.2109

README
R2API.Orb - Creation and management of custom Orb types.
About
R2API.Orb is a submodule assembly for R2API that allows mod creators to add new Orbs to the game. Orbs include things like Lightning Orbs, healing orbs and more.
Use Cases / Features
R2API.Orb works via the OrbAPI class, where you can use AddOrb() to add a new type of orb that subclasses from the class RoR2.Orbs.Orb
Related Pages
Changelog
'1.0.1'
- Fix the NuGet package which had a dependency on a non-existent version of
R2API.Core
.
'1.0.0'
- Split from the main R2API.dll into its own submodule.