diff --git a/res/cardsfolder/a/ajani_goldmane.txt b/res/cardsfolder/a/ajani_goldmane.txt index e597035224f..f1693c242a6 100644 --- a/res/cardsfolder/a/ajani_goldmane.txt +++ b/res/cardsfolder/a/ajani_goldmane.txt @@ -3,6 +3,12 @@ ManaCost:2 W W Types:Planeswalker Ajani Text:no text Loyalty:4 +A:AB$ GainLife | Cost$ AddCounter<1/LOYALTY> | LifeAmount$ 2 | Planeswalker$ True | SpellDescription$ You gain 2 life. +A:AB$ PutCounterAll | Cost$ SubCounter<1/LOYALTY> | ValidCards$ Creature.YouCtrl | CounterType$ P1P1 | CounterNum$ 1 | Planeswalker$ True | SubAbility$ DBPumpAll | SpellDescription$ Put a +1/+1 counter on each creature you control. Those creatures gain vigilance until end of turn. +SVar:DBPumpAll:DB$ PumpAll | ValidCards$ Creature.YouCtrl | KW$ Vigilance +A:AB$ Token | Cost$ SubCounter<6/LOYALTY> | TokenAmount$ 1 | TokenName$ Avatar | TokenTypes$ Creature,Avatar | TokenOwner$ You | TokenColors$ White | TokenPower$ X | TokenToughness$ X | TokenStaticAbilities$ Static | TokenSVars$ X | Planeswalker$ True | Ultimate$ True | SpellDescription$ Put a white Avatar creature token onto the battlefield. It has "This creature's power and toughness are each equal to your life total." +SVar:Static:Mode$ Continuous | SetPower$ X | SetToughness$ X | EffectZone$ Battlefield | CharacteristicDefining$ True | Description$ This creature's power and toughness are each equal to your life total. +SVar:X:Count$YourLifeTotal SVar:Rarity:Mythic SVar:Picture:http://www.wizards.com/global/images/magic/general/ajani_goldmane.jpg SetInfo:M11|Mythic|http://magiccards.info/scans/en/m11/1.jpg diff --git a/src/main/java/forge/card/cardFactory/CardFactory_Planeswalkers.java b/src/main/java/forge/card/cardFactory/CardFactory_Planeswalkers.java index f5b8897ee6e..3f4ba43ff56 100644 --- a/src/main/java/forge/card/cardFactory/CardFactory_Planeswalkers.java +++ b/src/main/java/forge/card/cardFactory/CardFactory_Planeswalkers.java @@ -215,7 +215,7 @@ public class CardFactory_Planeswalkers { } // *************** END ************ END ************************** -*/ + // *************** START *********** START ************************** if (cardName.equals("Ajani Goldmane")) { @@ -404,6 +404,7 @@ public class CardFactory_Planeswalkers { } // *************** END ************ END ************************** +*/ // *************** START *********** START ************************** else if (cardName.equals("Chandra Nalaar")) { // computer only plays ability 1 and 3, discard and return creature