forked from External/mage
Modify cards
This commit is contained in:
parent
4b8d31e5f4
commit
59f88047e4
28119 changed files with 88042 additions and 761368 deletions
|
|
@ -25,15 +25,15 @@
|
|||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.avacynrestored;
|
||||
package mage.cards.b;
|
||||
|
||||
import java.util.UUID;
|
||||
import mage.constants.CardType;
|
||||
import mage.constants.Rarity;
|
||||
import mage.Mana;
|
||||
import mage.abilities.dynamicvalue.common.PermanentsOnBattlefieldCount;
|
||||
import mage.abilities.effects.common.DynamicManaEffect;
|
||||
import mage.cards.CardImpl;
|
||||
import mage.cards.CardSetInfo;
|
||||
import mage.filter.common.FilterControlledCreaturePermanent;
|
||||
|
||||
/**
|
||||
|
|
@ -42,9 +42,8 @@ import mage.filter.common.FilterControlledCreaturePermanent;
|
|||
*/
|
||||
public class BattleHymn extends CardImpl {
|
||||
|
||||
public BattleHymn(UUID ownerId) {
|
||||
super(ownerId, 128, "Battle Hymn", Rarity.COMMON, new CardType[]{CardType.INSTANT}, "{1}{R}");
|
||||
this.expansionSetCode = "AVR";
|
||||
public BattleHymn(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId,setInfo,new CardType[]{CardType.INSTANT},"{1}{R}");
|
||||
|
||||
|
||||
// Add {R} to your mana pool for each creature you control.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue