pokerogue/test/field
NightKev c31adf9e7b
[Balance] Enemy trainer Pokemon will have friendship based on the wave
https://github.com/pagefaultgames/pokerogue/pull/6617

The formula is `round(max friendship * (current wave / 200))`
where the max friendship value a Pokemon can have is `255`
and `current wave / 200` represents a % value based on
how far in the game you are
2025-10-03 12:09:35 -04:00
..
catching.test.ts [Balance][Challenge] Block master ball catching final boss in challenges (#6273) 2025-08-20 19:24:55 -04:00
pokemon-funcs.test.ts [Bug] Refactored status code, fixed Rest/Sleep Talk status checks (#5872) 2025-08-20 08:45:09 -05:00
pokemon-id-checks.test.ts [Misc] Standardize-file-names (#6137) 2025-07-24 16:38:31 -04:00
pokemon.test.ts [Balance] Enemy trainer Pokemon will have friendship based on the wave 2025-10-03 12:09:35 -04:00