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

Megas Revisited: Post-PMPL Balance Patch #10571

Merged
merged 7 commits into from
Sep 28, 2024
Merged

Conversation

Yoshiblaze
Copy link
Contributor

Balance Patch seen in this post, with the following changes:

  • Nerfs Parental Bond to Gen 7 effects
  • Removes Icicle Crash from Tyranitar
  • Stat nerfs to Mega Kangaskhan and Mega Altaria

@@ -284,6 +284,7 @@ export const Abilities: import('../../../sim/dex-abilities').ModdedAbilityDataTa
},
name: "Parental Bond",
rating: 4.5,
shortDesc: "This Pokemon's damaging moves hit twice. The second hit has its damage quartered.",
Copy link
Member

Choose a reason for hiding this comment

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

you didn't actually edit the base power modification?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, I initially went to do that but then someone reported that Parental Bond's second hit damage was already quartered, which confused me since I hadn't edited that part of its code since I fixed a bug with it awhile ago, but then I found that Parental Bond's second hit damage reduction is now coded in scripts and in combination with my unchanged code it gave the desired effect already, so I just left it alone and added the updated description.

@KrisXV KrisXV merged commit 3fb5818 into smogon:master Sep 28, 2024
1 check passed
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.

2 participants