public Angelsong(UUID ownerId) {
super(ownerId, 4, "Angelsong", Rarity.COMMON, new CardType[]{CardType.INSTANT}, "{1}{W}");
this.expansionSetCode = "ALA";
this.color.setWhite(true);
this.getSpellAbility().addEffect(new PreventAllCombatDamageEffect(Duration.EndOfTurn));
this.addAbility(new CyclingAbility(new ManaCostsImpl("{2}")));
}