public ScouredBarrens(UUID ownerId) {
super(ownerId, 242, "Scoured Barrens", Rarity.COMMON, new CardType[]{CardType.LAND}, "");
this.expansionSetCode = "KTK";
// Scoured Barrens enters the battlefield tapped.
this.addAbility(new EntersBattlefieldTappedAbility());
// When Scoured Barrens enters the battlefield, you gain 1 life.
this.addAbility(new EntersBattlefieldTriggeredAbility(new GainLifeEffect(1)));
// {T}: Add {W} or {B} to your mana pool.
this.addAbility(new WhiteManaAbility());
this.addAbility(new BlackManaAbility());