effect.setText("until end of turn, creatures you control gain \"Whenever this creature deals damage, you gain that much life.\"");
mode.getEffects().add(effect);
this.getSpellAbility().getModes().addMode(mode);
// Entwine {1}{W}
this.addAbility(new EntwineAbility("{1}{W}"));
}