mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Add Aligned Hedron Network
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -1674,6 +1674,7 @@ forge-gui/res/cardsfolder/a/alhammarrets_archive.txt -text
|
|||||||
forge-gui/res/cardsfolder/a/ali_baba.txt svneol=native#text/plain
|
forge-gui/res/cardsfolder/a/ali_baba.txt svneol=native#text/plain
|
||||||
forge-gui/res/cardsfolder/a/ali_from_cairo.txt svneol=native#text/plain
|
forge-gui/res/cardsfolder/a/ali_from_cairo.txt svneol=native#text/plain
|
||||||
forge-gui/res/cardsfolder/a/alibans_tower.txt svneol=native#text/plain
|
forge-gui/res/cardsfolder/a/alibans_tower.txt svneol=native#text/plain
|
||||||
|
forge-gui/res/cardsfolder/a/aligned_hedron_network.txt -text
|
||||||
forge-gui/res/cardsfolder/a/alive_well.txt -text
|
forge-gui/res/cardsfolder/a/alive_well.txt -text
|
||||||
forge-gui/res/cardsfolder/a/all_hallows_eve.txt svneol=native#text/plain
|
forge-gui/res/cardsfolder/a/all_hallows_eve.txt svneol=native#text/plain
|
||||||
forge-gui/res/cardsfolder/a/all_in_good_time.txt -text
|
forge-gui/res/cardsfolder/a/all_in_good_time.txt -text
|
||||||
|
|||||||
13
forge-gui/res/cardsfolder/a/aligned_hedron_network.txt
Normal file
13
forge-gui/res/cardsfolder/a/aligned_hedron_network.txt
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
Name:Aligned Hedron Network
|
||||||
|
ManaCost:4
|
||||||
|
Types:Artifact
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigExile | TriggerDescription$ When CARDNAME enters the battlefield, exile all creatures with power 5 or greater until CARDNAME leaves the battlefield. (Those creatures return under their owners' control.)
|
||||||
|
SVar:TrigExile:AB$ ChangeZoneAll | Cost$ 0 | Origin$ Battlefield | Destination$ Exile | RememberChanged$ True | ChangeType$ Creature.powerGE5 | ConditionPresent$ Card.Self | SubAbility$ DBEffect
|
||||||
|
SVar:DBEffect:DB$ Effect | Triggers$ ComeBack | RememberObjects$ Remembered | ImprintCards$ Self | SVars$ TrigReturn,ExileSelf | ConditionPresent$ Card.Self | Duration$ Permanent
|
||||||
|
SVar:ComeBack:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.IsImprinted | Execute$ TrigReturn | TriggerZones$ Command | TriggerController$ TriggeredCardController | Static$ True | TriggerDescription$ Those creatures are exiled until Aligned Hedron Network leaves the battlefield
|
||||||
|
SVar:TrigReturn:DB$ ChangeZoneAll | Origin$ Exile | Destination$ Battlefield | ChangeType$ Card.IsRemembered | SubAbility$ ExileSelf
|
||||||
|
SVar:ExileSelf:DB$ ChangeZone | Origin$ Command | Destination$ Exile | Defined$ Self
|
||||||
|
SVar:PlayMain1:TRUE
|
||||||
|
SVar:OblivionRing:TRUE
|
||||||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/aligned_hedron_network.jpg
|
||||||
|
Oracle:When Aligned Hedron Network enters the battlefield, exile all creatures with power 5 or greater until Aligned Hedron Network leaves the battlefield. (Those creatures return under their owners' control.)
|
||||||
Reference in New Issue
Block a user