SkillBonusRegistry
Registry for managing skill bonuses.
This class handles: - Registration of bonus types for each skill - Lookup of skills by ID or type - Application of all bonuses to players - Calculation of total bonuses for display
Functions
Link copied to clipboard
Applies all bonuses from all skills to a player.
Link copied to clipboard
Applies all applicable bonuses for a specific skill to a player.
Link copied to clipboard
Gets all bonuses across all skill types.
Link copied to clipboard
Link copied to clipboard
Gets all bonuses registered for a skill type.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Gets all enabled bonuses for a skill type.
Link copied to clipboard
Gets the count of enabled skills for a skill type.
Link copied to clipboard
Link copied to clipboard
Helper method to get a player's skill level.
Link copied to clipboard
Gets a skill bonus by its unique ID.
Link copied to clipboard
Gets the count of registered skills for a skill type.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Registers a bonus for a specific skill type.
Link copied to clipboard
Removes all bonuses from a player.
Link copied to clipboard