Multiverse Feedback: Recent Activity
Multiverse Feedback: Cardlist | Visual spoiler | Export | Booster | Comments | Search | Recent activity |
Mechanics | Upcoming releases | Skeleton |
Recent updates to Multiverse Feedback: (Generated at 2025-05-13 19:32:19)
See Suiroza Hireling for an example
Are the Nyx backgrounds really mechanically relevant? They're mostly flavorful.
So this is a request for the starry-sky background for enchantment creatures and enchantment artifacts?
The Javascript-CSS solution will work on all the images on the current page, without having to edit each of them; on the other hand it's strictly temporary. If you want to edit a lot of cards to all have the same image you can use the "Import data" function to do a batch edit.
Glad that'll do you for now.
Yeah that would work. For now I just found a URL of the color white (http://perfumedletters.files.wordpress.com/2012/11/white-shadow.png) and I've been using that, which is working just fine. I just thought that maybe a white background image could go in the cardset options, or even just be an option on the individual card creation/editing page.
Again, what you suggested is just fine, and this really only comes up if someone wants to doodle their own illustrations. So, low priority.
What you can do is type the following in the URL bar:
javascript:document.styleSheets[0].addRule(".card .cardart", "background-color: white;");
Or equivalently type it in the Javascript console without the initial
javascript:
. That will last for as long as you're looking at the current page, so in particular you can do that and then immediately hit Print, and (at least in Chrome) changes you make like that will show up in the printed document.Will that do what you need?
Actually, the phoenix cycle is in Yggdrasil, an expert-level set. I list all the mechanics that appear in a set because I'm autistic, which makes leaving a mechanic off the list feel odd, even if it's evergreen.
Gamma is supposed to be a core (non expert) set, is I guess the reason.
Yeah, you type
((
(Lifegiver Phoenix))
and get ((C29847)).I guess it's a fair suggestion.
Why are you using mechanic support for things like flying and vigilance anyway? Evergreen mechanics don't have reminder text in expert sets.
To link to another card inside multiverse; it's just triple round brackets. (((Cardname))).
Sensible feature request, I think. I can see the use. (I mostly don't bother with using keywords, for this sort of reason.)
I could apply the same size-limitations I do to popup images, yes. Captain Jack Harkness pops up at a sensible size even though his image is larger, and even though ((C16941)) and Needleshooter Pring and ((C8631)) can be wider if necessary.
I found myself wanting this sort of thing for a while.
Then I realised I was actually making life harder for myself and my players and mostly stopped wanting it. Still. [{optionaltype-}Dig] would have been useful, when I did want it.
by locale i think he means basic land types. he wants to put parameters before the keyword, like Islandwalk.
@yangfiretiger121: I don't think you mean locale. I still don't know quite what you do mean by that bit.
Your use of things like "[Cost]" is confusing given Multiverse's mechanics are detected with square brackets. For the sake of clarity since I don't really understand you, please only use square brackets to indicate proposed Multiverse mechanic names.
Are you saying you want to be able to write
>
: Regenerate ~
and have reminder text? Multiverse will only detect a keyword if you enclose it in square brackets. But apart from that, you can achieve precisely that by putting square brackets around the mechanic, as I demonstrated with ((C29975)):
>
: [Regenerate]
@amuseum: Regeneration is usually an activated ability including a keyword action, similar to scry (Witches' Eye), so including reminder text after a keyword action in an activated ability is a reasonable request. But it's already possible as I explained above.
cost: regenerate is an activated ability , not keyword. the fix is to put the keyword after the whole ability, like so [keyword()].
the rest is more difficult due to established conventions when this site was built. but i agree such changes would be awesome. but might not be backward compatible.
May I suggest that you skip the yellow frame because MaRo has said that it'd cause problems since Magic already uses a yellow/gold frame for multicolored cards, if you end up doing this.
No. I want to right [Cost]: Regenerate ~. and have the Oracle reminder show up and the [cost] as the parameter rather then the name. The locale would be for stuff like landwalk and offering as well. Currently, landwalk ends up as "landwalk [type]" instead of "[Type]walk" ad offering would end up as "Offering [Type]" instead of "[Type] offering". Of course, I seem to be over thinking regeneration by trying to use a parameter in the first place.
Here's the Magic Set Editor mark-up for these two and [type]cycling:
Offering ([prefix] offering: You may cast this card any time you could cast an instant by sacrificing a {param1} and paying the difference in mana costs between this and the sacrificed {param1}. Mana cost includes color.)
Landwalk ([prefix]walk: This creature is unblockable as long as defending player controls a {if match(param1.value, match: " land$") or contains(param1.value, match: "Snow") or contains(param1.value, match:"Basic") or contains(param1.value, match:"Legendary") then "{to_lower(param1)}" else "{param1}"}.)
Typecycling ([Type]cycling [cost]: {param2}, Discard this card: Search your library for a {param1} card, reveal it, and put it into your hand. Then shuffle your library.)
What are you saying is the problem with regeneration? Over on the Testing set, I created((C29975)) which seems to work okay.
Is it that you'd like to write "[Regeneration
]" rather than "
: [Regeneration]"?
And where does "Locale" come in? (Original title was "Param Type/Locale Dropdown")