r/Captain_Marvel

Maybe it's in my head, but it really feels like Marvel has been pushing the Ms.Marvel/Warbird look for Carol a lot more (and banking on it to sell). Two titles this year have 'gone back' to it, with it having dominated the cover selection of Dark Past and now getting its own cover for Incursions.

Maybe it's in my head, but it really feels like Marvel has been pushing the Ms.Marvel/Warbird look for Carol a lot more (and banking on it to sell). Two titles this year have 'gone back' to it, with it having dominated the cover selection of Dark Past and now getting its own cover for Incursions.

It's a big difference from 10 years ago where it felt like Marvel was doing everything in their power to distance her away from the leotard.

Now it seems like they are trying to find any reason for it to make a reappearance or end up on a cover.

I have a feeling that one day Marvel is just going to 'pull the trigger' and give Carol a new Captain Marvel design that resembles the Warbird look. This feels like them testing the waters and gauging how well Carol is received and sells in a leotard vs in the Captain Marvel style outfits.

I'm guessing it would probably look something like this: https://www.reddit.com/r/Captain_Marvel/s/7HGY0tO0WM

u/KryperExpress — 10 hours ago

I'm a DC fan who really liked the movie and, the admittedly little I know about the character. Any advice where to start for a new Captain Marvel fan who has never even picked up a Marvel comic?

As I've said I'm DC fan (Superman and Supergirl mostly) and the prospect of trying to dive through decades of comics history is *slightly* terrifying!

reddit.com
u/FewHeat1231 — 8 hours ago
▲ 415 r/Captain_Marvel+1 crossposts

Has the push for Captain Marvel ended ? She's being ignored in videogames,comics and movies. Why is that ? :(

Post-2015 Carol Danvers was IT,she was pretty much being adorned by Marvel with solo comics,movies announcements,videogame apparitions etc...but now:

  1. Both her solo comic and the Avengers title that had her as a leader have ended (and honestly it wasn't really that memorable,it was just ok). There's no plans for her currently.
  2. Her movie became one of the biggest bombs of all time and she's nowhere to be seen in either of the Avengers movies, with the actress herself feeling doubts about coming back after receiving so much hate. The next saga it's also the mutant saga.
  3. There's no plans for her in the biggest Marvel superhero game right now (Marvel Rivals) since they are focusing alot on villains + mutants for the future so it's possible that she might only be added in late 2028,the earliest.

How does a character goes from gaining the name of the company itself and being pushed as their own Wonder Woman to being ignored and disrespected like this ?

u/Ohkami37 — 1 day ago

Ich vermute mal, das Carol wider mit den Mutanten vereint werden wird, da immer mehr Panel's auftauchen, in den sie mit den Mutanten zu sehen ist.

Solche Panel's tauchen immer häufiger auf und irgendwie ist es schon ziemlich eindeutig zu erkennen, das Carol wider Teil der Mutanten wird.

u/R4cco0n — 1 day ago

How do you expect/hope the MCU will adapt or reference Carol and Rogue’s relationship? (Art from Cap. Marvel #49, 2019)

Do you hope it plays out similarly to the comics? Do you want to see any major changes to their history?
Would you want Rogue to be a supporting characte in any future Captain Marvel films?

u/trixxupmysleeve — 2 days ago

Not gonna lie only read MacKay's Avengers for the plot // The plot:

Farid Karami, Schiti, and all the other artists on this were doing god's work

u/UltimateSandman — 3 days ago
▲ 77 r/Captain_Marvel+3 crossposts

All the Marvel 'swamp rats' currently tied to New Orleans right now

•Strange Academy: Established in New Orleans

•Remi LaBeau (Gambit): New Orleans native, lovingly called a 'swamp rat' by his love, Rogue (Anna Marie)

•Anna Marie (Rogue): Mississippi native, has operated an Uncanny X-Men team out of New Orleans

•Captain America (Sam Wilson): Born & raised in Delacroix, Louisiana - Assists his sister in getting finances together there in TF&TWS

•Monica & Maria Rambeau's farmland, where Carol and the Khan family now reside after The Marvels, is somewhere outside New Orleans & Baton Rouge

Did I miss anyone?

u/Identity_X- — 6 days ago

A simple Python script that calculates the appearances of Carol, Jean, Ororo, Wanda, and Sue based on the Marvel Database.

Kopiere die Skriptzeilen, gehe dann zu http://colab.research.google.com, , erstelle ein neues Notebook und klicke auf Play.

Fertig.

`import requests

def get_appearance_count(category_title): url = "https://marvel.fandom.com/api.php" params = { "action": "query", "format": "json", "titles": category_title, "prop": "categoryinfo", } headers = {"User-Agent": "AppearanceUpdateTracker/1.0"} response = requests.get(url, params=params, headers=headers) data = response.json() pages = data.get("query", {}).get("pages", {}) for page_id, page_info in pages.items(): if "categoryinfo" in page_info: return page_info["categoryinfo"].get("pages", 0) return None

Basiswerte aus dem Bild

base_data = { "Ororo Munroe (Storm)": 1958, "Susan Storm (Invisible Woman)": 1807, "Carol Danvers (Captain Marvel)": 1563, "Wanda Maximoff (Scarlet Witch)": 1354, "Jean Grey": 1332, }

Fandom Kategorien basierend auf den bereitgestellten Links

categories = { "Ororo Munroe (Storm)": "Category:Ororo_Munroe_(Earth-616)/Appearances", "Susan Storm (Invisible Woman)": "Category:Susan_Storm_(Earth-616)/Appearances", "Carol Danvers (Captain Marvel)": "Category:Carol_Danvers_(Earth-616)/Appearances", "Wanda Maximoff (Scarlet Witch)": ( "Category:Wanda_Maximoff_(Earth-616)/Appearances" ), "Jean Grey": "Category:Jean_Grey_(Earth-616)/Appearances", }

print("=== MARVEL APPEARANCES UPDATE ===") for char, cat in categories.items(): current = get_appearance_count(cat) base = base_data[char] if current is not None: diff = current - base sign = "+" if diff >= 0 else "" print(f"{char}:") print(f" - Bild-Stand: {base}") print(f" - Aktuell: {current}") print(f" - Differenz: {sign}{diff}\n") else: print(f"{char}: Abruf fehlgeschlagen.\n")`

u/R4cco0n — 6 days ago

Queen In Black #3 Preview

And another Carol/Emma teamup. Really loving two of my faves coming together so often lately, Kelly Thompson was the goat for starting this connection

u/UltimateSandman — 6 days ago