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

[Bug] Flower Trick, Smack Down, and Sappy Seed Activate Sheer Force #5025

Open
Snailman11 opened this issue Dec 21, 2024 · 0 comments
Open
Labels
Move Affects a move P2 Bug Minor. Non crashing Incorrect move/ability/interaction

Comments

@Snailman11
Copy link
Collaborator

Snailman11 commented Dec 21, 2024

Describe the bug

Flower Trick, Smack Down, and Sappy Seed Activate Sheer Force
-All of them have a 100% chance of activating their Secondary Effect. Moves whose Secondary Effects should not be negated by Sheer Force have a -1% chance of activating their Secondary Effect

AttackMove(Moves.SMACK_DOWN, Type.ROCK, MoveCategory.PHYSICAL, 50, 100, 15, **100,** 0, 5)

Flower Trick

new AttackMove(Moves.FLOWER_TRICK, Type.GRASS, MoveCategory.PHYSICAL, 70, -1, 10, 100, 0, 9)

Smack Down

new AttackMove(Moves.SMACK_DOWN, Type.ROCK, MoveCategory.PHYSICAL, 50, 100, 15, 100, 0, 5)

Sappy Seed

new AttackMove(Moves.SAPPY_SEED, Type.GRASS, MoveCategory.PHYSICAL, 100, 90, 10, 100, 0, 7)

Reproduction

Use Flower Trick, Smack Down, and Sappy Seed using a Pokémon with the Sheer Force Ability.

Expected behavior

https://replay.pokemonshowdown.com/gen9customgame-2267038911

They are not on the list
https://bulbapedia.bulbagarden.net/wiki/Sheer_Force_(Ability)

They should not be negated by Sheer Force

Screenshots / Videos

Flower Trick

Sheer.Force.and.Flower.Trick.mp4

Smack Down

Sheer.Force.and.Smack.Down.mp4

Sappy Seed

Sheer.Force.and.Sappy.Seed.mp4

Session export file

No response

User data export file

No response

Additional context

Look for Moves that have a 100% chance to activate their secondary effects that should not be affected by Sheer Force.

@Snailman11 Snailman11 added Move Affects a move P2 Bug Minor. Non crashing Incorrect move/ability/interaction labels Dec 21, 2024
@Snailman11 Snailman11 moved this from To triage to Ready in PokéRogue Bug Management Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Move Affects a move P2 Bug Minor. Non crashing Incorrect move/ability/interaction
Projects
Status: Ready
Development

No branches or pull requests

1 participant