forked from External/mage
[VOW] added tokens and images support
This commit is contained in:
parent
dd72e078b5
commit
3cb721fbd9
21 changed files with 143 additions and 23 deletions
|
|
@ -10,6 +10,8 @@ import mage.abilities.effects.common.DrawCardSourceControllerEffect;
|
|||
import mage.constants.CardType;
|
||||
import mage.constants.SubType;
|
||||
|
||||
import java.util.Arrays;
|
||||
|
||||
/**
|
||||
* @author TheElk801
|
||||
*/
|
||||
|
|
@ -28,6 +30,8 @@ public final class BloodToken extends TokenImpl {
|
|||
ability.addCost(new DiscardCardCost());
|
||||
ability.addCost(new SacrificeSourceCost().setText("Sacrifice this artifact"));
|
||||
this.addAbility(ability);
|
||||
|
||||
availableImageSetCodes = Arrays.asList("VOW");
|
||||
}
|
||||
|
||||
public BloodToken(final BloodToken token) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue