Method Concealment
Concealment(int, MissChanceType)
Creates an effect that conceals an object.
public static Effect Concealment(int percentage, MissChanceType missChanceType = MissChanceType.Normal)
Parameters
percentageintA positive number representing the percentage chance for other attackers to miss (1-100).
missChanceTypeMissChanceTypeThe type of attack to apply this concealment against.