mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
Merge branch 'eber' into 'master'
A22: Captain Eberhart See merge request core-developers/forge!5915
This commit is contained in:
@@ -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());
|
||||
|
||||
8
forge-gui/res/cardsfolder/upcoming/captain_eberhart.txt
Normal file
8
forge-gui/res/cardsfolder/upcoming/captain_eberhart.txt
Normal 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.
|
||||
Reference in New Issue
Block a user