Jetz72

Results 105 comments of Jetz72

Could someone write `true ? [2]` expecting it to resolve to `[2]`, or `false ? [2]` expecting `null`? Would the syntax be parsed differently depending on the presence or absence...

Does it still happen with the 2.0.0 snapshot? The latest update jumped the game ahead several Java versions.

I do not. Unless someone else has experienced it or you can post your `forge.log` file and something there indicates the cause, there isn't much to go on here. Is...

Should the same script parameter be used for both choices made during the resolution of a spell, and for "As an additional cost to cast CARDNAME, choose..."? Unless I'm misunderstanding...

Since `Liquid Fire` is templated as a cost (in its Oracle text, at least), should it be reworked into a `CostChooseNumber`? Then costs implemented via that or `CostChooseCreatureType` can be...

Without digging into it to verify how this would affect the various systems, my vote would be for `MagicColor` being an `enum`, and `ColorSet` being an extension of `EnumSet`. Colorless...

> it's a bit tricky for chosen color, because we need to differ between no chosen color, and colorless chosen (if allowed) Null for no choice, empty set for a...

Would it not be sufficient to just assume the dungeon type and the dungeon's card name will be the same, and just look up the image the traditional way?

How would this work for granted abilities, such as from equipment, auras, and animate effects? Do we try and discern the type of object the ability's being applied to?

Problem I'm seeing is a lot of the nominative types that get chosen depend on the context. [Lion Sash](https://scryfall.com/card/neo/26/lion-sash) is a good example. Originally the text was: >{W}: Exile target...