DDR

Поделиться
HTML-код
  • Опубликовано: 20 авг 2024
  • Update: it's fixed now!
    (4*) How did templating transform Wheel of Potential from bulk rare to combo king?
    Support Judging FtW on Patreon at / judgingftw
    Suggest a question: forms.gle/YTK2...

Комментарии • 476

  • @JudgingFtW
    @JudgingFtW  18 дней назад +4

    Update: As of the Bloomburrow Oracle update, Wheel of Potential has received errata so that both parts of its effect reference "the amount of energy paid this way", fixing the problem discussed here!

    • @Yeoffrey
      @Yeoffrey 18 дней назад

      YES! They templated it so you can opt to pay no energy and STILL exile your hand if you want.

    • @Snow_Fire_Flame
      @Snow_Fire_Flame 15 дней назад +1

      @@Yeoffrey Also known as the "Wheel with Nothing" mode of the card.

  • @haslittle8078
    @haslittle8078 2 месяца назад +344

    This wouldn't be a problem if we could cast this card while searching our library

    • @jakubvondrejc7022
      @jakubvondrejc7022 2 месяца назад +34

      Panglacial Wurm actually solving problems instead of creating them? Impossible!

    • @charohazard
      @charohazard 2 месяца назад +1

      taranor god

    • @mattabrams3841
      @mattabrams3841 2 месяца назад +1

      I feel so dumb, but what would this fix?

    • @haslittle8078
      @haslittle8078 2 месяца назад +18

      @mattabrams3841 It's a reference to Panglacial Wurm, a card that is an incredible rules nightmare. The joke is that the card already has rules issues, and that would make it even worse.

  • @keanureef271
    @keanureef271 2 месяца назад +234

    For those wondering, the card works as intended on arena, as the ui doesn’t actually ask you to choose X, but to pay an amount of energy.

    • @JudgingFtW
      @JudgingFtW  2 месяца назад +103

      Interestingly, that corresponds to the Plunge into Darkness fix if I'm understanding correctly, the one I thought would be more difficult to implement digitally!

    • @aetherarcanist4819
      @aetherarcanist4819 2 месяца назад +50

      a rare case where Arena works as intended and the original game doesn't!

    • @danilkinilya1242
      @danilkinilya1242 2 месяца назад +22

      @@JudgingFtW from software development perspective, it's easier, because it's basically "global energy variable +=3, user input x, [check if x is less or equal to energy variable], if x>7 do A, if not, do B". Part in brackets is probably already tracked by the another system, so final result is even shorter.
      It's much easier to track one variable instead of 2, because if we implement card as written, you need to track x_energy, which is the amount of the energy spent and other x, which is x_user_input and also implement user input call twice, one for energy, one for the mystical x.

    • @dwpetrak
      @dwpetrak 2 месяца назад +32

      @@danilkinilya1242 I often tell people that MtG rules make a lot of sense to programmers. The rules try to emulate the logical sequencing required in programming in my view.

    • @danilkinilya1242
      @danilkinilya1242 2 месяца назад +13

      @@dwpetrak they do and they don't.
      Depends on the rule and on the invasiveness, some of DDRs show this.
      Some of those rules are very easy to implement, some are a nightmare, because you need to modify some core mechanics for them to work and pray, that your code still works with all related cards or that those cards aren't playable enough anymore.
      I think that the most challenging is to program effects that happen simultaneously, it's not impossible, but you need to have a transaction-like process, which simulates action A and board state A*, action B and board state B* and then merges A* and B* into the one derived board state AB* with any conflicts already resolved. This can be easy for a human, because we can imagine, what parts of the "simulated" battlefield can be omitted, not that easy for a machine, because answering this question reliably is almost as complex as to give the answer without it.
      Other issue can be with infinite or very big numbers, scientific notation helps a lot, but with some cards, capable of exponential growth (Devilish valley, iirc), you still need to handle this data somehow. Trust me, you don't want to be in a situation, where you are asked why some abysmally big number minus infinity is 42.
      So, to conclude, the basic Magic rules are well-written and easy to implement. More complicated rules are a mess.
      Remember, every MTG mechanic is a kicker, so the question is not, can you implement this, but how many "if"s do you need. /j

  • @woower100
    @woower100 2 месяца назад +92

    “Id like to not pay 1000 energy and draw 1000 cards” judge - “yeah checks out”

  • @oelboy
    @oelboy 2 месяца назад +54

    Getting rid of "you may" was my very first idea and thus gets my vote.

    • @Yesnomu
      @Yesnomu 2 месяца назад

      The only downside is that this is a functional change. In the case where you cast it just for the 3 energy, you now give your opponent the opportunity to exile their hand. Not that I expect that to come up or be an issue often, but it is a thing.

    • @oelboy
      @oelboy 2 месяца назад +11

      @@Yesnomu maybe I'm misreading it but your opponent has that option under the current wording as well.

    • @kwagmeijer26
      @kwagmeijer26 2 месяца назад +2

      ​@@oelboy I think what he is saying is, if it was worded with the "if you do" clause, and you wanted to play the card JUST to get energy, it works different. If it was worded that way, then you could play the card, not pay the cost, and now the second part doesn't occur, so the opponent no longer has the ability to choose to exile their hand.

    • @OMGclueless
      @OMGclueless 2 месяца назад +1

      @@loublacksail1614 The variable is not tied to the cost. Nothing on the card determines what the value of X is, so the controller chooses X. From the CR 107.3: "Some
      objects have abilities that define the value of X; the rest let their controller choose the value of X."
      If the cost were mandatory, it would be illegal not to pay it, so the rule from the video would kick in and any actions involved in resolving the card would be undone (including choosing X). This is what makes it seem like X is "tied to the effect" in other cases, but according to the rules it's always either determined by an ability on the card or it's a free choice (even if some of those choices will always lead to undoing the choice).

    • @charlesmwolf
      @charlesmwolf 2 месяца назад

      07/06/2024Some triggered abilities state that you "may pay" a certain amount of . You can't pay that amount multiple times to multiply the effect. You simply choose whether or not to pay that amount of  as the ability resolves

  • @zeta280
    @zeta280 2 месяца назад +106

    By the way, another new card "Suppression ray" has the exact same wording as this, letting you tap any number of creatures and put stun counters on them for zero energy.

    • @ThePe5e
      @ThePe5e 2 месяца назад +16

      You are correct. That card has the same wording issue.

    • @GrizonII
      @GrizonII 2 месяца назад +5

      I'm not a judge but I wonder if the rest of the ability being in the same sentence on Suppression Ray makes it different. I.e. "You may (pay X {E}), then choose up to X creatures tapped this way." vs. "You may (pay X {E}, then choose up to X creatures tapped this way)." I think there's some syntactic ambiguity in English there that I'm not sure how the rules officially resolve.

    • @XelnasTV
      @XelnasTV 2 месяца назад +4

      @@GrizonII No it actually makes no difference, both spells work exactly the same... correctly. this entire videos premise is wrong

    • @fd7003
      @fd7003 2 месяца назад +15

      @@XelnasTV I don´t think the premise is wrong. If you talk in english your right, but we´re talking magic. That is it´s own language that just uses words from the english language
      @Grizonil I think you are correct, that the abilities on Suppresion Ray being in one sentence makes the abilities work diffrent.

    • @jinxed7915
      @jinxed7915 2 месяца назад +3

      ​@@fd7003I respectfully disagree, the word "then" in Suppression Ray only means that you first choose whether or not to pay X amount of energy, then choose X amount of creatures. You perform the two actions in a specific order but they are not dependent on each other, despite the intent

  • @mmmmmq
    @mmmmmq 2 месяца назад +36

    "the wheel only has one sure outcome: chaos". Fitting

  • @VessDBD
    @VessDBD Месяц назад +2

    why couldn't they word this spell like the card Aether Spike?
    "You get [3 energy] then you may pay any amount of [energy].
    Each player may exile their hand and draw X cards where X is the number of [energy] spent this way. If 7 or more [energy] was spent this way, you may play cards you own exiled this way until the end of your next turn."

  • @lunah33
    @lunah33 2 месяца назад +54

    Crazy that they had 3 and a half ways they could have worded this effect functionally and they somehow figured out how to mess it up

    • @heheheiamasuperstarwarrior9281
      @heheheiamasuperstarwarrior9281 2 месяца назад +2

      Holy shit Viceroy Bubbles Von Salamancer

    • @LawrenciumMTG
      @LawrenciumMTG Месяц назад +2

      It’s what happens when you have people that don’t know how the game of Magic works (commander only players) designing cards for the game

    • @vileluca
      @vileluca Месяц назад

      Lol where's the lie ​@@LawrenciumMTG

  • @slickknott
    @slickknott 2 месяца назад +75

    I reread this card like a dozen times trying to figure out if I was reading it correctly.
    Unfortunately I was

    • @charlesmwolf
      @charlesmwolf 2 месяца назад +2

      07/06/2024Some triggered abilities state that you "may pay" a certain amount of . You can't pay that amount multiple times to multiply the effect. You simply choose whether or not to pay that amount of  as the ability resolves

  • @zachshowalter-castorena6130
    @zachshowalter-castorena6130 2 месяца назад +50

    Dave the Judge with the YT "broken" call outs.

    • @JudgingFtW
      @JudgingFtW  2 месяца назад +41

      This is one of my biggest pet peeves among Magic creators. This sort of lazy clickbaiting needs to be called out and stopped.

    • @boochin
      @boochin 2 месяца назад +4

      ​@@JudgingFtW
      I agree, it's good that you notice it. Any card can be "broken" In the right combo or situation

  • @ericbarr734
    @ericbarr734 2 месяца назад +23

    I love the "suggested donation" line. Good analogy

  • @isaz2425
    @isaz2425 2 месяца назад +65

    I think the "if you do" is the best fix.

    • @Sheer_Falacy
      @Sheer_Falacy 2 месяца назад +4

      Yeah I don't really understand what problem it has, it seems like it makes the card match its obvious intention perfectly.

    • @notmyrealname9588
      @notmyrealname9588 2 месяца назад +4

      By my understanding, the "if you do" version gives you two different ways not to pay energy: declining to pay, in which case the card's effect stops, or choosing to pay 0 energy, in which case each player gets the option to exile their hands in exchange for nothing (usually inadvisible, but you never know). I wouldn't expect this from the original wording.

    • @isaz2425
      @isaz2425 2 месяца назад

      @@notmyrealname9588 then I guess a "X cannot be 0" is needed for the "if you do" version, and in that case, maybe it's a lot of text and there could be a better phrasing.
      Maybe something like "if you paid at least 1 energy that way" ...
      would be better

  • @jornbrodthagen8607
    @jornbrodthagen8607 Месяц назад

    They could have templated it like "You may pay any amount of energy" and then reference that amount with "equal to the amount of energy you paid".

  • @laboratorymaniac7324
    @laboratorymaniac7324 2 месяца назад +7

    I think the first, wordiest fix would be the closest to the card's intended behavior, but we should be able to make it less wordy by reintroducing X, albeit a little differently.
    My propsed errata would be "You get {E}{E}{E}, then you may pay any amount of {E}. Each player may exile their hand and draw X cards, where X is the number of {E} paid this way. If X is 7 or more, you may play cards you own exiled this way until the end of your next turn."

    • @Muhahahahaz
      @Muhahahahaz 2 месяца назад +4

      Yes! Have them choose an amount to pay, then have the game define X. Very good

  • @admiralcasperr
    @admiralcasperr Месяц назад

    WotC thought that "You may pay X {E}." qualifies as a definition of X in a card's text in the semce kf rule 107.3c., which I guess would be equivalent to: "You may pay any amount of {E}. X is equal to the amount of {E} you paid.". That would be consistent with the reverse-logic favoured by WotC rulemakers, where a future choice influences a former payment (like with Rout).

  • @poetguillaume659
    @poetguillaume659 Месяц назад +1

    Please list all the cards that let you CHOOSE the value of X. A card where X is not check by the card

  • @Debatra.
    @Debatra. 2 месяца назад +4

    How do you feel about this one:
    You get {E}{E}{E}, then you may pay any amount of {E}.
    Each player may exile their hand and draw X cards, where X is the amount of {E} you paid. If X is 7 or more (etc).

  • @avengerwolf646
    @avengerwolf646 2 месяца назад +6

    This could have been solved with another (maybe new) template:
    Gain 3 energy, then you may pay any amount of energy.
    Each player may exile their hand, then draw X cards, where X is the amount of energy paid. Etc...

  • @alexanderneimeth4538
    @alexanderneimeth4538 2 месяца назад +3

    Stayed for the whole video, because I love seeing the nitty gritty of cards and their interactions, but still loved you put the “twist” at the beginning! Really love your content and can’t wait to see more!

  • @Billchu13
    @Billchu13 Месяц назад

    The flavor text checks out.
    Still no errata on gatherer. Why didn't people just play this at the pro tour??

  • @thewells1024
    @thewells1024 2 месяца назад +19

    I think the cleanest way to clean up the oracle text is:
    “You get {E}{E}{E} then you may pay any amount of {E}.
    Each player may exile their hand and draw X cards, where X is the amount of {E} paid. If X is 7 or more, you may play cards exiled this way until end of turn”

    • @jinxed7915
      @jinxed7915 2 месяца назад +1

      I think this is the cleanest fix possible

    • @ElFritzador
      @ElFritzador 2 месяца назад

      Yep. I think the original problem for WotC was templating the 3 {E} gain in a spell ability. It should just say “Gain {E}{E}{E}. . You may pay any amount of {E},” then word-for-word what you have.

  • @prosamis
    @prosamis 2 месяца назад +3

    I didn't catch it at first but as you started explaining I paused, read the card a bunch of times, then facepalmed at the unconnected "you may"
    What an oversight... I hope no issues arise from this

  • @Rhythmik
    @Rhythmik Месяц назад

    there is no world in which i actually rule that a player who chooses not to pay energy gets to draw more than 0 cards

  • @Greg501-
    @Greg501- 2 месяца назад +53

    Getting rid of the "you may" so it just becomes pay X energy, lets you have X be 0 and force you to be able to pay the X. And if readability is an issue, there's space for "(X can be 0)" reminder text

    • @TheSpiritombsableye
      @TheSpiritombsableye 2 месяца назад +4

      X can be 0 for every card unless otherwise noted.

    • @eewweeppkk
      @eewweeppkk 2 месяца назад +8

      ​@@TheSpiritombsableye He said it would be in the reminder text.

    • @TheSpiritombsableye
      @TheSpiritombsableye 2 месяца назад +3

      But it doesn't need to be. A basic understanding of the rules of the game would denote that. You don't see any reminder text on how to assign damage for the same reason.

    • @constancebashford2324
      @constancebashford2324 2 месяца назад +9

      @@TheSpiritombsableyereminder text is, quite literally, never a functional part of the game, outside unplay. It is always only there to help make sure the card is understood.

    • @eewweeppkk
      @eewweeppkk 2 месяца назад +2

      @@TheSpiritombsableye Literally no reminder text needs to be anywhere. Its reminder text. Its there to remind you things. Some people don't have a basic understanding of the rules of the game and reminder text is helpful for them. What a peculiar hill to die on.

  • @zurreal8087
    @zurreal8087 2 месяца назад +6

    I read the card, said to myself “I see nothing that would prevent this card from working”, then when you pointed out the issue I immediately saw it. Whoops!

  • @poetguillaume659
    @poetguillaume659 Месяц назад

    Official WotC ruling:
    “This is pretty easy to derive since there is no other source of X.”

  • @gravecrawlerr
    @gravecrawlerr 2 месяца назад +2

    Correct me if I’m wrong, but wouldn’t this fix the issue? “You get 3 energy, then you may pay any amount of energy. If you do, each player may exile their hand and draw x cards, where x is the amount of energy paid this way”

    • @seandun7083
      @seandun7083 2 месяца назад +3

      You would probably want to use "if you do" rather than "when you do". Otherwise, giving everyone a choice to draw pitch their hand and draw cards is a reflexive trigger. That's a bit of an issue since someone could flash in Bowmasters after you payed but before you got the choice to draw which we don't want.
      Otherwise though, that should work.

  • @CHULAKable
    @CHULAKable Месяц назад

    Pretty hype imma enjoy this pre errata time 😂

  • @wlycdgrLuckyThanQuick
    @wlycdgrLuckyThanQuick Месяц назад

    This does seem to me like a situation where the spirit of the rule is fairly clear, if at odds with its letter. Whether that's good enough if money / tour points are involved, or even when it comes time to write code for the digital version of this card, is another matter.
    For a social/political format like Commander, tho, you could argue the ambiguity is a plus, heh

  • @SpitefulAZ
    @SpitefulAZ Месяц назад

    3 weeks later, still not errata on scry fall or gatherer. 😂🎉

  • @MatthewSim-l7f
    @MatthewSim-l7f Месяц назад

    Why not put
    You get 3 energy, then you may Pay any amount of energy. Each player may exile their hand and draw x cards where x is the amount of energy paid this way. If x was 7 or more, you may play cards exiled this way etc etc.

  • @cristhianfigueroa1204
    @cristhianfigueroa1204 Месяц назад

    I dont get peoples confusion about this. It literaly says x (energy symbol)

  • @OMGclueless
    @OMGclueless 2 месяца назад +2

    I think a targeted rules fix is actually the cleanest option here too: "Some effects both allow the controller to choose X, and to choose whether to pay a cost containing X. If the controller chooses a non-zero value for X, they must choose to pay the cost."

  • @zacharycurdy2237
    @zacharycurdy2237 Месяц назад

    Am I missing something? From the gatherer page for this card: "To pay one or more Energy, you lose that many energy counters. You can't pay more energy counters than you have. Any effects that interact with counters a player gets, has, or loses can interact with energy counters."
    You can't pay more counter than you have and you are declaring how many you are paying after the energy after you get the counters, this formatting doesnt allow you to abuse the draw and allows you to (for some reason) choose to just use it for the 3 energy. At least that seems to be the case, could be wrong

    • @drewhoffmaster2969
      @drewhoffmaster2969 Месяц назад

      What you're missing is that choosing X isn't a cost but rather an effect of the spell. Because of that, rule 107.3e applies. You choose the value for X, then you choose whether or not you pay that energy as part of the effect of the spell. Since the payment is optional and there's no "if you do" statement, X is still that value regardless of whether or not you paid the energy.
      That's where I think a lot of people are getting mixed up. Paying the energy is not a cost. It's an effect.

    • @seandun7083
      @seandun7083 Месяц назад +1

      ​@@drewhoffmaster2969107.3f would actually be the relevant one. E would be for if it was an additional cost.
      107.3f: Sometimes X appears in the text of a spell or ability but not in a mana cost, alternative cost, additional cost, or activation cost. If the value of X isn't defined, the controller of the spell or ability chooses the value of X at the appropriate time (either as it's put on the stack or as it resolves).

  • @Ariamaki
    @Ariamaki 2 месяца назад +1

    I think the smoothest possible fix would actually be to join the two clauses together with an "if you do", rather than having it be two paragraphs, and changing nothing else. "You may pay X energy, IF YOU DO, each player etc etc". This (should, there could be a corner case issue I am forgetting) mean that you have to pay X as the intended draw amount and everything flows from there.

    • @GeoQuag
      @GeoQuag 2 месяца назад

      It’s unlikely to come up, but “if you do” is a small functional errata (both to as written and the “correct” X is what you pay). Currently, no matter what I chose for X, my opponent has the option to discard their whole hand, while “if you do” makes paying 0 and declining to pay with X=0 different.

    • @seandun7083
      @seandun7083 2 месяца назад

      ​@@GeoQuagsure, though given that we know the current case isn't the intended one, it's hard to make any hard judgements on the details of how exactly it's supposed to work. Any fix is technically a functional change since it removes the broken part.

    • @Datuna-vw3un
      @Datuna-vw3un 2 месяца назад

      @@GeoQuag exile

  • @laytonjr6601
    @laytonjr6601 2 месяца назад +4

    If you pay X mana, X can always be 0 (unless stated otherwise). If you pay X life, X can always be 0. I would argue that if you pay X energy, X can always be 0 (and if it isn't the case, it should be added to the rules)
    Making the payment mandatory was the first fix I thought of, but if there is only 1 other card that works like that, it should be worded "if you do" to make it the same as similar effects. No more nonsense of impulse draw having different effects (play/cast and until end of turn/until end of your next turn/etc)

  • @ben_clifford
    @ben_clifford 2 месяца назад +7

    8:23 I'm a software engineer, and your final fix would work just fine from a programming perspective. For the UI, just start X at 0. For the logic, just allow the chosen number to be 0. Done.
    Also, I like that fix best.

  • @AnonymousHuman-ku5wh
    @AnonymousHuman-ku5wh 2 месяца назад +1

    Fantastic episode. The clear and formal delivery style really lends itself to the well placed jokes.

  • @sagecolvard9644
    @sagecolvard9644 2 месяца назад +1

    This is going to be errata'd SO fast.

  • @NathanLipetz
    @NathanLipetz 2 месяца назад

    I like the 2nd fix better

  • @TheLimedew
    @TheLimedew 2 месяца назад +8

    Dont worry a judge said i could this.
    Tap 3, Draws my whole deck.

    • @engiopdf8745
      @engiopdf8745 2 месяца назад +3

      Worked for Hostage Taker until it got an errata.

    • @isaz2425
      @isaz2425 Месяц назад

      plot twist : you miscalculate the number of cards in your deck, and mill yourself and lose.

  • @Muhahahahaz
    @Muhahahahaz 2 месяца назад +1

    0:21 “you may pay X energy”
    I haven’t even continued past this point in the video, and I already see the problem…
    “No, I don’t think I’ll be paying the X energy today. But X is 10” 😂

  • @ManOfSdeel
    @ManOfSdeel Месяц назад

    "Rules...without them, we live with the animals." -Julia Child

  • @kazahana9679
    @kazahana9679 2 месяца назад +2

    X can be 0. There's no reason for a may clause.

  • @syklonic
    @syklonic 2 месяца назад +1

    It's very weird to phrase it that you *may* pay X and then be able to declare X as zero. Pay X energy (X may be zero) is functionally the same, right? Edit: Since "the each player may" phrase is there already in paragraph 2 this should work on arena with no changes, allowing you to choose to exile your hand for 3 mana if you'd like to.

  • @jonothanthrace1530
    @jonothanthrace1530 2 месяца назад

    I was going to make a joke about MTR 3.6 meaning I can't require players to omit Battle from the card type count for Tarmogoyf, but it looks like they did an update 2 weeks ago fixing this (though amusingly the card type list ruling is still dated to 2021 despite being updated at the same time).

    • @Datuna-vw3un
      @Datuna-vw3un 2 месяца назад

      What do you mean? Tarmogoyf's oracle has been "Tarmogoyf’s power is equal to the number of card types among cards in all graveyards and its toughness is equal to that number plus 1." sinci it was printed. It has never gotten any oracle updates.

    • @jonothanthrace1530
      @jonothanthrace1530 2 месяца назад

      @@Datuna-vw3un under the rulings is one defining the different card types, which did not include battles for over a year after their introduction in MOTM.

    • @Datuna-vw3un
      @Datuna-vw3un 2 месяца назад

      @@jonothanthrace1530 Card types are defined in CR, it does not matter what ruling says.

  • @Gretchaninov
    @Gretchaninov Месяц назад

    It never makes sense to mention X unless it comes up twice. A pronumeral in one place means nothing. With this card, it's clear that it must be the same X. The amount of energy you choose to pay is the number of cards each player gets to draw. Maybe the wording could be better, but it seems very clear.
    Eg) If the effect of a spell is "gain X life", you know that there's an X somewhere in the casting cost. And a lot of cards say "do X something, where X is blah blah blah".

    • @seandun7083
      @seandun7083 Месяц назад

      It's not really the clarity to players that's the issue, it's pretty easy to see that they wanted the wheel effect to be contingent on paying, it's the issue with how the rules interpret it that's the problem. In this case, you are the one who defines what X is and you do so regardless of if you actually decide to pay it. Then the value of then X remains the same for the rest of the card, which forgets to actually enforce or check for the payment in any way.

    • @Gretchaninov
      @Gretchaninov Месяц назад

      @@seandun7083 If it simply says, "you pay X energy" rather than "you MAY pay", that seems to fix it.

  • @CeilingPanda
    @CeilingPanda 2 месяца назад

    Another example was the swap power and toughness card without "until end of turn" text which was recieved erratad very fast.

  • @TheSpiritombsableye
    @TheSpiritombsableye 2 месяца назад +2

    Not making two separate paragraphs or tying both effects together with a "then" would work. Maybe finding a way to make it a linked ability would work also.

  • @Julio1jpg
    @Julio1jpg 2 месяца назад +1

    Even though I think I didn't understand completely the issue, it's really interesting to look at actual flaws in design

    • @a.velderrain8849
      @a.velderrain8849 2 месяца назад +1

      Essentially, because it says you "may" pay X, you can choose a value of X like 50, declare that you're declining to pay the 50 energy, and then draw 50 cards.

  • @KamkaziChicila
    @KamkaziChicila 2 месяца назад

    Great video, MH3 has really shown how stretched the magic team has been with the deluge products. Nadu and the common Writhing Chrysalis alongside this massive insight just is a great revelation on how hard it is to make and balance magic cards to work within the confines of this game we all love.

  • @Suspinded
    @Suspinded 2 месяца назад +5

    You get EEE, then pay any amount of E. Each player may exile their hand and draw a card for each E spent this way. If you drew 7 or more cards this way, you may play cards you own exiled this way until the end of your next turn.
    This was another case of design being too clever for their own good again. This didn't need X in the first place, let alone all the other goofiness.
    I'm honestly surprised there's not a catch all rule of "In the case of any variable to be determined by a player, 0 is always a valid option." that would address life and this scenario.

    • @miserepoignee9594
      @miserepoignee9594 2 месяца назад +5

      Your proposed wording does not work the same way with replacement effects that replace card draws. You would never be able to play exiled cards if you had a Tomorrow, Azami's Familiar, for instance.

    • @ethanlarge3572
      @ethanlarge3572 2 месяца назад +1

      @@miserepoignee9594 easy fix would be “if you paid 7 or more energy in this way,” which I think would be functionally identical except for replacement effects like what you’re describing (if had fewer than 7 cards in your library, you could still play your old hand from exile unlike with OP’s wording but that’s very niche and probably not worth considering).

    • @3012mathias
      @3012mathias 2 месяца назад +3

      At least when paying mana costs x is normally allowed to be 0, which is funnily enough a thing that's specifically broken other cards before. Marath, Will of the Wild was initially printed without a clause that disallowed paying X=0 for its ability and could therefore make an infinite number of 0/0 elementals at any time for free. 😅

  • @mattsauers
    @mattsauers 2 месяца назад +1

    Absolutely perfect, keep it up!

  • @Hexagonal_Crank
    @Hexagonal_Crank 2 месяца назад

    Remove the “may”, add “X can be 0”. Simple.

    • @Waterseeker_
      @Waterseeker_ Месяц назад

      Nope. That lets your opponent exile their hand for free. Obviously not super relevant, but not the intended use either.

    • @Hexagonal_Crank
      @Hexagonal_Crank Месяц назад

      @@Waterseeker_ This card already allows your opponent to exile their hand for no cost(to them) when you play it.

  • @MasterMop923
    @MasterMop923 2 месяца назад +6

    For bonus abuse, make your deck ~62 or 63 cards so that when you play it you can make X higher than your opponent's deck size. If they choose to draw they lose the game, so they can't draw into free interaction to use against your combo.

  • @joekepps
    @joekepps 2 месяца назад

    I do think a a modification to an existing rule, may be worth adding for this, as it will allow for simpler Wheel-like templating in the future (akin to the move to adopt "enters" instead of "enters the battlefield"). I think it would just take a small change that mostly amounts to a clarification, i.e. an addendum to "107.3f Sometimes X appears in the text..." specifically calling out that if X is part of a cost, the controller may only choose a value for X that they are able to pay.

  • @budtron183
    @budtron183 Месяц назад

    Yet, actual WoTC employees say they expect the card to be played as it is on Arena. Because X IS the amount of Energy paid. Otherwise..... X is O.
    What are you paying X Energy for??? Why is that even there?
    They don't have cards with Energy in the casting cost. Yet.

  • @cuckoophendula8211
    @cuckoophendula8211 2 месяца назад

    "It says that I MAY pay a million energy...but I'm not gonna!!!"

  • @matthewbryant2972
    @matthewbryant2972 2 месяца назад

    Make a video comparing this cards rules fail and how Fuse cards were being cast off of a card like Brain in the Jar worked? Head Judges allowed that and I'm confused what changed in the rules... that felt like weird mental gymnastics in that era. Fuse cards spiked for months during that era as well.

    • @seandun7083
      @seandun7083 2 месяца назад

      When split cards are originally introduced, you could use the mana value of whichever side you wanted whenever an effect checked the mana value of a split card (on the stack it would be the mv of the half you picked, or if fused the combined mv). In addition, whenever you could cast it, you could choose either half. With fuse cards you could choose both if casting it from your hand.
      That combination meant that you could use the mana value of one half to see if it's equal to Brain in a Jar's charge counters, then when it let you cast it, you could cast the other half, or in the case of fuse cards, both halves.
      After people were Breaking // Entering Emrakuls for a little bit, they made a change to the rules. Now, when looking at them outside the stack, it always uses the combined MV of both halves meaning you can still Breaking // Entering off of Brain in a Jar, but you need to tick it up to 8 first.
      That one is a bit less bad since it's a mechanic doing unintentional stuff with other cards whereas this is a card doing unintended things on it's own.

  • @Quroe_
    @Quroe_ 2 месяца назад +3

    For Plunge Into Darkness, I think this suffers from the same issue. From the Judge ruling on that card:
    "Assuming the entwine cost has been paid, the effect is (1) sacrifice any number of creatures, (2) gain 3 life for each sacrificed creature, (3) choose X, (4) pay X life, and (5) look at the top X cards of your library, put one into your hand, and exile the rest."
    So we can choose X = a million. We go to pay a million life. We can't pay a million life because we can't pay life we don't have. Then we look at the top million cards of our library and go nuts.

    • @Quroe_
      @Quroe_ 2 месяца назад

      If this is true, then this combos with Thassa's Oracle.

    • @dancingmathusalem5451
      @dancingmathusalem5451 2 месяца назад +6

      Paying the life is not optional. If you don't have a million life, you can't pay a million life. CR 730.1 stops you from taking the action

    • @Michael.032
      @Michael.032 2 месяца назад +1

      > "We can't pay a million life"
      Yes, so we are not allowed to continue from here. We instead have to pay a legal amount of life to continue with the resolution of the spell

    • @Quroe_
      @Quroe_ 2 месяца назад

      @@dancingmathusalem5451 Would that necessarily force the player to return to step 3? Or just get locked in a frozen game state just after step 3 and before step 4?
      This would obviously seem ridiculous, but I do like me my exact answers.

    • @dancingmathusalem5451
      @dancingmathusalem5451 2 месяца назад +1

      @@Quroe_ choosing x and paying it are not different actions, the action is "paying x life".
      So it's reversed to before you attempted to pay a million life.

  • @Griever49
    @Griever49 Месяц назад

    Interesting issue with this card, but, What about using similar wording to Wrath of the skies?

  • @mikaelhalonen143
    @mikaelhalonen143 2 месяца назад +1

    If you dont pay X is zero? Like if you don't pay mana in fireballs casting cost.

    • @seandun7083
      @seandun7083 2 месяца назад

      That only applies to certain types of costs.
      107.3f: Sometimes X appears in the text of a spell or ability but not in a mana cost, alternative cost, additional cost, or activation cost. If the value of X isn't defined, the controller of the spell or ability chooses the value of X at the appropriate time (either as it's put on the stack or as it resolves).
      This is not a mana cost, additional cost, alternate cost, or activation cost so you choose X as it resolves. After you choose X, you "may" pay it, but unlike Incinerator of the Guilty which uses "when you do", WoP doesn't check to see if you payed before giving the effect.

  • @CrunchBar-qe5fw
    @CrunchBar-qe5fw 2 месяца назад

    The thing is, when you cast the spell, you pay X energy. X is never just whatever random number you choose, X is whatever resource cost you paid. Simple logic dictates that X = the energy you paid. There's LITERALLY no reason to think you can just put whatever value you want as X.
    Otherwise, Sickening Dreams would mean that I can just say "well X is 23" even if I've only discarded 3 cards.

    • @seandun7083
      @seandun7083 2 месяца назад +1

      Sickening Dreams has you discard X cards "as an additional cost" meaning you do so as you cast it. Additional costs are something that can define X:
      107.3e: If a spell or ability refers to the {X} or X in the mana cost, alternative cost, additional cost, or activation cost of another object, any X in that spell or ability's text uses the value of X chosen or defined for the other object.
      Wheel of Potential however doesn't have your pay energy as an additional cost since (as mentioned in the video) they want to give you 3 energy first which you should be allowed to use for the payment. Since the cost is part of the resolution of the spell, it ends up causing this rule to apply instead:
      107.3f: Sometimes X appears in the text of a spell or ability but not in a mana cost, alternative cost, additional cost, or activation cost. If the value of X isn't defined, the controller of the spell or ability chooses the value of X at the appropriate time (either as it's put on the stack or as it resolves).
      Note that the cost is not in the mana cost, additional cost or alternate cost of the spell and is not part of the activation cost of an activated ability. Therefore, you determine X as the spell resolves.
      Most other effects that are formatted similarly with because they check to see if you payed the cost before giving a benefit using something like an "if you did" or a "when you did" (look at Rise of the Hobgoblins and Incinerator of the Guilty for examples), but this one forgets to do that.

    • @CrunchBar-qe5fw
      @CrunchBar-qe5fw 2 месяца назад

      @@seandun7083 That's all well and good, but that still doesn't explain how you can just see "you may pay X energy" and then somehow have that translate to X not meaning the amount of energy you JUST paid???

    • @seandun7083
      @seandun7083 2 месяца назад

      @@CrunchBar-qe5fw the cost of X must be determined before you pay it. This is the same as the rules for casting an X spell, it's just that in the case of a spell you cannot cast it if you don't pay whereas here the payment is optional.
      Relevant section of the rule:
      "If the spell has a variable cost that will be paid as it's being cast (such as an {X} in its mana cost; see rule 107.3), the player announces the value of that variable."
      601.2b: If the spell is modal, the player announces the mode choice (see rule 700.2). If the player wishes to splice any cards onto the spell (see rule 702.47), they reveal those cards in their hand. If the spell has alternative or additional costs that will be paid as it's being cast such as buyback or kicker costs (see rules 118.8 and 118.9), the player announces their intentions to pay any or all of those costs (see rule 601.2f). A player can't apply two alternative methods of casting or two alternative costs to a single spell. * If the spell has a variable cost that will be paid as it's being cast (such as an {X} in its mana cost; see rule 107.3), the player announces the value of that variable *. If the value of that variable is defined in the text of the spell by a choice that player would make later in the announcement or resolution of the spell, that player makes that choice at this time instead of that later time. If a cost that will be paid as the spell is being cast includes hybrid mana symbols, the player announces the nonhybrid equivalent cost they intend to pay. If a cost that will be paid as the spell is being cast includes Phyrexian mana symbols, the player announces whether they intend to pay 2 life or a corresponding colored mana cost for each of those symbols. Previously made choices (such as choosing to cast a spell with flashback from a graveyard or choosing to cast a creature with morph face down) may restrict the player's options when making these choices.
      107.3: Many objects use the letter X as a placeholder for a number that needs to be determined. Some objects have abilities that define the value of X; the rest let their controller choose the value of X.

    • @CrunchBar-qe5fw
      @CrunchBar-qe5fw 2 месяца назад

      @@seandun7083 That still doesn't explain the logic behind the statement that you can just choose whatever you want for X.
      The energy you pay is X. The cards you draw are equivalent to the X you pay for energy. If you can't wrap your head around that and assume it means you can just say whatever you want is X, then you probably should be playing a game like Yu-Gi-Oh or Pokemon. You know, something for kids.

    • @seandun7083
      @seandun7083 2 месяца назад

      @@CrunchBar-qe5fw once more, here is a rule that *explicitly* states "the controller of the spell or ability chooses the value of X".
      107.3f: Sometimes X appears in the text of a spell or ability but not in a mana cost, alternative cost, additional cost, or activation cost. If the value of X isn't defined, the controller of the spell or ability chooses the value of X at the appropriate time (either as it's put on the stack or as it resolves).
      1. You choose a value for X (as stated in 107.3f).
      2. You may pay X energy.
      3. Everyone may exile and draw.
      I'm just quoting the rules here. No need to resort to Ad Hominems. TBH it's not a very important argument regardless as the card will likely be errataed fairly soon to have the intended function.

  • @charlesmwolf
    @charlesmwolf 2 месяца назад

    07/06/2024Some triggered abilities state that you "may pay" a certain amount of . You can't pay that amount multiple times to multiply the effect. You simply choose whether or not to pay that amount of  as the ability resolves

  • @zenivinez
    @zenivinez 2 месяца назад

    This is the most excited I have ever seen this man in a video.

  • @kylecarrollsales
    @kylecarrollsales 2 месяца назад

    But you must pay mana to declare the X in the mana cost we you declare if. So why is this different wit energy

    • @seandun7083
      @seandun7083 2 месяца назад

      So the problem isn't with the currency being payed, but rather with the type of cost. Mana costs of spells (like Blaze) fall under this rule:
      107.3a: If a spell or activated ability has a mana cost, alternative cost, additional cost, and/or activation cost with an {X}, [-X], or X in it, and the value of X isn't defined by the text of that spell or ability, the controller of that spell or ability chooses and announces the value of X as part of casting the spell or activating the ability. (See rule 601, "Casting Spells.") While a spell is on the stack, any X in its mana cost or in any alternative cost or additional cost it has equals the announced value. While an activated ability is on the stack, any X in its activation cost equals the announced value.
      In addition, after choosing the cost, if you don't pay it you will reverse the process of casting the spell in the same way that you would if you tried to cast a spell without X that you didn't have enough mana for. The cost for Wheel of Potential however isn't a mana cost, additional cost, alternate cost or activation cost of an activated ability. Because of that, we use this rule instead:
      107.3f: Sometimes X appears in the text of a spell or ability but not in a mana cost, alternative cost, additional cost, or activation cost. If the value of X isn't defined, the controller of the spell or ability chooses the value of X at the appropriate time (either as it's put on the stack or as it resolves).
      Due to that rule, you choose X as it is resolving. Normally that's not an issue since most cards formatted this way are templated so that if you choose a cost that you can't or decide not to pay, you won't get the effect (look at Rise of the Hobgoblins or Incinerator of the Guilty which uses "if you do" or "when you do"). The issue here is that the "exile you hand and draw X" part forgets to check if you payed the cost or not.
      Because of that, you choose a value for X (as intended), are given the choice to pay or not (since they used may) and then regardless of if you made the payment, everyone is given the choice to pitch their hand and draw X (oops, they forgot something).

  • @joshvon8495
    @joshvon8495 2 месяца назад +2

    Liking and commenting because you put the good stuff in the beginning. I also watched the whole thing 😊

  • @onesparweekly7111
    @onesparweekly7111 2 месяца назад +4

    So far gatherer doesn’t have any info on the issue with this card; there’s even a section in “rulings” that explains the difference between “if you do” and “when you do” 😅

  • @eugenesesmaiii3278
    @eugenesesmaiii3278 Месяц назад

    A question regarding your point about paying costs up to the amount of that resource you have. (Pay 10 life but you only have 5) if you had zero energy before casting this card and as it resolves you only have 3, would 3 be the maximum allowable number to choose X to be?

    • @SystemOfRoot
      @SystemOfRoot Месяц назад

      Nope, you could still chose any number you wanted for X. When the card then asked you if you wanted to pay X energy, if it was more then the 3 you had, the rules would step in and tell you you cant pay X and must chose not to.

  • @lovis8383
    @lovis8383 2 месяца назад

    Why are people buying into this explanation? The card is worded in a way in which "X" is equal to the amount of energy paid.
    If you don't pay energy, then "x" does not exist.
    If anything, this card is worded in a way where it can do absolutely nothing. Not the other way around
    If no energy is paid, there is nothing that determines the value of "X"

    • @seandun7083
      @seandun7083 2 месяца назад +1

      The problem is this rule:
      "107.3f: Sometimes X appears in the text of a spell or ability but not in a mana cost, alternative cost, additional cost, or activation cost. If the value of X isn't defined, the controller of the spell or ability chooses the value of X at the appropriate time (either as it's put on the stack or as it resolves)."
      Note that it only checks some types of costs and this cost is not one of the ones listed so it does apply.
      You choose X as it resolves. Normally, a card that asks you for a cost like this would only do something if you pay the cost (note the "if you do" and "when you do" on Rise of the Hobgoblins and Incinerator of the Guilty respectively), but this one gives an optional X cost (which due to 107.3f you determine the value for "as it resolves") and doesn't check to see if you payed it before giving the benefit.

    • @alicetheaxolotl
      @alicetheaxolotl Месяц назад

      Alright, so theoretically, you start with 0 energy. You cast Wheel of Potential, you get 3 energy, and it now asks you to pay X energy.
      118.3
      A player can’t pay a cost without having the necessary resources to pay it fully. For example, a player with only 1 life can’t pay a cost of 2 life, and a permanent that’s already tapped can’t be tapped to pay a cost. See rule 202, “Mana Cost and Color,” and rule 602, “Activating Activated Abilities.”
      Because you are stating X is defined by the amount of energy you pay, X has no value until that value is paid. So we will replace it with a null value (NOT 0, but rather a nonexistent cost, as seen on cards such as Sol Talisman).
      Prove to me that 3 is enough to pay for this nonexistent value, otherwise the rules say this cast is invalid.

  • @TheRobAwesome
    @TheRobAwesome 2 месяца назад +2

    For the B grade fix, couldn't you drop the "if you did"? The seven or more clause only references exiled cards under the first part, which already has if you do stapled to it.

  • @Brandon-zq3wh
    @Brandon-zq3wh 2 месяца назад

    Wonder of wizards will erad it or emergency ban it.

  • @twhittaker4343
    @twhittaker4343 2 месяца назад +7

    I would argue that if the card text and oracle text are the same then there isn't a mistake in the oracle text.

    • @voltcorp
      @voltcorp 2 месяца назад +4

      The rule simply says you may not use "errors or omissions", not "in relation to the printed text" or whatever.

    • @miserepoignee9594
      @miserepoignee9594 2 месяца назад +4

      Counterpoint: anyone can make a mistake. Your interpretation means the Oracle entering process didn't have any mistakes, but still allows that the templaters or editors could have made a mistake.

    • @twhittaker4343
      @twhittaker4343 2 месяца назад +2

      Might point is it is harder to make a claim of an error when two sources agree.

    • @voltcorp
      @voltcorp 2 месяца назад

      @@twhittaker4343 sure, but now we're arguing about "what constitutes an error" which is exactly a hairy and abstract enough question for it to be reasonable to delegate to the head judge. so we've arrived at the rule as written.

    • @fieldrequired283
      @fieldrequired283 2 месяца назад +1

      The cited rule in the video basically says "you can't use errors or omissions to abuse the rules". It sounds like you're trying to abuse the rules to capitalize on an accidental omission, so in terms of magic tournament policy, it's an open and shut case.
      There are two axes of wiggle room, whether it was a "mistake" or whether what you're doing is "abuse", but in either case, that determination will be up to the head judge.

  • @Yesnomu
    @Yesnomu 2 месяца назад +1

    This reminds me of the whole Bane of the Living situation, where the way it was supposed to work was obvious but it didn't quite work. I wonder if some kind of linked abilities-style CR rule making X costs and X effects in a card text box linked could do some work.

    • @poetguillaume659
      @poetguillaume659 Месяц назад

      You found the ruling
      🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟
      “This is pretty easy to derive since there is no other source of X.”

  • @alistairetheblu
    @alistairetheblu 2 месяца назад

    4:28 Wait, why not? "You get 3 energy then may pay any amount of energy. Each player may exile their hand and draw x cards, where x is the amount of energy paid. If x is 7 or more...".

  • @mattsauers
    @mattsauers 2 месяца назад

    Absolute perfection, as always!

  • @sashalittledemon6766
    @sashalittledemon6766 2 месяца назад

    Wizards really needs to slow down on releases...

  • @user-qx7yw2cv7k
    @user-qx7yw2cv7k 2 месяца назад

    I live in east VA and after about 3 boxes of nit getting waste elemental blast, it's product placement. That's the mist valuable card here in old amerca: Yorktown area

  • @Auron3991
    @Auron3991 2 месяца назад

    Yeah, I definitely think this will be like the Dark Ritual + Yawgmoth's Will situation from awhile back: it technically worked, but expect judges at events to rule against it because it obviously wasn't the intended outcome. There is zero chance Wizards intended to print 'Wheel of Fortune, but better' into Modern.

  • @admiralcasperr
    @admiralcasperr 2 месяца назад

    8:37 It's actually very simple to implement if you already have the "may".

  • @raze667
    @raze667 2 месяца назад

    Great video. I'm always interested to see when cards don't work right, and they change the game or card to fix them.

  • @smob0
    @smob0 2 месяца назад

    This is kinda neat. It somehow feels like a coding error, but printed on a card.

  • @treadsy
    @treadsy 2 месяца назад

    thanks dave great content as always

  • @Vex-MTG
    @Vex-MTG 2 месяца назад +1

    I'd be curious to hear your thoughts about the new Ulamog wrt intent versus a strict reading. As it's written, if you flicker Ulamog, it seems like it would enter with at least 10 +1/+1 counters from it being in exile before ETBing - this doesn't feel like the intent of the card though?

    • @Datuna-vw3un
      @Datuna-vw3un 2 месяца назад +1

      I completely disagree. There is nothing hinting that intent is for Ulamog to not see itself.

  • @DragomirGage
    @DragomirGage Месяц назад +2

    The card doesn't ask you to choose a number and then you may pay it, it says you may pay any amount. The X is defined by what you choose to pay. I get that it's not worded as clearly as it could be and should be errata'd to remove the confusion, but this is a very disingenuous way of reading the card.

    • @seandun7083
      @seandun7083 Месяц назад +1

      If it was worded like Mana Charged Dragon, then there would be no issue, but it doesn't say "pay any amount" so we need to use the rules for defining what X is and then X will be set to what we defined rather than what we payed.
      The point isn't "This should be how the card works" but rather "This is accidentally how the card technically works so please fix it."

    • @alicetheaxolotl
      @alicetheaxolotl Месяц назад +1

      If X is defined by the amount of energy you pay, that means X has no value until after it has been paid.
      The line of text "you may pay X energy" is an instruction to pay X amount of the resources. You are claiming this amount is undefined until after it is paid. So, the instructions say "you may pay (undefined) energy." The rules will ask you to prove that this undefined value is less than the amount of energy you have, otherwise the payment is illegal.

    • @DragomirGage
      @DragomirGage Месяц назад

      @@seandun7083 It is not how it technically works, it is how people WANT it to technically work. And the wording is awkward enough to make it believable if you want to believe it, but that doesn't make it accurate. So Wizards will errata it to remove any possible confusion. Kind've reminds me of Time Walk, although those misplayers had a much stronger argument.

  • @andyony2
    @andyony2 2 месяца назад

    I think, I already saw someone paying 0 energy while resolving a spell. It often comes up, when you raptor into the "energy bolt" (not sure, whats its name is atm).
    And if the raptor is the only target, you target it and pay 0 energy to net the energy of the spell

  • @antitheta777
    @antitheta777 2 месяца назад

    Not a software engineer here, just someone that dabbles in programming and has no Unity experience. It shouldn't matter to arena how the physical card is worded whether you make it a mandatory payment like your last example, or use harnessed lightning's wording, they should be functionally the same in code. Since harnessed lightning already exists a quick copy and paste, or a call to it's method/function (depending on how it is written) is likely all that would be needed

  • @Bartuk_3000
    @Bartuk_3000 2 месяца назад

    Additional cost would work out, just make it so you get the energy counter as a cost, then pay X energy

    • @seandun7083
      @seandun7083 2 месяца назад

      The problem is that it's sort of strange to give a positive benefit as part of the cost. It would also act very differently against counter spells to have both the giving of energy and the payment be on cast rather than resolution.

  • @bradensorensen966
    @bradensorensen966 2 месяца назад

    "If you do" and "when you do" are used mainly for triggered abilities. That is why they are on an Enchantment/creature cards and pretty much ONLY permanents. They have triggered abilities.

    • @seandun7083
      @seandun7083 2 месяца назад

      Localized Destruction from the same set (I guess technically the Commander decks) uses "If you do" in pretty much the exact same context as where it's missing here. Beyond that if you do a quick search for instants and sorceries with those phrases you will find quite a few results for "if" including Make your own Luck and Petals of insight, and lots for "when" as well like Hypothesizzle and Foray of Orcs.

    • @oelboy
      @oelboy 2 месяца назад +1

      "if" is never used to indicate any triggered ability as triggered abilities are defined by the use of "when," "whenever," or "at."

    • @seandun7083
      @seandun7083 2 месяца назад

      @@oelboy if is used quite a bit for triggered abilities that have some form of condition, they just also use when, whenever or at. Look at Rise of the Hobgoblins for one formatted similarly to this (it uses "if you do").

    • @oelboy
      @oelboy 2 месяца назад

      @@seandun7083 "if" may be used in triggered abilities but "if" has nothing to do with if an ability is triggered or not.
      "113.3c Triggered abilities have a trigger condition and an effect. They are written as “[Trigger condition], [effect],” and include (and usually begin with) the word “when,” “whenever,” or “at.”"

    • @seandun7083
      @seandun7083 2 месяца назад

      @@oelboy yeah, that's why I mentioned they also use one of those words. I was just clarifying since we have an entire class of triggered abilities defined by using if in a specific place (intervening ifs).

  • @TheSpiritombsableye
    @TheSpiritombsableye 2 месяца назад

    I noticed this but then got buried under all the other awesome cards in the set.

  • @HeyApples
    @HeyApples 2 месяца назад

    Alternate solution, use the Blaze template, don't give any energy, and just draw X+3 cards. It's pretty obvious they want you to use the energy on the wheel itself, just bake it in. Seems like they made this card overly complex for no reason (common theme these days) and got caught with their pants down.

    • @seandun7083
      @seandun7083 2 месяца назад

      Most of the effects that both give you energy and give you an option to pay any amount will do it that way so that you have the choice of paying less than you get to keep it for your next energy card so the choice is very much intentional. One fairly common scenario is if your last 2 cards in hand are 2 copies of it. In that case, you might want to cast the first and pay 0, then cast the second and pay 6.

  • @WindyDelcarlo
    @WindyDelcarlo 2 месяца назад

    Generally as a judge, I go "you know what they meant -.-" when handling rulings like this. Using the Serra Paragon example, they wouldn't have put the "it gains this ability" text expecting it to be ignored by the game rules, so this is Clearly An Error and works as intended.
    In this case, very similarly -- they didn't put the energy clause in there for no reason, _and_ you know they would have never printed a card that said 2R: Draw your library. So again, clearly a mistake.

    • @GeoQuag
      @GeoQuag 2 месяца назад

      While I think this is the most sensible way to treat something like this, there can often be several very subtly different intended ways. This is even less of a case here, but was more relevant for Serra paragon .
      For Serra paragon, is the ability that tracks the card still able to find the card if it is blinked? We are already going against the written rules (at the time) to say that the card can follow the card between other zones. It would be a little strange if that was what the card did, but we already had a card that keeps track of what counters the permant had on it as it moves to other zones.
      We now know what the answer to that question is, but without a rule update, I think there is a compelling argument both ways one you say “clearly this card is following the card between zones.”

  • @face9093
    @face9093 2 месяца назад +2

    Can you show in the rules why you have to declare what X is before you may pay it.
    I feel like X is declared as your paying for it.

    • @ThePe5e
      @ThePe5e 2 месяца назад +2

      Declaring X and choosing to pay or not for it are two different events on Wheel here because they are part of two different sentences. You first declare the amount of X, then in the next step choose if you want to pay the amount you declared or not.

    • @sharpgg
      @sharpgg 2 месяца назад

      @@ThePe5e Can you quote the two sentences you are talking about, one of which asks you to declare X and the other of which asks you to optionally pay X?

    • @ThePe5e
      @ThePe5e 2 месяца назад

      @@sharpgg Sorry I meant to write steps, not sentences. Autocorrected.

    • @alicetheaxolotl
      @alicetheaxolotl Месяц назад

      Basic reading comprehension, but I'll site the rule for you then explain.
      118.3
      A player can’t pay a cost without having the necessary resources to pay it fully. For example, a player with only 1 life can’t pay a cost of 2 life, and a permanent that’s already tapped can’t be tapped to pay a cost. See rule 202, “Mana Cost and Color,” and rule 602, “Activating Activated Abilities.”
      So, if an effect tells you to pay 2 mana, it's pretty clear that the effect is instructing you to pay 2 mana. 2 is what determines how much is spent.
      Now, if an effect tells you to pay 2 energy, the same rule applies. 2 is the determinant factor.
      Now, if an effect tells you to pay X energy, it is telling you X is the amount of energy you pay, if you choose to pay it. Paying the energy is not what determines X, X is what determines how much energy you pay.
      118.3 is the relevant ruling because, if you do not know the value of X, you don't know how much you are allowed to pay into it or if said payment would be illegal.

    • @face9093
      @face9093 Месяц назад

      Terrible answer

  • @GrahamJ-ct4ti
    @GrahamJ-ct4ti 2 месяца назад

    Great explanation

  • @Z-713
    @Z-713 2 месяца назад

    Great video, I had no issues following all your points, however, I think it may be useful to put JUST text on the screen and match it up with card you're comparing to. Then you can highlight how the wording affects the card we are looking at. Like I said great video, just a suggestion!

  • @Take-Command
    @Take-Command 2 месяца назад

    Goodies up front gets a like and comment from me

  • @brewskimckilgore6796
    @brewskimckilgore6796 2 месяца назад

    "...then you pay up to X where X is the amount of (energy) you have" definitely wordier but that would be a decent implementation of the type of
    templating you mentioned being almost unfeasible. removing "may" for "up to" also feels like a clearer communication that it can be 0-X while defining X as such prevents skirting the cost &/or making X something ridiculous that you couldnt even while still allowing for response on the stack to increase energy prior to resolving, thus increasing X potential

    • @seandun7083
      @seandun7083 2 месяца назад

      Just adding the limit without removing the may means they can still get the effect without paying, they can't do it for a million.

  • @JDubsCCGsOnline
    @JDubsCCGsOnline 2 месяца назад +40

    It took me a while to understand the issue so I'll explain it as best I can. (And please correct me if my understanding is still wrong)
    You can declare X as any number then choose not to pay it. Then you can still draw X cards because it doesn't check if you paid X. It just checks for what X was.

    • @fieldrequired283
      @fieldrequired283 2 месяца назад +8

      That's exactly it. The second part works exactly the same whether you paid the energy or not, so you don't have to in order to get the effect.

  • @bizerra3422
    @bizerra3422 2 месяца назад +3

    why isn't the x determined when you pay the energy?

    • @keanureef271
      @keanureef271 2 месяца назад

      It has to do with how a spell is cast. Whenever a spell has an X, it is chosen on cast, but spending the energy must happen on resolution in order to get the 3 energy from the card.

    • @nsmith131
      @nsmith131 2 месяца назад +7

      Because to pay X, you have to decide what X is. In this case, actually paying X is entirely optional, and the subsequent effect doesn't care whether X was paid.
      So, you decide X is 50, then you decide not to pay it, then you move onto the next piece of text.

    • @ThePe5e
      @ThePe5e 2 месяца назад +5

      @@keanureef271 In this case this is not the issue, though. X is chosen on resolution of Wheel, NOT while you are casting and putting it onto the stack.

    • @keanureef271
      @keanureef271 2 месяца назад

      @@ThePe5e You are right now that I think about it.

    • @seanhardner5842
      @seanhardner5842 2 месяца назад

      You do not decide X when you cast this spell. Where does it say that? You determine X when the spell resolves buy paying X energy the same way you determine X by paying X mana in a spell with X in the casting cost when you cast it. Look at the Oracle for Suppression Ray. In the example about only being able to tap a creature that was tapped by the cards effect it says you can put a stun counter on that creature (as long as you paid at least 1 energy). If you pay zero X will be zero and you can’t stun anything. If you want to stun 8 of the creatures you tapped you’d need to pay 8 energy to make X equal 8 Same with Wheel if you decide to pay zero X is zero and you draw no cards. All the judges will get informed of how this is supposed to work & maybe an errata is needed to make it more clear but you can’t just choose a value for X when you cast one of these spells then choose not to pay X as Dave is saying and have it resolve with X whatever you chose.