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.
| Last updated | 7 months ago |
| Total downloads | 615536 |
| Total rating | 6 |
| Categories | Libraries |
| Dependency string | RiskofThunder-R2API_Skills-1.0.4 |
| Dependants | 101 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.Skills
Use Cases / Features
Adds extra fields (can be accessed with extension methods) to GenericSkill that controls its appearance in character selection screen:
- Hide a GenericSkill in skills tab when first skill is selected (for example a passive selection where you can select an empty skill that does nothing)
- Hide a GenericSkill in loadout tab.
- Set a GenericSkill priority to reorder the rows in skills and loadout tabs.
- Set a title token override to change default one (like
Misc,Primaryetc) in loadout tab.
Adds extra fields (can be accessed with extension methods) to SkillDef:
- GetBonusStockMultiplier and SetBonusStockMultiplier (bonus stock multiplier for this skill)
- GetCooldownRefreshSound and SetCooldownRefreshSound (custom cooldown refresh sound for this skill)
Changelog
'1.0.4'
- Add GetCooldownRefreshSound and SetCooldownRefreshSound to SkillDef
'1.0.3'
- Remake bonusStockMultiplier logic
'1.0.2'
- Add GetBonusStockMultiplier and SetBonusStockMultiplier to SkillDef
'1.0.1'
- Fix an incompatibility with another mod
'1.0.0'
- Initial Release