Merge branch 'eber' into 'master'

A22: Captain Eberhart

See merge request core-developers/forge!5915
This commit is contained in:
Michael Kamensky
2021-12-08 03:53:44 +00:00
2 changed files with 9 additions and 0 deletions

View File

@@ -275,6 +275,7 @@ public class GameAction {
copied.setChangedCardTypesCharacterDefining(c.getChangedCardTypesCharacterDefiningTable());
copied.setChangedCardNames(c.getChangedCardNames());
copied.setChangedCardTraits(c.getChangedCardTraits());
copied.setDrawnThisTurn(c.getDrawnThisTurn());
copied.copyChangedTextFrom(c);
copied.setTimestamp(c.getTimestamp());

View File

@@ -0,0 +1,8 @@
Name:Captain Eberhart
ManaCost:1 W
Types:Legendary Creature Human Soldier
PT:1/1
K:Double strike
S:Mode$ ReduceCost | ValidCard$ Card.YouOwn+DrawnThisTurn | Type$ Spell | Amount$ 1 | Description$ Spells cast from among cards you drew this turn cost {1} less to cast.
S:Mode$ RaiseCost | ValidCard$ Card.OppOwn+DrawnThisTurn | Type$ Spell | Amount$ 1 | Description$ Spells cast from among cards your opponents drew this turn cost {1} more to cast.
Oracle:Double strike\nSpells cast from among cards you drew this turn cost {1} less to cast.\nSpells cast from among cards your opponents drew this turn cost {1} more to cast.