Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Player Hidden Keywords Meta Issue #4760

Open
5 of 26 tasks
Hanmac opened this issue Feb 29, 2024 · 6 comments
Open
5 of 26 tasks

Player Hidden Keywords Meta Issue #4760

Hanmac opened this issue Feb 29, 2024 · 6 comments
Assignees
Labels

Comments

@Hanmac
Copy link
Contributor

Hanmac commented Feb 29, 2024

Player Hidden Keywords that needs to be rewritten into StaticAbility or ReplacementEffects CantHappen

  • Draw Cards
  • "Creatures your opponents control attack a player other than you if able."
  • "You assign combat damage of each creature attacking you."
  • "Foretell on any player's turn"
  • Damage related
  • Search Library
    • "LimitSearchLibrary"
    • "CantSearchLibrary"
    • "Spells and abilities you control can't cause you to search your library."
  • Cant Win or Lose CantLose and CantWin as StaticAbilities/CantHappen #4757
    • "You can't lose the game."
    • "You can't win the game."
    • "You don't lose the game for having 0 or less life."
    • "You don't lose the game for drawing from an empty library."
  • "Piracy"
  • "Shaman's Trance"
  • "PayLifeInsteadOf:B"
  • "You may pay 0 rather than pay the echo cost for permanents you control."
  • Untap
    • "OnlyUntapChosen"
    • "UntapAdjust"
  • "Creatures you control can boast twice during each of your turns rather than once."
  • "If you would flip a coin, instead flip two coins and ignore one."
  • Devotion Move Altar of the Pantheon to its own static #6760
    • "Your devotion to each color and each combination of colors is increased by one."
  • Averna Averna: use ReplaceCascade Effect #6762
    • "As you cascade, you may put a land card from among the exiled cards onto the battlefield tapped."
  • UN Cards:
    • "The phases of your turn are reversed."
@Hanmac Hanmac self-assigned this Feb 29, 2024
@Hanmac Hanmac pinned this issue Mar 23, 2024
@tool4ever
Copy link
Contributor

Currently I'm liking CantHappen more because it gives us easier support for GameLog already 🤔

@Hanmac
Copy link
Contributor Author

Hanmac commented Dec 6, 2024

Currently I'm liking CantHappen more because it gives us easier support for GameLog already 🤔

I prefer to use CantHappen when there is already an event to Replace
and where it makes sense

i mean, "Foretell on any player's turn", can't really be a "CantHappen" event, right? xD

@tool4ever
Copy link
Contributor

no, but for those extra GameLog feedback isn't really useful anyway

@Hanmac
Copy link
Contributor Author

Hanmac commented Dec 6, 2024

@tool4ever for example, the Search Library stuff might use Replacement Effect and CantHappen for 2 of them

@Hanmac
Copy link
Contributor Author

Hanmac commented Jan 6, 2025

  • "As you cascade, you may put a land card from among the exiled cards onto the battlefield tapped."

Should probably be part of the DigUntil Effect? Should that be done as Replacement Effect?

702.85b If an effect allows a player to take an action with one or more of the exiled cards “as you cascade,” the player may take that action after they have finished exiling cards due to the cascade ability. This action is taken before choosing whether to cast the last exiled card or, if no appropriate card was exiled, before putting the exiled cards on the bottom of their library in a random order.

In my opinion, putting a land into play is "an action", so it should happen in sequence?

@Hanmac
Copy link
Contributor Author

Hanmac commented Jan 10, 2025

  • "Your devotion to each color and each combination of colors is increased by one."

This one is a bit tricky because it needs to be done in between Layer 3 and 4 (so at the end of layer 3?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants