Function get_skill_damage

Source
pub fn get_skill_damage(pid: u16, skill_id: u16) -> f64
Expand description

Get the amount of damage (as caused through the Damage Skill effect)
to a player’s skill.

pid The player ID.
skill_id The skill ID.

Returns the amount of damage to the skill.