Method AttackPenalty
AttackPenalty(int)
Creates an Attack penalty item property. Penalty must be a positive integer between 1 and 5 (1 = -1).
public static ItemProperty AttackPenalty(int penalty)
Parameters
penaltyintThe attack penalty (1–5, interpreted as negative).
Returns
- ItemProperty
The created item property.