Function set_skill_damage

Source
pub fn set_skill_damage(pid: u16, skill_id: u16, value: f64)
Expand description

Set 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.
value The amount of damage to the player’s skill.

Returns void