Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DATA] Données invalides #76

Open
ancilloy opened this issue Nov 8, 2024 · 0 comments
Open

[DATA] Données invalides #76

ancilloy opened this issue Nov 8, 2024 · 0 comments

Comments

@ancilloy
Copy link

ancilloy commented Nov 8, 2024

Informations

URL: pokemon/scrutella

Problème

L'attaque spé et la défense spé de Scrutella sont inversées.

Données actuelles

{
    "stats": {
        "hp": 45,
        "atk": 30,
        "def": 50,
        "spe_atk": 65,
        "spe_def": 55,
        "vit": 45
    },
}

Données souhaitées

{
    "stats": {
        "hp": 45,
        "atk": 30,
        "def": 50,
        "spe_atk": 55,
        "spe_def": 65,
        "vit": 45
    },
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant