mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Updated the text for Kindred Summons.
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
Name:Kindred Summons
|
Name:Kindred Summons
|
||||||
ManaCost:5 G G
|
ManaCost:5 G G
|
||||||
Types:Instant
|
Types:Instant
|
||||||
A:SP$ ChooseType | Cost$ 5 G G | Defined$ You | Type$ Creature | SubAbility$ DBDigUntil | AILogic$ MostProminentComputerControls | SpellDescription$ Choose a creature type. Reveal cards from the top of your library until you reveal X creature cards of the chosen type, where X is the number of creatures you control of the chosen type, and place them onto the battlefield. Shuffle the other cards revealed this way into your library.
|
A:SP$ ChooseType | Cost$ 5 G G | Defined$ You | Type$ Creature | SubAbility$ DBDigUntil | AILogic$ MostProminentComputerControls | SpellDescription$ Choose a creature type. Reveal cards from the top of your library until you reveal X creature cards of the chosen type, where X is the number of creatures you control of that type. Put those cards onto the battlefield, then shuffle the rest of the revealed cards into your library.
|
||||||
SVar:DBDigUntil:DB$ DigUntil | Amount$ X | References$ X | ConditionCheckSVar$ X | ConditionSVarCompare$ GE1 | Valid$ Creature.ChosenType+YouOwn | ValidDescription$ creature with chosen type | RevealedDestination$ Library | RevealedLibraryPosition$ -1 | FoundDestination$ Battlefield | SubAbility$ DBShuffle
|
SVar:DBDigUntil:DB$ DigUntil | Amount$ X | References$ X | ConditionCheckSVar$ X | ConditionSVarCompare$ GE1 | Valid$ Creature.ChosenType+YouOwn | ValidDescription$ creature with chosen type | RevealedDestination$ Library | RevealedLibraryPosition$ -1 | FoundDestination$ Battlefield | SubAbility$ DBShuffle
|
||||||
SVar:DBShuffle:DB$ Shuffle | Defined$ You
|
SVar:DBShuffle:DB$ Shuffle | Defined$ You
|
||||||
SVar:X:Count$Valid Creature.ChosenType+YouCtrl
|
SVar:X:Count$Valid Creature.ChosenType+YouCtrl
|
||||||
SVar:RemAIDeck:True
|
SVar:RemAIDeck:True
|
||||||
SVar:NeedsToPlay:Creature
|
SVar:NeedsToPlay:Creature
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/kindred_summons.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/kindred_summons.jpg
|
||||||
Oracle:Choose a creature type. Reveal cards from the top of your library until you reveal X creature cards of the chosen type, where X is the number of creatures you control of the chosen type, and place them onto the battlefield. Shuffle the other cards revealed this way into your library.
|
Oracle:Choose a creature type. Reveal cards from the top of your library until you reveal X creature cards of the chosen type, where X is the number of creatures you control of that type. Put those cards onto the battlefield, then shuffle the rest of the revealed cards into your library.
|
||||||
|
|||||||
Reference in New Issue
Block a user