Hans Mackowiak

Results 141 issues of Hans Mackowiak

From 601.2b: > 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...

Game Mechanics
GUI
keep

> Gift a tapped Fish (You may promise an opponent a gift as you cast this spell. If you do, they create a tapped 1/1 blue Fish creature token before...

Upcoming Set
Game Mechanics

Effects like Tireless Provider that does use `GenericChoice` to choose between two Token Scripts: ``` SVar:TrigTokenChoice:DB$ GenericChoice | Defined$ You | Choices$ Food,Treasure | SpellDescription$ Whenever a land enters the...

AI
keep

Closes #165 Part of my Old MayPlay rework this changes the LandAbility to be created in CardFactory, so it can be copied if needed this makes it easier when we...

Game Mechanics

> 111.11. If an effect instructs a player to create a token by name, **doesn’t define any other characteristics for that token**, and the name is not one of the...

Game Mechanics
Low priority
keep

the Keyword Offering works similar like the Defiler Ability when updating the Defiler Ability for Card Text Changes #1828 we might use the same mechanic for Offering so we don't...

Game Mechanics
keep

Defiler of Instinct > As an additional cost to cast red permanent spells, you may pay 2 life. **Those spells cost {R} less to cast if you paid life this...

Game Mechanics
Rules compliance
keep

without the exclude i get this: ```java try { audioLine = AudioSystem.getSourceDataLine(format, selectedMixer); audioLine.open(format); } catch (Exception e) { return; } ``` With this Problem: `The method getSourceDataLine(AudioFormat, Mixer.Info) is...

keep

Shadow can be these two abilities: * `CantBlockBy | ValidAttacker$ Card.Self | ValidBlocker$ Card.withoutShadow` * `CantBlockBy | ValidAttacker$ Card.withoutShadow | ValidBlocker$ Card.Self` Then there is Aetherflame Wall and Aether Web...

Game Mechanics
Rules compliance
keep

Currently: Spells that has "As an additional cost to cast this spell" like Discard a Card like `Tormenting Voice` use this as part of their cost for the spell ```...

Game Mechanics
keep