public Attack(AttackKind kind, Verb verb, int hitValue, int damageValue, int staminaPenalty) : this(kind, verb, hitValue, damageValue, staminaPenalty, 0) { }
public Attack(AttackKind kind, Verb verb, int hitValue, int damageValue) : this(kind, verb, hitValue, damageValue, 0, 0) { }