Giter VIP home page Giter VIP logo

pokemonchecklists's Introduction

PokemonChecklists

Home to a variety of Pokemon Checklists, website can be found here: http://pokemonpostgame.com/

Dev Notes

  • Checklists are stored as JSON in src/data
  • The checklists are built dynamically from the JSON files
  • The menu is built dynamically via Javascript

pokemonchecklists's People

Contributors

gravitybone avatar philmurwin avatar tombell avatar tombomb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pokemonchecklists's Issues

Sumo - Update Pokefinder location list

There's also a PokéFinder spot on Blush Mountain with Elekid, Magneton, Togedemaru, and a Porygon-Z. At least, I think it was Porygon-Z. It disappeared so quickly, I didn't get a picture of it. Mount Hokulani also has Metang in the PokéFinder.

Update save data

Update save data to be a single object per list instead of individual controls. Once that's done look into setting up a save system on playfab to allow users to have a login and maintain their data from any device without depending on browser history/storage to do so.

[Feature Request] Living Dex (by generation)

edit: didn't mean to submit empty description, but would it be possible to add a living dex tracker (by generation?)

i originally found this searching for a dex list, that i could either print and chick off what i caught per what game, to help me build a living dex for each game.

edit2: i can also help write/finish the living dex for other generations, if a sample for one generation is made.

Sumo - Add Task - Obtain all PokeFinder Upgrades*

Why not put in a checklist for fully upgrading the PokéFinder?
There are 5 levels of upgrades.

http://www.ign.com/wikis/pokemon-sun-pokemon-moon/Poke_Finder_Upgrades_and_Locations

Sub Tasks

  • Version 1 - Normal Pokedex camera, tip (Reach Hau'oli City Shopping District)
  • Version 2 - Enhanced Zoom, tip (Reach 1,500 cumulative likes)
  • Version 3 - More Zoom, tip (Reach 10,000 cumulative likes)
  • Version 4 - Even More Zoom, tip (Reach 100,000 cumulative likes)
  • Version 5 - Pokemon calling button that draws pokemon's attention to you, tip (Reach 1.5 million cumulative likes)

Idea for addition

When you get top score at Mantine wave riding at each of the 4 surf spots, you are given surfing Pikachu, Could use a checkbox so people don't overlook it.

Sumo - Add Task - Obtain In-Game Gift Pokemon

http://www.serebii.net/sunmoon/gift.shtml

  • Eevee, Tooltip: Paniola Ranch - Egg from Nursery
  • Porygon, Tooltip: Aether House - Post Game
  • Aerodactyl, Tooltip: Seafolk Village - Ace Trainer in the Huntail boat
  • Type: Null, Tooltip: Aether Paradise - Post Game, speak to Gladion

Might be interesting to add a Celebi icon to use as a link to Serebii.net for further information on some tasks.

USUM - updates to list

Super Snoopy suggests the following updates:

  • Elite 4 Challengers
    • Some can only be challenged at a specific time, would be cool to have those special ones called out
  • After beating Sophocles
    • 2 fangirls were waiting outside the league and gave two sweet hearts.
    • Verify and look into adding this to the list

MurdererFlight (Twitter) suggests:

  • Gladion subquest at Aether Paradise (this is actually wicke on poni path now)
  • Show Pokemon from Gold/Silver to GAMEFREAK director to get a set of Johto Balls

printing gets cut

hello, I noticed that if I try to print the list it gets cut at page 14, missing some parts. Happens only in portrait mode.

"Recieve All Event Legendaries" on the bw1 checklist doesnt make sense

you cant get mystery gift anymore and even if you do connect to the servers that let you get them most of the pokemon listed there arent even things that were distributed over mystery gift in the first place so its just there for no reason
a check for catching kyurem and the justice quartet would make more sense in its place

Add a spoilerfree option

  • Add a query string to the URL that tells it to load up spoiler free meaning hiding all the location data.
  • Add links for the spoilerfree version to the site map.
  • Add a sidebox about what spoiler free means and perhaps a tag indicating the page is spoiler free

Sumo - Add Task - Complete Poni Island Post Game Activities*

Sub Tasks

  • Meet Dexio and Sina to learn about Mega Evolutions, tooltip (On Ancient Poni Path)
  • Receive the Key Stone and Alakazite from Dexio, tooltip (On Ancient Poni Path)
  • Defeat Swimmer Girls in a Double Battle to get TM94 and TM98, tooltip (On Poni Breaker Coast)
  • Explore entire east half of Poni Island, which was not accessible before
  • Hatch 20 Eggs and get Judge Function from Ace Trainer at Battle Tree (Upgrade to PC Boxes)
  • Bring Solgaleo or Lunala to the Altar of the Sunne/Moone to swap day for night
  • Defeat the Sightseer in Seafolk Village Pokemon Center to receive 6 Nuggets

Sumo - Add Task - Complete Ula'Ula Island Post Game Activities*

Sub Tasks

  • Master all the battle styles that Gester can teach at the Outer Cape
  • Purchase a Skull Tank in the Pow Town Pokemon Center
  • Assemble Zygarde at the Aether Base on Route 16
  • Get a Porygon and an Up-Grade at the Aether House on Route 15
  • Explore Haina Desert, show the old man Solrock or Lunatone for a reward

Sumo - Add Task - Obtain Shiny Charm

The Shiny Charm increases Shiny Encounter rate!

Catch all the pokémon in the Alola Pokédex (see the List of Pokémon Locations), then go into the building to the left of the Dimensional Research Lab, go up to 2F, and go into the GAME FREAK office and talk to the game director to get a Shiny Charm. Just by having the Shiny Charm in your inventory, you will be more likely to encounter shiny pokémon.

Site images

The site images are dead, there is 2 ways to fix this, one is more clean and a little more work, the other is easier but looks a little jank.

So the css is setting images correctly, IE:
http://pokemonpostgame.com/src/PKMNPostGame.Web/images/Lunala.png

But then the JS on PokemonChecklists/src/PKMNPostGame.Web/js/postgame_checklist2.js takes that and turns it into
http://pokemonpostgame.com/src/images/Lunala.png

This is because the JS resolves the path (as far as I know) and in chrome, it is built into the page on load, thus its dropping the PKMNPostGame.Web because of the .. , I tried a fix with just the images folder structure next but it sometimes did not load correctly.

The 2 fixes would be:

  1. Update the the CSS to add the full image to the urls
    This would be the easy and less clean version, if you take this fix, go with the correct root folder path for you, it would probably just be /src/PKMNPostGame.Web/images/ I had to tack on PokemonChecklists because of my github.io

  2. Update the folder structure to get rid of PKMNPostGame.Web directory and move all sub folders to the main dir, this would make the site look a little cleaner but might have some other knock on effects (need to update a bunch of other links and poking some javascript to make sure its still pointing to the correct objects.)

I would recommend 2 in the long run as it would make your url's look cleaner.

an example of the lazy fix can been seen at

https://github.com/tombomb/PokemonChecklists/blob/master/src/PKMNPostGame.Web/css/postgame_checklist_2017.css
https://github.com/tombomb/PokemonChecklists/blob/master/src/PKMNPostGame.Web/css/postgame_checklist.css

and

https://tombomb.github.io/PokemonChecklists/src/PKMNPostGame.Web/swsh_checklist.html

Show Alolan Persian to Oak

I'm trying to do that, but he just tells me to show him that, even though I already have one in my dex.

Leg's Go Game Corner!

Game Corner is not available in Let's go, you have to obtain the game corner Pokemon in the wild.

Vulplix - Route 5, Route 6, Route 7, Route 8 [Let's Go, Eevee! ONLY]
Porygon - Route 7

Sumo - Add Task - Collect all stamps in your Trainer Passport*

http://www.serebii.net/sunmoon/trainerpassport.shtml

Sub Tasks

  • Official Pokemon Trainer
  • Melemele Trial Completion
  • Akala Trial Completion
  • Ula'ula Trial Completion
  • Poni Trial Completion
  • Island Challenge Completion
  • Melemele Pokedex Completion, tip (Talk to Game Freak Game Director)
  • Akala Pokedex Completion, tip (Talk to Game Freak Game Director)
  • Ula'ula Pokedex Completion, tip (Talk to Game Freak Game Director)
  • Poni Pokedex Completion, tip (Talk to Game Freak Game Director)
  • Alola Pokedex Completion, tip (Talk to Game Freak Game Director)
  • 50 Consecutive Single Battle Wins, tip (Single Battles at the Battle Tree)
  • 50 Consecutive Double Battle Wins, tip (Double Battles at the Battle Tree)
  • Poke Finder Pro, tip (Obtain final version of the Poke Finder)
  • 50 Consecutive Multi Battle Wins (Multi Battles at the Battle Tree)

Sumo - Add Task - Obtain Oval Charm

The Oval Charm makes eggs appear sooner at the Nursery!

Go into the building to the left of the Dimensional Research Lab, go up to 2F, and go into the GAME FREAK office and talk to Morimoto to battle him. GAME FREAK Morimoto has a level 62 Kangaskhan, a level 62 Flareon, a level 62 Machamp, a level 62 Dragonite, a level 62 Vaporeon, and a level 62 Jolteon. You get 5952 Pokédollars for winning. Afterward, Morimoto gives you the Oval Charm. Having the Oval Charm in your inventory makes eggs appear sooner at the Pokémon Nursery.

Sumo - Add Task - Complete Akala Island Post Game Activities*

Sub Tasks

  • Visit Kiawe's home for a Protector from his dad, tooltip (Paniola Town)
  • Battle Morimoto at Game Freak's office for an Oval Charm, tooltip (Heahea City, he has lvl 62 pokemon)
  • Get the Shiny Charm from the Game Director at Game Freaks Office after catching all the pokémon in the Alola Pokédex
  • Meet Elite Four Kahili and receive TM92 (Hano Grand Hotel)
  • Meet Colress on Route 8 to receieve drives for Genesect
  • Visit Mallow's restaurant for several gifts (Konikoni City)
  • Master Battle Royal's at the Battle Royal Dome on Royal Avenue
  • Go to Hau'oli Cemetery at night and approach the Machamp to get TM56 Fling

Sumo - Add Task - Obtain Eevium Z*

After you have completed the game, when you go to the Thrifty Megamart in Royal Avenue, you can speak to this Veteran in the store and he will ask for your help. 30 years ago, he idolised and always tried to beat a collection of trainers who trained Eevee evolutions and as a favour to him, since he cannot do it himself due to life circumstances as he has a wife, a child and a mortgage so he requests that you go across Alola and battle the various Eevee Evolution trainers, giving you a vague location on where to find them.

http://www.serebii.net/sunmoon/eeveequest.shtml

Sub Tasks

  • Speak with the Veteran Cashier at Thrifty Megamart on Royal Avenue
  • Defeat Vaporeon User, tip (Trainers school 3F)
  • Defeat Flareon User, tip (Tide Song Hotel)
  • Defeat Jolteon User, tip (Community Center in Malie City)
  • Defeat Espeon User, tip (Geothermal Plant)
  • Defeat Umbreon User, tip (Hau'oli Cemetary)
  • Defeat Glaceon User, tip (Southwest house in Iki Town)
  • Defeat Leafeon User, tip (Hano Beach)
  • Defeat Sylveon User, tip (Northeast house of Seafolk Village)
  • Defeat Kagetora and claim the Eevium Z

Pokemon X & Y Postgame Checklist

  • Complete the Kalos Pokedex
    • 150 Central Pokedex
    • 150 Costal Pokdex
    • 151 Mountain Pokedex
      • Capture Mewtwo (Located: Pokemon Village)
      • Capture Zygarde (Located: Terminus Cave - B3)
  • Locate & Capture Articuno, Zapdos OR Moltres
    • Trade for Bird #2
    • Trade for Bird #3
  • Trade for Alt Version Legendary (Yveltal / Xerneas)
  • Receive Second Starter from Shauna (Vaniville)
  • Catch All Available Pokemon in Friend Safaris
    • .(12) Normal Type
    • .(12) Bug Type
    • .(12) Dark Type
    • .(7) Dragon Type
    • .(12) Electric Type
    • .(10) Fairy Type
    • .(11) Fighting Type
    • .(11) Fire Type
    • .(12) Flying Type
    • .(8) Ghost Type
    • .(11) Grass Type
    • .(11) Ground Type
    • .(11) Ice Type
    • .(12) Poison Type
    • .(11) Psychic Type
    • .(10) Rock Type
    • .(10) Steel Type
    • .(11) Water Type
  • Grand Duke/Duchess Ranking at Battle Chateau
  • Max-out your Style in Lumiose City
    • Collect All 16 O-Powers
    • Collect "Hatching" O-Power in Lumiose City
  • Final Rival Battle in Kiloude City
  • Achieve Gold Trainer Card
    • Defeat the Elite Four
    • Complete Kalos Pokdex
    • Complete 1 Battle Maison Super Challenge
  • Take a Photograph at all Locations
    • Anistar City
    • Aquacorde Town
    • Azure Bay
    • Couriway Town
    • Frost Cavern
    • Geosenge Town (Background changes depending on story progression)
    • Lumiose City
    • Parfum Palace
    • Pokemon League (Elite 4 Building)
    • Route 7
    • Shalour City
    • Snowbelle City
  • Purchase All Clothing
    • Boys: 12 Accessories, 7 bags, 19 hats, 34 shirts, 14 shoes, 16 trousers
    • Girls: 24 Accessories, 16 bags, 44 bottoms, 9 dresses, 27 hats, 24 shoes, 26 shoes, 34 tops
  • Perfect Score at Restaurant Le Naw
  • Perfect Scores at Restaurant Le Yeah
    • Triple
    • Rotation
  • Perfect Scores at Restaurant Le Wow
    • Double
    • Triple
    • Rotation
  • Perfect Scores at Sushi High Roller
    • Double
    • Triple
    • Rotation
  • Collect & Mutate All Berries
    • See Berry List in comments below
  • Trade for all different Region Vivillon
    • Archipelago
    • Continental
    • Elegant
    • Garden
    • High Plains
    • Icy Snow
    • Jungle
    • Marine
    • Modern
    • Monsoon
    • Meadow
    • Ocean
    • Polar
    • River
    • Sandstorm
    • Savannah
    • Sun
    • Tundra
    • Event 1 (Pokeball)
    • Event 2 (GTS)
  • Collect All Mega-Evolution Stones
    • See Mega Stone List in comments below
  • Trade for Alt. Version Mega-Stones
  • Completed All Looker Missions
    • 1. "This Guy Is A Real...Looker"
    • 2. "In the Back Alleys"
    • 3. "Detective, Tourist, Gang"
    • 4. "An Unforgivable Crime"
    • 5. "A Fiery Woman & A Truth Revealed"
    • 6. Here's looking at you kid"
  • Complete All Super Training Regimes
  • Complete Secret Super Training Regimes
    • Secret Super Training Lv. 1
    • Secret Super Training Lv. 2
  • Master Rank at Battle Institute Test
  • Battle Maison Standard Challenges
    • Single
    • Double
    • Triple
    • Rotation
    • Multi
  • Battle Maison Super Challenges
    • Single
    • Double
    • Triple
    • Rotation
    • Multi
  • Collect All 100 Technical Machines (TMs)
    • See TM List in comments below
  • Catch all Different Color Flabebe
    • Red
    • Orange
    • Yellow
    • Blue
    • White

Make it so that ticking the box of a complete set automatically ticks all the sublist boxes

Currently when you check the top level box of a set you have to check all the sub level boxes manually. It would be much easier/smoother if checking the top level box would automatically toggle the sub level boxes.

Example:
Checking "Complete National Dex" should also check "Obtain Johto Starter From Prof. Birch", "Obtain Unova Starter From Prof. Birch", and "Obtain Sinnoh Starter From Prof. Birch"

Sumo - Add Task - Complete all Pokédex side quests*

Throughout the region of Alola, you will often find people, especially in Pokémon Centers, who are looking for a specific Pokémon. If you show them the Pokédex information for the Pokémon in question, they will often give you a reward, usually money. This is a one time thing in each area but is just a small quest that will give you a bonus.

Sub Tasks

  • Show Drifloon to the woman at the Hau'oli Pokemon Center
  • Show Cutiefly to the woman at the Route 2 Pokemon Center
  • Show Rockruff to the man in yellow on Route 3
  • Register 10 Pokemon Species and talk to the scientist at the Hau'oli City Tourist Bureau
  • Show Pyukumuku to the man at the Heahea City Apparel Shop
  • Show Passimian (Sun) or Oranguru (Moon) to the Aether employee at the Konikoni CIty Pokemon Center
  • Show Feebas to the man at the Route 5 Pokemon Center
  • Show Stufful to the Aether employee at the Route 8 Aether Trailer
  • Show Togedemaru to the collector at the Malie City Apparel Shop
  • Show Alolan Persian to Professor Oak at the Malie City Library
  • Show Mimikyu to the Aether employee at the Route 16 Pokemon Center
  • Show Alolan Raichu to the woman in the Steelix boat at Seafolk Village

Sumo - Add Task - Complete all In-Game Pokemon Trades*

Sub Tasks

  • Konikoni City Pokemon Center - Trade Zubat for a Poliwhirl, tip (Comes with Waterium Z)
  • Route 2 Pokemon Center - Trade Spearow for Machop, tip (Comes with X Attack)
  • Tapu Village Pokemon Center - Trade Haunter for Graveler, tip (Graveler evolves to Golem, comes with Rockium Z)
  • Malie CIty Sushi High Roller - Trade Pancham for Happiny
  • Poni Gauntlet - Trade Bewear for Talo, tip (Comes with Firium Z)
  • Route 5 Pokemon Center - Trade Lillipup for Bounsweet, tip (Comes with Bright Powder)
  • Seafolk Village - Trade Granbull for Steenee, tip (Comes with Grassium Z)

Sumo - Add Task - Complete Melemele Island Post Game Activities*

Sub Tasks:

  • Get Z-Crystal from Hau for partner Pokemon
  • Find Electric Seed near newly repaired Bridge
  • Battle Guzma for a Dawn Stone, tooltip (On Route 2)
  • Visit Pokemon Research Lab for TM90, tooltip (And Peek at Lillie's Diary)
  • After catching 50+ unique pokemon, visit Pokemon Research Lab for Lucky Egg (based on pokedex)
  • Battle Trainer School Principal for King's Rock
  • Explore Seaward Cave, Kala'e Bay, Melemele Sea, and Ten Carat Hill
  • Master the Battle Buffet and meet the buffet queen, tooltip (In Hau'oli City Shopping Mall)
  • Hyper Train your Pokemon in Hau'oli City Shopping Mall

Sumo - Add Task - Complete Aether Paradise Post Game Activities*

Sub Tasks

  • Get Type: Null and various memory drives from Gladion in the 2F: Conservation area
  • Defeat Faba to get a Dubious Disc in the 1F: Entrance
  • Receive two Big Malasadas from Wicke
  • Receive DNA Splicers, Prison Bottle, and Soul Dew from Aether Foundation Employee, tooltip (B2F: Lab Area)

Be sure to check these against existing tasks, Type: Null is already mentioned once...not sure how to handle that yet.

Minior Core Colors Name Incorrect

The Minior color options are red, orange, yellow, green, blue, indigo, and violet, not red, orange, yellow, green, blue, indigo, and purple.

Purple under Minior colors should be changed to violet.

Also, should the shiny black color actually be listed as something needed to get?

Add stat tracking of some sort

  • Add a way to track global stats
    • total unique users versus users that have x checked
  • Create a stats page to list x of y users have completed z
    • e.g. 10 of 2000 users have completed the melemele activities

Sumo - Add Task - Unlock all battle styles*

Unlock all battle styles (task tooltip: Change by speaking to an old man in Malie City's Outer Cape)

http://www.serebii.net/sunmoon/battlestyle.shtml

sub tasks

  • Normal Style
  • Elegant Style, tip (Straight away in Malie City Outer Cape)
  • Girlish Style, tip (Defeat Lana in battle in Konikoni City)
  • Reverent Style, tip (Defeat Kiawe in Paniola Town (Sun), or Mallow in Lush Jungle(Moon))
  • Smug Style, tip (Defeat Gladion before the Elite Four)
  • Left-Handed Style, tip (Defeat Ilima in battle in Hau'oli City)
  • Passionate Style, tip (Get a Battle Tree Streak of 50 or higher)
  • Idol Style, tip (Defeat Master Rank in the Battle Royal)

USUM - Error and Typos

A few corrections for your (excellent!) US/UM check list.

  • Most impactful, the wormhole colour for Palkia is Yellow, not Blue.
  • In the island scan section, "Prinplup" is misspelled as "Prinlup"
  • "Hau'Oli Cemetery" is misspelled "cemetary"

From @Sabreblade11 on twitter

Bug: Tooltips get cut off if they extend upwards to another section

Occurs on Windows 10 using Google Chrome Version 61.0.3163.100.

If a subtask at the top of its section has a long enough tooltip, it gets cut off by the section above it. This does not happen with the tooltip for the Mega-Evolution Stones task, indicating that the problem is specifically with subtasks. See attached image:
usum checklist tooltip bug

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.