Method MissChance
MissChance(int, MissChanceType)
Creates a new effect used to hinder the attacks of the creature it is applied to.
public static Effect MissChance(int missPct, MissChanceType missChanceType = MissChanceType.Normal)
Parameters
missPctintA positive number representing the percentage chance to miss.
missChanceTypeMissChanceTypeThe type of attack that will have the hindered attack.