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

extended pokemon size for forms #102

Closed
PickleRickVE opened this issue May 4, 2024 · 0 comments
Closed

extended pokemon size for forms #102

PickleRickVE opened this issue May 4, 2024 · 0 comments

Comments

@PickleRickVE
Copy link

The changes in commit #100 are working fine and are the base for calculation of xxclass of mon. But while using the generated data of master-latest-raw.json I stumbled over some missing data. To complicate things, forms can have different bound values according to different sizes. Some mon like e.g. Galarian Weezing even have a different xxclass than the normal form resulting from these values. Would be great if the extended size settings could be added to forms too.

    {
        "templateId": "EXTENDED_V0110_POKEMON_WEEZING",
        "data": {
            "templateId": "EXTENDED_V0110_POKEMON_WEEZING",
            "pokemonExtendedSettings": {
                "uniqueId": "WEEZING",
                "sizeSettings": {
                    "xxsLowerBound": 0.588,
                    "xsLowerBound": 0.6,
                    "mLowerBound": 0.9,
                    "mUpperBound": 1.5,
                    "xlUpperBound": 1.8,
                    "xxlUpperBound": 2.4
                }
            }
        }
    },
    {
        "templateId": "EXTENDED_V0110_POKEMON_WEEZING_GALARIAN",
        "data": {
            "templateId": "EXTENDED_V0110_POKEMON_WEEZING_GALARIAN",
            "pokemonExtendedSettings": {
                "uniqueId": "WEEZING",
                "form": "WEEZING_GALARIAN",
                "sizeSettings": {
                    "xxsLowerBound": 1.47,
                    "xsLowerBound": 1.5,
                    "mLowerBound": 2.25,
                    "mUpperBound": 3.75,
                    "xlUpperBound": 4.5,
                    "xxlUpperBound": 5.25
                }
            }
        }
    },
    ```
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