pagefaultgames / pokerogue

A browser based Pokémon fangame heavily inspired by the roguelite genre.
https://pokerogue.net
GNU Affero General Public License v3.0
4.42k stars 1.78k forks source link

Lingering Effects #59

Closed Rellekeel closed 4 months ago

Rellekeel commented 6 months ago

After around a thousand floors total I have noticed that some effects seem to linger match to match that shouldn't. If you get sand-attacked by your opp, then the accuracy drop seems to stay until a switch out. Fog accuracy drops continue map to map regardless if the weather is sunny/clear/rain. Floor hazards like spikes, toxic spikes, etc continue floor to floor. If is intentional I apologize, but the accuracy drops seemingly moving with you after your first fog encounter is a miserable experience.

Flashfyre commented 6 months ago

Hazards and stat changes continuing between floors is intentional. Fog effects happening when there is no fog is not though. Are you sure this part wasn't just bad RNG? The logic doesn't really allow for this kind of thing, as the effects of fog are not persisted anywhere and it checks the weather each time a move is used.

Rellekeel commented 6 months ago

I don't believe it could be bad RNG. The moves had 100 as their accuracy. The mons ability wasn't hustle or another ability that lowers its own accuracy. There were a lot of instances where I was checking weather a lot to see if I was in fog or something because I'd miss the same move with 100 accuracy 3-4 times back to back.

On Mon, Apr 8, 2024, 8:38 AM Samuel H @.***> wrote:

Hazards and stat changes continuing between floors is intentional. Fog effects happening when there is no fog is not though. Are you sure this part wasn't just bad RNG? The logic doesn't really allow for this kind of thing, as the effects of fog are not persisted anywhere and it checks the weather each time a move is used.

— Reply to this email directly, view it on GitHub https://github.com/pagefaultgames/pokerogue/issues/59#issuecomment-2042641574, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCL35LEATGJZRU3LJXF2WQ3Y4KFV3AVCNFSM6AAAAABF4FA726VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBSGY2DCNJXGQ . You are receiving this because you authored the thread.Message ID: @.***>

thaumasiotes commented 6 months ago

I can report that entry hazards (for me, toxic spikes) persist between battles even after you use rapid spin, which should clear them. Are they really intended to be permanent? Why?