R2API Colors
API for registering Colors to the game
Last updated | 2 weeks ago |
Total downloads | 1048424 |
Total rating | 2 |
Categories | Libraries |
Dependency string | RiskofThunder-R2API_Colors-1.0.3 |
Dependants | 587 other packages depend on this package |
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.2109README
R2API.Colors - Easy Addition of Colors and Damage Colors
About
R2API.Colors is a submodule for R2API that adds a single unified method for adding both Colors and Damage Colors to the game.
These new colors can be used on Attacks for adding unique coloration to the damage numbers, and add unique colors to ItemTiers, and more miscellaneous color usages.
Use Cases / Features
R2API.Colors can be used for mods to add their own ColorIndex and DamageColorIndex to the game, which then can be used in a plethora of scenarios.
This is done via code by methods that return the ColorCatalog.ColorIndex or DamageColorIndex that will represent said color.
Alongsided this, R2API.Colors also adds two new Scriptable Objects, which can be used to pre-serialize Color Indices.
These are the SerializableColorCatalogEntry and the SerializableDamageColor.
These scriptable objects can later be used for example, in EntityStateConfigurations for serializing the DamageColorIndex of a certain attack in an entity state.
Related Pages
Changelog
'1.0.3'
- Fix compatibility with other mods that modify ColorCatalog.
'1.0.2'
- Fix for
SOTS
update.
'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.