mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
- Added Hypergenesis
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -5053,6 +5053,7 @@ res/cardsfolder/h/hydrosurge.txt -text
|
|||||||
res/cardsfolder/h/hyena_umbra.txt svneol=native#text/plain
|
res/cardsfolder/h/hyena_umbra.txt svneol=native#text/plain
|
||||||
res/cardsfolder/h/hymn_of_rebirth.txt svneol=native#text/plain
|
res/cardsfolder/h/hymn_of_rebirth.txt svneol=native#text/plain
|
||||||
res/cardsfolder/h/hymn_to_tourach.txt svneol=native#text/plain
|
res/cardsfolder/h/hymn_to_tourach.txt svneol=native#text/plain
|
||||||
|
res/cardsfolder/h/hypergenesis.txt -text
|
||||||
res/cardsfolder/h/hyperion_blacksmith.txt svneol=native#text/plain
|
res/cardsfolder/h/hyperion_blacksmith.txt svneol=native#text/plain
|
||||||
res/cardsfolder/h/hypersonic_dragon.txt -text
|
res/cardsfolder/h/hypersonic_dragon.txt -text
|
||||||
res/cardsfolder/h/hypervolt_grasp.txt svneol=native#text/plain
|
res/cardsfolder/h/hypervolt_grasp.txt svneol=native#text/plain
|
||||||
|
|||||||
22
res/cardsfolder/h/hypergenesis.txt
Normal file
22
res/cardsfolder/h/hypergenesis.txt
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
Name:Hypergenesis
|
||||||
|
ManaCost:no cost
|
||||||
|
Types:Sorcery
|
||||||
|
Colors:green
|
||||||
|
K:Suspend:3:1 G G
|
||||||
|
A:SP$ Repeat | Cost$ 2 G G | RepeatSubAbility$ ResetCheck | RepeatCheckSVar$ NumPlayerGiveup | RepeatSVarCompare$ LTTotalPlayer | SubAbility$ DBChangeZoneAll | StackDescription$ SpellDescription | SpellDescription$ Starting with you, each player may put an artifact, creature, enchantment, or land card from his or her hand onto the battlefield. Repeat this process until no one puts a card onto the battlefield.
|
||||||
|
SVar:ResetCheck:DB$ StoreSVar | SVar$ NumPlayerGiveup | Type$ Number | Expression$ 0 | SubAbility$ DBRepeatChoice
|
||||||
|
SVar:DBRepeatChoice:DB$ RepeatEach | RepeatSubAbility$ DBChoice | RepeatPlayers$ Player
|
||||||
|
SVar:DBChoice:DB$ GenericChoice | Choices$ DBCheckHand,DBNoChange | Defined$ Player.IsRemembered
|
||||||
|
SVar:DBCheckHand:DB$ StoreSVar | SVar$ NumPlayerGiveup | Type$ CountSVar | Expression$ NumPlayerGiveup/Plus.1 | ConditionCheckSVar$ CheckHand | ConditionSVarCompare$ EQ0 | SubAbility$ DBChoose | ChoiceDescription$ Choose an artifact, creature, enchantment, or land card from your hand onto the battlefield
|
||||||
|
SVar:DBChoose:DB$ ChooseCard | Defined$ Player.IsRemembered | Choices$ Artifact.IsNotRemembered+RememberedPlayerCtrl,Creature.IsNotRemembered+RememberedPlayerCtrl,Enchantment.IsNotRemembered+RememberedPlayerCtrl,Land.IsNotRemembered+RememberedPlayerCtrl | ChoiceZone$ Hand | Amount$ 1 | RememberChosen$ True | Mandatory$ True | ConditionCheckSVar$ CheckHand | ConditionSVarCompare$ GE1
|
||||||
|
SVar:DBNoChange:DB$ StoreSVar | SVar$ NumPlayerGiveup | Type$ CountSVar | Expression$ NumPlayerGiveup/Plus.1 | ChoiceDescription$ Do not put an artifact, creature, enchantment, or land card from your hand onto the battlefield
|
||||||
|
SVar:DBChangeZoneAll:DB$ ChangeZoneAll | Origin$ Hand | Destination$ Battlefield | ChangeType$ Card.IsRemembered | SubAbility$ FinalReset
|
||||||
|
SVar:FinalReset:DB$ StoreSVar | SVar$ NumPlayerGiveup | Type$ Number | Expression$ 0 | SubAbility$ DBCleanup
|
||||||
|
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||||
|
SVar:NumPlayerGiveup:Number$0
|
||||||
|
SVar:TotalPlayer:PlayerCountPlayers$Amount
|
||||||
|
SVar:CheckHand:Count$ValidHand Artifact.IsNotRemembered+RememberedPlayerCtrl,Creature.IsNotRemembered+RememberedPlayerCtrl,Enchantment.IsNotRemembered+RememberedPlayerCtrl,Land.IsNotRemembered+RememberedPlayerCtrl
|
||||||
|
SVar:RemAIDeck:True
|
||||||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/hypergenesis.jpg
|
||||||
|
SetInfo:TSP|Rare|http://magiccards.info/scans/en/ts/201.jpg
|
||||||
|
Oracle:Sorcery\nSuspend 3- {1}{G}{G} (Rather than cast this card from your hand, pay {1}{G}{G} and exile it with three time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, cast it without paying its mana cost.)\nStarting with you, each player may put an artifact, creature, enchantment, or land card from his or her hand onto the battlefield. Repeat this process until no one puts a card onto the battlefield.
|
||||||
Reference in New Issue
Block a user