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

Djeeta/Gran en #84

Merged
merged 5 commits into from
Mar 9, 2024
Merged

Djeeta/Gran en #84

merged 5 commits into from
Mar 9, 2024

Conversation

Emptiest
Copy link
Contributor

@Emptiest Emptiest commented Mar 7, 2024

No description provided.

"200": "Power Raise", "200_desc": "This includes both the uncharged and charged versions of this attack",
"201": "(XYY) Y",
"202": "(XXYY) Y",
"203": "(XYXY) Y", // Not sure what this is
Copy link

Choose a reason for hiding this comment

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

To answer ID 201-205 This is just Power Raise based on string it comes from, Power Raise alone is from using it without any combo strings.

201 is from Combo A after doing XYY > Quick Charge Power Raise
202 from Combo B after doing XXYY > Quick Charge Power Raise
203 from Combo C After doing XXXYY or XYXYY > Quick Charge Power Raise
204 from Combo D After doing (XXXXY) Y or (XXYXY) Y > Quick Charge Power Raise
205 from Link After doing Link attack > Quick Charge Power Raise

The ID called to check what condition you did to grant the quick charge effect after meeting one of these specific actions. Theres only been 5 as for

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was helpful, thanks! I've adjusted the lines accordingly

                        "200": "Power Raise", "200_desc": "This includes both the uncharged and charged versions of this attack",
                        "201": "(XYY) Power Raise",
                        "202": "(XXYY) Power Raise",
                        "203": "(XYXY) Power Raise",
                        "204": "(XXYXY) Power Raise",
                        "205": "(Link Attack) Power Raise",

@nyaoouo nyaoouo merged commit e566072 into nyaoouo:master Mar 9, 2024
@nyaoouo
Copy link
Owner

nyaoouo commented Mar 9, 2024

Thanks for PR

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

Successfully merging this pull request may close these issues.

3 participants