Last updated 2 hours ago
Total downloads 12
Total rating 0 
Categories Libraries
Dependency string RiskofThunder-R2API_Skills-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

bbepis-BepInExPack-5.4.2109 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.2109
RiskofThunder-HookGenPatcher-1.2.3 icon
RiskofThunder-HookGenPatcher

MMHOOK generation at runtime.

Preferred version: 1.2.3
RiskofThunder-R2API_Core-5.1.5 icon
RiskofThunder-R2API_Core

Core R2API module

Preferred version: 5.1.5

README

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, Primary etc) in loadout tab.

Changelog

'1.0.0'

  • Initial Release