mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Fixed Spell Description of MorphDown
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
Name:Swords to Plowshares
|
Name:Swords to Plowshares
|
||||||
ManaCost:W
|
ManaCost:W
|
||||||
Types:Instant
|
Types:Instant
|
||||||
A:SP$ ChangeZone | Cost$ W | ValidTgts$ Creature | TgtPrompt$ Select target creature | Origin$ Battlefield | Destination$ Exile | RememberLKI$ True | SpellDescription$ Exile target creature. Its controller gains life equal to its power. | SubAbility$ DBGainLife
|
A:SP$ ChangeZone | Cost$ W | ValidTgts$ Creature | TgtPrompt$ Select target creature | Origin$ Battlefield | Destination$ Exile | RememberLKI$ True | SpellDescription$ Exile target creature. Its controller gains life equal to its power. | StackDescription$ SpellDescription | SubAbility$ DBGainLife
|
||||||
SVar:DBGainLife:DB$ GainLife | Defined$ RememberedController | LifeAmount$ X | References$ X | SubAbility$ DBCleanup
|
SVar:DBGainLife:DB$ GainLife | Defined$ RememberedController | LifeAmount$ X | References$ X | SubAbility$ DBCleanup
|
||||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||||
SVar:X:RememberedLKI$CardPower
|
SVar:X:RememberedLKI$CardPower
|
||||||
|
|||||||
@@ -184,7 +184,7 @@ public class CardFactoryUtil {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
morphDown.setDescription("(You may cast this face down as a 2/2 creature for 3.)");
|
morphDown.setDescription("(You may cast this face down as a 2/2 creature for {3}.)");
|
||||||
morphDown.setStackDescription("Morph - Creature 2/2");
|
morphDown.setStackDescription("Morph - Creature 2/2");
|
||||||
morphDown.setCastFaceDown(true);
|
morphDown.setCastFaceDown(true);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user