public BoostControlledEffect(int power, int toughness, Duration duration, FilterCreaturePermanent filter) {
this(new StaticValue(power), new StaticValue(toughness), duration, filter, false);
}
public BoostControlledEffect(int power, int toughness, Duration duration, FilterCreaturePermanent filter, boolean excludeSource) {
this(new StaticValue(power), new StaticValue(toughness), duration, filter, excludeSource);
}