diff --git a/forge-gui/res/cardsfolder/c/chaos_harlequin.txt b/forge-gui/res/cardsfolder/c/chaos_harlequin.txt index 199f19180df..cf141515498 100644 --- a/forge-gui/res/cardsfolder/c/chaos_harlequin.txt +++ b/forge-gui/res/cardsfolder/c/chaos_harlequin.txt @@ -2,11 +2,10 @@ Name:Chaos Harlequin ManaCost:2 R R Types:Creature Human PT:2/4 -A:AB$ Dig | Cost$ R | DigNum$ 1 | ChangeNum$ All | ChangeValid$ Card | DestinationZone$ Exile | RememberChanged$ True | SubAbility$ DBLand | SpellDescription$ Exile the top card of your library. If that card is a land card, Chaos Harlequin gets -4/-0 until end of turn. Otherwise, Chaos Harlequin gets +2/+0 until end of turn. | StackDescription$ SpellDescription +A:AB$ Dig | Cost$ R | DigNum$ 1 | ChangeNum$ All | ChangeValid$ Card | DestinationZone$ Exile | RememberChanged$ True | SubAbility$ DBLand | SpellDescription$ Exile the top card of your library. If that card is a land card, CARDNAME gets -4/-0 until end of turn. Otherwise, CARDNAME gets +2/+0 until end of turn. | StackDescription$ SpellDescription SVar:DBLand:DB$ Pump | Defined$ Self | NumAtt$ -4 | ConditionDefined$ Remembered | ConditionPresent$ Land | ConditionCompare$ GT0 | ConditionDescription$ If that card is a land card, | SubAbility$ DBNonLand | StackDescription$ None SVar:DBNonLand:DB$ Pump | Defined$ Self | NumAtt$ +2 | ConditionDefined$ Remembered | ConditionPresent$ Land | ConditionCompare$ EQ0 | ConditionDescription$ Otherwise, | SubAbility$ DBCleanup | StackDescription$ None -SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True | StackDescription$ None -# Note: This card is functioal, but it's Stack Description is horrendous. +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/chaos_harlequin.jpg Oracle:{R}: Exile the top card of your library. If that card is a land card, Chaos Harlequin gets -4/-0 until end of turn. Otherwise, Chaos Harlequin gets +2/+0 until end of turn. diff --git a/forge-gui/res/cardsfolder/c/chimeric_mass.txt b/forge-gui/res/cardsfolder/c/chimeric_mass.txt index 693b726c746..dc9804dabfc 100644 --- a/forge-gui/res/cardsfolder/c/chimeric_mass.txt +++ b/forge-gui/res/cardsfolder/c/chimeric_mass.txt @@ -1,7 +1,6 @@ Name:Chimeric Mass ManaCost:X Types:Artifact -#CARDNAME enters the battlefield with X charge counters on it. K:etbCounter:CHARGE:X SVar:X:Count$xPaid A:AB$ Animate | Cost$ 1 | Defined$ Self | Types$ Artifact,Creature,Construct | staticAbilities$ Static | SpellDescription$ Until end of turn, CARDNAME becomes a Construct artifact creature with "This creature's power and toughness are each equal to the number of charge counters on it." diff --git a/forge-gui/res/cardsfolder/v/vengevine.txt b/forge-gui/res/cardsfolder/v/vengevine.txt index aac11c5b5b4..a1840358c3a 100644 --- a/forge-gui/res/cardsfolder/v/vengevine.txt +++ b/forge-gui/res/cardsfolder/v/vengevine.txt @@ -4,7 +4,6 @@ Types:Creature Elemental PT:4/3 K:Haste T:Mode$ SpellCast | ValidCard$ Creature | ValidActivatingPlayer$ You | CheckSVar$ X | SVarCompare$ EQ2 | NoResolvingCheck$ True | TriggerZones$ Graveyard | Execute$ TrigReturn | OptionalDecider$ You | TriggerDescription$ Whenever you cast a spell, if it's the second creature spell you cast this turn, you may return CARDNAME from your graveyard to the battlefield. -# This trigger is "activated" after the first creature you cast this turn. It triggers with the second Creature you cast. Thus EQ1 instead of EQ2 SVar:TrigReturn:DB$ChangeZone | Defined$ Self | Origin$ Graveyard | Destination$ Battlefield SVar:X:Count$ThisTurnCast_Creature.YouCtrl SVar:Picture:http://www.wizards.com/global/images/magic/general/vengevine.jpg diff --git a/forge-gui/res/cardsfolder/v/vex.txt b/forge-gui/res/cardsfolder/v/vex.txt index 7ec15cd21ec..401dfa12ad8 100644 --- a/forge-gui/res/cardsfolder/v/vex.txt +++ b/forge-gui/res/cardsfolder/v/vex.txt @@ -3,6 +3,5 @@ ManaCost:2 U Types:Instant A:SP$ Counter | Cost$ 2 U | TargetType$ Spell | TgtPrompt$ Select target spell | ValidTgts$ Card | SubAbility$ DBDraw | SpellDescription$ Counter target spell. That spell's controller may draw a card. SVar:DBDraw:DB$Draw | Defined$ TargetedController | NumCards$ 1 | OptionalDecider$ TargetedController -#believe it or not, the OptionalDecider thing works. I wouldn't have believed it if I wouldn't have tested it myself. SVar:Picture:http://www.wizards.com/global/images/magic/general/vex.jpg Oracle:Counter target spell. That spell's controller may draw a card.