mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Fixed Spell Description of MorphDown
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Name:Swords to Plowshares
|
||||
ManaCost:W
|
||||
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:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
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.setCastFaceDown(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user