ImpalingStrikeSkill
Impaling Strike (PROC) - Chance to cause bleed damage over time. Tier 2 unlock.
Inherited properties
Functions
Link copied to clipboard
Returns whether this skill affects damage when used offensively.
Link copied to clipboard
Applies this bonus to a player based on their skill level.
Link copied to clipboard
Link copied to clipboard
Gets the numeric value of the bonus at a given skill level.
Link copied to clipboard
Gets a formatted string describing the bonus at a given level.
Link copied to clipboard
Gets the lore description for the skill menu display.
Link copied to clipboard
Gets the proc chance at the given skill level.
Link copied to clipboard
Called when a player activates (selects) this skill.
Link copied to clipboard
Called when a player deactivates (deselects) this skill.
Link copied to clipboard
Removes this bonus from a player.
Inherited functions
Link copied to clipboard
Applies placeholder replacements to the formatted bonus template from config.
Link copied to clipboard
Applies placeholder replacements to lore templates from config.
Link copied to clipboard
Clamps a defensive damage reduction into the safe [0, MAX_DEFENSIVE_REDUCTION] range.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Minimum time in milliseconds that must pass between successive procs of this skill for the same player.
Link copied to clipboard
Gets the required level for a given unlock tier.
Link copied to clipboard
Gets the proc count for a player.
Link copied to clipboard
Link copied to clipboard
Returns the configured cooldown at a specific skill level.
Returns the configured cooldown at the player's current skill level.
Link copied to clipboard
Returns the configured proc chance at the player's current skill level.
Link copied to clipboard
Returns the configured linear bonus at a specific skill level.
Returns the configured linear bonus at the player's current level.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the test strategy for verifying this skill in automated testing.
Link copied to clipboard
Link copied to clipboard
Increments the proc count for a player.
Link copied to clipboard
Checks if a player meets the level requirement for this bonus.
Link copied to clipboard
Resets all proc counts.
Link copied to clipboard
Resets the proc count for a player.
Link copied to clipboard
The standard linear per-level scaling used by most skill payouts:
base + level * perLevel.Capped variant of scaled:
min(cap, base + level * perLevel).Link copied to clipboard
Sends a skill trigger action bar message to the player.
Link copied to clipboard
public static void sendStackingSkillActionBar(Player player, SkillBonus skill, int currentStacks, int maxStacks)
Sends a stacking skill action bar message showing current stack count.
Link copied to clipboard
Sets the configuration fields for this skill.
Link copied to clipboard