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

Added test support for 5 battle configs #5914

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

AsparagusEduardo
Copy link
Collaborator

Description

  • B_CRIT_CHANCE
  • B_CRIT_MULTIPLIER
  • B_PARALYSIS_SPEED
  • B_CONFUSION_SELF_DMG_CHANCE
  • B_MULTI_HIT_CHANCE

Discord contact info

AsparagusEduardo

@AlexOn1ine AlexOn1ine added the category: battle-tests Related to the automated test environment label Dec 31, 2024
SINGLE_BATTLE_TEST("Super Luck increases the critical hit ratio by 1 stage")
{
u32 genConfig = 0;
for (u32 j = GEN_2; j < GEN_LATEST + 1; j++)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why do these for loops start at Gen 2 if Gen 1 configs exist?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Hmm, right. I need to make Gen 1 crit mechanic tests. Time to hit the books! xD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: battle-tests Related to the automated test environment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants