mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Added Aetherborn Maurader
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -16216,6 +16216,7 @@ forge-gui/res/cardsfolder/upcoming/aerial_responder.txt -text
|
|||||||
forge-gui/res/cardsfolder/upcoming/aether_hub.txt -text
|
forge-gui/res/cardsfolder/upcoming/aether_hub.txt -text
|
||||||
forge-gui/res/cardsfolder/upcoming/aether_meltdown.txt -text
|
forge-gui/res/cardsfolder/upcoming/aether_meltdown.txt -text
|
||||||
forge-gui/res/cardsfolder/upcoming/aether_theorist.txt -text
|
forge-gui/res/cardsfolder/upcoming/aether_theorist.txt -text
|
||||||
|
forge-gui/res/cardsfolder/upcoming/aetherborn_marauder.txt -text
|
||||||
forge-gui/res/cardsfolder/upcoming/aetherflux_reservoir.txt -text
|
forge-gui/res/cardsfolder/upcoming/aetherflux_reservoir.txt -text
|
||||||
forge-gui/res/cardsfolder/upcoming/aethersquall_ancient.txt -text
|
forge-gui/res/cardsfolder/upcoming/aethersquall_ancient.txt -text
|
||||||
forge-gui/res/cardsfolder/upcoming/aetherstorm_roc.txt -text
|
forge-gui/res/cardsfolder/upcoming/aetherstorm_roc.txt -text
|
||||||
|
|||||||
17
forge-gui/res/cardsfolder/upcoming/aetherborn_marauder.txt
Normal file
17
forge-gui/res/cardsfolder/upcoming/aetherborn_marauder.txt
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
Name:Aetherborn Marauder
|
||||||
|
ManaCost:3 B
|
||||||
|
Types:Creature Aetherborn Rogue
|
||||||
|
PT:2/2
|
||||||
|
K:Flying
|
||||||
|
K:Lifelink
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMoveCounters | TriggerDescription$ When CARDNAME enters the battlefield, move any number of +1/+1 counters from other permanents you control onto CARDNAME.
|
||||||
|
SVar:TrigMoveCounters:DB$ Repeat | MaxRepeat$ RepeatCap | RepeatSubAbility$ PermanentToAbsorb
|
||||||
|
SVar:RepeatCap:Count$Valid Permanent.YouCtrl+Other+counters_GE1_P1P1
|
||||||
|
SVar:PermanentToAbsorb:DB$ ChooseCard | Defined$ You | Amount$ 1 | Choices$ Permanent.YouCtrl+Other+counters_GE1_P1P1 | ChoiceTitle$ Move +1/+1 counters from? | RememberChosen$ True | SubAbility$ DBAmountToMove
|
||||||
|
SVar:DBAmountToMove:DB$ ChooseNumber | Max$ Max | ListTitle$ Take how many +1/+1 counters? | SubAbility$ DBMove
|
||||||
|
SVar:Max:Remembered$CardCounters.P1P1
|
||||||
|
SVar:DBMove:DB$ MoveCounter | Source$ Remembered | Defined$ Self | CounterNum$ X | CounterType$ P1P1 | SubAbility$ DBCleanup
|
||||||
|
SVar:X:Count$ChosenNumber
|
||||||
|
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True | ClearChosenCard$ True
|
||||||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/spike_cannibal.jpg
|
||||||
|
Oracle:Flying, lifelink\nWhen Aetherborn Marauder enters the battlefield, move any number of +1/+1 counters from other permanents you control onto Aetherborn Marauder.
|
||||||
Reference in New Issue
Block a user