Jakub Hanko
Jakub Hanko
Hello, occasionally I get this error whenever using CUDA. ``` Training a chain quantizer -2 2.394080e+04... 0.24 secs updating C ERROR: LoadError: context should be active Stacktrace: [1] error(::String) at...
Usage of getStat causes moves like Electro Ball to use incorrect Stat.SPD (SPD before it gets halved).
The scope of this PR is to implement the following moves: 1. Odor Sleuth 2. Miracle Eye 3. Foresight The goal is to make the evasiveness reset and type removal...
In this draft pull request, I implement Friend Guard. It functions as follows: 1. At the start of the move, apply tags to all eligible Pokémon (your ally) for 1...
Implements Destiny Bond by adding a tag to the user. The tag either runs out before the user's next move or triggers after receiving fatal damage. https://github.com/pagefaultgames/pokerogue/assets/60473007/2800020d-3cf9-4098-b5c9-5d2fda8ba2d9 https://github.com/pagefaultgames/pokerogue/assets/60473007/7c604cb5-2c32-492a-ab03-451020814712
.eslintrc support will be deprecated in v10.0.0. Usage of .eslintrc makes the ability to run eslint locally out of the box more difficult than necessary. I am by no means...
Is there any reason to be still using (and updating) .eslintrc when it's going to be deprecated in v10.0.0?
After SV, the Illuminate ability was changed to also prevent other Pokémon from lowering the accuracy stat stage of the Pokémon with this Ability, and also ignores the target's evasion...
Right now, Unaware could still ignore speed stat changes (which is wrong). Moreover, IgnoreOpponentStatChangesAbAttr was tightly coupled to this move so I changed its name to UnawareAbAttr and made it...
Implements honey gather ability. Right now, it behaves like pickup (i.e. it gives you money post battle) and the amount of money is same as one Pay Day attack. https://github.com/pagefaultgames/pokerogue/assets/60473007/fe5c93e0-c21e-482b-a766-824a1d9918af