Tempoanon

Results 33 issues of Tempoanon

## Testing * Set flinch chance to 100% * Verified status moves (smokescreen) would trigger flinch * Verified damage moves (tackle) would trigger flinch * Made code change * Verified...

bug
Ability

Proof of concept for conditional biome spawns. * Create a new rarity in a tier BOSS_CONDITIONAL_ULTRA_RARE (but this can be extended to other tiers as well) * So right now...

enhancement

More info [here](https://discord.com/channels/1125469663833370665/1240069508127789117) but this affects all Pokemon with only 1 ability and makes the caught icon tinted when they appear with their hidden abilities even if the user owns...

bug

## Pokemon classifications Tracked [here](https://github.com/pagefaultgames/pokerogue/issues/855) Changing sublegend/legend/mythic categories to match in-game data * Regigigas (legend -> sublegend) * Zygarde (sublegend -> legend) * Calyrex (sublegend -> legend) * Okidogi (legend...

bug

Issue [here](https://github.com/pagefaultgames/pokerogue/issues/883) Normally a Pokemon has their hidden ability as abilityIndex 2. However Pokemon with only 1 ability have their hidden ability with abilityIndex 1 instead of 2. This causes...

bug

The description says it has an additive 25% chance to proc but the actual code has it as 33%. The max stack for this item is 3 so with the...

Item

![](https://cdn.discordapp.com/attachments/1240694435952463932/1240694436413968454/image.png?ex=66477e3c&is=66462cbc&hm=afc49657adbaabe1a3b75208aeacf7d83728e3f26e25626421a94b0bb67309a0&) ![](https://media.discordapp.net/attachments/1240694435952463932/1240694436929994822/image.png?ex=66477e3c&is=66462cbc&hm=7cd99f077fea83f224bc38e1e9aa0f6bedeef01edd8dd6e8d7540f74133fe830&=&format=webp&quality=lossless&width=1080&height=585)

Ability

Draft PR for initial Pokemon pools for evil team grunts. Tried to make each team pool distinct from the others for more diversity but also to focus on each team's...

enhancement

![](https://cdn.discordapp.com/attachments/1241250945120206890/1241871686500880414/image.png?ex=664bc6a2&is=664a7522&hm=e404ca1889e137a663927aa79d186bd9dbbef6e62561e8396cfacab55b550456&) Link to game and session data [here](https://discord.com/channels/1125469663833370665/1241877371003601078) ```ts const dexEntry = pokemon.scene.gameData.dexData[pokemon.species.speciesId]; this.ownedIcon.setVisible(!!dexEntry.caughtAttr); const opponentPokemonDexAttr = pokemon.getDexAttr(); console.log("caught attr: " + dexEntry.caughtAttr); console.log("oppdex attr: " + opponentPokemonDexAttr); console.log("azu dex...

Bug

Todo: - [ ] More localization in other languages - [ ] Real dialogue (even if it's currently funny 💀 ) - [ ] Team balancing - [ ] Teleport...

enhancement
game design/balance