.gg-guide { background: #0B0E17; color: #e8e8f0; font-family: "Syne", sans-serif; }
:root{--black:#0B0E17;--off:#111628;--panel:#17171c;--border:#2a2a33;--text:#e8e8f0;--muted:#6b6b80;--accent:#00d4ff;--plat:#ff3b4a;}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
body{background:var(--black);color:var(--text);font-family:"Syne",sans-serif;}
nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:16px 40px;background:rgba(10,10,10,.96);border-bottom:1px solid var(--border);backdrop-filter:blur(20px);}
.logo{font-family:"Bebas Neue",sans-serif;font-size:1.7rem;letter-spacing:.1em;color:var(--accent);text-decoration:none;}
.logo span{color:var(--text);}
.nav-links{display:flex;gap:24px;}
.nav-links a{font-family:"DM Mono",monospace;font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);text-decoration:none;}
.nav-links a:hover{color:var(--accent);}
.bc{padding:12px 40px;background:var(--off);border-bottom:1px solid var(--border);font-family:"DM Mono",monospace;font-size:.6rem;letter-spacing:.08em;color:var(--muted);display:flex;gap:8px;align-items:center;flex-wrap:wrap;}
.bc a{color:var(--muted);text-decoration:none;}
.bc a:hover{color:var(--accent);}
.bc-cur{color:var(--text);}
.wrap{display:grid;grid-template-columns:1fr 300px;max-width:1180px;margin:0 auto;padding:0 40px;align-items:start;}
.main{padding:48px 48px 80px 0;border-right:1px solid var(--border);}
.meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px;}
.tag{font-family:"DM Mono",monospace;font-size:.58rem;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px;border:1px solid var(--border);color:var(--muted);}
.tag.plat{border-color:var(--plat);color:var(--plat);}
h1{font-family:"Bebas Neue",sans-serif;font-size:clamp(2rem,4vw,3rem);line-height:1.05;margin-bottom:12px;}
.sub{font-size:.95rem;color:var(--muted);line-height:1.6;max-width:580px;margin-bottom:8px;}
.upd{font-family:"DM Mono",monospace;font-size:.58rem;color:var(--muted);letter-spacing:.08em;margin-bottom:32px;}
.ia{background:var(--panel);border:1px solid var(--border);border-left:4px solid var(--accent);padding:28px;margin-bottom:36px;}
.ia-lbl{font-family:"DM Mono",monospace;font-size:.58rem;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:8px;}
.ia-ttl{font-family:"Bebas Neue",sans-serif;font-size:1.6rem;letter-spacing:.04em;margin-bottom:14px;}
.ia-body{font-size:.95rem;line-height:1.78;}
.ia-body strong{color:var(--accent);}
.ia-body em{color:var(--muted);font-style:normal;}
.stats{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border);margin-bottom:40px;}
.sc{padding:14px 18px;border-right:1px solid var(--border);}
.sc:last-child{border-right:none;}
.sl{font-family:"DM Mono",monospace;font-size:.54rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:5px;}
.sv{font-family:"Bebas Neue",sans-serif;font-size:1.15rem;color:var(--accent);line-height:1.15;}
section{margin-bottom:52px;}
h2{font-family:"Bebas Neue",sans-serif;font-size:1.5rem;letter-spacing:.05em;margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:10px;}
.sn{font-family:"DM Mono",monospace;font-size:.6rem;color:var(--muted);}
p{font-size:.93rem;line-height:1.78;margin-bottom:14px;}
p strong{color:var(--accent);}
p em{color:var(--muted);font-style:normal;}
.tip{background:rgba(240,224,64,.05);border:1px solid rgba(240,224,64,.2);border-left:3px solid var(--accent);padding:16px 20px;margin:20px 0;font-size:.88rem;line-height:1.65;}
.tip-l{font-family:"DM Mono",monospace;font-size:.58rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:6px;}
.warn{background:rgba(239,68,68,.06);border:1px solid rgba(239,68,68,.2);border-left:3px solid #f87171;padding:16px 20px;margin:20px 0;font-size:.88rem;line-height:1.65;}
.warn-l{font-family:"DM Mono",monospace;font-size:.58rem;letter-spacing:.14em;text-transform:uppercase;color:#f87171;margin-bottom:6px;}
.info{background:rgba(0,212,255,.05);border:1px solid rgba(0,212,255,.2);border-left:3px solid #00d4ff;padding:16px 20px;margin:20px 0;font-size:.88rem;line-height:1.65;}
.info-l{font-family:"DM Mono",monospace;font-size:.58rem;letter-spacing:.14em;text-transform:uppercase;color:#00d4ff;margin-bottom:6px;}
table{width:100%;border-collapse:collapse;margin:20px 0;font-size:.85rem;}
th{font-family:"DM Mono",monospace;font-size:.56rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);padding:10px 14px;text-align:left;border-bottom:1px solid var(--border);background:var(--off);}
td{padding:12px 14px;border-bottom:1px solid var(--border);vertical-align:top;line-height:1.55;}
tr:hover td{background:var(--panel);}
td strong{color:var(--accent);}
.steps{display:flex;flex-direction:column;gap:2px;margin:20px 0;}
.step{background:var(--panel);border:1px solid var(--border);padding:20px;display:flex;gap:20px;align-items:flex-start;transition:border-color .2s;}
.step:hover{border-color:var(--plat);}
.step-n{font-family:"Bebas Neue",sans-serif;font-size:2.2rem;color:var(--border);line-height:1;flex-shrink:0;width:36px;transition:color .2s;}
.step:hover .step-n{color:var(--plat);}
.step-t{font-size:.92rem;font-weight:700;margin-bottom:6px;}
.step-d{font-size:.85rem;color:var(--muted);line-height:1.65;}
.step-d strong{color:var(--text);}
.badge{font-family:"DM Mono",monospace;font-size:.58rem;padding:3px 8px;border-radius:2px;display:inline-block;margin:2px;}
.b-s{background:rgba(240,224,64,.15);color:var(--accent);border:1px solid rgba(240,224,64,.3);}
.b-a{background:rgba(0,212,255,.12);color:#00d4ff;border:1px solid rgba(0,212,255,.3);}
.b-b{background:rgba(82,196,90,.1);color:#4ade80;border:1px solid rgba(82,196,90,.3);}
.b-c{background:rgba(255,149,0,.1);color:#fbbf24;border:1px solid rgba(255,149,0,.3);}
.b-d{background:rgba(239,68,68,.1);color:#f87171;border:1px solid rgba(239,68,68,.3);}
.ad-w{margin:40px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:4px 0;}
.ad-l{font-family:"DM Mono",monospace;font-size:.5rem;letter-spacing:.16em;text-transform:uppercase;color:var(--border);text-align:center;padding:4px 0;}
.ad-f{background:var(--off);min-height:90px;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.next{margin-top:56px;padding-top:28px;border-top:1px solid var(--border);}
.next-l{font-family:"DM Mono",monospace;font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:14px;}
.ng{display:grid;grid-template-columns:1fr 1fr;gap:2px;}
.nc{background:var(--panel);border:1px solid var(--border);padding:16px;text-decoration:none;transition:border-color .2s;display:block;}
.nc:hover{border-color:var(--accent);}
.nc-t{font-family:"DM Mono",monospace;font-size:.56rem;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);margin-bottom:5px;}
.nc-h{font-size:.88rem;font-weight:700;color:var(--text);line-height:1.35;}
.sidebar{padding:48px 0 80px 32px;position:sticky;top:65px;}
.ad-box{margin-bottom:24px;}
.ad-box-fr{background:var(--panel);border:1px solid var(--border);min-height:250px;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.sw{background:var(--panel);border:1px solid var(--border);padding:18px;margin-bottom:2px;}
.sw-ttl{font-family:"Bebas Neue",sans-serif;font-size:1rem;letter-spacing:.08em;color:var(--muted);margin-bottom:12px;}
.sw a{display:block;font-size:.8rem;color:var(--text);text-decoration:none;padding:8px 0;border-bottom:1px solid var(--border);line-height:1.4;}
.sw a:last-child{border-bottom:none;}
.sw a:hover{color:var(--accent);}
.sw-g{font-family:"DM Mono",monospace;font-size:.54rem;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;display:block;margin-bottom:2px;}
footer{border-top:1px solid var(--border);padding:28px 40px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;}
.fl{font-family:"Bebas Neue",sans-serif;font-size:1.2rem;color:var(--accent);}
.fl span{color:var(--muted);}
.fc{font-family:"DM Mono",monospace;font-size:.56rem;color:var(--muted);}
.fc a{color:var(--muted);text-decoration:none;}
@media(max-width:900px){.wrap{grid-template-columns:1fr;padding:0 20px;}.main{padding:28px 0;border-right:none;}.sidebar{position:static;padding:0 0 40px;}.ng{grid-template-columns:1fr;}.stats{grid-template-columns:repeat(2,1fr);}nav{padding:14px 20px;}.nav-links{display:none;}.bc{padding:10px 20px;}footer{padding:20px;flex-direction:column;text-align:center;}}
Nintendo SwitchStarter GuideScarlet / Violet + DLC
Best Pokémon Starter Guide
Scarlet and Violet 2026
Sprigatito, Fuecoco or Quaxly — which starter to choose for your playstyle, the story, and competitive. Honest comparison above the fold.
Last updated: May 2026 · Scarlet / Violet · Indigo Disk DLC included
⚡ Instant Answer
Which Starter to Pick
Best for beginners: Fuecoco (Fire). Evolves into Skeledirge — bulky, easy to use, fantastic special attack. Ghost/Fire typing in its final form gives excellent coverage. The story is most forgiving with a Skeledirge.
Best for competitive: Sprigatito (Grass). Meowscarada's Grass/Dark typing and high speed tier (Speed: 123) make it one of the best lead Pokémon in competitive. Protean hidden ability changes your type to match your move for strong STAB on everything.
Best for style: Quaxly (Water). Quaquaval (Water/Fighting) hits hard and looks great. Competitively viable but more situational than the other two.
All three starters are viable for the entire story. The choice rarely causes a fail state — pick based on which design you like and read below for what each brings.
Difficulty
Any starter works
01 — Fuecoco — Best for Story
Fuecoco is the easiest starter to use through the main story. It evolves into Crocalor at level 16 and Skeledirge at level 36. Skeledirge is a Ghost/Fire type with 104 base Special Attack and 99 base HP — it is one of the bulkiest and hardest-hitting final starters in the game.
| Stat | Skeledirge | Notes |
| HP | 104 | Second highest HP of the three starters. Survives hits that would one-shot faster Pokémon. |
| Special Attack | 110 | Excellent. Torch Song is its signature move — Fire-type, 80 power, always raises SpAtk by 1 stage. |
| Speed | 66 | Slow. Fuecoco is a tank, not a sweeper. You will often take hits. Plan for this. |
| Typing | Fire / Ghost | Only weak to Ground, Rock, Water, Dark, Ghost. Ghost immunity to Normal and Fighting is extremely useful against the story. |
🔥 Fuecoco Signature Move
Torch Song is one of the best moves in the game. It raises your Special Attack every time you use it, and a Skeledirge with +2 SpAtk is often a run-ending condition for opponents. Paired with Leftovers or a Shell Bell for recovery, this makes Skeledirge a consistent story-clearing machine.
02 — Sprigatito — Best for Competitive
Sprigatito evolves into Floragato at level 16 and Meowscarada at level 36. Meowscarada is a Grass/Dark type with 123 base Speed — fast enough to outspeed most of the competitive tier without investment — and access to the Protean hidden ability.
| Stat | Meowscarada | Notes |
| Speed | 123 | Fastest of the three starters. Outspeeds the majority of Scarlet/Violet competitive tier without any EV investment. |
| Attack | 110 | Physical attacker. Flower Trick (signature move, always crits, never misses) is exceptional. |
| Special Attack | 70 | Low. Build physically or mixed at most. |
| HP / Defense | 76 / 70 | Frail. Gets one-shot by strong super-effective moves. Play it as a lead sweeper, not a tank. |
| Hidden Ability | Protean | Changes your type to match your move before it hits — giving STAB (50% damage bonus) on every move you use. |
🏏 Getting Protean
Protean is a hidden ability and not available in the base game without specific breeding or catching. The most reliable route in 2026 is trading for a Sprigatito with Protean on the GTS or from a raid. For story play, its regular abilities (Overgrow, Magician) are fine — Protean is a competitive upgrade only.
Advertisement
(adsbygoogle=window.adsbygoogle||[]).push({});
↑ Advertisement
03 — Quaxly — Best Style Pick
Quaxly evolves into Quaxwell at level 16 and Quaquaval at level 36. Quaquaval is a Water/Fighting type with a fun, high-energy playstyle built around Aqua Step — a Water-type move that raises Speed every time it hits.
| Stat | Quaquaval | Notes |
| Attack | 120 | Highest Attack of the three starters. Hard-hitting physical attacker. |
| Speed | 85 | Moderate. Faster than Skeledirge, slower than Meowscarada. Aqua Step raises Speed further in-battle. |
| HP | 85 | Reasonable but not as bulky as Skeledirge. |
| Typing | Water / Fighting | Good offensive typing. Weak to Electric, Grass, Flying, Psychic, Fairy. Covers Rock, Fire, Normal, Ice, Steel, Dark. |
Quaquaval is genuinely strong but sits slightly below the other two in both story ease (it is not as tanky as Skeledirge) and competitive tier (it is not as fast or ability-dependent as Meowscarada). It is the correct pick if you simply like how it looks and plays — which is a completely valid reason in a Pokémon game.
04 — Which Gyms Does Each Starter Help With
| Gym / Boss | Type | Best Starter | Notes |
| Katy (Bug) | Bug | Fuecoco | Fire destroys Bug. Sprigatito (Grass) is also effective. |
| Brassius (Grass) | Grass | Quaxly | Water and Fire both handle Grass well. Fuecoco slightly easier. |
| Iono (Electric) | Electric | Fuecoco | Ghost typing makes Skeledirge immune to Thunder Wave — no paralysis cheese from the AI. |
| Kofu (Water) | Water | Sprigatito | Grass is super-effective against Water. Meowscarada or Floragato dominant here. |
| Larry (Normal) | Normal | Any | Skeledirge is immune to Normal moves. Easiest gym in the game regardless of starter. |
| Ryme (Ghost) | Ghost | Quaxly | Meowscarada is Ghost-weak. Normal types are immune to Ghost — Quaquaval has coverage. |
| Tulip (Psychic) | Psychic | Sprigatito / Fuecoco | Meowscarada (Dark) is immune to Psychic moves. Skeledirge resists. Quaquaval is weak. |
| Grusha (Ice) | Ice | Fuecoco | Fire is super-effective against Ice. Skeledirge handles this gym cleanly. |
Advertisement
(adsbygoogle=window.adsbygoogle||[]).push({});
↑ Advertisement
Advertisement
(adsbygoogle=window.adsbygoogle||[]).push({});
#social-bar a { display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:#fff;text-decoration:none;transition:opacity 0.2s,transform 0.2s; }
#social-bar a:hover { opacity:0.85;transform:translateX(-4px); }
@media(max-width:768px){ #social-bar { display:none !important; } }