public static final MagicEvent Self( final MagicSource source, final MagicCounterType type, final int amount) { return new MagicEvent( source, amount, EventAction(type), "PN puts " + amount + " " + type.getName() + " counters on SN."); }
public MagicPutCounterEvent( final MagicSource source, final MagicCounterType type, final int amount) { super( source, MagicTargetChoice.POS_TARGET_CREATURE, MagicPumpTargetPicker.create(), amount, EventActionTarget(type), "PN puts " + amount + " " + type.getName() + " counters on target creature$."); }