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] Bug Type Superfan Checks Tera Inconsistently #5289

Open
Snailman11 opened this issue Feb 9, 2025 · 0 comments
Open

[Bug] Bug Type Superfan Checks Tera Inconsistently #5289

Snailman11 opened this issue Feb 9, 2025 · 0 comments
Labels
Mystery Encounter Mystery Encounters and related work P2 Bug Minor. Non crashing Incorrect move/ability/interaction

Comments

@Snailman11
Copy link
Collaborator

Describe the bug

Bug Type Superfan does not consider Tera for Eligibility for the "Show them your Bug Types" option, but does immediately afterwards when tallying your Bug types.

Link to Discord's Bug Report (Bug type superfan not counting terastallised pokemon as bug types)
https://discord.com/channels/1125469663833370665/1329854840880496821

Reproduction

Start with a Bug Type Pokemon.

Start with no Bug Type Pokemon, and change the TeraType to Bug.

import { Type } from "#enums/type";
	STARTING_WAVE_OVERRIDE: 11,

       // ABILITY_OVERRIDE: Abilities.BEAST_BOOST

	MYSTERY_ENCOUNTER_RATE_OVERRIDE: 255,

	MYSTERY_ENCOUNTER_OVERRIDE: MysteryEncounterType.BUG_TYPE_SUPERFAN

	ITEM_REWARD_OVERRIDE: [{name: "TERA_SHARD", type: Type.ELECTRIC}],
	STARTING_HELD_ITEMS_OVERRIDE: [{name: "TERA_SHARD", type: Type.ELECTRIC}],

Expected behavior

Bug Type Superfan should be consistent in how it checks for Bug-Type Pokemon. As they seem to be an expert, they should probably be able to tell a Bug-Type Pokemon is a Bug regardless of its current Tera.

Screenshots / Videos

Initial check sees past Tera, Tally does not

freecompress-Initial.sees.bugs.base.tally.sees.Tera.mp4

Tally will not count Bug Type Pokemon that have Terastallized to become not-Bug Type.

freecompress-Tally.Checks.Tera.mp4

Session export file

No response

User data export file

No response

Additional context

Dark Deal does not look at Tera when deciding the Transmogrification product.

@Snailman11 Snailman11 added Mystery Encounter Mystery Encounters and related work P2 Bug Minor. Non crashing Incorrect move/ability/interaction labels Feb 9, 2025
@Snailman11 Snailman11 moved this from To triage to Ready in PokéRogue Bug Management Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mystery Encounter Mystery Encounters and related work P2 Bug Minor. Non crashing Incorrect move/ability/interaction
Projects
Status: Ready
Development

No branches or pull requests

1 participant