Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
R2API RecalculateStats
API for manipulating Character Stats
| Date uploaded | 3 years ago |
| Version | 1.1.0 |
| Download link | RiskofThunder-R2API_RecalculateStats-1.1.0.zip |
| Downloads | 71236 |
| Dependency string | RiskofThunder-R2API_RecalculateStats-1.1.0 |
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.RecalculateStats - Global solution for manipulating Character Stats.
About
R2API.RecalculateStats is a submodule assembly for R2API that allows mod creators to finely tune stat changes for Characters ingame
It is intended to be a global solution for mods in general.
Use Cases / Features
R2API.RecalculateStats works via the GetStatCoefficients event, which allows a mod creator to run logic and modify the incoming stat changes for a Character.
These stat changes are represented in the StatHookEventArgs, which includes arguments for modifying a variety of stats, these include:
- Max Health
- Health Regeneration
- Movement Speed
- Jump Power
- Damage
- Attack Speed
- Critical Strike Chance
- Armor
- Curse
- Cooldown reduction for skills
- Shield
- Critical Strike Damage
Related Pages
Changelog
'1.1.0'
- Added
attackSpeedReductionMultAddstat for reducing attack speed.
'1.0.0'
- Split from the main R2API.dll into its own submodule.