Jordan

Results 9 issues of Jordan

This adds the Iceman hero pack that is scheduled to be released 2024-05-17.

A lot of the Mutant Genesis encounter cards have missing text

We already had access to these icons from `marvel-icons.svg` but the `replaceSymbols` function didn't include them to replace text with the actual icons so the text continued to show up...

There are two cards in the Sinister Motives box that use `scheme_hazard` but it wasn't getting imported into the database correctly. This change includes those optional fields for ally and...

There are new cost per player cards included in Wave 7. To match the `health: number` and `health_per_hero: boolean` style, I think we should add support for a new `cost_per_hero:...

The [star] text gets replaced with the special icon (``) within `replaceSymbols` so it works on most cards but not when hovering over a card for the preview. That logic...

**Draft until the remaining cards are revealed** Add the Magneto hero pack scheduled for release on 2024-11-15. I had to rename the existing `magneto` set to be `magneto_villain` to enable...

**Draft until the rest of the cards are revealed** Add the Nightcrawler hero pack that is scheduled to be released on 2024-09-20.

We'll need to add the amplify icon to the codebase since it doesn't exist yet. We should be able to render the icon in text via `[amplify]`. We need to...