I need help on a very complicated templating of a protection ability
Hi guys,
I'm trying to template something quite complicated, so if you know a card that did something similar before or if you have any idea about the best way to do this, I'd be very grateful =D
Here's what I'm trying to template properly: A creature that have protection from things that are neither enchantments nor enchanted.
Here are some of my attempts, what do you think is better? (Note that the last 2 versions try to reproduce the most important parts of Protection without using the actual keywords)
- Protection from sources that are neither enchantment or enchanted
- Protection from nonenchantment nonenchanted
- CARDNAME can't be blocked, dealt damage, or be targeted by sources that are neither enchantment nor enchanted.
- CARDNAME can't be blocked, dealt damage, or be targeted by non enchantment nonenchanted sources.
I'm trying to template something quite complicated, so if you know a card that did something similar before or if you have any idea about the best way to do this, I'd be very grateful =D
Here's what I'm trying to template properly: A creature that have protection from things that are neither enchantments nor enchanted.
Here are some of my attempts, what do you think is better? (Note that the last 2 versions try to reproduce the most important parts of Protection without using the actual keywords)
- Protection from sources that are neither enchantment or enchanted
- Protection from nonenchantment nonenchanted
- CARDNAME can't be blocked, dealt damage, or be targeted by sources that are neither enchantment nor enchanted.
- CARDNAME can't be blocked, dealt damage, or be targeted by non enchantment nonenchanted sources.
This discussion has been closed.
Comments
So maybe: "Protection from nonenchantment permanents and nonenchanted permanents."
I don't think "nonenchanted" is a word that's ever been used on a Magic card but I think it could work.
Oooh not bad thanks @Beeswax! I didn't think of using "everyting except" ^^ I'm gonna replace permanents with sources because I want it to work against spells and abilities also and that should do the trick ^^
Thanks you two =D
(I'm not gonna call Corwinnn to close this because I don't want to bother him for such tiny matters, and maybe someone else will come one day and add something.)
This is what I ended up with (do you see any mistake in templating? It's a really tough one):