Merge branch 'patch' into 'master'

- Fixed two cards

See merge request core-developers/forge!312
This commit is contained in:
swordshine
2018-03-23 04:39:59 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -4,6 +4,6 @@ Types:Creature Drake
PT:2/2
K:Flying
K:Kicker:4
T:Mode$ ChangesZone | ValidCard$ Card.Self+kicked | Origin$ Any | Destination$ Battlefield | Execute$ TrigPut | Static$ True | TriggerDescription$ If CARDNAME was kicked, it enters the battlefield with two +1/+1 counters on it.
SVar:TrigPut:DB$ PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 2
K:etbCounter:P1P1:2:CheckSVar$ WasKicked:If CARDNAME was kicked, it enters the battlefield with two +1/+1 counters on it.
SVar:WasKicked:Count$Kicked.1.0
Oracle:Flying\nKicker {4} (You may pay an additional {4} as you cast this spell.)\nIf Academy Drake was kicked, it enters the battlefield with two +1/+1 counters on it.

View File

@@ -6,7 +6,7 @@ K:Reach
K:Trample
S:Mode$ Continuous | Affected$ Card.Self | AddPower$ X | AddToughness$ X | Description$ CARDNAME gets +1/+1 for each land you control and each land in your graveyard.
SVar:X:Count$Valid Land.YouCtrl/Plus.Y
SVar:Y:TypeInYourYard.Land
SVar:Y:Count$TypeInYourYard.Land
A:AB$ ChangeZone | Cost$ 1 G Return<2/Land> | Origin$ Graveyard | Destination$ Hand | ActivationZone$ Graveyard | SpellDescription$ Return CARDNAME from your graveyard to your hand.
SVar:DiscardMe:1
Oracle:Reach, trample\nMultani, Yavimaya's Avatar gets +1/+1 for each land you control and each land in your graveyard.\n{1}{G}, Return two lands you control to their owner's hand: Return Multani from your graveyard to your hand.