Loading...

Top
PFQ Banner

This is PokéFarm Q, a free online Pokémon collectables game.

Already a user? New to PFQ?

Body and Color Tournament Cheat Sheet

Forum Index > PokéFarm > Guides >

InsaneMandii's AvatarInsaneMandii
InsaneMandii's Avatar
Color and Body Tourney Cheat Sheet
This is a cheat sheet so to say for all the different body shape and colour tourneys! For the code you just copy and paste it to the BBCode section of your site skin or QOL, if you need help feel free to pm me. I did make the code and list for canon pokemon only so no E/V pokemon will be found here. List is by alphabetical order of lowest exp eggs for each category, not by dex order. If you play on mobile/tablet and laptop/pc you will have to put the code in each QOL for the different devices

Color Type Cheat Sheet

Example of how the code looks, it is the red circle in the example:

Black Body

Lowest EXP Eggs- Pikipek, Pyukumuku, Rattata[Alolan Forme], Rolycoly, Scatterbug

Code to highlight black pokemon

/* Black Pokemon */ [src*="egg name"] , /*Pikipek*/[src*="pkmn/t/3/n/j.png"] , /*Pyukumuku*/[src*="pkmn/k/5/c/t.png"] , /*Rattata (Alola)*/[src*="pkmn/s/y/w/b.png"] , /*Rolycoly*/[src*="pkmn/c/r/x/r.png"] , /*Scatterbug*/[src*="pkmn/u/6/z.png"] {border-radius: 50px;box-shadow: 0 0 0 5px red; opacity: 1;}

Blue Body

Lowest EXP Eggs- Azuril, Croagunk, Marill,

Code to highlight blue pokemon

/*Blue Pokemon */ [src*="egg name"] , /*Azuril*/[src*="pkmn/g/i/c.png"] , /*Croagunk*/[src*="pkmn/4/2/5.png"] , /*Marill*/[src*="pkmn/b/2/f/n.png"] {border-radius: 50px;box-shadow: 0 0 0 5px red; opacity: 1;}

Brown Body

Lowest EXP Eggs- Bidoof, Bunnelby, Geodude, Hoothoot, Lillipup, Nickit, Patrat, Pidgey, Rockruff, Sandygast, Seedot, Sentret, Shroomish, Slakoth, Spearow, Spinda, Weedle, Yungoos, Zigzagoon

Code to highlight brown pokemon

/* Brown Pokemon */ [src*="egg name"] , /*Bidoof*/[src*="pkmn/h/i/m.png"] , /*Bunnelby*/[src*="pkmn/2/q/q.png"] , /*Geodude(Kanto Forme)*/[src*="pkmn/1/y/t.png"] , /*Hoothoot*/[src*="pkmn/m/f/t.png"] , /*Lillipup*/[src*="pkmn/h/1/j.png"] , /*Nickit*/[src*="pkmn/i/q/e/3.png"] , /*Patrat*/[src*="pkmn/9/6/3.png"] , /*Pidgey*/[src*="pkmn/b/y.png"] , /*Rockruff*/[src*="pkmn/2/o/2.png"] , /*Sandygast*/[src*="pkmn/l/1/p/i.png"] , /*Seedot*/[src*="pkmn/m/z/8.png"] , /*Sentret*/[src*="pkmn/h/j/d.png"] , /*Shroomish*/[src*="pkmn/8/b/g.png"] , /*Slakoth*/[src*="pkmn/f/w/s.png"] , /*Spearow*/[src*="pkmn/i/m/r.png"] , /*Spinda*/[src*="pkmn/l/1/7.png"] , /*Weedle*/[src*="pkmn/a/1.png"] , /*Yungoos*/[src*="pkmn/k/x/0/r.png"] , /*Zigzagoon(Kanto Forme)*/[src*="pkmn/j/9/n.png"] {border-radius: 50px;box-shadow: 0 0 0 5px red; opacity: 1;}

Green Body

Lowest EXP Eggs- Burmy, Caterpie, Dewpider, Lotad, Spinarak

Code to highlight green pokemon

/*Green Pokemon */ [src*="egg name"] , /*Burmy*/[src*="pkmn/h/l/1.png"] , /*Caterpie*/[src*="pkmn/j/n/z.png"] , /*Dewpider*/[src*="pkmn/3/g/w/n.png"] , /*Lotad*/[src*="pkmn/8/a/n.png"] , /*Spinarak*/[src*="pkmn/2/6.png"] {border-radius: 50px;box-shadow: 0 0 0 5px red; opacity: 1;}

Grey Body

Lowest EXP Eggs- Togedemaru

Code to highlight grey pokemon

/*Grey Pokemon */ [src*="egg name"] , /*Togedemaru*/[src*="pkmn/t/c/n/o.png"] {border-radius: 50px;box-shadow: 0 0 0 5px red; opacity: 1;}

Pink Body

Lowest EXP Eggs- Cleffa, Igglybuff, Munna

Code to highlight pink pokemon

/* Pink Pokemon */ [src*="egg name"] , /*Cleffa*/[src*="pkmn/g/i/1.png"] , /*Igglybuff*/[src*="pkmn/m/n/s.png"] , /*Munna*/[src*="pkmn/9/0/8.png"] {border-radius: 50px;box-shadow: 0 0 0 5px red; opacity: 1;}

Purple Body

Lowest EXP Eggs- Morpeko(Hangry Mode)

Code to highlight purple pokemon

/*Purple Pokemon */ [src*="egg name"] , /*Morpeko(Hangry Mode)*/[src*="pkmn/h/8/p/u.png"] {border-radius: 50px;box-shadow: 0 0 0 5px red; opacity: 1;}

Red body

Lowest EXP Eggs= Magikarp

Code to highlight red pokemon

/*Red Pokemon */ [src*="egg name"] , /*Magikarp*/[src*="pkmn/8/r/q.png"] {border-radius: 50px;box-shadow: 0 0 0 5px red; opacity: 1;}

White Body

Lowest EXP Eggs- Pachirisu, Tandemaus, Togepi

Code to highlight white pokemon

/* White Pokemon */ [src*="egg name"] , /*Pachirisu*/[src*="pkmn/r/k.png"] , /*Tandemaus*/[src*="pkmn/7/r/q/j.png"] , /*Togepi*/[src*="pkmn/c/a/a.png"] {border-radius: 50px;box-shadow: 0 0 0 5px red; opacity: 1;}

Yellow Body

Lowest EXP Eggs- Pichu

Code to highlight yellow pokemon

/*Yellow Pokemon */ [src*="egg name"] , /*Pichu*/[src*="pkmn/g/s/8.png"] {border-radius: 50px;box-shadow: 0 0 0 5px red; opacity: 1;}

Body Shape Cheat Sheet

This will be the lowest EXP eggs of each body type, I will have an image of the body type followed by the name over a hidebox for the code for cleaniness

Bipedal with Tail

List- Cleffa, Marill, Togedemaru

Code

/*Bipedal with Tail*/ [src*="egg name"] , /*Cleffa*/[src*="pkmn/g/i/1.png"] , /*Marill*/[src*="pkmn/b/2/f/n.png"] , /*Togedemaru*/[src*="pkmn/t/c/n/o.png"] {border-radius: 50px;box-shadow: 0 0 0 5px red; opacity: 1;}

Fish

List- Magikarp

Code

/*Fish*/ [src*="egg name"] , /*Magikarp*/[src*="pkmn/8/r/q.png"] {border-radius: 50px;box-shadow: 0 0 0 5px red; opacity: 1;}

Head and Base

List- Burmy

Code

/*Head and Base*/ [src*="egg name"] , /*Burmy*/[src*="pkmn/h/l/1.png"] {border-radius: 50px;box-shadow: 0 0 0 5px red; opacity: 1;}

Head and Legs

List- Azurill

Code

/*Head and Legs*/ [src*="egg name"] , /*Azurill*/[src*="pkmn/g/i/c.png"] {border-radius: 50px;box-shadow: 0 0 0 5px red; opacity: 1;}

Humanoid

List- Igglybuff, Morpeko(Hangry Mode), Togepi

Code

/*Humanoid*/ [src*="egg name"] , /*Igglybuff*/[src*="pkmn/m/n/s.png"] , /*Morpeko(Hangry Mode)*/[src*="pkmn/h/8/p/u.png"] , /*Togepi*/[src*="pkmn/c/a/a.png"] {border-radius: 50px;box-shadow: 0 0 0 5px red; opacity: 1;}

Insectoid

List- Blipbug, Caterpie, Grubbin, Scatterbug, Sewaddle, Tarountula, Venipede, Weedle, Wurmple

Code

/*Insectoid*/ [src*="egg name"] , /*Blipbug*/[src*="pkmn/.png"] , /*Caterpie*/[src*="pkmn/j/n/z.png"] , /*Grubbin*/[src*="pkmn/3/b/v/m.png"] , /*Scatterbug*/[src*="pkmn/u/6/z.png"] , /*Sewaddle*/[src*="pkmn/ l/f/b.png"] , /*Tarountula*/[src*="pkmn/8/w/n/i.png"] , /*Venipede*/[src*="pkmn/1/q/3.png"] , /*Weedle*/[src*="pkmn/a/1.png"] , /*Wurmple*/[src*="pkmn/8/b/v.png"] {border-radius: 50px;box-shadow: 0 0 0 5px red; opacity: 1;}

Mutliple Bodies

List- Tandemaus

Code

/*Multiple Bodies*/ [src*="egg name"] , /*Tandemaus*/[src*="pkmn/7/r/q/j.png"] {border-radius: 50px;box-shadow: 0 0 0 5px red; opacity: 1;}

Multiple Pairs of Wings

List- Yanma

Code

/*Multiple Pairs of Wings*/ [src*="egg name"] , /*Yanma*/[src*="pkmn/d/q/b.png"] {border-radius: 50px;box-shadow: 0 0 0 5px red; opacity: 1;}

Only Head

List- Rolycoly, Shelmet

Code

/*Only Head*/ [src*="egg name"] , /*Rolycoly*/[src*="pkmn/c/r/x/r.png"] , /*Shelmet*/[src*="pkmn/5/8/6.png"] {border-radius: 50px;box-shadow: 0 0 0 5px red; opacity: 1;}

Quadruped

List- Munna, Pachirisu, Pichu

Code

/*Quadruped*/ [src*="egg name"] , /*Munna*/[src*="pkmn/9/0/8.png"] , /*Pachirisu*/[src*="pkmn/r/k.png"] , /*Pichu*/[src*="pkmn/g/s/8.png"] {border-radius: 50px;box-shadow: 0 0 0 5px red; opacity: 1;}

Serpentine

List- Pyukumuku, Sandygast

Code

/*Serpentine*/ [src*="egg name"] , /*Pyukumuku*/[src*="pkmn/k/5/c/t.png"] , /*Sandygast*/[src*="pkmn/l/1/p/i.png"] {border-radius: 50px;box-shadow: 0 0 0 5px red; opacity: 1;}

Single Pair of Wings

List- Fletchling, Hoothoot, Ledyba, Pidgey, Pidove, Pikipek, Rookidee, Spearow, Squawkabilly, Starly, Taillow, Woobat, Zubat

Code

/*Single Pair of Wings*/ [src*="egg name"] , /*Fletchling*/[src*="pkmn/f/5/c.png" , /*Hoothoot*/[src*="pkmn/m/f/t.png"] , /*Ledyba*/[src*="pkmn/p/6/f.png" , /*Pidgey*/[src*="pkmn/b/y.png"] , /*Pidove*/[src*="pkmn/h/p/m.png"] , /*Pikipek*/[src*="pkmn/t/3/n/j.png"] , /*Rookidee*/[src*="pkmn/pkmn/r/d/j/o.png"] , /*Spearow*/[src*="pkmn/i/m/r.png"] , /*Squawkabilly*/[src*="pkmn/pkmn/o/f/9/s.png"] , /*Starly*/[src*="pkmn/5/3/y.png"] , /*Taillow*/[src*="pkmn/m/x/d.png"] , /*Woobat*/[src*="pkmn/c/6/t.png"] , /*Zubat*/[src*="pkmn/7/s/7.png"] {border-radius: 50px;box-shadow: 0 0 0 5px red; opacity: 1;}

Tentacles

List- Frillish, Inkay, Pincurchin, Sizzlipede, Tentacool, Wimpod

Code

/*Tentacles*/ [src*="egg name"] , /*Frillish*/[src*="pkmn/h/9/i.png"] , /*Inkay*/[src*="pkmn/r/h/6.png"] , /*Pincurchin*/[src*="pkmn/z/5/5/4.png"] , /*Sizzlipede*/[src*="pkmn/f/1/i/9.png"] , /*Tentacool*/[src*="pkmn/d/6/h.png"] , /*Wimpod*/[src*="pkmn/v/5/u/1.png"] {border-radius: 50px;box-shadow: 0 0 0 5px red; opacity: 1;}

Two Arms

List- Geodude(Kanto Forme), Geodude(Alolan Forme)

Code

/*Two Arms*/ [src*="egg name"] , /*Geodude(Kanto Forme)*/[src*="pkmn/1/y/t.png"] , /*Geodude(Alolan Forme)*/[src*="pkmn/i/y/y/3.png"] {border-radius: 50px; box-shadow: 0 0 0 5px red; opacity: 1;}

Resources: Eggs by EHP URLs of Most Eggs Body Images and Lists Pokedex on site for everything else

Header img from Sailor Moon Pkmnpanel code by Mirzam Code by MossDragon
Call me Mandii, I use she/her pronouns. Think we should re-look at special rates? Check here Pic by Thunderjaw, template by Moss Dragon, pfp info in journal, depends on image!
Made by Vandi

Cannot post: Please log in to post

© PokéFarm 2009-2024 (Full details)Contact | Rules | Privacy | Reviews 4.6★Get shortlink for this page