Skip to content
This repository was archived by the owner on Jun 28, 2020. It is now read-only.

Update pokedex.json for Gen 8 #35

Closed
wants to merge 5 commits into from
Closed

Update pokedex.json for Gen 8 #35

wants to merge 5 commits into from

Conversation

Blossomstripe
Copy link

Update new pokemons in Gen 8

@Blossomstripe
Copy link
Author

New version also solved Issue #33

@HybridShivam
Copy link

Why this hasn't been merged yet ?

Copy link

@MagnusBuch MagnusBuch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{
    "id": 827,
    "name": {
      "english": "Nickit",
      "japanese": "クスネ",
      "chinese": "偷儿狐",
      "french": "Goupilou"
    },
    "type": [
      "Dark"
    ],
    "base": {
      "HP": 40,
      "Attack": 28,
      "Defense": 28,
      "Sp. Attack": 47,
      "Sp. Defense": 52,
      **"Speed": 40**
    }
  },

should be:

{
    "id": 827,
    "name": {
      "english": "Nickit",
      "japanese": "クスネ",
      "chinese": "偷儿狐",
      "french": "Goupilou"
    },
    "type": [
      "Dark"
    ],
    "base": {
      "HP": 40,
      "Attack": 28,
      "Defense": 28,
      "Sp. Attack": 47,
      "Sp. Defense": 52,
      **"Speed": 50**
    }
  },

Nickits speed should be 50, but that's the only fault I found, everything else looks good!

@Blossomstripe
Copy link
Author

@MagnusBuch Thanks for your notice! I found that this is an error of zh-cn pokemon wiki, and now I've fixed it.

@Blossomstripe Blossomstripe closed this by deleting the head repository Nov 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants