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-12 21:49:01)
(1) Is this fixed now?
(2) I hope so.
(3) Yes, it is!
Should be OK now.
fixed, I believe
This is fixed for desktop browsers, I think. Mobile fix is still to come.
Okay, don't sweat it :)
Crap like that is not entirely unexpected when large updates are applied, which btw, are pretty cool so thumbs up.
Argh. Yep, confirmed. I'm trying to fix this urgently.
ETA: Yes, that seems to be it. It turns the images into blank images, but doesn't include their title text (which is still there, eg. if i copy it and paste elsewhere). That's a problem with the plugin not this website.
I'm using a plugin which may not do the right thing; if you like I can check if it works correctly with normal way of disabling images.
:)
Yes, I ought to be able to get this done quickly enough. I can't believe I made the "I think I should" plan 5 years ago and then didn't do it >.
"I often browse with images turned off, but that makes it hard to see costs."
Hm, really? I'd've thought that ought to show the images' title text instead of the image contents? And all Multiverse mana images ought to have title text of the symbol they're expanding - so
ought to have title text "
", so with images turned off it ought to just show as "
", I would have hoped.
This probably isn't a good idea, but I wondered about using unicode "character in circle" symbols instead of images.
https://en.wikipedia.org/wiki/Enclosed_Alphanumerics
That's mostly less good, since they don't have specifically snow, colorless etc. But would give lots of options (any other letter to start with, plus any other something-in-circle in unicode). And I often browse with images turned off, but that makes it hard to see costs.
I realise this is a small thing, but I'd still appreciate it if it was easy :)
implemented
Thank you for finding the time to still make some updates!
Fixed
Fixed!
fixed, at last. card text fits better across the board too now.
implemented, though with no pluralisation. use PARAM1ASWORDS or PARAM2ASWORDS.
I've made all abbreviation matching non-case-sensitive, so your "ETBs" worries should be gone. Mechanics are now "match case" for the first letter: i.e. if you've defined "Double strike" then you can say [Double strike] or [double strike], and that letter's case will be preserved in what appears on the card; but you can't say [double Strike].
Hm, good point. But I don't really mind "put one +1/+1 counter on it". The problem is the plural: "put one +1/+1 counters on it" is what bugs me. But to work around that I'd need to provide something akin to Inflector::pluralize, which seems somewhat incompatible with having a nice comprehensible approachable syntax.
I would suggest that you can probably get away with just up and replace "one" with "a" (at least it would work for all existing official mechanic templates), but I'm willing to bet there are already multiple mechanics on this site with templates like "/1 mana of any color" or "up to /1 X", which would require "one".
This is nearly ready. As well as the current confusing \1 and \2 in reminder text, you can get the same effect by writing PARAM1 and PARAM2. To convert a number to words, use PARAM1ASWORDS or PARAM2ASWORDS (or the old-style \1ASWORDS or \2ASWORDS).
For example, to implement Reinforce as on Hunting Triad, define the reminder text to be:
> PARAM2, Discard this card: Put PARAM1ASWORDS +1/+1 counters on target creature.
I haven't got a good solution for the version where you want "a +1/+1 counter" rather than "one +1/+1 counters" (Earthbrawn), though.
Edit: Hm, that was displaying weirdly. Fixed.
You can filter search by the overall card frame - "white", "blue", etc are options in there - but you can't currently get more specific than "multicolour" or "hybrid".
I agree it'd be nice to provide better options here.
I do and I don't. Each time I try to do it I have a tendency to forget what it was that needed to be done. So mostly I just waste 10 minutes every time it happens.