mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Merge pull request #2258 from Simisays/vraska
ONE Vraska, Betrayal's Sting & Jace, the Perfected Mind
This commit is contained in:
@@ -0,0 +1,16 @@
|
|||||||
|
Name:Jace, the Perfected Mind
|
||||||
|
ManaCost:2 PU U
|
||||||
|
Types:Legendary Planeswalker Jace
|
||||||
|
Loyalty:5
|
||||||
|
K:Compleated
|
||||||
|
A:AB$ Pump | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | NumAtt$ -3 | IsCurse$ True | Duration$ UntilYourNextTurn | TargetMin$ 0 | TargetMax$ 1 | ValidTgts$ Creature | TgtPrompt$ Select up to one target creature | SpellDescription$ Until your next turn, up to one target creature gets -3/-0.
|
||||||
|
A:AB$ Mill | Cost$ SubCounter<2/LOYALTY> | NumCards$ 3 | ValidTgts$ Player | TgtPrompt$ Select target player | SubAbility$ DBDraw | SpellDescription$ Target player mills three cards.
|
||||||
|
SVar:DBDraw:DB$ Draw | NumCards$ Y | SpellDescription$ Then if a graveyard has twenty or more cards in it, you draw three cards. Otherwise, you draw a card.
|
||||||
|
A:AB$ Mill | Cost$ SubCounter<X/LOYALTY> | NumCards$ Z | ValidTgts$ Player | TgtPrompt$ Select target player | SpellDescription$ Target player mills three times X cards.
|
||||||
|
SVar:Y:Count$Compare CheckGrave GE20.3.1
|
||||||
|
SVar:CheckGrave:PlayerCountPlayers$HighestValidGraveyard Card.YouOwn
|
||||||
|
SVar:X:Count$xPaid
|
||||||
|
SVar:Z:SVar$X/Times.3
|
||||||
|
DeckHas:Ability$Mill
|
||||||
|
DeckHints:Ability$Mill
|
||||||
|
Oracle:Compleated ({U/P} can be paid with {U} or 2 life. If life was paid, this planeswalker enters with two fewer loyalty counters.)\n[+1]: Until your next turn, up to one target creature gets -3/-0.\n[−2]: Target player mills three cards. Then if a graveyard has twenty or more cards in it, you draw three cards. Otherwise, you draw a card.\n[−X]: Target player mills three times X cards.
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
Name:Vraska, Betrayal's Sting
|
||||||
|
ManaCost:4 B PB
|
||||||
|
Types:Legendary Planeswalker Vraska
|
||||||
|
Loyalty:6
|
||||||
|
K:Compleated
|
||||||
|
A:AB$ Draw | Cost$ AddCounter<0/LOYALTY> | Planeswalker$ True | SubAbility$ DBLoseLife | SpellDescription$ You draw a card and you lose 1 life. Proliferate.
|
||||||
|
SVar:DBLoseLife:DB$ LoseLife | LifeAmount$ 1 | SubAbility$ DBProliferate
|
||||||
|
SVar:DBProliferate:DB$ Proliferate
|
||||||
|
A:AB$ Animate | Cost$ SubCounter<2/LOYALTY> | Planeswalker$ True | ValidTgts$ Creature | TgtPrompt$ Select target creature | RemoveAllAbilities$ True | Colors$ Green | Types$ Artifact,Treasure | Abilities$ TreasureSac | RemoveCardTypes$ True | Duration$ Permanent | SpellDescription$ Target creature becomes a Treasure artifact with "{T}, Sacrifice this artifact: Add one mana of any color" and loses all other card types and abilities.
|
||||||
|
SVar:TreasureSac:AB$ Mana | Cost$ T Sac<1/CARDNAME> | Produced$ Any | SpellDescription$ Add one mana of any color.
|
||||||
|
A:AB$ Poison | Cost$ SubCounter<9/LOYALTY> | ValidTgts$ Player | TgtPrompt$ Select target player | ConditionCheckSVar$ X | ConditionSVarCompare$ LT9 | Num$ Difference | SpellDescription$ If target player has fewer than nine poison counters, they get a number of poison counters equal to the difference.
|
||||||
|
SVar:X:TargetedPlayer$PoisonCounters
|
||||||
|
SVar:Difference:Number$9/Minus.X
|
||||||
|
DeckHints:Ability$Counters & Keyword$Infect|Toxic|Poisonous
|
||||||
|
Oracle:Compleated ({PB} can be paid with {B} or 2 life. If life was paid, this planeswalker enters with two fewer loyalty counters.)\n[0]: You draw a card and you lose 1 life. Proliferate.\n[−2]: Target creature becomes a Treasure artifact with "{T}, Sacrifice this artifact: Add one mana of any color" and loses all other card types and abilities.\n[−9]: If target player has fewer than nine poison counters, they get a number of poison counters equal to the difference.
|
||||||
Reference in New Issue
Block a user