Loading...

Top
PFQ Banner

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

Already a user? New to PFQ?

Bishop's Journal

Forum Index > PokéFarm > Journals >

Bishop's AvatarBishop
Bishop's Avatar
keep in mind you may use/share/edit my CSS to suit your needs. merry christmas to some... happy holidays to most ... ok, getting caught up and got new region, now just need all the new pfq exclusives and such then i will be ready to start working on updating all my css code/sprite helps... ps, i see others have updated my originals for type race and others... great job, i like that these are used, shared and updated by others to make everyones game time eaiser and more enjoyable.
  • My Journal
  • Added so far:
  • Coming soon:
  • Other
Here you will find many things that are useful to your journey in PFQ.
(or at least i hope to find and post things that help) Most of what i have here is CSS/SKIN related... how to change to make certain things easier (like stack fields, finding eggs in shelter)
pokerus stats (like how you are more likely to get 3 random shiny from lab than get the pokerus from someone if you only do 6 interactions) how to win weekly tourney common mistakes
  • 429 Too Many Requests
  • GP value drop
  • nothing yet...
429 Too Many Requests
You have loaded too many pages in a short amount of time. This page will reload automatically, please wait... While you can get this error by clicking on someones name like you would click in a feeding field, the most likely cause is a simple CSS error which i have most commonly found in About Me Templates by DrWho. (while i have not seen this error other than on this template, it could exist in any template that meets the following): two places in this template have the line: background-image: url("IMG HERE"); ***error will exist if this says anything other than being blank or a valid link*** simple fix, change the above lines to: background-image: url(""); you could also just add a link to a pic to fix this. (sections .cover and .pic are where they are located in the style area.) If you use one of these templates, please take a look at those sections and fix. As you may not experience this error due to ISP speed or other variables, others do. also if you get this error when viewing someone and they have this template please send them a message with a link to this post so they can see and fix, thank you.
GP value drop
*** deleted info *** my 'guess' was way off anyway. *smiles*
TBA
Bishop's AvatarBishop
Bishop's Avatar
  • Info
  • Pictures
  • Instructions
  • Code
HOW TO MAKE EVERYONE HAVE STACKED FIELDS
1) Pictures, see this tab for the different views and features. 2) Easy step by step instructions on how to use skins. 3) Code: with explanations of what each section does. I would like to thank Gladion again, it was their Site Skins: How-To, and Helpful CSS post that i found the original stack code and other things that inspired me to make/change other features. Sharing code to post a "hide box" in your template has been removed, you can just link to this post to spread the word.
  • Private View
  • Public View
  • Berry Sort View
  • Phone View
The stack and unstack codes do NOT effect the view of your own private fields (unless viewing in public mode to feed) i use this background for Psychic Fields for Unown reasons. (code for this also included in code section if you wish to use... affects ALL Psychic fields, not just ones with Unown in them)
this is view of stack code only. (does not put berry preferences in different piles.) looks same whether on computer of phone.
bigger boxes for computer view to make keyboard number smashing and/or two mouse clicking easier.
smaller box for phones to help them not cover full screen, yet making them big enough to drumroll tap for faster interacting. the red circle on them is from "mini" move/release code. it is not included in this section and they wont have that circle unless you also add it.
Step One: go to Site Skins If you already have a skin saved, click edit then go to next step. If not, click on "- Create New Skin -". give it a name and description. Step Two: click on "Extra CSS" section and add the code(s) you like from "Code" section above. Step Three: click back on "Skin metadata" on top to save it. then click the "use the skin" button. Step Four: Clear Cache if needed, (or press Control+F5 at same time while in fields and on Shelter page).
  • Unown
  • Stack All
  • bigger berry stack
  • UNstack/Grid View
  • Code explained (so you can alter if you wish)
this will change the background of ALL psychic fields. while i do not think many will use/want this, it did help me organize them and quickly find ones needed for breeding pairs.

Code: unown background for psychic fields

/* unown background */ #field_field>div.field[style*="psychic"] {background-image: url("https://pokefarm.com/upload/Bishop/Unown_Spacer.png") !important;}
*Thanks to Gladion for this code also. you can find a link to his post on "Info" tab.*
This will Stack all fields, remove "animation: none;" if you would like to see them bounce/shake.

Code: stacks all

/* stacks all */ #field_field[data-mode="public"]>div.field>.fieldmon{left:45%!important;top:40%!important; animation: none;}
Add this instead if you also want it to put a small border around them to make feeding easier on any device.

Code: stacks all with a small border

/* stacks w/border */ #field_field[data-mode="public"]>div.field>.fieldmon{padding:50px!important;margin-top:-50px!important;margin-left:-50px!important;left:45%!important;top:40%!important; animation: none;}
This section will match the berry preference pictures, much larger box to tap/click. while you would only need first half if on computer only, and second half if on device only, there is no harm in having both halfs in your skin so i would use both anyway. but if you choose to only use device half then later decide to use computer half, computer half must be placed before device half in skin.

berry sorted stacks, phone friendly version

/* stacks all */ html.mq5 #field_field[data-mode="public"]>div.field>.fieldmon{padding:110px170px110px170px!important;margin-top:-110px!important;margin-left:-170px!important;left:45%!important;top:40%!important; animation: none;} /* stacks wrong berry */ html.mq5 #field_field[data-mode="public"]>div.field>.fieldmon.goaway{padding:110px170px110px170px!important;margin-top:-110px!important;margin-left:-170px!important;left:60%!important;top:40%!important; animation: none;} /* stacks right berry */ html.mq5 #field_field[data-mode="public"]>div.field>.fieldmon.cormyr{padding:110px170px110px170px!important;margin-top:-110px!important;margin-left:-170px!important;left:30%!important;top:40%!important; animation: none;} /* stacks all mobile */ html.mq2 #field_field[data-mode="public"]>div.field>.fieldmon{padding:55px85px55px85px!important;margin-top:-55px!important;margin-left:-85px!important;left:45%!important;top:40%!important; animation: none;} /* stacks wrong berry mobile */ html.mq2 #field_field[data-mode="public"]>div.field>.fieldmon.goaway{padding:55px85px55px85px!important;margin-top:-55px!important;margin-left:-85px!important;left:60%!important;top:40%!important; animation: none;} /* stacks right berry mobile */ html.mq2 #field_field[data-mode="public"]>div.field>.fieldmon.cormyr{padding:55px85px55px85px!important;margin-top:-55px!important;margin-left:-85px!important;left:30%!important;top:40%!important; animation: none;}
and for those of you who despise stacked fields, add this code it will align to grid all private fields. makes it easy to see everything in sell/free fields, also helpful on some devices that make feeding stacked fields harder.

UNstack (grid view)

#field_field[data-mode="public"]>.field>.fieldmon:nth-child(1),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(2),{left:0%!important;top:0%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(3),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(4),{left:12.5%!important;top:0%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(5),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(6),{left:25%!important;top:0%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(7),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(8),{left:37.5%!important;top:0%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(9),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(10),{left:50%!important;top:0%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(11),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(12),{left:62.5%!important;top:0%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(13),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(14),{left:75%!important;top:0%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(15),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(16),{left:87.5%!important;top:0%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(17),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(18),{left:0%!important;top:20%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(19),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(20),{left:12.5%!important;top:20%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(21),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(22),{left:25%!important;top:20%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(23),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(24),{left:37.5%!important;top:20%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(25),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(26),{left:50%!important;top:20%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(27),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(28),{left:62.5%!important;top:20%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(29),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(30),{left:75%!important;top:20%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(31),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(32),{left:87.5%!important;top:20%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(33),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(34),{left:0%!important;top:40%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(35),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(36),{left:12.5%!important;top:40%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(37),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(38),{left:25%!important;top:40%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(39),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(40),{left:37.5%!important;top:40%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(41),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(42),{left:50%!important;top:40%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(43),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(44),{left:62.5%!important;top:40%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(45),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(46),{left:75%!important;top:40%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(47),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(48),{left:87.5%!important;top:40%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(49),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(50),{left:0%!important;top:60%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(51),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(52),{left:12.5%!important;top:60%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(53),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(54),{left:25%!important;top:60%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(55),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(56),{left:37.5%!important;top:60%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(57),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(58),{left:50%!important;top:60%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(59),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(60),{left:62.5%!important;top:60%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(61),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(62),{left:75%!important;top:60%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(63),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(64),{left:87.5%!important;top:60%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(65),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(66),{left:0%!important;top:80%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(67),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(68),{left:12.5%!important;top:80%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(69),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(70),{left:25%!important;top:80%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(71),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(72),{left:37.5%!important;top:80%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(73),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(74),{left:50%!important;top:80%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(75),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(76),{left:62.5%!important;top:80%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(77),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(78),{left:75%!important;top:80%!important;} #field_field[data-mode="public"]>.field>.fieldmon:nth-child(79),#field_field[data-mode="public"]>.field>.fieldmon:nth-child(80),{left:87.5%!important;top:80%!important;}

Unown

#field_field>div.field[style*="psychic"] {background-image: url("https://pokefarm.com/upload/Bishop/Unown_Spacer.png") !important;} you can change the image by replacing mine with yours. (must be https, not all image websites storage are supported here so you may have to upload your image here instead). size is 600x345 (310x178 mobile), pics not in same format may repeat, or not show all.

Stacks

#field_field[data-mode="public"]>div.field>.fieldmon{left:45%!important;top:40%!important; animation: none;} left/top can be changed, 0% on each will put stack into top-left corner. they are currently close to the middle (on the rock in generic field). do not go more than 80% on either as some pokes are large and part of them will appear outside of the field. #field_field[data-mode="public"]>div.field>.fieldmon{padding:50px!important;margin-top:-50px!important;margin-left:-50px!important;left:45%!important;top:40%!important; animation: none;} with padding you can no longer go to 0% top/left as padding will be outside of field possibly covering other buttons. if you would like to change size of the padding you MUST also change the margins (which equal padding size) without margin the box to tap will be still be larger, but the pokemon will appear in top/left of the box instead of centered.

Berry Sort

after "animation: none;" (or any spot in it if you delete animation code to see them bounce) in any section you can add "background-color: blue;" to change all, liked or disliked to its own color of your choosing. html.mq5 #field_field[data-mode="public"]>div.field>.fieldmon{padding:110px170px110px170px!important;margin-top:-110px!important;margin-left:-170px!important;left:45%!important;top:40%!important; animation: none;} html.mq5.mq45.mq4.mq35.mq3.mq25.mq2.mq15.mq1 ***** while you can use different borders/colors anything else for different resolutions... LARGER MUST BE LISTED FIRST IN YOUR SKIN (if you give rules for mq2, then mq5 ONLY mq2 will show). mq5 is normal computer view with a wide screen. mq2 is standard phone/tablet view. here we changed padding: ALL; to padding: top right bottom left; this is so we can make a rectangle box instead of square. margins are also adjusted based on top and left padding. what to add to move piles based on berry preference: #field_field[data-mode="public"]>div.field>.fieldmon ....fieldmon *normal view with just all stacked in same spot. ....fieldmon.goaway *add ".goaway" to effect WRONG berry preference and change top and left percents to move its pile. ....fieldmon.cormyr *add ".cormyr" to effect RIGHT berry preference and change top and left percents to move its pile.
Bishop's AvatarBishop
Bishop's Avatar
Ready to use:

"mini" sprites for moving and releasing:

Skin Code

step 1: go to SKIN page step 2: put this into "Other Skin": Qvg/mini-sprites step 3: click "use this skin", then "change skin" step 4: clear cache or press control+F5 on the shelter and lab pages. ***if you find any errors or missing, please let me know.

already have a skin? but want to add this code to it? here it is... VERY LONG... copy/paste all to your skin

/* 87 Mega */ img[src*=""],img[src*="pkmn/o/g/t/l.png"],img[src*="pkmn/t/r/n.png"],img[src*="pkmn/v/9/0.png"],img[src*="pkmn/d/k/d/o.png"],img[src*="pkmn/b/d/5/8.png"],img[src*="pkmn/u/z/2/s.png"],img[src*="pkmn/p/9/p/i.png"],img[src*="pkmn/n/y/f/b.png"],img[src*="pkmn/v/0/u/l.png"],img[src*="pkmn/o/f/h/3.png"],img[src*="pkmn/p/s/1/y.png"],img[src*="pkmn/x/8/w/w.png"],img[src*="pkmn/h/n/x/x.png"],img[src*="pkmn/z/p/8/x.png"],img[src*="pkmn/6/c/9/n.png"],img[src*="pkmn/q/1/t/i.png"],img[src*="pkmn/y/r/d/1.png"],img[src*="pkmn/l/6/c/o.png"],img[src*="pkmn/y/r/u/6.png"],img[src*="pkmn/2/z/7/4.png"],img[src*="pkmn/1/k/n/h.png"],img[src*="pkmn/j/w/q/k.png"],img[src*="pkmn/k/1/y/s.png"],img[src*="pkmn/1/z/v/0.png"],img[src*="pkmn/3/2/8/k.png"],img[src*="pkmn/j/f/s/0.png"],img[src*="pkmn/u/p/g/4.png"],img[src*="pkmn/7/n/7/l.png"],img[src*="pkmn/5/j/n/r.png"],img[src*="pkmn/q/1/g.png"],img[src*="pkmn/j/2/k/r.png"],img[src*="pkmn/7/p/q/9.png"],img[src*="pkmn/9/8/i/j.png"],img[src*="pkmn/q/e/m/u.png"],img[src*="pkmn/q/y/9/q.png"],img[src*="pkmn/h/y/h/z.png"],img[src*="pkmn/w/j/g/9.png"],img[src*="pkmn/z/4/1/3.png"],img[src*="pkmn/u/u/2/y.png"],img[src*="pkmn/7/6/g/s.png"],img[src*="pkmn/s/j/w/t.png"],img[src*="pkmn/r/3/f/j.png"],img[src*="pkmn/k/8/v/s.png"],img[src*="pkmn/9/l/g/t.png"],img[src*="pkmn/s/j/n/y.png"],img[src*="pkmn/m/5/4.png"],img[src*="pkmn/3/q/l/0.png"],img[src*="pkmn/q/2/w/j.png"],img[src*="pkmn/l/w/x/7.png"],img[src*="pkmn/n/b/h/g.png"],img[src*="pkmn/4/f/z/l.png"],img[src*="pkmn/o/7/q/o.png"],img[src*="pkmn/4/3/3/f.png"],img[src*="pkmn/8/e/y/2.png"],img[src*="pkmn/h/0/h/z.png"],img[src*="pkmn/w/7/1/0.png"],img[src*="pkmn/i/r/9/p.png"],img[src*="pkmn/h/8/w/t.png"],img[src*="pkmn/x/q/p/y.png"],img[src*="pkmn/w/t/5/f.png"],img[src*="pkmn/i/2/b/j.png"],img[src*="pkmn/6/f/g/c.png"],img[src*="pkmn/4/l/f/1.png"],img[src*="pkmn/u/n/u/3.png"],img[src*="pkmn/g/d/9/c.png"],img[src*="pkmn/m/n/5/b.png"],img[src*="pkmn/s/p/9/j.png"],img[src*="pkmn/s/k/5/i.png"],img[src*="pkmn/1/w/o/i.png"],img[src*="pkmn/k/6/y/u.png"],img[src*="pkmn/n/d/m/y.png"],img[src*="pkmn/6/c/h/7.png"],img[src*="pkmn/3/j/t.png"],img[src*="pkmn/v/n/b/y.png"],img[src*="pkmn/f/w/4/f.png"],img[src*="pkmn/r/n/l/f.png"],img[src*="pkmn/1/s/4/h.png"],img[src*="pkmn/u/k/y/z.png"],img[src*="pkmn/e/i/b/m.png"],img[src*="pkmn/z/8/n/6.png"],img[src*="pkmn/j/b/j/t.png"],img[src*="pkmn/n/w/r/l.png"],img[src*="pkmn/x/i/f/c.png"],img[src*="pkmn/6/g/9.png"],img[src*="pkmn/t/0/v/h.png"],img[src*="pkmn/4/i.png"],img[src*="pkmn/6/4/t/u.png"],{border-radius: 50px;box-shadow: 0px 0px 0px 5px pink;} /* 127 legend */ img[src*=""],img[src*="pkmn/p/0/n.png"],img[src*="pkmn/f/g/d.png"],img[src*="pkmn/v/q/v.png"],img[src*="pkmn/e/a/m.png"],img[src*="pkmn/3/a/7.png"],img[src*="pkmn/k/0/i.png"],img[src*="pkmn/4/0/b.png"],img[src*="pkmn/v/j/h.png"],img[src*="pkmn/w/r/9.png"],img[src*="pkmn/n/l/c.png"],img[src*="pkmn/9/s/1.png"],img[src*="pkmn/5/s/e.png"],img[src*="pkmn/x/w/e.png"],img[src*="pkmn/7/4/u.png"],img[src*="pkmn/s/c/a.png"],img[src*="pkmn/9/e/m.png"],img[src*="pkmn/4/m/2.png"],img[src*="pkmn/3/v/z.png"],img[src*="pkmn/v/d/y.png"],img[src*="pkmn/n/w/2.png"],img[src*="pkmn/z/r/o.png"],img[src*="pkmn/m/w/a.png"],img[src*="pkmn/h/0/5.png"],img[src*="pkmn/x/m/1.png"],img[src*="pkmn/x/r/7.png"],img[src*="pkmn/o/v/u.png"],img[src*="pkmn/n/k/0.png"],img[src*="pkmn/n/i/2.png"],img[src*="pkmn/e/z/v.png"],img[src*="pkmn/b/a/d.png"],img[src*="pkmn/9/s/p.png"],img[src*="pkmn/8/9/v.png"],img[src*="pkmn/g/r/l.png"],img[src*="pkmn/7/d/a.png"],img[src*="pkmn/n/x/h.png"],img[src*="pkmn/m/r/t.png"],img[src*="pkmn/v/e/r.png"],img[src*="pkmn/6/w/i.png"],img[src*="pkmn/v/7/n.png"],img[src*="pkmn/i/8/t.png"],img[src*="pkmn/i/e/o.png"],img[src*="pkmn/9/3/6.png"],img[src*="pkmn/k/r/v.png"],img[src*="pkmn/8/x/c.png"],img[src*="pkmn/n/p/f/s.png"],img[src*="pkmn/k/3/7.png"],img[src*="pkmn/q/y/1.png"],img[src*="pkmn/l/h/5.png"],img[src*="pkmn/r/j/l.png"],img[src*="pkmn/d/h/h.png"],img[src*="pkmn/g/3/v.png"],img[src*="pkmn/z/8/g.png"],img[src*="pkmn/6/r/4.png"],img[src*="pkmn/u/d/j.png"],img[src*="pkmn/u/h/2.png"],img[src*="pkmn/v/l/z.png"],img[src*="pkmn/h/z/5.png"],img[src*="pkmn/a/l/u.png"],img[src*="pkmn/j/b/f.png"],img[src*="pkmn/5/9/9.png"],img[src*="pkmn/9/g/h.png"],img[src*="pkmn/o/l/h.png"],img[src*="pkmn/q/8/5.png"],img[src*="pkmn/9/a/o.png"],img[src*="pkmn/u/8/3.png"],img[src*="pkmn/b/7.png"],img[src*="pkmn/b/4/4.png"],img[src*="pkmn/9/8/f.png"],img[src*="pkmn/3/t/g.png"],img[src*="pkmn/2/1/2.png"],img[src*="pkmn/2/u/k.png"],img[src*="pkmn/s/a/c.png"],img[src*="pkmn/b/0/e.png"],img[src*="pkmn/q/5/5.png"],img[src*="pkmn/v/g/l.png"],img[src*="pkmn/h/t/c.png"],img[src*="pkmn/i/n.png"],img[src*="pkmn/c/c/t.png"],img[src*="pkmn/1/d/g.png"],img[src*="pkmn/l/4/0.png"],img[src*="pkmn/v/j/o/d.png"],img[src*="pkmn/p/b/p/s.png"],img[src*="pkmn/1/b/m/o.png"],img[src*="pkmn/3/1/c/d.png"],img[src*="pkmn/4/3/v/8.png"],img[src*="pkmn/t/6/5/9.png"],img[src*="pkmn/b/m/y/h.png"],img[src*="pkmn/g/x/b/5.png"],img[src*="pkmn/i/i/g/m.png"],img[src*="pkmn/2/w/s/t.png"],img[src*="pkmn/t/s/2/7.png"],img[src*="pkmn/b/c/z/8.png"],img[src*="pkmn/r/w/h/c.png"],img[src*="pkmn/t/u/i/p.png"],img[src*="pkmn/t/a/d/h.png"],img[src*="pkmn/v/a/8/b.png"],img[src*="pkmn/w/v/d/n.png"],img[src*="pkmn/j/4/w/a.png"],img[src*="pkmn/a/x/4/6.png"],img[src*="pkmn/5/b/b/o.png"],img[src*="pkmn/t/7/j/w.png"],img[src*="pkmn/2/n/e/7.png"],img[src*="pkmn/n/u/i/y.png"],img[src*="pkmn/t/q/p/9.png"],img[src*="pkmn/8/u/5/t.png"],img[src*="pkmn/z/1/y/r.png"],img[src*="pkmn/7/k/i/b.png"],img[src*="pkmn/u/r/7/3.png"],img[src*="pkmn/l/e/7/q.png"],img[src*="pkmn/b/5/q/0.png"],img[src*="pkmn/y/0/2/t.png"],img[src*="pkmn/j/c/q/r.png"],img[src*="pkmn/r/b/p/y.png"],img[src*="pkmn/q/p/1/f.png"],img[src*="pkmn/p/a/v/z.png"],img[src*="pkmn/x/e/5/q.png"],img[src*="pkmn/n/r/8/h.png"],img[src*="pkmn/k/y/x/z.png"],img[src*="pkmn/d/8/s/h.png"],img[src*="pkmn/r/d/9/d.png"],img[src*="pkmn/2/i/u/p.png"],img[src*="pkmn/q/b/z/y.png"],img[src*="pkmn/t/o/i/9.png"],img[src*="pkmn/v/b/8/n.png"],img[src*="pkmn/c/j/7/p.png"],img[src*="pkmn/p/j/d/9.png"],img[src*="pkmn/u/a/z/0.png"],{border-radius: 50px;box-shadow: 0px 0px 0px 5px red;} /* 101 PFQ */ img[src*=""],img[src*="pkmn/x/z/t/a.png"],img[src*="pkmn/7/9/f/g.png"],img[src*="pkmn/j/7/y/1.png"],img[src*="pkmn/k/l/b.png"],img[src*="pkmn/2/x/l/o.png"],img[src*="pkmn/7/3/6/p.png"],img[src*="pkmn/j/l/6/g.png"],img[src*="pkmn/r/8/z/l.png"],img[src*="pkmn/1/w/u/f.png"],img[src*="pkmn/g/m/2/i.png"],img[src*="pkmn/w/m/g/2.png"],img[src*="pkmn/m/e/t/i.png"],img[src*="pkmn/l/5/g/4.png"],img[src*="pkmn/n/b/c/y.png"],img[src*="pkmn/g/f/6.png"],img[src*="pkmn/z/d/5/c.png"],img[src*="pkmn/t/q/j/e.png"],img[src*="pkmn/s/2/f/b.png"],img[src*="pkmn/r/y/b/h.png"],img[src*="pkmn/x/1/o/f.png"],img[src*="pkmn/e/7/0/r.png"],img[src*="pkmn/n/u/q/t.png"],img[src*="pkmn/2/n/r/b.png"],img[src*="pkmn/1/t/n/v.png"],img[src*="pkmn/f/2/a/w.png"],img[src*="pkmn/j/r/7/u.png"],img[src*="pkmn/b/v/s/u.png"],img[src*="pkmn/s/c/r/t.png"],img[src*="pkmn/6/b/t/m.png"],img[src*="pkmn/x/r/7/q.png"],img[src*="pkmn/b/h/f/0.png"],img[src*="pkmn/2/c/4/r.png"],img[src*="pkmn/f/h/d/4.png"],img[src*="pkmn/x/b/q/w.png"],img[src*="pkmn/k/k/h/a.png"],img[src*="pkmn/f/1/p/c.png"],img[src*="pkmn/q/e/n/n.png"],img[src*="pkmn/j/y/9/n.png"],img[src*="pkmn/6/v/8/c.png"],img[src*="pkmn/2/h/9/3.png"],img[src*="pkmn/h/a/0/a.png"],img[src*="pkmn/i/y/c/f.png"],img[src*="pkmn/b/w/p/v.png"],img[src*="pkmn/4/n/0/i.png"],img[src*="pkmn/y/1/m/o.png"],img[src*="pkmn/w/2/i/9.png"],img[src*="pkmn/1/q/d/i.png"],img[src*="pkmn/a/d/w/a.png"],img[src*="pkmn/f/o/c/e.png"],img[src*="pkmn/w/7/y/j.png"],img[src*="pkmn/3/g/m/q.png"],img[src*="pkmn/l/6/s/2.png"],img[src*="pkmn/2/g/y/n.png"],img[src*="pkmn/y/p/g/j.png"],img[src*="pkmn/3/s/z/d.png"],img[src*="pkmn/1/1/4/5.png"],img[src*="pkmn/1/e/x/5.png"],img[src*="pkmn/u/j/x/u.png"],img[src*="pkmn/g/q/j/d.png"],img[src*="pkmn/5/4/r/h.png"],img[src*="pkmn/x/1/f/n.png"],img[src*="pkmn/y/t/8/d.png"],img[src*="pkmn/j/p/x/p.png"],img[src*="pkmn/5/g/2/z.png"],img[src*="pkmn/3/e/o/4.png"],img[src*="pkmn/s/f/r/j.png"],img[src*="pkmn/v/u/8/u.png"],img[src*="pkmn/5/9/9/e.png"],img[src*="pkmn/j/e/a/2.png"],img[src*="pkmn/7/1/k/9.png"],img[src*="pkmn/u/v/b/3.png"],img[src*="pkmn/7/q/b/m.png"],img[src*="pkmn/7/5/7/4.png"],img[src*="pkmn/i/4/9/1.png"],img[src*="pkmn/3/f/e/g.png"],img[src*="pkmn/v/o/9/k.png"],img[src*="pkmn/8/s/j/s.png"],img[src*="pkmn/b/7/e/2.png"],img[src*="pkmn/8/6/h/m.png"],img[src*="pkmn/q/e/y/s.png"],img[src*="pkmn/m/z/7/m.png"],img[src*="pkmn/b/l/p/2.png"],img[src*="pkmn/s/6/h/n.png"],img[src*="pkmn/k/l/p/0.png"],img[src*="pkmn/3/4/7/g.png"],img[src*="pkmn/f/f/s/m.png"],img[src*="pkmn/y/1/4/4.png"],img[src*="pkmn/p/s/d/b.png"],img[src*="pkmn/t/r/s/7.png"],img[src*="pkmn/4/a/3/i.png"],img[src*="pkmn/r/t/3/s.png"],img[src*="pkmn/m/0/t/b.png"],img[src*="pkmn/7/j/p/t.png"],img[src*="pkmn/v/d/u/l.png"],img[src*="pkmn/g/r/1/x.png"],img[src*="pkmn/1/u/2/z.png"],img[src*="pkmn/9/5/g/5.png"],img[src*="pkmn/8/u/9/h.png"],img[src*="pkmn/4/4/h/r.png"],img[src*="pkmn/z/v/p/p.png"],img[src*="pkmn/j/k/6/n.png"],{border-radius: 50px;box-shadow: 0px 0px 0px 5px orange;} /* 125 item, happy, something */ img[src*=""],img[src*="pkmn/m/m/h.png"],img[src*="pkmn/r/u/u.png"],img[src*="pkmn/f/d/i/y.png"],img[src*="pkmn/9/n/6/y.png"],img[src*="pkmn/2/r/0.png"],img[src*="pkmn/u/h/b.png"],img[src*="pkmn/4/k/q.png"],img[src*="pkmn/u/i/z.png"],img[src*="pkmn/m/s/4.png"],img[src*="pkmn/p/7/n/k.png"],img[src*="pkmn/b/3/f/o.png"],img[src*="pkmn/q/4/r/8.png"],img[src*="pkmn/o/o/r.png"],img[src*="pkmn/5/0/o.png"],img[src*="pkmn/3/r/g.png"],img[src*="pkmn/g/r/z/3.png"],img[src*="pkmn/a/g/5.png"],img[src*="pkmn/e/l/3/m.png"],img[src*="pkmn/z/9/t/m.png"],img[src*="pkmn/q/v.png"],img[src*="pkmn/z/m/n.png"],img[src*="pkmn/u/5/n.png"],img[src*="pkmn/8/c/8/y.png"],img[src*="pkmn/a/i/h.png"],img[src*="pkmn/u/f/h.png"],img[src*="pkmn/r/q/w.png"],img[src*="pkmn/2/l/t/r.png"],img[src*="pkmn/v/h/c.png"],img[src*="pkmn/s/d/g.png"],img[src*="pkmn/m/n/r.png"],img[src*="pkmn/4/o/r.png"],img[src*="pkmn/i/o/1.png"],img[src*="pkmn/i/h/i.png"],img[src*="pkmn/9/y/3.png"],img[src*="pkmn/4/j/z/f.png"],img[src*="pkmn/x/v/h.png"],img[src*="pkmn/q/f/z.png"],img[src*="pkmn/x/n/q.png"],img[src*="pkmn/x/l/v.png"],img[src*="pkmn/l/u/8.png"],img[src*="pkmn/n/6/1/s.png"],img[src*="pkmn/3/o/4.png"],img[src*="pkmn/2/2/v.png"],img[src*="pkmn/b/l.png"],img[src*="pkmn/r/v/w.png"],img[src*="pkmn/r/t/o.png"],img[src*="pkmn/7/8/h.png"],img[src*="pkmn/w/v/b.png"],img[src*="pkmn/2/o/o.png"],img[src*="pkmn/l/o/h.png"],img[src*="pkmn/m/k/5.png"],img[src*="pkmn/1/x/b.png"],img[src*="pkmn/1/n/w.png"],img[src*="pkmn/x/e/4.png"],img[src*="pkmn/1/0/h.png"],img[src*="pkmn/p/e/y.png"],img[src*="pkmn/m/6/7.png"],img[src*="pkmn/c/g/y.png"],img[src*="pkmn/t/n/c.png"],img[src*="pkmn/1/v/z.png"],img[src*="pkmn/t/4/3.png"],img[src*="pkmn/h/p/x.png"],img[src*="pkmn/a/q/u.png"],img[src*="pkmn/5/m/v.png"],img[src*="pkmn/b/o/1.png"],img[src*="pkmn/n/j/3.png"],img[src*="pkmn/p/m/f.png"],img[src*="pkmn/t/1/a.png"],img[src*="pkmn/l/m/a.png"],img[src*="pkmn/m/2/5.png"],img[src*="pkmn/5/2/e.png"],img[src*="pkmn/j/b/9.png"],img[src*="pkmn/l/6/s.png"],img[src*="pkmn/6/8/x.png"],img[src*="pkmn/u/d/b.png"],img[src*="pkmn/m/q/u.png"],img[src*="pkmn/w/m/d.png"],img[src*="pkmn/z/9/j.png"],img[src*="pkmn/w/8/w.png"],img[src*="pkmn/n/k/w.png"],img[src*="pkmn/g/y/p.png"],img[src*="pkmn/w/1/e.png"],img[src*="pkmn/z/7/x.png"],img[src*="pkmn/p/3/i.png"],img[src*="pkmn/5/7/3.png"],img[src*="pkmn/r/k/y.png"],img[src*="pkmn/f/0/b.png"],img[src*="pkmn/k/3/7/b.png"],img[src*="pkmn/9/1/s/9.png"],img[src*="pkmn/d/3/9/p.png"],img[src*="pkmn/l/d/s/p.png"],img[src*="pkmn/n/j/f/u.png"],img[src*="pkmn/h/1/i/c.png"],img[src*="pkmn/9/w/o.png"],img[src*="pkmn/m/n/4/v.png"],img[src*="pkmn/w/p/h/f.png"],img[src*="pkmn/l/n/5/l.png"],img[src*="pkmn/k/e/4/d.png"],img[src*="pkmn/m/4/p/c.png"],img[src*="pkmn/3/0/3/o.png"],img[src*="pkmn/m/c/f/d.png"],img[src*="pkmn/5/p/0.png"],img[src*="pkmn/t/n/p/b.png"],img[src*="pkmn/6/3/p/f.png"],img[src*="pkmn/i/3/2/f.png"],img[src*="pkmn/e/d/n/o.png"],img[src*="pkmn/i/a/5/k.png"],img[src*="pkmn/o/u/5/k.png"],img[src*="pkmn/k/6/w/x.png"],img[src*="pkmn/8/2/a/v.png"],img[src*="pkmn/v/o/f/j.png"],img[src*="pkmn/7/w/d/n.png"],img[src*="pkmn/i/c/y/8.png"],img[src*="pkmn/t/n/o/b.png"],img[src*="pkmn/7/i/w.png"],img[src*="pkmn/a/k/x/8.png"],img[src*="pkmn/5/i/r/6.png"],img[src*="pkmn/i/r/b/u.png"],img[src*="pkmn/5/q/v/v.png"],img[src*="pkmn/o/a/d/u.png"],img[src*="pkmn/o/o/s/u.png"],img[src*="pkmn/i/o/p/n.png"],img[src*="pkmn/4/a/h/z.png"],img[src*="pkmn/9/4/e/o.png"],img[src*="pkmn/m/q/s/q.png"],{border-radius: 50px;box-shadow: 0px 0px 0px 2px yellow;} /* 19 time, field */ img[src*=""],img[src*="pkmn/8/4/r/p.png"],img[src*="pkmn/y/w/s.png"],img[src*="pkmn/e/r/r.png"],img[src*="pkmn/t/2/n.png"],img[src*="pkmn/k/u/e.png"],img[src*="pkmn/8/b/m.png"],img[src*="pkmn/y/3/0.png"],img[src*="pkmn/9/3/d.png"],img[src*="pkmn/k/0/e.png"],img[src*="pkmn/q/4/1.png"],img[src*="pkmn/y/j/m/k.png"],img[src*="pkmn/6/j/5/s.png"],img[src*="pkmn/1/5/a/7.png"],img[src*="pkmn/c/y/h/f.png"],img[src*="pkmn/2/4/b.png"],img[src*="pkmn/d/e/m/2.png"],img[src*="pkmn/4/i/0/3.png"],img[src*="pkmn/y/8/3/w.png"],img[src*="pkmn/s/l/m/5.png"],{border-radius: 50px;opacity: 1;box-shadow: 0px 0px 0px 5px yellow;} /* 500 Final Forme */ img[src*=""],img[src*="pkmn/o/g/o.png"],img[src*="pkmn/a/3/8/t.png"],img[src*="pkmn/4/2/k.png"],img[src*="pkmn/y/u/v.png"],img[src*="pkmn/p/5/h.png"],img[src*="pkmn/f/w/5/4.png"],img[src*="pkmn/a/v/2.png"],img[src*="pkmn/s/4/5.png"],img[src*="pkmn/g/z/w.png"],img[src*="pkmn/n/d/t/d.png"],img[src*="pkmn/m/e/i/r.png"],img[src*="pkmn/a/n/v.png"],img[src*="pkmn/3/0/u.png"],img[src*="pkmn/m/z/7.png"],img[src*="pkmn/t/5/b/d.png"],img[src*="pkmn/8/o/0/1.png"],img[src*="pkmn/t/l/1.png"],img[src*="pkmn/1/0/6/l.png"],img[src*="pkmn/u/9/u.png"],img[src*="pkmn/i/q/j.png"],img[src*="pkmn/z/t/6.png"],img[src*="pkmn/g/c/u.png"],img[src*="pkmn/8/1/u/d.png"],img[src*="pkmn/l/n/0.png"],img[src*="pkmn/2/z/0.png"],img[src*="pkmn/8/m/7.png"],img[src*="pkmn/t/x/l/l.png"],img[src*="pkmn/y/u/f.png"],img[src*="pkmn/o/7/r.png"],img[src*="pkmn/d/q/q.png"],img[src*="pkmn/t/y/q.png"],img[src*="pkmn/7/h/y/m.png"],img[src*="pkmn/e/i/u.png"],img[src*="pkmn/d/f/i/k.png"],img[src*="pkmn/p/e/7.png"],img[src*="pkmn/9/z/a.png"],img[src*="pkmn/z/s/z.png"],img[src*="pkmn/u/a/a.png"],img[src*="pkmn/l/h/m.png"],img[src*="pkmn/e/5/w/j.png"],img[src*="pkmn/u/3/h.png"],img[src*="pkmn/g/e/0/p.png"],img[src*="pkmn/z/3/5.png"],img[src*="pkmn/2/u/m.png"],img[src*="pkmn/4/v/n.png"],img[src*="pkmn/t/2/e.png"],img[src*="pkmn/7/u/q/k.png"],img[src*="pkmn/5/h/m.png"],img[src*="pkmn/i/d/e.png"],img[src*="pkmn/g/6/4.png"],img[src*="pkmn/5/h/c.png"],img[src*="pkmn/k/s/e.png"],img[src*="pkmn/p/6/l/x.png"],img[src*="pkmn/b/v/m.png"],img[src*="pkmn/z/5/z/u.png"],img[src*="pkmn/s/k/h.png"],img[src*="pkmn/a/w/g.png"],img[src*="pkmn/e/c/2/p.png"],img[src*="pkmn/q/2/3.png"],img[src*="pkmn/d/0/s.png"],img[src*="pkmn/1/8/z.png"],img[src*="pkmn/3/p/3/s.png"],img[src*="pkmn/m/q/m.png"],img[src*="pkmn/5/c/n/2.png"],img[src*="pkmn/f/u/e.png"],img[src*="pkmn/9/l/r.png"],img[src*="pkmn/o/7/s.png"],img[src*="pkmn/d/m/d/k.png"],img[src*="pkmn/u/2/u.png"],img[src*="pkmn/j/s/e/x.png"],img[src*="pkmn/5/i/8.png"],img[src*="pkmn/u/w.png"],img[src*="pkmn/x/k/l.png"],img[src*="pkmn/f/o/l.png"],img[src*="pkmn/l/s/p.png"],img[src*="pkmn/j/v/q.png"],img[src*="pkmn/i/t/f.png"],img[src*="pkmn/x/4/y/z.png"],img[src*="pkmn/5/h/7.png"],img[src*="pkmn/a/o/i.png"],img[src*="pkmn/v/p/v.png"],img[src*="pkmn/m/7/h.png"],img[src*="pkmn/2/1/v.png"],img[src*="pkmn/f/h/l.png"],img[src*="pkmn/k/o/w.png"],img[src*="pkmn/s/5/b/5.png"],img[src*="pkmn/3/p/d.png"],img[src*="pkmn/j/n/2.png"],img[src*="pkmn/w/i/g.png"],img[src*="pkmn/x/8/9.png"],img[src*="pkmn/j/1/m.png"],img[src*="pkmn/i/q/g.png"],img[src*="pkmn/8/g/t.png"],img[src*="pkmn/m/u/2.png"],img[src*="pkmn/f/9/0.png"],img[src*="pkmn/y/2/6.png"],img[src*="pkmn/j/o/h.png"],img[src*="pkmn/5/b/v.png"],img[src*="pkmn/6/o/z.png"],img[src*="pkmn/b/y/c.png"],img[src*="pkmn/6/7/z.png"],img[src*="pkmn/i/m/1/z.png"],img[src*="pkmn/8/8/v.png"],img[src*="pkmn/s/w/s.png"],img[src*="pkmn/p/n/u.png"],img[src*="pkmn/m/s/1.png"],img[src*="pkmn/4/w/t.png"],img[src*="pkmn/x/4/h.png"],img[src*="pkmn/i/0/r.png"],img[src*="pkmn/7/i/a.png"],img[src*="pkmn/o/5/m.png"],img[src*="pkmn/r/e/u.png"],img[src*="pkmn/g/i/a.png"],img[src*="pkmn/5/2/f.png"],img[src*="pkmn/k/y/7.png"],img[src*="pkmn/1/m/0.png"],img[src*="pkmn/6/7/3.png"],img[src*="pkmn/o/3/6.png"],img[src*="pkmn/t/v/e.png"],img[src*="pkmn/a/v/8.png"],img[src*="pkmn/v/i/u.png"],img[src*="pkmn/6/0/5.png"],img[src*="pkmn/3/a.png"],img[src*="pkmn/5/i/3.png"],img[src*="pkmn/1/x/i.png"],img[src*="pkmn/y/5/w.png"],img[src*="pkmn/8/a/y.png"],img[src*="pkmn/6/h/9.png"],img[src*="pkmn/m/u/n.png"],img[src*="pkmn/a/c/u.png"],img[src*="pkmn/6/r/u.png"],img[src*="pkmn/p/t/2.png"],img[src*="pkmn/y/h/g.png"],img[src*="pkmn/l/l/r.png"],img[src*="pkmn/4/p/t.png"],img[src*="pkmn/p/w/a.png"],img[src*="pkmn/k/g/6.png"],img[src*="pkmn/6/7/f.png"],img[src*="pkmn/6/e/l.png"],img[src*="pkmn/p/h/l.png"],img[src*="pkmn/r/o/2.png"],img[src*="pkmn/c/y/u.png"],img[src*="pkmn/2/r/w.png"],img[src*="pkmn/c/m/9.png"],img[src*="pkmn/k/6/b.png"],img[src*="pkmn/8/x/z.png"],img[src*="pkmn/p/g.png"],img[src*="pkmn/h/1/n.png"],img[src*="pkmn/m/r/m.png"],img[src*="pkmn/b/j/o.png"],img[src*="pkmn/g/8/f.png"],img[src*="pkmn/g/3/w.png"],img[src*="pkmn/z/f/j.png"],img[src*="pkmn/b/j/5.png"],img[src*="pkmn/r/1/2.png"],img[src*="pkmn/8/9/t.png"],img[src*="pkmn/y/5/4.png"],img[src*="pkmn/z/b/y.png"],img[src*="pkmn/u/s/t.png"],img[src*="pkmn/t/k/d.png"],img[src*="pkmn/r/k/f.png"],img[src*="pkmn/d/v/j.png"],img[src*="pkmn/i/f.png"],img[src*="pkmn/i/o/k.png"],img[src*="pkmn/i/d/s.png"],img[src*="pkmn/s/q/5.png"],img[src*="pkmn/y/y/a.png"],img[src*="pkmn/d/c/m.png"],img[src*="pkmn/z/7/7.png"],img[src*="pkmn/e/k/m.png"],img[src*="pkmn/f/y/p.png"],img[src*="pkmn/7/i/s.png"],img[src*="pkmn/s/i/7.png"],img[src*="pkmn/w/9/i.png"],img[src*="pkmn/f/f/j.png"],img[src*="pkmn/6/q/x.png"],img[src*="pkmn/n/3/t.png"],img[src*="pkmn/o/i/9.png"],img[src*="pkmn/n/f/a.png"],img[src*="pkmn/6/q/k.png"],img[src*="pkmn/f/c/t.png"],img[src*="pkmn/t/1/g.png"],img[src*="pkmn/g/g.png"],img[src*="pkmn/8/y/j/i.png"],img[src*="pkmn/l/b.png"],img[src*="pkmn/h/u/o/i.png"],img[src*="pkmn/4/k/n.png"],img[src*="pkmn/k/e/j/6.png"],img[src*="pkmn/q/0/k.png"],img[src*="pkmn/s/5/0/u.png"],img[src*="pkmn/p/3/4.png"],img[src*="pkmn/d/e/4.png"],img[src*="pkmn/q/y/z.png"],img[src*="pkmn/q/i/n.png"],img[src*="pkmn/r/r/4.png"],img[src*="pkmn/u/t/l.png"],img[src*="pkmn/l/v/z.png"],img[src*="pkmn/a/y/m.png"],img[src*="pkmn/l/o/7.png"],img[src*="pkmn/i/3/7.png"],img[src*="pkmn/7/i/5.png"],img[src*="pkmn/b/1/0.png"],img[src*="pkmn/h/w/g.png"],img[src*="pkmn/a/n/6.png"],img[src*="pkmn/i/q/h.png"],img[src*="pkmn/d/v/l.png"],img[src*="pkmn/8/j/l.png"],img[src*="pkmn/r/v/u/i.png"],img[src*="pkmn/3/y/y.png"],img[src*="pkmn/o/6/k.png"],img[src*="pkmn/g/2/8.png"],img[src*="pkmn/j/4/d.png"],img[src*="pkmn/5/6/k.png"],img[src*="pkmn/m/o/t.png"],img[src*="pkmn/w/z/2/c.png"],img[src*="pkmn/q/n/l.png"],img[src*="pkmn/i/g/t.png"],img[src*="pkmn/8/8/o.png"],img[src*="pkmn/p/1/i/i.png"],img[src*="pkmn/k/0.png"],img[src*="pkmn/q/d/7.png"],img[src*="pkmn/8/1/6.png"],img[src*="pkmn/1/o/j.png"],img[src*="pkmn/1/y/n.png"],img[src*="pkmn/r/0/8/g.png"],img[src*="pkmn/m/0/x.png"],img[src*="pkmn/a/h/9.png"],img[src*="pkmn/4/m/7.png"],img[src*="pkmn/p/y/w.png"],img[src*="pkmn/y/m/t.png"],img[src*="pkmn/3/t/e.png"],img[src*="pkmn/e/2/n.png"],img[src*="pkmn/i/w/5.png"],img[src*="pkmn/1/c/y.png"],img[src*="pkmn/v/x/e.png"],img[src*="pkmn/i/v/j.png"],img[src*="pkmn/m/a/m.png"],img[src*="pkmn/b/i/7.png"],img[src*="pkmn/9/w/5.png"],img[src*="pkmn/x/h/8.png"],img[src*="pkmn/m/0/c.png"],img[src*="pkmn/v/w/p.png"],img[src*="pkmn/6/7/6.png"],img[src*="pkmn/x/u/c.png"],img[src*="pkmn/a/v/w.png"],img[src*="pkmn/f/5/0.png"],img[src*="pkmn/e/7/d.png"],img[src*="pkmn/5/3/x.png"],img[src*="pkmn/c/k/t.png"],img[src*="pkmn/e/6/7.png"],img[src*="pkmn/w/e/1.png"],img[src*="pkmn/s/7/u.png"],img[src*="pkmn/1/8/2.png"],img[src*="pkmn/f/a/7.png"],img[src*="pkmn/g/m/5.png"],img[src*="pkmn/i/h/5.png"],img[src*="pkmn/d/8/b.png"],img[src*="pkmn/d/b/v.png"],img[src*="pkmn/9/p/w.png"],img[src*="pkmn/o/z/3.png"],img[src*="pkmn/d/o/t.png"],img[src*="pkmn/j/j/3.png"],img[src*="pkmn/h/f/h.png"],img[src*="pkmn/2/m/1/r.png"],img[src*="pkmn/g/d/p.png"],img[src*="pkmn/a/7/x.png"],img[src*="pkmn/m/7/2.png"],img[src*="pkmn/f/3/5.png"],img[src*="pkmn/6/u/k.png"],img[src*="pkmn/h/m/f.png"],img[src*="pkmn/b/7/c.png"],img[src*="pkmn/k/1/v.png"],img[src*="pkmn/e/7.png"],img[src*="pkmn/r/q/q.png"],img[src*="pkmn/7/2/n.png"],img[src*="pkmn/z/a/w.png"],img[src*="pkmn/3/t/4.png"],img[src*="pkmn/q/d/y.png"],img[src*="pkmn/o/v/z.png"],img[src*="pkmn/u/h/u.png"],img[src*="pkmn/q/7/u.png"],img[src*="pkmn/a/8/8.png"],img[src*="pkmn/h/u/x.png"],img[src*="pkmn/3/7/v.png"],img[src*="pkmn/f/c/s.png"],img[src*="pkmn/h/n/r.png"],img[src*="pkmn/x/5/g.png"],img[src*="pkmn/w/g/d.png"],img[src*="pkmn/i/2/w.png"],img[src*="pkmn/6/r/7.png"],img[src*="pkmn/n/j/q.png"],img[src*="pkmn/v/m/6.png"],img[src*="pkmn/s/9/g.png"],img[src*="pkmn/i/q/v.png"],img[src*="pkmn/n/s/a.png"],img[src*="pkmn/2/k/1.png"],img[src*="pkmn/m/j/f.png"],img[src*="pkmn/u/m/p.png"],img[src*="pkmn/7/p/v.png"],img[src*="pkmn/t/9/n.png"],img[src*="pkmn/e/a/n.png"],img[src*="pkmn/v/8/m.png"],img[src*="pkmn/d/1/4.png"],img[src*="pkmn/k/d/k.png"],img[src*="pkmn/r/p/u.png"],img[src*="pkmn/e/h/o.png"],img[src*="pkmn/t/v/r.png"],img[src*="pkmn/c/a/g.png"],img[src*="pkmn/f/a/w.png"],img[src*="pkmn/2/u/q.png"],img[src*="pkmn/6/n/y.png"],img[src*="pkmn/j/p/e.png"],img[src*="pkmn/t/l/s.png"],img[src*="pkmn/o/2/v.png"],img[src*="pkmn/p/r/0.png"],img[src*="pkmn/z/0/w.png"],img[src*="pkmn/j/q/z.png"],img[src*="pkmn/g/z/x.png"],img[src*="pkmn/9/9/n.png"],img[src*="pkmn/8/p/s.png"],img[src*="pkmn/n/6/g.png"],img[src*="pkmn/w/u/s.png"],img[src*="pkmn/f/m.png"],img[src*="pkmn/2/f/3.png"],img[src*="pkmn/i/g/0.png"],img[src*="pkmn/c/t/c.png"],img[src*="pkmn/6/f/4.png"],img[src*="pkmn/y/2/2.png"],img[src*="pkmn/x/2/z.png"],img[src*="pkmn/u/g/z.png"],img[src*="pkmn/g/t/y.png"],img[src*="pkmn/v/o/8.png"],img[src*="pkmn/t/i/w.png"],img[src*="pkmn/9/1/6.png"],img[src*="pkmn/n/4/a.png"],img[src*="pkmn/r/j/h.png"],img[src*="pkmn/s/z/v.png"],img[src*="pkmn/o/e/9.png"],img[src*="pkmn/x/r/u.png"],img[src*="pkmn/9/3/z.png"],img[src*="pkmn/m/f/l.png"],img[src*="pkmn/f/k/m.png"],img[src*="pkmn/n/b.png"],img[src*="pkmn/w/n/p.png"],img[src*="pkmn/r/n/d.png"],img[src*="pkmn/t/e/x.png"],img[src*="pkmn/p/3/5.png"],img[src*="pkmn/7/7/m.png"],img[src*="pkmn/t/g/6.png"],img[src*="pkmn/e/m/t.png"],img[src*="pkmn/i/3/d.png"],img[src*="pkmn/9/d/x.png"],img[src*="pkmn/k/k/p.png"],img[src*="pkmn/b/h/v.png"],img[src*="pkmn/d/d/h.png"],img[src*="pkmn/z/s/2.png"],img[src*="pkmn/y/z/z.png"],img[src*="pkmn/4/n/1.png"],img[src*="pkmn/z/q/h.png"],img[src*="pkmn/r/d/u.png"],img[src*="pkmn/z/u/6.png"],img[src*="pkmn/a/3/1.png"],img[src*="pkmn/1/u/f.png"],img[src*="pkmn/3/j/8.png"],img[src*="pkmn/q/w/y.png"],img[src*="pkmn/o/h/w.png"],img[src*="pkmn/9/0/b.png"],img[src*="pkmn/x/u/t.png"],img[src*="pkmn/b/e/3.png"],img[src*="pkmn/b/8/a.png"],img[src*="pkmn/4/i/9.png"],img[src*="pkmn/k/m/d.png"],img[src*="pkmn/d/6/1.png"],img[src*="pkmn/a/0/c.png"],img[src*="pkmn/e/m/e.png"],img[src*="pkmn/i/2/m.png"],img[src*="pkmn/y/7.png"],img[src*="pkmn/j/8/i.png"],img[src*="pkmn/x/z/t/e.png"],img[src*="pkmn/g/5/0.png"],img[src*="pkmn/8/u/3/y.png"],img[src*="pkmn/8/y/i/3.png"],img[src*="pkmn/7/h/o/3.png"],img[src*="pkmn/m/4/2/y.png"],img[src*="pkmn/g/o/a/i.png"],img[src*="pkmn/s/d/d/y.png"],img[src*="pkmn/2/l/u/p.png"],img[src*="pkmn/m/2/q/4.png"],img[src*="pkmn/a/8/x/t.png"],img[src*="pkmn/5/n/n/a.png"],img[src*="pkmn/l/m/2/m.png"],img[src*="pkmn/1/p/g/i.png"],img[src*="pkmn/x/m/1/m.png"],img[src*="pkmn/d/w/w/9.png"],img[src*="pkmn/m/w/j/s.png"],img[src*="pkmn/x/g/q/s.png"],img[src*="pkmn/u/6/y/a.png"],img[src*="pkmn/6/3/o/6.png"],img[src*="pkmn/n/c/u/1.png"],img[src*="pkmn/u/6/o/7.png"],img[src*="pkmn/r/6/3/p.png"],img[src*="pkmn/2/3/p/s.png"],img[src*="pkmn/u/w/s/e.png"],img[src*="pkmn/l/a/9/z.png"],img[src*="pkmn/u/e/i/h.png"],img[src*="pkmn/q/7/u/d.png"],img[src*="pkmn/l/c/6/e.png"],img[src*="pkmn/o/h/p/m.png"],img[src*="pkmn/b/3/y/s.png"],img[src*="pkmn/m/g/v/f.png"],img[src*="pkmn/b/4/i/9.png"],img[src*="pkmn/8/c/z/c.png"],img[src*="pkmn/w/e/1/p.png"],img[src*="pkmn/8/w/m/7.png"],img[src*="pkmn/e/k/x/z.png"],img[src*="pkmn/7/s/2/w.png"],img[src*="pkmn/y/n/m/a.png"],img[src*="pkmn/5/g/1/0.png"],img[src*="pkmn/e/a/2/a.png"],img[src*="pkmn/h/8/y/2.png"],img[src*="pkmn/s/1/2/k.png"],img[src*="pkmn/j/l/l/a.png"],img[src*="pkmn/u/p/9/m.png"],img[src*="pkmn/m/m/v/q.png"],img[src*="pkmn/z/d/a/i.png"],img[src*="pkmn/p/1/r/b.png"],img[src*="pkmn/7/b/o/l.png"],img[src*="pkmn/g/n/d/p.png"],img[src*="pkmn/o/2/b/q.png"],img[src*="pkmn/6/k/m/4.png"],img[src*="pkmn/7/m/6/z.png"],img[src*="pkmn/j/8/s/l.png"],img[src*="pkmn/j/j/n/m.png"],img[src*="pkmn/r/9/d/j.png"],img[src*="pkmn/h/1/h/f.png"],img[src*="pkmn/8/d/y.png"],img[src*="pkmn/j/n/i/d.png"],img[src*="pkmn/b/k/m/9.png"],img[src*="pkmn/5/3/j/0.png"],img[src*="pkmn/t/b/v/f.png"],img[src*="pkmn/d/2/o.png"],img[src*="pkmn/f/v/y/e.png"],img[src*="pkmn/w/h/g/h.png"],img[src*="pkmn/i/e/c/2.png"],img[src*="pkmn/9/y/6.png"],img[src*="pkmn/r/7/t.png"],img[src*="pkmn/x/s/n/a.png"],img[src*="pkmn/p/8/0/4.png"],img[src*="pkmn/5/1/k/u.png"],img[src*="pkmn/8/s/6/q.png"],img[src*="pkmn/c/f/e/n.png"],img[src*="pkmn/j/j/o/5.png"],img[src*="pkmn/o/0/n/2.png"],img[src*="pkmn/k/3/w/3.png"],img[src*="pkmn/e/u/2/1.png"],img[src*="pkmn/o/8/t.png"],img[src*="pkmn/e/g/a/5.png"],img[src*="pkmn/q/h/k/i.png"],img[src*="pkmn/8/x/h/4.png"],img[src*="pkmn/b/7/h/a.png"],img[src*="pkmn/c/4/q/s.png"],img[src*="pkmn/n/6/9/2.png"],img[src*="pkmn/w/k/3/f.png"],img[src*="pkmn/e/u/0/y.png"],img[src*="pkmn/5/x/x/0.png"],img[src*="pkmn/k/f/z/1.png"],img[src*="pkmn/t/j/4/o.png"],img[src*="pkmn/h/t/p/u.png"],img[src*="pkmn/h/b/b/n.png"],img[src*="pkmn/v/l/t/r.png"],img[src*="pkmn/8/y/z/h.png"],img[src*="pkmn/k/t/8/b.png"],img[src*="pkmn/l/t/k/f.png"],img[src*="pkmn/w/l/p/l.png"],img[src*="pkmn/7/u/i/4.png"],img[src*="pkmn/8/o/z/b.png"],img[src*="pkmn/t/3/g/w.png"],img[src*="pkmn/9/j/n/k.png"],img[src*="pkmn/d/h/3/0.png"],img[src*="pkmn/h/d/i/1.png"],img[src*="pkmn/d/t/t/2.png"],img[src*="pkmn/h/e/e.png"],img[src*="pkmn/w/b/9/z.png"],img[src*="pkmn/f/4/x/y.png"],img[src*="pkmn/h/2/b/9.png"],img[src*="pkmn/k/n/w/y.png"],img[src*="pkmn/h/6/h/5.png"],img[src*="pkmn/s/f/7/w.png"],img[src*="pkmn/a/9/o/i.png"],img[src*="pkmn/p/n/4.png"],img[src*="pkmn/p/l/s/n.png"],img[src*="pkmn/8/z/4/p.png"],img[src*="pkmn/q/w/1/y.png"],img[src*="pkmn/r/y/1/n.png"],img[src*="pkmn/5/6/0/q.png"],img[src*="pkmn/x/3/w/w.png"],img[src*="pkmn/a/q/u/f.png"],img[src*="pkmn/c/j/u/g.png"],img[src*="pkmn/r/3/e/p.png"],img[src*="pkmn/i/v/f/f.png"],{border-radius: 50px;box-shadow: 0px 0px 0px 5px blue;} /* 247 1 evo */ img[src*=""],img[src*="pkmn/r/r/a.png"],img[src*="pkmn/5/c/v.png"],img[src*="pkmn/5/7/h.png"],img[src*="pkmn/y/q/s.png"],img[src*="pkmn/4/v/q.png"],img[src*="pkmn/4/e/m.png"],img[src*="pkmn/p/o/r.png"],img[src*="pkmn/c/j/j/g.png"],img[src*="pkmn/x/s/a.png"],img[src*="pkmn/8/h/8.png"],img[src*="pkmn/i/l/3.png"],img[src*="pkmn/j/x/z.png"],img[src*="pkmn/6/9/u/2.png"],img[src*="pkmn/a/s/h.png"],img[src*="pkmn/l/m/k.png"],img[src*="pkmn/c/z/t.png"],img[src*="pkmn/d/w/j.png"],img[src*="pkmn/1/b/k/o.png"],img[src*="pkmn/b/j/0.png"],img[src*="pkmn/g/e/9.png"],img[src*="pkmn/x/2/y.png"],img[src*="pkmn/4/9/5.png"],img[src*="pkmn/m/y/p.png"],img[src*="pkmn/9/q/t.png"],img[src*="pkmn/v/c/u.png"],img[src*="pkmn/6/5/b.png"],img[src*="pkmn/b/f/t.png"],img[src*="pkmn/i/h/j/p.png"],img[src*="pkmn/o/e/n.png"],img[src*="pkmn/6/y/x.png"],img[src*="pkmn/g/z/n.png"],img[src*="pkmn/v/h/i.png"],img[src*="pkmn/h/0/q/9.png"],img[src*="pkmn/a/6/l.png"],img[src*="pkmn/l/t/x.png"],img[src*="pkmn/x/u/w.png"],img[src*="pkmn/a/j/4.png"],img[src*="pkmn/g/r/9.png"],img[src*="pkmn/f/6/9.png"],img[src*="pkmn/i/3/g.png"],img[src*="pkmn/e/g/e.png"],img[src*="pkmn/e/g/q.png"],img[src*="pkmn/2/e/z.png"],img[src*="pkmn/2/y/6/s.png"],img[src*="pkmn/v/r/w.png"],img[src*="pkmn/7/m/n.png"],img[src*="pkmn/2/h/l/s.png"],img[src*="pkmn/1/c/h.png"],img[src*="pkmn/a/l/9.png"],img[src*="pkmn/6/k/9/f.png"],img[src*="pkmn/a/z/6.png"],img[src*="pkmn/k/w/a.png"],img[src*="pkmn/e/k/a.png"],img[src*="pkmn/p/3/g.png"],img[src*="pkmn/q/2/y.png"],img[src*="pkmn/o/7.png"],img[src*="pkmn/3/5/y.png"],img[src*="pkmn/7/o/j.png"],img[src*="pkmn/m/6/a.png"],img[src*="pkmn/r/t/g.png"],img[src*="pkmn/z/8/u.png"],img[src*="pkmn/2/z/e.png"],img[src*="pkmn/e/w/r.png"],img[src*="pkmn/1/i/m.png"],img[src*="pkmn/d/a/a.png"],img[src*="pkmn/d/u/n.png"],img[src*="pkmn/r/5/k.png"],img[src*="pkmn/t/b/0.png"],img[src*="pkmn/4/j/p.png"],img[src*="pkmn/h/h/k.png"],img[src*="pkmn/6/6/n.png"],img[src*="pkmn/6/v/4.png"],img[src*="pkmn/w/k/5.png"],img[src*="pkmn/c/o/1.png"],img[src*="pkmn/7/e/z.png"],img[src*="pkmn/1/b/k.png"],img[src*="pkmn/n/3/x.png"],img[src*="pkmn/s/4/t.png"],img[src*="pkmn/o/o/z.png"],img[src*="pkmn/t/7.png"],img[src*="pkmn/k/8.png"],img[src*="pkmn/z/s/8.png"],img[src*="pkmn/1/4/p.png"],img[src*="pkmn/m/8/2.png"],img[src*="pkmn/7/6/d.png"],img[src*="pkmn/2/p/u.png"],img[src*="pkmn/p/s/s.png"],img[src*="pkmn/d/4/d.png"],img[src*="pkmn/o/7/j.png"],img[src*="pkmn/7/e/1.png"],img[src*="pkmn/f/n/y.png"],img[src*="pkmn/v/l/s.png"],img[src*="pkmn/h/j/8.png"],img[src*="pkmn/m/r/x.png"],img[src*="pkmn/n/c/9.png"],img[src*="pkmn/h/k/m.png"],img[src*="pkmn/c/7/u.png"],img[src*="pkmn/4/k/9/b.png"],img[src*="pkmn/l/8/m.png"],img[src*="pkmn/5/0/d.png"],img[src*="pkmn/i/o/m/j.png"],img[src*="pkmn/m/l/o.png"],img[src*="pkmn/x/8/i.png"],img[src*="pkmn/d/f/i.png"],img[src*="pkmn/5/s/h/5.png"],img[src*="pkmn/r/r.png"],img[src*="pkmn/b/7/l.png"],img[src*="pkmn/5/i/y.png"],img[src*="pkmn/j/d/k.png"],img[src*="pkmn/9/3/9.png"],img[src*="pkmn/w/a/h.png"],img[src*="pkmn/q/h/7.png"],img[src*="pkmn/4/q/8.png"],img[src*="pkmn/i/4/r.png"],img[src*="pkmn/j/b/0.png"],img[src*="pkmn/r/i/b.png"],img[src*="pkmn/f/h/3.png"],img[src*="pkmn/4/k.png"],img[src*="pkmn/o/w/s.png"],img[src*="pkmn/k/u/7.png"],img[src*="pkmn/5/x/n.png"],img[src*="pkmn/c/v/3.png"],img[src*="pkmn/n/k/x.png"],img[src*="pkmn/o/s/0.png"],img[src*="pkmn/4/i/8.png"],img[src*="pkmn/5/l/9.png"],img[src*="pkmn/o/1/e.png"],img[src*="pkmn/8/2/8/k.png"],img[src*="pkmn/q/t/4.png"],img[src*="pkmn/k/8/p.png"],img[src*="pkmn/x/c/q.png"],img[src*="pkmn/n/y/5.png"],img[src*="pkmn/c/q/5.png"],img[src*="pkmn/w/0/r.png"],img[src*="pkmn/n/b/8.png"],img[src*="pkmn/4/p/r.png"],img[src*="pkmn/2/s/s.png"],img[src*="pkmn/q/s/a.png"],img[src*="pkmn/f/0/i.png"],img[src*="pkmn/g/d/9.png"],img[src*="pkmn/9/h.png"],img[src*="pkmn/j/n/x.png"],img[src*="pkmn/9/a/d.png"],img[src*="pkmn/f/9/i.png"],img[src*="pkmn/t/8/i.png"],img[src*="pkmn/a/0/4.png"],img[src*="pkmn/n/0/8.png"],img[src*="pkmn/c/b/7.png"],img[src*="pkmn/u/j/1.png"],img[src*="pkmn/i/r/i.png"],img[src*="pkmn/h/4/d.png"],img[src*="pkmn/m/1/i.png"],img[src*="pkmn/6/2/0.png"],img[src*="pkmn/c/p/x.png"],img[src*="pkmn/t/l/d.png"],img[src*="pkmn/q/4/n.png"],img[src*="pkmn/f/m/a.png"],img[src*="pkmn/u/7/v.png"],img[src*="pkmn/e/p/a.png"],img[src*="pkmn/z/r/j.png"],img[src*="pkmn/4/e/0.png"],img[src*="pkmn/5/a/2.png"],img[src*="pkmn/v/d/q.png"],img[src*="pkmn/t/e/h.png"],img[src*="pkmn/4/0/k.png"],img[src*="pkmn/l/c/r.png"],img[src*="pkmn/v/0/g.png"],img[src*="pkmn/5/n/1.png"],img[src*="pkmn/4/0.png"],img[src*="pkmn/m/0.png"],img[src*="pkmn/d/j.png"],img[src*="pkmn/w/n/d.png"],img[src*="pkmn/k/z/n.png"],img[src*="pkmn/a/0/j.png"],img[src*="pkmn/x/0/b.png"],img[src*="pkmn/7/s/e.png"],img[src*="pkmn/t/4/5.png"],img[src*="pkmn/8/o/s.png"],img[src*="pkmn/g/7/m.png"],img[src*="pkmn/c/v/b.png"],img[src*="pkmn/4/q/1.png"],img[src*="pkmn/k/z/w.png"],img[src*="pkmn/5/n/l.png"],img[src*="pkmn/t/m/5.png"],img[src*="pkmn/3/m/o.png"],img[src*="pkmn/k/h/7.png"],img[src*="pkmn/5/2/2.png"],img[src*="pkmn/b/0/d.png"],img[src*="pkmn/i/c/5.png"],img[src*="pkmn/d/o/b.png"],img[src*="pkmn/s/f/q.png"],img[src*="pkmn/6/6/a.png"],img[src*="pkmn/b/4/d.png"],img[src*="pkmn/m/j/x/7.png"],img[src*="pkmn/5/i/b/u.png"],img[src*="pkmn/6/t/g/t.png"],img[src*="pkmn/2/x/l/4.png"],img[src*="pkmn/w/2/1/8.png"],img[src*="pkmn/5/s/1/t.png"],img[src*="pkmn/o/c/u/g.png"],img[src*="pkmn/m/3/h/c.png"],img[src*="pkmn/o/e/l/i.png"],img[src*="pkmn/t/w/h/y.png"],img[src*="pkmn/a/b/1/c.png"],img[src*="pkmn/9/b/p/k.png"],img[src*="pkmn/l/h/b/b.png"],img[src*="pkmn/g/h/9/u.png"],img[src*="pkmn/w/c/n/4.png"],img[src*="pkmn/p/m/f/g.png"],img[src*="pkmn/8/c/h/g.png"],img[src*="pkmn/w/c/r/y.png"],img[src*="pkmn/b/7/9/d.png"],img[src*="pkmn/v/c/j/m.png"],img[src*="pkmn/q/3/c/4.png"],img[src*="pkmn/c/9/h/k.png"],img[src*="pkmn/q/h/j/y.png"],img[src*="pkmn/k/y/h/r.png"],img[src*="pkmn/g/9/i/0.png"],img[src*="pkmn/z/4/n/0.png"],img[src*="pkmn/t/v/a/2.png"],img[src*="pkmn/l/g/t/a.png"],img[src*="pkmn/u/d/b/q.png"],img[src*="pkmn/y/z/4/m.png"],img[src*="pkmn/9/c/8/4.png"],img[src*="pkmn/5/k/8/u.png"],img[src*="pkmn/v/n/u.png"],img[src*="pkmn/h/9/w/1.png"],img[src*="pkmn/j/0/h/o.png"],img[src*="pkmn/h/u/t/y.png"],img[src*="pkmn/y/e/0/4.png"],img[src*="pkmn/3/4/i.png"],img[src*="pkmn/l/i/1/m.png"],img[src*="pkmn/a/g/r.png"],img[src*="pkmn/c/r/h/s.png"],img[src*="pkmn/9/k/t/b.png"],img[src*="pkmn/p/m/u/y.png"],img[src*="pkmn/d/k/9/d.png"],img[src*="pkmn/5/6/w/a.png"],img[src*="pkmn/7/m/a/z.png"],img[src*="pkmn/o/7/j/0.png"],img[src*="pkmn/m/y/t/y.png"],img[src*="pkmn/1/y/n/8.png"],img[src*="pkmn/t/9/o/j.png"],img[src*="pkmn/7/w/w/h.png"],img[src*="pkmn/s/q/7/k.png"],img[src*="pkmn/e/c/p/d.png"],img[src*="pkmn/a/v/r/g.png"],{border-radius: 50px;box-shadow: 0px 0px 0px 5px lime;} /* 58 2 evo */ img[src*=""],img[src*="pkmn/n/l/4.png"],img[src*="pkmn/v/m/7.png"],img[src*="pkmn/l/t/v.png"],img[src*="pkmn/3/m/5.png"],img[src*="pkmn/q/i/5.png"],img[src*="pkmn/d/s/m.png"],img[src*="pkmn/m/3/q.png"],img[src*="pkmn/m/l/v.png"],img[src*="pkmn/j/z/z.png"],img[src*="pkmn/z/g/l.png"],img[src*="pkmn/e/u/w.png"],img[src*="pkmn/r/v/w.png"],img[src*="pkmn/6/l/9.png"],img[src*="pkmn/l/g/w.png"],img[src*="pkmn/a/u/e.png"],img[src*="pkmn/3/k/k.png"],img[src*="pkmn/1/d/1.png"],img[src*="pkmn/k/x/i.png"],img[src*="pkmn/y/u/5.png"],img[src*="pkmn/f/6/e.png"],img[src*="pkmn/v/v/5.png"],img[src*="pkmn/u/z/u.png"],img[src*="pkmn/s/m/o.png"],img[src*="pkmn/6/y/f.png"],img[src*="pkmn/w/x/3.png"],img[src*="pkmn/f/1/u.png"],img[src*="pkmn/w/4/6.png"],img[src*="pkmn/1/8/3.png"],img[src*="pkmn/f/d/a.png"],img[src*="pkmn/7/l/5.png"],img[src*="pkmn/y/i/0.png"],img[src*="pkmn/9/j/w/u.png"],img[src*="pkmn/f/p/z.png"],img[src*="pkmn/k/q/2.png"],img[src*="pkmn/s/y/y.png"],img[src*="pkmn/g/w/f.png"],img[src*="pkmn/9/p/b.png"],img[src*="pkmn/q/f/j.png"],img[src*="pkmn/5/w/l.png"],img[src*="pkmn/l/x/g.png"],img[src*="pkmn/i/z.png"],img[src*="pkmn/w/i/b.png"],img[src*="pkmn/u/k/d.png"],img[src*="pkmn/8/h/b.png"],img[src*="pkmn/f/l/b.png"],img[src*="pkmn/5/b/2.png"],img[src*="pkmn/t/z.png"],img[src*="pkmn/s/o/v.png"],img[src*="pkmn/5/2/s.png"],img[src*="pkmn/h/x/w.png"],img[src*="pkmn/o/3/q.png"],img[src*="pkmn/h/x/i/w.png"],img[src*="pkmn/7/2/2.png"],img[src*="pkmn/1/d/0/d.png"],img[src*="pkmn/x/h/p/e.png"],img[src*="pkmn/h/7/o/l.png"],img[src*="pkmn/e/z/8/0.png"],img[src*="pkmn/w/m/l.png"],{border-radius: 50px;box-shadow: 0px 0px 0px 5px green;}
*** NOTICE: see the 4 tailed Vulpix with no circle at all? that means i do not have its sprite entered into my database. if you find any without a circle please send me a PM. *** i do not have nor do i want shiny, albino or melan mini sprites, so those will always be without a circle. (at least the ones that exist) ***MANY SAM sprites do not exist so they use normal, be careful in these cases***
Color Code
green: can evolve twice by level light green: can evolve once by level blue: final evo ***** EDIT TO YELLOWS: small yellow: evolves with something (happiness, item... etc) normal yellow: free evolve with field, near something or time. ***** orange: exclusive, fakemon and custom (may or may not evolve) pink: Mega (may or may not evolve) red: Legendary (and ditto) (may or may not evolve)
***Mini Sprites... i just learned that these sprites are the same one that shows up in field view while on a mobile device, so might be something you wont want to use on phones?
Shelter Adopts made EASY

Never miss a legend or hunt egg/pokemon again.

Normally i have all things other than what i am hunting hidden completely, but to take pic i made them partially visible. As you can see what i am hunting is outlined in red, and an event shows full color. legend eggs i know are also framed (like the tyrunt i am currently hunting), ones i do not know would still show up but without a frame. legend, event, ditto eggs and the such will always show up, same as events, shiny, albino or other non common pokemon will show up. i was just informed i do not have the normal poke dimmer listed anywhere. i will get code for that put in later today.

instructions to frame ONE egg

Simple version to frame egg you are hunting (does not hide other eggs, does nothing to pokemon either... DOES frame same egg in lab if there): img[src*="pkmn/k/l/k.png"]{ border-radius: 50px; box-shadow: 0px 0px 0px 5px red; } *** just replace the /k/l/k with whatever 2-4 characters yours is. (you can get this by right clicking on the egg, and open image in new tab.). Also, you will have to clear cache (press control and F5) for changes to take effect.

DISCLAIMER/NOTES:

ALL of these will also have the "public" view of fields STACKED, those needing or wanting eggs to hatch should know the best way to do that is interacting, and stacked makes it easier and faster. i find new sprites often and will keep these updated as i find more, if you find one that is wrong or missing, please let me know. *** WARNING use at your own risk, while i have tried to make sure all are right, i built this database by myself (with my daughters help) so i might have something wrong or missing. it is YOUR choice to blindly use, i will not (and can not) be responsible for a wrong one breaking your chain. ***
Bishop's AvatarBishop
Bishop's Avatar
Type Race and V-Wave Hunts made EASY
please send me a PM if you find anything wrong. not all have been tested, pushed to get it done by today (start of type race)

what it will look like

example is highlighting BUGS, while "dimming" the other common eggs. events, legends, and other more desired eggs will show up in full color (like that purple one)

quickly use my saved skin:

to use my skins go to site skins in the "Other Skin" area type in Qvg/*YOUR TYPE*-eggs (for bug its Qvg/bug-eggs, dragon is Qvg/dragon-eggs and so on...) after typing in the path, click "Use this Skin" then click "Change Skin" ***if it does not work verify spelling and such, like fight is fight not fighting. you will need to clear cache or press Control+F5 while on lab, shelter, or any other page that you get eggs from. that is it, you can change between them daily for V-Wave or turn on/off based on your hunts and desires. *****as a reminder ALL of my skins will stack public view fields to make interacting easier, if you do not like this you will have to add the code to your own skin without that part in it.
feel free to send me a PM if you have any issues or questions. last update jan-8-22 all eggs in game as of this time are listed

Code to add to your skin

  • FOLLOW THESE INSTRUCTIONS:
  • ADD TO ALL
  • Bug
  • Dark
  • Dragon
  • Electric
  • Fairy
  • Fight
  • Fire
  • Flying
  • Ghost
  • Grass
  • Ground
  • Ice
  • Normal
  • Poison
  • Psychic
  • Rock
  • Steel
  • Water
NOTICE: oricorio has been removed from fire, psychic, electric and ghost list (can be found in flying), as no guarantee what it will hatch as, removed to not break chains from those. if you know any other egg that does similiar let me know and i will fix it too.
Step 1: copy the "ADD TO ALL" section to your skin. Step 2: copy the type you are after to your skin. your type MUST be placed after the dimmer (or eggs you are looking for will still be circled, but dim) If for whatever reason you do not like the auto stacker, just delete that section (found in the "add to all" before dimmer) also see my post on stacking or UNstacking if you would like to UNSTACK everyones fields instead of stacking them.
/* stacks all comp*/ html #field_field[data-mode="public"]>div.field>.fieldmon {margin-top:-110px!important;margin-left:-70px!important;left:85%!important;top:0%!important;} html #field_field[data-mode="public"]>div.field>.fieldmon>img {padding: 110px 70px 110px 70px!important;animation: none;} /* removes fed pokes to make "next" button click/tap able */ .nothungry {display:none;} /* stacks all phone*/ html.mq2 #field_field[data-mode="public"]>div.field>.fieldmon{margin-top:-155px!important;margin-left:-55px!important;left:85%!important;top:0%!important;} html.mq2 #field_field[data-mode="public"]>div.field>.fieldmon>img {padding: 155px 55px 155px 55px!important; animation: none;} /* dims 412 common eggs */ /*Name*/ [src*="SpriteCode"], /*Bulbasaur*/[src*="pkmn/c/0/7.png"], /*Charmander*/[src*="pkmn/f/d/w.png"], /*Squirtle*/[src*="pkmn/l/w/s.png"], /*Caterpie*/[src*="pkmn/j/n/z.png"], /*Weedle*/[src*="pkmn/a/1.png"], /*Pidgey*/[src*="pkmn/b/y.png"], /*Rattata*/[src*="pkmn/5/j/w.png"], /*Rattata[AlolanForme]*/[src*="pkmn/s/y/w/b.png"], /*Spearow*/[src*="pkmn/i/m/r.png"], /*Ekans*/[src*="pkmn/n/q/8.png"], /*Pichu*/[src*="pkmn/g/s/8.png"], /*Sandshrew*/[src*="pkmn/1/i/1.png"], /*Sandshrew[AlolanForme]*/[src*="pkmn/r/2/t/g.png"], /*Nidoran*/[src*="pkmn/1/8/7.png"], /*Cleffa*/[src*="pkmn/g/i/1.png"], /*Vulpix*/[src*="pkmn/7/z/0.png"], /*Vulpix[AlolanForme]*/[src*="pkmn/b/y/1/6.png"], /*Igglybuff*/[src*="pkmn/m/n/s.png"], /*Zubat*/[src*="pkmn/7/s/7.png"], /*Oddish*/[src*="pkmn/g/s/n.png"], /*Paras*/[src*="pkmn/d/m/w.png"], /*Venonat*/[src*="pkmn/i/i/f.png"], /*Diglett*/[src*="pkmn/6/1/e.png"], /*Diglett[AlolanForme]*/[src*="pkmn/p/p/g/x.png"], /*Meowth*/[src*="pkmn/o/r/x.png"], /*Meowth[AlolanForme]*/[src*="pkmn/9/v/c/y.png"], /*Meowth[GalarianForme]*/[src*="pkmn/w/a/h/3.png"], /*Psyduck*/[src*="pkmn/3/z/u.png"], /*Mankey*/[src*="pkmn/t/j.png"], /*Growlithe*/[src*="pkmn/k/n/x.png"], /*Poliwag*/[src*="pkmn/l/m/7.png"], /*Abra*/[src*="pkmn/4/y/r.png"], /*Machop*/[src*="pkmn/a/2/d.png"], /*Bellsprout*/[src*="pkmn/l/t/r.png"], /*Tentacool*/[src*="pkmn/d/6/h.png"], /*Geodude*/[src*="pkmn/1/y/t.png"], /*Geodude[AlolanForme]*/[src*="pkmn/i/y/y/3.png"], /*Ponyta*/[src*="pkmn/6/6/5.png"], /*Ponyta[GalarianForme]*/[src*="pkmn/r/o/k/p.png"], /*Slowpoke*/[src*="pkmn/c/1/y.png"], /*Slowpoke[GalarianForme](toSlowbro[GalarianForme])*/[src*="pkmn/l/u/i/i.png"], /*Magnemite*/[src*="pkmn/9/g/4.png"], /*Farfetch'd*/[src*="pkmn/h/d.png"], /*Farfetch'd[GalarianForme]*/[src*="pkmn/z/k/x/9.png"], /*Doduo*/[src*="pkmn/5/b/1.png"], /*Seel*/[src*="pkmn/9/5/7.png"], /*Grimer*/[src*="pkmn/n/a/i.png"], /*Grimer[AlolanForme]*/[src*="pkmn/8/s/i/r.png"], /*Shellder*/[src*="pkmn/3/1/u.png"], /*Gastly*/[src*="pkmn/f/b/0.png"], /*Onix*/[src*="pkmn/6/d/s.png"], /*Drowzee*/[src*="pkmn/b/v/d.png"], /*Krabby*/[src*="pkmn/b/f/k.png"], /*Voltorb*/[src*="pkmn/j/p/g.png"], /*Exeggcute*/[src*="pkmn/n/k/h.png"], /*Cubone*/[src*="pkmn/h/6/b.png"], /*Lickitung*/[src*="pkmn/c/8/n.png"], /*Koffing*/[src*="pkmn/b/d/m.png"], /*Rhyhorn*/[src*="pkmn/9/b/0.png"], /*Tangela*/[src*="pkmn/k/b/3.png"], /*Kangaskhan*/[src*="pkmn/d/5/0.png"], /*Horsea*/[src*="pkmn/q/8.png"], /*Goldeen*/[src*="pkmn/l/k/a.png"], /*Staryu*/[src*="pkmn/l/r/1.png"], /*MimeJr.*/[src*="pkmn/m/q/k.png"], /*Mr.Mime*/[src*="pkmn/q/6/d/0.png"], /*Mr.Mime[GalarianForme]*/[src*="pkmn/y/j/q/z.png"], /*Scyther*/[src*="pkmn/7/9/t.png"], /*Smoochum*/[src*="pkmn/o/b/7.png"], /*Pinsir*/[src*="pkmn/b/x/s.png"], /*Tauros*/[src*="pkmn/d/q/n.png"], /*Magikarp*/[src*="pkmn/8/r/q.png"], /*Lapras*/[src*="pkmn/h/h/h.png"], /*Eevee*/[src*="pkmn/3/e/l.png"], /*Omanyte*/[src*="pkmn/1/5/l.png"], /*Kabuto*/[src*="pkmn/6/n/4.png"], /*Aerodactyl*/[src*="pkmn/5/d/f.png"], /*Munchlax*/[src*="pkmn/4/u/j.png"], /*Snorlax*/[src*="pkmn/8/t/3/u.png"], /*Dratini*/[src*="pkmn/a/x/w.png"], /*Chikorita*/[src*="pkmn/c/z/0.png"], /*Cyndaquil*/[src*="pkmn/4/2/a.png"], /*Totodile*/[src*="pkmn/4/3/r.png"], /*Sentret*/[src*="pkmn/h/j/d.png"], /*Hoothoot*/[src*="pkmn/m/f/t.png"], /*Ledyba*/[src*="pkmn/p/6/f.png"], /*Spinarak*/[src*="pkmn/2/6.png"], /*Chinchou*/[src*="pkmn/d/9/6.png"], /*Togepi*/[src*="pkmn/c/a/a.png"], /*Natu*/[src*="pkmn/2/h/q.png"], /*Mareep*/[src*="pkmn/3/2/r.png"], /*Azurill*/[src*="pkmn/g/i/c.png"], /*Marill*/[src*="pkmn/b/2/f/n.png"], /*Bonsly*/[src*="pkmn/o/8/a.png"], /*Sudowoodo*/[src*="pkmn/a/6/6/v.png"], /*Hoppip*/[src*="pkmn/o/l/o.png"], /*Aipom*/[src*="pkmn/g/d/0.png"], /*Sunkern*/[src*="pkmn/b/b/e.png"], /*Yanma*/[src*="pkmn/d/q/b.png"], /*Wooper*/[src*="pkmn/2/v/k.png"], /*Murkrow*/[src*="pkmn/i/h/o.png"], /*Misdreavus*/[src*="pkmn/6/u/u.png"], /*Girafarig*/[src*="pkmn/r/t.png"], /*Pineco*/[src*="pkmn/d/n/x.png"], /*Dunsparce*/[src*="pkmn/o/0/q.png"], /*Gligar*/[src*="pkmn/m/3/m.png"], /*Snubbull*/[src*="pkmn/5/8/4.png"], /*Qwilfish*/[src*="pkmn/h/q/c.png"], /*Shuckle*/[src*="pkmn/l/5/e.png"], /*Heracross*/[src*="pkmn/j/x/b.png"], /*Sneasel*/[src*="pkmn/h/p/h.png"], /*Teddiursa*/[src*="pkmn/8/2/i.png"], /*Slugma*/[src*="pkmn/f/f/i.png"], /*Swinub*/[src*="pkmn/j/z/s.png"], /*Corsola*/[src*="pkmn/f/o/v.png"], /*Corsola[GalarianForme]*/[src*="pkmn/m/l/n/8.png"], /*Remoraid*/[src*="pkmn/m/x/3.png"], /*Delibird*/[src*="pkmn/d/z/3.png"], /*Skarmory*/[src*="pkmn/2/v/d.png"], /*Houndour*/[src*="pkmn/a/8/b.png"], /*Phanpy*/[src*="pkmn/i/1/e.png"], /*Stantler*/[src*="pkmn/a/y/f.png"], /*Smeargle*/[src*="pkmn/6/5/i.png"], /*Tyrogue*/[src*="pkmn/h/5/v.png"], /*Elekid*/[src*="pkmn/7/2/l.png"], /*Magby*/[src*="pkmn/c/w/w.png"], /*Miltank*/[src*="pkmn/i/4/2.png"], /*Larvitar*/[src*="pkmn/l/z/2.png"], /*Treecko*/[src*="pkmn/i/0/k.png"], /*Torchic*/[src*="pkmn/8/v/w.png"], /*Mudkip*/[src*="pkmn/b/5/9.png"], /*Poochyena*/[src*="pkmn/m/f/c.png"], /*Zigzagoon*/[src*="pkmn/j/9/n.png"], /*Zigzagoon[GalarianForme]*/[src*="pkmn/l/w/a/d.png"], /*Wurmple*/[src*="pkmn/8/b/v.png"], /*Lotad*/[src*="pkmn/8/a/n.png"], /*Seedot*/[src*="pkmn/m/z/8.png"], /*Taillow*/[src*="pkmn/m/x/d.png"], /*Wingull*/[src*="pkmn/j/c/2.png"], /*Ralts*/[src*="pkmn/m/u/8.png"], /*Surskit*/[src*="pkmn/1/9/q.png"], /*Shroomish*/[src*="pkmn/8/b/g.png"], /*Slakoth*/[src*="pkmn/f/w/s.png"], /*Nincada*/[src*="pkmn/n/y/x.png"], /*Whismur*/[src*="pkmn/n/d/x.png"], /*Makuhita*/[src*="pkmn/l/6/d.png"], /*Nosepass*/[src*="pkmn/b/l/l.png"], /*Skitty*/[src*="pkmn/h/n/8.png"], /*Sableye*/[src*="pkmn/s/5.png"], /*Mawile*/[src*="pkmn/8/7/x.png"], /*Aron*/[src*="pkmn/i/o/3.png"], /*Meditite*/[src*="pkmn/7/d/y.png"], /*Electrike*/[src*="pkmn/7/7/x.png"], /*Plusle*/[src*="pkmn/m/v/v.png"], /*Minun*/[src*="pkmn/2/g/h.png"], /*Volbeat*/[src*="pkmn/b/5/8.png"], /*Illumise*/[src*="pkmn/h/a/c.png"], /*Gulpin*/[src*="pkmn/a/q/1.png"], /*Carvanha*/[src*="pkmn/g/g/v.png"], /*Wailmer*/[src*="pkmn/e/1/3.png"], /*Numel*/[src*="pkmn/k/7/e.png"], /*Torkoal*/[src*="pkmn/e/9/e.png"], /*Spoink*/[src*="pkmn/4/q/o.png"], /*Spinda*/[src*="pkmn/l/1/7.png"], /*Trapinch*/[src*="pkmn/1/i/7.png"], /*Cacnea*/[src*="pkmn/7/1/v.png"], /*Swablu*/[src*="pkmn/6/l/n.png"], /*Zangoose*/[src*="pkmn/l/x/b.png"], /*Seviper*/[src*="pkmn/b/m/6.png"], /*Lunatone*/[src*="pkmn/i/i/g.png"], /*Solrock*/[src*="pkmn/a/g/q.png"], /*Barboach*/[src*="pkmn/a/v/p.png"], /*Corphish*/[src*="pkmn/c/q.png"], /*Baltoy*/[src*="pkmn/a/q/0.png"], /*Lileep*/[src*="pkmn/y/r.png"], /*Anorith*/[src*="pkmn/4/n/g.png"], /*Feebas*/[src*="pkmn/i/3/m.png"], /*Castform*/[src*="pkmn/n/3/p.png"], /*Kecleon*/[src*="pkmn/7/x/q.png"], /*Shuppet*/[src*="pkmn/c/g/k.png"], /*Duskull*/[src*="pkmn/6/8/0.png"], /*Tropius*/[src*="pkmn/8/q/y.png"], /*Chingling*/[src*="pkmn/j/3/7.png"], /*Chimecho*/[src*="pkmn/d/j/y/x.png"], /*Absol*/[src*="pkmn/j/o/e.png"], /*Wynaut*/[src*="pkmn/8/w/9.png"], /*Wobbuffet*/[src*="pkmn/3/t/b/5.png"], /*Snorunt*/[src*="pkmn/7/t/f.png"], /*Spheal*/[src*="pkmn/x/2.png"], /*Clamperl*/[src*="pkmn/h/1/5.png"], /*Relicanth*/[src*="pkmn/o/9/f.png"], /*Luvdisc*/[src*="pkmn/u/n.png"], /*Bagon*/[src*="pkmn/n/9/6.png"], /*Beldum*/[src*="pkmn/i/k/7.png"], /*Turtwig*/[src*="pkmn/6/t/u.png"], /*Chimchar*/[src*="pkmn/g/h/g.png"], /*Piplup*/[src*="pkmn/7/p/8.png"], /*Starly*/[src*="pkmn/5/3/y.png"], /*Bidoof*/[src*="pkmn/h/i/m.png"], /*Kricketot*/[src*="pkmn/n/j/v.png"], /*Shinx*/[src*="pkmn/j/w/f.png"], /*Budew*/[src*="pkmn/m/2/2.png"], /*Roselia*/[src*="pkmn/q/m/6/n.png"], /*Cranidos*/[src*="pkmn/1/f/5.png"], /*Shieldon*/[src*="pkmn/c/u/5.png"], /*Burmy[PlantCloak]*/[src*="pkmn/h/l/1.png"], /*Combee*/[src*="pkmn/n/m/e.png"], /*Pachirisu*/[src*="pkmn/r/k.png"], /*Buizel*/[src*="pkmn/4/4/t.png"], /*Cherubi*/[src*="pkmn/k/t/f.png"], /*Shellos[Occident]*/[src*="pkmn/5/d/m.png"], /*Drifloon*/[src*="pkmn/l/l/q.png"], /*Buneary*/[src*="pkmn/m/j/c.png"], /*Glameow*/[src*="pkmn/i/1/4.png"], /*Stunky*/[src*="pkmn/h/m/b.png"], /*Bronzor*/[src*="pkmn/a/a/c.png"], /*Happiny*/[src*="pkmn/l/v/b.png"], /*Chansey*/[src*="pkmn/k/8/c/u.png"], /*Chatot*/[src*="pkmn/9/7/w.png"], /*Spiritomb*/[src*="pkmn/m/m/g.png"], /*Gible*/[src*="pkmn/1/s/6.png"], /*Riolu*/[src*="pkmn/d/w/5.png"], /*Hippopotas*/[src*="pkmn/k/y/r.png"], /*Skorupi*/[src*="pkmn/l/t/c.png"], /*Croagunk*/[src*="pkmn/4/2/5.png"], /*Carnivine*/[src*="pkmn/h/5/x.png"], /*Finneon*/[src*="pkmn/c/e/z.png"], /*Mantyke*/[src*="pkmn/j/3/8.png"], /*Mantine*/[src*="pkmn/d/h/7/w.png"], /*Snover*/[src*="pkmn/n/u/c.png"], /*Porygon*/[src*="pkmn/b/q/s.png"], /*Rotom*/[src*="pkmn/h/h/6.png"], /*Phione*/[src*="pkmn/2/b/o.png"], /*Snivy*/[src*="pkmn/i/4.png"], /*Tepig*/[src*="pkmn/h/j/1.png"], /*Oshawott*/[src*="pkmn/g/2/t.png"], /*Patrat*/[src*="pkmn/9/6/3.png"], /*Lillipup*/[src*="pkmn/h/1/j.png"], /*Purrloin*/[src*="pkmn/2/l/p.png"], /*Pansage*/[src*="pkmn/p/0/e.png"], /*Pansear*/[src*="pkmn/n/s/g.png"], /*Panpour*/[src*="pkmn/9/d/l.png"], /*Munna*/[src*="pkmn/9/0/8.png"], /*Pidove*/[src*="pkmn/h/p/m.png"], /*Blitzle*/[src*="pkmn/m/t/p.png"], /*Roggenrola*/[src*="pkmn/g/z/8.png"], /*Woobat*/[src*="pkmn/c/6/t.png"], /*Drilbur*/[src*="pkmn/b/x/z.png"], /*Audino*/[src*="pkmn/a/v/v.png"], /*Timburr*/[src*="pkmn/6/3/e.png"], /*Tympole*/[src*="pkmn/m/h/g.png"], /*Throh*/[src*="pkmn/j/o/4.png"], /*Sawk*/[src*="pkmn/h/w/i.png"], /*Sewaddle*/[src*="pkmn/l/f/b.png"], /*Venipede*/[src*="pkmn/1/q/3.png"], /*Cottonee*/[src*="pkmn/h/y/x.png"], /*Petilil*/[src*="pkmn/i/4/g.png"], /*Basculin[BlueStripe]*/[src*="pkmn/l/m/m.png"], /*Sandile*/[src*="pkmn/h/d/l.png"], /*Darumaka*/[src*="pkmn/1/0.png"], /*Darumaka[GalarianForme]*/[src*="pkmn/j/z/0/3.png"], /*Maractus*/[src*="pkmn/5/r/3.png"], /*Dwebble*/[src*="pkmn/5/c/f.png"], /*Scraggy*/[src*="pkmn/7/6/1.png"], /*Sigilyph*/[src*="pkmn/b/d/u.png"], /*Yamask*/[src*="pkmn/n/m/q.png"], /*Yamask[GalarianForme]*/[src*="pkmn/l/u/0/t.png"], /*Tirtouga*/[src*="pkmn/f/j/2.png"], /*Archen*/[src*="pkmn/a/5/8.png"], /*Trubbish*/[src*="pkmn/9/u/9.png"], /*Zorua*/[src*="pkmn/a/h/s.png"], /*Minccino*/[src*="pkmn/j/b/e.png"], /*Gothita*/[src*="pkmn/i/v/v.png"], /*Solosis*/[src*="pkmn/6/t/t.png"], /*Ducklett*/[src*="pkmn/2/f/z.png"], /*Vanillite*/[src*="pkmn/c/w/4.png"], /*Deerling[AutumnForme]*/[src*="pkmn/5/k/q.png"], /*Deerling[SpringForme]*/[src*="pkmn/n/u/5.png"], /*Deerling[SummerForme]*/[src*="pkmn/6/7/q.png"], /*Deerling[WinterForme]*/[src*="pkmn/h/r/h.png"], /*Emolga*/[src*="pkmn/j/w/r.png"], /*Karrablast*/[src*="pkmn/4/b/8.png"], /*Foongus*/[src*="pkmn/e/u/j.png"], /*Frillish*/[src*="pkmn/h/9/i.png"], /*Alomomola*/[src*="pkmn/i/i/t.png"], /*Joltik*/[src*="pkmn/n/p/4.png"], /*Ferroseed*/[src*="pkmn/g/t/s.png"], /*Klink*/[src*="pkmn/i/m/9.png"], /*Tynamo*/[src*="pkmn/a/e/e.png"], /*Elgyem*/[src*="pkmn/6/t/r.png"], /*Litwick*/[src*="pkmn/n/3/k.png"], /*Axew*/[src*="pkmn/5/m/0.png"], /*Cubchoo*/[src*="pkmn/9/k/0.png"], /*Cryogonal*/[src*="pkmn/j/h/y.png"], /*Shelmet*/[src*="pkmn/5/8/6.png"], /*Stunfisk*/[src*="pkmn/n/w/g.png"], /*Stunfisk[GalarianForme]*/[src*="pkmn/n/m/v/m.png"], /*Mienfoo*/[src*="pkmn/a/k/y.png"], /*Druddigon*/[src*="pkmn/o/6/l.png"], /*Golett*/[src*="pkmn/m/e/4.png"], /*Pawniard*/[src*="pkmn/i/a/w.png"], /*Bouffalant*/[src*="pkmn/1/f/b.png"], /*Rufflet*/[src*="pkmn/l/m/v.png"], /*Vullaby*/[src*="pkmn/e/d/q.png"], /*Heatmor*/[src*="pkmn/2/c/0.png"], /*Durant*/[src*="pkmn/v/o.png"], /*Deino*/[src*="pkmn/j/2/a.png"], /*Larvesta*/[src*="pkmn/f/4/h.png"], /*Chespin*/[src*="pkmn/f/n/h.png"], /*Fennekin*/[src*="pkmn/u/v/g.png"], /*Froakie*/[src*="pkmn/j/t/g.png"], /*Bunnelby*/[src*="pkmn/2/q/q.png"], /*Fletchling*/[src*="pkmn/f/5/c.png"], /*Scatterbug*/[src*="pkmn/u/6/z.png"], /*Litleo*/[src*="pkmn/s/j/m.png"], /*Flabébé*/[src*="pkmn/e/2/4.png"], /*Skiddo*/[src*="pkmn/7/f.png"], /*Pancham*/[src*="pkmn/a/5/o.png"], /*Furfrou*/[src*="pkmn/6/p/n.png"], /*Espurr*/[src*="pkmn/k/3/1.png"], /*Honedge*/[src*="pkmn/n/x/e.png"], /*Spritzee*/[src*="pkmn/6/5/9.png"], /*Swirlix*/[src*="pkmn/j/u/m.png"], /*Inkay*/[src*="pkmn/r/h/6.png"], /*Binacle*/[src*="pkmn/g/4/b.png"], /*Skrelp*/[src*="pkmn/p/5/7.png"], /*Clauncher*/[src*="pkmn/v/0/1.png"], /*Helioptile*/[src*="pkmn/2/h/9.png"], /*Tyrunt*/[src*="pkmn/k/l/k.png"], /*Amaura*/[src*="pkmn/2/o/m.png"], /*Hawlucha*/[src*="pkmn/d/k/d.png"], /*Dedenne*/[src*="pkmn/v/3/3.png"], /*Carbink*/[src*="pkmn/v/5/e.png"], /*Goomy*/[src*="pkmn/m/q/f.png"], /*Klefki*/[src*="pkmn/m/q/c.png"], /*Phantump*/[src*="pkmn/8/f/n.png"], /*Pumpkaboo[SmallSize]*/[src*="pkmn/y/x.png"], /*Bergmite*/[src*="pkmn/9/y/7.png"], /*Noibat*/[src*="pkmn/h/w/j.png"], /*Rowlet*/[src*="pkmn/k/8/t/9.png"], /*Litten*/[src*="pkmn/4/z/d/i.png"], /*Popplio*/[src*="pkmn/b/o/e/9.png"], /*Pikipek*/[src*="pkmn/t/3/n/j.png"], /*Yungoos*/[src*="pkmn/k/x/0/r.png"], /*Grubbin*/[src*="pkmn/3/b/v/m.png"], /*Crabrawler*/[src*="pkmn/c/w/0/j.png"], /*Oricorio[BaileStyle]*/[src*="pkmn/6/1/4/3.png"], /*Cutiefly*/[src*="pkmn/i/h/d/v.png"], /*Rockruff*/[src*="pkmn/2/o/2.png"], /*Wishiwashi*/[src*="pkmn/e/7/2/t.png"], /*Mareanie*/[src*="pkmn/w/i/r/f.png"], /*Mudbray*/[src*="pkmn/l/t/7/0.png"], /*Dewpider*/[src*="pkmn/3/g/w/n.png"], /*Fomantis*/[src*="pkmn/g/9/w/3.png"], /*Morelull*/[src*="pkmn/5/5/7/6.png"], /*Salandit*/[src*="pkmn/y/t/n/f.png"], /*Stufful*/[src*="pkmn/m/z/n.png"], /*Bounsweet*/[src*="pkmn/q/p/t/n.png"], /*Comfey*/[src*="pkmn/3/p/o/k.png"], /*Oranguru*/[src*="pkmn/o/a/r/f.png"], /*Passimian*/[src*="pkmn/5/r/3/2.png"], /*Wimpod*/[src*="pkmn/v/5/u/1.png"], /*Sandygast*/[src*="pkmn/l/1/p/i.png"], /*Pyukumuku*/[src*="pkmn/k/5/c/t.png"], /*Minior*/[src*="pkmn/a/d/q/3.png"], /*Komala*/[src*="pkmn/s/v/v/x.png"], /*Turtonator*/[src*="pkmn/2/t/n.png"], /*Togedemaru*/[src*="pkmn/t/c/n/o.png"], /*Mimikyu*/[src*="pkmn/s/j/7/m.png"], /*Bruxish*/[src*="pkmn/4/x/r/y.png"], /*Drampa*/[src*="pkmn/f/q/s/j.png"], /*Dhelmise*/[src*="pkmn/5/g/a.png"], /*Jangmo-o*/[src*="pkmn/o/w/f/s.png"], /*Grookey*/[src*="pkmn/4/3/d/z.png"], /*Scorbunny*/[src*="pkmn/f/9/1/w.png"], /*Sobble*/[src*="pkmn/e/1/2/0.png"], /*Skwovet*/[src*="pkmn/w/y/c/n.png"], /*Rookidee*/[src*="pkmn/r/d/j/o.png"], /*Blipbug*/[src*="pkmn/s/7/c/o.png"], /*Nickit*/[src*="pkmn/i/q/e/3.png"], /*Gossifleur*/[src*="pkmn/8/8/1/5.png"], /*Wooloo*/[src*="pkmn/n/l/h/4.png"], /*Chewtle*/[src*="pkmn/e/y/v/x.png"], /*Yamper*/[src*="pkmn/1/x/i/n.png"], /*Rolycoly*/[src*="pkmn/c/r/x/r.png"], /*Applin[toAppletun]*/[src*="pkmn/3/x/h/z.png"], /*Silicobra*/[src*="pkmn/3/r/a/j.png"], /*Cramorant*/[src*="pkmn/a/j/9/2.png"], /*Arrokuda*/[src*="pkmn/g/d/b/7.png"], /*Toxel[toAmped]*/[src*="pkmn/8/9/p/k.png"], /*Sizzlipede*/[src*="pkmn/f/1/i/9.png"], /*Clobbopus*/[src*="pkmn/9/0/5/n.png"], /*Sinistea*/[src*="pkmn/1/w/r/3.png"], /*Hatenna*/[src*="pkmn/m/z/3/5.png"], /*Impidimp*/[src*="pkmn/t/4/v/z.png"], /*Milcery*/[src*="pkmn/j/9/0/b.png"], /*Falinks*/[src*="pkmn/k/q/l/l.png"], /*Pincurchin*/[src*="pkmn/z/5/5/4.png"], /*Snom*/[src*="pkmn/g/o/s/y.png"], /*Stonjourner*/[src*="pkmn/k/w/x/2.png"], /*Eiscue[NoIce]*/[src*="pkmn/x/h/a/0.png"], /*Indeedee*/[src*="pkmn/j/f/u/s.png"], /*Morpeko[HangryMode]*/[src*="pkmn/h/8/p/u.png"], /*Cufant*/[src*="pkmn/s/o/r/5.png"], /*Dracozolt*/[src*="pkmn/s/g/m/7.png"], /*Arctozolt*/[src*="pkmn/u/0/o/a.png"], /*Dracovish*/[src*="pkmn/3/t/u/l.png"], /*Arctovish*/[src*="pkmn/t/r/h/8.png"], /*Duraludon*/[src*="pkmn/7/f/8/m.png"], /*Dreepy*/[src*="pkmn/f/h/q/m.png"], /*Maravoldex?(Robinsoni)*/[src*="pkmn/t/r/y/w.png"], /*Flurrawr(Boreal)*/[src*="pkmn/x/o/u/n.png"]{opacity: .3;}
/* 49 bug eggs */ /*Name*/ [src*="SpriteCode"], /*Caterpie*/[src*="pkmn/j/n/z.png"], /*Weedle*/[src*="pkmn/a/1.png"], /*Paras*/[src*="pkmn/d/m/w.png"], /*Venonat*/[src*="pkmn/i/i/f.png"], /*Scyther*/[src*="pkmn/7/9/t.png"], /*Pinsir*/[src*="pkmn/b/x/s.png"], /*Ledyba*/[src*="pkmn/p/6/f.png"], /*Spinarak*/[src*="pkmn/2/6.png"], /*Yanma*/[src*="pkmn/d/q/b.png"], /*Pineco*/[src*="pkmn/d/n/x.png"], /*Shuckle*/[src*="pkmn/l/5/e.png"], /*Heracross*/[src*="pkmn/j/x/b.png"], /*Scaracross*/[src*="pkmn/5/l/v/g.png"], /*Wurmple*/[src*="pkmn/8/b/v.png"], /*Surskit*/[src*="pkmn/1/9/q.png"], /*Nincada*/[src*="pkmn/n/y/x.png"], /*Volbeat*/[src*="pkmn/b/5/8.png"], /*Illumise*/[src*="pkmn/h/a/c.png"], /*Anorith*/[src*="pkmn/4/n/g.png"], /*Kricketot*/[src*="pkmn/n/j/v.png"], /*Burmy[PlantCloak]*/[src*="pkmn/h/l/1.png"], /*Combee*/[src*="pkmn/n/m/e.png"], /*SnowCombee*/[src*="pkmn/6/h/b/q.png"], /*Skorupi*/[src*="pkmn/l/t/c.png"], /*Sewaddle*/[src*="pkmn/l/f/b.png"], /*Venipede*/[src*="pkmn/1/q/3.png"], /*Dwebble*/[src*="pkmn/5/c/f.png"], /*Karrablast*/[src*="pkmn/4/b/8.png"], /*Joltik*/[src*="pkmn/n/p/4.png"], /*Shelmet*/[src*="pkmn/5/8/6.png"], /*Durant*/[src*="pkmn/v/o.png"], /*Larvesta*/[src*="pkmn/f/4/h.png"], /*Genesect*/[src*="pkmn/e/c/y.png"], /*Scatterbug*/[src*="pkmn/u/6/z.png"], /*Grubbin*/[src*="pkmn/3/b/v/m.png"], /*Cutiefly*/[src*="pkmn/i/h/d/v.png"], /*Dewpider*/[src*="pkmn/3/g/w/n.png"], /*Wimpod*/[src*="pkmn/v/5/u/1.png"], /*Buzzwole*/[src*="pkmn/2/n/1/d.png"], /*Pheromosa*/[src*="pkmn/d/e/3/i.png"], /*Blipbug*/[src*="pkmn/s/7/c/o.png"], /*Sizzlipede*/[src*="pkmn/f/1/i/9.png"], /*Snom*/[src*="pkmn/g/o/s/y.png"], /*Phastix*/[src*="pkmn/a/0/n/o.png"], /*Klaatupillar*/[src*="pkmn/1/a/l/m.png"], /*Maravoldex?(Robinsoni)*/[src*="pkmn/t/r/y/w.png"], /*Selkrub*/[src*="pkmn/u/y/z/b.png"], /*Kitwurm*/[src*="pkmn/z/w/5/6.png"], /*Aphreyd*/[src*="pkmn/k/r/y/x.png"]{border-radius: 50px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}
/* 41 dark eggs */ /*Name*/ [src*="SpriteCode"], /*Rattata[AlolanForme]*/[src*="pkmn/s/y/w/b.png"], /*Meowth[AlolanForme]*/[src*="pkmn/9/v/c/y.png"], /*Grimer[AlolanForme]*/[src*="pkmn/8/s/i/r.png"], /*Moltres[GalarianForme]*/[src*="pkmn/o/r/b/p.png"], /*Murkrow*/[src*="pkmn/i/h/o.png"], /*Sneasel*/[src*="pkmn/h/p/h.png"], /*Frosdour*/[src*="pkmn/x/0/e/e.png"], /*Houndour*/[src*="pkmn/a/8/b.png"], /*ApocalypticPoochyena*/[src*="pkmn/i/f/i/n.png"], /*Poochyena*/[src*="pkmn/m/f/c.png"], /*Zigzagoon[GalarianForme]*/[src*="pkmn/l/w/a/d.png"], /*Sableye*/[src*="pkmn/s/5.png"], /*Carvanha*/[src*="pkmn/g/g/v.png"], /*Absol*/[src*="pkmn/j/o/e.png"], /*Stunky*/[src*="pkmn/h/m/b.png"], /*Spiritomb*/[src*="pkmn/m/m/g.png"], /*Darkrai*/[src*="pkmn/e/g/p.png"], /*Purrloin*/[src*="pkmn/2/l/p.png"], /*Purrloin[Hallowe'enWitch]*/[src*="pkmn/9/r/1/3.png"], /*Sandile*/[src*="pkmn/h/d/l.png"], /*Scraggy*/[src*="pkmn/7/6/1.png"], /*Zorua*/[src*="pkmn/a/h/s.png"], /*Pawniard*/[src*="pkmn/i/a/w.png"], /*Vullaby*/[src*="pkmn/e/d/q.png"], /*Deino*/[src*="pkmn/j/2/a.png"], /*Spritzkrow*/[src*="pkmn/m/q/c/n.png"], /*Inkay*/[src*="pkmn/r/h/6.png"], /*Yveltal*/[src*="pkmn/3/a/l/s.png"], /*Guzzlord*/[src*="pkmn/p/k/v/c.png"], /*Nickit*/[src*="pkmn/i/q/e/3.png"], /*Impidimp*/[src*="pkmn/t/4/v/z.png"], /*Morpeko[HangryMode]*/[src*="pkmn/h/8/p/u.png"], /*Zarude(LegVines)*/[src*="pkmn/s/y/k/6.png"], /*Lunupine*/[src*="pkmn/c/q/s/d.png"], /*Impyre*/[src*="pkmn/q/6/7/a.png"], /*Kinaster*/[src*="pkmn/v/k/6/v.png"], /*Bandicoon*/[src*="pkmn/z/1/o/d.png"], /*Bezerell*/[src*="pkmn/7/9/n/x.png"], /*Croaket*/[src*="pkmn/u/s/8/z.png"], /*Slypin*/[src*="pkmn/b/d/c/s.png"], /*Valimp*/[src*="pkmn/x/9/s/x.png"]{border-radius: 50px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}
/* 37 dragon eggs */ /*Name*/ [src*="SpriteCode"], /*Dratini*/[src*="pkmn/a/x/w.png"], /*Houndour(Orthrus)*/[src*="pkmn/9/8/x/o.png"], /*Bagon*/[src*="pkmn/n/9/6.png"], /*Latias*/[src*="pkmn/e/h/l.png"], /*Latios*/[src*="pkmn/j/j.png"], /*Magquaza*/[src*="pkmn/p/5/l/k.png"], /*Rayquaza*/[src*="pkmn/8/0/s.png"], /*Ryukuza*/[src*="pkmn/s/k/d/4.png"], /*Gible*/[src*="pkmn/1/s/6.png"], /*Dialga*/[src*="pkmn/7/e/4.png"], /*Palkia*/[src*="pkmn/e/j/7.png"], /*Giratina*/[src*="pkmn/5/g/0.png"], /*Axew*/[src*="pkmn/5/m/0.png"], /*Druddigon*/[src*="pkmn/o/6/l.png"], /*Deino*/[src*="pkmn/j/2/a.png"], /*Reshiram*/[src*="pkmn/2/o/w.png"], /*Zekrom*/[src*="pkmn/l/w/u.png"], /*Kyurem*/[src*="pkmn/j/j/u.png"], /*Tyrunt*/[src*="pkmn/k/l/k.png"], /*Goomy*/[src*="pkmn/m/q/f.png"], /*Noibat*/[src*="pkmn/h/w/j.png"], /*Noismog*/[src*="pkmn/l/s/w/r.png"], /*Zygarde[CoreForme]*/[src*="pkmn/1/8/n/f.png"], /*Turtonator*/[src*="pkmn/2/t/n.png"], /*Drampa*/[src*="pkmn/f/q/s/j.png"], /*Jangmo-o*/[src*="pkmn/o/w/f/s.png"], /*Guzzlord*/[src*="pkmn/p/k/v/c.png"], /*Applin[toAppletun]*/[src*="pkmn/3/x/h/z.png"], /*Dracozolt*/[src*="pkmn/s/g/m/7.png"], /*Dracovish*/[src*="pkmn/3/t/u/l.png"], /*Duraludon*/[src*="pkmn/7/f/8/m.png"], /*Dreepy*/[src*="pkmn/f/h/q/m.png"], /*Eternatus*/[src*="pkmn/m/e/2/i.png"], /*Regidrago*/[src*="pkmn/h/0/t/b.png"], /*Searene*/[src*="pkmn/e/o/7/7.png"], /*Gragon*/[src*="pkmn/u/4/z/o.png"], /*Shinorin*/[src*="pkmn/8/4/r/5.png"]{border-radius: 50px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}
/* 42 electric eggs */ /*Name*/ [src*="SpriteCode"], /*FlyingPichu*/[src*="pkmn/b/p/l/8.png"], /*Pichu*/[src*="pkmn/g/s/8.png"], /*SurfingPichu*/[src*="pkmn/q/i/m/w.png"], /*Geodude[AlolanForme]*/[src*="pkmn/i/y/y/3.png"], /*Magnemite*/[src*="pkmn/9/g/4.png"], /*DeathStarVoltorb*/[src*="pkmn/q/r/9/c.png"], /*Voltorb*/[src*="pkmn/j/p/g.png"], /*Zapdos*/[src*="pkmn/o/2/t.png"], /*Chinchou*/[src*="pkmn/d/9/6.png"], /*Mareep*/[src*="pkmn/3/2/r.png"], /*Wooper(Galvanic)*/[src*="pkmn/8/k/t/a.png"], /*Elekid*/[src*="pkmn/7/2/l.png"], /*Raikou*/[src*="pkmn/d/u/t.png"], /*Electrike*/[src*="pkmn/7/7/x.png"], /*Plusle*/[src*="pkmn/m/v/v.png"], /*Minun*/[src*="pkmn/2/g/h.png"], /*Shinx*/[src*="pkmn/j/w/f.png"], /*Shinxel*/[src*="pkmn/v/h/8/n.png"], /*Pachirisu*/[src*="pkmn/r/k.png"], /*Rotom*/[src*="pkmn/h/h/6.png"], /*Blitzle*/[src*="pkmn/m/t/p.png"], /*Emolga*/[src*="pkmn/j/w/r.png"], /*Joltik*/[src*="pkmn/n/p/4.png"], /*Tynamo*/[src*="pkmn/a/e/e.png"], /*Stunfisk*/[src*="pkmn/n/w/g.png"], /*Thundurus*/[src*="pkmn/4/e/h.png"], /*Zekrom*/[src*="pkmn/l/w/u.png"], /*Helioptile*/[src*="pkmn/2/h/9.png"], /*Dedenne*/[src*="pkmn/v/3/3.png"], /*Togedemaru*/[src*="pkmn/t/c/n/o.png"], /*TapuKoko*/[src*="pkmn/5/m/s/7.png"], /*Xurkitree*/[src*="pkmn/3/0/r/9.png"], /*Zeraora*/[src*="pkmn/7/c/y/3.png"], /*Yamper*/[src*="pkmn/1/x/i/n.png"], /*Toxel[toAmped]*/[src*="pkmn/8/9/p/k.png"], /*Pincurchin*/[src*="pkmn/z/5/5/4.png"], /*Morpeko[HangryMode]*/[src*="pkmn/h/8/p/u.png"], /*Dracozolt*/[src*="pkmn/s/g/m/7.png"], /*Arctozolt*/[src*="pkmn/u/0/o/a.png"], /*Regieleki*/[src*="pkmn/5/o/q/4.png"], /*Quetzephyr*/[src*="pkmn/4/i/h/o.png"], /*Tenrekki*/[src*="pkmn/1/1/t/2.png"]{border-radius: 50px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}
/* 46 fairy eggs */ /*Name*/ [src*="SpriteCode"], /*Cleffa*/[src*="pkmn/g/i/1.png"], /*ShootingStarCleffa*/[src*="pkmn/x/u/8/z.png"], /*GuildIgglybuff*/[src*="pkmn/p/o/p/n.png"], /*Igglybuff*/[src*="pkmn/m/n/s.png"], /*MimeJr.*/[src*="pkmn/m/q/k.png"], /*Mr.Mime*/[src*="pkmn/q/6/d/0.png"], /*Togepi*/[src*="pkmn/c/a/a.png"], /*Azurill*/[src*="pkmn/g/i/c.png"], /*Marill*/[src*="pkmn/b/2/f/n.png"], /*Snubbull*/[src*="pkmn/5/8/4.png"], /*Ralts*/[src*="pkmn/m/u/8.png"], /*Snoralts*/[src*="pkmn/m/6/h/x.png"], /*Mawile*/[src*="pkmn/8/7/x.png"], /*Cottonee*/[src*="pkmn/h/y/x.png"], /*Flabébé*/[src*="pkmn/e/2/4.png"], /*Spritzee*/[src*="pkmn/6/5/9.png"], /*Spritzkrow*/[src*="pkmn/m/q/c/n.png"], /*Swirlix*/[src*="pkmn/j/u/m.png"], /*Dedenne*/[src*="pkmn/v/3/3.png"], /*Carbink*/[src*="pkmn/v/5/e.png"], /*Klefki*/[src*="pkmn/m/q/c.png"], /*Xerneas*/[src*="pkmn/6/6/t/v.png"], /*Diancie*/[src*="pkmn/y/n/e/8.png"], /*Cutiefly*/[src*="pkmn/i/h/d/v.png"], /*Morelull*/[src*="pkmn/5/5/7/6.png"], /*Comfey*/[src*="pkmn/3/p/o/k.png"], /*Mimikyu*/[src*="pkmn/s/j/7/m.png"], /*TapuKoko*/[src*="pkmn/5/m/s/7.png"], /*TapuLele*/[src*="pkmn/y/7/h/s.png"], /*TapuBulu*/[src*="pkmn/v/s/i/u.png"], /*TapuFini*/[src*="pkmn/g/r/d/9.png"], /*Magearna*/[src*="pkmn/3/o/f/g.png"], /*Impidimp*/[src*="pkmn/t/4/v/z.png"], /*Milcery*/[src*="pkmn/j/9/0/b.png"], /*Zacian*/[src*="pkmn/d/u/s/i.png"], /*Faemueño*/[src*="pkmn/a/t/0/j.png"], /*Wagell*/[src*="pkmn/y/q/w/s.png"], /*Bunbori*/[src*="pkmn/5/a/l/e.png"], /*Pixrine*/[src*="pkmn/z/a/0/2.png"], /*Kyutopi*/[src*="pkmn/e/4/9/m.png"], /*Gumairy*/[src*="pkmn/c/0/p/f.png"], /*Valkind*/[src*="pkmn/e/2/x/i.png"], /*Valimp*/[src*="pkmn/x/9/s/x.png"], /*Goschief*/[src*="pkmn/7/d/z/n.png"], /*Lunamor*/[src*="pkmn/g/k/o/9.png"], /*Lyruse*/[src*="pkmn/h/y/p/k.png"]{border-radius: 50px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}
/* 36 fight eggs */ /*Name*/ [src*="SpriteCode"], /*SaiyanRattata*/[src*="pkmn/t/7/n/8.png"], /*Mankey*/[src*="pkmn/t/j.png"], /*Machop*/[src*="pkmn/a/2/d.png"], /*Farfetch'd[GalarianForme]*/[src*="pkmn/z/k/x/9.png"], /*Zapdos[GalarianForme]*/[src*="pkmn/u/s/y/s.png"], /*Heracross*/[src*="pkmn/j/x/b.png"], /*Tyrogue*/[src*="pkmn/h/5/v.png"], /*Makuhita*/[src*="pkmn/l/6/d.png"], /*Meditite*/[src*="pkmn/7/d/y.png"], /*Riolu*/[src*="pkmn/d/w/5.png"], /*Croagunk*/[src*="pkmn/4/2/5.png"], /*Timburr*/[src*="pkmn/6/3/e.png"], /*Throh*/[src*="pkmn/j/o/4.png"], /*Sawk*/[src*="pkmn/h/w/i.png"], /*Scraggy*/[src*="pkmn/7/6/1.png"], /*Mienfoo*/[src*="pkmn/a/k/y.png"], /*Cobalion*/[src*="pkmn/1/m/b.png"], /*Terrakion*/[src*="pkmn/i/s/f.png"], /*Virizion*/[src*="pkmn/2/7/e.png"], /*Keldeo*/[src*="pkmn/f/6/2.png"], /*Pancham*/[src*="pkmn/a/5/o.png"], /*Hawlucha*/[src*="pkmn/d/k/d.png"], /*Crabrawler*/[src*="pkmn/c/w/0/j.png"], /*Stufful*/[src*="pkmn/m/z/n.png"], /*Passimian*/[src*="pkmn/5/r/3/2.png"], /*Buzzwole*/[src*="pkmn/2/n/1/d.png"], /*Pheromosa*/[src*="pkmn/d/e/3/i.png"], /*Marshadow*/[src*="pkmn/9/8/0/i.png"], /*Clobbopus*/[src*="pkmn/9/0/5/n.png"], /*Falinks*/[src*="pkmn/k/q/l/l.png"], /*Zamazenta*/[src*="pkmn/o/2/g/f.png"], /*Kubfu*/[src*="pkmn/4/i/8/d.png"], /*Boxaby*/[src*="pkmn/8/h/p/5.png"], /*Valkind*/[src*="pkmn/e/2/x/i.png"], /*Shinorin*/[src*="pkmn/8/4/r/5.png"], /*Caprikid*/[src*="pkmn/f/1/i/n.png"]{border-radius: 50px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}
/* 43 fire eggs */ /*Name*/ [src*="SpriteCode"], /*Charmander*/[src*="pkmn/f/d/w.png"], /*Koroku*/[src*="pkmn/e/r/g/t.png"], /*Vulpix*/[src*="pkmn/7/z/0.png"], /*ApocalypticGrowlithe*/[src*="pkmn/t/k/3/5.png"], /*Growlithe*/[src*="pkmn/k/n/x.png"], /*Ponyta*/[src*="pkmn/6/6/5.png"], /*Moltres*/[src*="pkmn/k/z/u.png"], /*Cyndaquil*/[src*="pkmn/4/2/a.png"], /*Slugma*/[src*="pkmn/f/f/i.png"], /*Houndour*/[src*="pkmn/a/8/b.png"], /*Houndour(Orthrus)*/[src*="pkmn/9/8/x/o.png"], /*Magby*/[src*="pkmn/c/w/w.png"], /*Entei*/[src*="pkmn/j/a/6.png"], /*Ho-Oh*/[src*="pkmn/5/0/g.png"], /*Torchic*/[src*="pkmn/8/v/w.png"], /*Numel*/[src*="pkmn/k/7/e.png"], /*Torkoal*/[src*="pkmn/e/9/e.png"], /*Chimchar*/[src*="pkmn/g/h/g.png"], /*Bidoof(Igneous)*/[src*="pkmn/e/8/4/l.png"], /*Heatran*/[src*="pkmn/4/9.png"], /*Victini*/[src*="pkmn/e/g/8.png"], /*Tepig*/[src*="pkmn/h/j/1.png"], /*Pansear*/[src*="pkmn/n/s/g.png"], /*Darumaka*/[src*="pkmn/1/0.png"], /*Litwick*/[src*="pkmn/n/3/k.png"], /*Heatmor*/[src*="pkmn/2/c/0.png"], /*Larvesta*/[src*="pkmn/f/4/h.png"], /*Reshiram*/[src*="pkmn/2/o/w.png"], /*Fennekin*/[src*="pkmn/u/v/g.png"], /*Litleo*/[src*="pkmn/s/j/m.png"], /*Glileo*/[src*="pkmn/u/7/c/q.png"], /*Volcanion*/[src*="pkmn/c/0/7/g.png"], /*Litten*/[src*="pkmn/4/z/d/i.png"], /*Salandit*/[src*="pkmn/y/t/n/f.png"], /*Turtonator*/[src*="pkmn/2/t/n.png"], /*Blacephalon*/[src*="pkmn/n/b/1/m.png"], /*Scorbunny*/[src*="pkmn/f/9/1/w.png"], /*Sizzlipede*/[src*="pkmn/f/1/i/9.png"], /*Solynx*/[src*="pkmn/w/e/u/8.png"], /*Flarbat*/[src*="pkmn/o/c/k/e.png"], /*Kinaster*/[src*="pkmn/v/k/6/v.png"], /*Pepyre*/[src*="pkmn/3/u/4/u.png"], /*Sikannos*/[src*="pkmn/b/0/3/n.png"]{border-radius: 50px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}
/* 67 flying eggs */ /*Name*/ [src*="SpriteCode"], /*Pidgey*/[src*="pkmn/b/y.png"], /*Spearow*/[src*="pkmn/i/m/r.png"], /*Zubat*/[src*="pkmn/7/s/7.png"], /*Farfetch'd*/[src*="pkmn/h/d.png"], /*Doduo*/[src*="pkmn/5/b/1.png"], /*Scyther*/[src*="pkmn/7/9/t.png"], /*Aerodactyl*/[src*="pkmn/5/d/f.png"], /*Articuno*/[src*="pkmn/f/m/u.png"], /*Articuno[GalarianForme]*/[src*="pkmn/s/7/d/t.png"], /*Zapdos*/[src*="pkmn/o/2/t.png"], /*Zapdos[GalarianForme]*/[src*="pkmn/u/s/y/s.png"], /*Moltres*/[src*="pkmn/k/z/u.png"], /*Moltres[GalarianForme]*/[src*="pkmn/o/r/b/p.png"], /*Hoothoot*/[src*="pkmn/m/f/t.png"], /*Ledyba*/[src*="pkmn/p/6/f.png"], /*EarlyBirdNatu*/[src*="pkmn/w/q/8/v.png"], /*Natu*/[src*="pkmn/2/h/q.png"], /*Hoppip*/[src*="pkmn/o/l/o.png"], /*Yanma*/[src*="pkmn/d/q/b.png"], /*Murkrow*/[src*="pkmn/i/h/o.png"], /*Gligar*/[src*="pkmn/m/3/m.png"], /*Gligar[Vampire]*/[src*="pkmn/2/a/b/4.png"], /*Delibird*/[src*="pkmn/d/z/3.png"], /*Skarmory*/[src*="pkmn/2/v/d.png"], /*Lugia*/[src*="pkmn/j/j/2.png"], /*XD001*/[src*="pkmn/t/g/4/3.png"], /*Ho-Oh*/[src*="pkmn/5/0/g.png"], /*Taillow*/[src*="pkmn/m/x/d.png"], /*Wingull*/[src*="pkmn/j/c/2.png"], /*Swablu*/[src*="pkmn/6/l/n.png"], /*Tropius*/[src*="pkmn/8/q/y.png"], /*Rayquaza*/[src*="pkmn/8/0/s.png"], /*Ryukuza*/[src*="pkmn/s/k/d/4.png"], /*Starly*/[src*="pkmn/5/3/y.png"], /*Combee*/[src*="pkmn/n/m/e.png"], /*Drifloon*/[src*="pkmn/l/l/q.png"], /*Chatot*/[src*="pkmn/9/7/w.png"], /*Mantyke*/[src*="pkmn/j/3/8.png"], /*Mantine*/[src*="pkmn/d/h/7/w.png"], /*Pidove*/[src*="pkmn/h/p/m.png"], /*Woobat*/[src*="pkmn/c/6/t.png"], /*Sigilyph*/[src*="pkmn/b/d/u.png"], /*Archen*/[src*="pkmn/a/5/8.png"], /*Ducklett*/[src*="pkmn/2/f/z.png"], /*Emolga*/[src*="pkmn/j/w/r.png"], /*Rufflet*/[src*="pkmn/l/m/v.png"], /*Vullaby*/[src*="pkmn/e/d/q.png"], /*Tornadus*/[src*="pkmn/f/a/4.png"], /*Thundurus*/[src*="pkmn/4/e/h.png"], /*Landorus*/[src*="pkmn/o/o/7.png"], /*Fletchling*/[src*="pkmn/f/5/c.png"], /*Hawlucha*/[src*="pkmn/d/k/d.png"], /*Noibat*/[src*="pkmn/h/w/j.png"], /*Yveltal*/[src*="pkmn/3/a/l/s.png"], /*Rowlet*/[src*="pkmn/k/8/t/9.png"], /*Pikipek*/[src*="pkmn/t/3/n/j.png"], /*Oricorio[BaileStyle]*/[src*="pkmn/6/1/4/3.png"], /*Minior*/[src*="pkmn/a/d/q/3.png"], /*Celesteela*/[src*="pkmn/m/a/v/e.png"], /*Rookidee*/[src*="pkmn/r/d/j/o.png"], /*Cramorant*/[src*="pkmn/a/j/9/2.png"], /*Faemueño*/[src*="pkmn/a/t/0/j.png"], /*Gosold*/[src*="pkmn/c/u/e/3.png"], /*Flarbat*/[src*="pkmn/o/c/k/e.png"], /*Luckoo*/[src*="pkmn/y/o/0/r.png"], /*Quetzephyr*/[src*="pkmn/4/i/h/o.png"], /*Skyrie*/[src*="pkmn/9/i/2/3.png"]{border-radius: 50px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}
/* 38 ghost eggs */ /*Name*/ [src*="SpriteCode"], /*Gastly*/[src*="pkmn/f/b/0.png"], /*Misdreavus*/[src*="pkmn/6/u/u.png"], /*Scaracross*/[src*="pkmn/5/l/v/g.png"], /*Corsola[GalarianForme]*/[src*="pkmn/m/l/n/8.png"], /*ApocalypticPoochyena*/[src*="pkmn/i/f/i/n.png"], /*Sableye*/[src*="pkmn/s/5.png"], /*Shuppet*/[src*="pkmn/c/g/k.png"], /*Duskull*/[src*="pkmn/6/8/0.png"], /*Magquaza*/[src*="pkmn/p/5/l/k.png"], /*Drifloon*/[src*="pkmn/l/l/q.png"], /*Spiritomb*/[src*="pkmn/m/m/g.png"], /*Rotom*/[src*="pkmn/h/h/6.png"], /*Giratina*/[src*="pkmn/5/g/0.png"], /*Yamask*/[src*="pkmn/n/m/q.png"], /*Yamask[GalarianForme]*/[src*="pkmn/l/u/0/t.png"], /*Frillish*/[src*="pkmn/h/9/i.png"], /*Litwick*/[src*="pkmn/n/3/k.png"], /*Golett*/[src*="pkmn/m/e/4.png"], /*Honedge*/[src*="pkmn/n/x/e.png"], /*Phantump*/[src*="pkmn/8/f/n.png"], /*Pumpkaboo[AverageSize]*/[src*="pkmn/5/3/s.png"], /*Pumpkaboo[LargeSize]*/[src*="pkmn/o/5/x.png"], /*Pumpkaboo[SmallSize]*/[src*="pkmn/y/x.png"], /*Pumpkaboo[SuperSize]*/[src*="pkmn/t/z/8.png"], /*Hoopa*/[src*="pkmn/3/j/h/j.png"], /*Sandygast*/[src*="pkmn/l/1/p/i.png"], /*Mimikyu*/[src*="pkmn/s/j/7/m.png"], /*Dhelmise*/[src*="pkmn/5/g/a.png"], /*Blacephalon*/[src*="pkmn/n/b/1/m.png"], /*Marshadow*/[src*="pkmn/9/8/0/i.png"], /*Sinistea*/[src*="pkmn/1/w/r/3.png"], /*Dreepy*/[src*="pkmn/f/h/q/m.png"], /*Spectrier*/[src*="pkmn/z/t/3/r.png"], /*Gragon*/[src*="pkmn/u/4/z/o.png"], /*Kryptik*/[src*="pkmn/s/m/f/g.png"], /*Skeleco*/[src*="pkmn/k/w/j/q.png"], /*Mocknock*/[src*="pkmn/d/w/m/k.png"], /*Exilant*/[src*="pkmn/g/a/u/4.png"]{border-radius: 50px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}
/* 65 grass eggs */ /*Name*/ [src*="SpriteCode"], /*Bulbasaur*/[src*="pkmn/c/0/7.png"], /*Oddish*/[src*="pkmn/g/s/n.png"], /*Paras*/[src*="pkmn/d/m/w.png"], /*Bellsprout*/[src*="pkmn/l/t/r.png"], /*Exeggcute*/[src*="pkmn/n/k/h.png"], /*Tangela*/[src*="pkmn/k/b/3.png"], /*Chikorita*/[src*="pkmn/c/z/0.png"], /*Hoppip*/[src*="pkmn/o/l/o.png"], /*Sunkern*/[src*="pkmn/b/b/e.png"], /*Celebi*/[src*="pkmn/5/d/v.png"], /*Treecko*/[src*="pkmn/i/0/k.png"], /*Lotad*/[src*="pkmn/8/a/n.png"], /*Seedot*/[src*="pkmn/m/z/8.png"], /*ApocalypticShroomish*/[src*="pkmn/d/e/w/e.png"], /*Shroomish*/[src*="pkmn/8/b/g.png"], /*Cacnea*/[src*="pkmn/7/1/v.png"], /*Lileep*/[src*="pkmn/y/r.png"], /*Tropius*/[src*="pkmn/8/q/y.png"], /*SeasonalTurtwig[AutumnForme]*/[src*="pkmn/a/s/6/y.png"], /*SeasonalTurtwig[SummerForme]*/[src*="pkmn/5/g/a/a.png"], /*SeasonalTurtwig[WinterForme]*/[src*="pkmn/5/0/6/d.png"], /*Turtwig*/[src*="pkmn/6/t/u.png"], /*Budew*/[src*="pkmn/m/2/2.png"], /*Roselia*/[src*="pkmn/q/m/6/n.png"], /*Cherubi*/[src*="pkmn/k/t/f.png"], /*Carnivine*/[src*="pkmn/h/5/x.png"], /*Snover*/[src*="pkmn/n/u/c.png"], /*Shaymin*/[src*="pkmn/4/c/n.png"], /*Snivy*/[src*="pkmn/i/4.png"], /*Pansage*/[src*="pkmn/p/0/e.png"], /*Sewaddle*/[src*="pkmn/l/f/b.png"], /*Cottonee*/[src*="pkmn/h/y/x.png"], /*Petilil*/[src*="pkmn/i/4/g.png"], /*Maractus*/[src*="pkmn/5/r/3.png"], /*Deerling[AutumnForme]*/[src*="pkmn/5/k/q.png"], /*Deerling[SpringForme]*/[src*="pkmn/n/u/5.png"], /*Deerling[SummerForme]*/[src*="pkmn/6/7/q.png"], /*Deerling[WinterForme]*/[src*="pkmn/h/r/h.png"], /*Foongus*/[src*="pkmn/e/u/j.png"], /*Ferroseed*/[src*="pkmn/g/t/s.png"], /*Virizion*/[src*="pkmn/2/7/e.png"], /*Chespin*/[src*="pkmn/f/n/h.png"], /*Skiddo*/[src*="pkmn/7/f.png"], /*Phantump*/[src*="pkmn/8/f/n.png"], /*Pumpkaboo[AverageSize]*/[src*="pkmn/5/3/s.png"], /*Pumpkaboo[LargeSize]*/[src*="pkmn/o/5/x.png"], /*Pumpkaboo[SmallSize]*/[src*="pkmn/y/x.png"], /*Pumpkaboo[SuperSize]*/[src*="pkmn/t/z/8.png"], /*Rowlet*/[src*="pkmn/k/8/t/9.png"], /*Fomantis*/[src*="pkmn/g/9/w/3.png"], /*Morelull*/[src*="pkmn/5/5/7/6.png"], /*Bounsweet*/[src*="pkmn/q/p/t/n.png"], /*Dhelmise*/[src*="pkmn/5/g/a.png"], /*TapuBulu*/[src*="pkmn/v/s/i/u.png"], /*Kartana*/[src*="pkmn/e/r/7/r.png"], /*Grookey*/[src*="pkmn/4/3/d/z.png"], /*Gossifleur*/[src*="pkmn/8/8/1/5.png"], /*Applin[toAppletun]*/[src*="pkmn/3/x/h/z.png"], /*Zarude(LegVines)*/[src*="pkmn/s/y/k/6.png"], /*Calyrex*/[src*="pkmn/o/9/5/u.png"], /*Taiveret*/[src*="pkmn/v/v/p/m.png"], /*Luckoo*/[src*="pkmn/y/o/0/r.png"], /*Gumairy*/[src*="pkmn/c/0/p/f.png"], /*Rokiwi*/[src*="pkmn/3/p/c/0.png"], /*Pepyre*/[src*="pkmn/3/u/4/u.png"], /*Parapod*/[src*="pkmn/5/t/9/h.png"]{border-radius: 50px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}
/* 37 ground eggs */ /*Name*/ [src*="SpriteCode"], /*Sandshrew*/[src*="pkmn/1/i/1.png"], /*Diglett*/[src*="pkmn/6/1/e.png"], /*Diglett[AlolanForme]*/[src*="pkmn/p/p/g/x.png"], /*Geodude*/[src*="pkmn/1/y/t.png"], /*Onix*/[src*="pkmn/6/d/s.png"], /*Cubone*/[src*="pkmn/h/6/b.png"], /*Rhyhorn*/[src*="pkmn/9/b/0.png"], /*Wooper*/[src*="pkmn/2/v/k.png"], /*Gligar*/[src*="pkmn/m/3/m.png"], /*Gligar[Vampire]*/[src*="pkmn/2/a/b/4.png"], /*Swinub*/[src*="pkmn/j/z/s.png"], /*Phanpy*/[src*="pkmn/i/1/e.png"], /*Larvitar*/[src*="pkmn/l/z/2.png"], /*Nincada*/[src*="pkmn/n/y/x.png"], /*Numel*/[src*="pkmn/k/7/e.png"], /*Numel(Arctic)*/[src*="pkmn/u/h/t/9.png"], /*Trapinch*/[src*="pkmn/1/i/7.png"], /*Barboach*/[src*="pkmn/a/v/p.png"], /*Baltoy*/[src*="pkmn/a/q/0.png"], /*Groudon*/[src*="pkmn/c/x/7.png"], /*Gible*/[src*="pkmn/1/s/6.png"], /*Hippopotas*/[src*="pkmn/k/y/r.png"], /*Drilbur*/[src*="pkmn/b/x/z.png"], /*Sandile*/[src*="pkmn/h/d/l.png"], /*Yamask[GalarianForme]*/[src*="pkmn/l/u/0/t.png"], /*Stunfisk*/[src*="pkmn/n/w/g.png"], /*Stunfisk[GalarianForme]*/[src*="pkmn/n/m/v/m.png"], /*Golett*/[src*="pkmn/m/e/4.png"], /*Landorus*/[src*="pkmn/o/o/7.png"], /*Zygarde[CoreForme]*/[src*="pkmn/1/8/n/f.png"], /*Mudbray*/[src*="pkmn/l/t/7/0.png"], /*Sandygast*/[src*="pkmn/l/1/p/i.png"], /*Silicobra*/[src*="pkmn/3/r/a/j.png"], /*Arasprit*/[src*="pkmn/7/9/i/m.png"], /*Tillink*/[src*="pkmn/7/y/g/4.png"], /*Kenyip*/[src*="pkmn/i/7/l/p.png"], /*Tenrekki*/[src*="pkmn/1/1/t/2.png"]{border-radius: 50px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}
/* 38 ice eggs */ /*Name*/ [src*="SpriteCode"], /*Sandshrew[AlolanForme]*/[src*="pkmn/r/2/t/g.png"], /*Koroku*/[src*="pkmn/e/r/g/t.png"], /*Vulpix[AlolanForme]*/[src*="pkmn/b/y/1/6.png"], /*Snowpoke*/[src*="pkmn/h/2/l/9.png"], /*Mr.Mime[GalarianForme]*/[src*="pkmn/y/j/q/z.png"], /*Smoochum*/[src*="pkmn/o/b/7.png"], /*Lapras*/[src*="pkmn/h/h/h.png"], /*Articuno*/[src*="pkmn/f/m/u.png"], /*Sneasel*/[src*="pkmn/h/p/h.png"], /*Swinub*/[src*="pkmn/j/z/s.png"], /*Delibird*/[src*="pkmn/d/z/3.png"], /*Frosdour*/[src*="pkmn/x/0/e/e.png"], /*Snoralts*/[src*="pkmn/m/6/h/x.png"], /*Numel(Arctic)*/[src*="pkmn/u/h/t/9.png"], /*Snorunt*/[src*="pkmn/7/t/f.png"], /*Spheal*/[src*="pkmn/x/2.png"], /*Regice*/[src*="pkmn/7/z/8.png"], /*SnowCombee*/[src*="pkmn/6/h/b/q.png"], /*Glameow(Siberian)*/[src*="pkmn/e/p/4/p.png"], /*Snover*/[src*="pkmn/n/u/c.png"], /*Darumaka[GalarianForme]*/[src*="pkmn/j/z/0/3.png"], /*Vanillite*/[src*="pkmn/c/w/4.png"], /*Cubchoo*/[src*="pkmn/9/k/0.png"], /*Cryogonal*/[src*="pkmn/j/h/y.png"], /*Kyurem*/[src*="pkmn/j/j/u.png"], /*Amaura*/[src*="pkmn/2/o/m.png"], /*Bergmite*/[src*="pkmn/9/y/7.png"], /*Snom*/[src*="pkmn/g/o/s/y.png"], /*Eiscue[NoIce]*/[src*="pkmn/x/h/a/0.png"], /*Arctozolt*/[src*="pkmn/u/0/o/a.png"], /*Arctovish*/[src*="pkmn/t/r/h/8.png"], /*Glastrier*/[src*="pkmn/n/7/l/s.png"], /*Ardik*/[src*="pkmn/9/2/e/8.png"], /*Bunbori*/[src*="pkmn/5/a/l/e.png"], /*Glaquine*/[src*="pkmn/e/c/z/a.png"], /*Alicalf*/[src*="pkmn/w/7/r/u.png"], /*Frusky*/[src*="pkmn/7/y/w/1.png"], /*Flurrawr(Boreal)*/[src*="pkmn/x/o/u/n.png"]{border-radius: 50px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}
/* 84 normal eggs */ /*Name*/ [src*="SpriteCode"], /*Pidgey*/[src*="pkmn/b/y.png"], /*Rattata*/[src*="pkmn/5/j/w.png"], /*Rattata[AlolanForme]*/[src*="pkmn/s/y/w/b.png"], /*SaiyanRattata*/[src*="pkmn/t/7/n/8.png"], /*Spearow*/[src*="pkmn/i/m/r.png"], /*GuildIgglybuff*/[src*="pkmn/p/o/p/n.png"], /*Igglybuff*/[src*="pkmn/m/n/s.png"], /*Meowth*/[src*="pkmn/o/r/x.png"], /*Farfetch'd*/[src*="pkmn/h/d.png"], /*Doduo*/[src*="pkmn/5/b/1.png"], /*Lickitung*/[src*="pkmn/c/8/n.png"], /*Kangaskhan*/[src*="pkmn/d/5/0.png"], /*Tauros*/[src*="pkmn/d/q/n.png"], /*Ditto*/[src*="pkmn/e/h/x.png"], /*Eevee*/[src*="pkmn/3/e/l.png"], /*Munchlax*/[src*="pkmn/4/u/j.png"], /*Snorlax*/[src*="pkmn/8/t/3/u.png"], /*Sentret*/[src*="pkmn/h/j/d.png"], /*Hoothoot*/[src*="pkmn/m/f/t.png"], /*Azurill*/[src*="pkmn/g/i/c.png"], /*Aipom*/[src*="pkmn/g/d/0.png"], /*Girafarig*/[src*="pkmn/r/t.png"], /*Dunsparce*/[src*="pkmn/o/0/q.png"], /*Teddiursa*/[src*="pkmn/8/2/i.png"], /*Stantler*/[src*="pkmn/a/y/f.png"], /*Smeargle*/[src*="pkmn/6/5/i.png"], /*Miltank*/[src*="pkmn/i/4/2.png"], /*Zigzagoon*/[src*="pkmn/j/9/n.png"], /*Zigzagoon[GalarianForme]*/[src*="pkmn/l/w/a/d.png"], /*Taillow*/[src*="pkmn/m/x/d.png"], /*Slakoth*/[src*="pkmn/f/w/s.png"], /*Whismur*/[src*="pkmn/n/d/x.png"], /*Skitty*/[src*="pkmn/h/n/8.png"], /*Spinda*/[src*="pkmn/l/1/7.png"], /*Swablu*/[src*="pkmn/6/l/n.png"], /*Zangoose*/[src*="pkmn/l/x/b.png"], /*Castform*/[src*="pkmn/n/3/p.png"], /*Kecleon*/[src*="pkmn/7/x/q.png"], /*Starly*/[src*="pkmn/5/3/y.png"], /*Bidoof*/[src*="pkmn/h/i/m.png"], /*Buneary*/[src*="pkmn/m/j/c.png"], /*Glameow*/[src*="pkmn/i/1/4.png"], /*Glameow(Siberian)*/[src*="pkmn/e/p/4/p.png"], /*Happiny*/[src*="pkmn/l/v/b.png"], /*Chansey*/[src*="pkmn/k/8/c/u.png"], /*Chatot*/[src*="pkmn/9/7/w.png"], /*Porygon*/[src*="pkmn/b/q/s.png"], /*Regigigas*/[src*="pkmn/m/f/7.png"], /*Arceus*/[src*="pkmn/7/j/0.png"], /*Patrat*/[src*="pkmn/9/6/3.png"], /*Lillipup*/[src*="pkmn/h/1/j.png"], /*Pidove*/[src*="pkmn/h/p/m.png"], /*Audino*/[src*="pkmn/a/v/v.png"], /*Minccino*/[src*="pkmn/j/b/e.png"], /*Deerling[AutumnForme]*/[src*="pkmn/5/k/q.png"], /*Deerling[SpringForme]*/[src*="pkmn/n/u/5.png"], /*Deerling[SummerForme]*/[src*="pkmn/6/7/q.png"], /*Deerling[WinterForme]*/[src*="pkmn/h/r/h.png"], /*Bouffalant*/[src*="pkmn/1/f/b.png"], /*Rufflet*/[src*="pkmn/l/m/v.png"], /*Meloetta*/[src*="pkmn/4/q/7.png"], /*Bunnelby*/[src*="pkmn/2/q/q.png"], /*Fletchling*/[src*="pkmn/f/5/c.png"], /*Litleo*/[src*="pkmn/s/j/m.png"], /*Furfrou*/[src*="pkmn/6/p/n.png"], /*Helioptile*/[src*="pkmn/2/h/9.png"], /*Pikipek*/[src*="pkmn/t/3/n/j.png"], /*Yungoos*/[src*="pkmn/k/x/0/r.png"], /*Stufful*/[src*="pkmn/m/z/n.png"], /*Oranguru*/[src*="pkmn/o/a/r/f.png"], /*Type:Null*/[src*="pkmn/k/3/k/2.png"], /*Komala*/[src*="pkmn/s/v/v/x.png"], /*Drampa*/[src*="pkmn/f/q/s/j.png"], /*Skwovet*/[src*="pkmn/w/y/c/n.png"], /*Wooloo*/[src*="pkmn/n/l/h/4.png"], /*Indeedee*/[src*="pkmn/j/f/u/s.png"], /*Gosold*/[src*="pkmn/c/u/e/3.png"], /*Bandicoon*/[src*="pkmn/z/1/o/d.png"], /*Pasovan*/[src*="pkmn/b/c/5/f.png"], /*Ayeren*/[src*="pkmn/x/6/y/4.png"], /*Puppod*/[src*="pkmn/g/6/g/a.png"], /*Kawotor*/[src*="pkmn/8/9/y/e.png"], /*Sikannos*/[src*="pkmn/b/0/3/n.png"], /*Possmol*/[src*="pkmn/c/p/b/b.png"]{border-radius: 50px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}
/* 38 poison eggs */ /*Name*/ [src*="SpriteCode"], /*Bulbasaur*/[src*="pkmn/c/0/7.png"], /*Weedle*/[src*="pkmn/a/1.png"], /*Ekans*/[src*="pkmn/n/q/8.png"], /*Nidoran*/[src*="pkmn/1/8/7.png"], /*Zubat*/[src*="pkmn/7/s/7.png"], /*Oddish*/[src*="pkmn/g/s/n.png"], /*Venonat*/[src*="pkmn/i/i/f.png"], /*Bellsprout*/[src*="pkmn/l/t/r.png"], /*Tentacool*/[src*="pkmn/d/6/h.png"], /*Grimer*/[src*="pkmn/n/a/i.png"], /*Grimer[AlolanForme]*/[src*="pkmn/8/s/i/r.png"], /*Gastly*/[src*="pkmn/f/b/0.png"], /*Koffing*/[src*="pkmn/b/d/m.png"], /*Spinarak*/[src*="pkmn/2/6.png"], /*Qwilfish*/[src*="pkmn/h/q/c.png"], /*ApocalypticShroomish*/[src*="pkmn/d/e/w/e.png"], /*Gulpin*/[src*="pkmn/a/q/1.png"], /*Seviper*/[src*="pkmn/b/m/6.png"], /*Budew*/[src*="pkmn/m/2/2.png"], /*Roselia*/[src*="pkmn/q/m/6/n.png"], /*Stunky*/[src*="pkmn/h/m/b.png"], /*Skorupi*/[src*="pkmn/l/t/c.png"], /*Croagunk*/[src*="pkmn/4/2/5.png"], /*Venipede*/[src*="pkmn/1/q/3.png"], /*Trubbish*/[src*="pkmn/9/u/9.png"], /*Foongus*/[src*="pkmn/e/u/j.png"], /*Glileo*/[src*="pkmn/u/7/c/q.png"], /*Skrelp*/[src*="pkmn/p/5/7.png"], /*Mareanie*/[src*="pkmn/w/i/r/f.png"], /*Salandit*/[src*="pkmn/y/t/n/f.png"], /*Nihilego*/[src*="pkmn/z/c/i/w.png"], /*Poipole*/[src*="pkmn/e/x/w/e.png"], /*Toxel[toAmped]*/[src*="pkmn/8/9/p/k.png"], /*Eternatus*/[src*="pkmn/m/e/2/i.png"], /*Wagell*/[src*="pkmn/y/q/w/s.png"], /*Maravoldex?(Robinsoni)*/[src*="pkmn/t/r/y/w.png"], /*Puppod*/[src*="pkmn/g/6/g/a.png"], /*Selkrub*/[src*="pkmn/u/y/z/b.png"]{border-radius: 50px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}
/* 65 psychic eggs */ /*Name*/ [src*="SpriteCode"], /*Abra*/[src*="pkmn/4/y/r.png"], /*Ponyta[GalarianForme]*/[src*="pkmn/r/o/k/p.png"], /*Slowpoke*/[src*="pkmn/c/1/y.png"], /*Slowpoke[GalarianForme](toSlowbro[GalarianForme])*/[src*="pkmn/l/u/i/i.png"], /*Snowpoke*/[src*="pkmn/h/2/l/9.png"], /*Drowzee*/[src*="pkmn/b/v/d.png"], /*Exeggcute*/[src*="pkmn/n/k/h.png"], /*MimeJr.*/[src*="pkmn/m/q/k.png"], /*Mr.Mime*/[src*="pkmn/q/6/d/0.png"], /*Mr.Mime[GalarianForme]*/[src*="pkmn/y/j/q/z.png"], /*Smoochum*/[src*="pkmn/o/b/7.png"], /*Articuno[GalarianForme]*/[src*="pkmn/s/7/d/t.png"], /*Mewtwo*/[src*="pkmn/j/t/q.png"], /*Mew*/[src*="pkmn/4/3/u.png"], /*EarlyBirdNatu*/[src*="pkmn/w/q/8/v.png"], /*Natu*/[src*="pkmn/2/h/q.png"], /*Unown[!Forme]*/[src*="pkmn/e/p/g.png"], /*Girafarig*/[src*="pkmn/r/t.png"], /*Lugia*/[src*="pkmn/j/j/2.png"], /*XD001*/[src*="pkmn/t/g/4/3.png"], /*Celebi*/[src*="pkmn/5/d/v.png"], /*Ralts*/[src*="pkmn/m/u/8.png"], /*Meditite*/[src*="pkmn/7/d/y.png"], /*Spoink*/[src*="pkmn/4/q/o.png"], /*Lunatone*/[src*="pkmn/i/i/g.png"], /*Solrock*/[src*="pkmn/a/g/q.png"], /*Baltoy*/[src*="pkmn/a/q/0.png"], /*Chingling*/[src*="pkmn/j/3/7.png"], /*Chimecho*/[src*="pkmn/d/j/y/x.png"], /*Wynaut*/[src*="pkmn/8/w/9.png"], /*Wobbuffet*/[src*="pkmn/3/t/b/5.png"], /*Beldum*/[src*="pkmn/i/k/7.png"], /*Latias*/[src*="pkmn/e/h/l.png"], /*Latios*/[src*="pkmn/j/j.png"], /*Jirachi*/[src*="pkmn/8/b/h.png"], /*Deoxys*/[src*="pkmn/c/z/q.png"], /*Bronzor*/[src*="pkmn/a/a/c.png"], /*Uxie*/[src*="pkmn/6/6/g.png"], /*Mesprit*/[src*="pkmn/c/i/g.png"], /*Azelf*/[src*="pkmn/f/p/6.png"], /*Cresselia*/[src*="pkmn/8/d/p.png"], /*Victini*/[src*="pkmn/e/g/8.png"], /*Munna*/[src*="pkmn/9/0/8.png"], /*Woobat*/[src*="pkmn/c/6/t.png"], /*Sigilyph*/[src*="pkmn/b/d/u.png"], /*Gothita*/[src*="pkmn/i/v/v.png"], /*Solosis*/[src*="pkmn/6/t/t.png"], /*Elgyem*/[src*="pkmn/6/t/r.png"], /*Meloetta*/[src*="pkmn/4/q/7.png"], /*Espurr*/[src*="pkmn/k/3/1.png"], /*Inkay*/[src*="pkmn/r/h/6.png"], /*Noismog*/[src*="pkmn/l/s/w/r.png"], /*Hoopa*/[src*="pkmn/3/j/h/j.png"], /*Oranguru*/[src*="pkmn/o/a/r/f.png"], /*Bruxish*/[src*="pkmn/4/x/r/y.png"], /*TapuLele*/[src*="pkmn/y/7/h/s.png"], /*Cosmog*/[src*="pkmn/j/0/4/4.png"], /*Necrozma*/[src*="pkmn/n/3/v/v.png"], /*Hatenna*/[src*="pkmn/m/z/3/5.png"], /*Indeedee*/[src*="pkmn/j/f/u/s.png"], /*Calyrex*/[src*="pkmn/o/9/5/u.png"], /*Kitsunari*/[src*="pkmn/2/1/j/l.png"], /*Ayeren*/[src*="pkmn/x/6/y/4.png"], /*Kyutopi*/[src*="pkmn/e/4/9/m.png"], /*Slypin*/[src*="pkmn/b/d/c/s.png"]{border-radius: 50px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}
/* 44 rock eggs */ /*Name*/ [src*="SpriteCode"], /*Geodude*/[src*="pkmn/1/y/t.png"], /*Geodude[AlolanForme]*/[src*="pkmn/i/y/y/3.png"], /*Onix*/[src*="pkmn/6/d/s.png"], /*Rhyhorn*/[src*="pkmn/9/b/0.png"], /*Omanyte*/[src*="pkmn/1/5/l.png"], /*Kabuto*/[src*="pkmn/6/n/4.png"], /*Aerodactyl*/[src*="pkmn/5/d/f.png"], /*Bonsly*/[src*="pkmn/o/8/a.png"], /*Sudowoodo*/[src*="pkmn/a/6/6/v.png"], /*Shuckle*/[src*="pkmn/l/5/e.png"], /*Corsola*/[src*="pkmn/f/o/v.png"], /*Larvitar*/[src*="pkmn/l/z/2.png"], /*Nosepass*/[src*="pkmn/b/l/l.png"], /*Aron*/[src*="pkmn/i/o/3.png"], /*Lunatone*/[src*="pkmn/i/i/g.png"], /*Solrock*/[src*="pkmn/a/g/q.png"], /*Lileep*/[src*="pkmn/y/r.png"], /*Anorith*/[src*="pkmn/4/n/g.png"], /*Relicanth*/[src*="pkmn/o/9/f.png"], /*Regirock*/[src*="pkmn/o/t/z.png"], /*Cranidos*/[src*="pkmn/1/f/5.png"], /*Shieldon*/[src*="pkmn/c/u/5.png"], /*Roggenrola*/[src*="pkmn/g/z/8.png"], /*Dwebble*/[src*="pkmn/5/c/f.png"], /*Tirtouga*/[src*="pkmn/f/j/2.png"], /*Archen*/[src*="pkmn/a/5/8.png"], /*ApocalypticGolett*/[src*="pkmn/7/p/3/b.png"], /*Terrakion*/[src*="pkmn/i/s/f.png"], /*Binacle*/[src*="pkmn/g/4/b.png"], /*Tyrunt*/[src*="pkmn/k/l/k.png"], /*Amaura*/[src*="pkmn/2/o/m.png"], /*Carbink*/[src*="pkmn/v/5/e.png"], /*Diancie*/[src*="pkmn/y/n/e/8.png"], /*Rockruff*/[src*="pkmn/2/o/2.png"], /*Minior*/[src*="pkmn/a/d/q/3.png"], /*Nihilego*/[src*="pkmn/z/c/i/w.png"], /*Stakataka*/[src*="pkmn/k/o/h/o.png"], /*Rolycoly*/[src*="pkmn/c/r/x/r.png"], /*Stonjourner*/[src*="pkmn/k/w/x/2.png"], /*Boxaby*/[src*="pkmn/8/h/p/5.png"], /*Pixrine*/[src*="pkmn/z/a/0/2.png"], /*Kryptik*/[src*="pkmn/s/m/f/g.png"], /*Petripeep(Chirock)*/[src*="pkmn/g/y/k/l.png"], /*Alicalf*/[src*="pkmn/w/7/r/u.png"]{border-radius: 50px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}
/* 37 steel eggs */ /*Name*/ [src*="SpriteCode"], /*Sandshrew[AlolanForme]*/[src*="pkmn/r/2/t/g.png"], /*Diglett[AlolanForme]*/[src*="pkmn/p/p/g/x.png"], /*Meowth[GalarianForme]*/[src*="pkmn/w/a/h/3.png"], /*Magnemite*/[src*="pkmn/9/g/4.png"], /*Skarmory*/[src*="pkmn/2/v/d.png"], /*Mawile*/[src*="pkmn/8/7/x.png"], /*Aron*/[src*="pkmn/i/o/3.png"], /*Beldum*/[src*="pkmn/i/k/7.png"], /*Registeel*/[src*="pkmn/3/f/3.png"], /*Jirachi*/[src*="pkmn/8/b/h.png"], /*Shieldon*/[src*="pkmn/c/u/5.png"], /*Bronzor*/[src*="pkmn/a/a/c.png"], /*Dialga*/[src*="pkmn/7/e/4.png"], /*Heatran*/[src*="pkmn/4/9.png"], /*Ferroseed*/[src*="pkmn/g/t/s.png"], /*Klink*/[src*="pkmn/i/m/9.png"], /*Stunfisk[GalarianForme]*/[src*="pkmn/n/m/v/m.png"], /*ApocalypticGolett*/[src*="pkmn/7/p/3/b.png"], /*Pawniard*/[src*="pkmn/i/a/w.png"], /*Durant*/[src*="pkmn/v/o.png"], /*Cobalion*/[src*="pkmn/1/m/b.png"], /*Genesect*/[src*="pkmn/e/c/y.png"], /*Honedge*/[src*="pkmn/n/x/e.png"], /*Klefki*/[src*="pkmn/m/q/c.png"], /*Togedemaru*/[src*="pkmn/t/c/n/o.png"], /*Celesteela*/[src*="pkmn/m/a/v/e.png"], /*Kartana*/[src*="pkmn/e/r/7/r.png"], /*Stakataka*/[src*="pkmn/k/o/h/o.png"], /*Magearna*/[src*="pkmn/3/o/f/g.png"], /*Meltan*/[src*="pkmn/q/g/3/y.png"], /*Cufant*/[src*="pkmn/s/o/r/5.png"], /*Duraludon*/[src*="pkmn/7/f/8/m.png"], /*Minibbit*/[src*="pkmn/1/4/k/l.png"], /*Caimaw*/[src*="pkmn/4/j/0/7.png"], /*Mocknock*/[src*="pkmn/d/w/m/k.png"], /*Exilant*/[src*="pkmn/g/a/u/4.png"], /*Lyruse*/[src*="pkmn/h/y/p/k.png"]{border-radius: 50px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}
/* 83 water eggs */ /*Name*/ [src*="SpriteCode"], /*Squirtle*/[src*="pkmn/l/w/s.png"], /*Psyduck*/[src*="pkmn/3/z/u.png"], /*Poliwag*/[src*="pkmn/l/m/7.png"], /*Tentacool*/[src*="pkmn/d/6/h.png"], /*Slowpoke*/[src*="pkmn/c/1/y.png"], /*Seel*/[src*="pkmn/9/5/7.png"], /*Shellder*/[src*="pkmn/3/1/u.png"], /*Krabby*/[src*="pkmn/b/f/k.png"], /*Horsea*/[src*="pkmn/q/8.png"], /*Goldeen*/[src*="pkmn/l/k/a.png"], /*Staryu*/[src*="pkmn/l/r/1.png"], /*Magikarp*/[src*="pkmn/8/r/q.png"], /*Lapras*/[src*="pkmn/h/h/h.png"], /*Omanyte*/[src*="pkmn/1/5/l.png"], /*Kabuto*/[src*="pkmn/6/n/4.png"], /*Totodile*/[src*="pkmn/4/3/r.png"], /*Chinchou*/[src*="pkmn/d/9/6.png"], /*Marill*/[src*="pkmn/b/2/f/n.png"], /*Wooper*/[src*="pkmn/2/v/k.png"], /*Qwilfish*/[src*="pkmn/h/q/c.png"], /*BlueMoonSlugma*/[src*="pkmn/3/g/i/0.png"], /*Corsola*/[src*="pkmn/f/o/v.png"], /*Remoraid*/[src*="pkmn/m/x/3.png"], /*Suicune*/[src*="pkmn/4/v/s.png"], /*Mudkip*/[src*="pkmn/b/5/9.png"], /*Lotad*/[src*="pkmn/8/a/n.png"], /*Wingull*/[src*="pkmn/j/c/2.png"], /*Surskit*/[src*="pkmn/1/9/q.png"], /*Carvanha*/[src*="pkmn/g/g/v.png"], /*Wailmer*/[src*="pkmn/e/1/3.png"], /*Barboach*/[src*="pkmn/a/v/p.png"], /*Corphish*/[src*="pkmn/c/q.png"], /*Feebas*/[src*="pkmn/i/3/m.png"], /*Spheal*/[src*="pkmn/x/2.png"], /*Clamperl*/[src*="pkmn/h/1/5.png"], /*Relicanth*/[src*="pkmn/o/9/f.png"], /*Luvdisc*/[src*="pkmn/u/n.png"], /*Kyogre*/[src*="pkmn/d/f/s.png"], /*Piplup*/[src*="pkmn/7/p/8.png"], /*Shinxel*/[src*="pkmn/v/h/8/n.png"], /*Buizel*/[src*="pkmn/4/4/t.png"], /*Shellos[Occident]*/[src*="pkmn/5/d/m.png"], /*Finneon*/[src*="pkmn/c/e/z.png"], /*Mantyke*/[src*="pkmn/j/3/8.png"], /*Mantine*/[src*="pkmn/d/h/7/w.png"], /*Palkia*/[src*="pkmn/e/j/7.png"], /*Phione*/[src*="pkmn/2/b/o.png"], /*Manaphy*/[src*="pkmn/j/8/a.png"], /*Oshawott*/[src*="pkmn/g/2/t.png"], /*Panpour*/[src*="pkmn/9/d/l.png"], /*Tympole*/[src*="pkmn/m/h/g.png"], /*Basculin[BlueStripe]*/[src*="pkmn/l/m/m.png"], /*Tirtouga*/[src*="pkmn/f/j/2.png"], /*Ducklett*/[src*="pkmn/2/f/z.png"], /*Frillish*/[src*="pkmn/h/9/i.png"], /*Alomomola*/[src*="pkmn/i/i/t.png"], /*Keldeo*/[src*="pkmn/f/6/2.png"], /*Froakie*/[src*="pkmn/j/t/g.png"], /*Binacle*/[src*="pkmn/g/4/b.png"], /*Skrelp*/[src*="pkmn/p/5/7.png"], /*Clauncher*/[src*="pkmn/v/0/1.png"], /*Volcanion*/[src*="pkmn/c/0/7/g.png"], /*Popplio*/[src*="pkmn/b/o/e/9.png"], /*Wishiwashi*/[src*="pkmn/e/7/2/t.png"], /*Mareanie*/[src*="pkmn/w/i/r/f.png"], /*Dewpider*/[src*="pkmn/3/g/w/n.png"], /*Wimpod*/[src*="pkmn/v/5/u/1.png"], /*Pyukumuku*/[src*="pkmn/k/5/c/t.png"], /*Bruxish*/[src*="pkmn/4/x/r/y.png"], /*TapuFini*/[src*="pkmn/g/r/d/9.png"], /*Sobble*/[src*="pkmn/e/1/2/0.png"], /*Chewtle*/[src*="pkmn/e/y/v/x.png"], /*Cramorant*/[src*="pkmn/a/j/9/2.png"], /*Arrokuda*/[src*="pkmn/g/d/b/7.png"], /*Dracovish*/[src*="pkmn/3/t/u/l.png"], /*Arctovish*/[src*="pkmn/t/r/h/8.png"], /*Blophin*/[src*="pkmn/q/m/5/u.png"], /*Orkit*/[src*="pkmn/i/9/v/i.png"], /*Searene*/[src*="pkmn/e/o/7/7.png"], /*Hydrark*/[src*="pkmn/7/w/7/v.png"], /*Bezerell*/[src*="pkmn/7/9/n/x.png"], /*Skeleco*/[src*="pkmn/k/w/j/q.png"], /*Kawotor*/[src*="pkmn/8/9/y/e.png"]{border-radius: 50px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}
*** everything below this is old and needs updated, still works but not as well as new version... just did not have time to go over it before updating rest for type race today *** Have you ever got the wrong egg/poke because something else was on top of, below, or right beside it??? if so this might help you: ***edit, added code to make all icons bigger.

grid view in shelter

Poke/Egg placement does not change with refresh, first one displayed is the oldest, last one displayed is newest in the list.

code to add if you like that view

div.pokemon:nth-child(1),div.pokemon:nth-child(2){left:0%!important;top:0%!important;} div.pokemon:nth-child(3),div.pokemon:nth-child(4){left:16.666%!important;top:0%!important;} div.pokemon:nth-child(5),div.pokemon:nth-child(6){left:33.332%!important;top:0%!important;} div.pokemon:nth-child(7),div.pokemon:nth-child(8){left:49.998%!important;top:0%!important;} div.pokemon:nth-child(9),div.pokemon:nth-child(10){left:66.664%!important;top:0%!important;} div.pokemon:nth-child(11),div.pokemon:nth-child(12){left:83.33%!important;top:0%!important;} div.pokemon:nth-child(13),div.pokemon:nth-child(14){left:0%!important;top:20%!important;} div.pokemon:nth-child(15),div.pokemon:nth-child(16){left:16.666%!important;top:20%!important;} div.pokemon:nth-child(17),div.pokemon:nth-child(18){left:33.332%!important;top:20%!important;} div.pokemon:nth-child(19),div.pokemon:nth-child(20){left:49.998%!important;top:20%!important;} div.pokemon:nth-child(21),div.pokemon:nth-child(22){left:66.664%!important;top:20%!important;} div.pokemon:nth-child(23),div.pokemon:nth-child(24){left:83.33%!important;top:20%!important;} div.pokemon:nth-child(25),div.pokemon:nth-child(26){left:0%!important;top:40%!important;} div.pokemon:nth-child(27),div.pokemon:nth-child(28){left:16.666%!important;top:40%!important;} div.pokemon:nth-child(29),div.pokemon:nth-child(30){left:33.332%!important;top:40%!important;} div.pokemon:nth-child(31),div.pokemon:nth-child(32){left:49.998%!important;top:40%!important;} div.pokemon:nth-child(33),div.pokemon:nth-child(34){left:66.664%!important;top:40%!important;} div.pokemon:nth-child(35),div.pokemon:nth-child(36){left:83.33%!important;top:40%!important;} div.pokemon:nth-child(37),div.pokemon:nth-child(38){left:0%!important;top:60%!important;} div.pokemon:nth-child(39),div.pokemon:nth-child(40){left:16.666%!important;top:60%!important;} div.pokemon:nth-child(41),div.pokemon:nth-child(42){left:33.332%!important;top:60%!important;} div.pokemon:nth-child(43),div.pokemon:nth-child(44){left:49.998%!important;top:60%!important;} div.pokemon:nth-child(45),div.pokemon:nth-child(46){left:66.664%!important;top:60%!important;} div.pokemon:nth-child(47),div.pokemon:nth-child(48){left:83.33%!important;top:60%!important;} div.pokemon:nth-child(49),div.pokemon:nth-child(50){left:0%!important;top:80%!important;} div.pokemon:nth-child(51),div.pokemon:nth-child(52){left:16.666%!important;top:80%!important;} div.pokemon:nth-child(53),div.pokemon:nth-child(54){left:33.332%!important;top:80%!important;} div.pokemon:nth-child(55),div.pokemon:nth-child(56){left:49.998%!important;top:80%!important;} div.pokemon:nth-child(57),div.pokemon:nth-child(58){left:66.664%!important;top:80%!important;} div.pokemon:nth-child(59),div.pokemon:nth-child(60){left:83.33%!important;top:80%!important;} div.pokemon:nth-child(61),div.pokemon:nth-child(62){left:0%!important;top:100%!important;} div.pokemon:nth-child(63),div.pokemon:nth-child(64){left:16.666%!important;top:100%!important;} div.pokemon:nth-child(65),div.pokemon:nth-child(66){left:33.332%!important;top:100%!important;} div.pokemon:nth-child(67),div.pokemon:nth-child(68){left:49.998%!important;top:100%!important;} div.pokemon:nth-child(69),div.pokemon:nth-child(70){left:66.664%!important;top:100%!important;} div.pokemon:nth-child(71),div.pokemon:nth-child(72){left:83.33%!important;top:100%!important;} div.pokemon:nth-child(73),div.pokemon:nth-child(74){left:0%!important;top:120%!important;} div.pokemon:nth-child(75),div.pokemon:nth-child(76){left:16.666%!important;top:120%!important;} div.pokemon:nth-child(77),div.pokemon:nth-child(78){left:33.332%!important;top:120%!important;} div.pokemon:nth-child(79),div.pokemon:nth-child(80){left:49.998%!important;top:120%!important;}

doubles size of icons

#shelterarea>.pokemon img.big[src*="pkmn"]{width: 100%; max-width: 75px; max-height: 90px; margin-left: 20px; margin-top: 5px;} #shelterarea>.pokemon img.small[src*="pkmn"]{width: 100%; max-width: 40px; margin-left: 5px;} first line is for computers, second will work on phones (without making them too big). you can use both at same time regardless of device. ***some icons are distorted slightly (those that are normally much taller than wide)
feel free to share this post to your friends and groups doing team race. best viewed in a post, to make better for your about me template add the share code to a hide box.

share this post

what this share looks like

Want to help your team race (or just hunt the V-Wave), not sure what all the eggs look like? use a skin to highlight all eggs of your team: Option 1: use a presaved skin.

Instructions

go to SKINS in the "other skin" box type in Qvg/TYPE-eggs (where TYPE=your team, example Qvg/fight-eggs for fight) then click "use this skin", then "change skin" that is it. see the post in option 2 for more details on how this works
Option 2: already have a skin? then go to this POST to get code to add to your skin.

Share Code (copy paste to your thread or template)

Want to help your team race (or just hunt the V-Wave), not sure what all the eggs look like? use a skin to highlight all eggs of your team: Option 1: use a presaved skin. [hide=Instructions]go to [url=https://pokefarm.com/skin]SKINS[/url] in the "other skin" box type in Qvg/TYPE-eggs (where TYPE=your team, example Qvg/fight-eggs for fight) then click "use this skin", then "change skin" that is it. see the post in option 2 for more details on how this works [/hide] Option 2: already have a skin? then go to this [url=https://pokefarm.com/forum/post/3240794]POST[/url] to get code to add to your skin.

DISCLAIMER/NOTES:

ALL of these will also have the "public" view of fields STACKED, those needing or wanting eggs to hatch should know the best way to do that is interacting, and stacked makes it easier and faster. i find new sprites often and will keep these updated as i find more, if you find one that is wrong or missing, please let me know. *** WARNING use at your own risk, while i have tried to make sure all are right, i built this database by myself (with my daughters help) so i might have something wrong or missing. it is YOUR choice to blindly use, i will not (and can not) be responsible for a wrong one breaking your chain. ***
Bishop's AvatarBishop
Bishop's Avatar
Tournement: hatch eggs of certain color. see examples on tourney page to verify you get right one. now sorted alphabetically to make finding/changing/removing easier if there is one/more you dont want to show or to highlight better. i have added well over 100 eggs, several hundred pokes and over 5,000 sprites in last 2 months since my return. while i am still missing some pokes all eggs have been found so these are good. (well except the 4 new ones now)

details and how to:

what it does: circles eggs that hatch with color needed with a blue circle (feel free to change color/size of circle... bottom line). all you have to do is click the bar, then anywhere inside box to copy all. take that and paste in your skin (worst choice), stylus or section for css in QoL. (PM if you have questions) remember if using in your skin, you have to press CTRL+F5 to clear cache on pages that this code applies to. in this case that would be lab, shelter and other places you may get eggs.
Oricorio /Pom-Pom Style, Squawkabilly /Yellow plumage and Tatsugiri /Stretchy Forme was removed from YELLOW as no guarantee those are formes that hatch.

51 Black Eggs

/* 51 black eggs */ /*Name*/ [src*="SpriteCode"] ,/*Apocalyptic Growlithe ,/*/[src*="pkmn/t/k/3/5."] ,/*Bezerell ,/*/[src*="pkmn/7/9/n/x."] ,/*Blitzle*/[src*="pkmn/m/t/p."] ,/*Chatot*/[src*="pkmn/9/7/w."] ,/*Croaket ,/*/[src*="pkmn/u/s/8/z."] ,/*Darkrai*/[src*="pkmn/e/g/p."] ,/*Death Star Voltorb ,/*/[src*="pkmn/q/r/9/c."] ,/*Duskull*/[src*="pkmn/6/8/0."] ,/*Giratina*/[src*="pkmn/5/g/0."] ,/*Gligar /Vampire*/[src*="pkmn/2/a/b/4."] ,/*Guzzlord*/[src*="pkmn/p/k/v/c."] ,/*Houndour*/[src*="pkmn/a/8/b."] ,/*Houndour /Orthrus*/[src*="pkmn/9/8/x/o."] ,/*Impyre ,/*/[src*="pkmn/q/6/7/a."] ,/*Kinaster ,/*/[src*="pkmn/v/k/6/v."] ,/*Lunupine ,/*/[src*="pkmn/c/q/s/d."] ,/*Marshadow*/[src*="pkmn/9/8/0/i."] ,/*Mawile*/[src*="pkmn/8/7/x."] ,/*Moltres /Galarian Forme*/[src*="pkmn/o/r/b/p."] ,/*Munchlax*/[src*="pkmn/4/u/j."] ,/*Murkrow*/[src*="pkmn/i/h/o."] ,/*Necrozma*/[src*="pkmn/n/3/v/v."] ,/*Orkit ,/*/[src*="pkmn/i/9/v/i."] ,/*Pikipek*/[src*="pkmn/t/3/n/j."] ,/*Possmol ,/*/[src*="pkmn/c/p/b/b."] ,/*Pyukumuku*/[src*="pkmn/k/5/c/t."] ,/*Qwilfish /Hisuian Forme*/[src*="pkmn/j/8/0/7."] ,/*Rattata /Alolan Forme*/[src*="pkmn/s/y/w/b."] ,/*Rolycoly*/[src*="pkmn/c/r/x/r."] ,/*Saiyan Rattata ,/*/[src*="pkmn/t/7/n/8."] ,/*Salandit*/[src*="pkmn/y/t/n/f."] ,/*Scatterbug*/[src*="pkmn/u/6/z."] ,/*Seviper*/[src*="pkmn/b/m/6."] ,/*Shuppet*/[src*="pkmn/c/g/k."] ,/*Sigilyph*/[src*="pkmn/b/d/u."] ,/*Smokackle ,/*/[src*="pkmn/h/4/9/a."] ,/*Sneasel*/[src*="pkmn/h/p/h."] ,/*Snichu ,/*/[src*="pkmn/y/8/5/p."] ,/*Snorlax*/[src*="pkmn/8/t/3/u."] ,/*Spectrier*/[src*="pkmn/z/t/3/r."] ,/*Spoink*/[src*="pkmn/4/q/o."] ,/*Tauros /Aqua Breed*/[src*="pkmn/v/f/j/t."] ,/*Tauros /Blaze Breed*/[src*="pkmn/r/1/a/y."] ,/*Tauros /Combat Breed*/[src*="pkmn/d/a/0/j."] ,/*Unown /! Forme*/[src*="pkmn/e/p/g."] ,/*Wattrel*/[src*="pkmn/r/2/j/0."] ,/*Xurkitree*/[src*="pkmn/3/0/r/9."] ,/*Yamask*/[src*="pkmn/n/m/q."] ,/*Yamask /Galarian Forme*/[src*="pkmn/l/u/0/t."] ,/*Zarude /Leg Vines*/[src*="pkmn/s/y/k/6."] ,/*Zekrom*/[src*="pkmn/l/w/u."] {border-radius: 20px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}

116 Blue Eggs

/* 116 blue eggs */ /*Name*/ [src*="SpriteCode"] ,/*Amaura*/[src*="pkmn/2/o/m."] ,/*Arctovish*/[src*="pkmn/t/r/h/8."] ,/*Arctozolt*/[src*="pkmn/u/0/o/a."] ,/*Articuno*/[src*="pkmn/f/m/u."] ,/*Azelf*/[src*="pkmn/f/p/6."] ,/*Azurill*/[src*="pkmn/g/i/c."] ,/*Bagon*/[src*="pkmn/n/9/6."] ,/*Beldum*/[src*="pkmn/i/k/7."] ,/*Bergmite*/[src*="pkmn/9/y/7."] ,/*Blipbug*/[src*="pkmn/s/7/c/o."] ,/*Blophin ,/*/[src*="pkmn/q/m/5/u."] ,/*Blue Moon Slugma ,/*/[src*="pkmn/3/g/i/0."] ,/*Bunbori ,/*/[src*="pkmn/5/a/l/e."] ,/*Caprikid ,/*/[src*="pkmn/f/1/i/n."] ,/*Chewtle*/[src*="pkmn/e/y/v/x."] ,/*Chimecho*/[src*="pkmn/d/j/y/x."] ,/*Chinchou*/[src*="pkmn/d/9/6."] ,/*Clamperl*/[src*="pkmn/h/1/5."] ,/*Clauncher*/[src*="pkmn/v/0/1."] ,/*Cobalion*/[src*="pkmn/1/m/b."] ,/*Cosmog*/[src*="pkmn/j/0/4/4."] ,/*Cramorant*/[src*="pkmn/a/j/9/2."] ,/*Cranidos*/[src*="pkmn/1/f/5."] ,/*Croagunk*/[src*="pkmn/4/2/5."] ,/*Cryogonal*/[src*="pkmn/j/h/y."] ,/*Deino*/[src*="pkmn/j/2/a."] ,/*Dondozo*/[src*="pkmn/m/n/b/5."] ,/*Dratini*/[src*="pkmn/a/x/w."] ,/*Ducklett*/[src*="pkmn/2/f/z."] ,/*Eiscue /Noice Face*/[src*="pkmn/x/h/a/0."] ,/*Elgyem*/[src*="pkmn/6/t/r."] ,/*Eternatus*/[src*="pkmn/m/e/2/i."] ,/*Finizen*/[src*="pkmn/a/l/e/n."] ,/*Finneon*/[src*="pkmn/c/e/z."] ,/*Flurrawr /Austral*/[src*="pkmn/x/o/u/n."] ,/*Froakie*/[src*="pkmn/j/t/g."] ,/*Frosdour ,/*/[src*="pkmn/x/0/e/e."] ,/*Gible*/[src*="pkmn/1/s/6."] ,/*Gibolu ,/*/[src*="pkmn/6/w/1/z."] ,/*Glileo ,/*/[src*="pkmn/u/7/c/q."] ,/*Glimmet*/[src*="pkmn/o/q/l/y."] ,/*Heracross*/[src*="pkmn/j/x/b."] ,/*Horsea*/[src*="pkmn/q/8."] ,/*Hydrark ,/*/[src*="pkmn/7/w/7/v."] ,/*Inferial ,/*/[src*="pkmn/a/3/a/u."] ,/*Inkay*/[src*="pkmn/r/h/6."] ,/*Jestur ,/*/[src*="pkmn/c/x/q/t."] ,/*Karrablast*/[src*="pkmn/4/b/8."] ,/*Kawotor ,/*/[src*="pkmn/8/9/y/e."] ,/*Komala*/[src*="pkmn/s/v/v/x."] ,/*Koroku ,/*/[src*="pkmn/e/r/g/t."] ,/*Kyogre*/[src*="pkmn/d/f/s."] ,/*Lapras*/[src*="pkmn/h/h/h."] ,/*Latios*/[src*="pkmn/j/j."] ,/*Luckoo ,/*/[src*="pkmn/y/o/0/r."] ,/*Manaphy*/[src*="pkmn/j/8/a."] ,/*Mantyke*/[src*="pkmn/j/3/8."] ,/*Mareanie*/[src*="pkmn/w/i/r/f."] ,/*Marill*/[src*="pkmn/b/2/f/n."] ,/*Meditite*/[src*="pkmn/7/d/y."] ,/*Meowth /Alolan Forme*/[src*="pkmn/9/v/c/y."] ,/*Mr. Mime /Galarian Forme*/[src*="pkmn/y/j/q/z."] ,/*Mudkip*/[src*="pkmn/b/5/9."] ,/*Noismog ,/*/[src*="pkmn/l/s/w/r."] ,/*Numel /Arctic*/[src*="pkmn/u/h/t/9."] ,/*Oddish*/[src*="pkmn/g/s/n."] ,/*Omanyte*/[src*="pkmn/1/5/l."] ,/*Oshawott*/[src*="pkmn/g/2/t."] ,/*Panpour*/[src*="pkmn/9/d/l."] ,/*Parapod ,/*/[src*="pkmn/5/t/9/h."] ,/*Phanpy*/[src*="pkmn/i/1/e."] ,/*Phione*/[src*="pkmn/2/b/o."] ,/*Piplup*/[src*="pkmn/7/p/8."] ,/*Poliwag*/[src*="pkmn/l/m/7."] ,/*Popplio*/[src*="pkmn/b/o/e/9."] ,/*Quaxly*/[src*="pkmn/6/1/u/b."] ,/*Quetzephyr ,/*/[src*="pkmn/4/i/h/o."] ,/*Regice*/[src*="pkmn/7/z/8."] ,/*Riolu*/[src*="pkmn/d/w/5."] ,/*Roggenrola*/[src*="pkmn/g/z/8."] ,/*Rookidee*/[src*="pkmn/r/d/j/o."] ,/*Ryumen ,/*/[src*="pkmn/u/i/2/l."] ,/*Sawk*/[src*="pkmn/h/w/i."] ,/*Scaracross ,/*/[src*="pkmn/5/l/v/g."] ,/*Searene ,/*/[src*="pkmn/e/o/7/7."] ,/*Selkrub ,/*/[src*="pkmn/u/y/z/b."] ,/*Shellos /Orient*/[src*="pkmn/5/d/m."] ,/*Shinx*/[src*="pkmn/j/w/f."] ,/*Skeleco ,/*/[src*="pkmn/k/w/j/q."] ,/*Skyrie ,/*/[src*="pkmn/9/i/2/3."] ,/*Slithugi ,/*/[src*="pkmn/z/e/9/7."] ,/*Snow Combee ,/*/[src*="pkmn/6/h/b/q."] ,/*Sobble*/[src*="pkmn/e/1/2/0."] ,/*Spheal*/[src*="pkmn/x/2."] ,/*Spritzkrow ,/*/[src*="pkmn/m/q/c/n."] ,/*Squawkabilly /Blue plumage*/[src*="pkmn/o/f/9/s."] ,/*Squirtle*/[src*="pkmn/l/w/s."] ,/*Suicune*/[src*="pkmn/4/v/s."] ,/*Surskit*/[src*="pkmn/1/9/q."] ,/*Swablu*/[src*="pkmn/6/l/n."] ,/*Taillow*/[src*="pkmn/m/x/d."] ,/*Tangela*/[src*="pkmn/k/b/3."] ,/*Tentacool*/[src*="pkmn/d/6/h."] ,/*Thundurus*/[src*="pkmn/4/e/h."] ,/*Tirtouga*/[src*="pkmn/f/j/2."] ,/*Totodile*/[src*="pkmn/4/3/r."] ,/*Tympole*/[src*="pkmn/m/h/g."] ,/*Wailmer*/[src*="pkmn/e/1/3."] ,/*Wishiwashi*/[src*="pkmn/e/7/2/t."] ,/*Wobbuffet*/[src*="pkmn/3/t/b/5."] ,/*Woobat*/[src*="pkmn/c/6/t."] ,/*Wooper*/[src*="pkmn/2/v/k."] ,/*Wooper /Galvanic*/[src*="pkmn/8/k/t/a."] ,/*Wynaut*/[src*="pkmn/8/w/9."] ,/*Xerneas*/[src*="pkmn/6/6/t/v."] ,/*Zacian*/[src*="pkmn/d/u/s/i."] {border-radius: 20px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}

102 Brown Eggs

/* 102 brown eggs */ /*Name*/ [src*="SpriteCode"] ,/*Abra*/[src*="pkmn/4/y/r."] ,/*Apocalyptic Golett ,/*/[src*="pkmn/7/p/3/b."] ,/*Apocalyptic Shroomish ,/*/[src*="pkmn/d/e/w/e."] ,/*Arasprit ,/*/[src*="pkmn/7/9/i/m."] ,/*Arrokuda*/[src*="pkmn/g/d/b/7."] ,/*Ayeren ,/*/[src*="pkmn/x/6/y/4."] ,/*Baltoy*/[src*="pkmn/a/q/0."] ,/*Bidoof*/[src*="pkmn/h/i/m."] ,/*Bidoof /Igneous*/[src*="pkmn/e/8/4/l."] ,/*Binacle*/[src*="pkmn/g/4/b."] ,/*Bonsly*/[src*="pkmn/o/8/a."] ,/*Bouffalant*/[src*="pkmn/1/f/b."] ,/*Boxaby ,/*/[src*="pkmn/8/h/p/5."] ,/*Bramblin*/[src*="pkmn/n/f/s/q."] ,/*Buizel*/[src*="pkmn/4/4/t."] ,/*Buneary*/[src*="pkmn/m/j/c."] ,/*Bunnelby*/[src*="pkmn/2/q/q."] ,/*Chimchar*/[src*="pkmn/g/h/g."] ,/*Clobbopus*/[src*="pkmn/9/0/5/n."] ,/*Cubone*/[src*="pkmn/h/6/b."] ,/*Diglett*/[src*="pkmn/6/1/e."] ,/*Diglett /Alolan Forme*/[src*="pkmn/p/p/g/x."] ,/*Doduo*/[src*="pkmn/5/b/1."] ,/*Eevee*/[src*="pkmn/3/e/l."] ,/*Entei*/[src*="pkmn/j/a/6."] ,/*Farfetch'd*/[src*="pkmn/h/d."] ,/*Farfetch'd /Galarian Forme*/[src*="pkmn/z/k/x/9."] ,/*Feebas*/[src*="pkmn/i/3/m."] ,/*Geodude*/[src*="pkmn/1/y/t."] ,/*Glameow /Siberian*/[src*="pkmn/e/p/4/p."] ,/*Growlithe*/[src*="pkmn/k/n/x."] ,/*Growlithe /Hisuian Forme*/[src*="pkmn/p/x/g/c."] ,/*Heatran*/[src*="pkmn/4/9."] ,/*Hippopotas*/[src*="pkmn/k/y/r."] ,/*Honedge*/[src*="pkmn/n/x/e."] ,/*Hoothoot*/[src*="pkmn/m/f/t."] ,/*Kabuto*/[src*="pkmn/6/n/4."] ,/*Kangaskhan*/[src*="pkmn/d/5/0."] ,/*Kenyip ,/*/[src*="pkmn/i/7/l/p."] ,/*Landorus*/[src*="pkmn/o/o/7."] ,/*Lillipup*/[src*="pkmn/h/1/j."] ,/*Litleo*/[src*="pkmn/s/j/m."] ,/*Mankey*/[src*="pkmn/t/j."] ,/*Maschiff*/[src*="pkmn/8/4/y/d."] ,/*Meowth /Galarian Forme*/[src*="pkmn/w/a/h/3."] ,/*Minior*/[src*="pkmn/a/d/q/3."] ,/*Mudbray*/[src*="pkmn/l/t/7/0."] ,/*Nacli*/[src*="pkmn/c/u/k/g."] ,/*Nickit*/[src*="pkmn/i/q/e/3."] ,/*Pasovan ,/*/[src*="pkmn/b/c/5/f."] ,/*Patrat*/[src*="pkmn/9/6/3."] ,/*Phantump*/[src*="pkmn/8/f/n."] ,/*Phastix ,/*/[src*="pkmn/a/0/n/o."] ,/*Pidgey*/[src*="pkmn/b/y."] ,/*Pinsir*/[src*="pkmn/b/x/s."] ,/*Pixrine ,/*/[src*="pkmn/z/a/0/2."] ,/*Pumpkaboo /Average Size*/[src*="pkmn/5/3/s."] ,/*Pumpkaboo /Large Size*/[src*="pkmn/o/5/x."] ,/*Pumpkaboo /Small Size*/[src*="pkmn/y/x."] ,/*Pumpkaboo /Super Size*/[src*="pkmn/t/z/8."] ,/*Quokuddle ,/*/[src*="pkmn/5/l/1/5."] ,/*Regirock*/[src*="pkmn/o/t/z."] ,/*Rellor*/[src*="pkmn/5/g/f/z."] ,/*Rockruff*/[src*="pkmn/2/o/2."] ,/*Rokiwi ,/*/[src*="pkmn/3/p/c/0."] ,/*Rowlet*/[src*="pkmn/k/8/t/9."] ,/*Sandile*/[src*="pkmn/h/d/l."] ,/*Sandygast*/[src*="pkmn/l/1/p/i."] ,/*Seedot*/[src*="pkmn/m/z/8."] ,/*Sentret*/[src*="pkmn/h/j/d."] ,/*Shinxel ,/*/[src*="pkmn/v/h/8/n."] ,/*Shroomish*/[src*="pkmn/8/b/g."] ,/*Sikannos ,/*/[src*="pkmn/b/0/3/n."] ,/*Skiddo*/[src*="pkmn/7/f."] ,/*Skrelp*/[src*="pkmn/p/5/7."] ,/*Skwovet*/[src*="pkmn/w/y/c/n."] ,/*Slakoth*/[src*="pkmn/f/w/s."] ,/*Solynx ,/*/[src*="pkmn/w/e/u/8."] ,/*Spearow*/[src*="pkmn/i/m/r."] ,/*Spearow /Savage*/[src*="pkmn/2/2/a/h."] ,/*Spinda*/[src*="pkmn/l/1/7."] ,/*Stantler*/[src*="pkmn/a/y/f."] ,/*Starly*/[src*="pkmn/5/3/y."] ,/*Staryu*/[src*="pkmn/l/r/1."] ,/*Stunfisk*/[src*="pkmn/n/w/g."] ,/*Stunfisk /Galarian Forme*/[src*="pkmn/n/m/v/m."] ,/*Sudowoodo*/[src*="pkmn/a/6/6/v."] ,/*Swinub*/[src*="pkmn/j/z/s."] ,/*Taiveret ,/*/[src*="pkmn/v/v/p/m."] ,/*Tauros*/[src*="pkmn/d/q/n."] ,/*Teddiursa*/[src*="pkmn/8/2/i."] ,/*Tillink ,/*/[src*="pkmn/7/y/g/4."] ,/*Torkoal*/[src*="pkmn/e/9/e."] ,/*Trapinch*/[src*="pkmn/1/i/7."] ,/*Tyrunt*/[src*="pkmn/k/l/k."] ,/*Volcanion*/[src*="pkmn/c/0/7/g."] ,/*Vullaby*/[src*="pkmn/e/d/q."] ,/*Vulpix*/[src*="pkmn/7/z/0."] ,/*Weedle*/[src*="pkmn/a/1."] ,/*Wooper /Paldean Forme*/[src*="pkmn/j/u/z/g."] ,/*Yungoos*/[src*="pkmn/k/x/0/r."] ,/*Zigzagoon*/[src*="pkmn/j/9/n."] {border-radius: 20px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}

70 Green Eggs

/* 70 green eggs */ /*Name*/ [src*="SpriteCode"] ,/*Aphreyd ,/*/[src*="pkmn/k/r/y/x."] ,/*Axew*/[src*="pkmn/5/m/0."] ,/*Basculin /Blue Stripe*/[src*="pkmn/l/m/m."] ,/*Basculin /White Stripe*/[src*="pkmn/d/3/3/w."] ,/*Bellsprout*/[src*="pkmn/l/t/r."] ,/*Bronzor*/[src*="pkmn/a/a/c."] ,/*Budew*/[src*="pkmn/m/2/2."] ,/*Bulbasaur*/[src*="pkmn/c/0/7."] ,/*Burmy /Plant Cloak*/[src*="pkmn/h/l/1."] ,/*Cacnea*/[src*="pkmn/7/1/v."] ,/*Cactaboo ,/*/[src*="pkmn/a/k/t/n."] ,/*Calyrex*/[src*="pkmn/o/9/5/u."] ,/*Capsakid*/[src*="pkmn/s/p/4/9."] ,/*Carnivine*/[src*="pkmn/h/5/x."] ,/*Caterpie*/[src*="pkmn/j/n/z."] ,/*Celebi*/[src*="pkmn/5/d/v."] ,/*Celesteela*/[src*="pkmn/m/a/v/e."] ,/*Chespin*/[src*="pkmn/f/n/h."] ,/*Chikorita*/[src*="pkmn/c/z/0."] ,/*Comfey*/[src*="pkmn/3/p/o/k."] ,/*Cottonee*/[src*="pkmn/h/y/x."] ,/*Cyclizar*/[src*="pkmn/g/r/1/5."] ,/*Dewpider*/[src*="pkmn/3/g/w/n."] ,/*Dhelmise*/[src*="pkmn/5/g/a."] ,/*Dracovish*/[src*="pkmn/3/t/u/l."] ,/*Dracozolt*/[src*="pkmn/s/g/m/7."] ,/*Dreepy*/[src*="pkmn/f/h/q/m."] ,/*Dribbit ,/*/[src*="pkmn/e/7/f/o."] ,/*Early Bird Natu ,/*/[src*="pkmn/w/q/8/v."] ,/*Electrike*/[src*="pkmn/7/7/x."] ,/*Golett*/[src*="pkmn/m/e/4."] ,/*Gossifleur*/[src*="pkmn/8/8/1/5."] ,/*Grimer /Alolan Forme*/[src*="pkmn/8/s/i/r."] ,/*Grookey*/[src*="pkmn/4/3/d/z."] ,/*Gulpin*/[src*="pkmn/a/q/1."] ,/*Hawlucha*/[src*="pkmn/d/k/d."] ,/*Kecleon*/[src*="pkmn/7/x/q."] ,/*Klaatupillar ,/*/[src*="pkmn/1/a/l/m."] ,/*Larvitar*/[src*="pkmn/l/z/2."] ,/*Lotad*/[src*="pkmn/8/a/n."] ,/*Maractus*/[src*="pkmn/5/r/3."] ,/*Mocknock ,/*/[src*="pkmn/d/w/m/k."] ,/*Natu*/[src*="pkmn/2/h/q."] ,/*Pansage*/[src*="pkmn/p/0/e."] ,/*Petilil*/[src*="pkmn/i/4/g."] ,/*Platykit ,/*/[src*="pkmn/4/v/b."] ,/*Puppod ,/*/[src*="pkmn/g/6/g/a."] ,/*Rayquaza*/[src*="pkmn/8/0/s."] ,/*Regidrago*/[src*="pkmn/h/0/t/b."] ,/*Roselia*/[src*="pkmn/q/m/6/n."] ,/*Ryukuza ,/*/[src*="pkmn/s/k/d/4."] ,/*Scyther*/[src*="pkmn/7/9/t."] ,/*Seasonal Turtwig /Autumn Forme*/[src*="pkmn/a/s/6/y."] ,/*Seasonal Turtwig /Summer Forme*/[src*="pkmn/5/g/a/a."] ,/*Seasonal Turtwig /Winter Forme*/[src*="pkmn/5/0/6/d."] ,/*Shaymin*/[src*="pkmn/4/c/n."] ,/*Silicobra*/[src*="pkmn/3/r/a/j."] ,/*Smoliv*/[src*="pkmn/1/t/w/n."] ,/*Snivy*/[src*="pkmn/i/4."] ,/*Solosis*/[src*="pkmn/6/t/t."] ,/*Spinarak*/[src*="pkmn/2/6."] ,/*Sprigatito*/[src*="pkmn/k/3/v/s."] ,/*Squawkabilly*/[src*="pkmn/o/f/9/s."] ,/*Tornadus*/[src*="pkmn/f/a/4."] ,/*Treecko*/[src*="pkmn/i/0/k."] ,/*Tropius*/[src*="pkmn/8/q/y."] ,/*Trubbish*/[src*="pkmn/9/u/9."] ,/*Turtwig*/[src*="pkmn/6/t/u."] ,/*Virizion*/[src*="pkmn/2/7/e."] ,/*Zygarde /Core Forme*/[src*="pkmn/1/8/n/f."] {border-radius: 20px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}

60 Grey Eggs

/* 60 grey eggs */ /*Name*/ [src*="SpriteCode"] ,/*Alicalf ,/*/[src*="pkmn/w/7/r/u."] ,/*Anorith*/[src*="pkmn/4/n/g."] ,/*Aron*/[src*="pkmn/i/o/3."] ,/*Bandicoon ,/*/[src*="pkmn/z/1/o/d."] ,/*Barboach*/[src*="pkmn/a/v/p."] ,/*Caimaw ,/*/[src*="pkmn/4/j/0/7."] ,/*Carbink*/[src*="pkmn/v/5/e."] ,/*Castform*/[src*="pkmn/n/3/p."] ,/*Drilbur*/[src*="pkmn/b/x/z."] ,/*Durant*/[src*="pkmn/v/o."] ,/*Embretta ,/*/[src*="pkmn/3/t/z/8."] ,/*Espurr*/[src*="pkmn/k/3/1."] ,/*Exilant ,/*/[src*="pkmn/g/a/u/4."] ,/*Ferroseed*/[src*="pkmn/g/t/s."] ,/*Frigibax*/[src*="pkmn/6/t/7/e."] ,/*Geodude /Alolan Forme*/[src*="pkmn/i/y/y/3."] ,/*Gimmighoul*/[src*="pkmn/8/6/d/g."] ,/*Glameow*/[src*="pkmn/i/1/4."] ,/*Glaquine ,/*/[src*="pkmn/e/c/z/a."] ,/*Grubbin*/[src*="pkmn/3/b/v/m."] ,/*Jangmo-o*/[src*="pkmn/o/w/f/s."] ,/*Kitsunari ,/*/[src*="pkmn/2/1/j/l."] ,/*Kitwurm ,/*/[src*="pkmn/z/w/5/6."] ,/*Klefki*/[src*="pkmn/m/q/c."] ,/*Klink*/[src*="pkmn/i/m/9."] ,/*Kubfu*/[src*="pkmn/4/i/8/d."] ,/*Kyurem*/[src*="pkmn/j/j/u."] ,/*Lechonk*/[src*="pkmn/2/s/3/g."] ,/*Machop*/[src*="pkmn/a/2/d."] ,/*Magnemite*/[src*="pkmn/9/g/4."] ,/*Meltan*/[src*="pkmn/q/g/3/y."] ,/*Minccino*/[src*="pkmn/j/b/e."] ,/*Minibbit ,/*/[src*="pkmn/1/4/k/l."] ,/*Nincada*/[src*="pkmn/n/y/x."] ,/*Nosepass*/[src*="pkmn/b/l/l."] ,/*Nymble*/[src*="pkmn/z/l/3/n."] ,/*Onix*/[src*="pkmn/6/d/s."] ,/*Pidove*/[src*="pkmn/h/p/m."] ,/*Pineco*/[src*="pkmn/d/n/x."] ,/*Poochyena*/[src*="pkmn/m/f/c."] ,/*Qwilfish*/[src*="pkmn/h/q/c."] ,/*Registeel*/[src*="pkmn/3/f/3."] ,/*Relicanth*/[src*="pkmn/o/9/f."] ,/*Remoraid*/[src*="pkmn/m/x/3."] ,/*Rhyhorn*/[src*="pkmn/9/b/0."] ,/*Shieldon*/[src*="pkmn/c/u/5."] ,/*Shroodle*/[src*="pkmn/7/t/b/r."] ,/*Skarmory*/[src*="pkmn/2/v/d."] ,/*Snorunt*/[src*="pkmn/7/t/f."] ,/*Stakataka*/[src*="pkmn/k/o/h/o."] ,/*Stonjourner*/[src*="pkmn/k/w/x/2."] ,/*Terrakion*/[src*="pkmn/i/s/f."] ,/*Timburr*/[src*="pkmn/6/3/e."] ,/*Togedemaru*/[src*="pkmn/t/c/n/o."] ,/*Type: Null*/[src*="pkmn/k/3/k/2."] ,/*Varoom*/[src*="pkmn/o/q/e/v."] ,/*Veluza*/[src*="pkmn/u/o/x/l."] ,/*Volbeat*/[src*="pkmn/b/5/8."] ,/*Wimpod*/[src*="pkmn/v/5/u/1."] ,/*Zorua*/[src*="pkmn/a/h/s."] {border-radius: 20px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}

45 Pink Eggs

/* 45 pink eggs */ /*Name*/ [src*="SpriteCode"] ,/*Alomomola*/[src*="pkmn/i/i/t."] ,/*Audino*/[src*="pkmn/a/v/v."] ,/*Bruxish*/[src*="pkmn/4/x/r/y."] ,/*Chansey*/[src*="pkmn/k/8/c/u."] ,/*Cherubi*/[src*="pkmn/k/t/f."] ,/*Cleffa*/[src*="pkmn/g/i/1."] ,/*Corsola*/[src*="pkmn/f/o/v."] ,/*Diancie*/[src*="pkmn/y/n/e/8."] ,/*Enamorus*/[src*="pkmn/v/a/b/f."] ,/*Exeggcute*/[src*="pkmn/n/k/h."] ,/*Faemueño ,/*/[src*="pkmn/a/t/0/j."] ,/*Flamigo*/[src*="pkmn/k/l/y/k."] ,/*Fomantis*/[src*="pkmn/g/9/w/3."] ,/*Goschief ,/*/[src*="pkmn/7/d/z/n."] ,/*Guild Igglybuff ,/*/[src*="pkmn/p/o/p/n."] ,/*Happiny*/[src*="pkmn/l/v/b."] ,/*Hatenna*/[src*="pkmn/m/z/3/5."] ,/*Hoppip*/[src*="pkmn/o/l/o."] ,/*Igglybuff*/[src*="pkmn/m/n/s."] ,/*Impidimp*/[src*="pkmn/t/4/v/z."] ,/*Kyutopi ,/*/[src*="pkmn/e/4/9/m."] ,/*Lickitung*/[src*="pkmn/c/8/n."] ,/*Luvdisc*/[src*="pkmn/u/n."] ,/*Mesprit*/[src*="pkmn/c/i/g."] ,/*Mew*/[src*="pkmn/4/3/u."] ,/*Miltank*/[src*="pkmn/i/4/2."] ,/*Mime Jr.*/[src*="pkmn/m/q/k."] ,/*Mr. Mime*/[src*="pkmn/q/6/d/0."] ,/*Munna*/[src*="pkmn/9/0/8."] ,/*Oricorio /Pa'u Style*/[src*="pkmn/6/1/4/3."] ,/*Porygon*/[src*="pkmn/b/q/s."] ,/*Shellos /Occident*/[src*="pkmn/5/d/m."] ,/*Skitty*/[src*="pkmn/h/n/8."] ,/*Slowpoke*/[src*="pkmn/c/1/y."] ,/*Slowpoke /Galarian Forme*/[src*="pkmn/l/u/i/i."] ,/*Smoochum*/[src*="pkmn/o/b/7."] ,/*Snubbull*/[src*="pkmn/5/8/4."] ,/*Spritzee*/[src*="pkmn/6/5/9."] ,/*Stufful*/[src*="pkmn/m/z/n."] ,/*Tapu Lele*/[src*="pkmn/y/7/h/s."] ,/*Tatsugiri /Droopy Forme*/[src*="pkmn/7/k/t/e."] ,/*Tinkatink*/[src*="pkmn/o/i/9/m."] ,/*Valimp ,/*/[src*="pkmn/x/9/s/x."] ,/*Valkind ,/*/[src*="pkmn/e/2/x/i."] ,/*Whismur*/[src*="pkmn/n/d/x."] {border-radius: 20px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}

53 Purple Eggs

/* 53 purple eggs */ /*Name*/ [src*="SpriteCode"] ,/*Aerodactyl*/[src*="pkmn/5/d/f."] ,/*Aipom*/[src*="pkmn/g/d/0."] ,/*Apocalyptic Poochyena ,/*/[src*="pkmn/i/f/i/n."] ,/*Articuno /Galarian Forme*/[src*="pkmn/s/7/d/t."] ,/*Bounsweet*/[src*="pkmn/q/p/t/n."] ,/*Crabrawler*/[src*="pkmn/c/w/0/j."] ,/*Ditto*/[src*="pkmn/e/h/x."] ,/*Drifloon*/[src*="pkmn/l/l/q."] ,/*Ekans*/[src*="pkmn/n/q/8."] ,/*Gastly*/[src*="pkmn/f/b/0."] ,/*Genesect*/[src*="pkmn/e/c/y."] ,/*Gligar*/[src*="pkmn/m/3/m."] ,/*Goomy*/[src*="pkmn/m/q/f."] ,/*Gothita*/[src*="pkmn/i/v/v."] ,/*Gragon ,/*/[src*="pkmn/u/4/z/o."] ,/*Grimer*/[src*="pkmn/n/a/i."] ,/*Hoopa*/[src*="pkmn/3/j/h/j."] ,/*Illumise*/[src*="pkmn/h/a/c."] ,/*Indeedee*/[src*="pkmn/j/f/u/s."] ,/*Koffing*/[src*="pkmn/b/d/m."] ,/*Kryptik ,/*/[src*="pkmn/s/m/f/g."] ,/*Lileep*/[src*="pkmn/y/r."] ,/*Magipede ,/*/[src*="pkmn/m/7/a/a."] ,/*Magquaza ,/*/[src*="pkmn/p/5/l/k."] ,/*Mantine*/[src*="pkmn/d/h/7/w."] ,/*Maravol /Aggro Pattern*/[src*="pkmn/t/r/y/w."] ,/*Mewtwo*/[src*="pkmn/j/t/q."] ,/*Mirrasma ,/*/[src*="pkmn/r/i/2/z."] ,/*Misdreavus*/[src*="pkmn/6/u/u."] ,/*Morelull*/[src*="pkmn/5/5/7/6."] ,/*Morpeko /Hangry Mode*/[src*="pkmn/h/8/p/u."] ,/*Nidoran*/[src*="pkmn/1/8/7."] ,/*Noibat*/[src*="pkmn/h/w/j."] ,/*Oricorio /Sensu Style*/[src*="pkmn/6/1/4/3."] ,/*Palkia*/[src*="pkmn/e/j/7."] ,/*Pincurchin*/[src*="pkmn/z/5/5/4."] ,/*Poipole*/[src*="pkmn/e/x/w/e."] ,/*Purrloin*/[src*="pkmn/2/l/p."] ,/*Purrloin /Hallowe'en Witch*/[src*="pkmn/9/r/1/3."] ,/*Rattata*/[src*="pkmn/5/j/w."] ,/*Sableye*/[src*="pkmn/s/5."] ,/*Shellder*/[src*="pkmn/3/1/u."] ,/*Sinistea*/[src*="pkmn/1/w/r/3."] ,/*Skorupi*/[src*="pkmn/l/t/c."] ,/*Spiritomb*/[src*="pkmn/m/m/g."] ,/*Stunky*/[src*="pkmn/h/m/b."] ,/*Tapu Fini*/[src*="pkmn/g/r/d/9."] ,/*Teddicursa ,/*/[src*="pkmn/9/u/f/z."] ,/*Toxel*/[src*="pkmn/8/9/p/k."] ,/*Tyrogue*/[src*="pkmn/h/5/v."] ,/*Venonat*/[src*="pkmn/i/i/f."] ,/*XD001 ,/*/[src*="pkmn/t/g/4/3."] ,/*Zubat*/[src*="pkmn/7/s/7."] {border-radius: 20px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}

56 Red Eggs

/* 56 red eggs */ /*Name*/ [src*="SpriteCode"] ,/*Applin*/[src*="pkmn/3/x/h/z."] ,/*Buzzwole*/[src*="pkmn/2/n/1/d."] ,/*Carvanha*/[src*="pkmn/g/g/v."] ,/*Charcadet*/[src*="pkmn/t/y/r/x."] ,/*Chark ,/*/[src*="pkmn/x/x/y/6."] ,/*Charmander*/[src*="pkmn/f/d/w."] ,/*Corphish*/[src*="pkmn/c/q."] ,/*Darumaka*/[src*="pkmn/1/0."] ,/*Delibird*/[src*="pkmn/d/z/3."] ,/*Deoxys*/[src*="pkmn/c/z/q."] ,/*Druddigon*/[src*="pkmn/o/6/l."] ,/*Dwebble*/[src*="pkmn/5/c/f."] ,/*Fennekin*/[src*="pkmn/u/v/g."] ,/*Flarbat ,/*/[src*="pkmn/o/c/k/e."] ,/*Fletchling*/[src*="pkmn/f/5/c."] ,/*Fuecoco*/[src*="pkmn/p/w/8/d."] ,/*Goldeen*/[src*="pkmn/l/k/a."] ,/*Groudon*/[src*="pkmn/c/x/7."] ,/*Heatmor*/[src*="pkmn/2/c/0."] ,/*Ho-Oh*/[src*="pkmn/5/0/g."] ,/*Klawf*/[src*="pkmn/9/9/g/n."] ,/*Krabby*/[src*="pkmn/b/f/k."] ,/*Kricketot*/[src*="pkmn/n/j/v."] ,/*Latias*/[src*="pkmn/e/h/l."] ,/*Ledyba*/[src*="pkmn/p/6/f."] ,/*Litten*/[src*="pkmn/4/z/d/i."] ,/*Magby*/[src*="pkmn/c/w/w."] ,/*Magearna*/[src*="pkmn/3/o/f/g."] ,/*Magikarp*/[src*="pkmn/8/r/q."] ,/*Oricorio /Baile Style*/[src*="pkmn/6/1/4/3."] ,/*Orthworm*/[src*="pkmn/k/b/8/0."] ,/*Pansear*/[src*="pkmn/n/s/g."] ,/*Paras*/[src*="pkmn/d/m/w."] ,/*Pawniard*/[src*="pkmn/i/a/w."] ,/*Rotom*/[src*="pkmn/h/h/6."] ,/*Seistatic ,/*/[src*="pkmn/w/n/i/z."] ,/*Shelmet*/[src*="pkmn/5/8/6."] ,/*Sizzlipede*/[src*="pkmn/f/1/i/9."] ,/*Slugma*/[src*="pkmn/f/f/i."] ,/*Solrock*/[src*="pkmn/a/g/q."] ,/*Sugarcoatl ,/*/[src*="pkmn/f/d/4/h."] ,/*Tapu Bulu*/[src*="pkmn/v/s/i/u."] ,/*Tatsugiri /Curly Forme*/[src*="pkmn/7/k/t/e."] ,/*Tepig*/[src*="pkmn/h/j/1."] ,/*Throh*/[src*="pkmn/j/o/4."] ,/*Torchic*/[src*="pkmn/8/v/w."] ,/*Torchic /Inferno*/[src*="pkmn/a/t/7/8."] ,/*Turtonator*/[src*="pkmn/2/t/n."] ,/*Venipede*/[src*="pkmn/1/q/3."] ,/*Voltorb*/[src*="pkmn/j/p/g."] ,/*Voltorb /Hisuian Forme*/[src*="pkmn/q/w/s/9."] ,/*Wurmple*/[src*="pkmn/8/b/v."] ,/*Yanma*/[src*="pkmn/d/q/b."] ,/*Yveltal*/[src*="pkmn/3/a/l/s."] ,/*Zamazenta*/[src*="pkmn/o/2/g/f."] ,/*Zapdos /Galarian Forme*/[src*="pkmn/u/s/y/s."] {border-radius: 20px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}

66 White Eggs

/* 66 white eggs */ /*Name*/ [src*="SpriteCode"] ,/*Absol*/[src*="pkmn/j/o/e."] ,/*Arceus*/[src*="pkmn/7/j/0."] ,/*Ardik ,/*/[src*="pkmn/9/2/e/8."] ,/*Blacephalon*/[src*="pkmn/n/b/1/m."] ,/*Bombirdier*/[src*="pkmn/y/z/y/n."] ,/*Cetoddle*/[src*="pkmn/u/y/q/5."] ,/*Corsola /Galarian Forme*/[src*="pkmn/m/l/n/8."] ,/*Cubchoo*/[src*="pkmn/9/k/0."] ,/*Darumaka /Galarian Forme*/[src*="pkmn/j/z/0/3."] ,/*Dialga*/[src*="pkmn/7/e/4."] ,/*Drampa*/[src*="pkmn/f/q/s/j."] ,/*Duraludon*/[src*="pkmn/7/f/8/m."] ,/*Emolga*/[src*="pkmn/j/w/r."] ,/*Flabebe /Aqua Flower*/[src*="pkmn/e/2/4."] ,/*Foongus*/[src*="pkmn/e/u/j."] ,/*Frillish*/[src*="pkmn/h/9/i."] ,/*Frillish /Bubbly Forme*/[src*="pkmn/y/y/8/o."] ,/*Frusky ,/*/[src*="pkmn/7/y/w/1."] ,/*Furfrou*/[src*="pkmn/6/p/n."] ,/*Glastrier*/[src*="pkmn/n/7/l/s."] ,/*Greavard*/[src*="pkmn/o/4/e/7."] ,/*Honedge /Rose Gift*/[src*="pkmn/z/6/i."] ,/*Kartana*/[src*="pkmn/e/r/7/r."] ,/*Larvesta*/[src*="pkmn/f/4/h."] ,/*Litwick*/[src*="pkmn/n/3/k."] ,/*Lugia*/[src*="pkmn/j/j/2."] ,/*Mareep*/[src*="pkmn/3/2/r."] ,/*Meloetta*/[src*="pkmn/4/q/7."] ,/*Milcery*/[src*="pkmn/j/9/0/b."] ,/*Nihilego*/[src*="pkmn/z/c/i/w."] ,/*Oranguru*/[src*="pkmn/o/a/r/f."] ,/*Pachirisu*/[src*="pkmn/r/k."] ,/*Pancham*/[src*="pkmn/a/5/o."] ,/*Passimian*/[src*="pkmn/5/r/3/2."] ,/*Pheromosa*/[src*="pkmn/d/e/3/i."] ,/*Ponyta /Galarian Forme*/[src*="pkmn/r/o/k/p."] ,/*Ralts*/[src*="pkmn/m/u/8."] ,/*Regigigas*/[src*="pkmn/m/f/7."] ,/*Reshiram*/[src*="pkmn/2/o/w."] ,/*Rufflet*/[src*="pkmn/l/m/v."] ,/*Sandshrew /Alolan Forme*/[src*="pkmn/r/2/t/g."] ,/*Scorbunny*/[src*="pkmn/f/9/1/w."] ,/*Seel*/[src*="pkmn/9/5/7."] ,/*Shinorin ,/*/[src*="pkmn/8/4/r/5."] ,/*Slypin ,/*/[src*="pkmn/b/d/c/s."] ,/*Smeargle*/[src*="pkmn/6/5/i."] ,/*Sneasel /Hisuian Forme*/[src*="pkmn/4/a/5/6."] ,/*Snom*/[src*="pkmn/g/o/s/y."] ,/*Snoralts ,/*/[src*="pkmn/m/6/h/x."] ,/*Snover*/[src*="pkmn/n/u/c."] ,/*Snowpoke ,/*/[src*="pkmn/h/2/l/9."] ,/*Squawkabilly /White plumage*/[src*="pkmn/o/f/9/s."] ,/*Swirlix*/[src*="pkmn/j/u/m."] ,/*Tandemaus*/[src*="pkmn/7/r/q/j."] ,/*Tarountula*/[src*="pkmn/8/w/n/i."] ,/*Togepi*/[src*="pkmn/c/a/a."] ,/*Tynamo*/[src*="pkmn/a/e/e."] ,/*Vanillite*/[src*="pkmn/c/w/4."] ,/*Vulpix /Alolan Forme*/[src*="pkmn/b/y/1/6."] ,/*Wagell ,/*/[src*="pkmn/y/q/w/s."] ,/*Wiglett*/[src*="pkmn/7/z/u/e."] ,/*Wingull*/[src*="pkmn/j/c/2."] ,/*Wooloo*/[src*="pkmn/n/l/h/4."] ,/*Zangoose*/[src*="pkmn/l/x/b."] ,/*Zigzagoon /Galarian Forme*/[src*="pkmn/l/w/a/d."] ,/*Zorua /Hisuian Forme*/[src*="pkmn/z/m/8/b."] {border-radius: 20px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}

67 Yellow Eggs

/* 67 yellow eggs */ /*Name*/ [src*="SpriteCode"] ,/*Archen*/[src*="pkmn/a/5/8."] ,/*Babaisy ,/*/[src*="pkmn/q/2/t/a."] ,/*Chingling*/[src*="pkmn/j/3/7."] ,/*Cinnamoru ,/*/[src*="pkmn/n/w/2/s."] ,/*Combee*/[src*="pkmn/n/m/e."] ,/*Cresselia*/[src*="pkmn/8/d/p."] ,/*Cufant*/[src*="pkmn/s/o/r/5."] ,/*Cutiefly*/[src*="pkmn/i/h/d/v."] ,/*Cyndaquil*/[src*="pkmn/4/2/a."] ,/*Dedenne*/[src*="pkmn/v/3/3."] ,/*Deerling /Autumn Forme*/[src*="pkmn/5/k/q."] ,/*Deerling /Spring Form*/[src*="pkmn/n/u/5."] ,/*Deerling /Summer Forme*/[src*="pkmn/6/7/q."] ,/*Deerling /Winter Forme*/[src*="pkmn/h/r/h."] ,/*Drowzee*/[src*="pkmn/b/v/d."] ,/*Dunsparce*/[src*="pkmn/o/0/q."] ,/*Elekid*/[src*="pkmn/7/2/l."] ,/*Falinks*/[src*="pkmn/k/q/l/l."] ,/*Fidough*/[src*="pkmn/o/1/k/q."] ,/*Flittle*/[src*="pkmn/3/o/z/y."] ,/*Flying Pichu ,/*/[src*="pkmn/b/p/l/8."] ,/*Girafarig*/[src*="pkmn/r/t."] ,/*Gosold ,/*/[src*="pkmn/c/u/e/3."] ,/*Gumairy ,/*/[src*="pkmn/c/0/p/f."] ,/*Helioptile*/[src*="pkmn/2/h/9."] ,/*Jirachi*/[src*="pkmn/8/b/h."] ,/*Jol tik*/[src*="pkmn/n/p/4."] ,/*Keldeo*/[src*="pkmn/f/6/2."] ,/*Lunamor ,/*/[src*="pkmn/g/k/o/9."] ,/*Lunatone*/[src*="pkmn/i/i/g."] ,/*Lyruse ,/*/[src*="pkmn/h/y/p/k."] ,/*Makuhita*/[src*="pkmn/l/6/d."] ,/*Meowth*/[src*="pkmn/o/r/x."] ,/*Mienfoo*/[src*="pkmn/a/k/y."] ,/*Mimikyu*/[src*="pkmn/s/j/7/m."] ,/*Minun*/[src*="pkmn/2/g/h."] ,/*Moltres*/[src*="pkmn/k/z/u."] ,/*Numel*/[src*="pkmn/k/7/e."] ,/*Pawmi*/[src*="pkmn/z/1/j/6."] ,/*Pepyre ,/*/[src*="pkmn/3/u/4/u."] ,/*Petripeep ,/*/[src*="pkmn/g/y/k/l."] ,/*Pichu*/[src*="pkmn/g/s/8."] ,/*Plusle*/[src*="pkmn/m/v/v."] ,/*Ponyta*/[src*="pkmn/6/6/5."] ,/*Psyduck*/[src*="pkmn/3/z/u."] ,/*Raikou*/[src*="pkmn/d/u/t."] ,/*Regieleki*/[src*="pkmn/5/o/q/4."] ,/*Sandshrew*/[src*="pkmn/1/i/1."] ,/*Schweepy ,/*/[src*="pkmn/8/h/j/e."] ,/*Scraggy*/[src*="pkmn/7/6/1."] ,/*Sewaddle*/[src*="pkmn/l/f/b."] ,/*Shooting Star Cleffa ,/*/[src*="pkmn/x/u/8/z."] ,/*Shuckle*/[src*="pkmn/l/5/e."] ,/*Sunkern*/[src*="pkmn/b/b/e."] ,/*Surfing Pichu ,/*/[src*="pkmn/q/i/m/w."] ,/*Tadbulb*/[src*="pkmn/c/u/h."] ,/*Tapu Koko*/[src*="pkmn/5/m/s/7."] ,/*Tenrekki ,/*/[src*="pkmn/1/1/t/2."] ,/*Toedscool*/[src*="pkmn/n/b/s/j."] ,/*Uxie*/[src*="pkmn/6/6/g."] ,/*Victini*/[src*="pkmn/e/g/8."] ,/*Yamper*/[src*="pkmn/1/x/i/n."] ,/*Zapdos*/[src*="pkmn/o/2/t."] ,/*Zeraora*/[src*="pkmn/7/c/y/3."] {border-radius: 20px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}
*** as with all of my codes, you are free to use, change and distrubute as you see fit... but please PM me if you find an error so i can correct it.
Bishop's AvatarBishop
Bishop's Avatar
UNIQUE EGG TOURNAMENT, new and improved... easier to find to remove ones you get and tells you if can be found in the lab or breed/shelter only. ***** TEST... after installing to see/verify what it will do go to egg supplier and look at pages there to see the various colors. ***** *** 72 new eggs from last 2 years added, looks like i am still missing 20, but this will still get you in top 100 easily. (thick green border on the 72 i have not put into right catagory yet) save your shelter adopts: ONLY get blue from lab (refresh often, set reminder on lab page to refresh) what it does... eggs that can be got in lab will have a blue circle, eggs that have to be bred (or easily found in shelter) are magenta and eggs that are hard to get or RARE to find in shelter (legends/variants) will have a bigger red circle, see one of those and you better snag it quickly. (this is NEW in my database... please send me a PM if you find egg with wrong color/spot) how to get/use: click on the hide box and then anywhere in hide box to copy all then paste to stylus (best choice), your skin (WORST choice due to clear cache after EVERY entry) or the css add section in QOL. when you get an egg, scroll through to find and delete it so it removes highlight and you do not get again. (remember control-f5 on pages found if using skin compared to stylus/qol after EVERY change) *** QOL CSS is loaded PRIOR to any of your skin/stylus, so if any of them also control egg info you will need to disable for this event.

unique eggs alphabetical list

/* 334 LAB EGGS */ [src*="egg name"] , /*Abra*/[src*="pkmn/4/y/r.png"] , /*Absol*/[src*="pkmn/j/o/e.png"] , /*Aipom*/[src*="pkmn/g/d/0.png"] , /*Applin[toAppletun]*/[src*="pkmn/3/x/h/z.png"] , /*Aron*/[src*="pkmn/i/o/3.png"] , /*Audino*/[src*="pkmn/a/v/v.png"] , /*Axew*/[src*="pkmn/5/m/0.png"] , /*Bagon*/[src*="pkmn/n/9/6.png"] , /*Baltoy*/[src*="pkmn/a/q/0.png"] , /*Beldum*/[src*="pkmn/i/k/7.png"] , /*Bellsprout*/[src*="pkmn/l/t/r.png"] , /*Bergmite*/[src*="pkmn/9/y/7.png"] , /*Bidoof*/[src*="pkmn/h/i/m.png"] , /*Binacle*/[src*="pkmn/g/4/b.png"] , /*Blipbug*/[src*="pkmn/s/7/c/o.png"] , /*Blitzle*/[src*="pkmn/m/t/p.png"] , /*Bouffalant*/[src*="pkmn/1/f/b.png"] , /*Bounsweet*/[src*="pkmn/q/p/t/n.png"] , /*Bronzor*/[src*="pkmn/a/a/c.png"] , /*Buizel*/[src*="pkmn/4/4/t.png"] , /*Bulbasaur*/[src*="pkmn/c/0/7.png"] , /*Buneary*/[src*="pkmn/m/j/c.png"] , /*Bunnelby*/[src*="pkmn/2/q/q.png"] , /*Burmy[PlantCloak]*/[src*="pkmn/h/l/1.png"] , /*Cacnea*/[src*="pkmn/7/1/v.png"] , /*Carbink*/[src*="pkmn/v/5/e.png"] , /*Carnivine*/[src*="pkmn/h/5/x.png"] , /*Castform*/[src*="pkmn/n/3/p.png"] , /*Caterpie*/[src*="pkmn/j/n/z.png"] , /*Chansey*/[src*="pkmn/k/8/c/u.png"] , /*Charmander*/[src*="pkmn/f/d/w.png"] , /*Chatot*/[src*="pkmn/9/7/w.png"] , /*Cherubi*/[src*="pkmn/k/t/f.png"] , /*Chespin*/[src*="pkmn/f/n/h.png"] , /*Chewtle*/[src*="pkmn/e/y/v/x.png"] , /*Chikorita*/[src*="pkmn/c/z/0.png"] , /*Chimchar*/[src*="pkmn/g/h/g.png"] , /*Chimecho*/[src*="pkmn/d/j/y/x.png"] , /*Cleffa*/[src*="pkmn/g/i/1.png"] , /*Clobbopus*/[src*="pkmn/9/0/5/n.png"] , /*Combee*/[src*="pkmn/n/m/e.png"] , /*Comfey*/[src*="pkmn/3/p/o/k.png"] , /*Cottonee*/[src*="pkmn/h/y/x.png"] , /*Crabrawler*/[src*="pkmn/c/w/0/j.png"] , /*Cramorant*/[src*="pkmn/a/j/9/2.png"] , /*Croagunk*/[src*="pkmn/4/2/5.png"] , /*Cryogonal*/[src*="pkmn/j/h/y.png"] , /*Cubchoo*/[src*="pkmn/9/k/0.png"] , /*Cubone*/[src*="pkmn/h/6/b.png"] , /*Cufant*/[src*="pkmn/s/o/r/5.png"] , /*Cutiefly*/[src*="pkmn/i/h/d/v.png"] , /*Cyndaquil*/[src*="pkmn/4/2/a.png"] , /*Darumaka*/[src*="pkmn/1/0.png"] , /*Dedenne*/[src*="pkmn/v/3/3.png"] , /*Deerling[AutumnForme]*/[src*="pkmn/5/k/q.png"] , /*Deerling[SpringForme]*/[src*="pkmn/n/u/5.png"] , /*Deerling[SummerForme]*/[src*="pkmn/6/7/q.png"] , /*Deerling[WinterForme]*/[src*="pkmn/h/r/h.png"] , /*Deino*/[src*="pkmn/j/2/a.png"] , /*Delibird*/[src*="pkmn/d/z/3.png"] , /*Dewpider*/[src*="pkmn/3/g/w/n.png"] , /*Diglett*/[src*="pkmn/6/1/e.png"] , /*Ditto*/[src*="pkmn/e/h/x.png"] , /*Doduo*/[src*="pkmn/5/b/1.png"] , /*Drampa*/[src*="pkmn/f/q/s/j.png"] , /*Dratini*/[src*="pkmn/a/x/w.png"] , /*Dreepy*/[src*="pkmn/f/h/q/m.png"] , /*Drifloon*/[src*="pkmn/l/l/q.png"] , /*Drilbur*/[src*="pkmn/b/x/z.png"] , /*Drowzee*/[src*="pkmn/b/v/d.png"] , /*Druddigon*/[src*="pkmn/o/6/l.png"] , /*Ducklett*/[src*="pkmn/2/f/z.png"] , /*Dunsparce*/[src*="pkmn/o/0/q.png"] , /*Duraludon*/[src*="pkmn/7/f/8/m.png"] , /*Durant*/[src*="pkmn/v/o.png"] , /*Duskull*/[src*="pkmn/6/8/0.png"] , /*Dwebble*/[src*="pkmn/5/c/f.png"] , /*Eevee*/[src*="pkmn/3/e/l.png"] , /*Eiscue[NoIce]*/[src*="pkmn/x/h/a/0.png"] , /*Ekans*/[src*="pkmn/n/q/8.png"] , /*Electrike*/[src*="pkmn/7/7/x.png"] , /*Elekid*/[src*="pkmn/7/2/l.png"] , /*Elgyem*/[src*="pkmn/6/t/r.png"] , /*Emolga*/[src*="pkmn/j/w/r.png"] , /*Espurr*/[src*="pkmn/k/3/1.png"] , /*Exeggcute*/[src*="pkmn/n/k/h.png"] , /*Falinks*/[src*="pkmn/k/q/l/l.png"] , /*Farfetch'd*/[src*="pkmn/h/d.png"] , /*Fennekin*/[src*="pkmn/u/v/g.png"] , /*Ferroseed*/[src*="pkmn/g/t/s.png"] , /*Flabébé*/[src*="pkmn/e/2/4.png"] , /*Fletchling*/[src*="pkmn/f/5/c.png"] , /*Fomantis*/[src*="pkmn/g/9/w/3.png"] , /*Foongus*/[src*="pkmn/e/u/j.png"] , /*Froakie*/[src*="pkmn/j/t/g.png"] , /*Furfrou*/[src*="pkmn/6/p/n.png"] , /*Gastly*/[src*="pkmn/f/b/0.png"] , /*Geodude*/[src*="pkmn/1/y/t.png"] , /*Gible*/[src*="pkmn/1/s/6.png"] , /*Girafarig*/[src*="pkmn/r/t.png"] , /*Glameow*/[src*="pkmn/i/1/4.png"] , /*Gligar*/[src*="pkmn/m/3/m.png"] , /*Golett*/[src*="pkmn/m/e/4.png"] , /*Goomy*/[src*="pkmn/m/q/f.png"] , /*Gossifleur*/[src*="pkmn/8/8/1/5.png"] , /*Gothita*/[src*="pkmn/i/v/v.png"] , /*Grimer*/[src*="pkmn/n/a/i.png"] , /*Grookey*/[src*="pkmn/4/3/d/z.png"] , /*Growlithe*/[src*="pkmn/k/n/x.png"] , /*Grubbin*/[src*="pkmn/3/b/v/m.png"] , /*Gulpin*/[src*="pkmn/a/q/1.png"] , /*Hatenna*/[src*="pkmn/m/z/3/5.png"] , /*Hawlucha*/[src*="pkmn/d/k/d.png"] , /*Heatmor*/[src*="pkmn/2/c/0.png"] , /*Helioptile*/[src*="pkmn/2/h/9.png"] , /*Heracross*/[src*="pkmn/j/x/b.png"] , /*Hippopotas*/[src*="pkmn/k/y/r.png"] , /*Honedge*/[src*="pkmn/n/x/e.png"] , /*Hoothoot*/[src*="pkmn/m/f/t.png"] , /*Hoppip*/[src*="pkmn/o/l/o.png"] , /*Houndour*/[src*="pkmn/a/8/b.png"] , /*Igglybuff*/[src*="pkmn/m/n/s.png"] , /*Illumise*/[src*="pkmn/h/a/c.png"] , /*Impidimp*/[src*="pkmn/t/4/v/z.png"] , /*Indeedee*/[src*="pkmn/j/f/u/s.png"] , /*Inkay*/[src*="pkmn/r/h/6.png"] , /*Jangmo-o*/[src*="pkmn/o/w/f/s.png"] , /*Joltik*/[src*="pkmn/n/p/4.png"] , /*Kangaskhan*/[src*="pkmn/d/5/0.png"] , /*Karrablast*/[src*="pkmn/4/b/8.png"] , /*Kecleon*/[src*="pkmn/7/x/q.png"] , /*Klefki*/[src*="pkmn/m/q/c.png"] , /*Klink*/[src*="pkmn/i/m/9.png"] , /*Koffing*/[src*="pkmn/b/d/m.png"] , /*Komala*/[src*="pkmn/s/v/v/x.png"] , /*Kricketot*/[src*="pkmn/n/j/v.png"] , /*Lapras*/[src*="pkmn/h/h/h.png"] , /*Larvesta*/[src*="pkmn/f/4/h.png"] , /*Larvitar*/[src*="pkmn/l/z/2.png"] , /*Ledyba*/[src*="pkmn/p/6/f.png"] , /*Lickitung*/[src*="pkmn/c/8/n.png"] , /*Lillipup*/[src*="pkmn/h/1/j.png"] , /*Litleo*/[src*="pkmn/s/j/m.png"] , /*Litten*/[src*="pkmn/4/z/d/i.png"] , /*Litwick*/[src*="pkmn/n/3/k.png"] , /*Lotad*/[src*="pkmn/8/a/n.png"] , /*Lunatone*/[src*="pkmn/i/i/g.png"] , /*Machop*/[src*="pkmn/a/2/d.png"] , /*Magby*/[src*="pkmn/c/w/w.png"] , /*Magnemite*/[src*="pkmn/9/g/4.png"] , /*Makuhita*/[src*="pkmn/l/6/d.png"] , /*Mankey*/[src*="pkmn/t/j.png"] , /*Maractus*/[src*="pkmn/5/r/3.png"] , /*Mareep*/[src*="pkmn/3/2/r.png"] , /*Marill*/[src*="pkmn/b/2/f/n.png"] , /*Mawile*/[src*="pkmn/8/7/x.png"] , /*Meditite*/[src*="pkmn/7/d/y.png"] , /*Meowth*/[src*="pkmn/o/r/x.png"] , /*Mienfoo*/[src*="pkmn/a/k/y.png"] , /*Milcery*/[src*="pkmn/j/9/0/b.png"] , /*Miltank*/[src*="pkmn/i/4/2.png"] , /*Mimikyu*/[src*="pkmn/s/j/7/m.png"] , /*Minccino*/[src*="pkmn/j/b/e.png"] , /*Minior*/[src*="pkmn/a/d/q/3.png"] , /*Minun*/[src*="pkmn/2/g/h.png"] , /*Misdreavus*/[src*="pkmn/6/u/u.png"] , /*Morelull*/[src*="pkmn/5/5/7/6.png"] , /*Morpeko[HangryMode]*/[src*="pkmn/h/8/p/u.png"] , /*Mr.Mime*/[src*="pkmn/q/6/d/0.png"] , /*Mudbray*/[src*="pkmn/l/t/7/0.png"] , /*Mudkip*/[src*="pkmn/b/5/9.png"] , /*Munna*/[src*="pkmn/9/0/8.png"] , /*Murkrow*/[src*="pkmn/i/h/o.png"] , /*Natu*/[src*="pkmn/2/h/q.png"] , /*Nickit*/[src*="pkmn/i/q/e/3.png"] , /*Nidoran*/[src*="pkmn/1/8/7.png"] , /*Nincada*/[src*="pkmn/n/y/x.png"] , /*Noibat*/[src*="pkmn/h/w/j.png"] , /*Nosepass*/[src*="pkmn/b/l/l.png"] , /*Numel*/[src*="pkmn/k/7/e.png"] , /*Oddish*/[src*="pkmn/g/s/n.png"] , /*Onix*/[src*="pkmn/6/d/s.png"] , /*Oranguru*/[src*="pkmn/o/a/r/f.png"] , /*Oricorio[BaileStyle]*/[src*="pkmn/6/1/4/3.png"] , /*Oshawott*/[src*="pkmn/g/2/t.png"] , /*Pachirisu*/[src*="pkmn/r/k.png"] , /*Pancham*/[src*="pkmn/a/5/o.png"] , /*Panpour*/[src*="pkmn/9/d/l.png"] , /*Pansage*/[src*="pkmn/p/0/e.png"] , /*Pansear*/[src*="pkmn/n/s/g.png"] , /*Paras*/[src*="pkmn/d/m/w.png"] , /*Passimian*/[src*="pkmn/5/r/3/2.png"] , /*Patrat*/[src*="pkmn/9/6/3.png"] , /*Pawniard*/[src*="pkmn/i/a/w.png"] , /*Petilil*/[src*="pkmn/i/4/g.png"] , /*Phanpy*/[src*="pkmn/i/1/e.png"] , /*Phantump*/[src*="pkmn/8/f/n.png"] , /*Pichu*/[src*="pkmn/g/s/8.png"] , /*Pidgey*/[src*="pkmn/b/y.png"] , /*Pidove*/[src*="pkmn/h/p/m.png"] , /*Pikipek*/[src*="pkmn/t/3/n/j.png"] , /*Pincurchin*/[src*="pkmn/z/5/5/4.png"] , /*Pineco*/[src*="pkmn/d/n/x.png"] , /*Pinsir*/[src*="pkmn/b/x/s.png"] , /*Piplup*/[src*="pkmn/7/p/8.png"] , /*Plusle*/[src*="pkmn/m/v/v.png"] , /*Ponyta*/[src*="pkmn/6/6/5.png"] , /*Poochyena*/[src*="pkmn/m/f/c.png"] , /*Popplio*/[src*="pkmn/b/o/e/9.png"] , /*Porygon*/[src*="pkmn/b/q/s.png"] , /*Psyduck*/[src*="pkmn/3/z/u.png"] , /*Pumpkaboo[SmallSize]*/[src*="pkmn/y/x.png"] , /*Purrloin*/[src*="pkmn/2/l/p.png"] , /*Pyukumuku*/[src*="pkmn/k/5/c/t.png"] , /*Ralts*/[src*="pkmn/m/u/8.png"] , /*Rattata*/[src*="pkmn/5/j/w.png"] , /*Rhyhorn*/[src*="pkmn/9/b/0.png"] , /*Riolu*/[src*="pkmn/d/w/5.png"] , /*Rockruff*/[src*="pkmn/2/o/2.png"] , /*Roggenrola*/[src*="pkmn/g/z/8.png"] , /*Rolycoly*/[src*="pkmn/c/r/x/r.png"] , /*Rookidee*/[src*="pkmn/r/d/j/o.png"] , /*Roselia*/[src*="pkmn/q/m/6/n.png"] , /*Rotom*/[src*="pkmn/h/h/6.png"] , /*Rowlet*/[src*="pkmn/k/8/t/9.png"] , /*Rufflet*/[src*="pkmn/l/m/v.png"] , /*Sableye*/[src*="pkmn/s/5.png"] , /*Salandit*/[src*="pkmn/y/t/n/f.png"] , /*Sandile*/[src*="pkmn/h/d/l.png"] , /*Sandshrew*/[src*="pkmn/1/i/1.png"] , /*Sandygast*/[src*="pkmn/l/1/p/i.png"] , /*Sawk*/[src*="pkmn/h/w/i.png"] , /*Scatterbug*/[src*="pkmn/u/6/z.png"] , /*Scorbunny*/[src*="pkmn/f/9/1/w.png"] , /*Scraggy*/[src*="pkmn/7/6/1.png"] , /*Scyther*/[src*="pkmn/7/9/t.png"] , /*Seedot*/[src*="pkmn/m/z/8.png"] , /*Sentret*/[src*="pkmn/h/j/d.png"] , /*Seviper*/[src*="pkmn/b/m/6.png"] , /*Sewaddle*/[src*="pkmn/l/f/b.png"] , /*Shellos[Occident]*/[src*="pkmn/5/d/m.png"] , /*Shelmet*/[src*="pkmn/5/8/6.png"] , /*Shinx*/[src*="pkmn/j/w/f.png"] , /*Shroomish*/[src*="pkmn/8/b/g.png"] , /*Shuckle*/[src*="pkmn/l/5/e.png"] , /*Shuppet*/[src*="pkmn/c/g/k.png"] , /*Sigilyph*/[src*="pkmn/b/d/u.png"] , /*Silicobra*/[src*="pkmn/3/r/a/j.png"] , /*Sinistea*/[src*="pkmn/1/w/r/3.png"] , /*Sizzlipede*/[src*="pkmn/f/1/i/9.png"] , /*Skarmory*/[src*="pkmn/2/v/d.png"] , /*Skiddo*/[src*="pkmn/7/f.png"] , /*Skitty*/[src*="pkmn/h/n/8.png"] , /*Skorupi*/[src*="pkmn/l/t/c.png"] , /*Skrelp*/[src*="pkmn/p/5/7.png"] , /*Skwovet*/[src*="pkmn/w/y/c/n.png"] , /*Slakoth*/[src*="pkmn/f/w/s.png"] , /*Slugma*/[src*="pkmn/f/f/i.png"] , /*Smeargle*/[src*="pkmn/6/5/i.png"] , /*Smoochum*/[src*="pkmn/o/b/7.png"] , /*Sneasel*/[src*="pkmn/h/p/h.png"] , /*Snivy*/[src*="pkmn/i/4.png"] , /*Snom*/[src*="pkmn/g/o/s/y.png"] , /*Snorlax*/[src*="pkmn/8/t/3/u.png"] , /*Snorunt*/[src*="pkmn/7/t/f.png"] , /*Snover*/[src*="pkmn/n/u/c.png"] , /*Snubbull*/[src*="pkmn/5/8/4.png"] , /*Sobble*/[src*="pkmn/e/1/2/0.png"] , /*Solosis*/[src*="pkmn/6/t/t.png"] , /*Solrock*/[src*="pkmn/a/g/q.png"] , /*Spearow*/[src*="pkmn/i/m/r.png"] , /*Spheal*/[src*="pkmn/x/2.png"] , /*Spinarak*/[src*="pkmn/2/6.png"] , /*Spinda*/[src*="pkmn/l/1/7.png"] , /*Spiritomb*/[src*="pkmn/m/m/g.png"] , /*Spoink*/[src*="pkmn/4/q/o.png"] , /*Spritzee*/[src*="pkmn/6/5/9.png"] , /*Squirtle*/[src*="pkmn/l/w/s.png"] , /*Stantler*/[src*="pkmn/a/y/f.png"] , /*Starly*/[src*="pkmn/5/3/y.png"] , /*Stonjourner*/[src*="pkmn/k/w/x/2.png"] , /*Stufful*/[src*="pkmn/m/z/n.png"] , /*Stunky*/[src*="pkmn/h/m/b.png"] , /*Sudowoodo*/[src*="pkmn/a/6/6/v.png"] , /*Sunkern*/[src*="pkmn/b/b/e.png"] , /*Surskit*/[src*="pkmn/1/9/q.png"] , /*Swablu*/[src*="pkmn/6/l/n.png"] , /*Swinub*/[src*="pkmn/j/z/s.png"] , /*Swirlix*/[src*="pkmn/j/u/m.png"] , /*Taillow*/[src*="pkmn/m/x/d.png"] , /*Tangela*/[src*="pkmn/k/b/3.png"] , /*Tauros*/[src*="pkmn/d/q/n.png"] , /*Teddiursa*/[src*="pkmn/8/2/i.png"] , /*Tepig*/[src*="pkmn/h/j/1.png"] , /*Throh*/[src*="pkmn/j/o/4.png"] , /*Timburr*/[src*="pkmn/6/3/e.png"] , /*Togedemaru*/[src*="pkmn/t/c/n/o.png"] , /*Togepi*/[src*="pkmn/c/a/a.png"] , /*Torchic*/[src*="pkmn/8/v/w.png"] , /*Torkoal*/[src*="pkmn/e/9/e.png"] , /*Totodile*/[src*="pkmn/4/3/r.png"] , /*Toxel[toAmped]*/[src*="pkmn/8/9/p/k.png"] , /*Trapinch*/[src*="pkmn/1/i/7.png"] , /*Treecko*/[src*="pkmn/i/0/k.png"] , /*Tropius*/[src*="pkmn/8/q/y.png"] , /*Trubbish*/[src*="pkmn/9/u/9.png"] , /*Turtonator*/[src*="pkmn/2/t/n.png"] , /*Turtwig*/[src*="pkmn/6/t/u.png"] , /*Tynamo*/[src*="pkmn/a/e/e.png"] , /*Tyrogue*/[src*="pkmn/h/5/v.png"] , /*Vanillite*/[src*="pkmn/c/w/4.png"] , /*Venipede*/[src*="pkmn/1/q/3.png"] , /*Venonat*/[src*="pkmn/i/i/f.png"] , /*Volbeat*/[src*="pkmn/b/5/8.png"] , /*Voltorb*/[src*="pkmn/j/p/g.png"] , /*Vullaby*/[src*="pkmn/e/d/q.png"] , /*Vulpix*/[src*="pkmn/7/z/0.png"] , /*Weedle*/[src*="pkmn/a/1.png"] , /*Whismur*/[src*="pkmn/n/d/x.png"] , /*Wimpod*/[src*="pkmn/v/5/u/1.png"] , /*Wingull*/[src*="pkmn/j/c/2.png"] , /*Wobbuffet*/[src*="pkmn/3/t/b/5.png"] , /*Woobat*/[src*="pkmn/c/6/t.png"] , /*Wooloo*/[src*="pkmn/n/l/h/4.png"] , /*Wooper*/[src*="pkmn/2/v/k.png"] , /*Wurmple*/[src*="pkmn/8/b/v.png"] , /*Yamask*/[src*="pkmn/n/m/q.png"] , /*Yamper*/[src*="pkmn/1/x/i/n.png"] , /*Yanma*/[src*="pkmn/d/q/b.png"] , /*Yungoos*/[src*="pkmn/k/x/0/r.png"] , /*Zangoose*/[src*="pkmn/l/x/b.png"] , /*Zigzagoon*/[src*="pkmn/j/9/n.png"] , /*Zorua*/[src*="pkmn/a/h/s.png"] , /*Zubat*/[src*="pkmn/7/s/7.png"] {border-radius: 50px;box-shadow: 0 0 0 5px blue; opacity: 1;} /* 77 EGGS to breed but easily found in shelter */ [src*="egg name"] , /*Aerodactyl*/[src*="pkmn/5/d/f."] , /*Alomomola*/[src*="pkmn/i/i/t."] , /*Amaura*/[src*="pkmn/2/o/m."] , /*Anorith*/[src*="pkmn/4/n/g."] , /*Archen*/[src*="pkmn/a/5/8."] , /*Arctovish*/[src*="pkmn/t/r/h/8."] , /*Arctozolt*/[src*="pkmn/u/0/o/a."] , /*Arrokuda*/[src*="pkmn/g/d/b/7."] , /*Azurill*/[src*="pkmn/g/i/c."] , /*Barboach*/[src*="pkmn/a/v/p."] , /*Basculin /Blue Stripe*/[src*="pkmn/l/m/m."] , /*Bonsly*/[src*="pkmn/o/8/a."] , /*Bruxish*/[src*="pkmn/4/x/r/y."] , /*Budew*/[src*="pkmn/m/2/2."] , /*Carvanha*/[src*="pkmn/g/g/v."] , /*Chinchou*/[src*="pkmn/d/9/6."] , /*Chingling*/[src*="pkmn/j/3/7."] , /*Clamperl*/[src*="pkmn/h/1/5."] , /*Clauncher*/[src*="pkmn/v/0/1."] , /*Corphish*/[src*="pkmn/c/q."] , /*Corsola*/[src*="pkmn/f/o/v."] , /*Corsola /Galarian Forme*/[src*="pkmn/m/l/n/8."] , /*Cranidos*/[src*="pkmn/1/f/5."] , /*Darumaka /Galarian Forme*/[src*="pkmn/j/z/0/3."] , /*Dhelmise*/[src*="pkmn/5/g/a."] , /*Diglett /Alolan Forme*/[src*="pkmn/p/p/g/x."] , /*Dracovish*/[src*="pkmn/3/t/u/l."] , /*Dracozolt*/[src*="pkmn/s/g/m/7."] , /*Farfetch'd /Galarian Forme*/[src*="pkmn/z/k/x/9."] , /*Feebas*/[src*="pkmn/i/3/m."] , /*Finneon*/[src*="pkmn/c/e/z."] , /*Frillish*/[src*="pkmn/h/9/i."] , /*Geodude /Alolan Forme*/[src*="pkmn/i/y/y/3."] , /*Goldeen*/[src*="pkmn/l/k/a."] , /*Grimer /Alolan Forme*/[src*="pkmn/8/s/i/r."] , /*Happiny*/[src*="pkmn/l/v/b."] , /*Horsea*/[src*="pkmn/q/8."] , /*Kabuto*/[src*="pkmn/6/n/4."] , /*Krabby*/[src*="pkmn/b/f/k."] , /*Lileep*/[src*="pkmn/y/r."] , /*Luvdisc*/[src*="pkmn/u/n."] , /*Magikarp*/[src*="pkmn/8/r/q."] , /*Mantine*/[src*="pkmn/d/h/7/w."] , /*Mantyke*/[src*="pkmn/j/3/8."] , /*Mareanie*/[src*="pkmn/w/i/r/f."] , /*Meowth /Alolan Forme*/[src*="pkmn/9/v/c/y."] , /*Meowth /Galarian Forme*/[src*="pkmn/w/a/h/3."] , /*Mime Jr.*/[src*="pkmn/m/q/k."] , /*Mr. Mime /Galarian Forme*/[src*="pkmn/y/j/q/z."] , /*Munchlax*/[src*="pkmn/4/u/j."] , /*Omanyte*/[src*="pkmn/1/5/l."] , /*Phione*/[src*="pkmn/2/b/o."] , /*Poliwag*/[src*="pkmn/l/m/7."] , /*Ponyta /Galarian Forme*/[src*="pkmn/r/o/k/p."] , /*Qwilfish*/[src*="pkmn/h/q/c."] , /*Rattata /Alolan Forme*/[src*="pkmn/s/y/w/b."] , /*Relicanth*/[src*="pkmn/o/9/f."] , /*Remoraid*/[src*="pkmn/m/x/3."] , /*Sandshrew /Alolan Forme*/[src*="pkmn/r/2/t/g."] , /*Seel*/[src*="pkmn/9/5/7."] , /*Shellder*/[src*="pkmn/3/1/u."] , /*Shieldon*/[src*="pkmn/c/u/5."] , /*Slowpoke*/[src*="pkmn/c/1/y."] , /*Slowpoke /Galarian Forme /to Slowbro /Galarian Forme*/[src*="pkmn/l/u/i/i."] , /*Staryu*/[src*="pkmn/l/r/1."] , /*Stunfisk*/[src*="pkmn/n/w/g."] , /*Stunfisk /Galarian Forme*/[src*="pkmn/n/m/v/m."] , /*Tentacool*/[src*="pkmn/d/6/h."] , /*Tirtouga*/[src*="pkmn/f/j/2."] , /*Tympole*/[src*="pkmn/m/h/g."] , /*Tyrunt*/[src*="pkmn/k/l/k."] , /*Vulpix /Alolan Forme*/[src*="pkmn/b/y/1/6."] , /*Wailmer*/[src*="pkmn/e/1/3."] , /*Wishiwashi*/[src*="pkmn/e/7/2/t."] , /*Wynaut*/[src*="pkmn/8/w/9."] , /*Yamask /Galarian Forme*/[src*="pkmn/l/u/0/t."] , /*Zigzagoon /Galarian Forme*/[src*="pkmn/l/w/a/d."] {border-radius: 50px;box-shadow: 0 0 0 5px magenta; opacity: 1;} /* 192 EGGS to breed or SUMMON, RARE to find in shelter */ [src*="egg name"] , /*Alicalf*/[src*="pkmn/w/7/r/u."] , /*Aphreyd*/[src*="pkmn/k/r/y/x."] , /*Apocalyptic Golett*/[src*="pkmn/7/p/3/b."] , /*Apocalyptic Growlithe*/[src*="pkmn/t/k/3/5."] , /*Apocalyptic Poochyena*/[src*="pkmn/i/f/i/n."] , /*Apocalyptic Shroomish*/[src*="pkmn/d/e/w/e."] , /*Arasprit*/[src*="pkmn/7/9/i/m."] , /*Arceus*/[src*="pkmn/7/j/0."] , /*Ardik*/[src*="pkmn/9/2/e/8."] , /*Articuno*/[src*="pkmn/f/m/u."] , /*Articuno /Galarian Forme*/[src*="pkmn/s/7/d/t."] , /*Ayeren*/[src*="pkmn/x/6/y/4."] , /*Azelf*/[src*="pkmn/f/p/6."] , /*Bandicoon*/[src*="pkmn/z/1/o/d."] , /*Bezerell*/[src*="pkmn/7/9/n/x."] , /*Bidoof /Igneous*/[src*="pkmn/e/8/4/l."] , /*Blacephalon*/[src*="pkmn/n/b/1/m."] , /*Blophin*/[src*="pkmn/q/m/5/u."] , /*Blue Moon Slugma*/[src*="pkmn/3/g/i/0."] , /*Boxaby*/[src*="pkmn/8/h/p/5."] , /*Bunbori*/[src*="pkmn/5/a/l/e."] , /*Buzzwole*/[src*="pkmn/2/n/1/d."] , /*Caimaw*/[src*="pkmn/4/j/0/7."] , /*Calyrex*/[src*="pkmn/o/9/5/u."] , /*Caprikid*/[src*="pkmn/f/1/i/n."] , /*Celebi*/[src*="pkmn/5/d/v."] , /*Celesteela*/[src*="pkmn/m/a/v/e."] , /*Cobalion*/[src*="pkmn/1/m/b."] , /*Cosmog*/[src*="pkmn/j/0/4/4."] , /*Cresselia*/[src*="pkmn/8/d/p."] , /*Croaket*/[src*="pkmn/u/s/8/z."] , /*Darkrai*/[src*="pkmn/e/g/p."] , /*Death Star Voltorb*/[src*="pkmn/q/r/9/c."] , /*Deoxys*/[src*="pkmn/c/z/q."] , /*Dialga*/[src*="pkmn/7/e/4."] , /*Diancie*/[src*="pkmn/y/n/e/8."] , /*Early Bird Natu*/[src*="pkmn/w/q/8/v."] , /*Entei*/[src*="pkmn/j/a/6."] , /*Eternatus*/[src*="pkmn/m/e/2/i."] , /*Exilant*/[src*="pkmn/g/a/u/4."] , /*Faemueño*/[src*="pkmn/a/t/0/j."] , /*Flarbat*/[src*="pkmn/o/c/k/e."] , /*Flurrawr /Austral*/[src*="pkmn/x/o/u/n."] , /*Flying Pichu*/[src*="pkmn/b/p/l/8."] , /*Frosdour*/[src*="pkmn/x/0/e/e."] , /*Frusky*/[src*="pkmn/7/y/w/1."] , /*Genesect*/[src*="pkmn/e/c/y."] , /*Giratina*/[src*="pkmn/5/g/0."] , /*Glameow /Siberian*/[src*="pkmn/e/p/4/p."] , /*Glaquine*/[src*="pkmn/e/c/z/a."] , /*Glastrier*/[src*="pkmn/n/7/l/s."] , /*Gligar /Vampire*/[src*="pkmn/2/a/b/4."] , /*Glileo*/[src*="pkmn/u/7/c/q."] , /*Goschief*/[src*="pkmn/7/d/z/n."] , /*Gosold*/[src*="pkmn/c/u/e/3."] , /*Gragon*/[src*="pkmn/u/4/z/o."] , /*Groudon*/[src*="pkmn/c/x/7."] , /*Guild Igglybuff*/[src*="pkmn/p/o/p/n."] , /*Gumairy*/[src*="pkmn/c/0/p/f."] , /*Guzzlord*/[src*="pkmn/p/k/v/c."] , /*Heatran*/[src*="pkmn/4/9."] , /*Ho-Oh*/[src*="pkmn/5/0/g."] , /*Hoopa*/[src*="pkmn/3/j/h/j."] , /*Houndour /Orthrus*/[src*="pkmn/9/8/x/o."] , /*Hydrark*/[src*="pkmn/7/w/7/v."] , /*Impyre*/[src*="pkmn/q/6/7/a."] , /*Jirachi*/[src*="pkmn/8/b/h."] , /*Kartana*/[src*="pkmn/e/r/7/r."] , /*Kawotor*/[src*="pkmn/8/9/y/e."] , /*Keldeo*/[src*="pkmn/f/6/2."] , /*Kenyip*/[src*="pkmn/i/7/l/p."] , /*Kinaster*/[src*="pkmn/v/k/6/v."] , /*Kitsunari*/[src*="pkmn/2/1/j/l."] , /*Kitwurm*/[src*="pkmn/z/w/5/6."] , /*Klaatupillar*/[src*="pkmn/1/a/l/m."] , /*Koroku*/[src*="pkmn/e/r/g/t."] , /*Kryptik*/[src*="pkmn/s/m/f/g."] , /*Kubfu*/[src*="pkmn/4/i/8/d."] , /*Kyogre*/[src*="pkmn/d/f/s."] , /*Kyurem*/[src*="pkmn/j/j/u."] , /*Kyutopi*/[src*="pkmn/e/4/9/m."] , /*Landorus*/[src*="pkmn/o/o/7."] , /*Latias*/[src*="pkmn/e/h/l."] , /*Latios*/[src*="pkmn/j/j."] , /*Luckoo*/[src*="pkmn/y/o/0/r."] , /*Lugia*/[src*="pkmn/j/j/2."] , /*Lunamor*/[src*="pkmn/g/k/o/9."] , /*Lunupine*/[src*="pkmn/c/q/s/d."] , /*Lyruse*/[src*="pkmn/h/y/p/k."] , /*Magearna*/[src*="pkmn/3/o/f/g."] , /*Magquaza*/[src*="pkmn/p/5/l/k."] , /*Manaphy*/[src*="pkmn/j/8/a."] , /*Maravol (F)lutter*/[src*="pkmn/t/r/y/w."] , /*Marshadow*/[src*="pkmn/9/8/0/i."] , /*Meloetta*/[src*="pkmn/4/q/7."] , /*Meltan*/[src*="pkmn/q/g/3/y."] , /*Mesprit*/[src*="pkmn/c/i/g."] , /*Mew*/[src*="pkmn/4/3/u."] , /*Mewtwo*/[src*="pkmn/j/t/q."] , /*Minibbit*/[src*="pkmn/1/4/k/l."] , /*Mocknock*/[src*="pkmn/d/w/m/k."] , /*Moltres*/[src*="pkmn/k/z/u."] , /*Moltres /Galarian Forme*/[src*="pkmn/o/r/b/p."] , /*Necrozma*/[src*="pkmn/n/3/v/v."] , /*Nihilego*/[src*="pkmn/z/c/i/w."] , /*Noismog*/[src*="pkmn/l/s/w/r."] , /*Numel /Arctic*/[src*="pkmn/u/h/t/9."] , /*Orkit*/[src*="pkmn/i/9/v/i."] , /*Palkia*/[src*="pkmn/e/j/7."] , /*Parapod*/[src*="pkmn/5/t/9/h."] , /*Pasovan*/[src*="pkmn/b/c/5/f."] , /*Pepyre*/[src*="pkmn/3/u/4/u."] , /*Petripeep*/[src*="pkmn/g/y/k/l."] , /*Phastix*/[src*="pkmn/a/0/n/o."] , /*Pheromosa*/[src*="pkmn/d/e/3/i."] , /*Pixrine*/[src*="pkmn/z/a/0/2."] , /*Poipole*/[src*="pkmn/e/x/w/e."] , /*Possmol*/[src*="pkmn/c/p/b/b."] , /*Pumpkaboo /Average Size*/[src*="pkmn/5/3/s."] , /*Pumpkaboo /Large Size*/[src*="pkmn/o/5/x."] , /*Pumpkaboo /Super Size*/[src*="pkmn/t/z/8."] , /*Puppod*/[src*="pkmn/g/6/g/a."] , /*Purrloin /Hallowe'en Witch*/[src*="pkmn/9/r/1/3."] , /*Quetzephyr*/[src*="pkmn/4/i/h/o."] , /*Raikou*/[src*="pkmn/d/u/t."] , /*Rayquaza*/[src*="pkmn/8/0/s."] , /*Regice*/[src*="pkmn/7/z/8."] , /*Regidrago*/[src*="pkmn/h/0/t/b."] , /*Regieleki*/[src*="pkmn/5/o/q/4."] , /*Regigigas*/[src*="pkmn/m/f/7."] , /*Regirock*/[src*="pkmn/o/t/z."] , /*Registeel*/[src*="pkmn/3/f/3."] , /*Reshiram*/[src*="pkmn/2/o/w."] , /*Rokiwi*/[src*="pkmn/3/p/c/0."] , /*Ryukuza*/[src*="pkmn/s/k/d/4."] , /*Saiyan Rattata /*/[src*="pkmn/t/7/n/8."] , /*Scaracross*/[src*="pkmn/5/l/v/g."] , /*Searene*/[src*="pkmn/e/o/7/7."] , /*Seasonal Turtwig /Autumn Forme*/[src*="pkmn/a/s/6/y."] , /*Seasonal Turtwig /Summer Forme*/[src*="pkmn/5/g/a/a."] , /*Seasonal Turtwig /Winter Forme*/[src*="pkmn/5/0/6/d."] , /*Selkrub*/[src*="pkmn/u/y/z/b."] , /*Shaymin*/[src*="pkmn/4/c/n."] , /*Shinorin*/[src*="pkmn/8/4/r/5."] , /*Shinxel*/[src*="pkmn/v/h/8/n."] , /*Shooting Star Cleffa*/[src*="pkmn/x/u/8/z."] , /*Sikannos*/[src*="pkmn/b/0/3/n."] , /*Skeleco*/[src*="pkmn/k/w/j/q."] , /*Skyrie*/[src*="pkmn/9/i/2/3."] , /*Slypin*/[src*="pkmn/b/d/c/s."] , /*Snichu /*/[src*="pkmn/y/8/5/p."] , /*Snoralts*/[src*="pkmn/m/6/h/x."] , /*Snow Combee*/[src*="pkmn/6/h/b/q."] , /*Snowpoke*/[src*="pkmn/h/2/l/9."] , /*Solynx*/[src*="pkmn/w/e/u/8."] , /*Spearow /Savage*/[src*="pkmn/2/2/a/h."] , /*Spectrier*/[src*="pkmn/z/t/3/r."] , /*Spritzkrow*/[src*="pkmn/m/q/c/n."] , /*Stakataka*/[src*="pkmn/k/o/h/o."] , /*Suicune*/[src*="pkmn/4/v/s."] , /*Surfing Pichu*/[src*="pkmn/q/i/m/w."] , /*Taiveret*/[src*="pkmn/v/v/p/m."] , /*Tapu Bulu*/[src*="pkmn/v/s/i/u."] , /*Tapu Fini*/[src*="pkmn/g/r/d/9."] , /*Tapu Koko*/[src*="pkmn/5/m/s/7."] , /*Tapu Lele*/[src*="pkmn/y/7/h/s."] , /*Tenrekki*/[src*="pkmn/1/1/t/2."] , /*Terrakion*/[src*="pkmn/i/s/f."] , /*Thundurus*/[src*="pkmn/4/e/h."] , /*Tillink*/[src*="pkmn/7/y/g/4."] , /*Tornadus*/[src*="pkmn/f/a/4."] , /*Type: Null*/[src*="pkmn/k/3/k/2."] , /*Uxie*/[src*="pkmn/6/6/g."] , /*Valimp*/[src*="pkmn/x/9/s/x."] , /*Valkind*/[src*="pkmn/e/2/x/i."] , /*Victini*/[src*="pkmn/e/g/8."] , /*Virizion*/[src*="pkmn/2/7/e."] , /*Volcanion*/[src*="pkmn/c/0/7/g."] , /*Wagell*/[src*="pkmn/y/q/w/s."] , /*Wooper /Galvanic*/[src*="pkmn/8/k/t/a."] , /*XD001*/[src*="pkmn/t/g/4/3."] , /*Xerneas*/[src*="pkmn/6/6/t/v."] , /*Xurkitree*/[src*="pkmn/3/0/r/9."] , /*Yveltal*/[src*="pkmn/3/a/l/s."] , /*Zacian*/[src*="pkmn/d/u/s/i."] , /*Zamazenta*/[src*="pkmn/o/2/g/f."] , /*Zapdos*/[src*="pkmn/o/2/t."] , /*Zapdos /Galarian Forme*/[src*="pkmn/u/s/y/s."] , /*Zarude /Leg Vines*/[src*="pkmn/s/y/k/6."] , /*Zekrom*/[src*="pkmn/l/w/u."] , /*Zeraora*/[src*="pkmn/7/c/y/3."] , /*Zygarde /Core Forme*/[src*="pkmn/1/8/n/f."] {border-radius: 50px;box-shadow: 0 0 0 10px red; opacity: 1;} /* 72 NEW EGGS not assigned a spot yet, using thick green */ [src*="egg name"] , /*Babaisy*/[src*="pkmn/q/2/t/a."] , /*Basculin /White Stripe*/[src*="pkmn/d/3/3/w."] , /*Bombirdier*/[src*="pkmn/y/z/y/n."] , /*Bramblin*/[src*="pkmn/n/f/s/q."] , /*Cactaboo*/[src*="pkmn/a/k/t/n."] , /*Capsakid*/[src*="pkmn/s/p/4/9."] , /*Cetoddle*/[src*="pkmn/u/y/q/5."] , /*Charcadet*/[src*="pkmn/t/y/r/x."] , /*Chark*/[src*="pkmn/x/x/y/6."] , /*Cinnamoru*/[src*="pkmn/n/w/2/s."] , /*Cyclizar*/[src*="pkmn/g/r/1/5."] , /*Dondozo*/[src*="pkmn/m/n/b/5."] , /*Dribbit*/[src*="pkmn/e/7/f/o."] , /*Embretta*/[src*="pkmn/3/t/z/8."] , /*Enamorus*/[src*="pkmn/v/a/b/f."] , /*Fidough*/[src*="pkmn/o/1/k/q."] , /*Finizen*/[src*="pkmn/a/l/e/n."] , /*Flamigo*/[src*="pkmn/k/l/y/k."] , /*Flittle*/[src*="pkmn/3/o/z/y."] , /*Frigibax*/[src*="pkmn/6/t/7/e."] , /*Frillish /Bubbly Forme*/[src*="pkmn/y/y/8/o."] , /*Fuecoco*/[src*="pkmn/p/w/8/d."] , /*Gibolu*/[src*="pkmn/6/w/1/z."] , /*Gimmighoul*/[src*="pkmn/8/6/d/g."] , /*Glimmet*/[src*="pkmn/o/q/l/y."] , /*Greavard*/[src*="pkmn/o/4/e/7."] , /*Growlithe /Hisuian Forme*/[src*="pkmn/p/x/g/c."] , /*Honedge /Rose Gift*/[src*="pkmn/z/6/i."] , /*Inferial*/[src*="pkmn/a/3/a/u."] , /*Jestur*/[src*="pkmn/c/x/q/t."] , /*Klawf*/[src*="pkmn/9/9/g/n."] , /*Lechonk*/[src*="pkmn/2/s/3/g."] , /*Magipede*/[src*="pkmn/m/7/a/a."] , /*Maschiff*/[src*="pkmn/8/4/y/d."] , /*Mirrasma*/[src*="pkmn/r/i/2/z."] , /*Nacli*/[src*="pkmn/c/u/k/g."] , /*Nymble*/[src*="pkmn/z/l/3/n."] , /*Orthworm*/[src*="pkmn/k/b/8/0."] , /*Pawmi*/[src*="pkmn/z/1/j/6."] , /*Platykit*/[src*="pkmn/4/v/b."] , /*Quaxly*/[src*="pkmn/6/1/u/b."] , /*Quokuddle*/[src*="pkmn/5/l/1/5."] , /*Rellor*/[src*="pkmn/5/g/f/z."] , /*Ryumen*/[src*="pkmn/u/i/2/l."] , /*Schweepy*/[src*="pkmn/8/h/j/e."] , /*Seistatic*/[src*="pkmn/w/n/i/z."] , /*Shroodle*/[src*="pkmn/7/t/b/r."] , /*Slithugi*/[src*="pkmn/z/e/9/7."] , /*Smokackle*/[src*="pkmn/h/4/9/a."] , /*Smoliv*/[src*="pkmn/1/t/w/n."] , /*Sneasel (F) /Hisuian Forme*/[src*="pkmn/4/a/5/6."] , /*Sprigatito*/[src*="pkmn/k/3/v/s."] , /*Squawkabilly*/[src*="pkmn/o/f/9/s."] , /*Sugarcoatl*/[src*="pkmn/f/d/4/h."] , /*Tadbulb*/[src*="pkmn/c/u/h."] , /*Tandemaus*/[src*="pkmn/7/r/q/j."] , /*Tarountula*/[src*="pkmn/8/w/n/i."] , /*Tatsugiri /Curly Forme*/[src*="pkmn/7/k/t/e."] , /*Tauros /Aqua Breed*/[src*="pkmn/v/f/j/t."] , /*Tauros /Blaze Breed*/[src*="pkmn/r/1/a/y."] , /*Tauros /Combat Breed*/[src*="pkmn/d/a/0/j."] , /*Teddicursa*/[src*="pkmn/9/u/f/z."] , /*Tinkatink*/[src*="pkmn/o/i/9/m."] , /*Toedscool*/[src*="pkmn/n/b/s/j."] , /*Torchic /Inferno*/[src*="pkmn/a/t/7/8."] , /*Varoom*/[src*="pkmn/o/q/e/v."] , /*Veluza*/[src*="pkmn/u/o/x/l."] , /*Voltorb /Hisuian Forme*/[src*="pkmn/q/w/s/9."] , /*Wattrel*/[src*="pkmn/r/2/j/0."] , /*Wiglett*/[src*="pkmn/7/z/u/e."] , /*Wooper /Paldean Forme*/[src*="pkmn/j/u/z/g."] , /*Zorua /Hisuian Forme*/[src*="pkmn/z/m/8/b."] {border-radius: 50px;box-shadow: 0 0 0 10px green; opacity: 1;}
UNOWN egg is NOT listed here at all, please see below for them. over 600 eggs total. what you do is when you get an egg remove its name/id line from here so you do not get it again... use LAB first to save your adopts for your hunt. (or not, i do not know what you need or want to do) *smiles* WARNING: if using in your skin, you must clear cache after any/all/every single change... clear cache for pages used by pressing control+F5 while ON EACH of those pages. (in this case it would be lab, shelter, egg supplier and possibly daycare) if using stylus then all changes are instant as you add/remove them. you can also add this to the QOL add on in the big box near bottom of QOL page for almost instant changes (pages used need refreshed after changes). MUST have a spyglass (20gp cost on daycare page) to seperate unowns, and variants from their normal type note: 1 egg = 28 unique... UNOWN, since there is no way to be sure on this from lab and shelter requires to much work to know... best way to get all unown eggs is to breed them yourself, can typically get egg every 100 interactions so 3k interactions later you will have all 28 possible. MANY MANY MANY other things require breeding to get. (custom/exclusive and such, some of which can take a bit to get right egg compared to its normal counterpart if mixed breeding pair) please take a look at my daughters post in her help guide thread to know what to breed for specific unowns. note: other eggs that hatch into multiple things are NOT unique (shellos, flurrawr) as they are location and/or flavor/stat based so regardless of which you get, you can NOT get the other form without breaking chain.
Bishop's AvatarBishop
Bishop's Avatar
Tournement: see examples on tourney page to verify you get right one. now sorted alphabetically to make finding/changing/removing easier if there is one/more you dont want to show or to highlight better. i have added well over 100 eggs, several hundred pokes and over 5,000 sprites in last 2 months since my return. while i am still missing some pokes all eggs have been found so these are good.

details and how to:

what it does: circles eggs that hatch with body style needed with a blue circle (feel free to change color/size of circle... bottom line). all you have to do is click the bar, then anywhere inside box to copy all. take that and paste in your skin (worst choice), stylus or section for css in QoL. (PM if you have questions) remember if using in your skin, you have to press CTRL+F5 to clear cache on pages that this code applies to. in this case that would be lab, shelter and other places you may get eggs.
BODY 11- EHP color coded by wiltedsoul link.

47 body style (0)- blob

/* 47 body00 eggs */ /*Name*/ [src*="SpriteCode"] , /*Arasprit /*/[src*="pkmn/7/9/i/m."] , /*Bramblin*/[src*="pkmn/n/f/s/q."] , /*Bronzor*/[src*="pkmn/a/a/c."] , /*Cactaboo /*/[src*="pkmn/a/k/t/n."] , /*Carbink*/[src*="pkmn/v/5/e."] , /*Castform*/[src*="pkmn/n/3/p."] , /*Clamperl*/[src*="pkmn/h/1/5."] , /*Comfey*/[src*="pkmn/3/p/o/k."] , /*Cosmog*/[src*="pkmn/j/0/4/4."] , /*Cottonee*/[src*="pkmn/h/y/x."] , /*Cryogonal*/[src*="pkmn/j/h/y."] , /*Death Star Voltorb /*/[src*="pkmn/q/r/9/c."] , /*Ditto*/[src*="pkmn/e/h/x."] , /*Exilant /*/[src*="pkmn/g/a/u/4."] , /*Ferroseed*/[src*="pkmn/g/t/s."] , /*Gastly*/[src*="pkmn/f/b/0."] , /*Glimmet*/[src*="pkmn/o/q/l/y."] , /*Klefki*/[src*="pkmn/m/q/c."] , /*Koffing*/[src*="pkmn/b/d/m."] , /*Lunatone*/[src*="pkmn/i/i/g."] , /*Lyruse /*/[src*="pkmn/h/y/p/k."] , /*Meltan*/[src*="pkmn/q/g/3/y."] , /*Milcery*/[src*="pkmn/j/9/0/b."] , /*Minior*/[src*="pkmn/a/d/q/3."] , /*Misdreavus*/[src*="pkmn/6/u/u."] , /*Nacli*/[src*="pkmn/c/u/k/g."] , /*Pineco*/[src*="pkmn/d/n/x."] , /*Pumpkaboo /Average Size*/[src*="pkmn/5/3/s."] , /*Pumpkaboo /Large Size*/[src*="pkmn/o/5/x."] , /*Pumpkaboo /Small Size*/[src*="pkmn/y/x."] , /*Pumpkaboo /Super Size*/[src*="pkmn/t/z/8."] , /*Rolycoly*/[src*="pkmn/c/r/x/r."] , /*Rotom*/[src*="pkmn/h/h/6."] , /*Schweepy /*/[src*="pkmn/8/h/j/e."] , /*Shellder*/[src*="pkmn/3/1/u."] , /*Shelmet*/[src*="pkmn/5/8/6."] , /*Shuppet*/[src*="pkmn/c/g/k."] , /*Sinistea*/[src*="pkmn/1/w/r/3."] , /*Slithugi /*/[src*="pkmn/z/e/9/7."] , /*Solosis*/[src*="pkmn/6/t/t."] , /*Solrock*/[src*="pkmn/a/g/q."] , /*Sunkern*/[src*="pkmn/b/b/e."] , /*Unown /! Forme*/[src*="pkmn/e/p/g."] , /*Varoom*/[src*="pkmn/o/q/e/v."] , /*Voltorb*/[src*="pkmn/j/p/g."] , /*Voltorb /Hisuian Forme*/[src*="pkmn/q/w/s/9."] , /*Zygarde /Core Forme*/[src*="pkmn/1/8/n/f."] {border-radius: 20px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}

31 body style (1)- snake

/* 31 body01 eggs */ /*Name*/ [src*="SpriteCode"] , /*Applin*/[src*="pkmn/3/x/h/z."] , /*Blue Moon Slugma /*/[src*="pkmn/3/g/i/0."] , /*Cresselia*/[src*="pkmn/8/d/p."] , /*Drampa*/[src*="pkmn/f/q/s/j."] , /*Dratini*/[src*="pkmn/a/x/w."] , /*Dreepy*/[src*="pkmn/f/h/q/m."] , /*Dunsparce*/[src*="pkmn/o/0/q."] , /*Ekans*/[src*="pkmn/n/q/8."] , /*Goomy*/[src*="pkmn/m/q/f."] , /*Gragon /*/[src*="pkmn/u/4/z/o."] , /*Magquaza /*/[src*="pkmn/p/5/l/k."] , /*Mimikyu*/[src*="pkmn/s/j/7/m."] , /*Mirrasma /*/[src*="pkmn/r/i/2/z."] , /*Onix*/[src*="pkmn/6/d/s."] , /*Orthworm*/[src*="pkmn/k/b/8/0."] , /*Puppod /*/[src*="pkmn/g/6/g/a."] , /*Pyukumuku*/[src*="pkmn/k/5/c/t."] , /*Quetzephyr /*/[src*="pkmn/4/i/h/o."] , /*Rayquaza*/[src*="pkmn/8/0/s."] , /*Ryukuza /*/[src*="pkmn/s/k/d/4."] , /*Ryumen /*/[src*="pkmn/u/i/2/l."] , /*Sandygast*/[src*="pkmn/l/1/p/i."] , /*Searene /*/[src*="pkmn/e/o/7/7."] , /*Seviper*/[src*="pkmn/b/m/6."] , /*Shellos /Occident*/[src*="pkmn/5/d/m."] , /*Silicobra*/[src*="pkmn/3/r/a/j."] , /*Slugma*/[src*="pkmn/f/f/i."] , /*Snom*/[src*="pkmn/g/o/s/y."] , /*Sugarcoatl /*/[src*="pkmn/f/d/4/h."] , /*Tatsugiri /Curly Forme*/[src*="pkmn/7/k/t/e."] , /*Wagell /*/[src*="pkmn/y/q/w/s."] {border-radius: 20px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}

40 body style (2)- fish

/* 40 body02 eggs */ /*Name*/ [src*="SpriteCode"] , /*Alicalf /*/[src*="pkmn/w/7/r/u."] , /*Alomomola*/[src*="pkmn/i/i/t."] , /*Arctovish*/[src*="pkmn/t/r/h/8."] , /*Arrokuda*/[src*="pkmn/g/d/b/7."] , /*Barboach*/[src*="pkmn/a/v/p."] , /*Basculin /Blue Stripe*/[src*="pkmn/l/m/m."] , /*Basculin /White Stripe*/[src*="pkmn/d/3/3/w."] , /*Blophin /*/[src*="pkmn/q/m/5/u."] , /*Bruxish*/[src*="pkmn/4/x/r/y."] , /*Carvanha*/[src*="pkmn/g/g/v."] , /*Chark /*/[src*="pkmn/x/x/y/6."] , /*Chinchou*/[src*="pkmn/d/9/6."] , /*Dondozo*/[src*="pkmn/m/n/b/5."] , /*Dribbit /*/[src*="pkmn/e/7/f/o."] , /*Embretta /*/[src*="pkmn/3/t/z/8."] , /*Feebas*/[src*="pkmn/i/3/m."] , /*Finizen*/[src*="pkmn/a/l/e/n."] , /*Finneon*/[src*="pkmn/c/e/z."] , /*Glaquine /*/[src*="pkmn/e/c/z/a."] , /*Goldeen*/[src*="pkmn/l/k/a."] , /*Kyogre*/[src*="pkmn/d/f/s."] , /*Lapras*/[src*="pkmn/h/h/h."] , /*Luvdisc*/[src*="pkmn/u/n."] , /*Magikarp*/[src*="pkmn/8/r/q."] , /*Popplio*/[src*="pkmn/b/o/e/9."] , /*Qwilfish*/[src*="pkmn/h/q/c."] , /*Qwilfish /Hisuian Forme*/[src*="pkmn/j/8/0/7."] , /*Relicanth*/[src*="pkmn/o/9/f."] , /*Remoraid*/[src*="pkmn/m/x/3."] , /*Seel*/[src*="pkmn/9/5/7."] , /*Skeleco /*/[src*="pkmn/k/w/j/q."] , /*Spheal*/[src*="pkmn/x/2."] , /*Stunfisk*/[src*="pkmn/n/w/g."] , /*Stunfisk /Galarian Forme*/[src*="pkmn/n/m/v/m."] , /*Tadbulb*/[src*="pkmn/c/u/h."] , /*Tympole*/[src*="pkmn/m/h/g."] , /*Tynamo*/[src*="pkmn/a/e/e."] , /*Veluza*/[src*="pkmn/u/o/x/l."] , /*Wailmer*/[src*="pkmn/e/1/3."] , /*Wishiwashi*/[src*="pkmn/e/7/2/t."] {border-radius: 20px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}

32 body style (3)- blob w/arms

/* 32 body03 eggs */ /*Name*/ [src*="SpriteCode"] , /*Babaisy /*/[src*="pkmn/q/2/t/a."] , /*Baltoy*/[src*="pkmn/a/q/0."] , /*Chimecho*/[src*="pkmn/d/j/y/x."] , /*Diancie*/[src*="pkmn/y/n/e/8."] , /*Drifloon*/[src*="pkmn/l/l/q."] , /*Duskull*/[src*="pkmn/6/8/0."] , /*Enamorus*/[src*="pkmn/v/a/b/f."] , /*Flabebe /Aqua Flower*/[src*="pkmn/e/2/4."] , /*Foongus*/[src*="pkmn/e/u/j."] , /*Geodude*/[src*="pkmn/1/y/t."] , /*Geodude /Alolan Forme*/[src*="pkmn/i/y/y/3."] , /*Grimer*/[src*="pkmn/n/a/i."] , /*Grimer /Alolan Forme*/[src*="pkmn/8/s/i/r."] , /*Gulpin*/[src*="pkmn/a/q/1."] , /*Hoopa*/[src*="pkmn/3/j/h/j."] , /*Landorus*/[src*="pkmn/o/o/7."] , /*Magnemite*/[src*="pkmn/9/g/4."] , /*Mocknock /*/[src*="pkmn/d/w/m/k."] , /*Necrozma*/[src*="pkmn/n/3/v/v."] , /*Parapod /*/[src*="pkmn/5/t/9/h."] , /*Phantump*/[src*="pkmn/8/f/n."] , /*Phione*/[src*="pkmn/2/b/o."] , /*Spoink*/[src*="pkmn/4/q/o."] , /*Spritzee*/[src*="pkmn/6/5/9."] , /*Tapu Bulu*/[src*="pkmn/v/s/i/u."] , /*Tapu Fini*/[src*="pkmn/g/r/d/9."] , /*Tapu Koko*/[src*="pkmn/5/m/s/7."] , /*Tapu Lele*/[src*="pkmn/y/7/h/s."] , /*Thundurus*/[src*="pkmn/4/e/h."] , /*Tornadus*/[src*="pkmn/f/a/4."] , /*Yamask*/[src*="pkmn/n/m/q."] , /*Yamask /Galarian Forme*/[src*="pkmn/l/u/0/t."] {border-radius: 20px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}

23 body style (4)- blob w/body

/* 23 body04 eggs */ /*Name*/ [src*="SpriteCode"] , /*Beldum*/[src*="pkmn/i/k/7."] , /*Burmy /Plant Cloak*/[src*="pkmn/h/l/1."] , /*Dhelmise*/[src*="pkmn/5/g/a."] , /*Diglett*/[src*="pkmn/6/1/e."] , /*Diglett /Alolan Forme*/[src*="pkmn/p/p/g/x."] , /*Gossifleur*/[src*="pkmn/8/8/1/5."] , /*Honedge*/[src*="pkmn/n/x/e."] , /*Honedge /Rose Gift*/[src*="pkmn/z/6/i."] , /*Horsea*/[src*="pkmn/q/8."] , /*Kryptik /*/[src*="pkmn/s/m/f/g."] , /*Lileep*/[src*="pkmn/y/r."] , /*Litwick*/[src*="pkmn/n/3/k."] , /*Maractus*/[src*="pkmn/5/r/3."] , /*Mareanie*/[src*="pkmn/w/i/r/f."] , /*Morelull*/[src*="pkmn/5/5/7/6."] , /*Petilil*/[src*="pkmn/i/4/g."] , /*Skrelp*/[src*="pkmn/p/5/7."] , /*Spiritomb*/[src*="pkmn/m/m/g."] , /*Staryu*/[src*="pkmn/l/r/1."] , /*Vanillite*/[src*="pkmn/c/w/4."] , /*Wiglett*/[src*="pkmn/7/z/u/e."] , /*Wobbuffet*/[src*="pkmn/3/t/b/5."] , /*Wooper /Galvanic*/[src*="pkmn/8/k/t/a."] {border-radius: 20px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}

116 body style (5)- dinosaur

/* 116 body05 eggs */ /*Name*/ [src*="SpriteCode"] , /*Abra*/[src*="pkmn/4/y/r."] , /*Aipom*/[src*="pkmn/g/d/0."] , /*Arctozolt*/[src*="pkmn/u/0/o/a."] , /*Audino*/[src*="pkmn/a/v/v."] , /*Axew*/[src*="pkmn/5/m/0."] , /*Ayeren /*/[src*="pkmn/x/6/y/4."] , /*Azelf*/[src*="pkmn/f/p/6."] , /*Bandicoon /*/[src*="pkmn/z/1/o/d."] , /*Boxaby /*/[src*="pkmn/8/h/p/5."] , /*Bunbori /*/[src*="pkmn/5/a/l/e."] , /*Buneary*/[src*="pkmn/m/j/c."] , /*Bunnelby*/[src*="pkmn/2/q/q."] , /*Caimaw /*/[src*="pkmn/4/j/0/7."] , /*Caprikid /*/[src*="pkmn/f/1/i/n."] , /*Capsakid*/[src*="pkmn/s/p/4/9."] , /*Cetoddle*/[src*="pkmn/u/y/q/5."] , /*Chansey*/[src*="pkmn/k/8/c/u."] , /*Charmander*/[src*="pkmn/f/d/w."] , /*Chespin*/[src*="pkmn/f/n/h."] , /*Chimchar*/[src*="pkmn/g/h/g."] , /*Cleffa*/[src*="pkmn/g/i/1."] , /*Cranidos*/[src*="pkmn/1/f/5."] , /*Cubchoo*/[src*="pkmn/9/k/0."] , /*Cubone*/[src*="pkmn/h/6/b."] , /*Cyclizar*/[src*="pkmn/g/r/1/5."] , /*Dedenne*/[src*="pkmn/v/3/3."] , /*Dracozolt*/[src*="pkmn/s/g/m/7."] , /*Drilbur*/[src*="pkmn/b/x/z."] , /*Druddigon*/[src*="pkmn/o/6/l."] , /*Duraludon*/[src*="pkmn/7/f/8/m."] , /*Eiscue /Noice Face*/[src*="pkmn/x/h/a/0."] , /*Elgyem*/[src*="pkmn/6/t/r."] , /*Espurr*/[src*="pkmn/k/3/1."] , /*Flurrawr /Boreal*/[src*="pkmn/x/o/u/n."] , /*Fomantis*/[src*="pkmn/g/9/w/3."] , /*Frigibax*/[src*="pkmn/6/t/7/e."] , /*Fuecoco*/[src*="pkmn/p/w/8/d."] , /*Gible*/[src*="pkmn/1/s/6."] , /*Gibolu /*/[src*="pkmn/6/w/1/z."] , /*Grookey*/[src*="pkmn/4/3/d/z."] , /*Groudon*/[src*="pkmn/c/x/7."] , /*Guzzlord*/[src*="pkmn/p/k/v/c."] , /*Heatmor*/[src*="pkmn/2/c/0."] , /*Helioptile*/[src*="pkmn/2/h/9."] , /*Hoppip*/[src*="pkmn/o/l/o."] , /*Impyre /*/[src*="pkmn/q/6/7/a."] , /*Indeedee*/[src*="pkmn/j/f/u/s."] , /*Inferial /*/[src*="pkmn/a/3/a/u."] , /*Jestur /*/[src*="pkmn/c/x/q/t."] , /*Kangaskhan*/[src*="pkmn/d/5/0."] , /*Kawotor /*/[src*="pkmn/8/9/y/e."] , /*Kecleon*/[src*="pkmn/7/x/q."] , /*Kubfu*/[src*="pkmn/4/i/8/d."] , /*Kyurem*/[src*="pkmn/j/j/u."] , /*Larvitar*/[src*="pkmn/l/z/2."] , /*Lickitung*/[src*="pkmn/c/8/n."] , /*Machop*/[src*="pkmn/a/2/d."] , /*Magby*/[src*="pkmn/c/w/w."] , /*Mankey*/[src*="pkmn/t/j."] , /*Marill*/[src*="pkmn/b/2/f/n."] , /*Mesprit*/[src*="pkmn/c/i/g."] , /*Mew*/[src*="pkmn/4/3/u."] , /*Mewtwo*/[src*="pkmn/j/t/q."] , /*Mienfoo*/[src*="pkmn/a/k/y."] , /*Miltank*/[src*="pkmn/i/4/2."] , /*Minun*/[src*="pkmn/2/g/h."] , /*Oshawott*/[src*="pkmn/g/2/t."] , /*Palkia*/[src*="pkmn/e/j/7."] , /*Pancham*/[src*="pkmn/a/5/o."] , /*Panpour*/[src*="pkmn/9/d/l."] , /*Pansage*/[src*="pkmn/p/0/e."] , /*Pansear*/[src*="pkmn/n/s/g."] , /*Passimian*/[src*="pkmn/5/r/3/2."] , /*Pawmi*/[src*="pkmn/z/1/j/6."] , /*Pepyre /*/[src*="pkmn/3/u/4/u."] , /*Plusle*/[src*="pkmn/m/v/v."] , /*Poipole*/[src*="pkmn/e/x/w/e."] , /*Psyduck*/[src*="pkmn/3/z/u."] , /*Quaxly*/[src*="pkmn/6/1/u/b."] , /*Quokuddle /*/[src*="pkmn/5/l/1/5."] , /*Riolu*/[src*="pkmn/d/w/5."] , /*Sandshrew*/[src*="pkmn/1/i/1."] , /*Sandshrew /Alolan Forme*/[src*="pkmn/r/2/t/g."] , /*Scraggy*/[src*="pkmn/7/6/1."] , /*Seistatic /*/[src*="pkmn/w/n/i/z."] , /*Shooting Star Cleffa /*/[src*="pkmn/x/u/8/z."] , /*Sikannos /*/[src*="pkmn/b/0/3/n."] , /*Skwovet*/[src*="pkmn/w/y/c/n."] , /*Smeargle*/[src*="pkmn/6/5/i."] , /*Sneasel*/[src*="pkmn/h/p/h."] , /*Sneasel /Hisuian Forme*/[src*="pkmn/4/a/5/6."] , /*Snichu /*/[src*="pkmn/y/8/5/p."] , /*Snivy*/[src*="pkmn/i/4."] , /*Snover*/[src*="pkmn/n/u/c."] , /*Sobble*/[src*="pkmn/e/1/2/0."] , /*Spinda*/[src*="pkmn/l/1/7."] , /*Squirtle*/[src*="pkmn/l/w/s."] , /*Taiveret /*/[src*="pkmn/v/v/p/m."] , /*Teddicursa /*/[src*="pkmn/9/u/f/z."] , /*Teddiursa*/[src*="pkmn/8/2/i."] , /*Tenrekki /*/[src*="pkmn/1/1/t/2."] , /*Togedemaru*/[src*="pkmn/t/c/n/o."] , /*Totodile*/[src*="pkmn/4/3/r."] , /*Toxel*/[src*="pkmn/8/9/p/k."] , /*Treecko*/[src*="pkmn/i/0/k."] , /*Turtonator*/[src*="pkmn/2/t/n."] , /*Tyrunt*/[src*="pkmn/k/l/k."] , /*Uxie*/[src*="pkmn/6/6/g."] , /*Valimp /*/[src*="pkmn/x/9/s/x."] , /*Volbeat*/[src*="pkmn/b/5/8."] , /*Whismur*/[src*="pkmn/n/d/x."] , /*Wynaut*/[src*="pkmn/8/w/9."] , /*Xurkitree*/[src*="pkmn/3/0/r/9."] , /*Zangoose*/[src*="pkmn/l/x/b."] , /*Zarude /Leg Vines*/[src*="pkmn/s/y/k/6."] , /*Zekrom*/[src*="pkmn/l/w/u."] {border-radius: 20px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}

24 body style (6)- walking blob

/* 24 body06 eggs */ /*Name*/ [src*="SpriteCode"] , /*Apocalyptic Shroomish /*/[src*="pkmn/d/e/w/e."] , /*Azurill*/[src*="pkmn/g/i/c."] , /*Bezerell /*/[src*="pkmn/7/9/n/x."] , /*Bonsly*/[src*="pkmn/o/8/a."] , /*Bounsweet*/[src*="pkmn/q/p/t/n."] , /*Dewpider*/[src*="pkmn/3/g/w/n."] , /*Doduo*/[src*="pkmn/5/b/1."] , /*Dracovish*/[src*="pkmn/3/t/u/l."] , /*Flittle*/[src*="pkmn/3/o/z/y."] , /*Hatenna*/[src*="pkmn/m/z/3/5."] , /*Oddish*/[src*="pkmn/g/s/n."] , /*Poliwag*/[src*="pkmn/l/m/7."] , /*Porygon*/[src*="pkmn/b/q/s."] , /*Roggenrola*/[src*="pkmn/g/z/8."] , /*Seedot*/[src*="pkmn/m/z/8."] , /*Shroomish*/[src*="pkmn/8/b/g."] , /*Smoliv*/[src*="pkmn/1/t/w/n."] , /*Stonjourner*/[src*="pkmn/k/w/x/2."] , /*Swirlix*/[src*="pkmn/j/u/m."] , /*Tangela*/[src*="pkmn/k/b/3."] , /*Torchic*/[src*="pkmn/8/v/w."] , /*Torchic /Inferno*/[src*="pkmn/a/t/7/8."] , /*Wooper*/[src*="pkmn/2/v/k."] , /*Wooper /Paldean Forme*/[src*="pkmn/j/u/z/g."] {border-radius: 20px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}

153 body style (7)- dog/cat

/* 153 body07 eggs */ /*Name*/ [src*="SpriteCode"] , /*Absol*/[src*="pkmn/j/o/e."] , /*Amaura*/[src*="pkmn/2/o/m."] , /*Apocalyptic Growlithe /*/[src*="pkmn/t/k/3/5."] , /*Apocalyptic Poochyena /*/[src*="pkmn/i/f/i/n."] , /*Arceus*/[src*="pkmn/7/j/0."] , /*Ardik /*/[src*="pkmn/9/2/e/8."] , /*Aron*/[src*="pkmn/i/o/3."] , /*Bergmite*/[src*="pkmn/9/y/7."] , /*Bidoof*/[src*="pkmn/h/i/m."] , /*Bidoof /Igneous*/[src*="pkmn/e/8/4/l."] , /*Blitzle*/[src*="pkmn/m/t/p."] , /*Bouffalant*/[src*="pkmn/1/f/b."] , /*Buizel*/[src*="pkmn/4/4/t."] , /*Bulbasaur*/[src*="pkmn/c/0/7."] , /*Chewtle*/[src*="pkmn/e/y/v/x."] , /*Chikorita*/[src*="pkmn/c/z/0."] , /*Cinnamoru /*/[src*="pkmn/n/w/2/s."] , /*Cobalion*/[src*="pkmn/1/m/b."] , /*Croaket /*/[src*="pkmn/u/s/8/z."] , /*Cufant*/[src*="pkmn/s/o/r/5."] , /*Deerling /Autumn Forme*/[src*="pkmn/5/k/q."] , /*Deerling /Spring Forme*/[src*="pkmn/n/u/5."] , /*Deerling /Summer Forme*/[src*="pkmn/6/7/q."] , /*Deerling /Winter Forme*/[src*="pkmn/h/r/h."] , /*Deino*/[src*="pkmn/j/2/a."] , /*Dialga*/[src*="pkmn/7/e/4."] , /*Eevee*/[src*="pkmn/3/e/l."] , /*Electrike*/[src*="pkmn/7/7/x."] , /*Emolga*/[src*="pkmn/j/w/r."] , /*Entei*/[src*="pkmn/j/a/6."] , /*Fennekin*/[src*="pkmn/u/v/g."] , /*Fidough*/[src*="pkmn/o/1/k/q."] , /*Flurrawr /Austral*/[src*="pkmn/x/o/u/n."] , /*Flying Pichu /*/[src*="pkmn/b/p/l/8."] , /*Froakie*/[src*="pkmn/j/t/g."] , /*Frosdour /*/[src*="pkmn/x/0/e/e."] , /*Frusky /*/[src*="pkmn/7/y/w/1."] , /*Furfrou*/[src*="pkmn/6/p/n."] , /*Girafarig*/[src*="pkmn/r/t."] , /*Glameow*/[src*="pkmn/i/1/4."] , /*Glameow /Siberian*/[src*="pkmn/e/p/4/p."] , /*Glastrier*/[src*="pkmn/n/7/l/s."] , /*Glileo /*/[src*="pkmn/u/7/c/q."] , /*Greavard*/[src*="pkmn/o/4/e/7."] , /*Growlithe*/[src*="pkmn/k/n/x."] , /*Growlithe /Hisuian Forme*/[src*="pkmn/p/x/g/c."] , /*Heatran*/[src*="pkmn/4/9."] , /*Hippopotas*/[src*="pkmn/k/y/r."] , /*Houndour*/[src*="pkmn/a/8/b."] , /*Houndour /Orthrus*/[src*="pkmn/9/8/x/o."] , /*Hydrark /*/[src*="pkmn/7/w/7/v."] , /*Jangmo-o*/[src*="pkmn/o/w/f/s."] , /*Keldeo*/[src*="pkmn/f/6/2."] , /*Kenyip /*/[src*="pkmn/i/7/l/p."] , /*Kinaster /*/[src*="pkmn/v/k/6/v."] , /*Kitsunari /*/[src*="pkmn/2/1/j/l."] , /*Koroku /*/[src*="pkmn/e/r/g/t."] , /*Lechonk*/[src*="pkmn/2/s/3/g."] , /*Lillipup*/[src*="pkmn/h/1/j."] , /*Litleo*/[src*="pkmn/s/j/m."] , /*Litten*/[src*="pkmn/4/z/d/i."] , /*Lunamor /*/[src*="pkmn/g/k/o/9."] , /*Lunupine /*/[src*="pkmn/c/q/s/d."] , /*Mareep*/[src*="pkmn/3/2/r."] , /*Maschiff*/[src*="pkmn/8/4/y/d."] , /*Meowth*/[src*="pkmn/o/r/x."] , /*Meowth /Alolan Forme*/[src*="pkmn/9/v/c/y."] , /*Meowth /Galarian Forme*/[src*="pkmn/w/a/h/3."] , /*Minccino*/[src*="pkmn/j/b/e."] , /*Minibbit /*/[src*="pkmn/1/4/k/l."] , /*Mudbray*/[src*="pkmn/l/t/7/0."] , /*Mudkip*/[src*="pkmn/b/5/9."] , /*Munna*/[src*="pkmn/9/0/8."] , /*Nickit*/[src*="pkmn/i/q/e/3."] , /*Nidoran*/[src*="pkmn/1/8/7."] , /*Numel*/[src*="pkmn/k/7/e."] , /*Numel /Arctic*/[src*="pkmn/u/h/t/9."] , /*Orkit /*/[src*="pkmn/i/9/v/i."] , /*Pachirisu*/[src*="pkmn/r/k."] , /*Pasovan /*/[src*="pkmn/b/c/5/f."] , /*Patrat*/[src*="pkmn/9/6/3."] , /*Phanpy*/[src*="pkmn/i/1/e."] , /*Pichu*/[src*="pkmn/g/s/8."] , /*Pixrine /*/[src*="pkmn/z/a/0/2."] , /*Platykit /*/[src*="pkmn/4/v/b."] , /*Ponyta*/[src*="pkmn/6/6/5."] , /*Ponyta /Galarian Forme*/[src*="pkmn/r/o/k/p."] , /*Poochyena*/[src*="pkmn/m/f/c."] , /*Possmol /*/[src*="pkmn/c/p/b/b."] , /*Purrloin*/[src*="pkmn/2/l/p."] , /*Purrloin /Hallowe'en Witch*/[src*="pkmn/9/r/1/3."] , /*Raikou*/[src*="pkmn/d/u/t."] , /*Rattata*/[src*="pkmn/5/j/w."] , /*Rattata /Alolan Forme*/[src*="pkmn/s/y/w/b."] , /*Rhyhorn*/[src*="pkmn/9/b/0."] , /*Rockruff*/[src*="pkmn/2/o/2."] , /*Saiyan Rattata /*/[src*="pkmn/t/7/n/8."] , /*Salandit*/[src*="pkmn/y/t/n/f."] , /*Sandile*/[src*="pkmn/h/d/l."] , /*Seasonal Turtwig /Autumn Forme*/[src*="pkmn/a/s/6/y."] , /*Seasonal Turtwig /Summer Forme*/[src*="pkmn/5/g/a/a."] , /*Seasonal Turtwig /Winter Forme*/[src*="pkmn/5/0/6/d."] , /*Sentret*/[src*="pkmn/h/j/d."] , /*Shaymin*/[src*="pkmn/4/c/n."] , /*Shieldon*/[src*="pkmn/c/u/5."] , /*Shinorin /*/[src*="pkmn/8/4/r/5."] , /*Shinx*/[src*="pkmn/j/w/f."] , /*Shinxel /*/[src*="pkmn/v/h/8/n."] , /*Shroodle*/[src*="pkmn/7/t/b/r."] , /*Skiddo*/[src*="pkmn/7/f."] , /*Skitty*/[src*="pkmn/h/n/8."] , /*Slakoth*/[src*="pkmn/f/w/s."] , /*Slowpoke*/[src*="pkmn/c/1/y."] , /*Slowpoke /Galarian Forme*/[src*="pkmn/l/u/i/i."] , /*Slypin /*/[src*="pkmn/b/d/c/s."] , /*Smokackle /*/[src*="pkmn/h/4/9/a."] , /*Snowpoke /*/[src*="pkmn/h/2/l/9."] , /*Solynx /*/[src*="pkmn/w/e/u/8."] , /*Spectrier*/[src*="pkmn/z/t/3/r."] , /*Sprigatito*/[src*="pkmn/k/3/v/s."] , /*Stakataka*/[src*="pkmn/k/o/h/o."] , /*Stantler*/[src*="pkmn/a/y/f."] , /*Stufful*/[src*="pkmn/m/z/n."] , /*Stunky*/[src*="pkmn/h/m/b."] , /*Suicune*/[src*="pkmn/4/v/s."] , /*Surfing Pichu /*/[src*="pkmn/q/i/m/w."] , /*Swinub*/[src*="pkmn/j/z/s."] , /*Tauros*/[src*="pkmn/d/q/n."] , /*Tauros /Aqua Breed*/[src*="pkmn/v/f/j/t."] , /*Tauros /Blaze Breed*/[src*="pkmn/r/1/a/y."] , /*Tauros /Combat Breed*/[src*="pkmn/d/a/0/j."] , /*Tepig*/[src*="pkmn/h/j/1."] , /*Terrakion*/[src*="pkmn/i/s/f."] , /*Tillink /*/[src*="pkmn/7/y/g/4."] , /*Tirtouga*/[src*="pkmn/f/j/2."] , /*Torkoal*/[src*="pkmn/e/9/e."] , /*Tropius*/[src*="pkmn/8/q/y."] , /*Turtwig*/[src*="pkmn/6/t/u."] , /*Type: Null*/[src*="pkmn/k/3/k/2."] , /*Virizion*/[src*="pkmn/2/7/e."] , /*Volcanion*/[src*="pkmn/c/0/7/g."] , /*Vulpix*/[src*="pkmn/7/z/0."] , /*Vulpix /Alolan Forme*/[src*="pkmn/b/y/1/6."] , /*Wooloo*/[src*="pkmn/n/l/h/4."] , /*Xerneas*/[src*="pkmn/6/6/t/v."] , /*Yamper*/[src*="pkmn/1/x/i/n."] , /*Yungoos*/[src*="pkmn/k/x/0/r."] , /*Zacian*/[src*="pkmn/d/u/s/i."] , /*Zamazenta*/[src*="pkmn/o/2/g/f."] , /*Zigzagoon*/[src*="pkmn/j/9/n."] , /*Zigzagoon /Galarian Forme*/[src*="pkmn/l/w/a/d."] , /*Zorua*/[src*="pkmn/a/h/s."] , /*Zorua /Hisuian Forme*/[src*="pkmn/z/m/8/b."] {border-radius: 20px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}

66 body style (8)- bird

/* 66 body08 eggs */ /*Name*/ [src*="SpriteCode"] , /*Aerodactyl*/[src*="pkmn/5/d/f."] , /*Archen*/[src*="pkmn/a/5/8."] , /*Articuno*/[src*="pkmn/f/m/u."] , /*Articuno /Galarian Forme*/[src*="pkmn/s/7/d/t."] , /*Bombirdier*/[src*="pkmn/y/z/y/n."] , /*Chatot*/[src*="pkmn/9/7/w."] , /*Cramorant*/[src*="pkmn/a/j/9/2."] , /*Delibird*/[src*="pkmn/d/z/3."] , /*Ducklett*/[src*="pkmn/2/f/z."] , /*Early Bird Natu /*/[src*="pkmn/w/q/8/v."] , /*Eternatus*/[src*="pkmn/m/e/2/i."] , /*Faemueño /*/[src*="pkmn/a/t/0/j."] , /*Farfetch'd*/[src*="pkmn/h/d."] , /*Farfetch'd /Galarian Forme*/[src*="pkmn/z/k/x/9."] , /*Flamigo*/[src*="pkmn/k/l/y/k."] , /*Flarbat /*/[src*="pkmn/o/c/k/e."] , /*Fletchling*/[src*="pkmn/f/5/c."] , /*Gligar*/[src*="pkmn/m/3/m."] , /*Gligar /Vampire*/[src*="pkmn/2/a/b/4."] , /*Goschief /*/[src*="pkmn/7/d/z/n."] , /*Gosold /*/[src*="pkmn/c/u/e/3."] , /*Gumairy /*/[src*="pkmn/c/0/p/f."] , /*Ho-Oh*/[src*="pkmn/5/0/g."] , /*Hoothoot*/[src*="pkmn/m/f/t."] , /*Latias*/[src*="pkmn/e/h/l."] , /*Latios*/[src*="pkmn/j/j."] , /*Ledyba*/[src*="pkmn/p/6/f."] , /*Luckoo /*/[src*="pkmn/y/o/0/r."] , /*Lugia*/[src*="pkmn/j/j/2."] , /*Mantine*/[src*="pkmn/d/h/7/w."] , /*Mantyke*/[src*="pkmn/j/3/8."] , /*Moltres*/[src*="pkmn/k/z/u."] , /*Moltres /Galarian Forme*/[src*="pkmn/o/r/b/p."] , /*Murkrow*/[src*="pkmn/i/h/o."] , /*Natu*/[src*="pkmn/2/h/q."] , /*Noibat*/[src*="pkmn/h/w/j."] , /*Noismog /*/[src*="pkmn/l/s/w/r."] , /*Oricorio /Baile Style*/[src*="pkmn/6/1/4/3."] , /*Petripeep /*/[src*="pkmn/g/y/k/l."] , /*Pidgey*/[src*="pkmn/b/y."] , /*Pidove*/[src*="pkmn/h/p/m."] , /*Pikipek*/[src*="pkmn/t/3/n/j."] , /*Reshiram*/[src*="pkmn/2/o/w."] , /*Rokiwi /*/[src*="pkmn/3/p/c/0."] , /*Rookidee*/[src*="pkmn/r/d/j/o."] , /*Rowlet*/[src*="pkmn/k/8/t/9."] , /*Rufflet*/[src*="pkmn/l/m/v."] , /*Sigilyph*/[src*="pkmn/b/d/u."] , /*Skarmory*/[src*="pkmn/2/v/d."] , /*Skyrie /*/[src*="pkmn/9/i/2/3."] , /*Spearow*/[src*="pkmn/i/m/r."] , /*Spearow /Savage*/[src*="pkmn/2/2/a/h."] , /*Spritzkrow /*/[src*="pkmn/m/q/c/n."] , /*Squawkabilly*/[src*="pkmn/o/f/9/s."] , /*Starly*/[src*="pkmn/5/3/y."] , /*Swablu*/[src*="pkmn/6/l/n."] , /*Taillow*/[src*="pkmn/m/x/d."] , /*Vullaby*/[src*="pkmn/e/d/q."] , /*Wattrel*/[src*="pkmn/r/2/j/0."] , /*Wingull*/[src*="pkmn/j/c/2."] , /*Woobat*/[src*="pkmn/c/6/t."] , /*XD001 /*/[src*="pkmn/t/g/4/3."] , /*Yveltal*/[src*="pkmn/3/a/l/s."] , /*Zapdos*/[src*="pkmn/o/2/t."] , /*Zapdos /Galarian Forme*/[src*="pkmn/u/s/y/s."] , /*Zubat*/[src*="pkmn/7/s/7."] {border-radius: 20px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}

16 body style (9)- many legs

/* 16 body09 eggs */ /*Name*/ [src*="SpriteCode"] , /*Buzzwole*/[src*="pkmn/2/n/1/d."] , /*Carnivine*/[src*="pkmn/h/5/x."] , /*Clobbopus*/[src*="pkmn/9/0/5/n."] , /*Frillish*/[src*="pkmn/h/9/i."] , /*Frillish /Bubbly Forme*/[src*="pkmn/y/y/8/o."] , /*Giratina*/[src*="pkmn/5/g/0."] , /*Inkay*/[src*="pkmn/r/h/6."] , /*Kyutopi /*/[src*="pkmn/e/4/9/m."] , /*Magipede /*/[src*="pkmn/m/7/a/a."] , /*Nihilego*/[src*="pkmn/z/c/i/w."] , /*Omanyte*/[src*="pkmn/1/5/l."] , /*Pincurchin*/[src*="pkmn/z/5/5/4."] , /*Sizzlipede*/[src*="pkmn/f/1/i/9."] , /*Tentacool*/[src*="pkmn/d/6/h."] , /*Toedscool*/[src*="pkmn/n/b/s/j."] , /*Wimpod*/[src*="pkmn/v/5/u/1."] {border-radius: 20px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}

8 body style (10)- multi blobs

/* 8 body10 eggs */ /*Name*/ [src*="SpriteCode"] , /*Binacle*/[src*="pkmn/g/4/b."] , /*Cherubi*/[src*="pkmn/k/t/f."] , /*Combee*/[src*="pkmn/n/m/e."] , /*Exeggcute*/[src*="pkmn/n/k/h."] , /*Falinks*/[src*="pkmn/k/q/l/l."] , /*Klink*/[src*="pkmn/i/m/9."] , /*Snow Combee /*/[src*="pkmn/6/h/b/q."] , /*Tandemaus*/[src*="pkmn/7/r/q/j."] {border-radius: 20px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}

81 body style (11)- humanoid

/* 81 body11 eggs */ /*Name*/ [src*="SpriteCode"] , /*Apocalyptic Golett /*/[src*="pkmn/7/p/3/b."] , /*Bagon*/[src*="pkmn/n/9/6."] , /*Bellsprout*/[src*="pkmn/l/t/r."] , /*Blacephalon*/[src*="pkmn/n/b/1/m."] , /*Budew*/[src*="pkmn/m/2/2."] , /*Cacnea*/[src*="pkmn/7/1/v."] , /*Calyrex*/[src*="pkmn/o/9/5/u."] , /*Celebi*/[src*="pkmn/5/d/v."] , /*Celesteela*/[src*="pkmn/m/a/v/e."] , /*Charcadet*/[src*="pkmn/t/y/r/x."] , /*Chingling*/[src*="pkmn/j/3/7."] , /*Croagunk*/[src*="pkmn/4/2/5."] , /*Cyndaquil*/[src*="pkmn/4/2/a."] , /*Darkrai*/[src*="pkmn/e/g/p."] , /*Darumaka*/[src*="pkmn/1/0."] , /*Darumaka /Galarian Forme*/[src*="pkmn/j/z/0/3."] , /*Deoxys*/[src*="pkmn/c/z/q."] , /*Drowzee*/[src*="pkmn/b/v/d."] , /*Elekid*/[src*="pkmn/7/2/l."] , /*Genesect*/[src*="pkmn/e/c/y."] , /*Gimmighoul*/[src*="pkmn/8/6/d/g."] , /*Golett*/[src*="pkmn/m/e/4."] , /*Gothita*/[src*="pkmn/i/v/v."] , /*Guild Igglybuff /*/[src*="pkmn/p/o/p/n."] , /*Happiny*/[src*="pkmn/l/v/b."] , /*Hawlucha*/[src*="pkmn/d/k/d."] , /*Heracross*/[src*="pkmn/j/x/b."] , /*Igglybuff*/[src*="pkmn/m/n/s."] , /*Illumise*/[src*="pkmn/h/a/c."] , /*Impidimp*/[src*="pkmn/t/4/v/z."] , /*Jirachi*/[src*="pkmn/8/b/h."] , /*Karrablast*/[src*="pkmn/4/b/8."] , /*Kartana*/[src*="pkmn/e/r/7/r."] , /*Komala*/[src*="pkmn/s/v/v/x."] , /*Kricketot*/[src*="pkmn/n/j/v."] , /*Magearna*/[src*="pkmn/3/o/f/g."] , /*Makuhita*/[src*="pkmn/l/6/d."] , /*Manaphy*/[src*="pkmn/j/8/a."] , /*Marshadow*/[src*="pkmn/9/8/0/i."] , /*Mawile*/[src*="pkmn/8/7/x."] , /*Meditite*/[src*="pkmn/7/d/y."] , /*Meloetta*/[src*="pkmn/4/q/7."] , /*Mime Jr.*/[src*="pkmn/m/q/k."] , /*Morpeko /Hangry Mode*/[src*="pkmn/h/8/p/u."] , /*Mr. Mime*/[src*="pkmn/q/6/d/0."] , /*Mr. Mime /Galarian Forme*/[src*="pkmn/y/j/q/z."] , /*Munchlax*/[src*="pkmn/4/u/j."] , /*Nosepass*/[src*="pkmn/b/l/l."] , /*Oranguru*/[src*="pkmn/o/a/r/f."] , /*Pawniard*/[src*="pkmn/i/a/w."] , /*Pheromosa*/[src*="pkmn/d/e/3/i."] , /*Pinsir*/[src*="pkmn/b/x/s."] , /*Piplup*/[src*="pkmn/7/p/8."] , /*Ralts*/[src*="pkmn/m/u/8."] , /*Regice*/[src*="pkmn/7/z/8."] , /*Regidrago*/[src*="pkmn/h/0/t/b."] , /*Regieleki*/[src*="pkmn/5/o/q/4."] , /*Regigigas*/[src*="pkmn/m/f/7."] , /*Regirock*/[src*="pkmn/o/t/z."] , /*Registeel*/[src*="pkmn/3/f/3."] , /*Roselia*/[src*="pkmn/q/m/6/n."] , /*Sableye*/[src*="pkmn/s/5."] , /*Sawk*/[src*="pkmn/h/w/i."] , /*Scaracross /*/[src*="pkmn/5/l/v/g."] , /*Scorbunny*/[src*="pkmn/f/9/1/w."] , /*Smoochum*/[src*="pkmn/o/b/7."] , /*Snoralts /*/[src*="pkmn/m/6/h/x."] , /*Snorlax*/[src*="pkmn/8/t/3/u."] , /*Snorunt*/[src*="pkmn/7/t/f."] , /*Snubbull*/[src*="pkmn/5/8/4."] , /*Sudowoodo*/[src*="pkmn/a/6/6/v."] , /*Throh*/[src*="pkmn/j/o/4."] , /*Timburr*/[src*="pkmn/6/3/e."] , /*Tinkatink*/[src*="pkmn/o/i/9/m."] , /*Togepi*/[src*="pkmn/c/a/a."] , /*Trubbish*/[src*="pkmn/9/u/9."] , /*Tyrogue*/[src*="pkmn/h/5/v."] , /*Valkind /*/[src*="pkmn/e/2/x/i."] , /*Venonat*/[src*="pkmn/i/i/f."] , /*Victini*/[src*="pkmn/e/g/8."] , /*Zeraora*/[src*="pkmn/7/c/y/3."] {border-radius: 20px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}

TWO body style (12)- dragonfly- YES only 2

/* 2 body12 eggs */ /*Name*/ [src*="SpriteCode"] , /*Scyther*/[src*="pkmn/7/9/t."] , /*Yanma*/[src*="pkmn/d/q/b."] {border-radius: 20px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}

39 body style (13)- bugs

/* 39 body13 eggs */ /*Name*/ [src*="SpriteCode"] , /*Anorith*/[src*="pkmn/4/n/g."] , /*Aphreyd /*/[src*="pkmn/k/r/y/x."] , /*Blipbug*/[src*="pkmn/s/7/c/o."] , /*Caterpie*/[src*="pkmn/j/n/z."] , /*Clauncher*/[src*="pkmn/v/0/1."] , /*Corphish*/[src*="pkmn/c/q."] , /*Corsola*/[src*="pkmn/f/o/v."] , /*Corsola /Galarian Forme*/[src*="pkmn/m/l/n/8."] , /*Crabrawler*/[src*="pkmn/c/w/0/j."] , /*Cutiefly*/[src*="pkmn/i/h/d/v."] , /*Durant*/[src*="pkmn/v/o."] , /*Dwebble*/[src*="pkmn/5/c/f."] , /*Grubbin*/[src*="pkmn/3/b/v/m."] , /*Joltik*/[src*="pkmn/n/p/4."] , /*Kabuto*/[src*="pkmn/6/n/4."] , /*Kitwurm /*/[src*="pkmn/z/w/5/6."] , /*Klaatupillar /*/[src*="pkmn/1/a/l/m."] , /*Klawf*/[src*="pkmn/9/9/g/n."] , /*Krabby*/[src*="pkmn/b/f/k."] , /*Larvesta*/[src*="pkmn/f/4/h."] , /*Lotad*/[src*="pkmn/8/a/n."] , /*Maravol /Aggro Pattern*/[src*="pkmn/t/r/y/w."] , /*Nincada*/[src*="pkmn/n/y/x."] , /*Nymble*/[src*="pkmn/z/l/3/n."] , /*Paras*/[src*="pkmn/d/m/w."] , /*Phastix /*/[src*="pkmn/a/0/n/o."] , /*Rellor*/[src*="pkmn/5/g/f/z."] , /*Scatterbug*/[src*="pkmn/u/6/z."] , /*Selkrub /*/[src*="pkmn/u/y/z/b."] , /*Sewaddle*/[src*="pkmn/l/f/b."] , /*Shuckle*/[src*="pkmn/l/5/e."] , /*Skorupi*/[src*="pkmn/l/t/c."] , /*Spinarak*/[src*="pkmn/2/6."] , /*Surskit*/[src*="pkmn/1/9/q."] , /*Tarountula*/[src*="pkmn/8/w/n/i."] , /*Trapinch*/[src*="pkmn/1/i/7."] , /*Venipede*/[src*="pkmn/1/q/3."] , /*Weedle*/[src*="pkmn/a/1."] , /*Wurmple*/[src*="pkmn/8/b/v."] {border-radius: 20px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}
*** as with all of my codes, you are free to use, change and distrubute as you see fit... but please PM me if you find an error so i can correct it.
Bishop's AvatarBishop
Bishop's Avatar
not sure which way would be best so including both for those that are on a hunt and those not... you can hover gems and will show how many you have. the type race icon is a link to forums, and score is a link to THIS POST so others can find easily they are FULLY FUNCTIONAL AS IS, will just look better on your about/sig with pokes of your team/hunt:

type race table edit instructions

HUNT POKEMON: change "ditto" (listed 4 times) in all places to name of poke you are hunting. (any evo of it is fine). if changing "ditto"'s name does not work try adding a " /" after name (needed for some exclusives/varients). add (F) after name if it has female version that you would like to use instead. if that still fails look up name site uses in the wiki for mini code... if that still does not work PM me and i will give you the actual sprite code for its mini (one css can alter) instead of pkmn=. IMAGES: replace current pic with entire path of where yours is (most things on site can be found by right click and choose open IMAGE in new tab) FORUM LINK (team icon): currently it goes to forums... you will have to go to your specific type race forum and change link to it (you could also link to your shop? or anywhere else?)
code i use here will NOT change your current tables... BUT, yours can have adverse effects on this one if you have style/css rules for tables. (if so PM me i will look at your about and let you know how to fix)
Fairy Gem: 642
Medium Fairy Gem: 19
Large Fairy Gem: 0
SCORE: 0
618 11 ??? 2
displayed is fairy that i am currently using with 3 differnt pics to show variety available. above is 4x3 w/chain counter, below is 3/3 no chain. the ones you get to add to your about is generic (no pic and with ditto in chain counter that you will have to edit)
Fairy Gem: 642
Medium Fairy Gem: 19
Large Fairy Gem: 0
SCORE: 0

Code to add to your about, sig or forum post

  • INSTRUCTIONS:
  • Bug
  • Dark
  • Dragon
  • Electric
  • Fairy
  • Fighting
  • Fire
  • Flying
  • Ghost
  • Grass
  • Ground
  • Ice
  • Normal
  • Poison
  • Psychic
  • Rock
  • Steel
  • Water
Step 1: copy the type you are after to your about. make edits where it says to show your hunt and team forum post. edit left/right pics if you want to show something other than typerace symbol and default pic

4x3 with chain counter

[sc=TRtable][table][ first row- nothing to edit here ][tr] [td][tip="Bug Gem: [inventory=bug gem]"][item=Bug Gem][/tip][/td] [td][tip="Medium Bug Gem: [inventory=medium bug gem]"][item=Medium Bug Gem][/tip][/td] [td][tip="Large Bug Gem: [inventory=large bug gem]"][item=Large Bug Gem][/tip][/td] [td][type=bug][/td][/tr][ middle row ][tr][ edit URL to current type race, can change image if you wish too ][td][url=https://pokefarm.com/forum][img]https://pfq-static.com/img/types/v-bug.png[/img][/url][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td][ edit img below to img of your choice (poke? avatar? other pic you like?) ][td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row change ditto 4 times in pkmn= to name of what you are hunting ][tr][th][pkmn=ditto] [inventory=shinychain][/th] [th][pkmn=ditto (S)] [inventory=shinyshiny][/th][ EDIT ALBINO AND MELAN COUNTERS HERE: not something that is automatic... ][th][pkmn=ditto (A)] ???[/th] [th][pkmn=ditto (M)] ???[/th][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

3x3 no chain

[sc=TRtable][table][tr][ first row- nothing to edit here ][th][tip="Bug Gem: [inventory=bug gem]"][item=Bug Gem][/tip][/th] [th=2x1][tip="Medium Bug Gem: [inventory=medium bug gem]"][item=Medium Bug Gem][/tip][/th] [th][tip="Large Bug Gem: [inventory=large bug gem]"][item=Large Bug Gem][/tip][/th][/tr][ middle row edit both pictures here to one you like or want to use ][tr] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row ][tr] [td][type=bug][/td][ edit URL to current type race, image can NOT be changed unless small one or will add height to last row. ][td=2x1][url=https://pokefarm.com/forum][type=bug/V][/url][/td] [td][type=bug][/td][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

4x3 with chain counter

[sc=TRtable][table][ first row- nothing to edit here ][tr] [td][tip="Dark Gem: [inventory=dark gem]"][item=Dark Gem][/tip][/td] [td][tip="Medium Dark Gem: [inventory=medium dark gem]"][item=Medium Dark Gem][/tip][/td] [td][tip="Large Dark Gem: [inventory=large dark gem]"][item=Large Dark Gem][/tip][/td] [td][type=dark][/td][/tr][ middle row ][tr][ edit URL to current type race, can change image if you wish too ][td][url=https://pokefarm.com/forum][img]https://pfq-static.com/img/types/v-dark.png[/img][/url][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td][ edit img below to img of your choice (poke? avatar? other pic you like?) ][td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row change ditto 4 times in pkmn= to name of what you are hunting ][tr][th][pkmn=ditto] [inventory=shinychain][/th] [th][pkmn=ditto (S)] [inventory=shinyshiny][/th][ EDIT ALBINO AND MELAN COUNTERS HERE: not something that is automatic... ][th][pkmn=ditto (A)] ???[/th] [th][pkmn=ditto (M)] ???[/th][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

3x3 no chain

[sc=TRtable][table][tr][ first row- nothing to edit here ][th][tip="Dark Gem: [inventory=dark gem]"][item=Dark Gem][/tip][/th] [th=2x1][tip="Medium Dark Gem: [inventory=medium dark gem]"][item=Medium Dark Gem][/tip][/th] [th][tip="Large Dark Gem: [inventory=large dark gem]"][item=Large Dark Gem][/tip][/th][/tr][ middle row edit both pictures here to one you like or want to use ][tr] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row ][tr] [td][type=dark][/td][ edit URL to current type race, image can NOT be changed unless small one or will add height to last row. ][td=2x1][url=https://pokefarm.com/forum][type=dark/V][/url][/td] [td][type=dark][/td][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

4x3 with chain counter

[sc=TRtable][table][ first row- nothing to edit here ][tr] [td][tip="Dragon Gem: [inventory=dragon gem]"][item=Dragon Gem][/tip][/td] [td][tip="Medium Dragon Gem: [inventory=medium dragon gem]"][item=Medium Dragon Gem][/tip][/td] [td][tip="Large Dragon Gem: [inventory=large dragon gem]"][item=Large Dragon Gem][/tip][/td] [td][type=dragon][/td][/tr][ middle row ][tr][ edit URL to current type race, can change image if you wish too ][td][url=https://pokefarm.com/forum][img]https://pfq-static.com/img/types/v-dragon.png[/img][/url][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td][ edit img below to img of your choice (poke? avatar? other pic you like?) ][td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row change ditto 4 times in pkmn= to name of what you are hunting ][tr][th][pkmn=ditto] [inventory=shinychain][/th] [th][pkmn=ditto (S)] [inventory=shinyshiny][/th][ EDIT ALBINO AND MELAN COUNTERS HERE: not something that is automatic... ][th][pkmn=ditto (A)] ???[/th] [th][pkmn=ditto (M)] ???[/th][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

3x3 no chain

[sc=TRtable][table][tr][ first row- nothing to edit here ][th][tip="Dragon Gem: [inventory=dragon gem]"][item=Dragon Gem][/tip][/th] [th=2x1][tip="Medium Dragon Gem: [inventory=medium dragon gem]"][item=Medium Dragon Gem][/tip][/th] [th][tip="Large Dragon Gem: [inventory=large dragon gem]"][item=Large Dragon Gem][/tip][/th][/tr][ middle row edit both pictures here to one you like or want to use ][tr] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row ][tr] [td][type=dragon][/td][ edit URL to current type race, image can NOT be changed unless small one or will add height to last row. ][td=2x1][url=https://pokefarm.com/forum][type=dragon/V][/url][/td] [td][type=dragon][/td][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

4x3 with chain counter

[sc=TRtable][table][ first row- nothing to edit here ][tr] [td][tip="Electric Gem: [inventory=electric gem]"][item=Electric Gem][/tip][/td] [td][tip="Medium Electric Gem: [inventory=medium electric gem]"][item=Medium Electric Gem][/tip][/td] [td][tip="Large Electric Gem: [inventory=large electric gem]"][item=Large Electric Gem][/tip][/td] [td][type=electric][/td][/tr][ middle row ][tr][ edit URL to current type race, can change image if you wish too ][td][url=https://pokefarm.com/forum][img]https://pfq-static.com/img/types/v-electric.png[/img][/url][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td][ edit img below to img of your choice (poke? avatar? other pic you like?) ][td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row change ditto 4 times in pkmn= to name of what you are hunting ][tr][th][pkmn=ditto] [inventory=shinychain][/th] [th][pkmn=ditto (S)] [inventory=shinyshiny][/th][ EDIT ALBINO AND MELAN COUNTERS HERE: not something that is automatic... ][th][pkmn=ditto (A)] ???[/th] [th][pkmn=ditto (M)] ???[/th][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

3x3 no chain

[sc=TRtable][table][tr][ first row- nothing to edit here ][th][tip="Electric Gem: [inventory=electric gem]"][item=Electric Gem][/tip][/th] [th=2x1][tip="Medium Electric Gem: [inventory=medium electric gem]"][item=Medium Electric Gem][/tip][/th] [th][tip="Large Electric Gem: [inventory=large electric gem]"][item=Large Electric Gem][/tip][/th][/tr][ middle row edit both pictures here to one you like or want to use ][tr] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row ][tr] [td][type=electric][/td][ edit URL to current type race, image can NOT be changed unless small one or will add height to last row. ][td=2x1][url=https://pokefarm.com/forum][type=electric/V][/url][/td] [td][type=electric][/td][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

4x3 with chain counter

[sc=TRtable][table][ first row- nothing to edit here ][tr] [td][tip="Fairy Gem: [inventory=fairy gem]"][item=Fairy Gem][/tip][/td] [td][tip="Medium Fairy Gem: [inventory=medium fairy gem]"][item=Medium Fairy Gem][/tip][/td] [td][tip="Large Fairy Gem: [inventory=large fairy gem]"][item=Large Fairy Gem][/tip][/td] [td][type=fairy][/td][/tr][ middle row ][tr][ edit URL to current type race, can change image if you wish too ][td][url=https://pokefarm.com/forum][img]https://pfq-static.com/img/types/v-fairy.png[/img][/url][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td][ edit img below to img of your choice (poke? avatar? other pic you like?) ][td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row change ditto 4 times in pkmn= to name of what you are hunting ][tr][th][pkmn=ditto] [inventory=shinychain][/th] [th][pkmn=ditto (S)] [inventory=shinyshiny][/th][ EDIT ALBINO AND MELAN COUNTERS HERE: not something that is automatic... ][th][pkmn=ditto (A)] ???[/th] [th][pkmn=ditto (M)] ???[/th][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

3x3 no chain

[sc=TRtable][table][tr][ first row- nothing to edit here ][th][tip="Fairy Gem: [inventory=fairy gem]"][item=Fairy Gem][/tip][/th] [th=2x1][tip="Medium Fairy Gem: [inventory=medium fairy gem]"][item=Medium Fairy Gem][/tip][/th] [th][tip="Large Fairy Gem: [inventory=large fairy gem]"][item=Large Fairy Gem][/tip][/th][/tr][ middle row edit both pictures here to one you like or want to use ][tr] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td] [td=2x1]SCORE: [inventory=typerace][/td] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row ][tr] [td][type=fairy][/td][ edit URL to current type race, image can NOT be changed unless small one or will add height to last row. ][td=2x1][url=https://pokefarm.com/forum][type=fairy/V][/url][/td] [td][type=fairy][/td][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

4x3 with chain counter

[sc=TRtable][table][ first row- nothing to edit here ][tr] [td][tip="Fighting Gem: [inventory=fighting gem]"][item=Fighting Gem][/tip][/td] [td][tip="Medium Fighting Gem: [inventory=medium fighting gem]"][item=Medium Fighting Gem][/tip][/td] [td][tip="Large Fighting Gem: [inventory=large fighting gem]"][item=Large Fighting Gem][/tip][/td] [td][type=fighting][/td][/tr][ middle row ][tr][ edit URL to current type race, can change image if you wish too ][td][url=https://pokefarm.com/forum][img]https://pfq-static.com/img/types/v-fighting.png[/img][/url][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td][ edit img below to img of your choice (poke? avatar? other pic you like?) ][td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row change ditto 4 times in pkmn= to name of what you are hunting ][tr][th][pkmn=ditto] [inventory=shinychain][/th] [th][pkmn=ditto (S)] [inventory=shinyshiny][/th][ EDIT ALBINO AND MELAN COUNTERS HERE: not something that is automatic... ][th][pkmn=ditto (A)] ???[/th] [th][pkmn=ditto (M)] ???[/th][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

3x3 no chain

[sc=TRtable][table][tr][ first row- nothing to edit here ][th][tip="Fighting Gem: [inventory=fighting gem]"][item=Fighting Gem][/tip][/th] [th=2x1][tip="Medium Fighting Gem: [inventory=medium fighting gem]"][item=Medium Fighting Gem][/tip][/th] [th][tip="Large Fighting Gem: [inventory=large fighting gem]"][item=Large Fighting Gem][/tip][/th][/tr][ middle row edit both pictures here to one you like or want to use ][tr] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row ][tr] [td][type=fighting][/td][ edit URL to current type race, image can NOT be changed unless small one or will add height to last row. ][td=2x1][url=https://pokefarm.com/forum][type=fighting/V][/url][/td] [td][type=fighting][/td][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

4x3 with chain counter

[sc=TRtable][table][ first row- nothing to edit here ][tr] [td][tip="Fire Gem: [inventory=fire gem]"][item=Fire Gem][/tip][/td] [td][tip="Medium Fire Gem: [inventory=medium fire gem]"][item=Medium Fire Gem][/tip][/td] [td][tip="Large Fire Gem: [inventory=large fire gem]"][item=Large Fire Gem][/tip][/td] [td][type=fire][/td][/tr][ middle row ][tr][ edit URL to current type race, can change image if you wish too ][td][url=https://pokefarm.com/forum][img]https://pfq-static.com/img/types/v-fire.png[/img][/url][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td][ edit img below to img of your choice (poke? avatar? other pic you like?) ][td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row change ditto 4 times in pkmn= to name of what you are hunting ][tr][th][pkmn=ditto] [inventory=shinychain][/th] [th][pkmn=ditto (S)] [inventory=shinyshiny][/th][ EDIT ALBINO AND MELAN COUNTERS HERE: not something that is automatic... ][th][pkmn=ditto (A)] ???[/th] [th][pkmn=ditto (M)] ???[/th][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

3x3 no chain

[sc=TRtable][table][tr][ first row- nothing to edit here ][th][tip="Fire Gem: [inventory=fire gem]"][item=Fire Gem][/tip][/th] [th=2x1][tip="Medium Fire Gem: [inventory=medium fire gem]"][item=Medium Fire Gem][/tip][/th] [th][tip="Large Fire Gem: [inventory=large fire gem]"][item=Large Fire Gem][/tip][/th][/tr][ middle row edit both pictures here to one you like or want to use ][tr] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row ][tr] [td][type=fire][/td][ edit URL to current type race, image can NOT be changed unless small one or will add height to last row. ][td=2x1][url=https://pokefarm.com/forum][type=fire/V][/url][/td] [td][type=fire][/td][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

4x3 with chain counter

[sc=TRtable][table][ first row- nothing to edit here ][tr] [td][tip="Flying Gem: [inventory=flying gem]"][item=Flying Gem][/tip][/td] [td][tip="Medium Flying Gem: [inventory=medium flying gem]"][item=Medium Flying Gem][/tip][/td] [td][tip="Large Flying Gem: [inventory=large flying gem]"][item=Large Flying Gem][/tip][/td] [td][type=flying][/td][/tr][ middle row ][tr][ edit URL to current type race, can change image if you wish too ][td][url=https://pokefarm.com/forum][img]https://pfq-static.com/img/types/v-flying.png[/img][/url][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td][ edit img below to img of your choice (poke? avatar? other pic you like?) ][td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row change ditto 4 times in pkmn= to name of what you are hunting ][tr][th][pkmn=ditto] [inventory=shinychain][/th] [th][pkmn=ditto (S)] [inventory=shinyshiny][/th][ EDIT ALBINO AND MELAN COUNTERS HERE: not something that is automatic... ][th][pkmn=ditto (A)] ???[/th] [th][pkmn=ditto (M)] ???[/th][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

3x3 no chain

[sc=TRtable][table][tr][ first row- nothing to edit here ][th][tip="Flying Gem: [inventory=flying gem]"][item=Flying Gem][/tip][/th] [th=2x1][tip="Medium Flying Gem: [inventory=medium flying gem]"][item=Medium Flying Gem][/tip][/th] [th][tip="Large Flying Gem: [inventory=large flying gem]"][item=Large Flying Gem][/tip][/th][/tr][ middle row edit both pictures here to one you like or want to use ][tr] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row ][tr] [td][type=flying][/td][ edit URL to current type race, image can NOT be changed unless small one or will add height to last row. ][td=2x1][url=https://pokefarm.com/forum][type=flying/V][/url][/td] [td][type=flying][/td][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

4x3 with chain counter

[sc=TRtable][table][ first row- nothing to edit here ][tr] [td][tip="Ghost Gem: [inventory=ghost gem]"][item=Ghost Gem][/tip][/td] [td][tip="Medium Ghost Gem: [inventory=medium ghost gem]"][item=Medium Ghost Gem][/tip][/td] [td][tip="Large Ghost Gem: [inventory=large ghost gem]"][item=Large Ghost Gem][/tip][/td] [td][type=ghost][/td][/tr][ middle row ][tr][ edit URL to current type race, can change image if you wish too ][td][url=https://pokefarm.com/forum][img]https://pfq-static.com/img/types/v-ghost.png[/img][/url][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td][ edit img below to img of your choice (poke? avatar? other pic you like?) ][td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row change ditto 4 times in pkmn= to name of what you are hunting ][tr][th][pkmn=ditto] [inventory=shinychain][/th] [th][pkmn=ditto (S)] [inventory=shinyshiny][/th][ EDIT ALBINO AND MELAN COUNTERS HERE: not something that is automatic... ][th][pkmn=ditto (A)] ???[/th] [th][pkmn=ditto (M)] ???[/th][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

3x3 no chain

[sc=TRtable][table][tr][ first row- nothing to edit here ][th][tip="Ghost Gem: [inventory=ghost gem]"][item=Ghost Gem][/tip][/th] [th=2x1][tip="Medium Ghost Gem: [inventory=medium ghost gem]"][item=Medium Ghost Gem][/tip][/th] [th][tip="Large Ghost Gem: [inventory=large ghost gem]"][item=Large Ghost Gem][/tip][/th][/tr][ middle row edit both pictures here to one you like or want to use ][tr] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row ][tr] [td][type=ghost][/td][ edit URL to current type race, image can NOT be changed unless small one or will add height to last row. ][td=2x1][url=https://pokefarm.com/forum][type=ghost/V][/url][/td] [td][type=ghost][/td][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

4x3 with chain counter

[sc=TRtable][table][ first row- nothing to edit here ][tr] [td][tip="Grass Gem: [inventory=grass gem]"][item=Grass Gem][/tip][/td] [td][tip="Medium Grass Gem: [inventory=medium grass gem]"][item=Medium Grass Gem][/tip][/td] [td][tip="Large Grass Gem: [inventory=large grass gem]"][item=Large Grass Gem][/tip][/td] [td][type=grass][/td][/tr][ middle row ][tr][ edit URL to current type race, can change image if you wish too ][td][url=https://pokefarm.com/forum][img]https://pfq-static.com/img/types/v-grass.png[/img][/url][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td][ edit img below to img of your choice (poke? avatar? other pic you like?) ][td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row change ditto 4 times in pkmn= to name of what you are hunting ][tr][th][pkmn=ditto] [inventory=shinychain][/th] [th][pkmn=ditto (S)] [inventory=shinyshiny][/th][ EDIT ALBINO AND MELAN COUNTERS HERE: not something that is automatic... ][th][pkmn=ditto (A)] ???[/th] [th][pkmn=ditto (M)] ???[/th][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

3x3 no chain

[sc=TRtable][table][tr][ first row- nothing to edit here ][th][tip="Grass Gem: [inventory=grass gem]"][item=Grass Gem][/tip][/th] [th=2x1][tip="Medium Grass Gem: [inventory=medium grass gem]"][item=Medium Grass Gem][/tip][/th] [th][tip="Large Grass Gem: [inventory=large grass gem]"][item=Large Grass Gem][/tip][/th][/tr][ middle row edit both pictures here to one you like or want to use ][tr] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row ][tr] [td][type=grass][/td][ edit URL to current type race, image can NOT be changed unless small one or will add height to last row. ][td=2x1][url=https://pokefarm.com/forum][type=grass/V][/url][/td] [td][type=grass][/td][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

4x3 with chain counter

[sc=TRtable][table][ first row- nothing to edit here ][tr] [td][tip="Ground Gem: [inventory=ground gem]"][item=Ground Gem][/tip][/td] [td][tip="Medium Ground Gem: [inventory=medium ground gem]"][item=Medium Ground Gem][/tip][/td] [td][tip="Large Ground Gem: [inventory=large ground gem]"][item=Large Ground Gem][/tip][/td] [td][type=ground][/td][/tr][ middle row ][tr][ edit URL to current type race, can change image if you wish too ][td][url=https://pokefarm.com/forum][img]https://pfq-static.com/img/types/v-ground.png[/img][/url][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td][ edit img below to img of your choice (poke? avatar? other pic you like?) ][td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row change ditto 4 times in pkmn= to name of what you are hunting ][tr][th][pkmn=ditto] [inventory=shinychain][/th] [th][pkmn=ditto (S)] [inventory=shinyshiny][/th][ EDIT ALBINO AND MELAN COUNTERS HERE: not something that is automatic... ][th][pkmn=ditto (A)] ???[/th] [th][pkmn=ditto (M)] ???[/th][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

3x3 no chain

[sc=TRtable][table][tr][ first row- nothing to edit here ][th][tip="Ground Gem: [inventory=ground gem]"][item=Ground Gem][/tip][/th] [th=2x1][tip="Medium Ground Gem: [inventory=medium ground gem]"][item=Medium Ground Gem][/tip][/th] [th][tip="Large Ground Gem: [inventory=large ground gem]"][item=Large Ground Gem][/tip][/th][/tr][ middle row edit both pictures here to one you like or want to use ][tr] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row ][tr] [td][type=ground][/td][ edit URL to current type race, image can NOT be changed unless small one or will add height to last row. ][td=2x1][url=https://pokefarm.com/forum][type=ground/V][/url][/td] [td][type=ground][/td][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

4x3 with chain counter

[sc=TRtable][table][ first row- nothing to edit here ][tr] [td][tip="Ice Gem: [inventory=ice gem]"][item=Ice Gem][/tip][/td] [td][tip="Medium Ice Gem: [inventory=medium ice gem]"][item=Medium Ice Gem][/tip][/td] [td][tip="Large Ice Gem: [inventory=large ice gem]"][item=Large Ice Gem][/tip][/td] [td][type=ice][/td][/tr][ middle row ][tr][ edit URL to current type race, can change image if you wish too ][td][url=https://pokefarm.com/forum][img]https://pfq-static.com/img/types/v-ice.png[/img][/url][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td][ edit img below to img of your choice (poke? avatar? other pic you like?) ][td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row change ditto 4 times in pkmn= to name of what you are hunting ][tr][th][pkmn=ditto] [inventory=shinychain][/th] [th][pkmn=ditto (S)] [inventory=shinyshiny][/th][ EDIT ALBINO AND MELAN COUNTERS HERE: not something that is automatic... ][th][pkmn=ditto (A)] ???[/th] [th][pkmn=ditto (M)] ???[/th][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

3x3 no chain

[sc=TRtable][table][tr][ first row- nothing to edit here ][th][tip="Ice Gem: [inventory=ice gem]"][item=Ice Gem][/tip][/th] [th=2x1][tip="Medium Ice Gem: [inventory=medium ice gem]"][item=Medium Ice Gem][/tip][/th] [th][tip="Large Ice Gem: [inventory=large ice gem]"][item=Large Ice Gem][/tip][/th][/tr][ middle row edit both pictures here to one you like or want to use ][tr] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row ][tr] [td][type=ice][/td][ edit URL to current type race, image can NOT be changed unless small one or will add height to last row. ][td=2x1][url=https://pokefarm.com/forum][type=ice/V][/url][/td] [td][type=ice][/td][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

4x3 with chain counter

[sc=TRtable][table][ first row- nothing to edit here ][tr] [td][tip="Normal Gem: [inventory=normal gem]"][item=Normal Gem][/tip][/td] [td][tip="Medium Normal Gem: [inventory=medium normal gem]"][item=Medium Normal Gem][/tip][/td] [td][tip="Large Normal Gem: [inventory=large normal gem]"][item=Large Normal Gem][/tip][/td] [td][type=normal][/td][/tr][ middle row ][tr][ edit URL to current type race, can change image if you wish too ][td][url=https://pokefarm.com/forum][img]https://pfq-static.com/img/types/v-normal.png[/img][/url][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td][ edit img below to img of your choice (poke? avatar? other pic you like?) ][td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row change ditto 4 times in pkmn= to name of what you are hunting ][tr][th][pkmn=ditto] [inventory=shinychain][/th] [th][pkmn=ditto (S)] [inventory=shinyshiny][/th][ EDIT ALBINO AND MELAN COUNTERS HERE: not something that is automatic... ][th][pkmn=ditto (A)] ???[/th] [th][pkmn=ditto (M)] ???[/th][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

3x3 no chain

[sc=TRtable][table][tr][ first row- nothing to edit here ][th][tip="Normal Gem: [inventory=normal gem]"][item=Normal Gem][/tip][/th] [th=2x1][tip="Medium Normal Gem: [inventory=medium normal gem]"][item=Medium Normal Gem][/tip][/th] [th][tip="Large Normal Gem: [inventory=large normal gem]"][item=Large Normal Gem][/tip][/th][/tr][ middle row edit both pictures here to one you like or want to use ][tr] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row ][tr] [td][type=normal][/td][ edit URL to current type race, image can NOT be changed unless small one or will add height to last row. ][td=2x1][url=https://pokefarm.com/forum][type=normal/V][/url][/td] [td][type=normal][/td][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

4x3 with chain counter

[sc=TRtable][table][ first row- nothing to edit here ][tr] [td][tip="Poison Gem: [inventory=poison gem]"][item=Poison Gem][/tip][/td] [td][tip="Medium Poison Gem: [inventory=medium poison gem]"][item=Medium Poison Gem][/tip][/td] [td][tip="Large Poison Gem: [inventory=large poison gem]"][item=Large Poison Gem][/tip][/td] [td][type=poison][/td][/tr][ middle row ][tr][ edit URL to current type race, can change image if you wish too ][td][url=https://pokefarm.com/forum][img]https://pfq-static.com/img/types/v-poison.png[/img][/url][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td][ edit img below to img of your choice (poke? avatar? other pic you like?) ][td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row change ditto 4 times in pkmn= to name of what you are hunting ][tr][th][pkmn=ditto] [inventory=shinychain][/th] [th][pkmn=ditto (S)] [inventory=shinyshiny][/th][ EDIT ALBINO AND MELAN COUNTERS HERE: not something that is automatic... ][th][pkmn=ditto (A)] ???[/th] [th][pkmn=ditto (M)] ???[/th][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

3x3 no chain

[sc=TRtable][table][tr][ first row- nothing to edit here ][th][tip="Poison Gem: [inventory=poison gem]"][item=Poison Gem][/tip][/th] [th=2x1][tip="Medium Poison Gem: [inventory=medium poison gem]"][item=Medium Poison Gem][/tip][/th] [th][tip="Large Poison Gem: [inventory=large poison gem]"][item=Large Poison Gem][/tip][/th][/tr][ middle row edit both pictures here to one you like or want to use ][tr] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row ][tr] [td][type=poison][/td][ edit URL to current type race, image can NOT be changed unless small one or will add height to last row. ][td=2x1][url=https://pokefarm.com/forum][type=poison/V][/url][/td] [td][type=poison][/td][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

4x3 with chain counter

[sc=TRtable][table][ first row- nothing to edit here ][tr] [td][tip="Psychic Gem: [inventory=psychic gem]"][item=Psychic Gem][/tip][/td] [td][tip="Medium Psychic Gem: [inventory=medium psychic gem]"][item=Medium Psychic Gem][/tip][/td] [td][tip="Large Psychic Gem: [inventory=large psychic gem]"][item=Large Psychic Gem][/tip][/td] [td][type=psychic][/td][/tr][ middle row ][tr][ edit URL to current type race, can change image if you wish too ][td][url=https://pokefarm.com/forum][img]https://pfq-static.com/img/types/v-psychic.png[/img][/url][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td][ edit img below to img of your choice (poke? avatar? other pic you like?) ][td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row change ditto 4 times in pkmn= to name of what you are hunting ][tr][th][pkmn=ditto] [inventory=shinychain][/th] [th][pkmn=ditto (S)] [inventory=shinyshiny][/th][ EDIT ALBINO AND MELAN COUNTERS HERE: not something that is automatic... ][th][pkmn=ditto (A)] ???[/th] [th][pkmn=ditto (M)] ???[/th][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

3x3 no chain

[sc=TRtable][table][tr][ first row- nothing to edit here ][th][tip="Psychic Gem: [inventory=psychic gem]"][item=Psychic Gem][/tip][/th] [th=2x1][tip="Medium Psychic Gem: [inventory=medium psychic gem]"][item=Medium Psychic Gem][/tip][/th] [th][tip="Large Psychic Gem: [inventory=large psychic gem]"][item=Large Psychic Gem][/tip][/th][/tr][ middle row edit both pictures here to one you like or want to use ][tr] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row ][tr] [td][type=psychic][/td][ edit URL to current type race, image can NOT be changed unless small one or will add height to last row. ][td=2x1][url=https://pokefarm.com/forum][type=psychic/V][/url][/td] [td][type=psychic][/td][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

4x3 with chain counter

[sc=TRtable][table][ first row- nothing to edit here ][tr] [td][tip="Rock Gem: [inventory=rock gem]"][item=Rock Gem][/tip][/td] [td][tip="Medium Rock Gem: [inventory=medium rock gem]"][item=Medium Rock Gem][/tip][/td] [td][tip="Large Rock Gem: [inventory=large rock gem]"][item=Large Rock Gem][/tip][/td] [td][type=rock][/td][/tr][ middle row ][tr][ edit URL to current type race, can change image if you wish too ][td][url=https://pokefarm.com/forum][img]https://pfq-static.com/img/types/v-rock.png[/img][/url][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td][ edit img below to img of your choice (poke? avatar? other pic you like?) ][td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row change ditto 4 times in pkmn= to name of what you are hunting ][tr][th][pkmn=ditto] [inventory=shinychain][/th] [th][pkmn=ditto (S)] [inventory=shinyshiny][/th][ EDIT ALBINO AND MELAN COUNTERS HERE: not something that is automatic... ][th][pkmn=ditto (A)] ???[/th] [th][pkmn=ditto (M)] ???[/th][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

3x3 no chain

[sc=TRtable][table][tr][ first row- nothing to edit here ][th][tip="Rock Gem: [inventory=rock gem]"][item=Rock Gem][/tip][/th] [th=2x1][tip="Medium Rock Gem: [inventory=medium rock gem]"][item=Medium Rock Gem][/tip][/th] [th][tip="Large Rock Gem: [inventory=large rock gem]"][item=Large Rock Gem][/tip][/th][/tr][ middle row edit both pictures here to one you like or want to use ][tr] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row ][tr] [td][type=rock][/td][ edit URL to current type race, image can NOT be changed unless small one or will add height to last row. ][td=2x1][url=https://pokefarm.com/forum][type=rock/V][/url][/td] [td][type=rock][/td][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

4x3 with chain counter

[sc=TRtable][table][ first row- nothing to edit here ][tr] [td][tip="Steel Gem: [inventory=steel gem]"][item=Steel Gem][/tip][/td] [td][tip="Medium Steel Gem: [inventory=medium steel gem]"][item=Medium Steel Gem][/tip][/td] [td][tip="Large Steel Gem: [inventory=large steel gem]"][item=Large Steel Gem][/tip][/td] [td][type=steel][/td][/tr][ middle row ][tr][ edit URL to current type race, can change image if you wish too ][td][url=https://pokefarm.com/forum][img]https://pfq-static.com/img/types/v-steel.png[/img][/url][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td][ edit img below to img of your choice (poke? avatar? other pic you like?) ][td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row change ditto 4 times in pkmn= to name of what you are hunting ][tr][th][pkmn=ditto] [inventory=shinychain][/th] [th][pkmn=ditto (S)] [inventory=shinyshiny][/th][ EDIT ALBINO AND MELAN COUNTERS HERE: not something that is automatic... ][th][pkmn=ditto (A)] ???[/th] [th][pkmn=ditto (M)] ???[/th][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

3x3 no chain

[sc=TRtable][table][tr][ first row- nothing to edit here ][th][tip="Steel Gem: [inventory=steel gem]"][item=Steel Gem][/tip][/th] [th=2x1][tip="Medium Steel Gem: [inventory=medium steel gem]"][item=Medium Steel Gem][/tip][/th] [th][tip="Large Steel Gem: [inventory=large steel gem]"][item=Large Steel Gem][/tip][/th][/tr][ middle row edit both pictures here to one you like or want to use ][tr] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row ][tr] [td][type=steel][/td][ edit URL to current type race, image can NOT be changed unless small one or will add height to last row. ][td=2x1][url=https://pokefarm.com/forum][type=steel/V][/url][/td] [td][type=steel][/td][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

4x3 with chain counter

[sc=TRtable][table][ first row- nothing to edit here ][tr] [td][tip="Water Gem: [inventory=water gem]"][item=Water Gem][/tip][/td] [td][tip="Medium Water Gem: [inventory=medium water gem]"][item=Medium Water Gem][/tip][/td] [td][tip="Large Water Gem: [inventory=large water gem]"][item=Large Water Gem][/tip][/td] [td][type=water][/td][/tr][ middle row ][tr][ edit URL to current type race, can change image if you wish too ][td][url=https://pokefarm.com/forum][img]https://pfq-static.com/img/types/v-water.png[/img][/url][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td][ edit img below to img of your choice (poke? avatar? other pic you like?) ][td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row change ditto 4 times in pkmn= to name of what you are hunting ][tr][th][pkmn=ditto] [inventory=shinychain][/th] [th][pkmn=ditto (S)] [inventory=shinyshiny][/th][ EDIT ALBINO AND MELAN COUNTERS HERE: not something that is automatic... ][th][pkmn=ditto (A)] ???[/th] [th][pkmn=ditto (M)] ???[/th][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]

3x3 no chain

[sc=TRtable][table][tr][ first row- nothing to edit here ][th][tip="Water Gem: [inventory=water gem]"][item=Water Gem][/tip][/th] [th=2x1][tip="Medium Water Gem: [inventory=medium water gem]"][item=Medium Water Gem][/tip][/th] [th][tip="Large Water Gem: [inventory=large water gem]"][item=Large Water Gem][/tip][/th][/tr][ middle row edit both pictures here to one you like or want to use ][tr] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td] [td=2x1][url=https://pokefarm.com/forum/post/7288040]SCORE: [inventory=typerace][/url][/td] [td][img]https://pokefarm.com/upload/Bishop/add_pic_here.jpg[/img][/td][/tr][ last row ][tr] [td][type=water][/td][ edit URL to current type race, image can NOT be changed unless small one or will add height to last row. ][td=2x1][url=https://pokefarm.com/forum][type=water/V][/url][/td] [td][type=water][/td][/tr][/table][/sc] [style] /*type race tables*/ .TRtable { table {margin: auto;} th,td,{width: 60px; vertical-align: middle; text-align:center;}} [/style]
...
Bishop's AvatarBishop
Bishop's Avatar
ONE BUTTON FOR EVERYWHERE... improves BLOCK LIST (fixes issue most complained about with block list) ***edit, does not currently work in multiparty mode with "customize" selected in QOL settings. *** lots of variables and new codes which i am just learning... so if it does not work on your machine please send me a PM and/or screenshot i will work on correcting it. also sorry no mobile version (original has mobile version) done yet BUT this should still work on mobile for the most part. (found several issues already and corrected, was problems in old skins/stackers... now works in 3 browsers on 2 machines) PRO: feeds all pokes correct berry, maximizing IP earned. mouse movement decreases. CON: much slower on fields with multiple berry pokes than just feeding wrong berry to some/all.

Winterbraid's original code:

/* THIS IS NOT BEING UPDATED, please see their post for a github link for any changes they may of made. */ #footbar::after { content: 'WARNING: This CSS file uses the :has selector, which may be disabled by default. To enable :has in Firefox, visit about:config and toggle layout.css.has-selector.enabled.'; font-size: 10pt; font-family: consolas, monospace; color: black; border: 1px solid darkred; background-color: lightpink; display: block; position: fixed; width: 250px; padding: 3px 5px; margin: 5px; right: 0; bottom: 0; z-index: 999; } #footbar:has(*)::after { content: none; } #field_field { user-select: none; } #field_berries.selected > div > a { opacity: 1; } #field_berries.selected > div > a > img { opacity: 0.5; transition: opacity 0.4s linear; } #field_berries.selected > div > a.selected > img { opacity: 1; } [href='/user/~online']::before, #field_nav button[data-action='next']::before, #field_berries a[data-berry]::before, .fieldmon.cormyr::before, [href='/user/~online']::before { cursor: pointer; font-size: 48pt; line-height: 0; text-align: center; background-color: white; border: 3px solid black; border-radius: 16px; position: fixed; width: clamp(120px, calc(50% - 340px), 300px); height: 0; padding: clamp(60px, calc(25% - 170px), 150px) 0; bottom: 30px; right: 15px; transform-origin: 0px 0px; z-index: 999; user-select: none; } .mq25:has([data-key="fieldClickCount"]:checked) body:has(#field_field[data-mode='public'])::after { content: ''; display: block; height: 60vw; user-select: none; } .mq25:has([data-key="fieldClickCount"]:checked) #field_field[data-mode='public'] .field::after { content: ''; background-color: white; display: block; position: fixed; height: 60vw; left: 0; bottom: 0; right: 0; user-select: none; } .mq25 [href='/user/~online']::before, .mq25 #field_nav button[data-action='next']::before, .mq25 #field_berries a[data-berry]::before, .mq25 .fieldmon.cormyr::before, .mq25 [href='/user/~online']::before { font-size: 64pt; border: none; border-top: 3px solid black; border-radius: 0; width: auto; height: 20vw; padding: 20vw; left: 0; bottom: 0; right: 0; } #core:has(#field_field[data-mode='public']):has([data-action='next'][disabled]) [href='/user/~online']::before { content: '👥'; } #core:has(#field_field[data-mode='public']):has([data-action='next'][disabled]):has([data-action='jump'][disabled]) [href='/user/~online']::before { content: none; } #core:has(#field_field[data-mode='public']):has([data-action='next'][disabled]):has(.fieldmon:not(.nothungry)) [href='/user/~online']::before { content: none; } button[data-action='next']:not([disabled])::before { content: '👉'; } #content:has(#field_field[data-mode='private']) button[data-action='next']::before, #content:has(.fieldmon:not(.nothungry)) button[data-action='next']::before, #core:has(#field_field[data-mode='public']):has(button[data-action='next'][disabled]):has(.fieldmon:not(.nothungry)) [href='/user/~online']::before { content: none; } #content:has(.fieldmon[data-flavour^='sour']:not(.nothungry)) a[data-berry='aspear']::before, #content:has(.fieldmon[data-flavour^='any']:not(.nothungry)) a[data-berry='aspear']::before, #content:has(a.selected[data-berry='aspear']) .fieldmon.cormyr:not(.nothungry)::before { content: '🍐'; } #content:has(.fieldmon[data-flavour^='spicy']:not(.nothungry)) a[data-berry='cheri']::before, #content:has(a.selected[data-berry='cheri']) .fieldmon.cormyr:not(.nothungry)::before { content: '🍒'; } #content:has(.fieldmon[data-flavour^='dry']:not(.nothungry)) a[data-berry='chesto']::before, #content:has(a.selected[data-berry='chesto']) .fieldmon.cormyr:not(.nothungry)::before { content: '🌰'; } #content:has(.fieldmon[data-flavour^='sweet']:not(.nothungry)) a[data-berry='pecha']::before, #content:has(a.selected[data-berry='pecha']) .fieldmon.cormyr:not(.nothungry)::before { content: '🍑'; } #content:has(.fieldmon[data-flavour^='bitter']:not(.nothungry)) a[data-berry='rawst']::before, #content:has(a.selected[data-berry='rawst']) .fieldmon.cormyr:not(.nothungry)::before { content: '🍓'; } #content:has(.fieldmon.cormyr:not(.nothungry)) a[data-berry]::before { content: none; } /* Hide with "Click counter" checkbox */ label:has([data-key="fieldClickCount"]) { font-size: 0; } label:has([data-key="fieldClickCount"])::after { content: ' Extra UI'; font-size: 12pt; } #content:has([data-key="fieldClickCount"]:not(:checked)) .fieldmon.cormyr::before, #content:has([data-key="fieldClickCount"]:not(:checked)) button[data-action='next']::before, #content:has([data-key="fieldClickCount"]:not(:checked)) [href='/user/~online']::before { content: none!important; }
currently i have taken the one button fields made by Winterbraid gutted it and made a few changes. several more coming based on code learned from it. it inspired me to do/try many things and most working out great. to use open either version, click in box (it auto selects all). copy and paste to your stylus (or in QOL- css section near bottom) *fixed button for online users to appear in SAME spot as helping while doing online/paybacks... it is still below to give pause/choice while in fields.

my version of one button to interact anywhere:

/* if you do not like the pokerus/online buttons feel free to remove them, instructions are in code. */ /* makes only the preferred berry clickable */ .party>div>.action>.berrybuttons {text-align:center;} .party>div>.action>.berrybuttons[data-up='sour']>[data-berry='aspear'], .party>div>.action>.berrybuttons[data-up='spicy']>[data-berry='cheri'], .party>div>.action>.berrybuttons[data-up='dry']>[data-berry='chesto'], .party>div>.action>.berrybuttons[data-up='sweet']>[data-berry='pecha'], .party>div>.action>.berrybuttons[data-up='bitter']>[data-berry='rawst'] {width:100%;} .party>div>.action>.berrybuttons:not([data-up='sour'])>[data-berry='aspear'], .party>div>.action>.berrybuttons:not([data-up='spicy'])>[data-berry='cheri'], .party>div>.action>.berrybuttons:not([data-up='dry'])>[data-berry='chesto'], .party>div>.action>.berrybuttons:not([data-up='sweet'])>[data-berry='pecha'], .party>div>.action>.berrybuttons:not([data-up='bitter'])>[data-berry='rawst'] {display:none;} .party>div>.action>.berrybuttons[data-up='any']>[data-berry] {display:inline-block;} /* removes delay between poke helps */ #partybox .party>div>.action.working {display:none;} /* needed to unset common things in old skin/css */ #multiuser .party>div>.action a[data-berry] {z-index: unset;opacity: unset;} /* unset other found issues */ #field_field[data-mode="public"]>div.field>.fieldmon {transform:unset!important;} /* makess online user button for multi user parties */ div:has([class="mu_navlink next disabled"]) [href='/user/~online']::before, /* next button in multi party pages */ .mu_navlink.next[class="mu_navlink next"]:not([disabled])::before, /* section to control button location in multi party view */ .mu_navlink.next[class="mu_navlink next"]:not([disabled])::before, /* section to control button location in single party view */ /* makes button for eggs in party */ .party>div>.action>a[data-berry]::before, /* makes button for pokes in party */ .party>div>.action>.berrybuttons>a[data-berry]::before, /* makes button for hatch egg in party */ .party .action a::before, /* section to control button location in fields */ /* not sure what this line does */ #field_nav button[data-action='next']::before, /* makes button for correct berry for pokes */ #field_berries a[data-berry]::before, .fieldmon.cormyr::before {font-size: 36pt; text-align: center; line-height: 0; background-color: white; border: 3px solid black; position: fixed; width: 16vw; font-weight: bold; padding: 5vw 0vw 5vw 0vw; top: 55vh; right: 1vw; z-index: 999;} /* makess online user button for fields */ #core:has(#field_field[data-mode='public']) [href='/user/~online']::before {font-size: 24pt; text-align: center; background-color: white; border: 3px solid black; position: fixed; padding: 3vw; top: 80vh; right: 1vw;} /* makes pokerus button */ [href='/user/~pkrs']::before {font-size: 24pt; text-align: center; background-color: white; border: 3px solid black; position: fixed; padding: 4vw; top: 33vh; right: 1vw;} /* online button for multi */ div:has([class="mu_navlink next disabled"]) [href='/user/~online']::before, /* online for fields */ #core:has(#field_field[data-mode='public']):has(button[data-action='next'][disabled]) [href='/user/~online']::before {content: 'online users';z-index: unset;font-size: 24pt;} #core:has(#field_field[data-mode='public']):has(button[data-action='next'][disabled]) [href='/user/~pkrs']::before , div:has([class="mu_navlink next disabled"]) [href='/user/~pkrs']::before {content: 'pokerus';} .mu_navlink.next[class="mu_navlink next"]:not([disabled])::before, button[data-action='next']:not([disabled])::before /* z index to ensure berrys are first */ {content: 'next';z-index: 0;} #content:has(#field_field[data-mode='private']) button[data-action='next']::before, #content:has(.fieldmon:not(.nothungry)) button[data-action='next']::before, #core:has(#field_field[data-mode='public']):has(button[data-action='next'][disabled]):has(.fieldmon:not(.nothungry)) [href='/user/~online']::before {content: none;} #partybox .party .action a::before, #multiuser .party>div>.action a[data-berry="aspear"]::before, #content:has(.fieldmon[data-flavour^='sour']:not(.nothungry)) a[data-berry='aspear']::before, #content:has(.fieldmon[data-flavour^='any']:not(.nothungry)) a[data-berry='aspear']::before, #content:has(a.selected[data-berry='aspear']) .fieldmon.cormyr:not(.nothungry)::before {content: 'sour/help';} #multiuser .party>div>.action a[data-berry="cheri"]::before, #content:has(.fieldmon[data-flavour^='spicy']:not(.nothungry)) a[data-berry='cheri']::before, #content:has(a.selected[data-berry='cheri']) .fieldmon.cormyr:not(.nothungry)::before {content: 'spicy';} #multiuser .party>div>.action a[data-berry="chesto"]::before, #content:has(.fieldmon[data-flavour^='dry']:not(.nothungry)) a[data-berry='chesto']::before, #content:has(a.selected[data-berry='chesto']) .fieldmon.cormyr:not(.nothungry)::before {content: 'dry';} #multiuser .party>div>.action a[data-berry="pecha"]::before, #content:has(.fieldmon[data-flavour^='sweet']:not(.nothungry)) a[data-berry='pecha']::before, #content:has(a.selected[data-berry='pecha']) .fieldmon.cormyr:not(.nothungry)::before {content: 'sweet';} #multiuser .party>div>.action a[data-berry="rawst"]::before, #content:has(.fieldmon[data-flavour^='bitter']:not(.nothungry)) a[data-berry='rawst']::before, #content:has(a.selected[data-berry='rawst']) .fieldmon.cormyr:not(.nothungry)::before {content: 'bitter';} /* removes fed pokes from view */ #content:has(.fieldmon.cormyr:not(.nothungry)) a[data-berry]::before {content: none;}
currently working, but needs more info and descriptions added to make easier for others to see/edit. -moved the online user button from same spot since lag between fields would cause you to go when not done. -added pokerus button in same area in case you want to return to pokerus or you can choose online users (or just go elsewhere as normal) -now works on private parties AND MULTIUSER (paybacks/online users) ***10 at a time only, blocked user will prevent 'next' on 50 at a time*** -helps your eggs AND will hatch them all without moving mouse. BONUS: -if you block people then this is a MUST HAVE. when using the block users addon (make sure to check 'remove the profile' and save). this will allow you to get another set of 10 even if blocked person(s) is in online/payback list. (not sure what would happen if you have all 10 people blocked that are up next... probably just a circle of refreshing)

another block list improvement

thanks to SakuraWolf23 for coming up with this code (also had help from winterbraid:has to get) *smiles* while the blocklist does remove player from clickback list when doing, the name 'someone' appears in payback and online list... this will remove their names from i think from ALL LIST (including site stats and top 100 tourney) spelling/capatilization is important and based on original name (can change many letters/caps from farm page) you can get correct name on their page in address bar (or right click and choose inspect.) code to add to your skin/stylus/qol (niet is just an example): one is for paybacks, other for online users... you must add both lines for each person(s) you want removed from lists. li:has([href='/user/Niet']) {display: none;} div.body>div:has([href='/user/Niet']) {display: none!important;}
*** as with all of my codes, you are free to use, change and distrubute as you see fit... but please PM me if you find an error so i can correct it.
Bishop's AvatarBishop
Bishop's Avatar
Great for tournement of adopt/hatch eggs from lab, pick the less than 5k section to highlight fastest eggs to do. can also add the >5k section to make sure not to get those. sorry this will highlight ALL eggs including those in shelter and legends, not just the ones in lab, as sometimes you might just want small/large eggs from anywhere. now sorted alphabetically to make finding/changing/removing easier if there is one/more you dont want to show or to highlight better.

details and how to:

what it does: circles eggs that hatch with selected EHP with a green/blue/red circle depending on EHP(feel free to change color/size of circle... bottom line). all you have to do is click the bar, then anywhere inside box to copy all. take that and paste in your skin (worst choice), stylus or section for css in QoL. (PM if you have questions) remember if using in your skin, you have to press CTRL+F5 to clear cache on pages that this code applies to. in this case that would be lab, shelter and other places you may get eggs.

103 less than 5k (green)

/*Apocalyptic Poochyena /*/[src*="pkmn/i/f/i/n."] , /*Apocalyptic Shroomish /*/[src*="pkmn/d/e/w/e."] , /*Azurill*/[src*="pkmn/g/i/c."] , /*Bidoof*/[src*="pkmn/h/i/m."] , /*Bidoof /Igneous*/[src*="pkmn/e/8/4/l."] , /*Blipbug*/[src*="pkmn/s/7/c/o."] , /*Bruxish*/[src*="pkmn/4/x/r/y."] , /*Bunnelby*/[src*="pkmn/2/q/q."] , /*Burmy /Plant Cloak*/[src*="pkmn/h/l/1."] , /*Caterpie*/[src*="pkmn/j/n/z."] , /*Clauncher*/[src*="pkmn/v/0/1."] , /*Cleffa*/[src*="pkmn/g/i/1."] , /*Combee*/[src*="pkmn/n/m/e."] , /*Corphish*/[src*="pkmn/c/q."] , /*Croagunk*/[src*="pkmn/4/2/5."] , /*Croaket /*/[src*="pkmn/u/s/8/z."] , /*Dewpider*/[src*="pkmn/3/g/w/n."] , /*Fletchling*/[src*="pkmn/f/5/c."] , /*Flying Pichu /*/[src*="pkmn/b/p/l/8."] , /*Geodude*/[src*="pkmn/1/y/t."] , /*Geodude /Alolan Forme*/[src*="pkmn/i/y/y/3."] , /*Grubbin*/[src*="pkmn/3/b/v/m."] , /*Guild Igglybuff /*/[src*="pkmn/p/o/p/n."] , /*Hoothoot*/[src*="pkmn/m/f/t."] , /*Igglybuff*/[src*="pkmn/m/n/s."] , /*Illumise*/[src*="pkmn/h/a/c."] , /*Karrablast*/[src*="pkmn/4/b/8."] , /*Kitwurm /*/[src*="pkmn/z/w/5/6."] , /*Klaatupillar /*/[src*="pkmn/1/a/l/m."] , /*Kricketot*/[src*="pkmn/n/j/v."] , /*Lechonk*/[src*="pkmn/2/s/3/g."] , /*Ledyba*/[src*="pkmn/p/6/f."] , /*Lillipup*/[src*="pkmn/h/1/j."] , /*Lotad*/[src*="pkmn/8/a/n."] , /*Luckoo /*/[src*="pkmn/y/o/0/r."] , /*Magikarp*/[src*="pkmn/8/r/q."] , /*Maravol /Aggro Pattern*/[src*="pkmn/t/r/y/w."] , /*Marill*/[src*="pkmn/b/2/f/n."] , /*Minccino*/[src*="pkmn/j/b/e."] , /*Morpeko /Hangry Mode*/[src*="pkmn/h/8/p/u."] , /*Munna*/[src*="pkmn/9/0/8."] , /*Nickit*/[src*="pkmn/i/q/e/3."] , /*Nincada*/[src*="pkmn/n/y/x."] , /*Pachirisu*/[src*="pkmn/r/k."] , /*Patrat*/[src*="pkmn/9/6/3."] , /*Pawmi*/[src*="pkmn/z/1/j/6."] , /*Phastix /*/[src*="pkmn/a/0/n/o."] , /*Pichu*/[src*="pkmn/g/s/8."] , /*Pidgey*/[src*="pkmn/b/y."] , /*Pidove*/[src*="pkmn/h/p/m."] , /*Pikipek*/[src*="pkmn/t/3/n/j."] , /*Poochyena*/[src*="pkmn/m/f/c."] , /*Pyukumuku*/[src*="pkmn/k/5/c/t."] , /*Quokuddle /*/[src*="pkmn/5/l/1/5."] , /*Rattata*/[src*="pkmn/5/j/w."] , /*Rattata /Alolan Forme*/[src*="pkmn/s/y/w/b."] , /*Rockruff*/[src*="pkmn/2/o/2."] , /*Roggenrola*/[src*="pkmn/g/z/8."] , /*Rokiwi /*/[src*="pkmn/3/p/c/0."] , /*Rolycoly*/[src*="pkmn/c/r/x/r."] , /*Rookidee*/[src*="pkmn/r/d/j/o."] , /*Ruffwool /*/[src*="pkmn/8/u/m/p."] , /*Saiyan Rattata /*/[src*="pkmn/t/7/n/8."] , /*Sandygast*/[src*="pkmn/l/1/p/i."] , /*Scatterbug*/[src*="pkmn/u/6/z."] , /*Scraggy*/[src*="pkmn/7/6/1."] , /*Seedot*/[src*="pkmn/m/z/8."] , /*Sentret*/[src*="pkmn/h/j/d."] , /*Sewaddle*/[src*="pkmn/l/f/b."] , /*Shelmet*/[src*="pkmn/5/8/6."] , /*Shooting Star Cleffa /*/[src*="pkmn/x/u/8/z."] , /*Shroomish*/[src*="pkmn/8/b/g."] , /*Skeleco /*/[src*="pkmn/k/w/j/q."] , /*Skitty*/[src*="pkmn/h/n/8."] , /*Slakoth*/[src*="pkmn/f/w/s."] , /*Snow Combee /*/[src*="pkmn/6/h/b/q."] , /*Spearow*/[src*="pkmn/i/m/r."] , /*Spearow /Savage*/[src*="pkmn/2/2/a/h."] , /*Spinarak*/[src*="pkmn/2/6."] , /*Spinda*/[src*="pkmn/l/1/7."] , /*Squawkabilly*/[src*="pkmn/o/f/9/s."] , /*Starly*/[src*="pkmn/5/3/y."] , /*Stufful*/[src*="pkmn/m/z/n."] , /*Surfing Pichu /*/[src*="pkmn/q/i/m/w."] , /*Surskit*/[src*="pkmn/1/9/q."] , /*Taillow*/[src*="pkmn/m/x/d."] , /*Tandemaus*/[src*="pkmn/7/r/q/j."] , /*Tarountula*/[src*="pkmn/8/w/n/i."] , /*Teddicursa /*/[src*="pkmn/9/u/f/z."] , /*Tillink /*/[src*="pkmn/7/y/g/4."] , /*Togedemaru*/[src*="pkmn/t/c/n/o."] , /*Togepi*/[src*="pkmn/c/a/a."] , /*Venipede*/[src*="pkmn/1/q/3."] , /*Volbeat*/[src*="pkmn/b/5/8."] , /*Weedle*/[src*="pkmn/a/1."] , /*Wishiwashi*/[src*="pkmn/e/7/2/t."] , /*Woobat*/[src*="pkmn/c/6/t."] , /*Wooloo*/[src*="pkmn/n/l/h/4."] , /*Wurmple*/[src*="pkmn/8/b/v."] , /*Yungoos*/[src*="pkmn/k/x/0/r."] , /*Zigzagoon*/[src*="pkmn/j/9/n."] , /*Zigzagoon /Galarian Forme*/[src*="pkmn/l/w/a/d."] , /*Zubat*/[src*="pkmn/7/s/7."] {border-radius: 20px;box-shadow: 0 0 0 5px green;opacity: 1;}
this section is not needed for tourney, get <5k and >5k all not circled will be... thats right... 5k DITTO is a 5k so make sure to keep eye out for it if you dont have other css to highlight it. (also not included here in list so as to not override any other css you may have for it.

344 5k eggs (blue)

/*Abra*/[src*="pkmn/4/y/r."] , /*Aipom*/[src*="pkmn/g/d/0."] , /*Alicalf /*/[src*="pkmn/w/7/r/u."] , /*Apocalyptic Growlithe /*/[src*="pkmn/t/k/3/5."] , /*Applin*/[src*="pkmn/3/x/h/z."] , /*Arasprit /*/[src*="pkmn/7/9/i/m."] , /*Ardik /*/[src*="pkmn/9/2/e/8."] , /*Arrokuda*/[src*="pkmn/g/d/b/7."] , /*Audino*/[src*="pkmn/a/v/v."] , /*Ayeren /*/[src*="pkmn/x/6/y/4."] , /*Babaisy /*/[src*="pkmn/q/2/t/a."] , /*Baltoy*/[src*="pkmn/a/q/0."] , /*Bandicoon /*/[src*="pkmn/z/1/o/d."] , /*Barboach*/[src*="pkmn/a/v/p."] , /*Bellsprout*/[src*="pkmn/l/t/r."] , /*Bergmite*/[src*="pkmn/9/y/7."] , /*Binacle*/[src*="pkmn/g/4/b."] , /*Blitzle*/[src*="pkmn/m/t/p."] , /*Blue Moon Slugma /*/[src*="pkmn/3/g/i/0."] , /*Bonsly*/[src*="pkmn/o/8/a."] , /*Bouffalant*/[src*="pkmn/1/f/b."] , /*Bounsweet*/[src*="pkmn/q/p/t/n."] , /*Boxaby /*/[src*="pkmn/8/h/p/5."] , /*Bramblin*/[src*="pkmn/n/f/s/q."] , /*Bronzor*/[src*="pkmn/a/a/c."] , /*Budew*/[src*="pkmn/m/2/2."] , /*Buizel*/[src*="pkmn/4/4/t."] , /*Bulbasaur*/[src*="pkmn/c/0/7."] , /*Buneary*/[src*="pkmn/m/j/c."] , /*Cacnea*/[src*="pkmn/7/1/v."] , /*Cactaboo /*/[src*="pkmn/a/k/t/n."] , /*Caimaw /*/[src*="pkmn/4/j/0/7."] , /*Capsakid*/[src*="pkmn/s/p/4/9."] , /*Carvanha*/[src*="pkmn/g/g/v."] , /*Chark /*/[src*="pkmn/x/x/y/6."] , /*Charmander*/[src*="pkmn/f/d/w."] , /*Chatot*/[src*="pkmn/9/7/w."] , /*Cherubi*/[src*="pkmn/k/t/f."] , /*Chespin*/[src*="pkmn/f/n/h."] , /*Chewtle*/[src*="pkmn/e/y/v/x."] , /*Chikorita*/[src*="pkmn/c/z/0."] , /*Chimchar*/[src*="pkmn/g/h/g."] , /*Chinchou*/[src*="pkmn/d/9/6."] , /*Cinnamoru /*/[src*="pkmn/n/w/2/s."] , /*Clamperl*/[src*="pkmn/h/1/5."] , /*Comfey*/[src*="pkmn/3/p/o/k."] , /*Corsola*/[src*="pkmn/f/o/v."] , /*Corsola /Galarian Forme*/[src*="pkmn/m/l/n/8."] , /*Cottonee*/[src*="pkmn/h/y/x."] , /*Crabrawler*/[src*="pkmn/c/w/0/j."] , /*Cramorant*/[src*="pkmn/a/j/9/2."] , /*Cubchoo*/[src*="pkmn/9/k/0."] , /*Cubone*/[src*="pkmn/h/6/b."] , /*Cutiefly*/[src*="pkmn/i/h/d/v."] , /*Cyndaquil*/[src*="pkmn/4/2/a."] , /*Darumaka*/[src*="pkmn/1/0."] , /*Darumaka /Galarian Forme*/[src*="pkmn/j/z/0/3."] , /*Death Star Voltorb /*/[src*="pkmn/q/r/9/c."] , /*Dedenne*/[src*="pkmn/v/3/3."] , /*Deerling /Autumn Forme*/[src*="pkmn/5/k/q."] , /*Deerling /Spring Forme*/[src*="pkmn/n/u/5."] , /*Deerling /Summer Forme*/[src*="pkmn/6/7/q."] , /*Deerling /Winter Forme*/[src*="pkmn/h/r/h."] , /*Delibird*/[src*="pkmn/d/z/3."] , /*Diglett*/[src*="pkmn/6/1/e."] , /*Diglett /Alolan Forme*/[src*="pkmn/p/p/g/x."] , /*Doduo*/[src*="pkmn/5/b/1."] , /*Drampa*/[src*="pkmn/f/q/s/j."] , /*Dribbit /*/[src*="pkmn/e/7/f/o."] , /*Drilbur*/[src*="pkmn/b/x/z."] , /*Drowzee*/[src*="pkmn/b/v/d."] , /*Ducklett*/[src*="pkmn/2/f/z."] , /*Dunsparce*/[src*="pkmn/o/0/q."] , /*Durant*/[src*="pkmn/v/o."] , /*Dwebble*/[src*="pkmn/5/c/f."] , /*Early Bird Natu /*/[src*="pkmn/w/q/8/v."] , /*Ekans*/[src*="pkmn/n/q/8."] , /*Electrike*/[src*="pkmn/7/7/x."] , /*Elgyem*/[src*="pkmn/6/t/r."] , /*Embretta /*/[src*="pkmn/3/t/z/8."] , /*Emolga*/[src*="pkmn/j/w/r."] , /*Espurr*/[src*="pkmn/k/3/1."] , /*Exeggcute*/[src*="pkmn/n/k/h."] , /*Farfetch'd*/[src*="pkmn/h/d."] , /*Farfetch'd /Galarian Forme*/[src*="pkmn/z/k/x/9."] , /*Feebas*/[src*="pkmn/i/3/m."] , /*Fennekin*/[src*="pkmn/u/v/g."] , /*Ferroseed*/[src*="pkmn/g/t/s."] , /*Fidough*/[src*="pkmn/o/1/k/q."] , /*Finneon*/[src*="pkmn/c/e/z."] , /*Flabebe /Aqua Flower*/[src*="pkmn/e/2/4."] , /*Flamigo*/[src*="pkmn/k/l/y/k."] , /*Flarbat /*/[src*="pkmn/o/c/k/e."] , /*Flittle*/[src*="pkmn/3/o/z/y."] , /*Fomantis*/[src*="pkmn/g/9/w/3."] , /*Foongus*/[src*="pkmn/e/u/j."] , /*Frillish*/[src*="pkmn/h/9/i."] , /*Frillish /Bubbly Forme*/[src*="pkmn/y/y/8/o."] , /*Froakie*/[src*="pkmn/j/t/g."] , /*Frosdour /*/[src*="pkmn/x/0/e/e."] , /*Frusky /*/[src*="pkmn/7/y/w/1."] , /*Fuecoco*/[src*="pkmn/p/w/8/d."] , /*Furfrou*/[src*="pkmn/6/p/n."] , /*Gastly*/[src*="pkmn/f/b/0."] , /*Girafarig*/[src*="pkmn/r/t."] , /*Glameow*/[src*="pkmn/i/1/4."] , /*Glameow /Siberian*/[src*="pkmn/e/p/4/p."] , /*Gligar*/[src*="pkmn/m/3/m."] , /*Gligar /Vampire*/[src*="pkmn/2/a/b/4."] , /*Glileo /*/[src*="pkmn/u/7/c/q."] , /*Goldeen*/[src*="pkmn/l/k/a."] , /*Goschief /*/[src*="pkmn/7/d/z/n."] , /*Gossifleur*/[src*="pkmn/8/8/1/5."] , /*Gothita*/[src*="pkmn/i/v/v."] , /*Greavard*/[src*="pkmn/o/4/e/7."] , /*Grimer*/[src*="pkmn/n/a/i."] , /*Grimer /Alolan Forme*/[src*="pkmn/8/s/i/r."] , /*Grookey*/[src*="pkmn/4/3/d/z."] , /*Growlithe*/[src*="pkmn/k/n/x."] , /*Growlithe /Hisuian Forme*/[src*="pkmn/p/x/g/c."] , /*Gulpin*/[src*="pkmn/a/q/1."] , /*Gumairy /*/[src*="pkmn/c/0/p/f."] , /*Hatenna*/[src*="pkmn/m/z/3/5."] , /*Hawlucha*/[src*="pkmn/d/k/d."] , /*Heatmor*/[src*="pkmn/2/c/0."] , /*Helioptile*/[src*="pkmn/2/h/9."] , /*Honedge*/[src*="pkmn/n/x/e."] , /*Honedge /Rose Gift*/[src*="pkmn/z/6/i."] , /*Hoppip*/[src*="pkmn/o/l/o."] , /*Horsea*/[src*="pkmn/q/8."] , /*Houndour*/[src*="pkmn/a/8/b."] , /*Houndour /Orthrus*/[src*="pkmn/9/8/x/o."] , /*Hydrark /*/[src*="pkmn/7/w/7/v."] , /*Impidimp*/[src*="pkmn/t/4/v/z."] , /*Inkay*/[src*="pkmn/r/h/6."] , /*Jestur / OTHER?*/[src*="pkmn/c/x/q/t."] , /*Joltik*/[src*="pkmn/n/p/4."] , /*Kangaskhan*/[src*="pkmn/d/5/0."] , /*Kecleon*/[src*="pkmn/7/x/q."] , /*Kenyip /*/[src*="pkmn/i/7/l/p."] , /*Kinaster /*/[src*="pkmn/v/k/6/v."] , /*Klefki*/[src*="pkmn/m/q/c."] , /*Klink*/[src*="pkmn/i/m/9."] , /*Koffing*/[src*="pkmn/b/d/m."] , /*Komala*/[src*="pkmn/s/v/v/x."] , /*Koroku /*/[src*="pkmn/e/r/g/t."] , /*Krabby*/[src*="pkmn/b/f/k."] , /*Kyutopi /*/[src*="pkmn/e/4/9/m."] , /*Lickitung*/[src*="pkmn/c/8/n."] , /*Litleo*/[src*="pkmn/s/j/m."] , /*Litten*/[src*="pkmn/4/z/d/i."] , /*Litwick*/[src*="pkmn/n/3/k."] , /*Lunupine /*/[src*="pkmn/c/q/s/d."] , /*Luvdisc*/[src*="pkmn/u/n."] , /*Machop*/[src*="pkmn/a/2/d."] , /*Magipede /*/[src*="pkmn/m/7/a/a."] , /*Magnemite*/[src*="pkmn/9/g/4."] , /*Makuhita*/[src*="pkmn/l/6/d."] , /*Mankey*/[src*="pkmn/t/j."] , /*Maractus*/[src*="pkmn/5/r/3."] , /*Mareanie*/[src*="pkmn/w/i/r/f."] , /*Mareep*/[src*="pkmn/3/2/r."] , /*Maschiff*/[src*="pkmn/8/4/y/d."] , /*Mawile*/[src*="pkmn/8/7/x."] , /*Meditite*/[src*="pkmn/7/d/y."] , /*Meowth*/[src*="pkmn/o/r/x."] , /*Meowth /Alolan Forme*/[src*="pkmn/9/v/c/y."] , /*Meowth /Galarian Forme*/[src*="pkmn/w/a/h/3."] , /*Milcery*/[src*="pkmn/j/9/0/b."] , /*Miltank*/[src*="pkmn/i/4/2."] , /*Mimikyu*/[src*="pkmn/s/j/7/m."] , /*Minun*/[src*="pkmn/2/g/h."] , /*Morelull*/[src*="pkmn/5/5/7/6."] , /*Mudbray*/[src*="pkmn/l/t/7/0."] , /*Mudkip*/[src*="pkmn/b/5/9."] , /*Murkrow*/[src*="pkmn/i/h/o."] , /*Nacli*/[src*="pkmn/c/u/k/g."] , /*Natu*/[src*="pkmn/2/h/q."] , /*Nidoran*/[src*="pkmn/1/8/7."] , /*Noibat*/[src*="pkmn/h/w/j."] , /*Nosepass*/[src*="pkmn/b/l/l."] , /*Numel*/[src*="pkmn/k/7/e."] , /*Numel /Arctic*/[src*="pkmn/u/h/t/9."] , /*Nymble*/[src*="pkmn/z/l/3/n."] , /*Oddish*/[src*="pkmn/g/s/n."] , /*Oranguru*/[src*="pkmn/o/a/r/f."] , /*Oricorio /Baile Style*/[src*="pkmn/6/1/4/3."] , /*Orkit /*/[src*="pkmn/i/9/v/i."] , /*Oshawott*/[src*="pkmn/g/2/t."] , /*Panpour*/[src*="pkmn/9/d/l."] , /*Pansage*/[src*="pkmn/p/0/e."] , /*Pansear*/[src*="pkmn/n/s/g."] , /*Paras*/[src*="pkmn/d/m/w."] , /*Pasovan /*/[src*="pkmn/b/c/5/f."] , /*Passimian*/[src*="pkmn/5/r/3/2."] , /*Pawniard*/[src*="pkmn/i/a/w."] , /*Pepyre /*/[src*="pkmn/3/u/4/u."] , /*Petilil*/[src*="pkmn/i/4/g."] , /*Petripeep /*/[src*="pkmn/g/y/k/l."] , /*Phanpy*/[src*="pkmn/i/1/e."] , /*Phantump*/[src*="pkmn/8/f/n."] , /*Pincurchin*/[src*="pkmn/z/5/5/4."] , /*Pineco*/[src*="pkmn/d/n/x."] , /*Piplup*/[src*="pkmn/7/p/8."] , /*Platykit /*/[src*="pkmn/4/v/b."] , /*Plusle*/[src*="pkmn/m/v/v."] , /*Poliwag*/[src*="pkmn/l/m/7."] , /*Ponyta*/[src*="pkmn/6/6/5."] , /*Ponyta /Galarian Forme*/[src*="pkmn/r/o/k/p."] , /*Popplio*/[src*="pkmn/b/o/e/9."] , /*Porygon*/[src*="pkmn/b/q/s."] , /*Psyduck*/[src*="pkmn/3/z/u."] , /*Pumpkaboo /Average Size*/[src*="pkmn/5/3/s."] , /*Pumpkaboo /Large Size*/[src*="pkmn/o/5/x."] , /*Pumpkaboo /Small Size*/[src*="pkmn/y/x."] , /*Pumpkaboo /Super Size*/[src*="pkmn/t/z/8."] , /*Puppod /*/[src*="pkmn/g/6/g/a."] , /*Purrloin*/[src*="pkmn/2/l/p."] , /*Purrloin /Hallowe'en Witch*/[src*="pkmn/9/r/1/3."] , /*Quaxly*/[src*="pkmn/6/1/u/b."] , /*Qwilfish*/[src*="pkmn/h/q/c."] , /*Qwilfish /Hisuian Forme*/[src*="pkmn/j/8/0/7."] , /*Ralts*/[src*="pkmn/m/u/8."] , /*Rellor*/[src*="pkmn/5/g/f/z."] , /*Remoraid*/[src*="pkmn/m/x/3."] , /*Rhyhorn*/[src*="pkmn/9/b/0."] , /*Roselia*/[src*="pkmn/q/m/6/n."] , /*Rotom*/[src*="pkmn/h/h/6."] , /*Rowlet*/[src*="pkmn/k/8/t/9."] , /*Rufflet*/[src*="pkmn/l/m/v."] , /*Salandit*/[src*="pkmn/y/t/n/f."] , /*Sandile*/[src*="pkmn/h/d/l."] , /*Sandshrew*/[src*="pkmn/1/i/1."] , /*Sandshrew /Alolan Forme*/[src*="pkmn/r/2/t/g."] , /*Sawk*/[src*="pkmn/h/w/i."] , /*Schweepy /*/[src*="pkmn/8/h/j/e."] , /*Scorbunny*/[src*="pkmn/f/9/1/w."] , /*Seasonal Turtwig /Autumn Forme*/[src*="pkmn/a/s/6/y."] , /*Seasonal Turtwig /Summer Forme*/[src*="pkmn/5/g/a/a."] , /*Seasonal Turtwig /Winter Forme*/[src*="pkmn/5/0/6/d."] , /*Seel*/[src*="pkmn/9/5/7."] , /*Seistatic /*/[src*="pkmn/w/n/i/z."] , /*Selkrub /*/[src*="pkmn/u/y/z/b."] , /*Seviper*/[src*="pkmn/b/m/6."] , /*Shellder*/[src*="pkmn/3/1/u."] , /*Shellos /Occident*/[src*="pkmn/5/d/m."] , /*Shinx*/[src*="pkmn/j/w/f."] , /*Shinxel /*/[src*="pkmn/v/h/8/n."] , /*Shroodle*/[src*="pkmn/7/t/b/r."] , /*Shuckle*/[src*="pkmn/l/5/e."] , /*Sigilyph*/[src*="pkmn/b/d/u."] , /*Silicobra*/[src*="pkmn/3/r/a/j."] , /*Sinistea*/[src*="pkmn/1/w/r/3."] , /*Sizzlipede*/[src*="pkmn/f/1/i/9."] , /*Skiddo*/[src*="pkmn/7/f."] , /*Skorupi*/[src*="pkmn/l/t/c."] , /*Skrelp*/[src*="pkmn/p/5/7."] , /*Skwovet*/[src*="pkmn/w/y/c/n."] , /*Skyrie /*/[src*="pkmn/9/i/2/3."] , /*Slowpoke*/[src*="pkmn/c/1/y."] , /*Slowpoke /Galarian Forme*/[src*="pkmn/l/u/i/i."] , /*Slugma*/[src*="pkmn/f/f/i."] , /*Slypin /*/[src*="pkmn/b/d/c/s."] , /*Smeargle*/[src*="pkmn/6/5/i."] , /*Smoliv*/[src*="pkmn/1/t/w/n."] , /*Sneasel*/[src*="pkmn/h/p/h."] , /*Sneasel /Hisuian Forme*/[src*="pkmn/4/a/5/6."] , /*Snichu /*/[src*="pkmn/y/8/5/p."] , /*Snivy*/[src*="pkmn/i/4."] , /*Snom*/[src*="pkmn/g/o/s/y."] , /*Snoralts /*/[src*="pkmn/m/6/h/x."] , /*Snorunt*/[src*="pkmn/7/t/f."] , /*Snover*/[src*="pkmn/n/u/c."] , /*Snowpoke /*/[src*="pkmn/h/2/l/9."] , /*Snubbull*/[src*="pkmn/5/8/4."] , /*Sobble*/[src*="pkmn/e/1/2/0."] , /*Solosis*/[src*="pkmn/6/t/t."] , /*Solynx /*/[src*="pkmn/w/e/u/8."] , /*Spheal*/[src*="pkmn/x/2."] , /*Spoink*/[src*="pkmn/4/q/o."] , /*Sprigatito*/[src*="pkmn/k/3/v/s."] , /*Spritzee*/[src*="pkmn/6/5/9."] , /*Spritzkrow /*/[src*="pkmn/m/q/c/n."] , /*Squirtle*/[src*="pkmn/l/w/s."] , /*Stantler*/[src*="pkmn/a/y/f."] , /*Staryu*/[src*="pkmn/l/r/1."] , /*Stunfisk*/[src*="pkmn/n/w/g."] , /*Stunfisk /Galarian Forme*/[src*="pkmn/n/m/v/m."] , /*Stunky*/[src*="pkmn/h/m/b."] , /*Sudowoodo*/[src*="pkmn/a/6/6/v."] , /*Sunkern*/[src*="pkmn/b/b/e."] , /*Swablu*/[src*="pkmn/6/l/n."] , /*Swinub*/[src*="pkmn/j/z/s."] , /*Swirlix*/[src*="pkmn/j/u/m."] , /*Tadbulb*/[src*="pkmn/c/u/h."] , /*Taiveret /*/[src*="pkmn/v/v/p/m."] , /*Tangela*/[src*="pkmn/k/b/3."] , /*Tauros*/[src*="pkmn/d/q/n."] , /*Tauros /Aqua Breed*/[src*="pkmn/v/f/j/t."] , /*Tauros /Blaze Breed*/[src*="pkmn/r/1/a/y."] , /*Tauros /Combat Breed*/[src*="pkmn/d/a/0/j."] , /*Teddiursa*/[src*="pkmn/8/2/i."] , /*Tenrekki /*/[src*="pkmn/1/1/t/2."] , /*Tentacool*/[src*="pkmn/d/6/h."] , /*Tepig*/[src*="pkmn/h/j/1."] , /*Throh*/[src*="pkmn/j/o/4."] , /*Timburr*/[src*="pkmn/6/3/e."] , /*Tinkatink*/[src*="pkmn/o/i/9/m."] , /*Toedscool*/[src*="pkmn/n/b/s/j."] , /*Torchic*/[src*="pkmn/8/v/w."] , /*Torkoal*/[src*="pkmn/e/9/e."] , /*Totodile*/[src*="pkmn/4/3/r."] , /*Trapinch*/[src*="pkmn/1/i/7."] , /*Treecko*/[src*="pkmn/i/0/k."] , /*Trubbish*/[src*="pkmn/9/u/9."] , /*Turtonator*/[src*="pkmn/2/t/n."] , /*Turtwig*/[src*="pkmn/6/t/u."] , /*Tympole*/[src*="pkmn/m/h/g."] , /*Tynamo*/[src*="pkmn/a/e/e."] , /*Valkind /*/[src*="pkmn/e/2/x/i."] , /*Vanillite*/[src*="pkmn/c/w/4."] , /*Varoom*/[src*="pkmn/o/q/e/v."] , /*Veluza*/[src*="pkmn/u/o/x/l."] , /*Venonat*/[src*="pkmn/i/i/f."] , /*Voltorb*/[src*="pkmn/j/p/g."] , /*Voltorb /Hisuian Forme*/[src*="pkmn/q/w/s/9."] , /*Vullaby*/[src*="pkmn/e/d/q."] , /*Vulpix*/[src*="pkmn/7/z/0."] , /*Vulpix /Alolan Forme*/[src*="pkmn/b/y/1/6."] , /*Wagell /*/[src*="pkmn/y/q/w/s."] , /*Wattrel*/[src*="pkmn/r/2/j/0."] , /*Whismur*/[src*="pkmn/n/d/x."] , /*Wiglett*/[src*="pkmn/7/z/u/e."] , /*Wimpod*/[src*="pkmn/v/5/u/1."] , /*Wingull*/[src*="pkmn/j/c/2."] , /*Wobbuffet*/[src*="pkmn/3/t/b/5."] , /*Wooper*/[src*="pkmn/2/v/k."] , /*Wooper /Galvanic*/[src*="pkmn/8/k/t/a."] , /*Wooper /Paldean Forme*/[src*="pkmn/j/u/z/g."] , /*Wynaut*/[src*="pkmn/8/w/9."] , /*Yamper*/[src*="pkmn/1/x/i/n."] , /*Yanma*/[src*="pkmn/d/q/b."] , /*Zangoose*/[src*="pkmn/l/x/b."] {border-radius: 20px;box-shadow: 0 0 0 5px blue;opacity: 1;}

137 6-10k (red)

/*Absol*/[src*="pkmn/j/o/e."] , /*Aerodactyl*/[src*="pkmn/5/d/f."] , /*Alomomola*/[src*="pkmn/i/i/t."] , /*Amaura*/[src*="pkmn/2/o/m."] , /*Anorith*/[src*="pkmn/4/n/g."] , /*Aphreyd /*/[src*="pkmn/k/r/y/x."] , /*Apocalyptic Golett /*/[src*="pkmn/7/p/3/b."] , /*Archen*/[src*="pkmn/a/5/8."] , /*Arctovish*/[src*="pkmn/t/r/h/8."] , /*Arctozolt*/[src*="pkmn/u/0/o/a."] , /*Aron*/[src*="pkmn/i/o/3."] , /*Axew*/[src*="pkmn/5/m/0."] , /*Bagon*/[src*="pkmn/n/9/6."] , /*Basculin /Blue Stripe*/[src*="pkmn/l/m/m."] , /*Basculin /White Stripe*/[src*="pkmn/d/3/3/w."] , /*Beldum*/[src*="pkmn/i/k/7."] , /*Bezerell /*/[src*="pkmn/7/9/n/x."] , /*Blophin /*/[src*="pkmn/q/m/5/u."] , /*Bombirdier*/[src*="pkmn/y/z/y/n."] , /*Caprikid /*/[src*="pkmn/f/1/i/n."] , /*Carbink*/[src*="pkmn/v/5/e."] , /*Carnivine*/[src*="pkmn/h/5/x."] , /*Castform*/[src*="pkmn/n/3/p."] , /*Cetoddle*/[src*="pkmn/u/y/q/5."] , /*Chansey*/[src*="pkmn/k/8/c/u."] , /*Charcadet*/[src*="pkmn/t/y/r/x."] , /*Chimecho*/[src*="pkmn/d/j/y/x."] , /*Chingling*/[src*="pkmn/j/3/7."] , /*Clobbopus*/[src*="pkmn/9/0/5/n."] , /*Cranidos*/[src*="pkmn/1/f/5."] , /*Cryogonal*/[src*="pkmn/j/h/y."] , /*Cufant*/[src*="pkmn/s/o/r/5."] , /*Cyclizar*/[src*="pkmn/g/r/1/5."] , /*Deino*/[src*="pkmn/j/2/a."] , /*Dhelmise*/[src*="pkmn/5/g/a."] , /*Dondozo*/[src*="pkmn/m/n/b/5."] , /*Dracovish*/[src*="pkmn/3/t/u/l."] , /*Dracozolt*/[src*="pkmn/s/g/m/7."] , /*Dratini*/[src*="pkmn/a/x/w."] , /*Dreepy*/[src*="pkmn/f/h/q/m."] , /*Drifloon*/[src*="pkmn/l/l/q."] , /*Druddigon*/[src*="pkmn/o/6/l."] , /*Duraludon*/[src*="pkmn/7/f/8/m."] , /*Duskull*/[src*="pkmn/6/8/0."] , /*Eevee*/[src*="pkmn/3/e/l."] , /*Eiscue /Noice Face*/[src*="pkmn/x/h/a/0."] , /*Elekid*/[src*="pkmn/7/2/l."] , /*Exilant /*/[src*="pkmn/g/a/u/4."] , /*Faemueño /*/[src*="pkmn/a/t/0/j."] , /*Falinks*/[src*="pkmn/k/q/l/l."] , /*Finizen*/[src*="pkmn/a/l/e/n."] , /*Flurrawr /Austral*/[src*="pkmn/x/o/u/n."] , /*Frigibax*/[src*="pkmn/6/t/7/e."] , /*Gible*/[src*="pkmn/1/s/6."] , /*Gibolu /*/[src*="pkmn/6/w/1/z."] , /*Gimmighoul*/[src*="pkmn/8/6/d/g."] , /*Glaquine /*/[src*="pkmn/e/c/z/a."] , /*Glimmet*/[src*="pkmn/o/q/l/y."] , /*Golett*/[src*="pkmn/m/e/4."] , /*Goomy*/[src*="pkmn/m/q/f."] , /*Gosold /*/[src*="pkmn/c/u/e/3."] , /*Gragon /*/[src*="pkmn/u/4/z/o."] , /*Happiny*/[src*="pkmn/l/v/b."] , /*Heracross*/[src*="pkmn/j/x/b."] , /*Hippopotas*/[src*="pkmn/k/y/r."] , /*Impyre /*/[src*="pkmn/q/6/7/a."] , /*Indeedee*/[src*="pkmn/j/f/u/s."] , /*Inferial /*/[src*="pkmn/a/3/a/u."] , /*Jangmo-o*/[src*="pkmn/o/w/f/s."] , /*Kabuto*/[src*="pkmn/6/n/4."] , /*Kawotor /*/[src*="pkmn/8/9/y/e."] , /*Kitsunari /*/[src*="pkmn/2/1/j/l."] , /*Klawf*/[src*="pkmn/9/9/g/n."] , /*Kryptik /*/[src*="pkmn/s/m/f/g."] , /*Lapras*/[src*="pkmn/h/h/h."] , /*Larvesta*/[src*="pkmn/f/4/h."] , /*Larvitar*/[src*="pkmn/l/z/2."] , /*Lileep*/[src*="pkmn/y/r."] , /*Lunatone*/[src*="pkmn/i/i/g."] , /*Lyruse /*/[src*="pkmn/h/y/p/k."] , /*Magby*/[src*="pkmn/c/w/w."] , /*Mantine*/[src*="pkmn/d/h/7/w."] , /*Mantyke*/[src*="pkmn/j/3/8."] , /*Meltan*/[src*="pkmn/q/g/3/y."] , /*Mienfoo*/[src*="pkmn/a/k/y."] , /*Mime Jr.*/[src*="pkmn/m/q/k."] , /*Minibbit /*/[src*="pkmn/1/4/k/l."] , /*Minior*/[src*="pkmn/a/d/q/3."] , /*Mirrasma /*/[src*="pkmn/r/i/2/z."] , /*Misdreavus*/[src*="pkmn/6/u/u."] , /*Mocknock /*/[src*="pkmn/d/w/m/k."] , /*Mr. Mime*/[src*="pkmn/q/6/d/0."] , /*Mr. Mime /Galarian Forme*/[src*="pkmn/y/j/q/z."] , /*Munchlax*/[src*="pkmn/4/u/j."] , /*Noismog /*/[src*="pkmn/l/s/w/r."] , /*Omanyte*/[src*="pkmn/1/5/l."] , /*Onix*/[src*="pkmn/6/d/s."] , /*Orthworm*/[src*="pkmn/k/b/8/0."] , /*Pancham*/[src*="pkmn/a/5/o."] , /*Parapod /*/[src*="pkmn/5/t/9/h."] , /*Phione*/[src*="pkmn/2/b/o."] , /*Pinsir*/[src*="pkmn/b/x/s."] , /*Pixrine /*/[src*="pkmn/z/a/0/2."] , /*Possmol /*/[src*="pkmn/c/p/b/b."] , /*Quetzephyr /*/[src*="pkmn/4/i/h/o."] , /*Relicanth*/[src*="pkmn/o/9/f."] , /*Riolu*/[src*="pkmn/d/w/5."] , /*Ryukuza /*/[src*="pkmn/s/k/d/4."] , /*Ryumen /*/[src*="pkmn/u/i/2/l."] , /*Sableye*/[src*="pkmn/s/5."] , /*Scaracross /*/[src*="pkmn/5/l/v/g."] , /*Scyther*/[src*="pkmn/7/9/t."] , /*Searene /*/[src*="pkmn/e/o/7/7."] , /*Shieldon*/[src*="pkmn/c/u/5."] , /*Shuppet*/[src*="pkmn/c/g/k."] , /*Skarmory*/[src*="pkmn/2/v/d."] , /*Slithugi /*/[src*="pkmn/z/e/9/7."] , /*Smokackle /*/[src*="pkmn/h/4/9/a."] , /*Smoochum*/[src*="pkmn/o/b/7."] , /*Snorlax*/[src*="pkmn/8/t/3/u."] , /*Solrock*/[src*="pkmn/a/g/q."] , /*Spiritomb*/[src*="pkmn/m/m/g."] , /*Stonjourner*/[src*="pkmn/k/w/x/2."] , /*Sugarcoatl /*/[src*="pkmn/f/d/4/h."] , /*Tatsugiri /Curly Forme*/[src*="pkmn/7/k/t/e."] , /*Tirtouga*/[src*="pkmn/f/j/2."] , /*Toxel*/[src*="pkmn/8/9/p/k."] , /*Tropius*/[src*="pkmn/8/q/y."] , /*Tyrogue*/[src*="pkmn/h/5/v."] , /*Tyrunt*/[src*="pkmn/k/l/k."] , /*Unown /! Forme*/[src*="pkmn/e/p/g."] , /*Valimp /*/[src*="pkmn/x/9/s/x."] , /*Wailmer*/[src*="pkmn/e/1/3."] , /*Yamask*/[src*="pkmn/n/m/q."] , /*Yamask /Galarian Forme*/[src*="pkmn/l/u/0/t."] , /*Zorua*/[src*="pkmn/a/h/s."] , /*Zorua /Hisuian Forme*/[src*="pkmn/z/m/8/b."] {border-radius: 20px;box-shadow: 0 0 0 5px red;opacity: 1;}

93 Legends 20-30k (thick red)

/*Arceus*/[src*="pkmn/7/j/0."] , /*Articuno*/[src*="pkmn/f/m/u."] , /*Articuno /Galarian Forme*/[src*="pkmn/s/7/d/t."] , /*Azelf*/[src*="pkmn/f/p/6."] , /*Blacephalon*/[src*="pkmn/n/b/1/m."] , /*Bunbori /*/[src*="pkmn/5/a/l/e."] , /*Buzzwole*/[src*="pkmn/2/n/1/d."] , /*Calyrex*/[src*="pkmn/o/9/5/u."] , /*Celebi*/[src*="pkmn/5/d/v."] , /*Celesteela*/[src*="pkmn/m/a/v/e."] , /*Cobalion*/[src*="pkmn/1/m/b."] , /*Cosmog*/[src*="pkmn/j/0/4/4."] , /*Cresselia*/[src*="pkmn/8/d/p."] , /*Darkrai*/[src*="pkmn/e/g/p."] , /*Deoxys*/[src*="pkmn/c/z/q."] , /*Dialga*/[src*="pkmn/7/e/4."] , /*Diancie*/[src*="pkmn/y/n/e/8."] , /*Enamorus*/[src*="pkmn/v/a/b/f."] , /*Entei*/[src*="pkmn/j/a/6."] , /*Eternatus*/[src*="pkmn/m/e/2/i."] , /*Genesect*/[src*="pkmn/e/c/y."] , /*Giratina*/[src*="pkmn/5/g/0."] , /*Glastrier*/[src*="pkmn/n/7/l/s."] , /*Groudon*/[src*="pkmn/c/x/7."] , /*Guzzlord*/[src*="pkmn/p/k/v/c."] , /*Heatran*/[src*="pkmn/4/9."] , /*Ho-Oh*/[src*="pkmn/5/0/g."] , /*Hoopa*/[src*="pkmn/3/j/h/j."] , /*Jirachi*/[src*="pkmn/8/b/h."] , /*Kartana*/[src*="pkmn/e/r/7/r."] , /*Keldeo*/[src*="pkmn/f/6/2."] , /*Kubfu*/[src*="pkmn/4/i/8/d."] , /*Kyogre*/[src*="pkmn/d/f/s."] , /*Kyurem*/[src*="pkmn/j/j/u."] , /*Landorus*/[src*="pkmn/o/o/7."] , /*Latias*/[src*="pkmn/e/h/l."] , /*Latios*/[src*="pkmn/j/j."] , /*Lugia*/[src*="pkmn/j/j/2."] , /*Lunamor /*/[src*="pkmn/g/k/o/9."] , /*Magearna*/[src*="pkmn/3/o/f/g."] , /*Magquaza /*/[src*="pkmn/p/5/l/k."] , /*Manaphy*/[src*="pkmn/j/8/a."] , /*Marshadow*/[src*="pkmn/9/8/0/i."] , /*Meloetta*/[src*="pkmn/4/q/7."] , /*Mesprit*/[src*="pkmn/c/i/g."] , /*Mew*/[src*="pkmn/4/3/u."] , /*Mewtwo*/[src*="pkmn/j/t/q."] , /*Moltres*/[src*="pkmn/k/z/u."] , /*Moltres /Galarian Forme*/[src*="pkmn/o/r/b/p."] , /*Necrozma*/[src*="pkmn/n/3/v/v."] , /*Nihilego*/[src*="pkmn/z/c/i/w."] , /*Palkia*/[src*="pkmn/e/j/7."] , /*Pheromosa*/[src*="pkmn/d/e/3/i."] , /*Poipole*/[src*="pkmn/e/x/w/e."] , /*Raikou*/[src*="pkmn/d/u/t."] , /*Rayquaza*/[src*="pkmn/8/0/s."] , /*Regice*/[src*="pkmn/7/z/8."] , /*Regidrago*/[src*="pkmn/h/0/t/b."] , /*Regieleki*/[src*="pkmn/5/o/q/4."] , /*Regigigas*/[src*="pkmn/m/f/7."] , /*Regirock*/[src*="pkmn/o/t/z."] , /*Registeel*/[src*="pkmn/3/f/3."] , /*Reshiram*/[src*="pkmn/2/o/w."] , /*Shaymin*/[src*="pkmn/4/c/n."] , /*Shinorin /*/[src*="pkmn/8/4/r/5."] , /*Sikannos /*/[src*="pkmn/b/0/3/n."] , /*Spectrier*/[src*="pkmn/z/t/3/r."] , /*Stakataka*/[src*="pkmn/k/o/h/o."] , /*Suicune*/[src*="pkmn/4/v/s."] , /*Tapu Bulu*/[src*="pkmn/v/s/i/u."] , /*Tapu Fini*/[src*="pkmn/g/r/d/9."] , /*Tapu Koko*/[src*="pkmn/5/m/s/7."] , /*Tapu Lele*/[src*="pkmn/y/7/h/s."] , /*Terrakion*/[src*="pkmn/i/s/f."] , /*Thundurus*/[src*="pkmn/4/e/h."] , /*Tornadus*/[src*="pkmn/f/a/4."] , /*Type: Null*/[src*="pkmn/k/3/k/2."] , /*Uxie*/[src*="pkmn/6/6/g."] , /*Victini*/[src*="pkmn/e/g/8."] , /*Virizion*/[src*="pkmn/2/7/e."] , /*Volcanion*/[src*="pkmn/c/0/7/g."] , /*XD001 /*/[src*="pkmn/t/g/4/3."] , /*Xerneas*/[src*="pkmn/6/6/t/v."] , /*Xurkitree*/[src*="pkmn/3/0/r/9."] , /*Yveltal*/[src*="pkmn/3/a/l/s."] , /*Zacian*/[src*="pkmn/d/u/s/i."] , /*Zamazenta*/[src*="pkmn/o/2/g/f."] , /*Zapdos*/[src*="pkmn/o/2/t."] , /*Zapdos /Galarian Forme*/[src*="pkmn/u/s/y/s."] , /*Zarude /Leg Vines*/[src*="pkmn/s/y/k/6."] , /*Zekrom*/[src*="pkmn/l/w/u."] , /*Zeraora*/[src*="pkmn/7/c/y/3."] , /*Zygarde /Core Forme*/[src*="pkmn/1/8/n/f."] {border-radius: 20px;box-shadow: 0 0 0 10px red;opacity: 1;}
ditto info in case you wish to add to one of those list or make its own color/highlight (current shown is HUGE orange circle): /*Ditto*/[src*="pkmn/e/h/x."] {border-radius: 20px;box-shadow: 0 0 0 50px orange;opacity: 1;} *** as with all of my codes, you are free to use, change and distrubute as you see fit... but please PM me if you find an error so i can correct it.

Cannot post: Please log in to post

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