public abstract Attack Buff(Attack attack);
public override Attack Buff(Attack attack) { return(attack); }