6768697071727374757677
mode.getEffects().add(new EtherwroughtPageEffect()); ability.addMode(mode); // or each opponent loses 1 life Mode mode1 = new Mode(); mode1.getEffects().add(new LoseLifeOpponentsEffect(1)); ability.addMode(mode1); this.addAbility(ability); }