mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
- Made some cards ready for multiplayer
This commit is contained in:
@@ -3,7 +3,7 @@ ManaCost:5 R
|
||||
Types:Creature Devil
|
||||
PT:3/3
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ DevilTakeYou | TriggerDescription$ When CARDNAME dies, it deals 3 damage divided as you choose among one, two, or three target creatures and/or players.
|
||||
SVar:DevilTakeYou:DB$DealDamage | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player | TgtPrompt$ Select target creature or player to distribute damage to | NumDmg$ 3 | TargetMin$ 1 | TargetMax$ 3 | DividedAsYouChoose$ 3
|
||||
SVar:DevilTakeYou:DB$ DealDamage | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player to distribute damage to | NumDmg$ 3 | TargetMin$ 1 | TargetMax$ 3 | DividedAsYouChoose$ 3
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/gang_of_devils.jpg
|
||||
Oracle:When Gang of Devils dies, it deals 3 damage divided as you choose among one, two, or three target creatures and/or players.
|
||||
SetInfo:AVR Uncommon
|
||||
@@ -3,8 +3,8 @@ ManaCost:4 B B
|
||||
Types:Legendary Creature Zombie
|
||||
PT:5/5
|
||||
K:Intimidate
|
||||
A:AB$ ChangeZone | Cost$ X B | Origin$ Graveyard | Destination$ Battlefield | GainControl$ True | TgtPrompt$ Choose target creature card in an opponent's graveyard | ValidTgts$ Creature.OppOwn,Artifact.OppOwn | Tapped$ True | SubAbility$ DBMill | SpellDescription$ Put target artifact or creature card with converted mana cost X from an opponent's graveyard onto the battlefield under your control tapped. Then that player puts the top X cards of his or her library into his or her graveyard.
|
||||
SVar:DBMill:DB$ Mill | NumCards$ X | Defined$ Opponent | References$ X
|
||||
A:AB$ ChangeZone | Cost$ X B | Origin$ Graveyard | Destination$ Battlefield | GainControl$ True | TgtPrompt$ Choose target artifact or creature card in an opponent's graveyard | ValidTgts$ Creature.OppOwn,Artifact.OppOwn | Tapped$ True | SubAbility$ DBMill | SpellDescription$ Put target artifact or creature card with converted mana cost X from an opponent's graveyard onto the battlefield under your control tapped. Then that player puts the top X cards of his or her library into his or her graveyard.
|
||||
SVar:DBMill:DB$ Mill | NumCards$ X | Defined$ TargetedOwner | References$ X
|
||||
SVar:X:Targeted$CardManaCost
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/geth_lord_of_the_vault.jpg
|
||||
Oracle:Intimidate\n{X}{B}: Put target artifact or creature card with converted mana cost X from an opponent's graveyard onto the battlefield under your control tapped. Then that player puts the top X cards of his or her library into his or her graveyard.
|
||||
|
||||
@@ -6,7 +6,7 @@ K:Defender
|
||||
K:Flying
|
||||
A:AB$ ChangeZoneAll | Cost$ T | ChangeType$ Creature.blockedBySource | Origin$ Battlefield | Destination$ Library | LibraryPosition$ 0 | RememberChanged$ True | ForgetOtherRemembered$ True | SubAbility$ JellyBounceSelf | SpellDescription$ Put CARDNAME and each creature it's blocking on top of their owners' libraries, then those players shuffle their libraries.
|
||||
SVar:JellyBounceSelf:DB$ ChangeZone | Defined$ Self | Origin$ Battlefield | Destination$ Library | LibraryPosition$ 0 | SubAbility$ WobbleOppJelly
|
||||
SVar:WobbleOppJelly:DB$ Shuffle | Defined$ Opponent | SubAbility$ WobbleYourJelly | ConditionCheckSVar$ X | References$ X
|
||||
SVar:WobbleOppJelly:DB$ Shuffle | Defined$ RememberedOwner | SubAbility$ WobbleYourJelly | ConditionCheckSVar$ X | References$ X
|
||||
SVar:WobbleYourJelly:DB$ Shuffle | Defined$ You | SubAbility$ DBCleanup
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:X:Remembered$Amount
|
||||
|
||||
Reference in New Issue
Block a user